:root {
    --lb-gold: #b49a68;
    --lb-linen: #f4f1e7;
    --lb-rosewood: #657658;
    --lb-dark: #2f442f;
    --lb-bg: #fbfaf4;
    --lb-text: #354334;
    --lb-sage: #78945f;
    --lb-danger: #c0675a;
    --lb-matcha: #6f8f55;
    --lb-matcha-light: #b7c99f;
    --lb-matcha-pale: #eef3e5;
}

/* About LuminBloom */
.about-page {
    overflow: hidden;
    background: #fbfaf4;
}

.about-hero {
    position: relative;
    padding: 6.5rem 0 9rem;
    background:
        radial-gradient(circle at 14% 80%, rgba(231, 127, 152, .14) 0 10rem, transparent 10.1rem),
        radial-gradient(circle at 88% 18%, rgba(111, 143, 85, .17) 0 11rem, transparent 11.1rem),
        linear-gradient(135deg, #eef3e5 0%, #fff9f7 55%, #f8ecee 100%);
}

.about-orbit {
    position: absolute;
    border: 1px solid rgba(111, 143, 85, .22);
    border-radius: 50%;
    pointer-events: none;
}

.about-orbit-one {
    width: 320px;
    height: 320px;
    top: -210px;
    left: 7%;
}

.about-orbit-two {
    width: 210px;
    height: 210px;
    right: 6%;
    bottom: -145px;
}

.about-hero-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.about-kicker,
.about-eyebrow,
.about-section-heading > span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    color: var(--lb-matcha);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 820px;
    margin: 1rem auto;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 600;
    line-height: .98;
}

.about-hero p {
    max-width: 610px;
    margin: 1.5rem auto 0;
    color: #61705b;
    font-size: 1.08rem;
}

.about-story-wrap {
    position: relative;
    z-index: 2;
    margin-top: -4.5rem;
}

.about-story-card {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 4.5rem clamp(1.5rem, 6vw, 6rem);
    overflow: hidden;
    border: 1px solid #dce5d3;
    border-radius: 24px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 24px 70px rgba(53, 67, 52, .1);
    text-align: center;
}

.about-story-mark {
    position: absolute;
    top: -1.7rem;
    right: 2rem;
    color: rgba(111, 143, 85, .09);
    font-size: 9rem;
    line-height: 1;
}

.about-story-card h2,
.about-section-heading h2 {
    margin: .7rem 0 1.3rem;
    font-size: clamp(2.4rem, 4vw, 3.7rem);
    font-weight: 600;
}

.about-story-card > p {
    max-width: 760px;
    margin: 0 auto 1rem;
    color: #536151;
    font-size: 1rem;
    line-height: 1.85;
}

.about-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
    margin-top: 2rem;
}

.about-values span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .65rem 1rem;
    border: 1px solid #dce5d3;
    border-radius: 999px;
    background: #f6f8f1;
    color: #445541;
    font-size: .84rem;
}

.about-contact-section {
    padding: 7rem 0 6rem;
}

.about-section-heading {
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

.about-section-heading p {
    color: #667163;
}

.about-contact-card {
    height: 100%;
    padding: 2.4rem 2rem;
    border: 1px solid #dce5d3;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 35px rgba(53, 67, 52, .06);
}

.about-contact-card-featured {
    background: linear-gradient(155deg, #edf3e6, #ffffff);
    border-color: #b9cca9;
}

.about-contact-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    margin-bottom: 1.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--lb-matcha-pale);
    color: var(--lb-matcha);
    font-size: 1.45rem;
}

.about-contact-card h3 {
    margin-bottom: .8rem;
    font-size: 1.65rem;
}

.about-contact-card p,
.about-contact-card address {
    min-height: 72px;
    margin-bottom: 1rem;
    color: #687365;
    font-size: .9rem;
    font-style: normal;
    line-height: 1.65;
}

.about-contact-card a {
    color: #3f6538;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.about-contact-card a:hover {
    color: var(--lb-matcha);
    text-decoration: underline;
}

.about-contact-number {
    display: block;
    margin-bottom: .8rem;
    color: #3f6538;
}

.about-contact-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.about-contact-links a {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.about-contact-cta {
    display: flex;
    max-width: 980px;
    margin: 4rem auto 0;
    padding: 2.2rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 18px;
    background: var(--lb-dark);
    color: #fff;
}

.about-contact-cta span {
    color: #cbd9c0;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-contact-cta h2 {
    margin: .25rem 0 0;
    color: #fff;
    font-size: 2rem;
}

.about-contact-cta a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .5rem;
    padding: .85rem 1.3rem;
    border-radius: 999px;
    background: #fff;
    color: var(--lb-dark);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .about-hero {
        padding: 4.5rem 0 7rem;
    }

    .about-story-wrap {
        margin-top: -3rem;
    }

    .about-story-card {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        border-radius: 18px;
    }

    .about-contact-section {
        padding: 5rem 0 4rem;
    }

    .about-contact-card p,
    .about-contact-card address {
        min-height: 0;
    }

    .about-contact-cta {
        padding: 2rem 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .about-contact-cta a {
        width: 100%;
        justify-content: center;
    }
}

/* Bouquet cost calculator */
.bouquet-calculator-page {
    --calculator-green: #314d2d;
    --calculator-soft: #f2f6ea;
}

.bouquet-calculator-page h1,
.bouquet-calculator-page h2 {
    color: #263d24;
}

.calculator-material-card,
.calculator-summary-card {
    border: 1px solid #dfe7d6 !important;
    background: #fff;
}

.calculator-summary-card {
    position: sticky;
    top: 145px;
}

.calculator-material-table thead th {
    padding-top: .9rem;
    padding-bottom: .9rem;
    color: #30432d;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .025em;
    white-space: nowrap;
}

.calculator-material-table td {
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.calculator-material-name img,
.calculator-material-placeholder {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
}

.calculator-material-name img {
    object-fit: cover;
}

.calculator-material-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    background: #f8f9fa;
    color: #899586;
}

.calculator-quantity {
    min-width: 90px;
}

.calculator-inputs .form-label {
    margin-bottom: .35rem;
    color: #40523d;
    font-weight: 600;
}

.calculator-breakdown > div {
    margin-bottom: .55rem;
}

.calculator-breakdown dt {
    font-weight: 500;
}

.calculator-breakdown dd {
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

.calculator-price-panel {
    background: linear-gradient(145deg, #f7faef, #eaf3dc) !important;
}

.calculator-price-panel .display-5 {
    color: var(--calculator-green);
    font-family: "Cormorant Garamond", Georgia, serif;
}

#calculator-round-price.is-active {
    box-shadow: 0 0 0 .22rem rgba(49, 77, 45, .18);
}

@media (max-width: 1199.98px) {
    .calculator-summary-card {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .bouquet-calculator-page {
        padding-top: 2rem !important;
    }

    .bouquet-calculator-page .display-5 {
        font-size: 2.35rem;
    }

    .calculator-actions,
    .calculator-actions .btn {
        width: 100%;
    }

    .calculator-material-card .card-body,
    .calculator-summary-card .card-body {
        padding: 1.1rem !important;
    }
}

/* Customer profile */
.profile-page {
    min-height: 70vh;
    background:
        radial-gradient(circle at 8% 20%, rgba(231, 127, 152, .1) 0 9rem, transparent 9.1rem),
        radial-gradient(circle at 92% 75%, rgba(111, 143, 85, .13) 0 11rem, transparent 11.1rem),
        #fbfaf4;
}

.profile-heading {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.profile-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--lb-matcha);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.profile-heading h1 {
    margin: .65rem 0 .5rem;
    font-size: clamp(2.7rem, 5vw, 4rem);
}

.profile-heading p {
    color: #687365;
}

.profile-summary-card,
.profile-form-card {
    border: 1px solid #dce5d3;
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 48px rgba(53, 67, 52, .08);
}

.profile-summary-card {
    padding: 2.4rem 1.7rem;
    text-align: center;
}

.profile-avatar {
    display: grid;
    width: 86px;
    height: 86px;
    margin: 0 auto 1.2rem;
    place-items: center;
    border: 6px solid #edf3e6;
    border-radius: 50%;
    background: var(--lb-matcha);
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.6rem;
    font-weight: 700;
}

.profile-summary-card h2 {
    margin-bottom: .25rem;
    font-size: 1.8rem;
}

.profile-summary-card > p {
    margin-bottom: .7rem;
    color: #697466;
    font-size: .88rem;
    overflow-wrap: anywhere;
}

.profile-member-since {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #768272;
    font-size: .75rem;
}

.profile-address-status {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: .6rem;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 12px;
    text-align: left;
}

.profile-address-status.has-address {
    background: #edf5e7;
    color: #41603c;
}

.profile-address-status.is-missing {
    background: #fff5e7;
    color: #805e2d;
}

.profile-address-status i {
    font-size: 1.15rem;
}

.profile-address-status strong,
.profile-address-status span {
    display: block;
}

.profile-address-status strong {
    margin-bottom: .2rem;
    font-size: .83rem;
}

.profile-address-status span {
    font-size: .73rem;
    line-height: 1.45;
}

.profile-form-card {
    padding: clamp(1.5rem, 4vw, 2.7rem);
}

.profile-form-heading {
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e8da;
}

.profile-form-heading span {
    color: var(--lb-matcha);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.profile-form-heading h2 {
    margin: .2rem 0 0;
    font-size: 2rem;
}

.profile-form-heading > i {
    color: #b8caaa;
    font-size: 2rem;
}

.profile-form-card .form-label {
    color: #3f503c;
    font-weight: 700;
}

.profile-form-card .form-control {
    min-height: 48px;
    border-color: #cedbc5;
    background: #fdfefb;
}

.profile-form-card textarea.form-control {
    min-height: 125px;
}

.profile-form-card .form-control:focus {
    border-color: var(--lb-matcha);
    box-shadow: 0 0 0 .2rem rgba(111, 143, 85, .14);
}

.profile-readonly {
    background: #f1f3ed !important;
    color: #697466;
}

.profile-address-label {
    display: flex;
    margin-bottom: .5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.profile-address-label span {
    padding: .25rem .55rem;
    border-radius: 999px;
    background: #fff0d9;
    color: #8a6531;
    font-size: .7rem;
    font-weight: 700;
}

.profile-save-button {
    display: inline-flex;
    min-width: 180px;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}

@media (max-width: 575.98px) {
    .profile-page {
        padding-top: 2.5rem !important;
    }

    .profile-heading {
        margin-bottom: 1.75rem;
    }

    .profile-summary-card,
    .profile-form-card {
        border-radius: 16px;
    }

    .profile-form-heading > i {
        display: none;
    }

    .profile-save-button {
        width: 100%;
    }
}

@media print {
    .shop-header,
    .site-footer,
    .calculator-actions,
    #calculator-material-select,
    #calculator-add-material,
    #calculator-reset,
    #calculator-copy-price,
    #calculator-round-price,
    #calculator-message,
    .calculator-material-table th:last-child,
    .calculator-material-table td:last-child {
        display: none !important;
    }

    .bouquet-calculator-page {
        max-width: none !important;
        padding: 0 !important;
    }

    .calculator-material-card,
    .calculator-summary-card {
        position: static;
        box-shadow: none !important;
        break-inside: avoid;
    }
}

body {
    background: #fff;
    color: var(--lb-text);
    font-family: "DM Sans", Arial, sans-serif;
}

.brittany-heading {
    font-family: "Allura", cursive;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.05;
}

.brand,
.display-title,
h1,
h2,
h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--lb-dark);
    letter-spacing: 0;
}

.brand {
    font-size: 1.7rem;
    font-weight: 700;
}

.shop-header {
    background: var(--lb-matcha-pale) !important;
    box-shadow: 0 1px 0 rgba(111, 143, 85, .25);
    z-index: 1020;
}

.header-top {
    min-height: 68px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
}

.header-brand {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    height: 64px;
    color: #3f5139;
    text-decoration: none;
}

.header-logo-mark {
    display: block;
    flex: 0 0 56px;
    width: 56px;
    height: 60px;
    overflow: hidden;
    mix-blend-mode: multiply;
}

.header-logo-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.9);
}

.header-brand-name {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-search {
    width: 230px;
    height: 46px;
    border: 1px solid #b7c99f;
    border-radius: 999px;
    align-items: center;
    padding: 0 .45rem 0 1rem;
    background: rgba(255, 255, 255, .82);
}

.header-search input {
    border: 0;
    outline: 0;
    min-width: 0;
    flex: 1;
    color: #777;
}

.header-search button,
.icon-link {
    border: 0;
    background: transparent;
    color: #080808;
    font-size: 1.35rem;
    line-height: 1;
    text-decoration: none;
}

.header-menu {
    min-height: 42px;
    padding: 0;
    background: #fdecef;
    border-top: 1px solid #f5d5dc;
}

.header-menu .nav-link {
    color: #40523b;
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-menu .navbar-nav {
    column-gap: .7rem !important;
}

.header-menu .nav-link:hover,
.header-menu .nav-link:focus {
    color: var(--lb-matcha);
}

.home-slider {
    position: relative;
}

.home-hero {
    position: relative;
    min-height: 475px;
    background-position: center 42%;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slide-flowers {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 35%), url("https://images.unsplash.com/photo-1518895949257-7621c3c786d7?auto=format&fit=crop&w=1900&q=88");
}

.slide-valentine {
    background-image: linear-gradient(90deg, rgba(72, 24, 34, .62), rgba(72, 24, 34, .08) 58%), url("https://images.unsplash.com/photo-1518709779341-56cf4535e94b?auto=format&fit=crop&w=1900&q=88");
}

.slide-mothers {
    background-image: linear-gradient(90deg, rgba(85, 55, 42, .56), rgba(85, 55, 42, .08) 58%), url("https://images.unsplash.com/photo-1468327768560-75b778cbb551?auto=format&fit=crop&w=1900&q=88");
}

.home-hero::after {
    display: none;
}

.hero-copy {
    position: relative;
    z-index: 1;
    margin-left: clamp(1.5rem, 7vw, 7rem);
    max-width: 500px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .22);
}

.hero-button-wrap {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    z-index: 3;
    transform: translateX(-50%);
}

.home-hero h1 {
    color: #fff;
    font-size: clamp(3.4rem, 7vw, 6.4rem);
}

.hero-controls {
    position: absolute;
    right: 2.1rem;
    bottom: 1.8rem;
    z-index: 2;
    display: flex;
    gap: .5rem;
}

.hero-controls button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 4px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .88);
    text-decoration: none;
}

.promo-strip {
    background: #fff;
}

.promo-purple {
    background: #8c79cc;
}

.promo-lime {
    background: #c0d244;
}

.promo-rose {
    background: #e77f98;
}

.promo-pink {
    background: #efabc1;
}

.promo-tile {
    min-height: 100px;
    border-radius: 4px;
    color: #fff;
    padding: 1.35rem 1.15rem;
    display: grid;
    grid-template-columns: 68px 1fr;
    align-items: center;
    gap: 1rem;
}

.promo-tile i {
    font-size: 2.85rem;
    line-height: 1;
}

.promo-tile strong,
.promo-tile span {
    display: block;
}

.promo-tile strong {
    font-size: 1.05rem;
    margin-bottom: .28rem;
}

.promo-tile span {
    font-size: .86rem;
    font-weight: 600;
}

.promo-tile.promo-purple {
    background: #8c79cc;
}

.promo-tile.promo-lime {
    background: #c0d244;
}

.promo-tile.promo-rose {
    background: #e77f98;
}

.promo-tile.promo-pink {
    background: #efabc1;
}

.product-showcase {
    background: transparent;
}

.category-showcase {
    background: transparent;
}

.home-floral-content {
    background-color: #fffdfb;
    background-image:
        linear-gradient(rgba(255, 255, 255, .28), rgba(255, 255, 255, .28)),
        url("../../image.php?path=flower%20background%20pastel.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-grid {
    row-gap: 2.4rem;
    justify-content: center;
}

.category-col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.category-tile {
    position: relative;
    display: block;
    width: 100%;
    max-width: 390px;
    min-height: 345px;
    aspect-ratio: 1 / 1.18;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 28px;
    color: #fff;
    text-decoration: none;
    background: #eee;
}

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .46) 100%);
}

.category-tile img {
    width: 100%;
    height: 100%;
    min-height: 345px;
    object-fit: cover;
    display: block;
    transition: transform .28s ease;
}

.category-tile span {
    position: absolute;
    right: 1.45rem;
    bottom: 1.15rem;
    z-index: 1;
    max-width: 82%;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 3.1vw, 3.4rem);
    font-weight: 700;
    line-height: .98;
    text-align: right;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .32);
    overflow-wrap: break-word;
}

.category-tile:hover {
    color: #fff;
}

.category-tile:hover img {
    transform: scale(1.04);
}

.category-minimal-grid {
    align-items: stretch;
}

.category-minimal-card {
    display: block;
    height: 100%;
    padding: .75rem;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    background: #fff;
    color: #111;
    text-align: center;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.category-minimal-card:hover {
    color: #111;
    border-color: var(--lb-matcha);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
}

.category-minimal-image {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background: #f4f4f4;
}

.category-minimal-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .25s ease;
}

.category-minimal-card:hover img {
    transform: scale(1.035);
}

.category-minimal-label {
    display: block;
    padding: 1rem .35rem .35rem;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.25;
}

.flower-type-showcase {
    background: #f7faf3;
    scroll-margin-top: 120px;
}

.flower-type-card {
    padding-bottom: 1.15rem;
}

.flower-type-meta {
    display: block;
    color: #6c7868;
    font-size: .8rem;
    font-weight: 600;
}

.flower-types-page {
    min-height: 65vh;
    background: #f7faf3;
}

.flower-types-heading {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.flower-types-heading h1 {
    margin-bottom: .65rem;
    font-size: clamp(2.4rem, 5vw, 4rem);
}

.flower-types-kicker {
    display: inline-block;
    margin-bottom: .5rem;
    color: var(--lb-matcha);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16rem;
    text-transform: uppercase;
}

.flower-types-page .category-minimal-card {
    padding-bottom: 1.5rem;
}

.category-promo-grid {
    row-gap: 3.5rem;
}

.category-promo-card {
    text-align: center;
}

.category-promo-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f4f1ef;
    color: #fff;
}

.category-promo-image::before {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 2;
    border: 3px solid rgba(255, 255, 255, .82);
    pointer-events: none;
}

.category-promo-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(45, 36, 32, .22);
    opacity: 0;
    transition: opacity .2s ease;
}

.category-promo-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1.35 / 1;
    object-fit: cover;
    transition: transform .28s ease, filter .28s ease;
}

.category-promo-image span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .28);
    color: #fff;
    font-size: 2.2rem;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .2s ease;
}

.category-promo-image:hover::after,
.category-promo-image:hover span {
    opacity: 1;
}

.category-promo-image:hover img {
    transform: scale(1.04);
    filter: brightness(.82);
}

.category-promo-card h3 {
    margin: 1.55rem 0 1.45rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: .3rem;
    line-height: 1.2;
    color: #2d2d2d;
}

.category-promo-button {
    display: inline-flex;
    min-width: 194px;
    height: 66px;
    align-items: center;
    justify-content: center;
    background: var(--lb-matcha);
    color: #fff;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease;
}

.category-promo-button:hover {
    background: #55734a;
    color: #fff;
}

.btn-dark {
    background: var(--lb-dark);
    border-color: var(--lb-dark);
}

.btn-outline-dark {
    border-color: var(--lb-dark);
    color: var(--lb-dark);
}

.btn-outline-dark:hover {
    background: var(--lb-dark);
    border-color: var(--lb-dark);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--lb-matcha);
    box-shadow: 0 0 0 .2rem rgba(111, 143, 85, .18);
}

.section-band {
    background: #fff;
    border-top: 1px solid rgba(139, 111, 94, .14);
    border-bottom: 1px solid rgba(139, 111, 94, .14);
}

.product-card {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: #f3f3f3;
    height: 100%;
}

.product-card img,
.product-image {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.product-image-pan {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
    cursor: grab;
}

.product-image-pan .product-image {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center;
    transition: transform .2s ease;
    will-change: transform;
}

.product-image-pan:hover .product-image {
    transform: scale(1.28);
}

.product-image-full {
    background: #f3f3f3;
    overflow: hidden;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-full img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .product-image-full {
        height: 420px;
    }
}

.catalog-page {
    background: #fff;
}

.catalog-toolbar {
    min-height: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #e7e7e7;
    font-size: .78rem;
}

.catalog-toolbar label {
    margin-right: .15rem;
    color: #111;
}

.catalog-toolbar .form-select,
.catalog-toolbar .form-control {
    width: auto;
    min-width: 175px;
    border-radius: 0;
    border-color: #ddd;
    font-size: .78rem;
}

.catalog-grid {
    --bs-gutter-x: 2.4rem;
    --bs-gutter-y: 2rem;
}

.catalog-product {
    text-align: center;
    background: #fff;
}

.catalog-image-link {
    display: block;
    background: #f2f2f2;
    overflow: hidden;
}

.catalog-product img {
    width: 100%;
    aspect-ratio: 3 / 4.1;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.catalog-product:hover img {
    transform: scale(1.025);
}

.catalog-product-body {
    padding-top: 1rem;
}

.catalog-product h2,
.catalog-product h3 {
    font-family: "DM Sans", Arial, sans-serif;
    font-size: .98rem;
    font-weight: 800;
    color: #111;
    margin-bottom: .35rem;
}

.catalog-price {
    font-size: .9rem;
    font-weight: 700;
    color: var(--lb-matcha);
    margin-bottom: .65rem;
}

.stat-tile {
    background: #fff;
    border: 1px solid rgba(139, 111, 94, .16);
    border-radius: 8px;
    padding: 1.25rem;
}

.admin-dashboard {
    min-height: 70vh;
}

.dashboard-hero {
    padding: 1.25rem 1.35rem;
    border: 1px solid #cbd8bd;
    border-radius: 14px;
    background: linear-gradient(135deg, #fafcf6, #e6eedc);
}

.dashboard-stat {
    min-height: 148px;
    border-radius: 16px;
    padding: 1.35rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #2d2420;
    box-shadow: 0 14px 30px rgba(45, 36, 32, .08);
}

.dashboard-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .72);
    font-size: 1.75rem;
}

.dashboard-stat-label {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08rem;
    text-transform: uppercase;
    opacity: .82;
}

.dashboard-stat-value {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
}

.stat-pink {
    background: linear-gradient(135deg, #e8f0df, #9bb681);
}

.stat-lilac {
    background: linear-gradient(135deg, #dce8cf, #7f9c67);
}

.stat-peach {
    background: linear-gradient(135deg, #f2eddc, #b9aa78);
}

.stat-sage {
    background: linear-gradient(135deg, #d9e7d1, #6f9470);
}

.dashboard-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-actions a {
    min-height: 88px;
    border: 1px solid #cbd8bd;
    border-radius: 14px;
    background: #fff;
    color: #2d2420;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(45, 36, 32, .05);
    transition: transform .2s ease, border-color .2s ease;
}

.dashboard-actions a:hover {
    transform: translateY(-2px);
    border-color: var(--lb-matcha);
}

.dashboard-actions i {
    color: var(--lb-matcha);
    font-size: 1.35rem;
}

.badge-soft {
    background: var(--lb-matcha);
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.site-footer {
    background: #dfe9d4;
    border-top: 1px solid #b7c99f;
    color: #42503f;
}

.site-footer h2 {
    font-family: "DM Sans", Arial, sans-serif;
    color: var(--lb-dark);
    font-size: .92rem;
    font-weight: 800;
    margin-bottom: 1.05rem;
    text-transform: uppercase;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer li {
    margin-bottom: .72rem;
}

.site-footer a,
.store-info span {
    color: #4d5d49;
    font-size: .82rem;
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--lb-matcha);
}

.store-info li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: .45rem;
    align-items: start;
}

.store-info i {
    color: #626870;
    font-size: 1rem;
    line-height: 1.2;
}

.footer-main-row .store-info {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.footer-main-row .store-info span {
    text-align: left;
}

.footer-newsletter {
    margin: 1.6rem auto 0;
    max-width: 285px;
    height: 44px;
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    background: #fff;
}

.footer-newsletter input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 1rem;
    font-size: .8rem;
    background: transparent;
}

.footer-newsletter button {
    border: 0;
    background: transparent;
    color: #ff6f91;
    font-size: 1.25rem;
    padding: 0 .9rem;
}

.delivery-coverage-page {
    min-height: 70vh;
    overflow: hidden;
    background: #fbfaf4;
}

.coverage-hero-section {
    position: relative;
    padding: 5.5rem 0 8rem;
    background:
        radial-gradient(circle at 12% 85%, rgba(231, 127, 152, .12) 0 11rem, transparent 11.1rem),
        radial-gradient(circle at 88% 10%, rgba(111, 143, 85, .13) 0 9rem, transparent 9.1rem),
        linear-gradient(135deg, #eef3e5, #faf1f1);
}

.coverage-botanical {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(111, 143, 85, .22);
    pointer-events: none;
}

.coverage-botanical-one {
    width: 280px;
    height: 280px;
    left: -110px;
    bottom: -90px;
}

.coverage-botanical-two {
    width: 170px;
    height: 170px;
    right: 43%;
    top: -75px;
}

.delivery-coverage-hero {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.coverage-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-bottom: 1.2rem;
    color: var(--lb-matcha);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16rem;
    text-transform: uppercase;
}

.delivery-coverage-hero h1 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.4rem;
    font-size: clamp(3.3rem, 6vw, 5.6rem);
    font-weight: 600;
    line-height: .98;
}

.delivery-coverage-hero p {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6rem;
    color: #4f5b4c;
    font-size: 1.02rem;
    line-height: 1.8;
}

.coverage-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.8rem;
    justify-content: center;
}

.coverage-hero-stats span {
    padding: .65rem 1rem;
    border: 1px solid rgba(111, 143, 85, .26);
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    color: #52604e;
    font-size: .82rem;
}

.coverage-hero-stats strong {
    color: var(--lb-dark);
    font-size: 1rem;
}

.coverage-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .8rem 1.15rem;
    border-radius: 999px;
    background: var(--lb-dark);
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
}

.coverage-whatsapp-link:hover {
    background: var(--lb-matcha);
    color: #fff;
}

.coverage-hero-image {
    position: relative;
    width: min(100%, 480px);
    margin-left: auto;
    padding: .75rem;
    border-radius: 48% 48% 1.5rem 1.5rem;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 28px 60px rgba(67, 82, 58, .18);
}

.coverage-hero-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 48% 48% 1rem 1rem;
    object-fit: cover;
}

.coverage-image-note {
    position: absolute;
    left: -2rem;
    bottom: 2.2rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    max-width: 220px;
    padding: .8rem 1rem;
    border-radius: .8rem;
    background: #fff;
    color: var(--lb-dark);
    box-shadow: 0 12px 28px rgba(45, 68, 47, .14);
    font-size: .78rem;
    font-weight: 700;
}

.coverage-image-note i {
    color: #e77f98;
}

.coverage-content-wrap {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin-top: -3.8rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5rem;
}

.coverage-search-card {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: 1.5rem 3rem;
    padding: 1.6rem 2rem;
    border: 1px solid rgba(111, 143, 85, .2);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 18px 45px rgba(64, 81, 57, .12);
}

.coverage-search-copy {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.coverage-search-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef3e5;
    color: var(--lb-matcha);
    font-size: 1.3rem;
}

.coverage-search-copy h2 {
    margin-bottom: .2rem;
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
}

.coverage-search-copy p {
    margin: 0;
    color: #6b7568;
    font-size: .82rem;
}

.coverage-search {
    display: flex;
    gap: .65rem;
}

.coverage-search input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 1rem;
    border: 1px solid #cfd9c5;
    border-radius: 999px;
    outline: 0;
    background: #fafcf8;
}

.coverage-search input:focus {
    border-color: var(--lb-matcha);
    box-shadow: 0 0 0 .2rem rgba(111, 143, 85, .13);
}

.coverage-search button {
    min-height: 48px;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 999px;
    background: var(--lb-dark);
    color: #fff;
    font-weight: 700;
    transition: background .2s ease, color .2s ease;
}

.coverage-search button:hover,
.coverage-search button:focus {
    background: var(--lb-matcha);
    color: #fff;
}

.coverage-result {
    grid-column: 1 / -1;
    min-height: 28px;
    margin-top: -.65rem;
    text-align: center;
    font-size: .9rem;
    font-weight: 700;
}

.coverage-result.is-success {
    color: #52723f;
}

.coverage-result.is-error {
    color: var(--lb-danger);
}

.coverage-zones-section {
    padding-top: 6rem;
}

.coverage-section-heading {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center;
}

.coverage-section-heading > span {
    color: var(--lb-matcha);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16rem;
    text-transform: uppercase;
}

.coverage-section-heading h2 {
    margin: .55rem 0 .65rem;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 500;
}

.coverage-section-heading p {
    color: #6b7568;
}

.coverage-zone-card {
    height: 100%;
    padding: 2.2rem;
    border: 1px solid rgba(111, 143, 85, .16);
    border-radius: 1.5rem;
    box-shadow: 0 16px 36px rgba(64, 81, 57, .08);
}

.coverage-zone-1 {
    background: linear-gradient(145deg, #fff 0%, #f9eaee 100%);
}

.coverage-zone-2 {
    background: linear-gradient(145deg, #fff 0%, #e7efdf 100%);
}

.coverage-zone-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid rgba(111, 143, 85, .2);
}

.coverage-zone-number {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--lb-dark);
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
}

.coverage-zone-header h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

.coverage-zone-header p {
    margin: .2rem 0 0;
    color: #6d7769;
    font-size: .78rem;
}

.coverage-area-list {
    columns: 2;
    column-gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.coverage-area-list li {
    break-inside: avoid;
    margin-bottom: .65rem;
    padding: .3rem .45rem;
    border-radius: .4rem;
    font-size: .88rem;
}

.coverage-area-list li.is-match {
    background: #dce9cf;
    color: var(--lb-dark);
    font-weight: 800;
}

.coverage-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 4rem;
    padding: 2.2rem 2.5rem;
    border-radius: 1.5rem;
    background: var(--lb-dark);
    color: #fff;
}

.coverage-cta span {
    color: #c9d7bd;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08rem;
    text-transform: uppercase;
}

.coverage-cta h2 {
    margin: .3rem 0 0;
    color: #fff;
    font-size: 2rem;
}

.coverage-cta a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .85rem 1.15rem;
    border-radius: 999px;
    background: #fff;
    color: var(--lb-dark);
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .coverage-hero-section {
        padding-top: 4rem;
    }

    .delivery-coverage-hero {
        margin: 0 auto;
        text-align: center;
    }

    .delivery-coverage-hero p,
    .coverage-hero-stats {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .coverage-hero-image {
        margin-right: auto;
    }

    .coverage-search-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .coverage-hero-section {
        padding: 3.25rem 0 6rem;
    }

    .delivery-coverage-hero h1 {
        font-size: 3rem;
    }

    .coverage-hero-image {
        width: 88%;
    }

    .coverage-image-note {
        left: -.75rem;
        bottom: 1.5rem;
    }

    .coverage-content-wrap {
        margin-top: -3rem;
    }

    .coverage-search-card {
        padding: 1.35rem;
    }

    .coverage-search {
        flex-direction: column;
    }

    .coverage-search button {
        width: 100%;
    }

    .coverage-zones-section {
        padding-top: 4rem;
    }

    .coverage-zone-card {
        padding: 1.35rem;
    }

    .coverage-area-list {
        columns: 1;
    }

    .coverage-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.6rem;
    }
}

.receipt-page {
    background: #f7f8f4;
}

.receipt-sheet {
    width: 100%;
    max-width: 148mm;
    min-height: 190mm;
    margin: 0 auto;
    padding: 12mm 11mm 9mm;
    color: #263326;
    box-shadow: 0 18px 48px rgba(47, 68, 47, .09);
}

.receipt-brand-header {
    text-align: center;
}

.receipt-logo {
    display: block;
    width: 78px;
    height: 82px;
    margin: 0 auto .35rem;
    overflow: hidden;
    mix-blend-mode: multiply;
}

.receipt-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.9);
}

.receipt-brand-header h2 {
    margin: 0;
    color: var(--lb-dark);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

.receipt-brand-header address {
    margin: .8rem 0 0;
    color: #596557;
    font-size: .82rem;
    font-style: normal;
    line-height: 1.55;
}

.receipt-divider {
    height: 1px;
    margin: 1.5rem 0 1.25rem;
    background: #b8c9aa;
}

.receipt-document-title {
    margin: 0 0 1.5rem;
    color: var(--lb-dark);
    font-family: "DM Sans", Arial, sans-serif;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .24em;
    text-align: center;
    text-transform: uppercase;
}

.receipt-meta {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: .4rem 1.5rem;
    max-width: 390px;
    margin: 0 0 2rem;
    font-size: .86rem;
}

.receipt-meta dt {
    font-weight: 700;
}

.receipt-meta dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.receipt-parties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.receipt-parties h3 {
    margin: 0 0 .85rem;
    padding-bottom: .55rem;
    border-bottom: 1px solid #b8c9aa;
    color: var(--lb-dark);
    font-family: "DM Sans", Arial, sans-serif;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.receipt-parties p {
    margin: 0 0 .3rem;
    color: #3f4b3e;
    font-size: .82rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.receipt-table-wrap {
    margin-top: .5rem;
}

.receipt-table {
    margin-bottom: 0;
    border-color: #b8c9aa;
    font-size: .8rem;
}

.receipt-table thead th {
    padding: .65rem .55rem;
    border-top: 1px solid #b8c9aa;
    border-bottom: 1px solid #dce5d3;
    background: #f4f7f0;
    color: var(--lb-dark);
    font-weight: 700;
}

.receipt-table tbody td,
.receipt-table tfoot th {
    padding: .65rem .55rem;
}

.receipt-table tfoot th {
    border-top: 2px solid #91aa7e;
    border-bottom: 1px solid #91aa7e;
    background: #f8faf5;
    color: var(--lb-dark);
}

.receipt-thank-you {
    margin: 2rem 0 0;
    color: var(--lb-dark);
    font-size: .82rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .receipt-page {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .receipt-sheet {
        min-height: 0;
        padding: 2rem 1.15rem;
    }

    .receipt-brand-header h2 {
        font-size: 2.15rem;
    }

    .receipt-parties {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .receipt-table {
        min-width: 500px;
    }
}

@media print {
    html,
    body {
        width: auto;
        min-width: 0;
        margin: 0 !important;
        background: #fff !important;
        color: #263326 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .shop-header,
    .site-footer,
    .whatsapp-float,
    .receipt-toolbar,
    .receipt-screen-note,
    .receipt-actions,
    .btn {
        display: none !important;
    }

    .receipt-page.container {
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff !important;
    }

    .receipt-sheet {
        width: auto !important;
        max-width: none !important;
        min-height: calc(210mm - 16mm);
        margin: 0 !important;
        padding: 3mm 2mm 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        break-inside: avoid;
    }

    .receipt-logo {
        width: 17mm;
        height: 18mm;
        margin-bottom: 1mm;
    }

    .receipt-brand-header h2 {
        font-size: 23pt;
    }

    .receipt-brand-header address {
        margin-top: 3mm;
        font-size: 7.5pt;
    }

    .receipt-divider {
        margin: 5mm 0 4mm;
    }

    .receipt-document-title {
        margin-bottom: 5mm;
        font-size: 8.5pt;
    }

    .receipt-meta {
        gap: 1.2mm 6mm;
        margin-bottom: 6mm;
        font-size: 8pt;
    }

    .receipt-parties {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10mm;
        margin-bottom: 6mm;
    }

    .receipt-parties h3 {
        margin-bottom: 2.5mm;
        padding-bottom: 2mm;
        font-size: 7pt;
    }

    .receipt-parties p,
    .receipt-table,
    .receipt-thank-you {
        font-size: 7.5pt;
    }

    .receipt-table-wrap,
    .receipt-table {
        min-width: 0 !important;
        overflow: visible !important;
        page-break-inside: avoid;
    }

    .receipt-table thead th,
    .receipt-table tbody td,
    .receipt-table tfoot th {
        padding: 2.2mm 2mm;
    }

    .receipt-thank-you {
        margin-top: 7mm;
    }
}

.info-review-section {
    background: #fff;
    color: #070707;
}

.info-panel {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
}

.service-line {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 1.35rem;
    margin-bottom: 2.25rem;
    align-items: flex-start;
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--lb-matcha);
    color: #fff;
    font-size: 1.45rem;
}

.service-line h2,
.info-border h2 {
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .45rem;
}

.service-line p,
.delivery-time p,
.special-note {
    font-size: .82rem;
    line-height: 1.55;
    margin-bottom: .45rem;
}

.info-border {
    border-left: 1px solid #e7e7e7;
    padding-left: 1.8rem;
}

.delivery-time {
    margin-bottom: .78rem;
}

.delivery-time strong {
    display: block;
    font-size: .82rem;
    margin-bottom: .32rem;
}

.delivery-time p {
    color: #777;
    font-style: italic;
}

.special-note {
    color: #ff6682;
}

.google-reviews {
    text-align: center;
    margin-bottom: .85rem;
}

.google-logo {
    font-family: Arial, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

.g-blue { color: #4285f4; }
.g-red { color: #ea4335; }
.g-yellow { color: #fbbc05; }
.g-green { color: #34a853; }

.review-stars {
    color: #f7b22c;
    font-size: 1.15rem;
    letter-spacing: .12rem;
    margin: .45rem 0 .2rem;
}

.google-reviews p {
    font-size: .88rem;
    margin-bottom: 0;
}

.review-card {
    min-height: 174px;
    background: #efefef;
    border-radius: 4px;
    padding: 1.45rem 1.25rem;
}

.review-card strong,
.review-card span {
    display: block;
    font-size: .85rem;
}

.review-card span {
    color: #888;
}

.small-stars {
    font-size: .98rem;
    letter-spacing: .08rem;
}

.review-card p {
    font-size: .82rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.buyer-review-banner {
    min-height: 420px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #111;
    overflow: hidden;
}

.buyer-review-banner .carousel-inner {
    width: 100%;
}

.buyer-review-content {
    max-width: 760px;
    min-height: 420px;
    margin: 0 auto;
    padding: 5rem 1.5rem 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.review-script {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    font-style: italic;
    line-height: 1;
    margin-bottom: .7rem;
}

.buyer-review-content h2 {
    color: #111;
    font-size: 2.05rem;
    font-weight: 700;
    letter-spacing: .18rem;
    text-transform: uppercase;
    margin-bottom: 1.35rem;
}

.buyer-review-content p {
    max-width: 690px;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1.8rem;
}

.buyer-review-content strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.05rem;
    letter-spacing: .08rem;
}

.buyer-review-banner .carousel-control-prev,
.buyer-review-banner .carousel-control-next {
    width: 12%;
}

.buyer-review-banner .carousel-indicators {
    bottom: 2.2rem;
    margin-bottom: 0;
}

.buyer-review-banner .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    margin: 0 .35rem;
}

.whatsapp-float {
    position: fixed;
    right: 16px;
    bottom: 14px;
    z-index: 1030;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: #1bd741;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
    font-size: 1.8rem;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .header-top {
        grid-template-columns: 1fr auto;
    }

    .header-brand {
        justify-self: start;
        height: 56px;
        gap: .3rem;
    }

    .header-logo-mark {
        flex-basis: 48px;
        width: 48px;
        height: 54px;
    }

    .header-brand-name {
        font-size: 1.45rem;
    }

    .header-actions {
        gap: .8rem;
    }

    .header-menu {
        padding: .45rem 0;
    }

    .home-hero {
        min-height: 390px;
    }

    .dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .header-top {
        min-height: 62px;
    }

    .home-hero {
        min-height: 0;
        aspect-ratio: 4 / 5;
        background-position: center;
    }

    .slide-flowers,
    .slide-valentine,
    .slide-mothers {
        background-image: var(--mobile-hero-image) !important;
    }

    .hero-copy {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .promo-tile {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: .85rem;
        padding: 1rem;
    }

    .promo-tile i {
        font-size: 2rem;
    }

    .promo-tile strong,
    .promo-tile span {
        overflow-wrap: anywhere;
    }

    .promo-tile strong {
        font-size: .98rem;
    }

    .promo-tile span {
        font-size: .8rem;
        line-height: 1.4;
    }

    .catalog-page {
        padding-top: 1rem !important;
    }

    .catalog-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: .5rem;
        padding: .75rem;
        margin-bottom: 1.25rem;
        border: 1px solid #eee;
        border-radius: .5rem;
        background: #f7faf3;
    }

    .catalog-toolbar label {
        grid-column: 1 / -1;
        margin: 0;
        font-weight: 700;
    }

    .catalog-toolbar .form-select,
    .catalog-toolbar .form-control {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        border-radius: .35rem;
    }

    .catalog-toolbar .btn {
        min-height: 40px;
        border-radius: .35rem;
    }

    .catalog-grid {
        --bs-gutter-y: 2.25rem;
    }

    .catalog-product img {
        aspect-ratio: 4 / 4.7;
    }

    .catalog-product-body {
        padding-top: .8rem;
    }

    .category-tile,
    .category-tile img {
        min-height: 320px;
    }

    .service-line {
        grid-template-columns: 54px 1fr;
        gap: .9rem;
    }

    .info-border {
        border-left: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .google-logo {
        font-size: 2.4rem;
    }

    .dashboard-actions {
        grid-template-columns: 1fr;
    }

    .home-floral-content {
        background-position: 62% top;
        background-repeat: repeat-y;
        background-size: 900px 600px;
    }
}
