:root {
    --pet-primary: #8f1d2c;
    --pet-primary-dark: #65101d;
    --pet-accent: #c7a05a;
    --pet-sapphire: #12304a;
    --pet-emerald: #123b33;
    --pet-ink: #18202b;
    --pet-muted: #65717f;
    --pet-line: #e6dfd2;
    --pet-bg: #f4f0e8;
    --pet-soft: #fffaf0;
    --pet-footer: #10151b;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        linear-gradient(180deg, #f7f3eb 0%, #eef2f5 46%, #f7f3eb 100%);
    color: var(--pet-ink);
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 252, 246, 0.94);
    border-bottom: 1px solid var(--pet-line);
    backdrop-filter: blur(14px);
}

.header-shell {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 74px;
    gap: 22px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand-mark img,
.footer-logo img {
    width: 124px;
    height: auto;
    object-fit: contain;
}

.front-nav {
    align-items: center;
    gap: 22px;
    width: 100%;
}

.front-nav .navbar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto 0 0;
}

.front-nav li {
    list-style: none;
}

.front-nav a {
    color: #2d3440;
    font-size: 13px;
    font-weight: 600;
}

.front-nav a.active,
.front-nav a:hover {
    color: var(--pet-primary);
}

.header-search {
    display: flex;
    align-items: center;
    width: min(300px, 28vw);
    min-width: 220px;
    height: 44px;
    padding: 0 8px 0 16px;
    border: 1px solid var(--pet-line);
    border-radius: 999px;
    background: #fffdf8;
    box-shadow: inset 0 1px 0 rgba(199, 160, 90, 0.14);
}

.header-search input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 13px;
    color: var(--pet-ink);
}

.header-search button,
.icon-link {
    border: 0;
    background: transparent;
    color: var(--pet-primary);
    font-weight: 800;
}

.cart-link svg {
    width: 22px;
    height: 22px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4e8dc;
    color: var(--pet-primary-dark);
    font-weight: 800;
}

.icon-link b {
    position: absolute;
    top: -4px;
    right: -3px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--pet-primary);
    color: #fff;
    font-size: 11px;
    line-height: 19px;
}

.account-button,
.btn-primary,
.btn-success {
    border-color: var(--pet-primary) !important;
    background: var(--pet-primary) !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(143, 29, 44, 0.18);
}

.account-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.account-secondary {
    background: #fffdf8 !important;
    color: var(--pet-primary) !important;
}

.btn-outline-success,
.btn-outline-primary {
    border-color: var(--pet-primary) !important;
    color: var(--pet-primary) !important;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.64) !important;
}

.btn-outline-success:hover,
.btn-outline-primary:hover {
    background: var(--pet-primary) !important;
    color: #fff !important;
}

.flash-wrap {
    padding-top: 18px;
}

main {
    min-height: 55vh;
}

.card {
    border: 1px solid var(--pet-line);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(18, 37, 58, 0.04);
}

.card-header {
    background: #fff;
    border-color: var(--pet-line);
    font-weight: 700;
}

.text-success,
.text-primary,
.text-info {
    color: var(--pet-ink) !important;
}

.bg-success-subtle {
    background: var(--pet-soft) !important;
}

.payment-redirect-panel {
    max-width: 560px;
    margin: 70px auto;
    padding: 48px 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(18, 37, 58, 0.08);
}

main > .container:not(.home-page) {
    max-width: 1200px;
    margin-top: 30px;
    padding-top: 28px;
    padding-bottom: 28px;
}

main > .container:not(.home-page) > h1,
main > .container:not(.home-page) > h3,
main > .container:not(.home-page) .row h1:first-child,
main > .container:not(.home-page) .row h3:first-child {
    color: var(--pet-sapphire) !important;
    font-weight: 800;
}

main > .container:not(.home-page) > h1::after,
main > .container:not(.home-page) > h3::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pet-primary), var(--pet-accent));
}

.form-control,
.form-select {
    min-height: 44px;
    border-color: #ded3c1;
    border-radius: 8px;
    background-color: #fffdf8;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--pet-accent);
    box-shadow: 0 0 0 0.2rem rgba(199, 160, 90, 0.18);
}

.table {
    overflow: hidden;
    border-color: #eadfce;
    border-radius: 10px;
    color: var(--pet-ink);
}

.table > :not(caption) > * > * {
    padding: 15px 14px;
    border-color: #eadfce;
}

.table-light {
    --bs-table-bg: #f5ede1;
    --bs-table-color: #18202b;
}

.alert-info {
    border-color: #d5c6ad;
    background: #fff7e6;
    color: #594728;
}

.row .card.h-100 {
    overflow: hidden;
    border: 1px solid #eee4d5;
    background: #fffdf8;
}

.row .card.h-100 .card-img-top {
    height: 210px;
    padding: 18px;
    background: linear-gradient(180deg, #fbfaf6 0%, #eff3f5 100%);
    object-fit: contain;
}

.row .card.h-100 .card-body {
    padding: 18px;
}

#productSlider .carousel-inner {
    border-color: #eee4d5 !important;
    border-radius: 12px !important;
    background: #fffdf8 !important;
    box-shadow: 0 18px 42px rgba(24, 32, 43, 0.08);
}

#productSlider img {
    max-height: 520px;
    padding: 24px;
    object-fit: contain;
}

.form-check.border {
    border-color: #eadfce !important;
    border-radius: 10px !important;
    background: #fffdf8;
}

.policy-page {
    max-width: 980px !important;
}

.policy-page h1 {
    color: var(--pet-sapphire);
    font-weight: 800;
}

.policy-updated {
    color: var(--pet-muted);
    font-weight: 600;
}

.policy-page section {
    margin-top: 20px;
    padding: 24px;
    border: 1px solid #eee4d5;
    border-radius: 10px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: 0 12px 32px rgba(18, 37, 58, 0.04);
}

.policy-page h2 {
    margin-bottom: 12px;
    color: var(--pet-primary);
    font-size: 20px;
    font-weight: 800;
}

.policy-page p,
.policy-page li {
    color: #394555;
    line-height: 1.8;
}

.site-footer {
    margin-top: 54px;
    padding: 54px 0 22px;
    background:
        radial-gradient(circle at 90% 18%, rgba(199, 160, 90, 0.12), transparent 28%),
        linear-gradient(135deg, #10151b 0%, #17212b 58%, #10231f 100%);
    color: #d8dee6;
}

.site-footer h6 {
    margin-bottom: 18px;
    color: #fff;
    font-weight: 700;
}

.site-footer p,
.site-footer a,
.footer-contact {
    color: #b9c1cc;
    font-size: 14px;
}

.site-footer a {
    display: block;
    margin-bottom: 11px;
}

.footer-contact {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.payment-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    gap: 10px;
    max-width: 330px;
}

.payment-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 6px;
    background: #fffaf0;
    color: #263445;
    font-size: 12px;
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #99a3af;
    font-size: 13px;
}

.footer-social {
    display: flex;
    gap: 8px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0;
    border: 1px solid #59626e;
    border-radius: 6px;
    color: #fff;
    font-size: 11px;
}

.mobile-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1029;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--pet-line);
    background: #fffdf8;
    box-shadow: 0 -10px 30px rgba(18, 37, 58, 0.08);
}

.mobile-footer a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    color: var(--pet-muted);
    font-size: 11px;
    font-weight: 700;
}

.mobile-footer a.active {
    color: var(--pet-primary);
}

.mobile-footer span {
    font-size: 17px;
    line-height: 1.1;
}

.whatsapp-fab {
    position: fixed;
    right: 20px;
    bottom: 22px;
    z-index: 1031;
    padding: 12px 18px;
    border-radius: 999px;
    background: #1f7a5a;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(35, 179, 92, 0.26);
}

.home-page {
    max-width: 1200px;
    padding-top: 0;
}

.home-hero {
    display: flex;
    align-items: center;
    min-height: min(620px, calc(100vh - 116px));
    padding: clamp(38px, 6vw, 78px);
    border: 1px solid rgba(199, 160, 90, 0.28);
    border-radius: 28px;
    background:
        radial-gradient(circle at 84% 24%, rgba(199, 160, 90, 0.26), transparent 16%),
        radial-gradient(circle at 53% 76%, rgba(143, 29, 44, 0.10), transparent 14%),
        linear-gradient(112deg, #fffaf0 0%, #fbf2e3 57%, #e7edf1 57%, #c9d5dc 100%);
    background-position: center;
    background-size: cover;
    box-shadow: 0 26px 60px rgba(24, 32, 43, 0.08);
    overflow: hidden;
}

.home-hero-carousel {
    margin-top: 30px;
}

.home-hero-carousel .carousel-inner {
    border-radius: 28px;
}

.home-hero-carousel .carousel-control-prev,
.home-hero-carousel .carousel-control-next {
    width: 58px;
}

.home-hero-carousel .carousel-indicators {
    margin-bottom: 18px;
}

.home-hero-carousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background-color: var(--pet-primary);
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--pet-primary);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.hero-copy {
    max-width: 620px;
    padding: 28px;
    border-radius: 12px;
    background: rgba(255, 250, 240, 0.72);
    backdrop-filter: blur(4px);
}

.home-hero h1 {
    max-width: 620px;
    margin: 0;
    color: #132b40;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.12;
    font-weight: 800;
}

.home-hero p {
    max-width: 560px;
    margin: 18px 0 0;
    color: #465464;
    line-height: 1.8;
}

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

.hero-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.hero-proof strong {
    color: var(--pet-primary);
    font-size: 24px;
}

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

.hero-media {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-shape {
    position: absolute;
    top: 12%;
    right: 2%;
    width: 190px;
    height: 250px;
    border-radius: 26px 90px 26px 90px;
    background: linear-gradient(145deg, #173650, #2d5a6f);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 24px 48px rgba(18, 48, 74, 0.18);
}

.hero-media img {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    max-height: min(520px, 62vh);
    object-fit: contain;
    filter: drop-shadow(0 24px 35px rgba(18, 37, 58, 0.18));
}

.proof-stack {
    display: inline-flex;
}

.proof-stack i {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    margin-right: -8px;
    border: 2px solid #fffaf0;
    border-radius: 50%;
    background: #1e4158;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.proof-stack i:nth-child(2) {
    background: var(--pet-primary);
}

.proof-stack i:nth-child(3) {
    background: var(--pet-accent);
    color: #2d2411;
}

.hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0 10px;
}

.hero-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d3c8b7;
}

.hero-dots .active {
    width: 18px;
    border-radius: 999px;
    background: var(--pet-primary);
}

.home-section {
    max-width: 1200px;
    margin: 48px auto 0;
    padding-right: 12px;
    padding-left: 12px;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 18px;
}

.section-heading h2 {
    margin: 0;
    color: #17202b;
    font-size: 26px;
    font-weight: 800;
}

.section-heading p {
    margin: 6px 0 0;
    color: var(--pet-muted);
}

.section-heading a {
    color: var(--pet-primary);
    font-weight: 800;
    white-space: nowrap;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.category-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 145px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 10px;
    color: #17202b;
    text-align: center;
    font-weight: 800;
    box-shadow: 0 18px 34px rgba(24, 32, 43, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover,
.product-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(24, 32, 43, 0.10);
}

.category-tile img {
    width: 82px;
    height: 82px;
    margin-top: 10px;
    object-fit: contain;
}

.category-tone-1 { background: #e4e9ef; }
.category-tone-2 { background: #f7e8d2; }
.category-tone-3 { background: #ead7d9; }
.category-tone-4 { background: #dbe8df; }
.category-tone-5 { background: #e2d9cb; }

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

.product-tile {
    position: relative;
    display: block;
    min-height: 326px;
    padding: 16px;
    border: 1px solid #eee4d5;
    border-radius: 10px;
    background: #fffdf8;
    box-shadow: 0 12px 32px rgba(18, 37, 58, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.featured-product-card {
    border-color: rgba(143, 29, 44, 0.34);
}

.sale-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--pet-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.product-image {
    display: grid;
    place-items: center;
    height: 174px;
    margin-bottom: 16px;
    border-radius: 6px;
    background: linear-gradient(180deg, #fbfaf6 0%, #eff3f5 100%);
}

.product-image img {
    max-width: 88%;
    max-height: 150px;
    object-fit: contain;
}

.product-tile h3 {
    min-height: 44px;
    margin: 0 0 10px;
    color: #17202b;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.product-tile p {
    margin: 0;
    color: var(--pet-primary);
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-meta del {
    color: #8a95a1;
    font-size: 12px;
    font-weight: 500;
}

.product-meta span {
    color: #83631f;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.product-tile em {
    display: grid;
    place-items: center;
    min-height: 36px;
    margin-top: 14px;
    border-radius: 6px;
    background: var(--pet-primary);
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.offer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1200px;
    margin: 56px auto 0;
    padding-right: 12px;
    padding-left: 12px;
}

.offer-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 170px;
    padding: 32px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.offer-card::after {
    content: "";
    position: absolute;
    right: -44px;
    top: -24px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
}

.offer-card span,
.offer-card em {
    color: #17202b;
    font-style: normal;
    font-weight: 600;
}

.offer-card strong {
    margin: 5px 0;
    color: #111820;
    font-size: 30px;
    line-height: 1.2;
}

.offer-green {
    background: linear-gradient(135deg, #d6c28e, #efe0b4);
}

.offer-pink {
    background: linear-gradient(135deg, #d8e0e6, #f2e7dc);
}

.seller-band {
    margin: 48px auto 0;
    padding: 42px 20px;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(232, 221, 204, 0.88)),
        #efe3d2;
    text-align: center;
}

.seller-band h2 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 800;
}

.seller-band div {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 16px;
}

.seller-band span {
    display: grid;
    place-items: center;
    min-height: 64px;
    border-radius: 6px;
    border: 1px solid rgba(199, 160, 90, 0.18);
    background: #fffdf8;
    color: #7a6b56;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
}

.consult-band {
    display: flex;
    align-items: center;
    min-height: 320px;
    max-width: 1200px;
    margin: 56px auto 0;
    padding: 46px 56px;
    border: 1px solid rgba(199, 160, 90, 0.32);
    border-radius: 14px;
    background:
        radial-gradient(circle at 80% 24%, rgba(199, 160, 90, 0.18), transparent 18%),
        linear-gradient(135deg, #102d43 0%, #123b33 100%);
    color: #fff;
}

.consult-band h2 {
    max-width: 560px;
    margin: 0;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
}

.consult-band p {
    max-width: 560px;
    margin: 18px 0 24px;
    color: #c6d6de;
}

.review-section {
    padding-bottom: 24px;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.review-grid article {
    min-height: 210px;
    padding: 26px;
    border-radius: 8px;
    border: 1px solid #eee4d5;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 12px 32px rgba(18, 37, 58, 0.05);
}

.review-grid strong {
    color: var(--pet-accent);
}

.review-grid p {
    margin: 18px 0;
    color: #344052;
    line-height: 1.7;
}

.review-grid b,
.review-grid span {
    display: block;
}

.review-grid span {
    color: var(--pet-muted);
    font-size: 12px;
}

.checkout-login-card {
    overflow: hidden;
    border: 1px solid rgba(199, 160, 90, 0.32);
    background:
        radial-gradient(circle at 88% 0%, rgba(199, 160, 90, 0.18), transparent 28%),
        #fffdf8;
}

.checkout-login-card .card-body {
    padding: clamp(24px, 4vw, 42px);
}

.variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variation-btn {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d8c8ad;
    border-radius: 999px;
    background: #fffdf8;
    color: var(--pet-sapphire);
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.variation-btn.active,
.variation-btn:hover {
    border-color: var(--pet-primary);
    background: var(--pet-primary);
    color: #fff;
    box-shadow: 0 12px 24px rgba(143, 29, 44, 0.16);
}

.related-products.home-section {
    padding-right: 0;
    padding-left: 0;
}

.store-toast-stack {
    z-index: 2000;
}

@media (min-width: 992px) {
    .menu-button {
        display: none;
    }

    .front-nav.collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .front-nav .navbar-nav {
        flex-direction: row;
    }
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 70px;
    }

    .header-shell {
        min-height: 64px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .brand-mark img {
        width: 116px;
    }

    .menu-button {
        border: 1px solid var(--pet-line);
        border-radius: 8px;
        padding: 8px 10px;
    }

    .front-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 16px;
        left: 16px;
        z-index: 1040;
        width: auto;
        padding: 16px;
        border: 1px solid var(--pet-line);
        border-radius: 12px;
        background: #fffdf8;
        box-shadow: 0 22px 48px rgba(24, 32, 43, 0.16);
    }

    .front-nav .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    .front-nav a {
        display: block;
        padding: 11px 0;
    }

    .header-search {
        width: 100%;
        min-width: 0;
        margin: 8px 0 12px;
    }

    .header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .site-footer {
        margin-bottom: 58px;
    }

    .whatsapp-fab {
        bottom: 84px;
    }

    .home-hero {
        min-height: calc(100vh - 84px);
        padding: 36px 28px;
        border-radius: 20px;
        background:
            radial-gradient(circle at 88% 16%, rgba(199, 160, 90, 0.22), transparent 18%),
            linear-gradient(145deg, #fffaf0 0%, #fbf2e3 64%, #d8e1e6 64%, #c4d0d7 100%);
    }

    .home-hero h1 {
        font-size: 38px;
    }

    .category-grid,
    .seller-band div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .offer-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 16px;
        padding-left: 16px;
    }

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

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

    .home-page {
        padding-top: 0;
    }

    .home-hero {
        min-height: auto;
        border-radius: 18px;
        padding: 30px 22px;
    }

    .home-hero h1 {
        font-size: 30px;
    }

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

    .product-grid,
    .review-grid,
    .seller-band div {
        grid-template-columns: 1fr;
    }

    .consult-band {
        padding: 32px 24px;
    }

    .consult-band h2 {
        font-size: 30px;
    }
}
