@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
    --forest: #173f2f;
    --forest-deep: #0d2c20;
    --leaf: #2f7d55;
    --lime: #d7ef92;
    --cream: #f7f3e9;
    --white: #fff;
    --ink: #183128;
    --muted: #66776f;
    --line: rgba(23, 63, 47, .12);
    --red: #c84d3c;
    --gold: #f0ad27;
    --shadow-sm: 0 10px 30px rgba(21, 53, 41, .07);
    --shadow-lg: 0 24px 70px rgba(13, 44, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fcfbf7; font-family: "DM Sans", sans-serif; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(rgba(23,63,47,.045) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom, #000, transparent 70%); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--white); border-radius: 12px; }
.skip-link:focus { top: 20px; }

.announcement { color: #e9f6ed; background: var(--forest-deep); font-size: 13px; font-weight: 600; }
.announcement-inner { display: flex; justify-content: space-between; gap: 16px; padding-block: 9px; }
.announcement a:hover { color: var(--lime); }
.announcement-links { display: flex; align-items: center; gap: 12px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #6dd393; box-shadow: 0 0 0 4px rgba(109,211,147,.14); }

.site-header { position: sticky; top: 0; z-index: 30; padding-bottom: 14px; background: rgba(252,251,247,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { display: flex; align-items: center; gap: 34px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-logo { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: var(--white); box-shadow: var(--shadow-sm); }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; }
.brand-copy strong { color: var(--forest); font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 26px; margin-left: auto; color: #41564d; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--leaf); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { padding: 10px 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); font-size: 14px; font-weight: 700; }
.search-wrap { display: none; }
.search { display: flex; align-items: center; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 8px 24px rgba(23,63,47,.05); }
.search-icon { margin-left: 16px; color: var(--leaf); font-size: 25px; line-height: 1; transform: rotate(-15deg); }
.search input { flex: 1; min-width: 0; padding: 13px 12px; border: 0; outline: none; background: transparent; color: var(--ink); }
.search button { align-self: stretch; padding-inline: 24px; border: 0; background: var(--forest); color: var(--white); cursor: pointer; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 14px 22px; border: 1px solid var(--forest); border-radius: 15px; background: var(--forest); color: var(--white); font-weight: 700; box-shadow: 0 10px 25px rgba(23,63,47,.16); transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-deep); }
.button.compact { min-height: 44px; padding: 10px 17px; font-size: 14px; }
.button.ghost { border-color: var(--line); background: rgba(255,255,255,.72); color: var(--forest); box-shadow: none; }

.hero { padding: 28px 0 52px; }
.hero-shell { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 585px; overflow: hidden; border: 1px solid rgba(23,63,47,.08); border-radius: 38px; background: linear-gradient(130deg, #f0eadb 0%, #f7f4e9 54%, #dcebc3 100%); box-shadow: var(--shadow-lg); }
.hero-shell::before { content: "A"; position: absolute; right: -3%; bottom: -28%; color: rgba(255,255,255,.38); font: 800 440px/1 "Manrope"; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 36px 70px 62px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; color: var(--leaf); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { margin-bottom: 21px; padding: 8px 12px; border: 1px solid rgba(47,125,85,.13); border-radius: 999px; background: rgba(255,255,255,.62); }
.eyebrow::before { content: ""; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--leaf); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { max-width: 680px; margin: 0; color: var(--forest-deep); font-size: clamp(42px, 5vw, 70px); font-weight: 800; line-height: 1.02; letter-spacing: -.055em; }
.lead { max-width: 650px; margin: 23px 0 29px; color: #51665c; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 31px; color: #4d655a; font-size: 13px; font-weight: 600; }
.hero-visual { position: relative; min-height: 510px; }
.hero-visual::after { content: ""; position: absolute; right: 13%; bottom: 6%; width: 64%; height: 18%; border-radius: 50%; background: rgba(23,63,47,.15); filter: blur(24px); }
.visual-orbit { position: absolute; border: 1px solid rgba(23,63,47,.15); border-radius: 50%; }
.orbit-one { inset: 11% 10% 10% 8%; }
.orbit-two { inset: 22% 20% 20% 19%; }
.floating-product { position: absolute; z-index: 3; display: grid; align-content: center; justify-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-lg); backdrop-filter: blur(10px); transition: transform .25s ease; }
.floating-product:hover { transform: translateY(-7px) rotate(-1deg); }
.floating-product img { width: 100%; height: 100%; object-fit: contain; }
.floating-product span { max-width: 145px; margin-top: 9px; color: var(--forest); font-size: 12px; font-weight: 700; text-align: center; }
.floating-product-1 { top: 12%; left: 8%; width: 210px; height: 258px; transform: rotate(-4deg); }
.floating-product-1 img { height: 185px; }
.floating-product-2 { top: 16%; right: 7%; width: 175px; height: 218px; transform: rotate(5deg); }
.floating-product-2 img { height: 145px; }
.floating-product-3 { right: 24%; bottom: 7%; width: 168px; height: 195px; transform: rotate(-1deg); }
.floating-product-3 img { height: 125px; }
.local-badge { position: absolute; bottom: 10%; left: 2%; z-index: 5; display: grid; padding: 13px 18px; border-radius: 15px; background: var(--forest); color: var(--white); box-shadow: var(--shadow-sm); }
.local-badge strong { font: 700 14px "Manrope"; }
.local-badge span { color: #bdd7c7; font-size: 11px; }

.section { padding: 68px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-heading h2, .story-grid h2, .faq-grid h2, .local-card h2 { margin: 8px 0 0; color: var(--forest-deep); font-size: clamp(30px, 3.8vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p { margin: 10px 0 0; color: var(--muted); }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading.centered > div { max-width: 720px; }
.text-link { color: var(--leaf); font-weight: 700; white-space: nowrap; }

.category-section { padding-top: 20px; }
.category-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.category-card { position: relative; display: grid; min-height: 190px; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .22s ease, border-color .22s ease; }
.category-card:hover { transform: translateY(-5px); border-color: rgba(47,125,85,.35); }
.category-image { display: grid; place-items: center; height: 104px; margin-bottom: 12px; border-radius: 16px; background: linear-gradient(145deg, #f6f3e9, #eef4e7); }
.category-image img { width: 88px; height: 88px; object-fit: contain; }
.category-card strong { padding-right: 20px; font: 700 15px/1.25 "Manrope"; }
.category-card > span:last-child { margin-top: 6px; color: var(--muted); font-size: 12px; }

.products-section { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; }
.product-link { position: relative; display: flex; min-height: 414px; flex-direction: column; padding: 14px; border: 1px solid rgba(23,63,47,.09); border-radius: 24px; background: var(--white); box-shadow: 0 8px 28px rgba(23,63,47,.055); transition: transform .22s ease, box-shadow .22s ease; }
.product-link:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-image { display: grid; place-items: center; height: 215px; overflow: hidden; border-radius: 18px; background: #f9faf6; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.product-link:hover .product-image img { transform: scale(1.04); }
.discount { position: absolute; top: 25px; left: 25px; z-index: 2; padding: 6px 8px; border-radius: 8px; background: var(--red); color: var(--white); font-size: 11px; font-weight: 800; }
.wish { position: absolute; top: 24px; right: 24px; z-index: 2; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.88); color: var(--forest); font-size: 20px; }
.rating { margin-top: 13px; color: var(--muted); font-size: 12px; font-weight: 600; }
.rating span { color: var(--gold); }
.product-card h3 { margin: 9px 0 7px; color: var(--ink); font-size: 15px; line-height: 1.35; }
.unit { color: #89958f; font-size: 12px; }
.price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; padding-top: 12px; }
.price del { color: #98a39e; font-size: 12px; }
.price strong { color: var(--forest); font: 800 17px "Manrope"; }
.shop-action { display: flex; justify-content: space-between; margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); color: var(--leaf); font-size: 13px; font-weight: 700; }
.empty { padding: 55px 20px; border: 1px dashed rgba(23,63,47,.25); border-radius: 26px; background: var(--white); text-align: center; }
.empty > span { color: var(--leaf); font-size: 42px; }
.empty h3 { margin: 8px 0; }
.empty p { color: var(--muted); }

.why-section { background: #fcfbf7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-sm); }
.benefit-number { display: inline-grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; background: var(--lime); color: var(--forest); font: 800 13px "Manrope"; }
.benefit-grid h3 { margin: 30px 0 9px; font-size: 20px; }
.benefit-grid p { margin: 0; color: var(--muted); }

.seo-links-section { padding-top: 20px; }
.local-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; padding: 55px; overflow: hidden; border-radius: 34px; background: var(--forest); color: var(--white); box-shadow: var(--shadow-lg); }
.local-card h2 { color: var(--white); }
.local-card p { color: #c5d8cd; font-size: 16px; }
.eyebrow.light { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.09); color: var(--lime); }
.eyebrow.light::before { background: var(--lime); }
.local-links { display: grid; gap: 10px; }
.local-links a { display: grid; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.07); transition: background .2s ease; }
.local-links a:hover { background: rgba(255,255,255,.13); }
.local-links strong { font: 700 15px "Manrope"; }
.local-links span { margin-top: 4px; color: #bed2c6; font-size: 12px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-grid > div:first-child { position: sticky; top: 165px; align-self: start; }
.faq-grid p { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.faq-list summary { position: relative; padding: 20px 50px 20px 20px; cursor: pointer; list-style: none; font: 700 15px "Manrope"; }
.faq-list summary::after { content: "+"; position: absolute; top: 14px; right: 18px; color: var(--leaf); font-size: 24px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: 0; padding: 0 20px 20px; }

.local-story { padding-top: 10px; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 42px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-grid p { margin: 0 0 15px; color: var(--muted); font-size: 17px; }
.story-grid a { color: var(--leaf); font-weight: 700; }
.alert { padding: 16px 20px; border: 1px solid #ead38b; border-radius: 15px; background: #fff7d9; color: #5f4b10; }
.not-found { min-height: 65vh; padding: 110px 0; text-align: center; }
.not-found h1 { margin: 12px auto; }
.not-found p { color: var(--muted); }
.not-found .hero-actions { justify-content: center; margin-top: 25px; }

.footer { margin-top: 40px; padding: 70px 0 24px; background: var(--forest-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.25fr 1.25fr; gap: 42px; }
.footer-brand p { max-width: 300px; color: #a9c2b5; }
.brand.inverse .brand-copy strong { color: var(--white); }
.brand.inverse .brand-copy small { color: #9ab7a8; }
.footer h3 { margin: 0 0 17px; color: var(--lime); font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid > div:not(.footer-brand), .footer address { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-style: normal; }
.footer-grid a, .footer-grid span { color: #bdd0c6; font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #87a295; font-size: 11px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: grid; width: 54px; height: 54px; place-items: center; border: 4px solid var(--white); border-radius: 50%; background: #25d366; color: var(--white); font: 800 12px "Manrope"; box-shadow: var(--shadow-lg); }

@media (min-width: 880px) {
    .site-header { padding-bottom: 0; }
    .search-wrap { position: absolute; top: 17px; left: 50%; display: block; width: min(460px, 38vw); transform: translateX(-50%); pointer-events: none; }
    .search-wrap .search { pointer-events: auto; }
    .desktop-nav { display: none; }
}

@media (max-width: 1000px) {
    .hero-shell { grid-template-columns: 1fr; }
    .hero-copy { padding: 60px 44px 20px; }
    .hero-visual { min-height: 440px; }
    .category-row { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid address { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 24px, 1220px); }
    .announcement-inner { justify-content: center; }
    .announcement-links { display: none; }
    .nav { min-height: 70px; }
    .brand-logo { width: 42px; height: 42px; }
    .brand-copy strong { font-size: 18px; }
    .brand-copy small, .desktop-nav, .icon-button { display: none; }
    .nav-actions { margin-left: auto; }
    .button.compact { min-height: 40px; padding: 8px 13px; }
    .search-wrap { display: block; }
    .search button { padding-inline: 17px; }
    .hero { padding-top: 16px; }
    .hero-shell { min-height: auto; border-radius: 27px; }
    .hero-copy { padding: 40px 24px 12px; }
    h1 { font-size: clamp(38px, 12vw, 56px); }
    .lead { font-size: 16px; }
    .hero-actions .button { flex: 1; min-width: 145px; padding-inline: 14px; }
    .trust-row { gap: 11px; }
    .hero-visual { min-height: 375px; }
    .floating-product-1 { top: 11%; left: 4%; width: 155px; height: 202px; }
    .floating-product-1 img { height: 135px; }
    .floating-product-2 { top: 14%; right: 3%; width: 135px; height: 178px; }
    .floating-product-2 img { height: 108px; }
    .floating-product-3 { right: 25%; bottom: 3%; width: 132px; height: 164px; }
    .floating-product-3 img { height: 96px; }
    .local-badge { bottom: 7%; left: 3%; }
    .section { padding: 48px 0; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .section-heading h2, .story-grid h2, .faq-grid h2, .local-card h2 { font-size: 32px; }
    .category-row { display: flex; margin-right: -12px; padding-right: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .category-card { min-width: 162px; scroll-snap-align: start; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .product-link { min-height: 342px; padding: 9px; border-radius: 18px; }
    .product-image { height: 160px; border-radius: 14px; }
    .product-card h3 { font-size: 13px; }
    .wish { top: 16px; right: 16px; }
    .discount { top: 16px; left: 16px; }
    .benefit-grid, .local-card, .faq-grid, .story-grid { grid-template-columns: 1fr; }
    .benefit-grid article { min-height: 210px; }
    .local-card { gap: 30px; padding: 30px 24px; border-radius: 26px; }
    .faq-grid { gap: 28px; }
    .faq-grid > div:first-child { position: static; }
    .story-grid { gap: 25px; }
    .footer { padding-top: 48px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
    .footer-brand, .footer-grid address { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Commerce header and storefront hero */
.site-header {
    padding-bottom: 0;
    background: rgba(255, 255, 255, .96);
}

.nav {
    display: grid;
    grid-template-columns: auto minmax(360px, 1fr) auto;
    gap: 28px;
    min-height: 84px;
}

.header-search {
    width: min(100%, 720px);
    justify-self: center;
    border-color: rgba(23, 63, 47, .18);
    border-radius: 14px;
    background: #f6f8f5;
    box-shadow: none;
}

.header-search:focus-within {
    border-color: var(--leaf);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(47, 125, 85, .1);
}

.header-search .search-icon {
    position: relative;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    margin-left: 18px;
    border: 2px solid var(--leaf);
    border-radius: 50%;
    transform: none;
}

.header-search .search-icon::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 7px;
    height: 2px;
    border-radius: 2px;
    background: var(--leaf);
    transform: rotate(45deg);
}

.header-search input {
    padding-block: 14px;
    font-size: 15px;
}

.header-search button {
    min-width: 100px;
    border-radius: 0 13px 13px 0;
}

.nav-actions {
    justify-self: end;
}

.nav-actions .icon-button {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    padding: 9px 13px;
    border-color: transparent;
    background: transparent;
}

.nav-actions .icon-button:hover {
    border-color: var(--line);
    background: #f6f8f5;
}

.nav-icon {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: #e9f1ec;
    color: var(--forest);
    font-size: 17px;
}

.cart-button {
    border-color: var(--line) !important;
    background: var(--white) !important;
}

.commerce-nav {
    border-top: 1px solid var(--line);
    background: #fbfcfa;
}

.commerce-nav-inner {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.commerce-nav nav {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 27px;
    color: #4d6158;
    font-size: 13px;
    font-weight: 600;
}

.commerce-nav a {
    white-space: nowrap;
}

.commerce-nav a:hover {
    color: var(--leaf);
}

.all-categories-link {
    display: flex;
    min-height: 45px;
    align-items: center;
    gap: 9px;
    padding-right: 24px;
    border-right: 1px solid var(--line);
    color: var(--forest) !important;
    font-weight: 800;
}

.shop-app-link {
    color: var(--leaf);
    font-size: 13px;
    font-weight: 800;
}

.hero {
    padding: 24px 0 58px;
}

.hero-shell {
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    min-height: 545px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 15%, rgba(215, 239, 146, .55), transparent 26%),
        linear-gradient(125deg, #f7f2e5 0%, #f2f4df 52%, #dcebc3 100%);
}

.hero-shell::before {
    content: "";
    right: auto;
    bottom: auto;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(47, 125, 85, .1);
    border-radius: 50%;
    transform: translate(-45%, -45%);
}

.hero-copy {
    padding: 56px 30px 54px 54px;
}

.hero-copy h1 {
    max-width: 610px;
    font-size: clamp(42px, 4.2vw, 62px);
    line-height: 1.01;
}

.hero-copy .lead {
    max-width: 590px;
    margin-block: 20px 25px;
    font-size: 17px;
}

.hero-benefits {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.hero-benefits span {
    display: grid;
    padding: 12px 10px;
    border-top: 1px solid rgba(23, 63, 47, .16);
    color: var(--muted);
    font-size: 11px;
}

.hero-benefits strong {
    margin-bottom: 2px;
    color: var(--forest);
    font: 800 13px "Manrope", sans-serif;
}

.hero-shop-panel {
    position: relative;
    z-index: 2;
    align-self: stretch;
    margin: 24px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.06), transparent 45%),
        var(--forest);
    color: var(--white);
    box-shadow: 0 24px 55px rgba(13, 44, 32, .2);
}

.hero-panel-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 17px;
}

.hero-panel-head span {
    color: #b8d0c2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-panel-head h2 {
    margin: 4px 0 0;
    color: var(--white);
    font-size: 27px;
    line-height: 1;
}

.hero-panel-head > a {
    padding-bottom: 2px;
    color: var(--lime);
    font-size: 12px;
    font-weight: 800;
}

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

.hero-product-card {
    position: relative;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 135px;
    align-items: center;
    gap: 2px 12px;
    padding: 11px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .09);
    transition: transform .2s ease;
}

.hero-product-card:hover {
    transform: translateY(-3px);
}

.hero-product-image {
    display: grid;
    width: 74px;
    height: 104px;
    grid-row: 1 / 3;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #f6f7f3;
}

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

.hero-product-name {
    align-self: end;
    padding-right: 22px;
    font: 700 12px/1.3 "Manrope", sans-serif;
}

.hero-product-price {
    align-self: start;
    color: var(--leaf);
    font: 800 14px "Manrope", sans-serif;
}

.hero-add {
    position: absolute;
    right: 11px;
    bottom: 11px;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 9px;
    background: var(--forest);
    color: var(--white);
    font: 700 18px/1 "Manrope", sans-serif;
}

.hero-sale {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    padding: 3px 6px;
    border-radius: 6px;
    background: var(--red);
    color: var(--white);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.hero-panel-footer > span {
    display: grid;
}

.hero-panel-footer strong {
    font: 700 12px "Manrope", sans-serif;
}

.hero-panel-footer small {
    color: #a9c2b5;
    font-size: 10px;
}

.hero-panel-footer a {
    padding: 9px 13px;
    border-radius: 11px;
    background: var(--lime);
    color: var(--forest-deep);
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .nav {
        grid-template-columns: auto minmax(300px, 1fr) auto;
        gap: 18px;
    }

    .nav-actions .icon-button:first-child {
        display: none;
    }

    .commerce-nav nav {
        gap: 18px;
    }

    .commerce-nav nav a:nth-child(4),
    .commerce-nav nav a:nth-child(5) {
        display: none;
    }

    .hero-shell {
        grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
    }

    .hero-copy {
        padding-left: 38px;
    }

    .hero-product-card {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .hero-product-image {
        width: 60px;
    }
}

@media (max-width: 820px) {
    .nav {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding-block: 10px 12px;
    }

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

    .nav-actions .icon-button:first-child {
        display: none;
    }

    .nav-actions .icon-button span:last-child {
        display: none;
    }

    .commerce-nav-inner {
        overflow-x: auto;
    }

    .commerce-nav nav {
        gap: 20px;
    }

    .commerce-nav nav a:nth-child(4),
    .commerce-nav nav a:nth-child(5) {
        display: block;
    }

    .shop-app-link {
        display: none;
    }

    .hero-shell {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        padding: 38px 25px 25px;
    }

    .hero-shop-panel {
        margin: 0 14px 14px;
    }
}

@media (max-width: 560px) {
    .nav {
        min-height: auto;
    }

    .header-search button {
        min-width: 78px;
        padding-inline: 13px;
    }

    .commerce-nav {
        display: none;
    }

    .hero {
        padding-top: 12px;
    }

    .hero-copy h1 {
        font-size: 39px;
    }

    .hero-benefits {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hero-benefits span {
        grid-template-columns: 105px 1fr;
        align-items: baseline;
    }

    .hero-shop-panel {
        padding: 17px;
        border-radius: 22px;
    }

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

    .hero-product-card {
        min-height: 112px;
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .hero-product-image {
        height: 90px;
    }
}
