/* Shared finishing touches and the homepage hero slider. */
:root { --gray: #726d68; }
.site-header { background: #fbf3f4f5; backdrop-filter: blur(16px); }
.header-inner { min-height: 96px; }
.search-form { border-radius: 12px; background: #eeeceb; height: 48px; }
.search-form input { font-size: 14px; }
.header-link { font-size: 14px; }
.main-nav { min-height: 52px; font-size: 14px; }
.category-menu-btn { font-size: 14px; }
.logo-word i { background: #b42d41; border-radius: 50%; }
.category-panel { border-radius: 0 24px 24px 0; }
.category-panel-item { padding: 10px; border: 0; border-radius: 12px; margin-bottom: 4px; }
.category-panel-item:hover { background: var(--accent); color: #fff; }
.category-panel-icon { padding: 11px; border-radius: 10px; background: var(--accent); color: #fff; }
.category-panel-offer { border-radius: 16px; }
.page-home .site-header { border-bottom: 0; }
.page-home .nav-wrap { border-top: 0; }
.home-fold { display: flex; flex-direction: column; min-height: calc(100svh - 185px); }
.hero-wrap { width: 100%; max-width: 100%; margin-left: 0; transform: none; padding-inline: 0; padding-top: 0; display: flex; flex: 1 1 auto; min-height: 0; }
.hero-slider { display: grid; grid-template-columns: 1fr 1.3fr; grid-template-rows: 1fr 1fr; gap: 14px; flex: 1 1 auto; width: 100%; min-height: 380px; border-radius: 22px; box-shadow: 0 55px 90px -35px rgba(17, 25, 16, .38), 0 20px 45px -25px rgba(17, 25, 16, .28); }
.hero-tile { position: relative; isolation: isolate; overflow: hidden; border-radius: 22px; display: flex; align-items: flex-end; color: #fff; transition: transform .3s var(--ease); min-height: 0; }
.hero-tile:hover { transform: translateY(-5px); }
.hero-tile-a { grid-column: 1; grid-row: 1; }
.hero-tile-b { grid-column: 1; grid-row: 2; background: #e7e5e3; color: var(--dark); }
.hero-tile-main { grid-column: 2; grid-row: 1 / 3; align-items: center; justify-content: center; text-align: center; background: #22201f; }
.hero-slider.is-without-sale .hero-tile-b, .hero-slider.is-without-side .hero-tile-a { grid-row: 1 / 3; }
.hero-slider.is-main-only { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.hero-slider.is-main-only .hero-tile-main { grid-column: 1; grid-row: 1; }
.hero-tile-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .65s var(--ease); }
.hero-tile:hover .hero-tile-photo { transform: scale(1.04); }
.hero-tile-a::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #161413b0 0%, #1614135a 40%, #1614130d 58%, #161413c9 100%); z-index: -1; }
.hero-tile-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #161413b8 0%, #16141394 45%, #161413a3 65%, #161413d9 100%); z-index: -1; }
.hero-tile-main .hero-tile-photo { object-position: 50% 61%; }
.hero-tile-a .hero-tile-photo { object-position: 62% 50%; }
.hero-tile-product { position: absolute; inset: 12px 12px 54px; z-index: 1; width: auto; height: auto; max-width: calc(100% - 24px); max-height: calc(100% - 66px); margin: auto; object-fit: contain; mix-blend-mode: multiply; transform: rotate(-9deg); transition: transform .6s var(--ease); }
.hero-tile-b:hover .hero-tile-product { transform: rotate(-4deg) translateY(-5px); }
.hero-tile-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #908881; }
.hero-tile-art svg { width: 64px; height: 64px; stroke-width: .75; }
.hero-tile-badge { position: absolute; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 30px; background: #ffffff1f; backdrop-filter: blur(6px); border: 1px solid #ffffff40; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; z-index: 3; }
.hero-tile-b .hero-tile-badge { background: #19181714; border-color: #19181726; color: var(--dark); }
.hero-tile-main .hero-tile-badge { left: 50%; transform: translateX(-50%); top: 26px; bottom: auto; color: var(--accent); }
.hero-tile-badge-icon { width: 16px; height: 16px; display: flex; }
.hero-tile-badge-icon svg { width: 100%; height: 100%; }
.hero-tile-content { position: relative; z-index: 2; padding: 0 40px; }
.hero-tile-content h1 { font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -.06em; margin: 0 0 14px; color: #fff; line-height: 1.15; }
.hero-tile-content h1 span { color: var(--accent); }
.hero-tile-content h2 { font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -.06em; margin: 0 0 14px; color: #fff; line-height: 1.15; }
.hero-tile-content h2 span { color: var(--accent); }
.hero-tile-content p { font-size: 14px; color: #e1e0de; margin: 0 0 25px; }
.home-hero-carousel { position: relative; }
.home-hero-slide { position: absolute; inset: 0; z-index: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #fff; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .55s ease, visibility .55s ease; }
.home-hero-slide::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #161413b8 0%, #16141394 45%, #161413a3 65%, #161413d9 100%); content: ''; }
.home-hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.home-tile-carousel { position: relative; }
.home-tile-slide { position: absolute; inset: 0; z-index: 0; display: flex; align-items: flex-end; overflow: hidden; color: inherit; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .55s ease, visibility .55s ease; }
.home-tile-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; }
.hero-tile-a .home-tile-slide::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #161413b0 0%, #1614135a 40%, #1614130d 58%, #161413c9 100%); }
.hero-tile-b .home-tile-slide::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #1614132e 0%, #1614130d 42%, #161413b8 100%); }
.home-slider-controls { position: absolute; z-index: 4; right: 20px; bottom: 18px; left: 20px; display: flex; align-items: center; justify-content: center; gap: 12px; pointer-events: none; }
.home-slider-controls > button { display: grid; place-items: center; width: 32px; height: 32px; padding: 0; border: 1px solid #ffffff4a; border-radius: 50%; background: #15141366; color: #fff; cursor: pointer; pointer-events: auto; backdrop-filter: blur(7px); }
.home-slider-controls > button:first-child { transform: rotate(180deg); }
.home-slider-controls .ui-icon { width: 15px; height: 15px; }
.home-slider-dots { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 999px; background: #15141366; pointer-events: auto; backdrop-filter: blur(7px); }
.home-slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #ffffff70; cursor: pointer; transition: width .2s ease, background .2s ease; }
.home-slider-dots button.is-active { width: 22px; border-radius: 999px; background: var(--accent); }
.hero-tile-sale .hero-tile-photo { filter: saturate(.7); }
.hero-tile-sale .hero-tile-badge { left: 20px; right: auto; top: 20px; bottom: auto; }
.hero-tile-badge-sale { background: var(--accent); border-color: var(--accent); color: #fff; }
.hero-tile-sale-content { position: relative; z-index: 2; width: 100%; padding: 0 20px 20px; display: flex; flex-direction: column; gap: 10px; }
.hero-tile-sale-content strong { font-size: clamp(20px, 2vw, 26px); letter-spacing: -.04em; line-height: 1.15; }
.hero-tile-sale-content strong em, .hero-tile-side-content strong em { color: var(--accent); font-style: normal; }
.hero-tile-sale-content small, .hero-tile-side-content small { color: #f0eeec; font-size: 13px; line-height: 1.4; }
.hero-tile-sale-content .btn { align-self: flex-start; }
.hero-tile-side-content { position: relative; z-index: 2; width: 100%; padding: 0 20px 64px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: #fff; }
.hero-tile-side-content strong { font-size: clamp(18px, 1.7vw, 24px); letter-spacing: -.035em; line-height: 1.15; }
.home-tile-carousel .home-slider-controls { right: 12px; bottom: 12px; left: auto; justify-content: flex-end; gap: 7px; }
.home-tile-carousel .home-slider-controls > button { width: 28px; height: 28px; }
.home-tile-carousel .home-slider-dots { gap: 5px; padding: 6px 7px; }
.home-tile-carousel .home-slider-dots button { width: 6px; height: 6px; }
.home-tile-carousel .home-slider-dots button.is-active { width: 16px; }
.category-strip-wrap { flex: 0 0 auto; width: 100%; padding-top: 36px; padding-bottom: 30px; }
.category-strip { overflow-x: auto; overflow-y: hidden; cursor: default; scrollbar-width: none; -ms-overflow-style: none; -webkit-user-select: none; user-select: none; padding-bottom: 2px; touch-action: pan-x; }
.category-strip::-webkit-scrollbar { display: none; }
.category-strip-track { display: flex; gap: 32px; width: max-content; }
.category-chip { flex: 0 0 auto; width: 118px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.category-chip-avatar { position: relative; display: flex; align-items: center; justify-content: center; width: 110px; height: 110px; border-radius: 50%; overflow: hidden; background: linear-gradient(160deg, var(--accent), var(--accent)); border: 3px solid #fff; box-shadow: 0 4px 10px #2e121610, 0 14px 28px #2e121616; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.category-chip-avatar img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.category-chip-fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #fff; }
.category-chip-fallback svg { width: 38px; height: 38px; stroke-width: 1.3; }
.category-chip:hover .category-chip-avatar { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 6px 14px #2e121616, 0 20px 34px #2e12161e; }
.category-chip:hover .category-chip-avatar img { transform: scale(1.12); }
.category-chip-label { font-size: 12.5px; font-weight: 800; letter-spacing: -.01em; line-height: 1.3; }
.home-services { padding-top: 36px; padding-bottom: 40px; }
.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-strip > a { display: flex; align-items: center; gap: 18px; padding: 25px 24px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 3px 10px #2e121608; transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease); }
.service-strip > a:hover { transform: translateY(-4px); box-shadow: 0 16px 28px #2e121616; border-color: var(--accent); }
.service-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(160deg, var(--accent), var(--accent)); transition: background .25s var(--ease); }
.service-icon .ui-icon { width: 23px; height: 23px; color: #fff; }
.service-strip > a:hover .service-icon { background: var(--accent); }
.service-strip strong { display: block; font-size: 17px; font-weight: 700; }
.service-strip small { display: block; font-size: 17px; color: var(--gray); margin-top: 4px; }
.home-products { padding-block: 56px; }
.new-products-section { padding-block: 56px; }
.home-products .section-heading, .new-products-section .section-heading { flex-direction: column; align-items: center; text-align: center; }
.home-products-rows { display: flex; flex-direction: column; gap: 22px; }
.editorial-duo { width: 100%; max-width: 100%; margin-left: 0; transform: none; padding-inline: 0; }
.editorial-card { border-radius: 20px; min-height: 460px; }
.editorial-card-content { padding: 36px; }
.editorial-card-light { background: #e5e3e1; }
.brand-strip { display: block; margin-top: 5px; border-top: 1px solid var(--border); padding-block: 44px; overflow: hidden; }
.brand-strip-heading { text-align: center; margin-bottom: 28px; }
.brand-strip-heading .eyebrow { margin-bottom: 8px; font-size: 25px; font-weight: 800; letter-spacing: .02em; color: var(--dark); }
.brand-strip-heading p { margin: 0; font-size: 19px; color: var(--gray); }
.brand-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.brand-track { display: flex; align-items: center; gap: 20px; width: max-content; animation: brand-scroll 32s linear infinite !important; }
.brand-marquee:hover .brand-track { animation-play-state: paused !important; }
.brand-badge { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; min-width: 170px; height: 100px; padding: 0 28px; border: 1px solid var(--border); border-radius: 14px; background: #fff; transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.brand-badge img { max-width: 130px; max-height: 56px; width: auto; height: auto; object-fit: contain; mix-blend-mode: multiply; filter: grayscale(1); opacity: .75; transition: filter .3s var(--ease), opacity .3s var(--ease); }
.brand-badge:hover { border-color: var(--accent); box-shadow: 0 12px 26px #2e121616; transform: translateY(-4px); }
.brand-badge:hover img { filter: grayscale(0); opacity: 1; }
@keyframes brand-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.footer-perks-wrap { position: relative; z-index: 3; margin-bottom: -42px; }
.footer-perks { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 20px; box-shadow: 0 30px 60px -22px rgba(17, 25, 16, .35), 0 10px 24px -12px rgba(17, 25, 16, .22); overflow: hidden; }
.footer-perk { display: flex; align-items: center; gap: 14px; padding: 25px 26px; border-left: 1px solid var(--border); transition: background .25s var(--ease); }
.footer-perk:first-child { border-left: 0; }
.footer-perk-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(160deg, var(--accent), var(--accent)); flex-shrink: 0; color: #fff; }
.footer-perk-icon .ui-icon { width: 20px; height: 20px; }
.footer-perk strong { display: block; font-size: 17px; }
.footer-perk small { display: block; font-size: 17px; color: var(--gray); margin-top: 2px; }
a.footer-perk:hover { background: var(--accent); }
a.footer-perk:hover .footer-perk-icon { background: var(--accent); color: #fff; }
.site-footer { position: relative; z-index: 66; overflow: hidden; padding-top: 70px; }
.footer-perks-wrap { z-index: 67; }
.footer-glow { position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 900px; height: 380px; background: radial-gradient(closest-side, #ed5f7422, transparent); pointer-events: none; z-index: 0; }
.footer-top, .footer-grid, .footer-bottom { position: relative; z-index: 1; }
.footer-top { padding-top: 0; }
.footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr 1.2fr; }
.footer-newsletter p { font-size: 17px; color: #99928c; line-height: 1.7; margin: 0 0 16px; }
.footer-newsletter-form { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-newsletter-form .footer-newsletter-notice { flex: 0 0 100%; margin: 0 0 4px; padding: 9px 12px; border-radius: 8px; background: #173d2b; color: #dff7e9; font-size: 13px; }
.footer-newsletter-form .footer-newsletter-notice.is-error { background: #5a2025; color: #ffe8ea; }
.footer-newsletter-form input { flex: 1; min-width: 0; height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid #3c3835; background: #252220; color: #fff; font-size: 14px; }
.footer-newsletter-form input::placeholder { color: #8f8880; }
.footer-newsletter-form input:focus { outline: none; border-color: var(--accent); }
.footer-newsletter-form .btn { min-height: 44px; padding-inline: 20px; white-space: nowrap; }
.footer-bottom { align-items: center; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #3c3835; color: #c6c2bf; transition: border-color .2s, color .2s, background .2s; }
.footer-socials svg { width: 15px; height: 15px; }
.footer-socials a:hover { border-color: var(--accent); color: #fff; background: var(--accent); }
.footer-bottom-right { display: flex; align-items: center; gap: 20px; }
.footer-top-link { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: #c6c2bf; transition: color .2s; }
.footer-top-link:hover { color: var(--accent); }
.footer-top-icon { width: 18px; height: 18px; transform: rotate(-90deg); }
.footer-payment-badges { display: flex; align-items: center; gap: 8px; }
.footer-payment-badge { display: inline-flex; align-items: center; gap: 12px; height: 32px; padding: 0 14px; border-radius: 6px; background: #fff; white-space: nowrap; }
.footer-payment-visa { font-style: italic; font-weight: 800; font-size: 14px; letter-spacing: -.02em; color: #1a1f71; }
.footer-payment-divider { width: 1px; height: 16px; background: #dbd9d7; }
.footer-payment-mastercard { position: relative; display: inline-flex; width: 30px; height: 18px; flex-shrink: 0; }
.footer-payment-mastercard i { position: absolute; top: 0; width: 18px; height: 18px; border-radius: 50%; }
.footer-payment-mastercard i:first-child { left: 0; background: #eb001b; }
.footer-payment-mastercard i:last-child { right: 0; background: #f79e1b; mix-blend-mode: multiply; }
.footer-col li, .footer-brand p { font-size: 17px; }
.footer-col h3 { font-size: 17px; }
.footer-bottom { font-size: 17px; }
@media (max-width: 900px) {
    .footer-perks { grid-template-columns: repeat(2, 1fr); border-radius: 18px; }
    .footer-perk { border-left: 0; border-top: 1px solid var(--border); padding: 20px; }
    .footer-perk:nth-child(1), .footer-perk:nth-child(2) { border-top: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
    .footer-brand, .footer-newsletter { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
    .footer-perks-wrap { margin-bottom: -26px; }
    .footer-perks { grid-template-columns: 1fr; }
    .footer-perk:nth-child(2) { border-top: 1px solid var(--border); }
    .site-footer { padding-top: 46px; }
}
.flash-wrap { padding-top: 20px; }
.site-notice { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--dark); border-radius: 12px; padding: 12px 16px; background: var(--dark); color: #fff; font-size: 14px; }
.site-notice > span { display: flex; align-items: center; gap: 10px; }
.site-notice .icon-button { width: 30px; height: 30px; flex-shrink: 0; border: 0; color: #fff; }
.site-notice .icon-button svg { width: 17px; height: 17px; }
.site-notice-error { background: var(--accent); border-color: var(--accent); color: #fff; }
.site-notice-info { background: var(--light); border-color: var(--border); color: var(--dark); }
@media (min-width: 1600px) {
    .container { max-width: 1480px; }
    .hero-wrap { width: 100%; max-width: 100%; }
    .hero-slider { min-height: 520px; }
    .editorial-duo { width: 100%; max-width: 100%; }
}
@media (max-width: 1100px) {
    .hero-slider { min-height: 340px; }
    .hero-tile-content { padding: 0 28px; }
    .hero-tile-content p { font-size: 14px; }
    .category-chip { width: 104px; }
    .category-chip-avatar { width: 96px; height: 96px; }
    .category-chip-fallback svg { width: 34px; height: 34px; }
    .category-chip-label { font-size: 11.5px; }
}
@media (max-width: 991px) {
    .header-inner { min-height: 84px; }
    .home-fold { min-height: calc(100svh - 173px); }
    .hero-slider { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; }
    .hero-tile-a, .hero-tile-b { grid-column: 1; height: 220px; }
    .hero-tile-a { grid-row: 1; }
    .hero-tile-b { grid-row: 2; }
    .hero-tile-main { grid-column: 1; grid-row: 3; min-height: 260px; }
    .category-strip-wrap { padding-top: 28px; padding-bottom: 22px; }
    .category-strip-track { gap: 24px; }
    .category-chip { width: 96px; }
    .category-chip-avatar { width: 88px; height: 88px; }
    .category-chip-fallback svg { width: 32px; height: 32px; }
    .service-strip { gap: 14px; }
    .service-strip > a { gap: 14px; padding: 20px 18px; }
    .service-icon { width: 46px; height: 46px; }
    .service-icon .ui-icon { width: 20px; height: 20px; }
    .service-strip strong { font-size: 14px; }
    .service-strip small { font-size: 14px; }
}
@media (max-width: 767px) {
    .brand-strip { padding-block: 32px; }
    .brand-strip-heading { margin-bottom: 20px; }
    .brand-strip-heading .eyebrow { font-size: 20px; }
    .brand-strip-heading p { font-size: 15px; }
    .brand-badge { min-width: 130px; height: 74px; padding: 0 18px; border-radius: 12px; }
    .brand-badge img { max-width: 96px; max-height: 40px; }
    .header-inner { min-height: 0; padding-top: 15px; padding-bottom: 13px; row-gap: 13px; }
    .search-form { height: 42px; border-radius: 10px; }
    .search-form input { font-size: 14px; }
    .home-fold { min-height: auto; }
    .hero-tile { border-radius: 17px; }
    .hero-tile-a, .hero-tile-b { height: 210px; }
    .hero-tile-main { min-height: 330px; }
    .hero-tile-content { padding: 0 24px; }
    .hero-tile-content h1 { font-size: 32px; }
    .hero-tile-content h2 { font-size: 32px; }
    .hero-tile-content p { font-size: 14px; }
    .hero-tile-badge { font-size: 14px; padding: 8px 14px; }
    .category-strip-wrap { padding-top: 24px; padding-bottom: 20px; }
    .category-strip-track { gap: 20px; }
    .category-chip { width: 84px; }
    .category-chip-avatar { width: 76px; height: 76px; }
    .category-chip-fallback svg { width: 28px; height: 28px; }
    .category-chip-label { font-size: 10.5px; }
    .home-services { padding-top: 24px; padding-bottom: 36px; }
    .service-strip { grid-template-columns: 1fr; gap: 14px; }
    .service-strip > a { padding: 20px; gap: 15px; }
    .service-icon { width: 48px; height: 48px; }
    .service-icon .ui-icon { width: 21px; height: 21px; }
    .service-strip strong { font-size: 14px; }
    .service-strip small { font-size: 14px; margin-top: 1px; }
    .editorial-card { min-height: 290px; border-radius: 16px; }
    .editorial-card-content { padding: 28px; }
    .footer-col li, .footer-col h3 { font-size: 16px; }
    .footer-brand p { font-size: 16px; }
    .site-notice { padding: 10px 12px; font-size: 14px; }
    .footer-bottom > span.footer-copyright { display: block; }
    .footer-payment-badges { display: none; }
    .cookie-banner { left: 12px; right: 12px; bottom: calc(96px + env(safe-area-inset-bottom)); max-width: none; }
    .whatsapp-float { right: 16px; bottom: calc(96px + env(safe-area-inset-bottom)); width: 56px; height: 56px; }
    .whatsapp-float svg { width: 29px; height: 29px; }
}
@media (max-width: 374px) {
    .hero-tile-content h1 { font-size: 28px; }
    .hero-tile-content h2 { font-size: 28px; }
    .hero-tile-main { min-height: 300px; }
    .category-chip { width: 76px; }
    .category-chip-avatar { width: 68px; height: 68px; }
    .category-chip-fallback svg { width: 26px; height: 26px; }
    .category-chip-label { font-size: 9.5px; }
}
@media (max-width: 991px) {
    .hero-slider.is-without-sale .hero-tile-b, .hero-slider.is-without-side .hero-tile-a { grid-row: 1; }
    .hero-slider.is-without-sale .hero-tile-main, .hero-slider.is-without-side .hero-tile-main { grid-row: 2; }
    .hero-slider.is-main-only .hero-tile-main { grid-row: 1; }
}
