* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Unified Boww & Meow theme for legacy customer flows */
.checkout-page,.account-page,.success-page{min-height:72vh;padding:46px 20px 80px;background:radial-gradient(circle at 7% 5%,rgba(255,184,167,.22),transparent 24%),var(--bm-cream)}.checkout-page>.section-heading,.checkout-page>.form-error,.checkout-layout,.account-page>*{max-width:1180px;margin-left:auto;margin-right:auto}.checkout-page .section-heading{text-align:left}.checkout-page .section-heading span,.account-page .section-heading span{color:var(--bm-coral-dark);font-size:10px;font-weight:900;letter-spacing:.15em}.checkout-page .section-heading h2,.account-page .section-heading h1{margin:8px 0;color:var(--bm-text);font-size:clamp(36px,5vw,52px);letter-spacing:-.045em}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:24px;align-items:start}.checkout-form,.checkout-summary,.account-page .auth-card,.account-page .success-card,.account-page .address-form,.success-page .success-card{border:1px solid #e0e5dc!important;border-radius:25px!important;background:#fff!important;box-shadow:0 15px 42px rgba(99,55,48,.08)!important}.checkout-form{padding:30px}.checkout-form label,.address-form label,.auth-card label{display:block;margin:15px 0 7px;color:#3c4b42;font-size:12px;font-weight:850}.checkout-form input,.checkout-form select,.checkout-form textarea,.address-form input,.address-form select,.address-form textarea,.auth-card input,.auth-card select,.auth-card textarea{width:100%;padding:13px 14px;border:1px solid var(--bm-border)!important;border-radius:11px!important;background:var(--bm-surface)!important;font:inherit;outline:0}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus,.address-form input:focus,.auth-card input:focus{border-color:#67916d!important;box-shadow:0 0 0 3px rgba(103,145,109,.12)}.checkout-form>button,.address-form>button,.auth-card button,.success-card .product-detail-cart{width:100%;min-height:49px;margin-top:20px;border:0!important;border-radius:12px!important;background:var(--bm-coral)!important;color:#fff!important;font-weight:900!important;cursor:pointer}.saved-addresses{display:grid;gap:10px;margin-bottom:22px}.saved-address-option{padding:15px!important;border:1px solid #e0e5dc;border-radius:13px;background:#fafbf8}.saved-address-option input{width:auto!important}.checkout-summary{position:sticky;top:20px;padding:27px}.checkout-summary h2{margin:0 0 20px;font-size:24px}.checkout-item{padding:14px 0;border-bottom:1px solid var(--bm-border)}.checkout-item p{margin:4px 0;color:#737d76;font-size:11px}.checkout-total{display:flex;justify-content:space-between;padding-top:18px;font-size:19px}.checkout-total strong{font-size:25px}.account-page .auth-card,.account-page .success-card,.success-page .success-card{max-width:560px;padding:48px;text-align:center}.account-page .auth-card h1,.account-page .success-card h1,.success-page .success-card h1{margin:10px 0;color:#1b2c22;font-size:clamp(31px,5vw,44px);letter-spacing:-.04em}.account-page .auth-card p,.account-page .success-card p,.success-page .success-card p{color:#707b74;line-height:1.65}.account-page .auth-card form{text-align:left}.account-page .address-form{max-width:760px;padding:35px}.success-icon{display:grid!important;place-items:center;width:78px!important;height:78px!important;margin:0 auto 20px!important;border-radius:50%!important;background:#dff2d2!important;color:#267044!important;font-size:36px!important}.success-card a,.auth-card a{color:var(--bm-coral-dark);font-weight:800}.form-error,.auth-error,.payment-error-message{padding:13px 15px!important;border:1px solid #efcdc8!important;border-radius:11px!important;background:#fff0ed!important;color:#93443c!important}.auth-page{min-height:100vh;padding:65px 20px;background:radial-gradient(circle at 8% 5%,rgba(255,184,167,.22),transparent 25%),var(--bm-cream)}.auth-page .auth-card{max-width:500px;margin:auto;padding:45px;border:1px solid #e0e5dc;border-radius:27px;background:#fff;box-shadow:0 18px 50px rgba(30,59,43,.09)}.auth-page .auth-card:before{content:"🐾  BOWW & MEOW";display:block;margin-bottom:18px;color:var(--bm-coral-dark);font-size:10px;font-weight:900;letter-spacing:.14em}.auth-page h1{margin:0 0 8px;font-size:39px;letter-spacing:-.04em}.auth-page .auth-card>p{color:#717b74}.auth-page label{display:block;margin:15px 0 7px;color:#3c4b42;font-size:12px;font-weight:850}.auth-page input{width:100%;padding:13px;border:1px solid var(--bm-border);border-radius:11px;background:var(--bm-surface);font:inherit}.auth-page button{width:100%;min-height:49px;margin-top:20px;border:0;border-radius:12px;background:var(--bm-coral);color:#fff;font-weight:900}.auth-page a{color:var(--bm-coral-dark);font-weight:800}.navbar{border-bottom:1px solid var(--bm-border)!important;background:#fff!important}.navbar .logo{color:#214c36!important}.wishlist-btn{display:inline-flex!important;justify-content:center;margin-top:12px;padding:12px 18px;border:1px solid var(--bm-border);border-radius:11px;background:#f5f8f2;color:var(--bm-coral-dark)!important;text-decoration:none}
@media(max-width:800px){.checkout-page,.account-page,.success-page{padding:28px 12px 55px}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.checkout-form,.checkout-summary{padding:21px}.account-page .auth-card,.account-page .success-card,.success-page .success-card,.auth-page .auth-card{padding:31px 22px}.account-page .address-form{padding:24px}}

.bm-checkout-account{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:22px;max-width:920px;min-height:68vh;margin:auto;padding:64px 20px 90px;align-items:start}.bm-checkout-account-card,.bm-checkout-account-summary{border:1px solid var(--bm-border);border-radius:26px;background:#fff;box-shadow:0 18px 48px rgba(99,55,48,.08)}.bm-checkout-account-card{padding:44px}.bm-checkout-account-kicker,.bm-checkout-account-summary>span{color:var(--bm-coral-dark);font-size:10px;font-weight:900;letter-spacing:.15em}.bm-checkout-account h1{max-width:560px;margin:9px 0 12px;color:var(--bm-text);font-size:clamp(34px,5vw,48px);line-height:1.03;letter-spacing:-.045em}.bm-checkout-account-card>p{max-width:580px;color:#6c7870;line-height:1.6}.bm-checkout-account-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0 22px}.bm-checkout-account-actions a,.bm-checkout-account-card>.guest{display:grid;place-items:center;min-height:50px;border-radius:13px;font-weight:900;text-decoration:none}.bm-checkout-account-actions .primary{background:var(--bm-coral);color:#fff}.bm-checkout-account-actions .secondary,.bm-checkout-account-card>.guest{border:1px solid #bfd0c2;background:var(--bm-surface);color:var(--bm-coral)}.bm-checkout-account-card ul{display:grid;gap:8px;margin:0;padding:0;list-style:none;color:#526158;font-size:13px}.bm-checkout-account-card li:before{content:"✓";margin-right:9px;color:#2b8054;font-weight:900}.bm-checkout-account-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#8a948e;font-size:11px}.bm-checkout-account-divider:before,.bm-checkout-account-divider:after{content:"";flex:1;height:1px;background:#e0e5df}.bm-checkout-account-card>small{display:block;margin-top:10px;color:#7a857e;text-align:center}.bm-checkout-account-summary{padding:28px}.bm-checkout-account-summary>strong{display:block;margin:10px 0 22px;font-size:22px}.bm-checkout-account-summary p{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid #e8ece6;color:#637068}.bm-checkout-account-summary p b{color:var(--bm-text);font-size:20px}.bm-checkout-account-summary a{color:var(--bm-coral-dark);font-weight:850}@media(max-width:760px){.bm-checkout-account{grid-template-columns:1fr;padding:28px 12px 105px}.bm-checkout-account-card{padding:28px 21px}.bm-checkout-account-summary{order:-1;padding:18px 21px}.bm-checkout-account-summary>strong{display:inline;margin-left:8px;font-size:16px}.bm-checkout-account-summary p{margin-bottom:8px}.bm-checkout-account-actions{grid-template-columns:1fr}}


body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fafafa;
    color: #242424;
}

/* Keep every customer-facing page inside the viewport. Catalogue rows may
   scroll independently, but the document itself must never drift sideways. */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

main,
.site-header-v2,
.site-footer-v2 {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}


/* TOP BAR */

.top-bar {
    background: #222;
    color: white;
    text-align: center;
    padding: 9px;
    font-size: 14px;
}



/* NAVBAR */

.navbar {
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    background: white;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}


.logo {
    font-size: 27px;
    font-weight: 800;
}

.logo span {
    color: #ff715b;
}


nav {
    display: flex;
    gap: 28px;
}


nav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    transition: 0.2s;
}


nav a:hover {
    color: #ff715b;
}


.nav-actions {
    display: flex;
    gap: 10px;
}


.nav-actions button {
    border: none;
    padding: 11px 18px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
}


.login-btn {
    background: #f3f3f3;
}


.cart-btn {
    background: #ff715b;
    color: white;
    text-decoration: none;
    padding: 11px 18px;
    border-radius: 25px;
    font-weight: 600;
}


/* HERO */

.hero {
    min-height: 610px;
    padding: 70px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:
        linear-gradient(
            120deg,
            #fff3e9,
            #fff8f3
        );
}


.hero-text {
    max-width: 600px;
}


.hero-tag {
    display: inline-block;
    background: white;
    padding: 10px 18px;
    border-radius: 30px;
    color: #ff715b;
    font-weight: bold;
    margin-bottom: 22px;
}


.hero h1 {
    font-size: 64px;
    line-height: 1.05;
    margin-bottom: 25px;
}


.hero h1 span {
    color: #ff715b;
}


.hero p {
    color: #666;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 30px;
}


.hero-buttons {
    display: flex;
    gap: 15px;
}


.hero-buttons button {
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


.primary-btn {
    border: none;
    background: #ff715b;
    color: white;
}


.secondary-btn {
    border: 2px solid #ff715b;
    background: transparent;
    color: #ff715b;
}


.hero-info {
    margin-top: 45px;
    display: flex;
    gap: 45px;
}


.hero-info div {
    display: flex;
    flex-direction: column;
}


.hero-info strong {
    font-size: 22px;
}


.hero-info span {
    color: #777;
    margin-top: 5px;
}


.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}


.pet-circle {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #ffd7c8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 60px rgba(255, 113, 91, 0.2);
}


.pet-emoji {
    font-size: 100px;
}


.pet-circle p {
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}


/* FEATURES */

.features {
    margin: -35px auto 50px;
    width: 86%;
    background: white;
    border-radius: 18px;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    position: relative;
}


.feature {
    display: flex;
    align-items: center;
    gap: 15px;
}


.feature > span {
    font-size: 32px;
}


.feature h4 {
    margin-bottom: 5px;
}


.feature p {
    color: #888;
    font-size: 14px;
}


/* SECTION */

.categories,
.products {
    padding: 80px 7%;
}


.section-heading {
    text-align: center;
    margin-bottom: 50px;
}


.section-heading > span {
    color: #ff715b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}


.section-heading h2 {
    font-size: 40px;
    margin: 10px 0;
}


.section-heading p {
    color: #777;
}


/* CATEGORY */

.category-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


.category-card {
    padding: 38px 30px;
    border-radius: 20px;
    min-height: 260px;
    transition: 0.3s;
}


.category-card:hover {
    transform: translateY(-8px);
}


.dog-card {
    background: #fff0df;
}


.cat-card {
    background: #e8f5ff;
}


.medicine-card {
    background: #edf8eb;
}


.treat-card {
    background: #f8edff;
}


.category-icon {
    font-size: 50px;
    margin-bottom: 25px;
}


.category-card h3 {
    font-size: 23px;
    margin-bottom: 12px;
}


.category-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 22px;
}


.category-card a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}


/* PRODUCTS */

.products {
    background: white;
}


.product-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}


.product-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
}


.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}


.product-image {
    height: 260px;
    background: #f7f7f7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-image img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}


.no-image {
    font-size: 75px;
}


.stock-badge,
.out-stock {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 11px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}


.stock-badge {
    background: #dff7e5;
    color: #258841;
}


.out-stock {
    background: #ffe2e2;
    color: #c33;
}


.product-details {
    padding: 22px;
}


.product-category {
    color: #999;
    font-size: 13px;
}


.product-details h3 {
    margin: 9px 0;
    font-size: 18px;
}


.rating {
    color: #ffb300;
    margin-bottom: 18px;
}


.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}


.price-row h4 {
    font-size: 23px;
}


.price-row span {
    font-size: 12px;
    color: #888;
}


.add-cart {
    display: block;
    text-align: center;
    text-decoration: none;

    width: 100%;
    border: none;
    background: #ff715b;
    color: white;
    padding: 13px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}


.add-cart:hover {
    background: #e95f4a;
}


.empty-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px;
}


/* PROMO */

.promo {
    margin: 80px 7%;
    border-radius: 25px;
    background: #292929;
    color: white;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.promo span {
    color: #ff927f;
    font-weight: bold;
}


.promo h2 {
    font-size: 38px;
    margin: 12px 0;
}


.promo p {
    color: #ccc;
    margin-bottom: 25px;
}


.promo button {
    padding: 14px 25px;
    border-radius: 30px;
    border: none;
    background: #ff715b;
    color: white;
    cursor: pointer;
}


.promo-emoji {
    font-size: 75px;
}


/* FOOTER */

footer {
    background: #1c1c1c;
    color: white;
    padding: 65px 7% 20px;
}


.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
}


.footer-grid p {
    color: #aaa;
    margin-top: 15px;
    line-height: 1.6;
}


.footer-grid h4 {
    margin-bottom: 20px;
}


.footer-grid a {
    display: block;
    color: #aaa;
    text-decoration: none;
    margin-bottom: 12px;
}


.footer-grid a:hover {
    color: white;
}


.copyright {
    margin-top: 50px;
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    color: #777;
}


/* RESPONSIVE */

@media (max-width: 700px) {


    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero h1 {
        font-size: 48px;
    }

    .hero-buttons,
    .hero-info {
        justify-content: center;
    }

    .hero-visual {
        margin-top: 50px;
    }

    .features,
    .category-container,
    .product-container {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .navbar {
        padding: 0 4%;
    }

    .logo {
        font-size: 20px;
    }

    .login-btn {
        display: none;
    }

    .hero {
        padding: 50px 5%;
    }

    .hero h1 {
        font-size: 40px;
    }

    .pet-circle {
        width: 300px;
        height: 300px;
    }

    .pet-emoji {
        font-size: 70px;
    }

    .features,
    .category-container,
    .product-container,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-info {
        gap: 20px;
    }

    .promo {
        padding: 40px 25px;
        flex-direction: column;
        text-align: center;
    }

    .promo-emoji {
        margin-top: 30px;
    }

}

.cart-page {
    padding: 70px 7%;
    min-height: 80vh;
}


.cart-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}


.cart-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.cart-item {
    background: white;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 20px;

    display: grid;
    grid-template-columns: 130px 1fr auto;
    gap: 25px;

    align-items: center;
}


.cart-image {
    width: 130px;
    height: 130px;

    background: #f7f7f7;

    border-radius: 15px;

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


.cart-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.cart-product-info span {
    color: #999;
    font-size: 13px;
}


.cart-product-info h3 {
    margin: 8px 0;
}


.cart-product-info p {
    color: #666;
    margin-top: 6px;
}


.cart-price {
    text-align: right;
}


.cart-price h3 {
    margin-bottom: 15px;
}


.cart-price a {
    color: #d9534f;
    text-decoration: none;
}


.order-summary {
    background: white;
    border-radius: 18px;
    padding: 30px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);

    position: sticky;
    top: 110px;
}


.order-summary h2 {
    margin-bottom: 25px;
}


.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}


.order-summary hr {
    border: none;
    border-top: 1px solid #eee;
}


.summary-total {
    font-size: 20px;
}


.checkout-btn {
    width: 100%;
    padding: 15px;

    border: none;
    border-radius: 10px;

    background: #ff715b;
    color: white;

    font-size: 16px;
    font-weight: bold;

    cursor: pointer;

    margin-top: 15px;
}


.continue-shopping {
    display: block;
    text-align: center;

    margin-top: 20px;

    text-decoration: none;
    color: #555;
}


.empty-cart {
    text-align: center;
    padding: 80px;
}


.empty-cart > div {
    font-size: 80px;
}


.empty-cart h2 {
    margin-top: 20px;
}


.empty-cart p {
    color: #777;
    margin: 12px 0 30px;
}


.empty-cart a {
    background: #ff715b;
    color: white;

    padding: 13px 25px;

    border-radius: 30px;

    text-decoration: none;
}


@media (max-width: 800px) {

    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-item {
        grid-template-columns: 90px 1fr;
    }

    .cart-price {
        grid-column: 1 / -1;
        text-align: left;
    }

}
.quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.quantity-controls a {
    width: 32px;
    height: 32px;

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

    background: #f2f2f2;
    color: #222;

    border-radius: 8px;

    text-decoration: none;
    font-weight: bold;
}

.quantity-controls a:hover {
    background: #ff715b;
    color: white;
}

.quantity-controls span {
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}
.checkout-btn {
    display: block;
    text-align: center;
    text-decoration: none;

    width: 100%;
    padding: 15px;

    border: none;
    border-radius: 10px;

    background: #ff715b;
    color: white;

    font-size: 16px;
    font-weight: bold;

    cursor: pointer;

    margin-top: 15px;
}
.checkout-page {
    padding: 70px 7%;
    min-height: 80vh;
}

.checkout-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

.checkout-form,
.checkout-summary {
    background: white;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.checkout-form h2,
.checkout-summary h2 {
    margin-bottom: 25px;
}

.checkout-form label {
    display: block;
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}

.checkout-form input,
.checkout-form textarea,
.checkout-form select {
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 9px;
    font-size: 15px;
}

.checkout-form button {
    width: 100%;
    margin-top: 25px;

    padding: 15px;

    background: #ff715b;
    color: white;

    border: none;
    border-radius: 10px;

    font-size: 16px;
    font-weight: bold;

    cursor: pointer;
}

.checkout-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 12px;
    align-items: start;

    padding: 15px 0;

    border-bottom: 1px solid #eee;
}

.checkout-item > div,
.checkout-item > span:first-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.checkout-item-price,
.checkout-item > strong,
.checkout-total > strong {
    min-width: max-content;
    white-space: nowrap;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.checkout-item p {
    color: #888;
    margin-top: 5px;
}

.checkout-total {
    display: flex;
    justify-content: space-between;

    font-size: 22px;

    margin-top: 25px;
}

.success-page {
    min-height: 100vh;

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

    background: #fff6f2;

    padding: 30px;
}

.success-card {
    background: white;

    width: 500px;

    padding: 50px;

    border-radius: 20px;

    text-align: center;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.success-icon {
    width: 70px;
    height: 70px;

    margin: auto;

    border-radius: 50%;

    background: #dff7e5;
    color: #258841;

    font-size: 40px;

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

    margin-bottom: 20px;
}

.success-card h1 {
    margin-bottom: 15px;
}

.success-card p {
    color: #666;
    margin: 10px 0;
}

.success-card a {
    display: inline-block;

    margin-top: 25px;

    background: #ff715b;
    color: white;

    padding: 13px 25px;

    border-radius: 30px;

    text-decoration: none;
}

@media (max-width: 800px) {

    .checkout-layout {
        grid-template-columns: 1fr;
    }

}
.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff6f2;
}

.auth-card {
    width: 420px;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.auth-card h1 {
    margin-bottom: 10px;
}

.auth-card > p {
    color: #777;
    margin-bottom: 25px;
}

.auth-card label {
    display: block;
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: bold;
}

.auth-card input {
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.auth-card button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #ff715b;
    color: white;
    font-weight: bold;
    margin-top: 25px;
    cursor: pointer;
}

.auth-card a {
    color: #ff715b;
    text-decoration: none;
}

.auth-error {
    color: #c0392b !important;
}

.account-page {
    padding: 70px 7%;
}

.account-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.account-card {
    background: white;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.logout-btn {
    display: inline-block;
    margin-top: 30px;
    background: #222;
    color: white;
    padding: 12px 22px;
    border-radius: 25px;
    text-decoration: none;
}
.register-btn {
    background: #ff715b;
    color: white;
    text-decoration: none;
    padding: 11px 18px;
    border-radius: 25px;
    font-weight: 600;
}

.register-btn:hover {
    background: #e95f4a;
}
.pet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 35px;
}

.pet-card {
    background: white;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.pet-avatar {
    font-size: 55px;
    margin-bottom: 15px;
}

.pet-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.pet-card p {
    color: #666;
    margin-top: 7px;
}

.auth-card select,
.auth-card textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 9px;
}
.account-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.account-card {
    cursor: pointer;
    transition: 0.3s;
}

.account-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.crm-page {
    padding: 60px 7%;
    min-height: 85vh;
    background: #f7f8fa;
}


.crm-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}


.crm-heading span {
    color: #ff715b;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
}


.crm-heading h1 {
    font-size: 38px;
    margin: 8px 0;
}


.crm-heading p {
    color: #777;
}


.crm-admin-btn {
    background: #222;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}


.crm-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 35px;
}


.crm-stat-card {
    background: white;
    border-radius: 18px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}


.crm-stat-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: #fff0ec;

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

    font-size: 26px;
}


.crm-stat-card p {
    color: #888;
    margin-bottom: 5px;
}


.crm-stat-card h2 {
    font-size: 28px;
}


.crm-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}


.crm-panel {
    background: white;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}


.crm-panel-heading {
    margin-bottom: 20px;
}


.crm-table-wrapper {
    overflow-x: auto;
}


.crm-table {
    width: 100%;
    border-collapse: collapse;
}


.crm-table th,
.crm-table td {
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
}


.crm-table th {
    color: #888;
    font-size: 13px;
}


.crm-status {
    display: inline-block;
    background: #fff0ec;
    color: #d95b48;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
}


.low-stock-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 15px 0;
    border-bottom: 1px solid #eee;
}


.low-stock-row p {
    color: #888;
    margin-top: 4px;
    font-size: 13px;
}


.low-stock-row span {
    background: #ffeaea;
    color: #c33;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
}


.crm-empty {
    color: #888;
}


@media (max-width: 1000px) {

    .crm-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .crm-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

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

    .crm-heading {
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }

}
.crm-view-btn {
    display: inline-block;
    background: #ff715b;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.crm-view-btn:hover {
    background: #e95f4a;
}
.low-stock-badge {
    display: inline-block;
    background: #ffe7e7;
    color: #c33;
    padding: 5px 9px;
    border-radius: 20px;
    font-weight: bold;
}

.crm-form-panel {
    max-width: 700px;
}

.crm-form-panel label {
    display: block;
    margin-top: 18px;
    margin-bottom: 7px;
    font-weight: bold;
}

.crm-form-panel input[type="text"],
.crm-form-panel input[type="number"] {
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.checkbox-label {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.crm-save-btn {
    margin-top: 25px;
    padding: 13px 22px;
    border: none;
    border-radius: 10px;
    background: #ff715b;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.status-form {
    display: flex;
    gap: 8px;
}

.status-form select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.status-form button {
    padding: 8px 12px;
    border: none;
    border-radius: 7px;
    background: #222;
    color: white;
    cursor: pointer;
}
.crm-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.crm-filter-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.crm-filter-bar input,
.crm-filter-bar select {
    padding: 11px 13px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.crm-filter-bar input {
    min-width: 250px;
}

.crm-filter-bar button {
    background: #ff715b;
    color: white;
    border: none;
    padding: 11px 18px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.crm-filter-bar a {
    display: flex;
    align-items: center;
    padding: 0 12px;
    text-decoration: none;
    color: #555;
}
.crm-body {
    margin: 0;
    background: #f5f6f8;
}

.crm-layout {
    display: flex;
    min-height: 100vh;
}

.crm-sidebar {
    width: 250px;
    background: #1d1d1f;
    color: white;
    padding: 25px 18px;

    display: flex;
    flex-direction: column;

    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

.crm-logo {
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 35px;
}

.crm-logo span {
    display: block;
    font-size: 11px;
    color: #ff715b;
    letter-spacing: 3px;
    margin-top: 5px;
}

.crm-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.crm-nav a,
.crm-sidebar-bottom a {
    display: block;
    color: #ccc;
    text-decoration: none;
    padding: 13px 15px;
    border-radius: 10px;
    transition: 0.2s;
}

.crm-nav a:hover,
.crm-sidebar-bottom a:hover {
    background: #303033;
    color: white;
}

.crm-sidebar-bottom {
    margin-top: auto;
}

.crm-main {
    margin-left: 250px;
    width: calc(100% - 250px);
}

.crm-topbar {
    height: 70px;
    background: white;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 35px;

    border-bottom: 1px solid #eee;

    position: sticky;
    top: 0;
    z-index: 50;
}

.crm-user {
    background: #fff1ed;
    padding: 9px 15px;
    border-radius: 25px;
    font-weight: bold;
}

.crm-content {
    padding: 30px;
}

@media (max-width: 850px) {

    .crm-sidebar {
        width: 80px;
    }

    .crm-logo {
        font-size: 0;
    }

    .crm-logo::before {
        content: "🐾";
        font-size: 26px;
    }

    .crm-nav a,
    .crm-sidebar-bottom a {
        font-size: 0;
        text-align: center;
    }

    .crm-main {
        margin-left: 80px;
        width: calc(100% - 80px);
    }

}
.crm-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 35px;
}

.crm-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.crm-heading h1 {
    font-size: 38px;
    margin: 8px 0;
}

.crm-heading p {
    color: #777;
}

.crm-admin-btn {
    display: inline-block;
    background: #222;
    color: white;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}
.sales-chart-panel {
    margin-bottom: 30px;
}

.sales-chart {
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding-top: 30px;
    overflow-x: auto;
}

.sales-bar-group {
    min-width: 70px;
    text-align: center;
}

.sales-bar {
    width: 45px;
    margin: 0 auto 10px;

    background: #ff715b;

    border-radius: 8px 8px 0 0;

    min-height: 20px;

    transition: 0.3s;
}

.sales-bar:hover {
    transform: scaleY(1.05);
}

.sales-bar-group span {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.sales-bar-group small {
    display: block;
    color: #888;
    margin-top: 5px;
}
.report-filter {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.report-filter select {
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 9px;
    background: white;
}

.report-filter button {
    border: none;
    padding: 11px 18px;
    border-radius: 9px;
    background: #ff715b;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.crm-form-panel select,
.crm-form-panel textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 9px;
}
.crm-current-image {
    margin: 15px 0;
}

.crm-current-image img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 12px;
    background: white;
}
.product-detail-page {
    padding: 70px 7%;
    background: #fafafa;
    min-height: 80vh;
}

.product-detail-container {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;

    background: white;
    padding: 45px;

    border-radius: 22px;

    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.product-detail-image {
    background: #f7f7f7;

    border-radius: 18px;

    min-height: 480px;

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

.product-detail-image img {
    width: 90%;
    height: 450px;

    object-fit: contain;
}

.product-detail-placeholder {
    font-size: 120px;
}

.product-detail-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-detail-info h1 {
    font-size: 42px;
    margin: 10px 0;
}

.product-detail-price {
    font-size: 34px;

    margin: 15px 0;

    color: #ff715b;
}

.product-in-stock {
    color: #278a45;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-out-stock {
    color: #c33;
    font-weight: bold;
}

.stock-text {
    color: #777;
}

.product-description {
    margin: 30px 0;
}

.product-description h3 {
    margin-bottom: 10px;
}

.product-description p {
    color: #666;
    line-height: 1.7;
}

.product-detail-cart {
    display: inline-block;

    width: fit-content;

    background: #ff715b;
    color: white;

    padding: 15px 30px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 16px;
    font-weight: bold;
}

.product-detail-cart:hover {
    background: #e95f4a;
}

.product-benefits {
    display: flex;
    gap: 25px;

    margin-top: 35px;

    color: #666;
    font-size: 14px;
}

.product-title-link {
    text-decoration: none;
    color: inherit;
}

.product-title-link:hover {
    color: #ff715b;
}

@media (max-width: 850px) {

    .product-detail-container {
        grid-template-columns: 1fr;
    }

    .product-detail-info h1 {
        font-size: 34px;
    }

    .product-benefits {
        flex-direction: column;
        gap: 10px;
    }

}
.product-rating-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px;
}

.product-rating-summary strong {
    color: #ff9f00;
    font-size: 18px;
}

.product-rating-summary span {
    color: #777;
}

.reviews-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.review-form {
    max-width: 650px;
    margin: 25px 0 40px;
}

.review-form label {
    display: block;
    font-weight: bold;
    margin: 15px 0 7px;
}

.review-form select,
.review-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.review-form button {
    margin-top: 15px;
    border: none;
    background: #ff715b;
    color: white;
    padding: 12px 20px;
    border-radius: 9px;
    font-weight: bold;
    cursor: pointer;
}

.review-card {
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-card p {
    color: #555;
    line-height: 1.6;
}

.review-card small {
    display: block;
    margin-top: 8px;
    color: #999;
}
.store-search {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 25px;
    overflow: hidden;
}

.store-search input {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 14px;
    width: 190px;
}

.store-search button {
    border: none;
    background: transparent;
    padding: 10px 13px;
    cursor: pointer;
}
.wishlist-btn {
    display: inline-block;

    margin-top: 18px;
    margin-left: 0;

    padding: 14px 24px;

    border: 2px solid #ff715b;
    border-radius: 30px;

    color: #ff715b;
    text-decoration: none;
    font-weight: bold;

    width: fit-content;
}

.wishlist-btn:hover {
    background: #ff715b;
    color: white;
}
.address-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.address-actions a {
    text-decoration: none;
    font-weight: bold;
    color: #ff715b;
}

.address-actions .delete-address {
    color: #c33;
}
.saved-addresses {
    margin-bottom: 30px;
}

.saved-addresses h3 {
    margin-bottom: 15px;
}

.saved-address-option {
    display: flex;
    gap: 15px;
    align-items: flex-start;

    border: 1px solid #ddd;
    border-radius: 12px;

    padding: 15px;
    margin-bottom: 12px;

    cursor: pointer;
}

.saved-address-option:hover {
    border-color: #ff715b;
    background: #fff8f5;
}

.saved-address-option input {
    margin-top: 5px;
    width: auto;
}

.saved-address-option p {
    margin-top: 5px;
    color: #666;
}
.form-error {
    background: #ffeaea;
    color: #b42318;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}
.payment-badge {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.payment-paid {
    background: #e7f8ed;
    color: #18794e;
}

.payment-pending {
    background: #fff4d6;
    color: #946200;
}

.payment-failed {
    background: #ffe8e8;
    color: #c62828;
}

.payment-refunded {
    background: #e8eefc;
    color: #3158a6;
}

/* ==========================================================
   BOWW & MEOW STOREFRONT V2
   Namespaced redesign so existing account / CRM / checkout
   styles remain intact.
   ========================================================== */

:root {
    --bm-coral: #f45a0a;
    --bm-coral-dark: #d94700;
    --bm-coral-soft: #fff0e5;
    --bm-peach: #ffb16f;
    --bm-green: #f45a0a;
    --bm-green-dark: #d94700;
    --bm-green-soft: #fff0e5;
    --bm-success: #2f8f5b;
    --bm-success-soft: #e9f6ee;
    --bm-cream: #fff5ec;
    --bm-cream-alt: #fff9f4;
    --bm-surface: #ffffff;
    --bm-text: #202020;
    --bm-muted: #666666;
    --bm-border: #eaeaea;
    --bm-focus: 0 0 0 3px rgba(244, 90, 10, .22);
    --bm-shadow-sm: 0 8px 24px rgba(99, 55, 48, .07);
    --bm-shadow-md: 0 16px 44px rgba(99, 55, 48, .11);
    --bm-radius-control: 12px;
    --bm-radius-card: 18px;
    --bm-radius-panel: 26px;
    --v2-ink: var(--bm-text);
    --v2-muted: var(--bm-muted);
    --v2-line: var(--bm-border);
    --v2-bg: var(--bm-cream);
    --v2-surface: var(--bm-surface);
    --v2-green: var(--bm-green);
    --v2-green-dark: var(--bm-green-dark);
    --v2-lime: var(--bm-green-soft);
    --v2-orange: var(--bm-coral);
    --v2-yellow: #f6b800;
    --v2-blue: #dceefa;
    --v2-pink: #f8dddd;
    --v2-shadow: 0 20px 60px rgba(31, 35, 33, 0.08);
}

.v2-shell {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

.v2-announcement {
    background: var(--v2-green-dark);
    color: #fff;
    font-size: 13px;
}

.v2-announcement-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.v2-announcement-note {
    color: rgba(255, 255, 255, 0.74);
}

.site-header-v2 {
    position: sticky;
    top: 0;
    z-index: 500;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--v2-line);
    backdrop-filter: blur(14px);
}

.v2-main-header {
    min-height: 86px;
    display: grid;
    grid-template-columns: auto minmax(340px, 1fr) auto;
    align-items: center;
    gap: 34px;
}

.v2-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--v2-ink);
    text-decoration: none;
    white-space: nowrap;
}

.v2-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--v2-lime);
    font-size: 21px;
}

.v2-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.v2-brand-copy strong {
    font-size: 21px;
    letter-spacing: -0.6px;
}

.v2-brand-copy small {
    color: var(--v2-muted);
    font-size: 11px;
    margin-top: 5px;
}

.v2-search {
    height: 48px;
    display: flex;
    align-items: center;
    border: 1px solid #dfe4e0;
    background: #f7f9f7;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.2s ease;
}

.v2-search:focus-within {
    border-color: #9ab9a8;
    box-shadow: 0 0 0 4px rgba(36, 79, 61, 0.08);
    background: #fff;
}

.v2-search-icon {
    padding-left: 16px;
    color: var(--v2-muted);
    font-size: 20px;
}

.v2-search input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 14px;
    font-size: 14px;
    color: var(--v2-ink);
}

.v2-search button {
    align-self: stretch;
    border: 0;
    padding: 0 20px;
    background: var(--v2-green);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.v2-header-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.v2-action-link,
.v2-cart-link {
    min-width: 64px;
    min-height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 13px;
    text-decoration: none;
    color: var(--v2-ink);
    transition: 0.2s ease;
}

.v2-action-link:hover {
    background: #f2f5f2;
}

.v2-cart-link {
    background: var(--v2-green);
    color: #fff;
    padding-inline: 13px;
}

.v2-action-link span,
.v2-cart-link span {
    font-size: 17px;
    line-height: 1;
}

.v2-action-link small,
.v2-cart-link small {
    max-width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: 700;
}

.v2-category-bar {
    border-top: 1px solid #f1f3f1;
    background: #fff;
}

.v2-category-nav {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 26px;
    overflow-x: auto;
    scrollbar-width: none;
}

.v2-category-nav::-webkit-scrollbar {
    display: none;
}

.v2-category-nav a {
    flex: 0 0 auto;
    color: #414944;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.v2-category-nav a:hover {
    color: var(--v2-green);
}

.v2-nav-home {
    color: var(--v2-green) !important;
}

.v2-nav-spacer {
    flex: 1;
}

.v2-nav-muted {
    color: #78817b !important;
    font-weight: 600 !important;
}

.site-footer-v2 {
    margin-top: 0;
    padding: 68px 0 28px;
    background: #18231e;
    color: #fff;
}

.v2-footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
    gap: 56px;
}

.v2-brand-footer {
    color: #fff;
}

.v2-footer-brand p {
    max-width: 410px;
    margin-top: 20px;
    color: #b8c2bc;
    line-height: 1.75;
}

.v2-footer-grid h4 {
    margin-bottom: 18px;
    color: #fff;
}

.v2-footer-grid a,
.v2-footer-grid > div:not(:first-child) span {
    display: block;
    margin-bottom: 11px;
    color: #b8c2bc;
    text-decoration: none;
    font-size: 14px;
}

.v2-footer-grid a:hover {
    color: #fff;
}

.v2-footer-bottom {
    margin-top: 52px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #8f9a93;
    font-size: 12px;
}


/* Store homepage */

.store-v2 {
    background: var(--v2-bg);
    color: var(--v2-ink);
}

.v2-hero {
    padding: 52px 0 42px;
    background:
        radial-gradient(circle at 82% 30%, rgba(217, 239, 148, 0.72), transparent 22%),
        linear-gradient(135deg, #f4f7ef 0%, #fff8f1 58%, #f4f7ef 100%);
    overflow: hidden;
}

.v2-hero-grid {
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 72px;
}

.v2-eyebrow {
    display: inline-block;
    color: var(--v2-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.v2-hero-copy h1 {
    max-width: 760px;
    margin: 14px 0 20px;
    font-size: clamp(54px, 6vw, 86px);
    line-height: 0.96;
    letter-spacing: -4.2px;
}

.v2-hero-copy h1 span {
    color: var(--v2-green);
}

.v2-hero-copy > p {
    max-width: 650px;
    color: var(--v2-muted);
    font-size: 18px;
    line-height: 1.7;
}

.v2-hero-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.v2-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: 0.2s ease;
}

.v2-btn:hover {
    transform: translateY(-2px);
}

.v2-btn-primary {
    background: var(--v2-green);
    color: #fff;
}

.v2-btn-secondary {
    background: #fff;
    color: var(--v2-green);
    border: 1px solid #d8dfda;
}

.v2-btn-dark {
    margin-top: 22px;
    background: var(--v2-green-dark);
    color: #fff;
}

.v2-btn-light {
    background: #fff;
    color: var(--v2-green-dark);
}

.v2-hero-proof {
    margin-top: 42px;
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}

.v2-hero-proof div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.v2-hero-proof strong {
    font-size: 14px;
}

.v2-hero-proof span {
    color: var(--v2-muted);
    font-size: 12px;
}

.v2-hero-art {
    min-height: 500px;
    position: relative;
    display: grid;
    place-items: center;
}

.v2-hero-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(36, 79, 61, 0.16);
}

.v2-orbit-one {
    width: 440px;
    height: 440px;
}

.v2-orbit-two {
    width: 350px;
    height: 350px;
    border-style: dashed;
}

.v2-pet-stage {
    position: relative;
    z-index: 2;
    width: 330px;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 42% 58% 55% 45% / 52% 42% 58% 48%;
    background: #fff;
    box-shadow: var(--v2-shadow);
    transform: rotate(-2deg);
}

.v2-pet-pair {
    font-size: 88px;
    letter-spacing: -25px;
    transform: translateX(-10px);
}

.v2-pet-pair span {
    display: inline-block;
    transform: translateY(16px);
}

.v2-pet-stage p {
    margin-top: 24px;
    color: var(--v2-muted);
    font-weight: 700;
    font-size: 13px;
}

.v2-floating-card {
    position: absolute;
    z-index: 3;
    min-width: 220px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid rgba(36, 79, 61, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 42px rgba(31, 35, 33, 0.1);
}

.v2-floating-card > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--v2-lime);
}

.v2-floating-card div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.v2-floating-card strong {
    font-size: 12px;
}

.v2-floating-card small {
    color: var(--v2-muted);
    font-size: 10px;
}

.v2-floating-top {
    top: 54px;
    right: 0;
}

.v2-floating-bottom {
    bottom: 48px;
    left: 0;
}

.v2-trust-strip {
    background: #fff;
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
}

.v2-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.v2-trust-grid > div {
    min-height: 92px;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid var(--v2-line);
}

.v2-trust-grid > div:last-child {
    border-right: 0;
}

.v2-trust-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eff5ef;
}

.v2-trust-grid strong,
.v2-trust-grid small {
    display: block;
}

.v2-trust-grid strong {
    font-size: 13px;
}

.v2-trust-grid small {
    margin-top: 4px;
    color: var(--v2-muted);
    font-size: 11px;
}

.v2-section {
    padding: 82px 0;
}

.v2-section-soft {
    background: #eef3ee;
}

.v2-section-head {
    margin-bottom: 34px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
}

.v2-section-head h2,
.v2-personal-card h2,
.v2-offer-copy h2 {
    margin-top: 8px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.v2-section-head > p {
    max-width: 520px;
    color: var(--v2-muted);
    line-height: 1.7;
}

.v2-pet-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.v2-pet-card {
    min-height: 320px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 210px;
    align-items: center;
    padding: 38px;
    border-radius: 28px;
    color: var(--v2-ink);
    text-decoration: none;
    transition: 0.25s ease;
}

.v2-pet-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--v2-shadow);
}

.v2-dog-card {
    background: #f7e9d2;
}

.v2-cat-card {
    background: var(--v2-blue);
}

.v2-pet-card-copy {
    position: relative;
    z-index: 2;
}

.v2-pet-card-copy > span {
    color: var(--v2-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.v2-pet-card-copy h3 {
    max-width: 430px;
    margin: 12px 0;
    font-size: 32px;
    letter-spacing: -1.3px;
}

.v2-pet-card-copy p {
    max-width: 430px;
    color: #5f6762;
    line-height: 1.65;
}

.v2-pet-card-copy strong {
    display: inline-block;
    margin-top: 22px;
    color: var(--v2-green-dark);
}

.v2-pet-card-emoji {
    position: relative;
    z-index: 1;
    font-size: 125px;
    text-align: center;
    filter: drop-shadow(0 22px 22px rgba(31, 35, 33, 0.08));
}

.v2-quick-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.v2-quick-card {
    min-height: 160px;
    padding: 22px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde4de;
    border-radius: 20px;
    background: #fff;
    color: var(--v2-ink);
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease;
}

.v2-quick-card:hover {
    transform: translateY(-4px);
    border-color: #bdcabf;
    box-shadow: 0 16px 35px rgba(31, 35, 33, 0.07);
}

.v2-quick-emoji {
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #f2f5f1;
    font-size: 29px;
}

.v2-quick-card strong {
    font-size: 14px;
}

.v2-quick-card small {
    margin-top: 5px;
    color: var(--v2-muted);
    font-size: 11px;
}

.v2-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.v2-product-card {
    overflow: hidden;
    border: 1px solid var(--v2-line);
    border-radius: 22px;
    background: #fff;
    transition: 0.25s ease;
}

.v2-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(31, 35, 33, 0.08);
}

.v2-product-media {
    min-height: 250px;
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center;
    background: #f7f8f6;
}

.v2-product-media > a {
    width: 100%;
    height: 250px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v2-product-media img {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 86%;
    height: 86%;
    max-width: 86%;
    max-height: 86%;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.v2-product-card:hover .v2-product-media img {
    transform: scale(1.035);
}

.v2-product-placeholder {
    font-size: 68px;
}

.v2-stock {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.v2-stock-in {
    background: #e0f2e5;
    color: #267548;
}

.v2-stock-out {
    background: #fee5e4;
    color: #a63c38;
}

.v2-product-body {
    padding: 19px;
}

.v2-product-category {
    color: #7b857f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.v2-product-body h3 {
    min-height: 44px;
    margin: 8px 0 16px;
    font-size: 16px;
    line-height: 1.35;
}

.v2-product-body h3 a {
    color: var(--v2-ink);
    text-decoration: none;
}

.v2-product-body h3 a:hover {
    color: var(--v2-green);
}

.v2-product-meta {
    margin-bottom: 15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
}

.v2-product-meta strong {
    font-size: 21px;
}

.v2-product-meta small {
    color: var(--v2-muted);
    font-size: 10px;
}

.v2-add-cart {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--v2-green);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.v2-add-cart:hover {
    background: var(--v2-green-dark);
}

.v2-add-disabled {
    background: #e6e9e6;
    color: #89918c;
}

.v2-empty-products {
    grid-column: 1 / -1;
    padding: 70px 30px;
    border: 1px dashed #cbd3cd;
    border-radius: 24px;
    background: #fff;
    text-align: center;
}

.v2-empty-products span {
    font-size: 52px;
}

.v2-empty-products p {
    margin-top: 8px;
    color: var(--v2-muted);
}

.v2-personal-card {
    min-height: 330px;
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    align-items: center;
    gap: 40px;
    padding: 48px;
    border-radius: 30px;
    background: var(--v2-lime);
}

.v2-personal-card p {
    max-width: 720px;
    margin-top: 16px;
    color: #50604f;
    line-height: 1.7;
}

.v2-personal-visual {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.v2-personal-visual > span {
    font-size: 86px;
}

.v2-personal-visual small {
    flex-basis: 100%;
    margin-top: 10px;
    color: #50604f;
    text-align: center;
    font-weight: 700;
}

.v2-offer-banner {
    min-height: 360px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 40px;
    padding: 50px;
    border-radius: 30px;
    background: var(--v2-green-dark);
    color: #fff;
}

.v2-offer-copy > span {
    color: var(--v2-lime);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.v2-offer-copy p {
    max-width: 620px;
    margin: 16px 0 24px;
    color: #c3cec7;
    line-height: 1.7;
}

.v2-offer-art {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.v2-offer-art > span {
    font-size: 100px;
}

.v2-offer-art > div {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--v2-orange);
    font-size: 27px;
}


/* V2 responsive */

@media (max-width: 1100px) {

    .v2-main-header {
        grid-template-columns: auto 1fr auto;
        gap: 20px;
    }

    .v2-brand-copy small,
    .v2-action-link small,
    .v2-cart-link small {
        display: none;
    }

    .v2-action-link,
    .v2-cart-link {
        min-width: 45px;
    }

    .v2-hero-grid {
        grid-template-columns: 1fr 420px;
        gap: 30px;
    }

    .v2-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .v2-quick-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 850px) {

    .v2-shell {
        width: min(100% - 30px, 1380px);
    }

    .v2-announcement-note {
        display: none;
    }

    .v2-announcement-inner {
        justify-content: center;
    }

    .site-header-v2 {
        position: static;
    }

    .v2-main-header {
        grid-template-columns: 1fr auto;
        padding: 14px 0;
    }

    .v2-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
    }

    .v2-category-nav {
        gap: 20px;
    }

    .v2-nav-spacer,
    .v2-nav-muted {
        display: none;
    }

    .v2-hero {
        padding-top: 38px;
    }

    .v2-hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .v2-hero-copy h1 {
        letter-spacing: -2.7px;
    }

    .v2-hero-art {
        min-height: 430px;
    }

    .v2-floating-top {
        right: 4%;
    }

    .v2-floating-bottom {
        left: 4%;
    }

    .v2-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .v2-trust-grid > div:nth-child(2) {
        border-right: 0;
    }

    .v2-trust-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--v2-line);
    }

    .v2-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .v2-pet-categories {
        grid-template-columns: 1fr;
    }

    .v2-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .v2-personal-card,
    .v2-offer-banner {
        grid-template-columns: 1fr;
    }

    .v2-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {

    .v2-shell {
        width: calc(100% - 24px);
    }

    .v2-announcement {
        font-size: 11px;
    }

    .v2-announcement-inner {
        min-height: 32px;
        white-space: nowrap;
    }

    .v2-main-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
    }

    .v2-brand,
    .v2-brand-copy {
        min-width: 0;
    }

    .v2-brand-copy strong {
        font-size: 17px;
    }

    .v2-brand-mark {
        width: 38px;
        height: 38px;
    }

    .v2-header-actions {
        gap: 3px;
        flex: 0 0 auto;
    }

    .v2-action-link,
    .v2-cart-link {
        min-width: 42px;
        min-height: 44px;
        padding-inline: 8px;
    }

    .v2-search button {
        padding-inline: 14px;
    }

    .v2-category-bar {
        border-bottom: 1px solid var(--v2-line);
    }

    .v2-category-nav {
        width: 100%;
        gap: 18px;
        padding: 0 12px;
        scroll-padding-inline: 12px;
        overscroll-behavior-inline: contain;
    }

    .v2-hero-copy h1 {
        font-size: 48px;
        letter-spacing: -2.2px;
    }

    .v2-hero-copy > p {
        font-size: 16px;
    }

    .v2-hero-proof {
        gap: 18px;
    }

    .v2-hero-art {
        min-height: 350px;
    }

    .v2-orbit-one {
        width: 310px;
        height: 310px;
    }

    .v2-orbit-two {
        width: 250px;
        height: 250px;
    }

    .v2-pet-stage {
        width: 240px;
        height: 240px;
    }

    .v2-pet-pair {
        font-size: 62px;
    }

    .v2-floating-card {
        display: none;
    }

    .v2-trust-grid {
        grid-template-columns: 1fr;
    }

    .v2-trust-grid > div {
        border-right: 0;
        border-bottom: 1px solid var(--v2-line);
    }

    .v2-section {
        padding: 60px 0;
    }

    .v2-section-head h2,
    .v2-personal-card h2,
    .v2-offer-copy h2 {
        font-size: 36px;
        letter-spacing: -1.4px;
    }

    .v2-pet-card {
        min-height: 290px;
        grid-template-columns: 1fr 110px;
        padding: 28px;
    }

    .v2-pet-card-copy h3 {
        font-size: 27px;
    }

    .v2-pet-card-emoji {
        font-size: 78px;
    }

    .v2-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .v2-products-grid {
        grid-template-columns: 1fr;
    }

    .v2-product-media,
    .v2-product-media > a {
        min-height: 280px;
        height: 280px;
    }

    .v2-personal-card,
    .v2-offer-banner {
        padding: 30px;
        border-radius: 24px;
    }

    .v2-personal-visual > span,
    .v2-offer-art > span {
        font-size: 68px;
    }

    .v2-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .v2-footer-bottom {
        flex-direction: column;
    }
}

.catalog-v3 {
    background: #fff;
    color: #202020;
}

.catalog-v3-hero {
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.catalog-v3-dog .catalog-v3-hero {
    background: linear-gradient(125deg, #fff1cc 0%, #ffd36e 100%);
}

.catalog-v3-cat .catalog-v3-hero {
    background: linear-gradient(125deg, #f3ecff 0%, #ddcaff 100%);
}

.catalog-v3-medicine .catalog-v3-hero,
.catalog-v3-shop .catalog-v3-hero {
    background: linear-gradient(125deg, #e8fbf2 0%, #c9f0de 100%);
}

.catalog-v3-hero-grid {
    min-height: 430px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 50px;
    align-items: center;
    padding-top: 58px;
    padding-bottom: 58px;
}

.catalog-v3-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #575757;
}

.catalog-v3-hero-copy h1 {
    max-width: 720px;
    font-size: clamp(44px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -2.8px;
    margin: 0 0 20px;
}

.catalog-v3-hero-copy h1 span {
    color: #ff6f57;
}

.catalog-v3-hero-copy p {
    max-width: 630px;
    font-size: 18px;
    line-height: 1.7;
    color: #4f4f4f;
    margin-bottom: 28px;
}

.catalog-v3-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.catalog-v3-hero-art {
    min-height: 330px;
    position: relative;
    display: grid;
    place-items: center;
}

.catalog-v3-pet-orb {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 126px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 28px 70px rgba(64,47,19,.13);
    border: 1px solid rgba(255,255,255,.75);
}

.catalog-v3-orb-health {
    font-size: 116px;
    color: #239b6b;
}

.catalog-v3-mini-card {
    position: absolute;
    background: #fff;
    padding: 12px 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    box-shadow: 0 14px 35px rgba(0,0,0,.1);
    font-size: 13px;
}

.catalog-v3-mini-card span { font-size: 23px; }
.catalog-v3-mini-one { top: 44px; right: 7%; }
.catalog-v3-mini-two { bottom: 48px; left: 4%; }

.catalog-v3-benefits {
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.catalog-v3-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 94px;
    align-items: center;
}

.catalog-v3-benefit-grid > div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    border-right: 1px solid #ececec;
}

.catalog-v3-benefit-grid > div:last-child { border-right: 0; }
.catalog-v3-benefit-grid > div > span { font-size: 24px; }
.catalog-v3-benefit-grid p { display: flex; flex-direction: column; gap: 3px; margin: 0; }
.catalog-v3-benefit-grid strong { font-size: 14px; }
.catalog-v3-benefit-grid small { color: #858585; font-size: 12px; }

.catalog-v3-discovery,
.catalog-v3-products {
    padding: 72px 0;
}

.catalog-v3-discovery { background: #faf9f6; }

.catalog-v3-section-head,
.catalog-v3-toolbar-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 32px;
}

.catalog-v3-section-head h2,
.catalog-v3-toolbar-head h2 {
    font-size: clamp(30px, 3vw, 44px);
    letter-spacing: -1.4px;
    margin: 0;
}

.catalog-v3-section-head > p,
.catalog-v3-toolbar-head p {
    color: #7a7a7a;
    max-width: 460px;
    line-height: 1.6;
}

.catalog-v3-discovery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.catalog-v3-discovery-card {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    border-radius: 22px;
    text-decoration: none;
    color: #222;
    background: #fff;
    border: 1px solid #ece9e2;
    transition: .2s ease;
}

.catalog-v3-discovery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0,0,0,.07);
    border-color: #ddd7ca;
}

.catalog-v3-discovery-card > span { font-size: 35px; margin-bottom: 13px; }
.catalog-v3-discovery-card strong { font-size: 18px; }
.catalog-v3-discovery-card small { color: #858585; margin-top: 5px; }

.catalog-v3-toolbar {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 18px;
    padding: 14px;
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 230px auto auto;
    gap: 10px;
    margin-bottom: 30px;
}

.catalog-v3-search-box {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
}

.catalog-v3-search-box input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 13px 4px;
    font: inherit;
    background: transparent;
}

.catalog-v3-toolbar select {
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #fff;
    padding: 0 14px;
    font: inherit;
}

.catalog-v3-toolbar button,
.catalog-v3-reset {
    border: 0;
    border-radius: 12px;
    padding: 0 20px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
}

.catalog-v3-toolbar button { background: #202020; color: #fff; }
.catalog-v3-reset { background: #fff; border: 1px solid #dedede; color: #444; }

.catalog-v3-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.catalog-v3-product-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    overflow: hidden;
    transition: .22s ease;
    min-width: 0;
}

.catalog-v3-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.catalog-v3-product-media {
    height: 270px;
    position: relative;
    background: #f7f7f7;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.catalog-v3-product-media > a {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.catalog-v3-product-media img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    transition: transform .25s ease;
}

.catalog-v3-product-card:hover .catalog-v3-product-media img { transform: scale(1.035); }
.catalog-v3-product-placeholder { font-size: 74px; }

.catalog-v3-stock {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 800;
}
.catalog-v3-stock.in { background: #e6f8eb; color: #247840; }
.catalog-v3-stock.out { background: #ffe6e6; color: #b52f2f; }

.catalog-v3-product-body { padding: 20px; }
.catalog-v3-product-category { color: #969696; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }

.catalog-v3-product-body h3 {
    font-size: 16px;
    line-height: 1.45;
    min-height: 47px;
    margin: 8px 0 9px;
}

.catalog-v3-product-body h3 a {
    color: #222;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog-v3-rating { color: #f4a900; font-size: 12px; margin-bottom: 15px; }
.catalog-v3-rating small { color: #9a9a9a; margin-left: 6px; }

.catalog-v3-price-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 12px;
    margin-bottom: 16px;
}
.catalog-v3-price-row strong { font-size: 23px; }
.catalog-v3-price-row small { color: #888; font-size: 11px; }

.catalog-v3-add {
    width: 100%;
    min-height: 46px;
    border-radius: 12px;
    background: #ff7059;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    transition: .2s ease;
}
.catalog-v3-add:hover { background: #eb604a; transform: translateY(-1px); }
.catalog-v3-add.disabled { background: #e9e9e9; color: #8a8a8a; }

.catalog-v3-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 25px;
    background: #fafafa;
    border-radius: 24px;
}
.catalog-v3-empty > span { font-size: 55px; }
.catalog-v3-empty h3 { font-size: 27px; margin: 14px 0 8px; }
.catalog-v3-empty p { color: #777; margin-bottom: 22px; }

@media (max-width: 1050px) {
    .catalog-v3-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .catalog-v3-discovery-grid { grid-template-columns: repeat(2, 1fr); }
    .catalog-v3-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .catalog-v3-benefit-grid > div:nth-child(2) { border-right: 0; }
    .catalog-v3-toolbar { grid-template-columns: 1fr 210px auto; }
    .catalog-v3-reset { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
    .catalog-v3-hero-grid { grid-template-columns: 1fr; text-align: center; gap: 18px; padding-top: 45px; }
    .catalog-v3-hero-copy p { margin-left: auto; margin-right: auto; }
    .catalog-v3-hero-actions { justify-content: center; }
    .catalog-v3-hero-art { min-height: 270px; }
    .catalog-v3-pet-orb { width: 220px; height: 220px; font-size: 95px; }
    .catalog-v3-mini-one { right: 2%; }
    .catalog-v3-mini-two { left: 2%; }
    .catalog-v3-section-head, .catalog-v3-toolbar-head { align-items: flex-start; flex-direction: column; }
    .catalog-v3-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .catalog-v3-toolbar { grid-template-columns: 1fr; }
    .catalog-v3-toolbar select { min-height: 48px; }
    .catalog-v3-reset { grid-column: auto; }
}

@media (max-width: 520px) {
    .catalog-v3-benefit-grid { grid-template-columns: 1fr; }
    .catalog-v3-benefit-grid > div { border-right: 0; border-bottom: 1px solid #ececec; }
    .catalog-v3-benefit-grid > div:last-child { border-bottom: 0; }
    .catalog-v3-discovery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .catalog-v3-discovery-card { min-height: 135px; padding: 18px; }
    .catalog-v3-product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .catalog-v3-product-media { height: 190px; }
    .catalog-v3-product-body { padding: 14px; }
    .catalog-v3-product-body h3 { font-size: 14px; min-height: 42px; }
    .catalog-v3-price-row { align-items: flex-start; flex-direction: column; gap: 3px; }
    .catalog-v3-price-row strong { font-size: 19px; }
    .catalog-v3-rating small, .catalog-v3-price-row small { display: none; }
    .catalog-v3-mini-card { font-size: 11px; padding: 9px 11px; }
}
.pd-v2-page {
    padding: 34px 0 80px;
    background: #faf9f6;
}

.pd-v2-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
    font-size: 13px;
    color: #777;
}

.pd-v2-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.pd-v2-breadcrumb strong {
    color: #222;
}

.pd-v2-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: 58px;
    align-items: start;
}

.pd-v2-media-card {
    position: sticky;
    top: 130px;
    min-height: 570px;
    background: #fff;
    border: 1px solid #ece9e3;
    border-radius: 28px;
    padding: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pd-v2-main-image {
    width: 100%;
    max-height: 510px;
    object-fit: contain;
}

.pd-v2-placeholder {
    font-size: 110px;
}

.pd-v2-featured-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #1f2a24;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.pd-v2-info h1 {
    margin: 10px 0 14px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.06;
    letter-spacing: -1.8px;
}

.pd-v2-brand {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6d6559;
}

.pd-v2-rating-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
}

.pd-v2-rating {
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff2c7;
    font-weight: 800;
}

.pd-v2-rating-row a {
    color: #555;
}

.pd-v2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.pd-v2-tags span {
    padding: 8px 11px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e8e5df;
    font-size: 13px;
    font-weight: 700;
}

.pd-v2-price-block {
    display: flex;
    gap: 14px;
    align-items: baseline;
    margin: 24px 0;
}

.pd-v2-price {
    font-size: 34px;
    letter-spacing: -1px;
}

.pd-v2-mrp {
    color: #8b877f;
    text-decoration: line-through;
}

.pd-v2-section-label {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 12px;
}

.pd-v2-section-label span {
    color: #777;
    font-size: 13px;
}

.pd-v2-variant-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.pd-v2-variant-card {
    text-align: left;
    padding: 14px;
    border: 1px solid #dcd8cf;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.pd-v2-variant-card strong,
.pd-v2-variant-card span,
.pd-v2-variant-card small,
.pd-v2-variant-card em {
    display: block;
}

.pd-v2-variant-card span {
    margin-top: 7px;
    font-weight: 800;
}

.pd-v2-variant-card small {
    color: #8d887f;
    text-decoration: line-through;
    margin-top: 2px;
}

.pd-v2-variant-card em {
    margin-top: 8px;
    color: #47735d;
    font-size: 11px;
    font-style: normal;
}

.pd-v2-variant-selected {
    border: 2px solid #1f2a24;
    padding: 13px;
    box-shadow: 0 7px 22px rgba(31, 42, 36, .08);
}

.pd-v2-variant-disabled {
    opacity: .45;
    cursor: not-allowed;
}

.pd-v2-variant-note {
    margin-top: 10px;
    color: #706b62;
    font-size: 12px;
}

.pd-v2-stock-row {
    margin: 22px 0;
    display: flex;
    gap: 12px;
    align-items: center;
}

.pd-v2-in-stock {
    color: #2d7251;
    font-weight: 800;
}

.pd-v2-out-stock {
    color: #b23d3d;
    font-weight: 800;
}

.pd-v2-stock-row small {
    color: #777;
}

.pd-v2-benefits-box {
    margin: 22px 0;
    padding: 20px;
    border-radius: 18px;
    background: #f0f6ef;
}

.pd-v2-benefits-box h3 {
    margin-bottom: 10px;
}

.pd-v2-benefit-copy {
    color: #4e5a51;
    line-height: 1.75;
}

.pd-v2-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
    align-items: stretch;
}

.pd-v2-cart-btn,
.pd-v2-buy-btn,
.pd-v2-wishlist-btn {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
}

.pd-v2-action-form {
    min-width: 0;
    margin: 0;
}

.pd-v2-cart-btn {
    border: none;
    background: #1f2a24;
    color: #fff;
    cursor: pointer;
}

.pd-v2-cart-btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.pd-v2-buy-btn {
    border: 1px solid #1f5a40;
    background: #1f5a40;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(31, 90, 64, .18);
}

.pd-v2-buy-btn:hover:not(:disabled) {
    background: #174731;
    transform: translateY(-1px);
}

.pd-v2-buy-btn:disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
}

.pd-v2-wishlist-btn {
    border: 1px solid #d9d5cc;
    background: #fff;
    color: #222;
}

.pd-v2-trust-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.pd-v2-trust-grid > div {
    padding: 13px;
    border-radius: 13px;
    background: #fff;
    border: 1px solid #ece9e3;
}

.pd-v2-trust-grid span,
.pd-v2-trust-grid strong,
.pd-v2-trust-grid small {
    display: block;
}

.pd-v2-trust-grid strong {
    margin: 6px 0 3px;
    font-size: 12px;
}

.pd-v2-trust-grid small {
    color: #777;
    font-size: 10px;
}

.pd-v2-details-grid {
    display: grid;
    grid-template-columns: 1.6fr .7fr;
    gap: 24px;
    margin-top: 70px;
}

.pd-v2-description-card,
.pd-v2-smart-card {
    border-radius: 24px;
    padding: 30px;
    background: #fff;
    border: 1px solid #ece9e3;
}

.pd-v2-description-card h2 {
    margin: 8px 0 14px;
}

.pd-v2-description-card > p,
.pd-v2-smart-card p {
    color: #68635b;
    line-height: 1.75;
}

.pd-v2-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 26px;
}

.pd-v2-spec-grid > div {
    padding: 15px;
    border-radius: 14px;
    background: #f8f6f1;
}

.pd-v2-spec-grid small,
.pd-v2-spec-grid strong {
    display: block;
}

.pd-v2-spec-grid small {
    color: #777;
    margin-bottom: 5px;
}

.pd-v2-smart-card {
    background: #202823;
    color: #fff;
}

.pd-v2-smart-card p {
    color: #c9cec9;
}

.pd-v2-smart-card a {
    color: #fff;
    font-weight: 800;
}

.pd-v2-reviews {
    padding-top: 70px;
}

.pd-v2-reviews-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 24px;
}

.pd-v2-reviews-head h2 {
    margin-top: 7px;
    font-size: 34px;
}

.pd-v2-review-score {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.pd-v2-review-score strong {
    font-size: 38px;
}

.pd-v2-review-score span {
    font-size: 24px;
}

.pd-v2-review-score small {
    color: #777;
}

.pd-v2-review-layout {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 24px;
    align-items: start;
}

.pd-v2-review-list {
    display: grid;
    gap: 12px;
}

.pd-v2-review-card,
.pd-v2-review-form-card,
.pd-v2-no-reviews {
    background: #fff;
    border: 1px solid #ece9e3;
    border-radius: 18px;
    padding: 22px;
}

.pd-v2-review-card-head {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.pd-v2-review-card-head strong,
.pd-v2-review-card-head small {
    display: block;
}

.pd-v2-review-card-head small {
    color: #888;
    margin-top: 4px;
}

.pd-v2-review-card p {
    margin-top: 16px;
    color: #5f5a53;
    line-height: 1.6;
}

.pd-v2-review-form {
    display: grid;
    gap: 10px;
    margin-top: 15px;
}

.pd-v2-review-form select,
.pd-v2-review-form textarea {
    width: 100%;
    border: 1px solid #ddd8cf;
    border-radius: 10px;
    padding: 11px;
    background: #fff;
}

.pd-v2-review-form button,
.pd-v2-review-form-card > a {
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    background: #1f2a24;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .pd-v2-layout,
    .pd-v2-details-grid,
    .pd-v2-review-layout {
        grid-template-columns: 1fr;
    }

    .pd-v2-media-card {
        position: relative;
        top: auto;
        min-height: 440px;
    }
}

@media (max-width: 700px) {
    .pd-v2-page {
        padding-top: 18px;
    }

    .pd-v2-layout {
        gap: 28px;
    }

    .pd-v2-media-card {
        min-height: 340px;
        padding: 22px;
    }

    .pd-v2-info h1 {
        font-size: 34px;
    }

    .pd-v2-variant-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pd-v2-actions,
    .pd-v2-trust-grid,
    .pd-v2-spec-grid {
        grid-template-columns: 1fr;
    }

    .pd-v2-section-label,
    .pd-v2-reviews-head {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* ==============================
   CRM VARIANT + FEEDING BUTTONS
   ============================== */

.variant-add-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    margin-top: 16px;
    margin-bottom: 22px;

    padding: 12px 20px;

    border: 2px solid #222 !important;
    border-radius: 10px;

    background: #ffffff !important;
    color: #222222 !important;

    font-size: 14px;
    font-weight: 700;

    cursor: pointer;

    visibility: visible !important;
    opacity: 1 !important;
}

.variant-add-btn:hover {
    background: #222222 !important;
    color: #ffffff !important;
}

.feeding-guide-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.feeding-guide-row input {
    width: 100%;
    padding: 11px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.variant-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 0.8fr 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.variant-row input {
    width: 100%;
    padding: 11px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.remove-variant {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border: none;
    border-radius: 8px;

    background: #ffe7e7;
    color: #b42318;

    cursor: pointer;
}

@media (max-width: 900px) {

    .variant-row,
    .feeding-guide-row {
        grid-template-columns: 1fr 1fr;
    }
}
/* =========================================================
   SMART PACK ADVISOR
   ========================================================= */

.smart-pack-advisor {
    margin: 26px 0;
    padding: 24px;
    border: 1px solid #dfe7dd;
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        #f4faef 0%,
        #ffffff 100%
    );
}

.smart-pack-head {
    margin-bottom: 18px;
}

.smart-pack-kicker {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #42644e;
}

.smart-pack-head h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    color: #1f2a24;
}

.smart-pack-head p {
    margin: 0;
    max-width: 680px;
    color: #6c736e;
    line-height: 1.6;
    font-size: 14px;
}


/* PET SELECTOR */

.smart-pack-label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 800;
    color: #1f2a24;
}

.smart-pack-pet-select {
    width: 100%;
    padding: 13px 14px;

    border: 1px solid #d8ddd6;
    border-radius: 12px;

    background: #ffffff;
    color: #222;

    font-size: 14px;
    outline: none;
}

.smart-pack-pet-select:focus {
    border-color: #315d43;
    box-shadow: 0 0 0 3px rgba(49, 93, 67, 0.08);
}


/* FRESHNESS VALUE SLIDER */

.smart-pack-preference {
    margin-top: 18px;
    padding: 16px;

    background: #ffffff;
    border: 1px solid #e4e8e1;
    border-radius: 14px;
}

.smart-pack-preference-labels {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;

    margin-bottom: 10px;

    font-size: 12px;
    font-weight: 700;
}

.smart-pack-preference-labels span:last-child {
    text-align: right;
}

.smart-pack-preference-labels strong {
    color: #315d43;
    font-size: 12px;
}

.smart-pack-preference input[type="range"] {
    width: 100%;
    cursor: pointer;
}


/* RESULT AREA */

.smart-pack-result {
    margin-top: 18px;
}

.smart-pack-result > p {
    margin: 0;
    padding: 14px 16px;

    border-radius: 12px;
    background: #ffffff;
    border: 1px dashed #d8dfd5;

    color: #69716b;
    font-size: 13px;
}


/* PET + FEEDING SUMMARY */

.smart-pack-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin-bottom: 16px;
}

.smart-pack-summary > div {
    padding: 15px;

    background: white;
    border: 1px solid #e3e7e0;
    border-radius: 14px;
}

.smart-pack-summary small {
    display: block;
    margin-bottom: 4px;

    font-size: 11px;
    color: #7c837e;
}

.smart-pack-summary strong {
    display: block;

    font-size: 18px;
    color: #1f2a24;
}

.smart-pack-summary span {
    display: block;
    margin-top: 3px;

    color: #6f766f;
    font-size: 11px;
}


/* PACK COMPARISON */

.smart-pack-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.smart-pack-card {
    position: relative;

    padding: 17px;

    background: #ffffff;
    border: 1px solid #dde3da;
    border-radius: 16px;

    transition: 0.2s ease;
}

.smart-pack-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(39, 57, 45, 0.07);
}

.smart-pack-card-best {
    border: 2px solid #315d43;
    padding: 16px;

    background: #fbfff9;
}

.smart-pack-badge {
    display: inline-block;

    margin-bottom: 10px;
    padding: 5px 9px;

    border-radius: 999px;

    background: #e9f4e5;
    color: #315d43;

    font-size: 10px;
    font-weight: 800;
}

.smart-pack-card h4 {
    margin: 0 0 8px;

    font-size: 17px;
    color: #202621;
}

.smart-pack-card > strong {
    display: block;

    margin-bottom: 6px;

    font-size: 19px;
    color: #1f2a24;
}

.smart-pack-card > p {
    margin: 0 0 5px;

    color: #4f5b53;
    font-size: 12px;
}

.smart-pack-card > small {
    display: block;

    color: #7b827c;
    font-size: 11px;
}

.smart-pack-card > em {
    display: block;

    margin-top: 9px;

    color: #45644f;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.smart-pack-card button {
    width: 100%;

    margin-top: 14px;
    padding: 10px 12px;

    border: none;
    border-radius: 10px;

    background: #243a2c;
    color: #ffffff;

    font-weight: 800;
    cursor: pointer;
}

.smart-pack-card button:hover {
    background: #18291f;
}


/* FINAL RECOMMENDATION */

.smart-pack-recommendation {
    margin-top: 15px;
    padding: 17px 18px;

    border-radius: 14px;

    background: #21362a;
    color: white;
}

.smart-pack-recommendation span {
    display: block;

    margin-bottom: 6px;

    color: #c4dbc8;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.smart-pack-recommendation strong {
    display: block;

    font-size: 16px;
}

.smart-pack-recommendation p {
    margin: 6px 0 0;

    color: #d8e2da;
    font-size: 12px;
    line-height: 1.5;
}


/* WARNINGS / EMPTY STATE */

.smart-pack-warning,
.smart-pack-empty {
    padding: 16px;

    border-radius: 14px;

    background: #24382c;
    color: white;
}

.smart-pack-warning strong,
.smart-pack-empty strong {
    display: block;
    margin-bottom: 5px;
}

.smart-pack-warning p,
.smart-pack-empty p {
    margin: 0;

    color: #d7e1d9;
    font-size: 12px;
    line-height: 1.5;
}

.smart-pack-warning a,
.smart-pack-empty a {
    display: inline-block;

    margin-top: 10px;

    color: white;
    font-weight: 800;
}


/* MOBILE */

@media (max-width: 850px) {

    .smart-pack-grid {
        grid-template-columns: 1fr;
    }

    .smart-pack-summary {
        grid-template-columns: 1fr;
    }

}
.variant-row {
    display: grid;
    grid-template-columns:
        1fr 1.2fr 1fr 1fr 0.8fr 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
/* ==========================================
   PRODUCT IMAGE GALLERY
   ========================================== */

.pd-gallery {
    width: 100%;
}

.pd-gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 520px;
    min-height: 0;

    padding: 20px;

    background: #f8f8f4;
    border-radius: 20px;

    overflow: hidden;
}

.pd-gallery-main img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transition: opacity 0.2s ease;
}
.pd-gallery-thumbs {
    display: flex;
    justify-content: center;
    gap: 12px;

    margin-top: 14px;
    padding: 8px 0;

    overflow-x: auto;
}

.pd-thumb {
    position: relative;

    flex: 0 0 92px;
    height: 92px;

    padding: 6px;

    border: 2px solid #e1e5df;
    border-radius: 13px;

    background: white;

    cursor: pointer;
    overflow: hidden;

    transition: border-color .2s ease,
                transform .2s ease;
}

.pd-thumb:hover {
    transform: translateY(-2px);
}

.pd-thumb.active {
    border-color: #315d43;
}
@media (max-width: 700px) {

    .pd-gallery-main {
        height: 360px;
        min-height: 0;
        padding: 12px;
    }

    .pd-gallery-thumbs {
        justify-content: flex-start;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;
    }

    .pd-gallery-thumbs::-webkit-scrollbar {
        display: none;
    }

    .pd-thumb {
        flex: 0 0 76px;
        height: 76px;

        scroll-snap-align: start;
    }
}
/* ==========================================
   PRODUCT GALLERY - THUMBNAIL FIX
   Keep this at the END of the CSS file
   ========================================== */

.pd-v2-media-card .pd-gallery-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;

    margin-top: 16px;
    padding: 10px 0;
}

.pd-v2-media-card .pd-gallery-thumbs .pd-thumb {
    position: relative;

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

    flex: 0 0 116px;

    width: 116px;
    height: 116px;

    padding: 7px;

    background: #ffffff;

    border: 2px solid #dfe4dc;
    border-radius: 16px;

    overflow: hidden;
    cursor: pointer;
}

.pd-v2-media-card .pd-gallery-thumbs .pd-thumb.active {
    border-color: #245c43;
}


/* IMPORTANT:
   override old product image CSS */

.pd-v2-media-card
.pd-gallery-thumbs
.pd-thumb
img {

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    object-fit: contain !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;
}


/* Thumbnail label */

.pd-v2-media-card
.pd-gallery-thumbs
.pd-thumb
span {

    position: absolute;

    left: 5px;
    right: 5px;
    bottom: 5px;

    padding: 4px 3px;

    background: rgba(25, 45, 35, 0.82);

    color: #fff;

    border-radius: 6px;

    font-size: 9px;
    font-weight: 700;

    line-height: 1.1;
    text-align: center;

    pointer-events: none;
}


/* MOBILE */

@media (max-width: 700px) {

    .pd-v2-media-card .pd-gallery-thumbs {
        justify-content: flex-start;

        overflow-x: auto;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;
    }

    .pd-v2-media-card
    .pd-gallery-thumbs::-webkit-scrollbar {
        display: none;
    }

    .pd-v2-media-card
    .pd-gallery-thumbs
    .pd-thumb {

        flex: 0 0 82px;

        width: 82px;
        height: 82px;

        scroll-snap-align: start;
    }
}
/* ==========================================
   HOMEPAGE PRODUCT DISCOVERY
   ========================================== */

.bm-top-selling {
    padding: 42px 0 48px;
    border-bottom: 1px solid var(--bm-border);
    background:
        radial-gradient(circle at 4% 0%, rgba(255, 184, 167, .34), transparent 25%),
        var(--bm-cream);
}

.bm-top-selling-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.bm-top-selling-head h2 {
    margin: 6px 0;
    color: var(--bm-text);
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.bm-top-selling-head p {
    margin: 0;
    color: var(--bm-muted);
}

.bm-top-selling-tabs {
    display: flex;
    gap: 5px;
    padding: 5px;
    border: 1px solid var(--bm-border);
    border-radius: 15px;
    background: rgba(255, 252, 250, .88);
}

.bm-top-selling-tabs button {
    min-height: 42px;
    padding: 0 19px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--bm-muted);
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}

.bm-top-selling-tabs button.is-active {
    background: var(--bm-coral);
    color: #fff;
    box-shadow: 0 7px 16px rgba(233, 92, 78, .2);
}

.bm-top-selling-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.bm-top-selling-grid .home-product-image {
    height: 190px;
}

.bm-top-selling-empty {
    grid-column: 1 / -1;
    padding: 30px;
    border: 1px dashed var(--bm-border);
    border-radius: 18px;
    background: var(--bm-surface);
    color: var(--bm-muted);
    text-align: center;
}

.bm-famous-brands {
    padding: 42px 0 48px;
    background: #fff;
}

.bm-famous-brands-head {
    margin-bottom: 21px;
}

.bm-famous-brands-head h2 {
    margin: 6px 0;
    color: #172a20;
    font-size: clamp(29px, 3vw, 40px);
    letter-spacing: -.035em;
}

.bm-famous-brands-head p {
    margin: 0;
    color: #6c776f;
}

.bm-famous-brands-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.bm-famous-brand-card {
    display: flex;
    min-width: 0;
    min-height: 170px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 18px 12px;
    border: 1px solid #e1e6de;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff 45%, #f3f7ed);
    color: #1d3428;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bm-famous-brand-card:hover {
    transform: translateY(-3px);
    border-color: #b8cbb9;
    box-shadow: 0 13px 26px rgba(30, 70, 48, .09);
}

.bm-famous-brand-mark {
    display: flex;
    width: 108px;
    height: 64px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    border: 1px solid #f2d8d1;
    border-radius: 16px;
    background: #fffaf7;
    color: #e9574c;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.05;
    box-shadow: 0 8px 18px rgba(235, 100, 84, .08);
}

.bm-famous-brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bm-famous-brand-mark--word {
    padding: 9px 10px;
    text-wrap: balance;
}

.bm-famous-brand-mark--word span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.bm-famous-brand-card strong {
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bm-famous-brand-card small {
    margin-top: 4px;
    color: #7a847e;
    font-size: 10px;
}

.bm-famous-brand-arrow {
    margin-top: 12px;
    color: #285c42;
    font-size: 10px;
    font-weight: 850;
}

@media (max-width: 1000px) {
    .bm-top-selling-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bm-famous-brands-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .bm-top-selling {
        padding: 28px 0 34px;
    }

    .bm-top-selling-head {
        display: block;
        margin-bottom: 16px;
    }

    .bm-top-selling-head h2 {
        max-width: 310px;
        font-size: 30px;
    }

    .bm-top-selling-head p {
        font-size: 12px;
    }

    .bm-top-selling-tabs {
        width: 100%;
        margin-top: 16px;
    }

    .bm-top-selling-tabs button {
        flex: 1;
    }

    .bm-top-selling-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .bm-top-selling-grid .home-product-card {
        width: auto;
        min-width: 0;
        flex: none;
        border-radius: 15px;
    }

    .bm-top-selling-grid .home-product-image {
        height: 155px;
        padding: 10px;
    }

    .bm-top-selling-grid .home-product-info {
        padding: 12px;
    }

    .bm-top-selling-grid .home-product-info h3 {
        min-height: 37px;
        margin: 5px 0 7px;
        font-size: 12px;
        line-height: 1.35;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .bm-top-selling-grid .home-product-price strong {
        font-size: 17px;
    }

    .bm-top-selling-grid .home-product-button {
        min-height: 39px;
        padding: 0 7px;
        font-size: 11px;
    }

    .bm-top-selling-grid .home-product-variants {
        overflow: hidden;
        white-space: nowrap;
    }

    .bm-famous-brands {
        padding: 30px 0 36px;
    }

    .bm-famous-brands-head h2 {
        font-size: 29px;
    }

    .bm-famous-brands-head p {
        font-size: 12px;
    }

    .bm-famous-brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .bm-famous-brand-card {
        min-height: 145px;
        border-radius: 15px;
    }

    .bm-famous-brand-mark {
        width: 96px;
        height: 57px;
        font-size: 11px;
    }
}

.home-commerce-section {
    padding: 44px 0;

    background: #ffffff;
}

.home-commerce-soft {
    background: #f7f8f2;
}

.home-best-section {
    padding-top: 38px;

    border-top: 1px solid #e7e8e2;
}


.home-commerce-head {
    display: flex;

    justify-content: space-between;
    align-items: end;

    gap: 20px;

    margin-bottom: 20px;
}


.home-commerce-head h2 {
    margin: 6px 0;

    font-size: clamp(
        28px,
        3vw,
        40px
    );

    line-height: 1.1;
}


.home-commerce-head p {
    margin: 0;

    color: #6b756e;
}


.home-view-all {
    color: #245a43;

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;

    white-space: nowrap;
}


/* PRODUCT ROW */

.home-product-scroll {
    display: grid;

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

    gap: 16px;
}


/* CARD */

.home-product-card {
    min-width: 0;

    overflow: hidden;

    border: 1px solid #e4e7df;
    border-radius: 18px;

    background: #fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.home-product-card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 30px
        rgba(31, 65, 48, .08);
}


/* IMAGE */

.home-product-image {
    position: relative;

    display: flex;

    height: 240px;

    align-items: center;
    justify-content: center;

    padding: 18px;

    background: #fafaf6;

    text-decoration: none;
}


.home-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


.home-product-placeholder {
    font-size: 70px;
}


.home-product-badge {
    position: absolute;

    top: 12px;
    left: 12px;

    padding: 6px 9px;

    border-radius: 999px;

    background: #edf5e7;

    color: #28563c;

    font-size: 9px;
    font-weight: 900;
}

.home-product-rx-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: grid;
    place-items: center;
    min-width: 38px;
    height: 38px;
    padding: 0 9px;
    border-radius: 12px;
    background: #9f2d2d;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(159, 45, 45, .24);
}

.home-product-rx-with-discount { top: 58px; }
.bm-pet-profile-avatar{overflow:hidden}.bm-pet-profile-avatar img{width:100%;height:100%;object-fit:cover}.bm-pet-actions{display:flex;justify-content:center;gap:15px;padding-top:16px;border-top:1px solid #e6e9e3}.bm-pet-actions a{color:var(--bm-coral-dark);font-size:11px;font-weight:850;text-decoration:none}.bm-photo-upload{padding:15px;border:1px dashed #bfcbbb;border-radius:13px;background:var(--bm-surface)}.bm-photo-upload small{color:#7a837d;font-weight:500}.bm-remove-photo{display:flex!important;grid-template-columns:auto 1fr;align-items:center;justify-content:start}.bm-remove-photo input{width:auto!important}.bm-edit-pet-preview{display:block;width:180px;height:180px;margin-top:24px;border:7px solid #f0f4ea;border-radius:28px;object-fit:cover;box-shadow:0 14px 30px rgba(30,59,43,.13)}
.bm-detail-progress div strong{position:relative;z-index:2;padding:3px 8px;background:#fff}.bm-detail-progress div:not(:last-child):after{z-index:0;right:0}
.bm-floating-help{position:fixed;right:22px;bottom:22px;z-index:50;display:flex;align-items:center;gap:9px;min-height:50px;padding:0 17px;border:2px solid rgba(255,255,255,.8);border-radius:999px;background:#1d6b45;color:#fff;text-decoration:none;box-shadow:0 13px 30px rgba(20,65,43,.28)}.bm-floating-help span{font-size:20px}.bm-floating-help strong{font-size:12px}.bm-trust-page{padding:50px 20px 80px;background:radial-gradient(circle at 5% 5%,rgba(218,239,170,.3),transparent 24%),var(--bm-cream)}.bm-trust-shell{display:grid;grid-template-columns:255px minmax(0,1fr);gap:28px;max-width:1100px;margin:auto}.bm-trust-nav{position:sticky;top:20px;display:grid;align-self:start;gap:5px;padding:18px;border:1px solid #e1e4dc;border-radius:20px;background:#fff}.bm-trust-nav strong{padding:8px 11px 13px;color:#1f3026}.bm-trust-nav a{padding:11px;border-radius:10px;color:#69736d;font-size:12px;font-weight:750;text-decoration:none}.bm-trust-nav a:hover,.bm-trust-nav a.active{background:#edf4e6;color:#214f38}.bm-trust-content{padding:42px 48px;border:1px solid #e1e4dc;border-radius:26px;background:#fff;box-shadow:0 14px 38px rgba(99,55,48,.07)}.bm-trust-kicker{color:var(--bm-coral-dark);font-size:11px;font-weight:900;letter-spacing:.15em}.bm-trust-content h1{margin:10px 0 14px;color:var(--bm-text);font-size:clamp(35px,5vw,53px);letter-spacing:-.045em}.bm-trust-content h2{margin:30px 0 8px;color:#26362d;font-size:19px}.bm-trust-content p{color:#68736c;line-height:1.75}.bm-trust-lead{max-width:710px;font-size:17px}.bm-trust-updated{margin-top:38px;padding-top:18px;border-top:1px solid #e8ebe5;color:#879088;font-size:11px}.bm-contact-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:28px}.bm-contact-options a{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #e2e6dd;border-radius:17px;color:#25342b;text-decoration:none}.bm-contact-options a:hover{border-color:#b9cbaa;background:#f8fbf5}.bm-contact-options a>span{font-size:27px}.bm-contact-options div{display:flex;flex-direction:column;gap:4px}.bm-contact-options small{color:#7b847e}.bm-faq-list{display:grid;gap:10px;margin-top:27px}.bm-faq-list details{padding:18px 20px;border:1px solid #e2e6dd;border-radius:15px;background:var(--bm-surface)}.bm-faq-list summary{color:#25372d;font-weight:850;cursor:pointer}.bm-faq-list p{margin:12px 0 0}.bm-policy-note,.bm-policy-warning{margin:24px 0;padding:18px 20px;border-radius:16px;background:#fff8e5;color:#624c16;line-height:1.6}.bm-policy-warning{border-left:5px solid #a54a43;background:#fff1ee;color:#713a35}.bm-policy-warning p{margin:5px 0 0;color:#77514d}@media(max-width:760px){.bm-trust-page{padding:25px 14px 60px}.bm-trust-shell{grid-template-columns:1fr}.bm-trust-nav{position:static;display:flex;overflow-x:auto}.bm-trust-nav strong{display:none}.bm-trust-nav a{min-width:max-content}.bm-trust-content{padding:28px 22px}.bm-contact-options{grid-template-columns:1fr}.bm-floating-help{right:13px;bottom:13px}.bm-floating-help strong{display:none}.bm-floating-help{width:52px;padding:0;justify-content:center}}
.bm-saved-item{display:grid;gap:8px}.bm-saved-item>form button{width:100%;min-height:39px;border:1px solid #e2d6d3;border-radius:10px;background:#fff;color:#96453f;font-size:11px;font-weight:850;cursor:pointer}

.store-message-stack {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
}

.store-message {
    padding: 14px 18px;
    border: 1px solid #e8d39e;
    border-radius: 14px;
    background: #fff8df;
    color: #5c4510;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(34, 62, 49, .08);
}

.store-message-success { border-color: #b8dcc6; background: #eef9f1; color: #174b2d; }
.store-message-error { border-color: #edbebe; background: #fff0f0; color: #812525; }

.pd-v2-clinical-box,
.pd-v2-prescription-notice {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 18px;
}

.pd-v2-clinical-box {
    border: 1px solid #dfe7df;
    background: #f8faf7;
}

.pd-v2-clinical-box h3,
.pd-v2-clinical-box p,
.pd-v2-prescription-notice p { margin: 0; }
.pd-v2-clinical-box p { margin-top: 9px; color: #4f5d55; line-height: 1.55; }

.pd-v2-prescription-notice {
    display: flex;
    gap: 14px;
    border: 1px solid #e6c9a2;
    background: linear-gradient(135deg, #fff8e8, #fffdf7);
    color: #563d17;
}

.pd-v2-prescription-notice > span { font-size: 24px; }
.pd-v2-prescription-notice strong { display: block; margin-bottom: 5px; color: #7d2c2c; }
.pd-v2-prescription-notice p { line-height: 1.5; }

/* Customer account suite */
.bm-profile-page{min-height:70vh;padding:34px 20px 76px;background:radial-gradient(circle at 5% 4%,rgba(255,184,167,.22),transparent 24%),var(--bm-cream)}.bm-profile-shell{max-width:1180px;margin:auto}.bm-profile-nav{display:flex;gap:6px;padding:7px;overflow-x:auto;border:1px solid #e4e6dd;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(32,61,45,.06)}.bm-profile-nav a{flex:1;min-width:max-content;padding:11px 18px;border-radius:11px;color:#667169;font-size:13px;font-weight:800;text-align:center;text-decoration:none}.bm-profile-nav a:hover,.bm-profile-nav a.active{background:var(--bm-coral);color:#fff}.bm-profile-head,.bm-order-detail-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin:44px 3px 24px}.bm-profile-head span,.bm-order-detail-head>div>span,.bm-profile-form-wrap>div>span{color:var(--bm-coral-dark);font-size:11px;font-weight:900;letter-spacing:.15em}.bm-profile-head h1,.bm-order-detail-head h1,.bm-profile-form-wrap h1{margin:7px 0 7px;color:var(--bm-text);font-size:clamp(32px,4vw,48px);letter-spacing:-.04em}.bm-profile-head p,.bm-order-detail-head p,.bm-profile-form-wrap>div>p{margin:0;color:#727b75}.bm-primary-link,.bm-order-view{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 19px;border-radius:12px;background:var(--bm-coral);color:#fff;font-size:13px;font-weight:850;text-decoration:none}.bm-orders-list{display:grid;gap:16px}.bm-order-card{overflow:hidden;border:1px solid var(--bm-border);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(99,55,48,.07)}.bm-order-top{display:flex;align-items:center;justify-content:space-between;padding:21px 24px 15px}.bm-order-top>div{display:flex;flex-direction:column;gap:4px}.bm-order-number{color:var(--bm-text);font-size:17px;font-weight:900}.bm-order-top time{color:#7a837d;font-size:12px}.bm-status{padding:8px 12px;border-radius:999px;background:#f0f2ed;color:#4f5c54;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.bm-status-confirmed{background:#e9f4df;color:#416b2d}.bm-status-shipped{background:#e5f1f4;color:#276276}.bm-status-delivered{background:#dff3e7;color:#17623a}.bm-status-cancelled,.bm-status-failed{background:#f9e5e3;color:#9c3732}.bm-order-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:0 24px}.bm-order-progress span{height:5px;border-radius:8px;background:#e9ece6}.bm-progress-pending span:nth-child(1),.bm-progress-confirmed span:nth-child(-n+2),.bm-progress-shipped span:nth-child(-n+3),.bm-progress-delivered span{background:var(--bm-coral)}.bm-progress-cancelled span{background:#d78378}.bm-order-body{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;padding:20px 24px 23px}.bm-order-products{display:flex;align-items:center}.bm-order-thumb{display:grid;place-items:center;width:54px;height:54px;margin-right:-9px;overflow:hidden;border:3px solid #fff;border-radius:14px;background:#f3f5ef}.bm-order-thumb img,.bm-detail-image img{width:100%;height:100%;object-fit:contain}.bm-order-products>div:last-child{display:flex;flex-direction:column;gap:4px;margin-left:20px}.bm-order-products small,.bm-order-total small{color:#7a827d;font-size:11px}.bm-order-total{display:flex;flex-direction:column;align-items:flex-end}.bm-order-total strong{font-size:18px}.bm-order-view{background:var(--bm-coral-soft);color:var(--bm-coral-dark)}.bm-back-link{display:inline-block;margin-top:30px;color:var(--bm-coral-dark);font-size:13px;font-weight:800;text-decoration:none}.bm-order-detail-head{margin-top:22px}.bm-detail-progress{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:22px;padding:22px;border:1px solid var(--bm-border);border-radius:20px;background:#fff}.bm-detail-progress div{position:relative;display:flex;align-items:center;gap:10px}.bm-detail-progress div:not(:last-child):after{content:"";position:absolute;z-index:0;left:31px;right:8px;top:15px;height:2px;background:#dfe4dc}.bm-detail-progress i{z-index:1;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e8ece7;color:#778078;font-style:normal;font-weight:900}.bm-detail-progress strong{font-size:12px}.bm-progress-confirmed div:nth-child(-n+2) i,.bm-progress-shipped div:nth-child(-n+3) i,.bm-progress-delivered div i{background:#275b40;color:#fff}.bm-order-detail-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:20px}.bm-detail-panel,.bm-detail-side section{border:1px solid var(--bm-border);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(99,55,48,.06)}.bm-panel-title{display:flex;gap:13px;padding:24px;border-bottom:1px solid var(--bm-border)}.bm-panel-title>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--bm-coral-soft)}.bm-panel-title h2,.bm-panel-title p{margin:0}.bm-panel-title p{margin-top:4px;color:#7b837e;font-size:12px}.bm-detail-item{display:grid;grid-template-columns:76px 1fr auto;align-items:center;gap:17px;padding:20px 24px;border-bottom:1px solid var(--bm-border)}.bm-detail-item:last-child{border-bottom:0}.bm-detail-image{display:grid;place-items:center;width:76px;height:76px;overflow:hidden;border-radius:16px;background:#f4f5f0;text-decoration:none}.bm-detail-item h3,.bm-detail-item p{margin:0}.bm-detail-item h3{font-size:15px}.bm-detail-item span{display:inline-block;margin:6px 0 4px;padding:4px 8px;border-radius:6px;background:#eff4ea;font-size:10px;font-weight:800}.bm-detail-item p{color:#747d77;font-size:12px}.bm-detail-side{display:grid;align-content:start;gap:16px}.bm-detail-side section{padding:22px}.bm-detail-side h3{margin:0 0 17px}.bm-detail-side section>div{display:flex;justify-content:space-between;gap:12px;margin-top:12px;color:#737d76;font-size:12px}.bm-detail-side section>div strong{color:var(--bm-text)}.bm-detail-side .bm-grand-total{margin-top:18px;padding-top:16px;border-top:1px solid #e6e9e3;font-size:16px}.bm-detail-side section>p{color:#68736c;line-height:1.55}.bm-help-card{display:flex;gap:12px;padding:18px;border-radius:18px;background:var(--bm-coral);color:#fff}.bm-help-card p{margin:4px 0 0;color:rgba(255,255,255,.7);font-size:11px}.bm-address-grid,.bm-pets-grid,.bm-saved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.bm-address-card,.bm-pet-profile{position:relative;padding:25px;border:1px solid var(--bm-border);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(99,55,48,.06)}.bm-address-pin,.bm-pet-profile-avatar{display:grid;place-items:center;width:54px;height:54px;margin-bottom:19px;border-radius:17px;background:var(--bm-coral-soft);font-size:25px}.bm-address-card h2,.bm-pet-profile h2{margin:0 0 7px;font-size:20px}.bm-address-card>p{min-height:92px;color:#66716a;line-height:1.6}.bm-default-pill{position:absolute;top:20px;right:20px;padding:6px 9px;border-radius:99px;background:#e8f4dc;color:#40672e;font-size:10px;font-weight:900}.bm-card-actions{display:flex;align-items:center;gap:15px;padding-top:17px;border-top:1px solid #eceee9}.bm-card-actions a,.bm-card-actions button{border:0;background:none;color:var(--bm-coral-dark);font-size:12px;font-weight:850;text-decoration:none;cursor:pointer}.bm-card-actions button{color:#a44943}.bm-pet-profile{text-align:center}.bm-pet-profile-avatar{width:82px;height:82px;margin:0 auto 13px;border-radius:50%;font-size:42px}.bm-pet-profile>span{color:var(--bm-coral-dark);font-size:10px;font-weight:900;text-transform:uppercase}.bm-pet-profile>p{margin:0;color:#758078}.bm-pet-stats{display:grid;grid-template-columns:1fr 1fr;margin:20px 0;border:1px solid #e7e9e3;border-radius:14px}.bm-pet-stats div{display:flex;flex-direction:column;gap:4px;padding:12px}.bm-pet-stats div+div{border-left:1px solid #e7e9e3}.bm-pet-stats small{color:#858c87}.bm-pet-profile blockquote{margin:0 0 16px;padding:12px;border-radius:12px;background:var(--bm-cream-alt);color:#68716b;font-size:12px}.bm-pet-profile>a{color:var(--bm-coral-dark);font-size:12px;font-weight:850;text-decoration:none}.bm-saved-grid .home-product-card{width:auto}.bm-profile-empty{grid-column:1/-1;padding:60px 25px;border:1px dashed #cfd6ca;border-radius:24px;background:#fff;text-align:center}.bm-profile-empty>span{font-size:45px}.bm-profile-empty h2{margin:13px 0 7px}.bm-profile-empty p{margin:0 0 20px;color:#778079}.bm-profile-form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;margin-top:27px;padding:42px;border:1px solid var(--bm-border);border-radius:25px;background:#fff}.bm-profile-form{display:grid;gap:15px}.bm-profile-form label{display:grid;gap:7px;color:#39473f;font-size:12px;font-weight:800}.bm-profile-form input,.bm-profile-form select,.bm-profile-form textarea{width:100%;padding:13px;border:1px solid #d9ded7;border-radius:11px;background:var(--bm-surface);font:inherit}.bm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bm-profile-form button{min-height:46px;border:0;border-radius:12px;background:var(--bm-coral);color:#fff;font-weight:900;cursor:pointer}
@media(max-width:800px){.bm-profile-page{padding:20px 14px 50px}.bm-profile-head,.bm-order-detail-head{align-items:flex-start;flex-direction:column;margin-top:30px}.bm-order-body{grid-template-columns:1fr auto}.bm-order-view{grid-column:1/-1}.bm-order-detail-grid{grid-template-columns:1fr}.bm-address-grid,.bm-pets-grid,.bm-saved-grid{grid-template-columns:1fr}.bm-detail-progress strong{display:none}.bm-profile-form-wrap{grid-template-columns:1fr;padding:25px}.bm-order-products>div:last-child{margin-left:15px}}@media(max-width:480px){.bm-order-top,.bm-order-body{padding-left:17px;padding-right:17px}.bm-order-products small{display:none}.bm-detail-item{grid-template-columns:62px 1fr;padding:16px}.bm-detail-image{width:62px;height:62px}.bm-detail-item>strong{grid-column:2}.bm-profile-head .bm-primary-link{width:100%}}

.home-product-discount {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    padding: 6px 9px;
    border-radius: 999px;
    background: #fff0dc;
    color: #a85219;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
}

.home-product-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 2px;
}

.home-product-variants span,
.home-product-variants small {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border: 1px solid #dfe6db;
    border-radius: 7px;
    background: #f7faf4;
    color: #405348;
    font-size: 9px;
    font-weight: 800;
}

.home-product-price strong small {
    margin-right: 2px;
    color: #748078;
    font-size: 9px;
    font-weight: 750;
    text-transform: uppercase;
}


/* INFO */

.home-product-info {
    padding: 15px;
}


.home-product-brand {
    display: block;

    margin-bottom: 6px;

    color: #7a827c;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .08em;

    text-transform: uppercase;
}


.home-product-info h3 {
    min-height: 44px;

    margin: 0 0 7px;

    font-size: 15px;

    line-height: 1.45;
}


.home-product-info h3 a {
    color: #19251e;

    text-decoration: none;
}


.home-product-stage {
    display: block;

    margin-bottom: 8px;

    color: #738078;
}


.home-product-price {
    display: flex;

    align-items: baseline;

    gap: 7px;
}


.home-product-price strong {
    font-size: 20px;
}


.home-product-price del {
    color: #949b96;

    font-size: 11px;
}


.home-product-stock {
    display: flex;

    align-items: center;

    gap: 6px;

    margin: 8px 0 13px;

    color: #627067;

    font-size: 11px;
}


.home-product-stock span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #2a8956;
}


.home-product-button {
    display: flex;

    min-height: 41px;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #203c2e;

    color: white;

    font-size: 12px;
    font-weight: 800;

    text-decoration: none;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 1000px) {

    .home-product-scroll {
        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );
    }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 700px) {

    .home-commerce-section {
        padding: 30px 0;
    }


    .home-commerce-head {
        align-items: flex-start;
    }


    .home-commerce-head h2 {
        font-size: 27px;
    }


    .home-commerce-head p {
        font-size: 12px;
    }


    .home-product-scroll {
        display: flex;

        gap: 12px;

        overflow-x: auto;

        padding-bottom: 8px;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;
    }


    .home-product-scroll::-webkit-scrollbar {
        display: none;
    }


    .home-product-card {
        flex: 0 0 72%;

        scroll-snap-align: start;
    }


    .home-product-image {
        height: 210px;
    }

}


/* SMALL PHONES */

@media (max-width: 430px) {

    .home-product-card {
        flex: 0 0 78%;
    }


    .home-product-image {
        height: 190px;
    }


    .home-view-all {
        font-size: 11px;
    }

}
/* ==================================================
   BOWW & MEOW — COMPACT PHOTO HERO
   ================================================== */

.bm-home-hero {
    padding: 0;

    background: #f8f8f3;

    border-bottom: 1px solid #e8e8e1;
}


.bm-hero-card {
    position: relative;

    display: grid;

    grid-template-columns:
        42% 58%;

    min-height: 430px;
    max-height: 470px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #faf9f2 0%,
            #f7f6ef 42%,
            #ffffff 42%
        );
}


/* ==================================================
   COPY
   ================================================== */

.bm-hero-copy {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding:
        42px
        30px
        34px
        0;
}


.bm-hero-copy h1 {
    margin:
        10px
        0
        14px;

    max-width: 560px;

    color: #17211b;

    font-size:
        clamp(
            44px,
            4.5vw,
            67px
        );

    font-weight: 800;

    letter-spacing: -0.045em;

    line-height: .98;
}


.bm-hero-copy h1 span {
    display: block;

    color: #215a43;
}


.bm-hero-copy > p {
    max-width: 520px;

    margin: 0;

    color: #657169;

    font-size: 16px;

    line-height: 1.65;
}


/* ==================================================
   BUTTONS
   ================================================== */

.bm-hero-actions {
    display: flex;

    gap: 11px;

    margin-top: 23px;
}


.bm-hero-btn {
    display: inline-flex;

    min-height: 48px;

    align-items: center;
    justify-content: center;

    padding: 0 20px;

    border-radius: 13px;

    font-size: 14px;
    font-weight: 800;

    text-decoration: none;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.bm-hero-btn:hover {
    transform: translateY(-2px);
}


.bm-hero-btn-primary {
    background: var(--bm-coral);

    color: #ffffff;

    box-shadow:
        0 8px 18px
        rgba(32, 91, 67, .15);
}


.bm-hero-btn-secondary {
    border: 1px solid #d8ddd8;

    background: #ffffff;

    color: #21553f;
}


/* ==================================================
   TRUST ITEMS
   ================================================== */

.bm-hero-proof {
    display: flex;

    gap: 28px;

    margin-top: 28px;
}


.bm-hero-proof > div {
    display: flex;

    align-items: center;

    gap: 8px;
}


.bm-hero-proof > div > span {
    display: flex;

    width: 32px;
    height: 32px;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    border-radius: 50%;

    background: #e9f5c7;

    color: #285942;

    font-size: 13px;
}


.bm-hero-proof strong,
.bm-hero-proof small {
    display: block;
}


.bm-hero-proof strong {
    color: #1c2721;

    font-size: 11px;
}


.bm-hero-proof small {
    margin-top: 2px;

    color: #758078;

    font-size: 9px;
}


/* ==================================================
   PHOTO
   ================================================== */

.bm-hero-photo {
    position: relative;

    min-width: 0;
    min-height: 430px;

    overflow: hidden;
}


.bm-hero-photo::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(248, 247, 239, .95) 0%,
            rgba(248, 247, 239, .35) 12%,
            transparent 30%
        );
}


.bm-hero-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


/* ==================================================
   FLOATING CARDS
   ================================================== */

.bm-hero-floating {
    position: absolute;
    z-index: 4;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 15px;

    border:
        1px solid
        rgba(255,255,255,.8);

    border-radius: 15px;

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

    box-shadow:
        0 12px 30px
        rgba(
            30,
            54,
            41,
            .09
        );

    backdrop-filter:
        blur(10px);
}


.bm-hero-floating > span {
    display: flex;

    width: 36px;
    height: 36px;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    border-radius: 11px;

    background: #daf18b;
}


.bm-hero-floating strong,
.bm-hero-floating small {
    display: block;
}


.bm-hero-floating strong {
    color: #18231d;

    font-size: 11px;
}


.bm-hero-floating small {
    margin-top: 2px;

    color: #69736d;

    font-size: 9px;
}


.bm-float-top {
    top: 48px;
    right: 28px;
}


.bm-float-bottom {
    right: 28px;
    bottom: 42px;
}


/* ==================================================
   BEST SELLERS CLOSER TO HERO
   ================================================== */

.home-best-section {
    padding-top: 28px !important;
}


.home-best-section
.home-commerce-head {
    margin-bottom: 15px;
}


.home-best-section
.home-product-image {
    height: 205px;
}


/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 1050px) {

    .bm-hero-card {
        grid-template-columns:
            48% 52%;
    }


    .bm-hero-copy {
        padding:
            36px
            20px
            32px
            0;
    }


    .bm-hero-copy h1 {
        font-size:
            clamp(
                40px,
                5vw,
                54px
            );
    }


    .bm-hero-proof {
        gap: 14px;
    }


    .bm-hero-floating {
        padding: 10px 12px;
    }

}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 760px) {

    .bm-home-hero {
        background: #faf9f3;
    }


    .bm-hero-card {
        display: flex;
        flex-direction: column;

        max-height: none;

        background: #faf9f3;
    }


    .bm-hero-copy {
        order: 1;

        padding:
            28px
            0
            22px;
    }


    .bm-hero-copy h1 {
        max-width: 370px;

        margin-top: 8px;

        font-size: 42px;

        line-height: 1;
    }


    .bm-hero-copy > p {
        max-width: 390px;

        font-size: 14px;

        line-height: 1.55;
    }


    .bm-hero-actions {
        width: 100%;

        margin-top: 18px;
    }


    .bm-hero-btn {
        flex: 1;

        min-height: 46px;

        padding: 0 10px;

        font-size: 12px;
    }


    .bm-hero-proof {
        display: none;
    }


    .bm-hero-photo {
        order: 2;

        min-height: 255px;
        height: 255px;

        border-radius:
            18px
            18px
            0
            0;
    }


    .bm-hero-photo::after {
        background:
            linear-gradient(
                0deg,
                rgba(250,249,243,.45),
                transparent 35%
            );
    }


    .bm-hero-photo img {
        object-position:
            55% center;
    }


    .bm-float-top {
        top: 12px;
        right: 12px;
    }


    .bm-float-bottom {
        right: 12px;
        bottom: 12px;
    }


    .bm-hero-floating {
        max-width: 175px;

        padding: 8px 10px;

        border-radius: 11px;
    }


    .bm-hero-floating > span {
        width: 29px;
        height: 29px;

        border-radius: 8px;
    }


    .bm-hero-floating strong {
        font-size: 9px;
    }


    .bm-hero-floating small {
        font-size: 7px;
    }


    .home-best-section {
        padding-top: 23px !important;
    }

}


/* ==================================================
   SMALL PHONES
   ================================================== */

@media (max-width: 430px) {

    .bm-hero-copy {
        padding-top: 22px;
    }


    .bm-hero-copy h1 {
        max-width: 330px;

        font-size: 37px;
    }


    .bm-hero-copy > p {
        font-size: 13px;
    }


    .bm-hero-photo {
        height: 225px;
        min-height: 225px;
    }


    .bm-float-top {
        display: none;
    }

}
/* =========================================
   COMPACT HOMEPAGE HERO
   ========================================= */

.bm-hero-card {
    min-height: 340px;
    height: 340px;
    max-height: 340px;

    grid-template-columns: 43% 57%;
}


.bm-hero-copy {
    padding:
        24px
        28px
        22px
        0;
}


.bm-hero-copy h1 {
    margin: 7px 0 10px;

    font-size: clamp(
        39px,
        3.7vw,
        56px
    );

    line-height: .96;
}


.bm-hero-copy > p {
    max-width: 500px;

    font-size: 13px;

    line-height: 1.5;
}


.bm-hero-actions {
    margin-top: 15px;
}


.bm-hero-btn {
    min-height: 42px;

    padding: 0 17px;

    font-size: 12px;
}


.bm-hero-proof {
    margin-top: 17px;

    gap: 20px;
}


.bm-hero-proof > div > span {
    width: 28px;
    height: 28px;
}


.bm-hero-photo {
    min-height: 340px;
    height: 340px;
}


.bm-float-top {
    top: 30px;
    right: 22px;
}


.bm-float-bottom {
    right: 22px;
    bottom: 25px;
}


/* Bring products closer */

.home-best-section {
    padding-top: 18px !important;
    padding-bottom: 30px;
}


.home-best-section .home-commerce-head {
    margin-bottom: 12px;
}


.home-best-section .home-commerce-head h2 {
    margin-top: 3px;
    margin-bottom: 2px;

    font-size: 30px;
}


/* =========================================
   MOBILE — DON'T FORCE 340PX DESKTOP HEIGHT
   ========================================= */

@media (max-width: 760px) {

    .bm-hero-card {
        height: auto;
        min-height: 0;
        max-height: none;
    }


    .bm-hero-copy {
        padding:
            20px
            0
            16px;
    }


    .bm-hero-copy h1 {
        font-size: 36px;
    }


    .bm-hero-copy > p {
        font-size: 12px;
    }


    .bm-hero-photo {
        height: 210px;
        min-height: 210px;
    }


    .bm-hero-actions {
        margin-top: 13px;
    }


    .bm-hero-proof {
        display: none;
    }


    .home-best-section {
        padding-top: 18px !important;
    }

}


@media (max-width: 430px) {

    .bm-hero-copy h1 {
        font-size: 33px;
    }


    .bm-hero-photo {
        height: 190px;
        min-height: 190px;
    }

}
/* ==================================================
   BOWW & MEOW HERO SLIDER
   ================================================== */

.bm-hero-card {
    width: 100%;

    height: 355px;
    min-height: 355px;
    max-height: 355px;

    grid-template-columns:
        42% 58%;
}


.bm-hero-slider {
    position: relative;

    width: 100%;
    height: 355px;

    overflow: hidden;

    background: #f7f7ef;
}


/* SLIDE */

.bm-hero-slide {
    position: absolute;
    inset: 0;

    opacity: 0;
    visibility: hidden;

    transform: translateX(18px);

    transition:
        opacity .55s ease,
        transform .55s ease,
        visibility .55s;
}


.bm-hero-slide.active {
    opacity: 1;
    visibility: visible;

    transform: translateX(0);
}


/* REAL PET PHOTO */

.bm-hero-pet-photo {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    /*
       THIS prevents the dog's head
       from being chopped.
    */
    object-position: center 42%;
}


/* ==================================================
   PRODUCT SLIDES
   ================================================== */

.bm-product-slide {
    display: grid;

    grid-template-columns:
        36% 64%;

    align-items: center;

    gap: 20px;

    padding: 32px;

    background:
        radial-gradient(
            circle at 80% 20%,
            #edf7c9,
            transparent 42%
        ),
        #f8f8f1;
}


.bm-cat-slide {
    background:
        radial-gradient(
            circle at 80% 20%,
            #eee6fa,
            transparent 42%
        ),
        #faf8f3;
}


.bm-product-slide-head span {
    color: #24583f;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .12em;
}


.bm-product-slide-head h2 {
    margin: 9px 0 15px;

    color: #17231c;

    font-size: 30px;
    line-height: 1.05;
}


.bm-product-slide-head a {
    color: #215a41;

    font-size: 12px;
    font-weight: 800;

    text-decoration: none;
}


/* PRODUCTS */

.bm-slide-products {
    display: grid;

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

    gap: 10px;
}


.bm-slide-product {
    overflow: hidden;

    padding: 10px;

    border: 1px solid #e2e5dd;
    border-radius: 15px;

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

    color: #17231d;

    text-decoration: none;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}


.bm-slide-product:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px
        rgba(31, 72, 49, .10);
}


.bm-slide-product-image {
    display: flex;

    height: 170px;

    align-items: center;
    justify-content: center;

    margin-bottom: 8px;

    border-radius: 11px;

    background: #fff;
}


.bm-slide-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


.bm-slide-product-image span {
    font-size: 55px;
}


.bm-slide-product small,
.bm-slide-product strong,
.bm-slide-product b {
    display: block;
}


.bm-slide-product small {
    color: #788079;

    font-size: 8px;
    font-weight: 800;

    text-transform: uppercase;
}


.bm-slide-product strong {
    min-height: 34px;

    margin: 4px 0 6px;

    font-size: 10px;
    line-height: 1.35;
}


.bm-slide-product b {
    color: #173f2d;

    font-size: 14px;
}


/* ==================================================
   SLIDER CONTROLS
   ================================================== */

.bm-slider-arrow {
    position: absolute;

    top: 50%;
    z-index: 10;

    display: flex;

    width: 36px;
    height: 36px;

    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

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

    color: #1f563f;

    box-shadow:
        0 5px 16px
        rgba(0,0,0,.10);

    font-size: 25px;

    cursor: pointer;

    transform: translateY(-50%);
}


.bm-slider-prev {
    left: 12px;
}


.bm-slider-next {
    right: 12px;
}


.bm-slider-dots {
    position: absolute;

    z-index: 10;

    bottom: 12px;
    left: 50%;

    display: flex;

    gap: 6px;

    transform: translateX(-50%);
}


.bm-slider-dot {
    width: 7px;
    height: 7px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(31, 86, 63, .30);

    cursor: pointer;
}


.bm-slider-dot.active {
    width: 20px;

    border-radius: 999px;

    background: #215a41;
}


/* ==================================================
   MAKE THE LEFT SIDE CLOSER TO REFERENCE
   ================================================== */

.bm-hero-copy {
    padding:
        26px
        26px
        22px
        0;
}


.bm-hero-copy h1 {
    max-width: 610px;

    margin: 6px 0 10px;

    font-size:
        clamp(
            41px,
            3.6vw,
            56px
        );

    line-height: .96;
}


.bm-hero-copy > p {
    max-width: 500px;

    font-size: 13px;
    line-height: 1.5;
}


.bm-hero-actions {
    margin-top: 15px;
}


.bm-hero-proof {
    margin-top: 17px;
}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 760px) {

    .bm-hero-card {
        display: flex;
        flex-direction: column;

        height: auto;
        min-height: 0;
        max-height: none;
    }


    .bm-hero-slider {
        height: 250px;
    }


    .bm-hero-copy {
        padding:
            21px
            0
            18px;
    }


    .bm-hero-copy h1 {
        max-width: 360px;

        font-size: 36px;
    }


    .bm-hero-copy > p {
        font-size: 12px;
    }


    .bm-product-slide {
        grid-template-columns: 1fr;

        padding: 18px;
    }


    .bm-product-slide-head {
        display: none;
    }


    .bm-slide-products {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 7px;
    }


    .bm-slide-product {
        padding: 7px;
    }


    .bm-slide-product-image {
        height: 125px;
    }


    .bm-slide-product strong {
        min-height: 29px;

        font-size: 8px;
    }


    .bm-slide-product b {
        font-size: 11px;
    }


    .bm-hero-pet-photo {
        object-position:
            center center;
    }


    .bm-slider-arrow {
        width: 30px;
        height: 30px;

        font-size: 20px;
    }


    .bm-hero-floating {
        transform: scale(.82);
    }

}


@media (max-width: 430px) {

    .bm-hero-slider {
        height: 215px;
    }


    .bm-hero-copy h1 {
        font-size: 32px;
    }


    .bm-slide-product-image {
        height: 100px;
    }


    .bm-slide-product strong {
        display: none;
    }

}
/* ==================================================
   COMPACT BEST SELLERS — DESKTOP
   ================================================== */

@media (min-width: 1250px) {

.home-best-section
.home-product-scroll {
    grid-template-columns:
        repeat(
            6,
            minmax(0, 1fr)
        );

    gap: 14px;
}


.home-best-section
.home-product-image {
    height: 185px;
    padding: 12px;
}


    .home-best-section
    .home-product-info {

        padding: 10px;
    }


    .home-best-section
    .home-product-info h3 {

        min-height: 38px;

        font-size: 11px;
    }


    .home-best-section
    .home-product-brand {

        font-size: 8px;
    }


    .home-best-section
    .home-product-price strong {

        font-size: 15px;
    }


    .home-best-section
    .home-product-stock {

        margin:
            5px
            0
            8px;

        font-size: 9px;
    }


    .home-best-section
    .home-product-button {

        min-height: 34px;

        font-size: 10px;
    }

}
/* =========================================
   HERO PRODUCT SHOWCASE SLIDES
   ========================================= */

.bm-product-showcase {
    display: grid;

    grid-template-columns:
        38% 62%;

    align-items: center;

    gap: 26px;

    padding: 34px 38px;
}


.dog-showcase {
    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(213, 239, 156, .55),
            transparent 44%
        ),
        linear-gradient(
            135deg,
            #f8faef,
            #ffffff
        );
}


.cat-showcase {
    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(230, 215, 247, .55),
            transparent 44%
        ),
        linear-gradient(
            135deg,
            #fbf8ff,
            #ffffff
        );
}


.bm-showcase-kicker {
    color: #225941;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .12em;
}


.bm-showcase-copy h2 {
    max-width: 340px;

    margin: 9px 0 10px;

    color: #18241d;

    font-size: 34px;
    line-height: 1.05;
}


.bm-showcase-copy p {
    max-width: 330px;

    margin: 0 0 17px;

    color: #6b746e;

    font-size: 12px;
    line-height: 1.55;
}


.bm-showcase-button {
    display: inline-flex;

    min-height: 40px;

    align-items: center;

    padding: 0 15px;

    border-radius: 10px;

    background: var(--bm-coral);

    color: #ffffff;

    font-size: 11px;
    font-weight: 800;

    text-decoration: none;
}


/* PRODUCTS */
/* =====================================================
   PREMIUM HOMEPAGE CAMPAIGN SLIDER
===================================================== */

.bm-hero-slider {
    position: relative;

    width: 100%;
    height: 355px;

    overflow: hidden;

    background: #f7f7f2;
}


/* SLIDES */

.bm-hero-slide {
    position: absolute;

    inset: 0;

    opacity: 0;
    visibility: hidden;

    transform: translateX(20px);

    transition:
        opacity .55s ease,
        transform .55s ease,
        visibility .55s;
}


.bm-hero-slide.active {
    opacity: 1;
    visibility: visible;

    transform: translateX(0);
}


/* =====================================================
   PET PHOTO
===================================================== */

.bm-campaign-photo {
    background: #eee;
}


.bm-campaign-bg {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center 43%;
}


.bm-campaign-badge {
    position: absolute;

    top: 28px;
    right: 28px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 16px;

    border-radius: 15px;

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

    box-shadow:
        0 12px 30px
        rgba(0,0,0,.08);
}


.bm-campaign-badge > span {
    display: flex;

    width: 36px;
    height: 36px;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #d9f47e;
}


.bm-campaign-badge strong,
.bm-campaign-badge small {
    display: block;
}


.bm-campaign-badge strong {
    font-size: 11px;
}


.bm-campaign-badge small {
    margin-top: 2px;

    color: #727a74;

    font-size: 8px;
}


/* =====================================================
   CAMPAIGN SLIDES
===================================================== */

.bm-campaign {
    display: grid;

    grid-template-columns:
        40% 60%;

    align-items: center;

    padding:
        30px
        48px
        30px
        48px;
}


.bm-dog-campaign {
    background:
        radial-gradient(
            circle at 76% 40%,
            #e4f4af 0,
            #f3f8dc 30%,
            transparent 58%
        ),
        linear-gradient(
            120deg,
            #f8f8ed,
            #ffffff
        );
}


.bm-cat-campaign {
    background:
        radial-gradient(
            circle at 76% 40%,
            #e9dcf5 0,
            #f6effa 30%,
            transparent 58%
        ),
        linear-gradient(
            120deg,
            #fbf7fd,
            #ffffff
        );
}


.bm-best-campaign {
    background:
        radial-gradient(
            circle at 76% 40%,
            #ffe4a7 0,
            #fff4d8 30%,
            transparent 58%
        ),
        linear-gradient(
            120deg,
            #fffaf0,
            #ffffff
        );
}


/* TEXT */

.bm-campaign-content {
    position: relative;

    z-index: 3;
}


.bm-campaign-label {
    display: inline-block;

    margin-bottom: 8px;

    color: #215940;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .14em;
}


.bm-campaign-content h2 {
    margin: 0;

    color: #17231c;

    font-size: 39px;
    font-weight: 900;

    line-height: .98;

    letter-spacing: -.035em;
}


.bm-campaign-content p {
    max-width: 290px;

    margin:
        13px
        0
        18px;

    color: #66716a;

    font-size: 12px;

    line-height: 1.5;
}


.bm-campaign-content a {
    display: inline-flex;

    min-height: 41px;

    align-items: center;

    padding:
        0
        17px;

    border-radius: 10px;

    background: #1e5b42;

    color: white;

    font-size: 11px;
    font-weight: 800;

    text-decoration: none;

    box-shadow:
        0 8px 18px
        rgba(30,91,66,.14);

    transition:
        transform .2s ease,
        background .2s ease;
}


.bm-campaign-content a:hover {
    background: var(--bm-coral);

    transform: translateY(-2px);
}


/* =====================================================
   FLOATING PRODUCT PACKS
===================================================== */

.bm-campaign-products {
    position: relative;

    z-index: 2;

    display: flex;

    height: 280px;

    align-items: center;
    justify-content: center;

    gap: 0;
}


.bm-campaign-products img {
    width: 31%;
    height: 225px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 18px 14px
            rgba(0,0,0,.13)
        );

    transition:
        transform .3s ease;
}


/* CENTER PRODUCT = HERO */

.bm-campaign-products img:nth-child(2) {
    position: relative;

    z-index: 3;

    width: 36%;
    height: 265px;

    transform:
        translateY(-2px)
        scale(1.04);
}


/* LEFT */

.bm-campaign-products img:nth-child(1) {
    position: relative;

    z-index: 1;

    margin-right: -35px;

    transform:
        translateY(17px)
        rotate(-5deg)
        scale(.88);
}


/* RIGHT */

.bm-campaign-products img:nth-child(3) {
    position: relative;

    z-index: 2;

    margin-left: -35px;

    transform:
        translateY(16px)
        rotate(5deg)
        scale(.9);
}


/* PRODUCT HOVER */

.bm-campaign-products:hover
img:nth-child(1) {

    transform:
        translateY(10px)
        rotate(-7deg)
        scale(.92);
}


.bm-campaign-products:hover
img:nth-child(2) {

    transform:
        translateY(-8px)
        scale(1.08);
}


.bm-campaign-products:hover
img:nth-child(3) {

    transform:
        translateY(10px)
        rotate(7deg)
        scale(.94);
}


/* =====================================================
   PROMO BADGE
===================================================== */

.bm-campaign-pill {
    position: absolute;

    right: 28px;
    bottom: 25px;

    z-index: 5;

    padding:
        8px
        13px;

    border:
        1px solid
        rgba(31,86,63,.10);

    border-radius: 999px;

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

    color: #20563f;

    font-size: 9px;
    font-weight: 900;

    box-shadow:
        0 8px 20px
        rgba(0,0,0,.07);
}


/* =====================================================
   ARROWS
===================================================== */

.bm-slider-arrow {
    position: absolute;

    top: 50%;

    z-index: 20;

    display: flex;

    width: 34px;
    height: 34px;

    align-items: center;
    justify-content: center;

    border: 1px solid #e4e8e2;

    border-radius: 50%;

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

    color: #1f5a41;

    box-shadow:
        0 6px 18px
        rgba(0,0,0,.08);

    font-size: 23px;

    cursor: pointer;

    transform:
        translateY(-50%);

    transition:
        transform .2s ease;
}


.bm-slider-arrow:hover {
    transform:
        translateY(-50%)
        scale(1.08);
}


.bm-slider-prev {
    left: 12px;
}


.bm-slider-next {
    right: 12px;
}


/* =====================================================
   DOTS
===================================================== */

.bm-slider-dots {
    position: absolute;

    bottom: 12px;
    left: 50%;

    z-index: 20;

    display: flex;

    gap: 6px;

    transform:
        translateX(-50%);
}


.bm-slider-dot {
    width: 6px;
    height: 6px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background:
        rgba(30,86,62,.25);

    cursor: pointer;

    transition:
        width .2s ease,
        background .2s ease;
}


.bm-slider-dot.active {
    width: 20px;

    border-radius: 10px;

    background: #205b42;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 760px) {

    .bm-hero-slider {
        height: 270px;
    }


    .bm-campaign {
        grid-template-columns:
            42% 58%;

        padding:
            22px
            18px;
    }


    .bm-campaign-content h2 {
        font-size: 25px;
    }


    .bm-campaign-content p {
        margin:
            9px
            0
            13px;

        font-size: 9px;
    }


    .bm-campaign-content a {
        min-height: 34px;

        padding:
            0
            11px;

        font-size: 9px;
    }


    .bm-campaign-products {
        height: 220px;
    }


    .bm-campaign-products img {
        height: 150px;
    }


    .bm-campaign-products
    img:nth-child(2) {
        height: 185px;
    }


    .bm-campaign-products
    img:nth-child(1) {

        margin-right: -22px;
    }


    .bm-campaign-products
    img:nth-child(3) {

        margin-left: -22px;
    }


    .bm-campaign-pill {
        display: none;
    }


    .bm-campaign-badge {
        top: 15px;
        right: 15px;

        transform: scale(.8);

        transform-origin: top right;
    }


    .bm-slider-arrow {
        width: 29px;
        height: 29px;

        font-size: 19px;
    }

}


@media (max-width: 430px) {

    .bm-hero-slider {
        height: 235px;
    }


    .bm-campaign {
        grid-template-columns:
            45% 55%;

        padding:
            17px
            12px;
    }


    .bm-campaign-label {
        font-size: 7px;
    }


    .bm-campaign-content h2 {
        font-size: 21px;
    }


    .bm-campaign-content p {
        font-size: 8px;
    }


    .bm-campaign-products img {
        height: 120px;
    }


    .bm-campaign-products
    img:nth-child(2) {
        height: 155px;
    }

}
/* =========================================
   BEST SELLERS - 6 PRODUCTS DESKTOP
   ========================================= */

@media (min-width: 1100px) {

    .home-best-section .home-product-scroll {
        display: grid;

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

        gap: 14px;
    }

    .home-best-section .home-product-image {
        height: 180px;
        padding: 12px;
    }

}
/* =========================================
   MAIN HERO CAMPAIGN
   ========================================= */

.bm-main-campaign {
    display: grid;

    grid-template-columns:
        43% 57%;

    align-items: center;

    padding:
        30px
        42px;

    background:
        radial-gradient(
            circle at 82% 30%,
            rgba(212, 239, 142, .45),
            transparent 38%
        ),
        linear-gradient(
            115deg,
            #faf9f0,
            #ffffff
        );
}


.bm-main-campaign-copy {
    position: relative;
    z-index: 5;
}


.bm-main-campaign-copy h2 {
    max-width: 480px;

    margin: 8px 0 12px;

    color: #18231d;

    font-size: 45px;
    font-weight: 900;

    line-height: .98;

    letter-spacing: -.04em;
}


.bm-main-campaign-copy h2 span {
    display: block;

    color: #205c43;
}


.bm-main-campaign-copy p {
    max-width: 470px;

    margin: 0;

    color: #68736c;

    font-size: 13px;

    line-height: 1.55;
}


.bm-main-campaign-actions {
    display: flex;

    gap: 10px;

    margin-top: 18px;
}


.bm-main-campaign-actions a {
    display: inline-flex;

    min-height: 42px;

    align-items: center;
    justify-content: center;

    padding: 0 17px;

    border-radius: 11px;

    font-size: 11px;
    font-weight: 800;

    text-decoration: none;
}


.bm-main-primary {
    background: var(--bm-coral);

    color: white;
}


.bm-main-secondary {
    border: 1px solid #d8ded9;

    background: white;

    color: var(--bm-coral);
}


.bm-main-benefits {
    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 18px;

    color: #526159;

    font-size: 9px;
    font-weight: 700;
}


/* RIGHT VISUAL */

.bm-main-campaign-visual {
    position: relative;

    height: 100%;

    min-height: 300px;

    overflow: hidden;
}


.bm-main-pets {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 78%;
    height: 100%;

    object-fit: cover;

    object-position: center 42%;

    border-radius: 20px 0 0 20px;
}


/* PRODUCT PACKS */

.bm-main-product-packs {
    position: absolute;

    left: 10px;
    bottom: 18px;

    z-index: 6;

    display: flex;

    align-items: end;

    gap: 0;
}


.bm-main-product-packs img {
    width: 78px;
    height: 120px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 10px 12px
            rgba(0,0,0,.18)
        );
}


.bm-main-product-packs img:nth-child(1) {
    transform: rotate(-6deg);
}


.bm-main-product-packs img:nth-child(2) {
    margin-left: -12px;

    transform:
        translateY(-7px)
        scale(1.1);
}


.bm-main-product-packs img:nth-child(3) {
    margin-left: -12px;

    transform: rotate(6deg);
}


/* MOBILE */

@media (max-width: 760px) {

    .bm-main-campaign {
        grid-template-columns:
            46% 54%;

        padding: 18px;
    }


    .bm-main-campaign-copy h2 {
        font-size: 27px;
    }


    .bm-main-campaign-copy p {
        font-size: 9px;
    }


    .bm-main-benefits {
        display: none;
    }


    .bm-main-campaign-actions {
        margin-top: 12px;
    }


    .bm-main-campaign-actions a {
        min-height: 34px;

        padding: 0 9px;

        font-size: 8px;
    }


    .bm-main-pets {
        width: 100%;

        border-radius: 14px;
    }


    .bm-main-product-packs img {
        width: 45px;
        height: 75px;
    }

}
/* Consistent storefront icon system. Decorative emoji are replaced with
   lightweight SVG symbols so the interface feels cohesive on every device. */
.bm-icon {
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    flex: 0 0 auto;
    fill: currentColor;
    vertical-align: -0.2em;
}

.bm-icon.outline {
    fill: none;
}

.bm-mobile-dock {
    display: none;
}

.v2-cart-link,
.bm-mobile-dock a {
    position: relative;
}

.bm-cart-badge {
    position: absolute;
    top: 4px;
    right: 5px;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #f3a63a;
    color: #17231c;
    font-size: 9px;
    line-height: 1;
}

.v2-category-nav a.is-active {
    color: #17563c;
}

.v2-category-nav a.is-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    border-radius: 99px;
    background: #4b8b61;
}

@media (max-width: 700px) {
    :root {
        --bm-mobile-dock-height: 68px;
        --bm-mobile-gutter: clamp(12px, 4vw, 18px);
    }

    html {
        scroll-padding-bottom: calc(var(--bm-mobile-dock-height) + 18px);
    }

    body {
        min-width: 0;
        padding-bottom: calc(var(--bm-mobile-dock-height) + env(safe-area-inset-bottom));
        overflow-x: clip;
    }

    main,
    main > *,
    .v2-shell {
        min-width: 0;
        max-width: 100%;
    }

    .v2-shell {
        width: 100%;
        padding-inline: var(--bm-mobile-gutter);
    }

    .v2-announcement-inner {
        min-height: 32px;
        justify-content: center;
        font-size: 10px;
        text-align: center;
    }

    .v2-announcement-note { display: none; }

    .site-header-v2 {
        background: #f4fae9;
    }

    .v2-main-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 9px 8px;
        padding-block: 9px 10px;
    }

    .v2-brand {
        min-width: 0;
    }

    .v2-brand-mark {
        width: 38px;
        height: 38px;
    }

    .v2-brand-copy strong { font-size: 16px; }
    .v2-brand-copy small { display: none; }

    .v2-header-actions {
        gap: 3px;
    }

    .v2-action-link,
    .v2-cart-link {
        width: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 0;
    }

    .v2-action-link small,
    .v2-cart-link small {
        display: none;
    }

    .v2-search {
        grid-column: 1 / -1;
        width: 100%;
    }

    .v2-search {
        min-height: 46px;
        border: 1.5px solid #3b865b;
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 6px 18px rgba(27, 83, 56, .06);
    }

    .v2-search input {
        min-width: 0;
        width: 100%;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .v2-search button {
        min-width: 66px;
        min-height: 44px;
        padding-inline: 12px;
    }

    .v2-category-bar {
        background: #fff;
    }

    .v2-category-nav {
        width: 100%;
        min-height: 50px;
        gap: 8px;
        padding-block: 5px;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
    }

    .v2-category-nav a {
        display: inline-flex;
        min-height: 38px;
        align-items: center;
        padding: 0 13px;
        border: 1px solid #e0e7df;
        border-radius: 999px;
        background: #fff;
        font-size: 12px;
        scroll-snap-align: start;
    }

    .v2-category-nav a.is-active {
        border-color: #28674b;
        background: #eaf4e7;
    }

    .v2-category-nav a.is-active::after,
    .v2-nav-spacer,
    .v2-inline-form,
    .v2-nav-muted {
        display: none;
    }

    .home-product-scroll {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .home-product-scroll .home-product-card {
        width: auto !important;
        min-width: 0 !important;
        flex: none !important;
        display: flex;
        flex-direction: column;
        border-radius: 15px;
    }

    .home-product-card {
        display: flex;
        height: 100%;
        min-width: 0;
        flex-direction: column;
    }

    .home-product-info {
        display: flex;
        min-width: 0;
        flex: 1;
        flex-direction: column;
    }

    .home-product-info h3 {
        min-height: 49px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.35;
    }

    .home-product-stage { min-height: 16px; margin-bottom: 5px; }
    .home-product-stage.is-empty { visibility: hidden; }

    .home-product-variants {
        min-height: 58px;
        max-height: 58px;
        align-content: flex-start;
        overflow: hidden;
    }

    .home-product-variants-empty { visibility: hidden; }

    .home-product-price {
        min-height: 28px;
        min-width: 0;
        flex-wrap: nowrap;
    }

    .home-product-price strong,
    .home-product-price del {
        min-width: 0;
        white-space: nowrap;
    }

    .home-product-stock { min-height: 18px; }

    .home-product-button {
        width: 100%;
        min-height: 44px;
        margin-top: auto;
    }

    .bm-search-grid,
    .home-product-scroll,
    .bm-top-selling-grid { align-items: stretch; }

    .home-product-scroll .home-product-image {
        height: 155px !important;
        padding: 10px !important;
    }

    .home-product-scroll .home-product-info {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 12px;
    }

    .home-product-scroll .home-product-info h3 {
        min-height: 37px;
        font-size: 12px;
        line-height: 1.35;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home-product-scroll .home-product-button {
        margin-top: auto;
        min-height: 39px;
        padding-inline: 7px;
        font-size: 11px;
    }

    .bm-mobile-dock {
        position: fixed;
        z-index: 1000;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        min-height: var(--bm-mobile-dock-height);
        padding: 7px max(8px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
        border-top: 1px solid var(--bm-border);
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -8px 24px rgba(26, 54, 40, .08);
        backdrop-filter: blur(14px);
    }

    .bm-mobile-dock a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        min-width: 0;
        color: #627068;
        font-size: 9px;
        font-weight: 800;
        text-decoration: none;
    }

    .bm-mobile-dock a::before {
        content: "";
        position: absolute;
        top: -7px;
        width: 28px;
        height: 3px;
        border-radius: 99px;
        background: transparent;
    }

    .bm-mobile-dock a.is-active {
        color: #174f38;
    }

    .bm-mobile-dock a.is-active::before {
        background: #2b7651;
    }

    .bm-mobile-dock .bm-icon {
        width: 21px;
        height: 21px;
        color: #1e583f;
    }

    .bm-mobile-dock .bm-cart-badge {
        top: -2px;
        right: calc(50% - 22px);
    }

    .bm-floating-help {
        right: 14px;
        bottom: calc(var(--bm-mobile-dock-height) + env(safe-area-inset-bottom) + 14px);
        width: 48px;
        min-width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 50%;
    }

    body:has(.home-product-card) .bm-floating-help,
    body:has(.category-product-card) .bm-floating-help {
        bottom: calc(var(--bm-mobile-dock-height) + env(safe-area-inset-bottom) + 24px);
    }

    .bm-floating-help strong { display: none; }

    body:has(.pd-v2-page) .bm-floating-help {
        bottom: calc(var(--bm-mobile-dock-height) + env(safe-area-inset-bottom) + 126px);
    }

    body:has(.checkout-page) .bm-floating-help {
        display: none;
    }

    .site-footer-v2 {
        padding: 34px 0 22px;
    }

    .v2-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .v2-footer-brand {
        grid-column: 1 / -1;
    }

    .v2-footer-brand p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.55;
    }

    .v2-footer-grid h4 {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .v2-footer-grid a {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 1.35;
    }

    .v2-footer-bottom {
        margin-top: 28px;
        padding-top: 18px;
        flex-direction: column;
        gap: 6px;
        font-size: 10px;
    }

    img,
    video,
    iframe {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    .v2-search button { min-width: 60px; font-size: 11px; }
    .home-product-scroll { gap: 8px !important; }
    .home-product-scroll .home-product-image { height: 140px !important; }
    .home-product-scroll .home-product-info { padding: 10px; }
    .v2-footer-grid { grid-template-columns: 1fr; }
    .v2-footer-brand { grid-column: auto; }
}

/* Canonical customer-flow rules: PDP, cart and checkout share the same
   mobile spacing and 44px touch-target system. */
@media (max-width: 700px) {
    .pd-v2-page { padding: 14px 0 34px; }
    .pd-v2-breadcrumb {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 10px;
    }
    .pd-v2-layout { gap: 20px; }
    .pd-v2-media-card {
        min-height: 0;
        padding: 12px;
        border-radius: 18px;
    }
    .pd-gallery-main {
        min-height: 285px;
        height: min(76vw, 330px);
    }
    .pd-gallery-main img,
    .pd-v2-main-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .pd-gallery-thumbs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    .pd-gallery-thumbs::-webkit-scrollbar { display: none; }
    .pd-gallery-thumbs .pd-thumb {
        flex: 0 0 74px;
        min-width: 74px;
        min-height: 78px;
        scroll-snap-align: start;
    }
    .pd-v2-info h1 {
        overflow-wrap: anywhere;
        font-size: clamp(28px, 8.5vw, 36px);
        line-height: 1.04;
    }
    .pd-v2-price { font-size: clamp(28px, 8vw, 36px); }
    .pd-v2-tags { gap: 7px; }
    .pd-v2-tags span {
        display: inline-flex;
        min-height: 36px;
        align-items: center;
        gap: 5px;
        padding-inline: 11px;
    }
    .pd-v2-variant-grid {
        display: flex;
        gap: 9px;
        overflow-x: auto;
        padding: 3px 2px 8px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    .pd-v2-variant-grid::-webkit-scrollbar { display: none; }
    .pd-v2-variant-card {
        flex: 0 0 min(47%, 180px);
        min-height: 116px;
        overflow-wrap: anywhere;
        scroll-snap-align: start;
    }
    .pd-v2-actions {
        position: sticky;
        z-index: 30;
        bottom: calc(var(--bm-mobile-dock-height) + env(safe-area-inset-bottom));
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 22px calc(var(--bm-mobile-gutter) * -1) 0;
        padding: 10px var(--bm-mobile-gutter);
        border-block: 1px solid var(--bm-border);
        background: rgba(255,255,255,.97);
        box-shadow: 0 -8px 24px rgba(25,56,40,.09);
        backdrop-filter: blur(12px);
    }
    .pd-v2-actions > form:not(.pd-v2-action-form),
    .pd-v2-actions > .pd-v2-wishlist-btn {
        grid-column: 1 / -1;
    }
    .pd-v2-cart-btn,
    .pd-v2-buy-btn,
    .pd-v2-wishlist-btn { min-height: 48px; }
    .pd-v2-trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .pd-v2-trust-grid > div { min-width: 0; padding: 10px 7px; }
    .pd-v2-trust-grid strong { overflow-wrap: anywhere; font-size: 10px; }
    .pd-v2-trust-grid small { display: none; }
    .pd-v2-details-grid { margin-top: 34px; }
    .pd-v2-description-card,
    .pd-v2-smart-card { padding: 20px 16px; border-radius: 18px; }
    .pd-v2-reviews { padding-top: 38px; }

    .bm-cart-page { padding-bottom: 28px; }
    .bm-cart-name { overflow-wrap: anywhere; line-height: 1.35; }
    .bm-qty button { width: 44px; height: 44px; }
    .bm-remove { min-height: 44px; padding-inline: 8px; }
    .bm-checkout { min-height: 52px; align-items: center; }

    .checkout-page { padding-inline: 12px; }
    .checkout-form input,
    .checkout-form select,
    .checkout-form textarea { min-height: 50px; font-size: 16px; }
    .checkout-summary,
    .checkout-form { min-width: 0; }
    .checkout-item { min-width: 0; }
    .checkout-item span { overflow-wrap: anywhere; }
    .bm-checkout-message { overflow-wrap: anywhere; }
}

@media (min-width: 701px) and (max-width: 800px) {
    .v2-main-header { gap: 16px; }
    .v2-search { min-width: 0; }
    .v2-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
}

/* Targeted mobile product/checkout polish. Desktop product detail remains unchanged. */
@media (max-width: 768px) {
    :root {
        --bm-mobile-dock-height: 68px;
        --bm-mobile-help-gap: 14px;
    }

    .pd-v2-page .pd-v2-breadcrumb { margin-bottom: 10px; }
    .pd-v2-page .pd-v2-layout { gap: 14px; }
    .pd-v2-page .pd-v2-media-card {
        min-height: 0;
        padding: 10px;
    }
    .pd-v2-page .pd-gallery-main {
        width: 100%;
        min-height: 0;
        height: clamp(250px, 68vw, 290px);
        padding: 10px;
    }
    .pd-v2-page .pd-gallery-main img,
    .pd-v2-page .pd-v2-main-image {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
    }
    .pd-v2-page .pd-gallery-thumbs {
        gap: 8px;
        margin-top: 8px;
        padding: 3px 2px 4px;
    }
    .pd-v2-page .pd-gallery-thumbs .pd-thumb {
        width: 68px;
        height: 68px;
        min-width: 68px;
    }
    .pd-v2-page .pd-v2-info h1 { margin-block: 6px 10px; }
    .pd-v2-page .pd-v2-rating-row { margin-bottom: 10px; }
    .pd-v2-page .pd-v2-tags { margin-block: 10px; }
    .pd-v2-page .pd-v2-price-block { margin-block: 14px; }
    .pd-v2-page .pd-v2-stock-row { margin-block: 14px; }

    .bm-floating-help,
    body:has(.home-product-card) .bm-floating-help,
    body:has(.category-product-card) .bm-floating-help,
    body:has(.pd-v2-page) .bm-floating-help {
        position: fixed;
        right: 14px;
        bottom: calc(
            var(--bm-mobile-dock-height) +
            env(safe-area-inset-bottom) +
            var(--bm-mobile-help-gap)
        );
        z-index: 20;
        display: flex;
        width: 48px;
        min-height: 48px;
        padding: 0;
        justify-content: center;
    }
    .bm-floating-help strong { display: none; }

    /* The checkout CTA occupies the space directly above the mobile dock. */
    body:has(.checkout-page) .bm-floating-help {
        display: flex;
        bottom: calc(
            var(--bm-mobile-dock-height) +
            env(safe-area-inset-bottom) +
            84px
        );
        z-index: 4;
    }

    /* The filter backdrop and sheet visually own the viewport while open. */
    body.bm-filter-sheet-open .bm-floating-help {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
}

/* Official coral brand artwork. */
.v2-brand-logo {
    display: block;
    width: 152px;
    height: auto;
    object-fit: contain;
}

.v2-footer-logo {
    width: 176px;
}

@media (max-width: 700px) {
    .v2-main-header .v2-brand-logo {
        width: clamp(115px, 31vw, 128px);
        height: auto;
    }

    .v2-footer-logo {
        width: 150px;
        height: auto;
    }
}
