/* =========================================================
   SECRET ALLURE
   COLLECTION PAGE
========================================================= */


/* =========================================================
   1. GRUNDLAGE
========================================================= */

.collection-page {

    background: #fbf5f0;

    color: #4b403a;

    overflow: hidden;

}


/* =========================================================
   2. HERO
========================================================= */

.collection-hero {
    min-height: 780px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    text-align: left;

    padding: 70px 8%;

    background:
        linear-gradient(
            90deg,
            rgba(251,245,240,.78) 0%,
            rgba(251,245,240,.48) 32%,
            rgba(251,245,240,.05) 62%
        ),
        url("../img/collection/hero.png")
        center / cover no-repeat;
}


.collection-hero-content {
    max-width: 470px;
}


.collection-hero h1 {
    margin: 0;

    font-family: "Great Vibes", serif;

    font-size: clamp(3.5rem, 5vw, 4.8rem);

    font-weight: 400;

    color: #9c735f;

    letter-spacing: 2px;
}


.collection-hero p {
    margin-top: 20px;

    font-family: "Cormorant Garamond", serif;

    font-size: 1.5rem;

    line-height: 1.6;

    color: #5f5149;
}

/* =========================================================
   3. NEU-BEREICH
========================================================= */

.new-products {

    padding: 55px 25px 35px;

}


.new-products-inner {

    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 190px 1fr;

    gap: 35px;

    align-items: center;

    padding: 25px;

    background: rgba(255,255,255,.48);

    border: 1px solid rgba(197,143,105,.20);

    border-radius: 20px;

}


/* =========================================================
   4. NEU INTRO
========================================================= */

.new-intro {

    text-align: center;

    padding: 10px;

}


.new-script {

    display: block;

    font-family: "Cormorant Garamond", serif;

    font-style: italic;

    font-size: 3rem;

    line-height: 1;

    color: #c58f69;

}


.new-intro h2 {

    margin: 4px 0 12px;

    font-family: "Cormorant Garamond", serif;

    font-size: 1rem;

    font-weight: 400;

    letter-spacing: 2px;

    text-transform: uppercase;

}


.small-divider {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

}


.small-divider::before,
.small-divider::after {

    content: "";

    width: 28px;

    height: 1px;

    background: #d4a582;

}


.small-divider span {

    color: #c58f69;

    font-size: .85rem;

}


.new-button {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 10px 18px;

    border: 1px solid #c58f69;

    border-radius: 30px;

    color: #b47d59;

    text-decoration: none;

    font-family: "Cormorant Garamond", serif;

    font-size: .95rem;

    transition: all .3s ease;

}


.new-button:hover {

    background: #c58f69;

    color: white;

}


/* =========================================================
   5. NEUE PRODUKTE
========================================================= */

.new-items {

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 15px;

}


.new-item {

    display: block;

    color: inherit;

    text-decoration: none;

    text-align: center;

}


.new-image {

    position: relative;

    aspect-ratio: 1 / .72;

    overflow: hidden;

    border-radius: 12px;

    background: #f3e7df;

}


.new-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform .5s ease;

}


.new-item:hover .new-image img {

    transform: scale(1.05);

}


.new-label {

    position: absolute;

    top: 8px;

    left: 8px;

    z-index: 2;

    padding: 4px 9px;

    background: #c58f69;

    color: #fff;

    font-size: .62rem;

    letter-spacing: 1.5px;

    border-radius: 20px;

}


.new-arrow {

    position: absolute;

    right: 8px;

    bottom: 8px;

    width: 28px;

    height: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.9);

    color: #c58f69;

    font-size: .9rem;

    opacity: 0;

    transform: translateX(-5px);

    transition: all .3s ease;

}


.new-item:hover .new-arrow {

    opacity: 1;

    transform: translateX(0);

}


.new-item h3 {

    margin: 9px 0 2px;

    font-family: "Cormorant Garamond", serif;

    font-size: 1rem;

    font-weight: 500;

}


.new-price {

    color: #c58f69;

    font-family: "Cormorant Garamond", serif;

    font-size: .95rem;

}


/* =========================================================
   6. SECTION HEADINGS
========================================================= */

.section-heading {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    max-width: 700px;

    margin: 0 auto 40px;

}


.section-heading h2 {

    margin: 0;

    font-family: "Cormorant Garamond", serif;

    font-size: 1.8rem;

    font-weight: 400;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #50423b;

    white-space: nowrap;

}


.heading-line {

    width: 70px;

    height: 1px;

    background: rgba(197,143,105,.45);

}


/* =========================================================
   7. KATEGORIEN
========================================================= */

.collection-categories {

    padding: 70px 25px 80px;

}


.category-grid {

    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(7, 1fr);

    gap: 16px;

}


.category-item {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    min-height: 170px;

    padding: 20px 12px;

    border: 1px solid rgba(197,143,105,.25);

    border-radius: 16px;

    background: rgba(255,255,255,.32);

    text-decoration: none;

    color: #594b43;

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease,
        box-shadow .3s ease;

}


.category-item:hover {

    transform: translateY(-5px);

    border-color: rgba(197,143,105,.65);

    background: rgba(255,255,255,.6);

    box-shadow:
        0 12px 30px rgba(100,70,50,.06);

}


.category-item.active {

    border-color: rgba(197,143,105,.6);

    background: rgba(255,255,255,.55);

}


.category-icon {

    width: 105px;

    height: 105px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 12px;

}


.category-icon img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    display: block;

}


.category-item > span {

    text-align: center;

    font-family: "Cormorant Garamond", serif;

    font-size: 1rem;

    line-height: 1.25;

}


/* =========================================================
   8. PRODUKTE
========================================================= */

.collection-products {

    padding: 20px 25px 100px;

}


.product-grid {

    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 25px;

}


/* =========================================================
   9. PRODUKTKARTE
========================================================= */

.product-card {

    overflow: hidden;

    background: rgba(255,255,255,.62);

    border: 1px solid rgba(197,143,105,.18);

    border-radius: 15px;

    box-shadow:
        0 12px 35px rgba(80,55,40,.04);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.product-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(80,55,40,.08);

}


/* =========================================================
   10. PRODUKTBILD
========================================================= */

.product-image {

    position: relative;

    display: block;

    overflow: hidden;

    aspect-ratio: 1 / 1.08;

    background: #f1e5dd;

}


.product-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform .5s ease;

}


.product-card:hover .product-image img {

    transform: scale(1.035);

}


.product-heart {

    position: absolute;

    top: 14px;

    right: 14px;

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.9);

    border: 1px solid rgba(197,143,105,.3);

    color: #c58f69;

    font-size: 1.3rem;

}


/* =========================================================
   11. PRODUKT INFO
========================================================= */

.product-info {

    padding: 20px;

    text-align: left;

}


.product-info h3 {

    margin: 0 0 5px;

    font-family: "Cormorant Garamond", serif;

    font-size: 1.35rem;

    font-weight: 500;

    color: #453a34;

}


.product-info p {

    margin: 0 0 10px;

    color: #7c6e66;

    font-size: .85rem;

}


.product-info strong {

    display: block;

    margin-bottom: 18px;

    color: #c58f69;

    font-family: "Cormorant Garamond", serif;

    font-size: 1.25rem;

    font-weight: 500;

}


/* =========================================================
   12. PRODUKT BUTTON
========================================================= */

.product-button {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    width: 100%;

    box-sizing: border-box;

    padding: 12px 15px;

    border: 1px solid #c58f69;

    border-radius: 30px;

    background: #c58f69;

    color: #fff;

    text-decoration: none;

    font-family: "Cormorant Garamond", serif;

    font-size: .95rem;

    transition: all .3s ease;

}


.product-button span {

    transition: transform .3s ease;

}


.product-button:hover {

    background: #ad7855;

    border-color: #ad7855;

}


.product-button:hover span {

    transform: translateX(4px);

}


/* =========================================================
   13. WEITERE PRODUKTE
========================================================= */

.more-products {

    display: flex;

    justify-content: center;

    margin-top: 50px;

}


.more-products button {

    padding: 13px 30px;

    border: 1px solid rgba(197,143,105,.55);

    border-radius: 30px;

    background: transparent;

    color: #b47d59;

    font-family: "Cormorant Garamond", serif;

    font-size: 1rem;

    cursor: pointer;

    transition: all .3s ease;

}


.more-products button span {

    margin-left: 8px;

}


.more-products button:hover {

    background: #c58f69;

    color: #fff;

}


/* =========================================================
   14. TABLET
========================================================= */

@media (max-width: 1050px) {

    .new-products-inner {

        grid-template-columns: 1fr;

    }


    .new-intro {

        padding-bottom: 10px;

    }


    .new-items {

        grid-template-columns:
            repeat(3, 1fr);

    }


    .new-item:nth-child(n+4) {

        display: none;

    }


    .category-grid {

        grid-template-columns:
            repeat(3, 1fr);

    }


    .product-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* =========================================================
   15. MOBILE
========================================================= */

@media (max-width: 650px) {

    .collection-hero {

        min-height: 350px;

        padding: 70px 20px;

    }


    .collection-hero h1 {

        font-size: 3rem;

        letter-spacing: 1px;

    }


    .collection-hero p {

        font-size: 1.1rem;

    }


    .new-products {

        padding: 35px 15px;

    }


    .new-products-inner {

        padding: 20px 15px;

        border-radius: 15px;

    }


    .new-items {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px;

    }


    .new-item:nth-child(n+5) {

        display: none;

    }


    .new-item h3 {

        font-size: .9rem;

    }


    .collection-categories {

        padding: 50px 15px;

    }


    .section-heading {

        gap: 12px;

    }


    .section-heading h2 {

        font-size: 1.4rem;

    }


    .heading-line {

        width: 35px;

    }


    .category-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px;

    }


    .category-item {

        min-height: 155px;

    }


    .category-icon {

        width: 85px;

        height: 85px;

    }


    .collection-products {

        padding:
            10px 15px 70px;

    }


    .product-grid {

        grid-template-columns:
            1fr;

        max-width: 430px;

    }


    .product-info {

        padding: 18px;

    }

}


/* =========================================================
   16. SEHR KLEINE HANDYS
========================================================= */

@media (max-width: 400px) {

    .new-items {

        grid-template-columns: 1fr;

    }


    .new-item:nth-child(n+4) {

        display: none;

    }


    .category-grid {

        grid-template-columns: 1fr 1fr;

    }

}