/* SHOP HERO */
.shop-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.shop-hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 11, 11, .4) 0%, rgba(11, 11, 11, .9) 100%), url('https://images.unsplash.com/photo-1542574271-7f3b92e6c821?w=1600&q=80') center/cover no-repeat
}

.shop-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 80px 100px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: flex-end
}

.shop-hero__eyebrow {
    font-size: 18px;
    color: var(--red);
    margin-bottom: 16px;
    animation: fadeUp .7s ease .15s both
}

.shop-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(56px, 8vw, 96px);
    line-height: 1;
    letter-spacing: -.05em;
    animation: fadeUp .7s ease .3s both
}

.shop-hero__title span {
    display: block;
    color: var(--red)
}

.shop-hero__desc-block {
    padding-bottom: 8px;
    animation: fadeUp .7s ease .45s both
}

.shop-hero__desc-border {
    border-left: 2px solid rgba(212, 163, 115, .3);
    padding-left: 26px
}

.shop-hero__desc {
    font-size: 16px;
    line-height: 24px;
    color: var(--cream)
}

/* FILTER BAR */
.filter-bar {
    border-top: 1px solid rgba(212, 163, 115, .1);
    border-bottom: 1px solid rgba(212, 163, 115, .1);
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: #131313
}

.filter-bar__label {
    font-size: 16px;
    color: #EDE0D4;
    opacity: .4
}

.filter-bar__links {
    display: flex;
    gap: 48px
}

.filter-link {
    font-size: 16px;
    color: #EDE0D4;
    text-decoration: none;
    opacity: .5;
    cursor: pointer;
    background: none;
    border: none;
    transition: opacity .2s, color .2s
}

.filter-link.active {
    color: var(--gold);
    opacity: 1
}

.filter-link:hover {
    opacity: .8
}

/* SHOP GRID */
.shop-main {
    padding: 96px 20px 128px;
    max-width: 1440px;
    margin: 0 auto
}

.shop-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.grid-row-1 {
    display: grid;
    grid-template-columns: 1fr 448px;
    gap: 24px;
    min-height: 530px
}

.grid-row-2 {
    display: grid;
    grid-template-columns: 569px 1fr 402px;
    gap: 24px;
    min-height: 399px
}

.grid-row-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 451px;
    gap: 0;
    min-height: 629px
}

.grid-row-3 .card-small {
    border-radius: 0;
    border: 1px solid rgba(80, 69, 59, .1)
}

.grid-row-3 .card-small:first-child {
    border-radius: 8px 0 0 8px
}

/* FEATURE CARD */
.card-feature {
    position: relative;
    background: #201F1F;
    border: 1px solid rgba(80, 69, 59, .1);
    border-radius: 8px;
    overflow: hidden;
    min-height: 530px
}

.card-feature__img {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=1000&q=80') center/cover;
    opacity: .5
}

.card-feature__grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #0E0E0E 0%, rgba(14, 14, 14, 0) 50%)
}

.card-feature__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.card-tag {
    font-size: 16px;
    color: var(--gold);
    margin-bottom: 8px
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #E5E2E1;
    margin-bottom: 16px
}

.card-desc {
    font-size: 14px;
    line-height: 23px;
    color: var(--cream);
    max-width: 448px;
    margin-bottom: 32px
}

.card-row {
    display: flex;
    align-items: center;
    gap: 32px
}

.card-price {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--gold)
}

.btn-red-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    background: var(--red);
    font-size: 10px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .2s
}

.btn-red-sm:hover {
    opacity: .88
}

/* SMALL CARD */
.card-small {
    background: #1C1B1B;
    border: 1px solid rgba(80, 69, 59, .1);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.card-small__img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 280px;
    display: block;
    margin-bottom: 24px
}

.card-small__cat {
    font-size: 9px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px
}

.card-small__namerow {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px
}

.card-small__name {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #EDE0D4
}

.card-small__price {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--gold);
    white-space: nowrap
}

.color-dots {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 16px
}

.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 9999px;
    cursor: pointer
}

.color-dot--selected {
    box-shadow: 0 0 0 4px #080808, 0 0 0 5px var(--gold)
}

.btn-select {
    width: 100%;
    padding: 20px;
    background: var(--red);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: opacity .2s;
    text-decoration: none
}

.btn-select:hover {
    opacity: .88
}

/* SAUCE CARD */
.card-sauce {
    position: relative;
    background: #201F1F;
    border: 1px solid rgba(80, 69, 59, .1);
    border-radius: 8px;
    overflow: hidden
}

.card-sauce__img {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1624365168968-f283d506c6b6?w=600&q=80') center 20%/cover;
    filter: saturate(0) brightness(.65);
    opacity: .45
}

.card-sauce__grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #0E0E0E 0%, rgba(14, 14, 14, 0) 55%)
}

.card-sauce__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px
}

.card-sauce__title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #E5E2E1;
    margin-bottom: 8px
}

.card-sauce__desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--cream);
    margin-bottom: 24px;
    max-width: 320px
}

.card-sauce__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.size-btns {
    display: flex;
    gap: 8px
}

.size-pill {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #EDE0D4;
    border: 1px solid rgba(165, 59, 45, .2);
    cursor: pointer;
    background: transparent;
    transition: border-color .2s
}

.size-pill.active {
    border-color: var(--red);
    color: var(--red)
}

.size-pill:hover {
    border-color: var(--red)
}

/* TEE CARD */
.card-tee {
    background: #2A2A2A;
    border: 1px solid rgba(80, 69, 59, .1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.card-tee__body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}

.card-tee__heirloom {
    font-size: 16px;
    color: var(--gold);
    margin-bottom: 16px
}

.card-tee__namerow {
    position: relative;
    margin-bottom: 16px
}

.card-tee__name {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #E5E2E1;
    line-height: 1.3
}

.card-tee__price-badge {
    position: absolute;
    right: 0;
    top: 4px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--gold)
}

.card-tee__desc {
    font-size: 14px;
    line-height: 23px;
    color: var(--cream);
    margin-bottom: 24px;
    max-width: 215px
}

.card-tee__size-label {
    font-size: 12px;
    letter-spacing: 1.6px;
    color: #EDE0D4;
    opacity: .4;
    margin-bottom: 8px
}

.size-pills {
    display: flex;
    gap: 16px;
    margin-bottom: 24px
}

.btn-add-cart {
    width: 100%;
    padding: 17px 40px;
    background: var(--red);
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity .2s
}

.btn-add-cart:hover {
    opacity: .88
}

.card-img-only {
    background: #1C1B1B;
    border: 1px solid rgba(80, 69, 59, .1);
    border-radius: 8px;
    overflow: hidden
}

.card-img-only img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    display: block
}

/* REGISTRY CARD */
.card-registry {
    background: #000;
    border: 1px solid rgba(212, 163, 115, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px;
    text-align: center;
    gap: 0
}

.card-registry__icon {
    color: var(--red);
    font-size: 48px;
    margin-bottom: 32px
}

.card-registry__title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: var(--red);
    line-height: 1.4;
    margin-bottom: 24px
}

.card-registry__desc {
    font-size: 14px;
    line-height: 23px;
    color: rgba(212, 196, 183, .8);
    margin-bottom: 32px;
    max-width: 289px
}

.btn-registry {
    padding: 20px 48px;
    background: var(--red);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    transition: opacity .2s
}

.btn-registry:hover {
    opacity: .88
}

/* REVIEW */
.review-section {
    background: var(--near);
    padding: 96px 192px 144px;
    text-align: center
}

.review-quote-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 48px
}

.review-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 32px;
    color: #E5E2E1;
    max-width: 880px;
    margin: 0 auto 48px
}

.review-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 16px
}

.review-stars span {
    color: var(--red);
    font-size: 18px
}

.reviewer-name {
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 4px
}

.reviewer-role {
    font-size: 10px;
    letter-spacing: 1.6px;
    text-transform: capitalize;
    color: var(--cream)
}

@media(max-width:1280px) {
    .shop-hero__inner {
        grid-template-columns: 1fr;
        padding: 0 40px 80px
    }

    .grid-row-1,
    .grid-row-2,
    .grid-row-3 {
        grid-template-columns: 1fr 1fr
    }

    .card-registry {
        grid-column: 1/-1
    }
}

@media(max-width:768px) {
    .shop-hero__inner {
        padding: 0 24px 60px
    }

    .grid-row-1,
    .grid-row-2,
    .grid-row-3 {
        grid-template-columns: 1fr
    }

    .review-section {
        padding: 64px 24px 80px
    }

    .filter-bar {
        gap: 16px
    }

    .filter-bar__links {
        gap: 24px
    }
}