@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'SloopScriptPro';
    src: url('../fonts/sloop-script-pro-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Theseasons family (weights and italics) */
@font-face {
    font-family: 'Theseasons';
    src: url('../fonts/fonnts.com-theseasons-reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Theseasons';
    src: url('../fonts/fonnts.com-theseasons-it.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Theseasons';
    src: url('../fonts/fonnts.com-theseasons-lt.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Theseasons';
    src: url('../fonts/fonnts.com-theseasons-ltit.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Theseasons';
    src: url('../fonts/fonnts.com-theseasons-bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Theseasons';
    src: url('../fonts/fonnts.com-theseasons-bdit.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
:root{
    --light-pink: #F8C5F6;
    --dusty-pink:#CA8EB6;
    --hard-pink: #FF1167;
    --light-blue: #BFEFE4;
    --dusty-blue: #B0D7CC;
    --hard-blue: #1C98ED;
    --light-peach: #E8B4A3;
    --charcoal: #060A0E;
    --light-charcoal: #1C1F21;
    --hard-yellow: #FFEB38;
    --dusty-charcoal:#182736;
    --hard-white: #FFFFFF;
    --silver: #626C76;
}

body{
    background-color: var(--hard-white) !important;
    color: var(--charcoal);
    font-family: 'Theseasons', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Page layout */
.shop-page{
    max-width: 1280px;
}

.shop-layout{
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.shop-content{
    min-width: 0;
}

.profile-sidebar{
    position: sticky;
    top: 24px;
}

.profile-sidebar-card{
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 235, 56, 0.35), transparent 34%),
        linear-gradient(180deg, rgba(248, 197, 246, 0.28) 0%, rgba(191, 239, 228, 0.42) 100%);
    border: 1px solid rgba(202, 142, 182, 0.28);
    box-shadow: 0 18px 36px rgba(6,10,14,0.10);
}

.profile-sidebar-kicker,
.profile-preview-kicker{
    margin: 0 0 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--silver);
}

.profile-sidebar-title,
.profile-preview-title{
    margin: 0;
    font-family: 'Theseasons', sans-serif;
    font-weight: 700;
    color: var(--dusty-charcoal);
}

.profile-sidebar-title{
    font-size: 34px;
    line-height: 1;
}

.profile-sidebar-copy,
.profile-preview-copy{
    margin: 12px 0 0;
    color: var(--light-charcoal);
    line-height: 1.55;
}

.profile-options{
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.profile-option{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 14px 16px;
    text-align: left;
    border: 1px solid rgba(24, 39, 54, 0.08);
    border-radius: 20px;
    background: rgba(255,255,255,0.72);
    color: var(--dusty-charcoal);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.profile-option:hover{
    transform: translateY(-1px);
    border-color: rgba(255, 17, 103, 0.35);
    box-shadow: 0 10px 18px rgba(6,10,14,0.08);
}

.profile-option.active{
    background: var(--hard-white);
    border-color: rgba(255, 17, 103, 0.42);
    box-shadow: 0 14px 28px rgba(255, 17, 103, 0.10);
}

.profile-option-label{
    font-size: 18px;
    font-weight: 700;
}

.profile-option-meta{
    font-size: 13px;
    color: var(--silver);
    line-height: 1.45;
}

.profile-preview{
    margin-top: 22px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(24, 39, 54, 0.08);
}

.profile-preview-header{
    margin-bottom: 18px;
}

.profile-preview-stats{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.profile-stat{
    padding: 14px;
    border-radius: 18px;
    background: rgba(191, 239, 228, 0.34);
    border: 1px solid rgba(28, 152, 237, 0.10);
}

.profile-stat-value{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--dusty-charcoal);
    line-height: 1;
}

.profile-stat-label{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--silver);
}

.profile-preview-group + .profile-preview-group{
    margin-top: 16px;
}

.profile-preview-label{
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--silver);
}

.profile-chip-row,
.product-meta-row{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.profile-chip,
.product-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(24, 39, 54, 0.08);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--dusty-charcoal);
}

.profile-chip.is-neutral{
    background: rgba(255,255,255,0.62);
    color: var(--silver);
}

.product-tag{
    background: rgba(191, 239, 228, 0.30);
}

.product-tag-soft{
    background: rgba(248, 197, 246, 0.26);
}

.shop-hero{
    text-align: center;
    margin-bottom: 20px;
    background-image: url('../images/shop-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-header{
    text-align: left;
}

.shop-page-title{
    font-family: 'SloopScriptPro', cursive;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0 0 10px;
}

.shop-subtitle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: var(--silver);
}

.shop-summary-sep{
    font-size: 12px;
}

/* Categories row */
.shop-categories{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 6px 0;
}

.shop-category{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    text-decoration: none;
    color: var(--silver);
    background: transparent;
    border: 0;
    font-family: 'Theseasons', sans-serif;
    font-size: 26px;
    font-weight: 600;
    transition: color .15s ease, border-color .15s ease;
    border-bottom: 2px solid transparent;
}

.shop-category:hover{
    color: var(--charcoal);
}

.shop-category.active{
    color: var(--dusty-charcoal);
    border-bottom-color: var(--hard-pink);
}

/* Filters */
.filter-panel{
    background: var(--hard-white);
    border: 1px solid var(--dusty-blue);
}

.filter-panel .form-label{
    color: var(--dusty-charcoal);
}

.filter-panel .form-control{
    border-color: var(--dusty-blue);
}

.filter-panel .form-control:focus{
    border-color: var(--hard-blue);
    box-shadow: none;
}

.filter-list label{
    color: var(--dusty-charcoal);
}

/* Product cards */
.product-card{
    border: 0;
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(6,10,14,0.10);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.product-item.is-profile-match .product-card{
    box-shadow: 0 18px 38px rgba(255, 17, 103, 0.16);
    transform: translateY(-2px);
}

.product-item.is-profile-muted .product-card{
    opacity: 0.58;
}

.product-card .card-body{
    text-align: center;
    padding: 18px 18px 16px;
}

.product-img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 16px 0;
}

.product-img-wrap{
    background: linear-gradient(180deg, var(--hard-white), var(--hard-white));
}

.product-img{
    width: 100%;
    height: 210px;
    border-radius: 18px;
    object-fit: cover;
    background: var(--light-blue);
    border: 0;
    box-shadow: 0 10px 20px rgba(6,10,14,0.08);
}

.product-card .card-title{
    font-family: 'Theseasons', sans-serif;
    font-weight: 700;
    color: var(--dusty-charcoal);
}

.product-meta-row{
    justify-content: center;
    margin-bottom: 10px;
}

.profile-match-note{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 17, 103, 0.10);
    color: var(--hard-pink);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.availability{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.availability .dot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--hard-blue);
}

.price{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: var(--dusty-charcoal);
}

.btn.btn-cart{
    border-radius: 999px;
    background: var(--dusty-pink);
    border: 1px solid var(--dusty-pink);
    color: var(--dusty-charcoal);
    font-family: 'Theseasons', sans-serif;
    font-weight: 700;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.btn.btn-cart:hover{
    background: var(--dusty-blue);
    color: var(--dusty-charcoal);
    border-color: var(--dusty-blue);
}

@media (max-width: 576px){
    .shop-layout{
        gap: 24px;
    }

    .profile-sidebar-card{
        padding: 20px;
        border-radius: 24px;
    }

    .profile-preview-stats{
        grid-template-columns: 1fr;
    }

    .product-img{
        height: 200px;
    }
}

@media (max-width: 992px){
    .shop-layout{
        grid-template-columns: 1fr;
    }

    .profile-sidebar{
        position: static;
    }

    .shop-header{
        text-align: center;
    }

    .shop-categories,
    .shop-subtitle{
        justify-content: center;
    }
}