﻿<style >
* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #fff;
    color: #111;
    font-family: Poppins,sans-serif
}

.aa-collection-section {
    padding: 34px 0 40px;
    background: radial-gradient(circle at top left,rgba(212,175,55,.13),transparent 32%),linear-gradient(180deg,#fffdf8 0%,#fff 48%,#fff 100%);
    overflow: hidden
}

.aa-collection-header {
    text-align: center;
    padding: 0 14px;
    margin-bottom: 22px
}

    .aa-collection-header span {
        display: inline-block;
        color: #b8860b;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        margin-bottom: 7px
    }

    .aa-collection-header h2 {
        margin: 0 0 8px;
        font-family: "Playfair Display",serif;
        font-size: 30px;
        line-height: 1.1;
        font-weight: 800;
        color: #111
    }

    .aa-collection-header p {
        margin: 0 auto;
        max-width: 340px;
        font-size: 14px;
        color: #666;
        line-height: 1.6
    }

.aa-slider-wrap {
    position: relative
}

.aa-product-slider {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 6px 14px 18px;
    scrollbar-width: none
}

    .aa-product-slider::-webkit-scrollbar {
        display: none
    }

.aa-product-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 35px rgba(0,0,0,.12);
    transition: .35s
}

    .aa-product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 45px rgba(0,0,0,.16)
    }

.aa-product-img {
    position: relative;
    height: 255px;
    overflow: hidden;
    background: linear-gradient(135deg,#f7f0df,#fff)
}

    .aa-product-img:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,transparent 45%,rgba(0,0,0,.24));
        pointer-events: none
    }

    .aa-product-img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: .55s
    }

.aa-product-card:hover .aa-product-img img {
    transform: scale(1.08)
}

.aa-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg,#d4af37,#8b6508);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(0,0,0,.2)
}

.aa-product-info {
    padding: 14px
}

    .aa-product-info h3 {
        margin: 0 0 5px;
        font-size: 17px;
        font-weight: 900;
        line-height: 1.25;
        color: #111
    }

    .aa-product-info p {
        margin: 0 0 10px;
        min-height: 42px;
        color: #777;
        font-size: 13px;
        line-height: 1.55
    }

.aa-rating {
    margin-bottom: 10px;
    color: #d4af37;
    font-size: 12px;
    letter-spacing: .5px
}

    .aa-rating span {
        color: #555;
        font-weight: 700;
        margin-left: 4px
    }

.aa-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px
}

    .aa-meta span {
        color: #666;
        font-size: 13px;
        font-weight: 600
    }

    .aa-meta strong {
        color: #111;
        font-size: 18px;
        font-weight: 900
    }

.aa-add-cart {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 15px;
    padding: 12px 10px;
    color: #fff;
    background: #111;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    overflow: hidden;
    transition: .25s
}

    .aa-add-cart:before {
        content: "";
        position: absolute;
        top: 0;
        left: -90%;
        width: 55%;
        height: 100%;
        transform: skewX(-25deg);
        background: linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent)
    }

    .aa-add-cart:hover {
        background: linear-gradient(135deg,#111,#4b3a0b);
        transform: translateY(-1px)
    }

        .aa-add-cart:hover:before {
            animation: aaShine .8s ease
        }

@keyframes aaShine {
    to {
        left: 130%
    }
}

.aa-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 4px
}

.aa-arrow {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(0,0,0,.18)
}

    .aa-arrow:active {
        transform: scale(.94)
    }

.aa-dots {
    display: flex;
    gap: 6px;
    align-items: center
}

.aa-dot {
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: #d7d7d7;
    border: 0;
    padding: 0;
    transition: .25s;
    cursor: pointer
}

    .aa-dot.active {
        width: 22px;
        background: linear-gradient(135deg,#d4af37,#8b6508)
    }

.aa-toast {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 18px;
    z-index: 9999;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(17,17,17,.94);
    color: #fff;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
    transform: translateY(130%);
    opacity: 0;
    transition: .35s
}

    .aa-toast.show {
        transform: translateY(0);
        opacity: 1
    }

.aa-toast-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg,#d4af37,#8b6508)
}

.aa-toast strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px
}

.aa-toast p {
    margin: 0;
    font-size: 12px;
    color: #ddd
}

.aa-cart-pill {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(17,17,17,.95);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(0,0,0,.18)
}

    .aa-cart-pill span {
        min-width: 22px;
        height: 22px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: linear-gradient(135deg,#d4af37,#8b6508);
        font-size: 12px
    }

@media(max-width:380px) {
    .aa-product-card {
        flex-basis: 86%
    }

    .aa-product-img {
        height: 235px
    }
}

@media(min-width:600px) {
    .aa-product-card {
        flex-basis: 46%
    }
}

@media(min-width:992px) {
    .aa-collection-section {
        padding: 58px 54px 64px
    }

    .aa-collection-header {
        margin-bottom: 34px
    }

        .aa-collection-header h2 {
            font-size: 44px
        }

    .aa-product-slider {
        padding-left: 0;
        padding-right: 0;
        gap: 22px
    }

    .aa-product-card {
        flex-basis: calc((100% - 44px)/3)
    }

    .aa-product-img {
        height: 280px
    }

    .aa-toast {
        left: auto;
        right: 28px;
        bottom: 28px;
        width: 360px
    }
}

