@import "https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800;900&display=swap";html,body,#root{min-height:100%}body{font-family:var(--font-primary);margin:0}#root{width:100%}:root{--font-primary:"Albert Sans", sans-serif;--primary:#1a73e8;--primary-dark:#1557b0;--accent:#f5dd02;--accent-dark:#cfcc00;--red:#e60012;--green:#43a047;--text:#212121;--text-light:#5f6368;--border:#e8eaed;--bg:#f8f9fa;--white:#fff;--card-shadow:0 2px 12px #00000014;--radius:12px;--radius-sm:8px;--header-h:60px;--nav-h:48px;--yellow:#cfcc00;--font-secondary:"Poppins", sans-serif;--font-tertiary:"Manrope", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg)}html,body,#root{font-family:var(--font-primary)}body{font-family:var(--font-primary);color:var(--text)}input,button,textarea,select{font-family:var(--font-primary)}h1,h2,h3,.section-title,.hero-banner-content h1,.favorites-title-edit,.favorites-title-input{font-family:var(--font-secondary)}.price,.product-price,.product-detail-price,.cart-price,.cart-subtotal,.cart-current-price,.summary-row,.badge,.product-badge,.cart-badge,.fav-badge,.tab-badge,.btn-primary-full,.btn-outline-full,.product-add-btn,button{font-family:var(--font-tertiary)}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{box-sizing:border-box;margin:0 auto;padding:0 24px}.header{z-index:1000;background:var(--accent);position:sticky;top:0}.header-top .container{justify-content:space-between;align-items:center;gap:22px;width:100%;max-width:1280px;margin:0 auto;padding:12px 24px;display:flex}.logo{flex-shrink:0;align-items:center;display:flex}.logo img{object-fit:contain;width:auto;height:62px}.logo-mobile,.mobile-cart-btn{display:none}.search-wrapper{flex:auto;min-width:280px;max-width:620px;position:relative}.search-box{border:2px solid var(--border);background:var(--white);border-radius:999px;align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.search-box:focus-within{border-color:var(--primary)}.search-input{border:0;outline:0;flex:1;min-width:0;padding:8px 12px;font-family:inherit;font-size:14px}.search-btn{background:var(--primary);color:#fff;border-radius:0 999px 999px 0;justify-content:center;align-items:center;min-width:48px;padding:8px 14px;transition:background .2s;display:flex}.search-btn:hover{background:var(--primary-dark)}.search-results{z-index:200;border-radius:var(--radius);background:#fff;max-height:400px;display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.search-results.active{display:block}.search-result-item{cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.search-result-item:hover{background:var(--bg)}.search-result-item:last-child{border-bottom:0}.search-result-img{object-fit:contain;background:var(--bg);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.search-result-info .name{font-size:14px;font-weight:600}.search-result-info .price{color:var(--primary);font-size:13px;font-weight:700}.header-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;display:flex}.header-action{border-radius:var(--radius-sm);min-width:58px;color:#111;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:6px 8px;transition:background .2s;display:flex;position:relative;overflow:visible}.header-action svg{color:#111;stroke:currentColor}.action-label,.mobile-cart-btn{color:#111}.header-static-icon{object-fit:contain;filter:brightness(0);pointer-events:none;width:24px;height:24px;display:block}.header-action .header-static-icon{width:24px;height:24px}.mobile-cart-btn .header-static-icon{width:28px;height:28px}.header-action:hover{background:var(--accent-dark)}.action-label{color:var(--text);font-size:15px;font-weight:700}.cart-badge,.fav-badge,.mobile-cart-badge{background:var(--red);color:#fff;z-index:5;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 5px;font-size:10px;font-weight:900;line-height:17px;display:flex;position:absolute}.cart-badge,.fav-badge{top:2px;right:12px;transform:translate(45%,-22%)}.fav-badge{background:#e91e63}.mobile-cart-badge{top:-2px;right:-3px}.nav-bar{background:var(--primary)}.nav-bar .container{justify-content:space-between;align-items:center;gap:18px;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.nav-item,.nav-cep-link{color:#fff;cursor:pointer;white-space:nowrap;align-items:center;gap:7px;min-width:0;padding:12px 6px;font-size:15px;font-weight:800;line-height:1;transition:color .2s;display:inline-flex;position:relative}.nav-item:hover,.nav-cep-link:hover{color:#ffffffe0;background:0 0}.nav-cep-link{flex:0 210px;max-width:210px;overflow:hidden}.nav-cep-icon,.nav-cep-link svg{flex:0 0 17px;width:17px;height:17px}.nav-cep-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.nav-item.dropdown-trigger{flex:none;gap:8px}.nav-menu-lottie,.nav-menu-lottie svg,.nav-menu-lottie>div{pointer-events:none;flex:0 0 16px;justify-content:center;align-items:center;width:16px;max-width:16px;height:16px;max-height:16px;display:inline-flex}.dropdown-trigger{position:relative}.dropdown-trigger:hover{opacity:1}.mega-dropdown{z-index:3500;opacity:1;isolation:isolate;background:#fff;border-radius:0 0 18px 18px;width:1120px;max-width:calc(100vw - 32px);min-height:390px;display:none;position:absolute;top:100%;left:0;overflow:hidden}.dropdown-trigger:hover .mega-dropdown{display:block}.mega-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;background:#fff;align-items:center;gap:16px;padding:16px 24px 10px;display:flex;overflow-x:auto}.mega-tabs::-webkit-scrollbar{display:none}.mega-tab{color:var(--text-light);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;padding:12px 18px;font-size:15px;font-weight:700;transition:color .2s,background .2s,border-color .2s}.mega-tab.active,.mega-tab:hover{color:var(--white);background:var(--primary);border-color:var(--primary)}.mega-content{background:#fff;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:26px 42px;padding:22px 24px 28px;display:grid}.mega-col{background:#fff;min-width:0}.mega-col h4{color:var(--text);cursor:pointer;margin:0 0 14px;font-size:14px;font-weight:800;line-height:1.25}.mega-col h4:hover{color:var(--primary);text-decoration:underline}.mega-col ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.mega-col ul.mega-list-2cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 26px}.mega-col ul li{padding:0;line-height:1.35}.mega-col ul li a{color:var(--text-light);font-size:14px;font-weight:600;transition:color .15s;display:inline-block}.mega-col ul li a:hover{color:var(--primary)}@media (width<=1180px){.nav-bar .container{scrollbar-width:none;justify-content:flex-start;gap:22px;overflow-x:auto}.nav-bar .container::-webkit-scrollbar{display:none}.nav-cep-link{flex:0 0 185px}}@media (width<=991px){.header-top .container{gap:14px;padding:10px 16px}.logo-desktop{display:none}.logo-mobile{flex:0 0 46px;justify-content:center;align-items:center;width:46px;max-width:46px;display:flex}.logo-mobile img{object-fit:contain;width:46px;height:46px}.search-wrapper{flex:auto;min-width:0;max-width:none}.header-actions{display:none}.mobile-cart-btn{width:38px;height:38px;color:var(--text);flex:0 0 38px;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.nav-bar{background:var(--primary);display:block}.nav-bar .container{justify-content:flex-start;align-items:center;min-height:38px;padding:0 16px;display:flex;overflow:hidden}.nav-bar .nav-item,.nav-bar .dropdown-trigger{display:none}.nav-bar .nav-cep-link{color:#fff;align-items:center;gap:7px;width:100%;max-width:100%;padding:11px 0;font-size:14px;font-weight:800;display:inline-flex;overflow:hidden}.nav-cep-icon,.nav-cep-link svg{flex:0 0 17px;width:17px;height:17px}.nav-cep-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:block;overflow:hidden}}@media (width<=768px){.header-top .container{gap:10px;padding:8px 12px}.search-input{padding:8px 10px;font-size:13px}.search-btn{min-width:44px;padding:8px 12px}.nav-bar .container{padding:0 12px}}.mobile-tab-bar{display:none}@media (width<=991px){body{padding-bottom:92px}.mobile-tab-bar{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:999;border:1px solid var(--border);background:#fff;border-radius:22px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;height:64px;padding:6px;display:grid;position:fixed;overflow:visible}.mobile-tab-bar:before{content:"";z-index:1;pointer-events:none;background:#1a73e81f;border-radius:16px;width:calc(20% - 2.4px);height:50px;transition:transform .32s cubic-bezier(.22,1,.36,1),background .22s;position:absolute;top:6px;left:6px;transform:translate(0)}.mobile-tab-bar:has(.tab-item:first-child.tab-active):before{transform:translate(0)}.mobile-tab-bar:has(.tab-item:nth-child(2).tab-active):before{transform:translate(100%)}.mobile-tab-bar:has(.tab-item:nth-child(3).tab-active):before{transform:translate(200%)}.mobile-tab-bar:has(.tab-item:nth-child(4).tab-active):before{transform:translate(300%)}.mobile-tab-bar:has(.tab-item:nth-child(5).tab-active):before{transform:translate(400%)}.tab-item{z-index:2;width:100%;min-width:0;height:50px;color:var(--text-light);text-align:center;background:0 0;border-radius:16px;grid-template-rows:23px 13px;align-content:center;place-items:center;row-gap:3px;padding:4px 2px;font-size:10.5px;font-weight:800;line-height:1;text-decoration:none;transition:color .2s,transform .18s;display:grid;position:relative}.tab-icon-wrap{z-index:3;grid-row:1;place-items:center;width:24px;height:24px;display:grid;position:relative}.tab-icon-wrap svg{stroke-width:2.2px;width:22px;height:22px;display:block}.tab-item>span:not(.tab-icon-wrap){z-index:3;text-align:center;text-overflow:ellipsis;white-space:nowrap;grid-row:2;width:100%;max-width:100%;display:block;position:relative;overflow:hidden}.tab-badge{z-index:5;background:var(--red);color:#fff;pointer-events:none;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 4px;font-size:9px;font-weight:900;line-height:15px;display:flex;position:absolute;top:-5px;right:-7px}}@media (width<=480px){.tab-item{border-radius:14px;grid-template-rows:23px 12px;align-content:center;place-items:center;row-gap:2px;height:50px;padding:4px 2px;font-size:9.5px;display:grid}.tab-icon-wrap{place-items:center;width:23px;height:23px;display:grid}.tab-icon-wrap svg{width:21px;height:21px;display:block}.tab-badge{min-width:15px;height:15px;font-size:8.5px;line-height:15px;top:-5px;right:-7px}}.sidebar-overlay{z-index:1100;background:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.active{display:block}.cart-sidebar,.fav-sidebar{z-index:1200;background:#fff;flex-direction:column;width:420px;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-420px}.cart-sidebar.active,.fav-sidebar.active{right:0}.sidebar-header{border-bottom:1px solid var(--border);flex-direction:row;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.sidebar-header h3{font-size:18px;font-weight:700}.sidebar-close{background:var(--bg);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:background .2s;display:flex}.sidebar-close:hover{background:var(--border)}.sidebar-items{flex:1;padding:16px 24px;overflow-y:auto}.sidebar-item{border-bottom:1px solid var(--border);gap:12px;padding:12px 0;display:flex}.sidebar-item-img{object-fit:contain;background:var(--bg);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex}.sidebar-item-info{flex:1}.sidebar-item-info .name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.sidebar-item-info .price{color:var(--primary);margin-top:4px;font-weight:700}.sidebar-item-remove{color:var(--red);background:0 0;padding:4px;font-size:18px}.sidebar-empty{text-align:center;color:var(--text-light);padding:40px 20px}.sidebar-empty .empty-icon{justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 12px;display:flex}.sidebar-empty-svg{object-fit:contain;width:72px;height:72px;display:block}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:16px 24px;display:flex}.sidebar-total{justify-content:space-between;margin-bottom:4px;font-size:16px;display:flex}.sidebar-total strong{color:var(--primary);font-size:18px}.btn-primary-full{text-align:center;background:var(--primary);color:#fff;border-radius:50px;padding:14px;font-size:15px;font-weight:600;transition:background .2s;display:block}.btn-primary-full:hover{background:var(--primary-dark)}.btn-outline-full{text-align:center;border:2px solid var(--primary);color:var(--primary);border-radius:50px;padding:14px;font-size:15px;font-weight:600;transition:all .2s;display:block}.btn-outline-full:hover{background:var(--primary);color:#fff}.hero-banner-modern{background:var(--bg);padding:24px 0 12px}.hero-banner-shell{background:#dfe7f2;border-radius:28px;height:450px;position:relative;overflow:hidden}.hero-banner-link{color:inherit;text-decoration:none;display:block}.hero-banner-slide{isolation:isolate;background-position:100%;background-size:cover;align-items:center;height:450px;min-height:450px;max-height:450px;display:flex;position:relative;overflow:hidden}.hero-banner-overlay{z-index:1;background:linear-gradient(90deg, rgba(8, 28, 58, var(--banner-overlay,.65)) 0%, rgba(8, 28, 58, calc(var(--banner-overlay,.65) * .68)) 42%, #081c3a14 100%);position:absolute;inset:0}.hero-banner-content{z-index:2;flex-direction:column;align-items:flex-start;width:100%;max-width:620px;padding:56px 64px;display:flex;position:relative}.hero-banner-content.align-left{text-align:left;align-items:flex-start;margin-right:auto}.hero-banner-content.align-center{text-align:center;align-items:center;margin-left:auto;margin-right:auto}.hero-banner-content.align-right{text-align:right;align-items:flex-end;margin-left:auto}.hero-banner-content.text-white{color:#fff}.hero-banner-content.text-dark{color:var(--text)}.hero-banner-badge{color:currentColor;letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border-radius:999px;align-items:center;width:fit-content;margin-bottom:16px;padding:8px 16px;font-size:13px;font-weight:800;display:inline-flex}.hero-banner-content.text-dark .hero-banner-badge{background:#ffffffc7}.hero-banner-content h1{color:currentColor;max-width:620px;margin-bottom:16px;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.05}.hero-banner-content p{color:currentColor;opacity:.92;max-width:540px;margin-bottom:28px;font-size:17px;line-height:1.55}.hero-banner-button{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:44px;padding:0 26px;font-size:15px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.hero-banner-link:hover .hero-banner-button{background:var(--primary-dark);transform:translateY(-2px)}.hero-banner-link:hover .hero-banner-slide{filter:brightness(1.02)}.hero-banner-dots{z-index:8;align-items:center;gap:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-banner-dot{background:#ffffffa6;border-radius:999px;width:9px;height:9px;transition:width .25s,background .25s,transform .25s;position:relative;overflow:hidden}.hero-banner-dot:hover{background:#fff;transform:scale(1.2)}.hero-banner-dot.active{background:#ffffff8c;width:34px;transform:scale(1)}.hero-banner-dot.active:after{content:"";border-radius:inherit;background:var(--primary);transform-origin:0;will-change:transform;animation:6s linear forwards heroDotLoading;position:absolute;inset:0;transform:scaleX(0)}.hero-banner-content.align-left,.hero-banner-content.align-center,.hero-banner-content.align-right{text-align:left;align-items:flex-start}.hero-banner-skeleton{background:#dfe7f2;height:450px;min-height:450px}@keyframes heroDotLoading{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=768px){.hero-banner-skeleton{height:280px;min-height:280px}.hero-banner-modern{padding:14px 0 8px}.hero-banner-shell{border-radius:22px;height:280px}.hero-banner-slide{background-position:82%;background-size:cover;height:280px;min-height:280px;max-height:280px}.hero-banner-overlay{background:linear-gradient(90deg,#081c3ae0 0%,#081c3abd 56%,#081c3a42 100%)}.hero-banner-content{text-align:left;align-items:flex-start;width:100%;max-width:100%;padding:24px 22px 56px}.hero-banner-content.align-left,.hero-banner-content.align-center,.hero-banner-content.align-right{text-align:left;align-items:flex-start;margin-left:0;margin-right:0}.hero-banner-badge{max-width:220px;margin-bottom:10px;padding:5px 11px;font-size:10px}.hero-banner-content h1{max-width:270px;margin-bottom:12px;font-size:clamp(25px,7vw,32px);line-height:1.04}.hero-banner-content p{max-width:275px;margin-bottom:18px;font-size:13.5px;line-height:1.45}.hero-banner-button{min-height:38px;padding:0 18px;font-size:13px}.hero-banner-dots{bottom:13px}}.section{padding:28px 0}.section-gray{background:var(--bg)}.section-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.section-title{font-size:clamp(20px,2.5vw,26px);font-weight:700}.see-all{color:var(--primary);font-size:14px;font-weight:600}.see-all:hover{text-decoration:underline}@media (width<=768px){.section{padding:26px 0}}.categories-grid{grid-template-columns:repeat(6,1fr);gap:16px;margin-top:10px;padding:10px 0;display:grid}.cat-card{background:var(--cat-bg,#f0f0f0);border-radius:var(--radius);text-align:center;min-height:116px;color:var(--cat-color,#333);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px 14px;font-size:14px;font-weight:600;display:flex}.cat-card:hover{transform:translateY(-4px)}.cat-icon{font-size:32px;line-height:1}@media (width<=1024px){.section:has(.categories-grid) .container{padding-left:20px;padding-right:0}.section:has(.categories-grid) .categories-grid{margin-left:0;padding-left:0;padding-right:20px}.categories-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;gap:12px;margin:5px -20px 0;padding-left:0;padding-right:16px;display:flex;overflow:auto hidden}.categories-grid::-webkit-scrollbar{display:none}.cat-card{scroll-snap-align:start;border-radius:18px;flex:0 0 118px;width:150px;min-width:150px;height:115px;min-height:115px;padding:16px 10px}.cat-icon{font-size:30px}}@media (width<=991px){.section:has(.categories-grid) .container{padding-left:16px;padding-right:0}.product-slider-wrapper .slider-btn,.product-slider-wrapper .slider-prev,.product-slider-wrapper .slider-next{display:none}.section:has(.categories-grid) .categories-grid{margin-left:0;padding-left:0;padding-right:16px}.categories-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;gap:10px;margin:4px -16px 0;padding-left:0;padding-right:16px;display:flex;overflow:auto hidden}.categories-grid::-webkit-scrollbar{display:none}.cat-card{scroll-snap-align:start;border-radius:14px;flex:0 0 118px;gap:6px;width:118px;min-width:118px;height:82px;min-height:82px;padding:12px 8px;font-size:12px}.cat-icon{font-size:22px}}@media (width<=768px){.section:has(.categories-grid) .container{padding-left:20px;padding-right:0}.section:has(.categories-grid) .categories-grid{margin-left:0;padding-left:0;padding-right:20px}.categories-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;gap:12px;margin:5px -20px 0;padding-left:0;padding-right:16px;display:flex;overflow:auto hidden}.categories-grid::-webkit-scrollbar{display:none}.cat-card{scroll-snap-align:start;border-radius:18px;flex:0 0 118px;width:150px;min-width:150px;height:100px;min-height:100px;padding:16px 10px}.cat-icon{font-size:24px}}@media (width<=480px){.cat-card{border-radius:13px;flex-basis:104px;width:104px;min-width:104px;height:76px;min-height:76px;padding:10px 8px;font-size:11px}.cat-icon{font-size:20px}}.product-slider{scroll-behavior:smooth;scrollbar-width:none;gap:20px;min-height:auto;padding-bottom:22px;display:flex;overflow:auto hidden}.slider-prev{left:-6px}.slider-next{right:-6px}.product-card{border:1px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;flex:0 0 260px;gap:12px;width:260px;min-height:410px;padding:18px;display:flex}.product-card:hover{border-color:var(--primary)}.product-img{place-items:center;width:100%;height:100%;display:grid}.product-img img{object-fit:contain;max-width:78%;max-height:78%}.product-badge{z-index:3;color:var(--red);pointer-events:none;background:#fffb0b;border-radius:999px;justify-content:center;align-items:center;padding:7px 10px;font-size:12px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:12px;left:12px}.product-fav-btn{z-index:4;color:#e91e63;background:#fff;border:0;border-radius:999px;place-items:center;width:42px;height:42px;padding:0;display:grid;position:absolute;top:10px;right:10px;overflow:hidden}.product-fav-icon-layer{pointer-events:none;border-radius:999px;place-items:center;width:42px;height:42px;display:grid;position:relative;overflow:hidden}.product-fav-lottie{pointer-events:none;place-items:center;width:64px;height:64px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.product-fav-lottie>div,.product-fav-lottie svg{width:64px;height:64px;display:block}.product-info{flex-direction:column;flex:1;gap:9px;min-width:0;display:flex}.product-brand{color:#9aa0a6;letter-spacing:1px;min-height:16px;font-size:10px;font-weight:700}.product-name{min-height:40px;color:var(--text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.product-stock-pill{border-radius:50px;align-items:center;gap:6px;width:fit-content;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.product-stock-dot{border-radius:999px;width:5px;height:5px}.product-stock-pill.green{color:#137333;background:#e6f4ea}.product-stock-pill.green .product-stock-dot{background:#137333}.product-stock-pill.orange{color:#b06000;background:#fff4e5}.product-stock-pill.orange .product-stock-dot{background:#b06000}.product-stock-pill.red{color:#c5221f;background:#fdecea}.product-stock-pill.red .product-stock-dot{background:#c5221f}.product-price{color:var(--text);margin-top:18px;font-size:16px;font-weight:800;line-height:1.1}.product-price .original{color:var(--text-light);margin-bottom:4px;font-size:13px;font-weight:400;text-decoration:line-through}.product-price .current{font-size:16px;font-weight:800}.product-card-actions.product-card-actions-mobile{display:none}.product-card-actions.product-card-actions-desktop{display:flex}.product-card-actions{align-items:center;gap:8px;width:100%;height:40px;margin-top:8px;display:flex}.product-card-qty{background:#e0e3e7;border-radius:999px;flex:0 0 92px;grid-template-columns:32px 28px 32px;justify-content:center;align-items:center;width:92px;min-width:92px;max-width:92px;height:36px;display:grid;overflow:hidden}.product-card-qty button{color:#111;background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:36px;padding:0;font-size:16px;font-weight:500;line-height:1;display:flex}.product-card-qty input,.product-card-qty input[type=number]{color:#111;text-align:center;appearance:textfield;-webkit-appearance:none;-moz-appearance:textfield;background:0 0;border:0;outline:0;width:28px;min-width:28px;max-width:28px;height:36px;margin:0;padding:0;font-size:13px;font-weight:500;line-height:36px}.product-card-qty input::-webkit-outer-spin-button{appearance:none;margin:0}.product-card-qty input::-webkit-inner-spin-button{appearance:none;margin:0}.product-add-btn{background:var(--primary);color:#fff;border-radius:999px;flex:auto;justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;height:36px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.product-add-btn:hover{background:var(--primary-dark)}.product-cart-lottie,.product-cart-no-lottie{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}@media (width<=991px){.product-slider .product-card{flex:0 0 230px;width:230px;min-height:370px}.product-info{gap:8px}.product-price{margin-top:10px}.product-card-actions.product-card-actions-desktop{display:none}.product-card-actions.product-card-actions-mobile{z-index:6;width:auto;height:auto;margin:0;display:flex;position:absolute;bottom:-22px;right:8px}.product-card-actions-mobile .product-add-btn{border-radius:999px;flex:0 0 48px;width:48px;min-width:48px;height:48px;padding:0}.product-card-actions-mobile .product-add-text{display:none}.product-card-actions-mobile .product-cart-lottie,.product-card-actions-mobile .product-cart-no-lottie{width:27px;height:27px}.product-card-qty{display:none}.product-fav-btn{width:42px;height:42px;top:10px;right:10px}.product-fav-icon-layer{width:42px;height:42px}.product-fav-static-icon{width:22px;height:22px}}@media (width<=600px){.product-fav-btn{width:52px;height:52px}}@media (width<=768px){.product-card:hover,.cat-card:hover,.promo-banner:hover,.service-card:hover,.home-service-mini-card:hover{transform:none}}@media (width<=480px){.product-card{flex-basis:210px;width:210px;min-height:365px}.product-img-wrap{height:180px}.product-price{margin-top:8px}.product-card-actions.product-card-actions-mobile{bottom:-21px;right:6px}}.promo-banner{background:linear-gradient(135deg, var(--primary) 0%, #4a90e2 100%);border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;min-height:260px;padding:40px 48px;transition:transform .2s;display:flex}.promo-text h3{color:#fff;margin-bottom:8px;font-size:24px;font-weight:700}.promo-text p{color:#ffffffd9;margin-bottom:20px;font-size:15px}.btn-promo{color:var(--primary);background:#fff;border-radius:50px;padding:10px 24px;font-size:14px;font-weight:700;display:inline-block}.promo-banner{isolation:isolate;background-position:50%;background-size:cover;position:relative;overflow:hidden}.promo-banner:before{content:"";z-index:-1;background:linear-gradient(90deg,#000000ad,#00000047);position:absolute;inset:0}.promo-banner:after{content:"";opacity:0;background:#ffffff0a;transition:opacity .25s;position:absolute;inset:0}.promo-banner:hover{transform:translateY(-4px)}.promo-banner:hover:after{opacity:1}.promo-banner .promo-text,.promo-banner .promo-icon,.promo-banner .promo-image{z-index:2;position:relative}.promo-banner .promo-text h3,.promo-banner .promo-text p{color:#fff}.promo-banner .btn-promo{color:var(--primary);background:#fff}.promo-banner-services{background-image:var(--promo-banner-services-bg,url(/images/banners/banner-servicos-slide-farmacia.png))}.promo-banner-sale{background-image:var(--promo-banner-sale-bg,url(/images/banners/banner-ofertas-slide-farmacia.png))}.promo-banner-sale .btn-promo{color:#e53935}.promo-banner-beauty{background-image:var(--promo-banner-beauty-bg,url(/images/banners/banner-beleza-farmacia.png))}.promo-banner-beauty .btn-promo{color:#8e24aa}.promo-banner-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.promo-banner-card{min-height:260px}@media (width<=768px){.promo-banner-grid{grid-template-columns:1fr;gap:16px}.promo-banner,.promo-banner-card{min-height:180px;padding:22px}.promo-banner:before{background:linear-gradient(90deg,#000000b8,#00000061)}}.footer{color:#111;background:#f5dd02;padding:38px 0 24px}.footer .container{width:100%;max-width:1180px;margin:0 auto;padding-inline:24px}.footer-grid{grid-template-columns:minmax(190px,1.1fr) repeat(4,minmax(130px,1fr));justify-content:center;align-items:start;gap:28px 34px;display:grid}.footer-grid>div:first-child{grid-column:auto;justify-content:flex-start;align-items:flex-start;display:flex}.footer-grid>div{text-align:left;width:100%;min-width:0}.footer .logo{width:190px;max-width:190px;margin:0;display:block}.footer .logo img{object-fit:contain;width:100%;height:auto;display:block}.footer h4{color:#111;margin:0 0 12px;font-size:15px;font-weight:900;line-height:1.2}.footer ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.footer li{margin:0;padding:0}.footer a{color:#111;font-size:14px;font-weight:600;line-height:1.35;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-social-payment{border-top:1px solid #00000040;grid-template-columns:minmax(190px,1.1fr) minmax(420px,4fr);align-items:start;gap:28px 34px;width:100%;margin-top:30px;padding-top:22px;display:grid}.footer-social-block,.footer-payment-block{text-align:left;min-width:0}.footer-social-block h4,.footer-payment-block h4{color:#111;margin:0 0 14px;font-size:17px;font-weight:900;line-height:1.15}.footer-social-icons,.footer-payment-icons{flex-wrap:wrap;align-items:center;display:flex}.footer-social-icons{gap:12px}.footer-payment-icons{gap:14px 20px}.footer-payment-logo{color:#111;white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:4px;min-width:46px;height:34px;font-size:14px;font-weight:900;line-height:1;display:inline-flex}.footer-payment-logo svg{flex-shrink:0;display:block}.footer-pix{color:#32bcad}.footer-pix svg{width:46px;height:26px}.footer-mastercard{color:#eb001b}.footer-mastercard svg{width:50px;height:32px}.footer-visa{color:#1434cb}.footer-visa svg{width:58px;height:32px}.footer-gpay{color:#3c4043}.footer-gpay svg{width:62px;height:32px}.footer-nupay{color:#7b2cbf;letter-spacing:-.3px;font-size:15px;font-weight:900}.footer-nupay svg{width:24px;height:24px}.footer-nupay span{letter-spacing:-.4px;font-weight:900}.footer-payment-logo:not(:has(svg)){min-width:auto;height:32px;padding:0 2px}.footer-bottom{text-align:center;border-top:1px solid #00000040;margin-top:22px;padding-top:18px}.footer-bottom p{color:#111;margin:0;font-size:13px;font-weight:600;line-height:1.4}@media (width<=991px){.footer-grid{grid-template-columns:repeat(2,minmax(150px,220px));justify-content:center;justify-items:stretch;gap:32px 54px}.footer-grid>div:first-child{grid-column:1/-1;justify-content:center}.footer .logo{width:300px;max-width:100%;margin:0 auto}.footer-grid>div:not(:first-child){text-align:left}.footer-social-payment{text-align:center;grid-template-columns:1fr;justify-items:center;gap:24px}.footer-social-block,.footer-payment-block{text-align:center}.footer-social-icons,.footer-payment-icons{justify-content:center}}@media (width<=600px){.footer-grid{grid-template-columns:repeat(2,minmax(135px,170px));justify-content:center;justify-items:stretch;gap:28px 34px}.footer-grid>div:first-child{grid-column:1/-1;justify-content:center}.footer .logo{width:260px;margin:0 auto}.footer-grid>div:not(:first-child){text-align:left}.footer h4{font-size:14px}.footer a{font-size:13px}}@media (width<=420px){.footer-grid{grid-template-columns:repeat(2,minmax(130px,1fr));gap:26px 24px}.footer .logo{width:235px}}.pagination{justify-content:center;align-items:center;gap:8px;margin-top:32px;display:flex}.page-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.page-btn:hover,.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn.page-nav{width:auto;min-width:40px;padding:0 14px}.page-btn:disabled{opacity:.45;cursor:not-allowed}.page-btn:disabled:hover{color:inherit;border-color:var(--border);background:#fff}.pagination-status{color:var(--text-light);padding:0 4px;font-size:14px;font-weight:600}.page-breadcrumb{color:var(--text);margin:0 0 18px;padding-left:2px;font-size:13px;font-weight:500;line-height:1.4}.page-breadcrumb a{color:var(--text);font-weight:500}.page-breadcrumb span{color:var(--text)}@media (width<=768px){.page-breadcrumb{margin-bottom:14px;font-size:12px}}.product-detail-card{border-radius:var(--radius);background:#fff;grid-template-columns:1fr 1fr;gap:40px;padding:32px;display:grid}.product-gallery{position:relative}.product-main-img{aspect-ratio:1;background:var(--bg);border-radius:var(--radius);cursor:crosshair;justify-content:center;align-items:center;width:100%;font-size:140px;display:flex;position:relative;overflow:hidden}.product-main-img img{object-fit:contain;object-position:center;width:auto;max-width:88%;height:auto;max-height:88%;display:block}.product-zoom-lens{border:2px solid var(--primary);pointer-events:none;background:#1a73e81a;border-radius:50%;width:100px;height:100px;display:none;position:absolute}.product-thumbnails{gap:8px;margin-top:12px;display:flex}.product-thumb{background:var(--bg);border-radius:var(--radius-sm);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;transition:border .2s;display:flex;overflow:hidden}.product-thumb img{object-fit:contain;width:100%;height:100%;display:block}.product-thumb.active{border-color:var(--primary)}.product-fav-corner{z-index:4;cursor:pointer;background:#fff;border:0;border-radius:999px;place-items:center;width:46px;height:46px;padding:0;display:grid;position:absolute;top:14px;right:14px;overflow:hidden}.product-detail-fav-icon-layer{pointer-events:none;border-radius:999px;place-items:center;width:46px;height:46px;display:grid;position:relative;overflow:hidden}.product-detail-fav-static-icon{object-fit:contain;object-position:center;pointer-events:none;width:24px;height:24px;display:block;transform:translate(-1px)}.product-detail-fav-lottie{pointer-events:none;place-items:center;width:68px;height:68px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-detail-fav-lottie>div,.product-detail-fav-lottie svg{width:68px;height:68px;display:block}.product-type{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:12px}.product-detail-title{margin-bottom:8px;font-size:clamp(18px,2.5vw,24px);font-weight:700;line-height:1.3}.product-detail-brand{color:var(--text-light);margin-bottom:16px;font-size:14px}.product-detail-price .original{color:var(--text-light);font-size:14px;text-decoration:line-through}.product-detail-price .current{color:var(--text);font-size:32px;font-weight:800}.product-detail-price .installments{color:var(--text-light);margin-top:4px;font-size:13px}.product-description{color:var(--text-light);margin:20px 0;font-size:14px;line-height:1.6}.stock-warning{border-radius:var(--radius-sm);color:#e65100;background:#fff3e0;border:1px solid #ffcc02;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.qty-selector{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:48px 46px 48px;justify-content:center;align-items:center;width:142px;min-width:142px;height:50px;margin-bottom:16px;display:grid;overflow:hidden}.qty-btn{background:var(--bg);width:48px;height:50px;color:var(--text);border:0;place-items:center;padding:0;font-size:20px;font-weight:800;line-height:1;transition:background .2s;display:grid}.qty-btn:hover{background:var(--border)}.qty-input,.qty-input[type=number]{border:0;border-left:1px solid var(--border);border-right:1px solid var(--border);width:46px;min-width:46px;max-width:46px;height:50px;color:var(--text);text-align:center;appearance:textfield;-webkit-appearance:none;-moz-appearance:textfield;background:#fff;outline:0;margin:0;padding:0;font-size:16px;font-weight:700;line-height:50px}.qty-input::-webkit-outer-spin-button{appearance:none;margin:0}.qty-input::-webkit-inner-spin-button{appearance:none;margin:0}.add-to-cart-btn{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 32px;font-size:16px;font-weight:700;transition:background .2s;display:flex}.add-to-cart-btn:hover{background:var(--primary-dark);transform:none}.product-extra{border-radius:var(--radius);background:#fff;margin-top:24px;padding:32px}.product-extra-grid{grid-template-columns:auto 1fr;align-items:center;gap:20px;display:grid}.product-id{color:var(--text-light);font-size:13px}.support-btn{background:var(--green);color:#fff;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:background .2s;display:inline-flex}.support-btn:hover{background:#388e3c;transform:none}.product-full-desc{color:var(--text-light);border-top:1px solid var(--border);margin-top:24px;padding-top:24px;font-size:15px;line-height:1.8}@media (width<=768px){.product-detail-card{grid-template-columns:1fr;gap:24px;padding:18px}.product-main-img{font-size:100px}.product-fav-corner{width:42px;height:42px;top:12px;right:12px}.product-detail-fav-icon-layer{width:42px;height:42px}.product-detail-fav-static-icon{width:22px;height:22px}.product-detail-fav-lottie,.product-detail-fav-lottie>div,.product-detail-fav-lottie svg{width:62px;height:62px}.product-buy-row{gap:10px}.qty-selector{grid-template-columns:44px 42px 44px;width:130px;min-width:130px;height:48px}.qty-btn{width:44px;height:48px}.qty-input,.qty-input[type=number]{width:42px;min-width:42px;max-width:42px;height:48px;line-height:48px}}.checkout-layout{grid-template-columns:1fr 380px;gap:24px;padding:32px 0;display:grid}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}}.checkout-form{border-radius:var(--radius);background:#fff;padding:32px}.checkout-form h2{margin-bottom:24px;font-size:22px;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.form-row.single{grid-template-columns:1fr}@media (width<=600px){.form-row{grid-template-columns:1fr}}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text-light);font-size:13px;font-weight:600}.form-group input{border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 16px;font-family:inherit;font-size:14px;transition:border .2s}.form-group input:focus{border-color:var(--primary);outline:none}.form-group input.required-empty{border-color:var(--red)}.save-btn{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);margin-top:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s}.save-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.order-summary-box{border-radius:var(--radius);background:#fff;height:fit-content;padding:24px}.order-summary-box h3{margin-bottom:20px;font-size:18px;font-weight:700}.order-item{border-bottom:1px solid var(--border);gap:12px;padding:12px 0;display:flex}.order-item-img{background:var(--bg);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:flex}.order-item-name{font-size:13px;font-weight:500}.order-item-price{color:var(--primary);margin-top:4px;font-size:13px;font-weight:700}.favorites-page{padding-top:36px}.favorites-hint{color:var(--primary);margin-bottom:14px;font-size:14px}.favorites-title-row{align-items:center;gap:14px;margin-bottom:32px;display:flex}.favorites-title-edit,.favorites-title-input{color:var(--text);font-family:inherit;font-size:clamp(32px,5vw,42px);font-weight:900;line-height:1.1}.favorites-title-edit{cursor:text;background:0 0;border:0;padding:0}.favorites-title-edit:hover{color:var(--primary)}.favorites-title-input{border:2px solid var(--primary);background:#fff;border-radius:14px;outline:0;width:min(100%,560px);padding:8px 14px}.favorites-grid,.favorites-product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,260px));align-items:stretch;gap:24px;display:grid}.favorites-product-grid .product-card,.favorites-page .product-card{flex:none;width:260px}.favorites-empty{border:1px solid var(--border);text-align:center;background:#fff;border-radius:22px;padding:48px 24px}.favorites-empty-icon{margin-bottom:12px;font-size:48px}.favorites-empty h2{margin-bottom:8px;font-size:24px}.favorites-empty p{color:var(--text-light)}.favorites-page .product-remove-favorite-btn,.favorites-product-grid .product-remove-favorite-btn,.product-card .product-remove-favorite-btn{display:none}@media (width<=991px){.favorites-page .product-remove-favorite-btn,.favorites-product-grid .product-remove-favorite-btn{color:var(--text-light);background:0 0;border:0;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:700;display:inline-flex}.favorites-page .product-remove-favorite-btn:hover,.favorites-product-grid .product-remove-favorite-btn:hover{color:var(--red)}}@media (width<=768px){.favorites-page{padding-top:24px}.favorites-grid,.favorites-product-grid{grid-template-columns:1fr;gap:0}.favorites-page .product-card,.favorites-product-grid .product-card{border-bottom:1px solid var(--border);background:linear-gradient(90deg, var(--bg) 0, var(--bg) 150px, #fff 150px, #fff 100%);border-radius:0;grid-template-columns:150px minmax(0,1fr);align-items:stretch;gap:0 12px;width:100%;height:auto;min-height:136px;padding:0;display:grid;overflow:hidden}.favorites-page .product-card:hover,.favorites-product-grid .product-card:hover{transform:none}.favorites-page .product-img-wrap,.favorites-product-grid .product-img-wrap{background:0 0;border-radius:0;grid-area:1/1;justify-content:center;align-self:stretch;align-items:center;width:150px;height:100%;min-height:136px;margin:0;padding:12px;display:flex;overflow:hidden}.favorites-page .product-img,.favorites-product-grid .product-img{background:0 0;place-items:center;width:100%;height:100%;display:grid}.favorites-page .product-img img,.favorites-product-grid .product-img img{object-fit:contain;max-width:74%;max-height:74%}.favorites-page .product-badge,.favorites-product-grid .product-badge{padding:5px 8px;font-size:11px;top:8px;left:8px}.favorites-page .product-fav-btn,.favorites-product-grid .product-fav-btn,.favorites-page .product-brand,.favorites-product-grid .product-brand,.favorites-page .product-stock-pill,.favorites-product-grid .product-stock-pill,.favorites-page .product-card-actions-mobile,.favorites-product-grid .product-card-actions-mobile,.favorites-page .product-img-wrap .product-card-actions-mobile,.favorites-product-grid .product-img-wrap .product-card-actions-mobile,.favorites-page .product-card-actions-desktop .product-card-qty,.favorites-product-grid .product-card-actions-desktop .product-card-qty,.favorites-page .product-card-actions-desktop .product-cart-lottie,.favorites-product-grid .product-card-actions-desktop .product-cart-lottie,.favorites-page .product-card-actions-desktop .product-cart-no-lottie,.favorites-product-grid .product-card-actions-desktop .product-cart-no-lottie{display:none}.favorites-page .product-info,.favorites-product-grid .product-info{grid-area:1/2;grid-template-rows:40px 30px 22px;align-content:start;gap:7px;width:100%;min-width:0;height:136px;min-height:136px;padding:14px 12px 12px 0;display:grid}.favorites-page .product-name,.favorites-product-grid .product-name{width:100%;min-width:0;height:40px;min-height:0;color:var(--text);text-align:left;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;grid-row:1;margin:0;font-size:14px;font-weight:500;line-height:1.28;display:-webkit-box;overflow:hidden}.favorites-page .product-price,.favorites-product-grid .product-price{text-align:left;grid-row:2;justify-content:flex-start;align-items:center;width:100%;height:30px;margin:0;padding:0;display:flex}.favorites-page .product-price .original,.favorites-product-grid .product-price .original{display:none}.favorites-page .product-price .current,.favorites-product-grid .product-price .current{color:#111;text-align:left;white-space:nowrap;font-size:22px;font-weight:500;line-height:1}.favorites-page .product-card-actions,.favorites-product-grid .product-card-actions,.favorites-page .product-card-actions-desktop,.favorites-product-grid .product-card-actions-desktop{text-align:left;grid-row:3;justify-content:flex-start;align-items:center;gap:12px;width:100%;height:22px;margin:0;padding:0;display:flex;position:static}.favorites-page .product-card-actions-desktop .product-add-btn,.favorites-product-grid .product-card-actions-desktop .product-add-btn{width:auto;min-width:0;height:auto;color:var(--primary);background:0 0;border-radius:0;padding:0;font-size:14px;font-weight:700;line-height:1.2}.favorites-page .product-card-actions-desktop .product-add-text,.favorites-product-grid .product-card-actions-desktop .product-add-text{display:inline}.favorites-page .product-remove-favorite-btn,.favorites-product-grid .product-remove-favorite-btn{color:var(--text-light);background:0 0;border:0;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex}}@media (width<=480px){.favorites-page .product-card,.favorites-product-grid .product-card{background:linear-gradient(90deg, var(--bg) 0, var(--bg) 148px, #fff 148px, #fff 100%);grid-template-columns:148px minmax(0,1fr);height:auto;min-height:132px}.favorites-page .product-img-wrap,.favorites-product-grid .product-img-wrap{align-self:stretch;width:148px;height:100%;min-height:132px}.favorites-page .product-info,.favorites-product-grid .product-info{grid-template-rows:39px 30px 22px;gap:7px;height:132px;min-height:132px;padding:12px 10px 10px 0}.favorites-page .product-name,.favorites-product-grid .product-name{height:39px;font-size:14px;line-height:1.28}.favorites-page .product-price,.favorites-product-grid .product-price{height:30px}.favorites-page .product-price .current,.favorites-product-grid .product-price .current{font-size:22px}}.orders-search{border:1px solid var(--border);background:#fff;border-radius:999px;gap:0;margin-bottom:20px;display:flex;overflow:hidden}.orders-search input{color:var(--text);background:#fff;border:0;outline:0;flex:1;padding:14px 20px;font-family:inherit;font-size:15px}.orders-search button{background:var(--primary);color:#fff;cursor:pointer;border:0;padding:12px 22px;font-size:18px}.orders-filters{scrollbar-width:none;-webkit-overflow-scrolling:touch;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:12px;padding-bottom:6px;display:flex;overflow:auto hidden}.orders-filters::-webkit-scrollbar{display:none}.status-filter{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:999px;padding:10px 18px;font-weight:600}.status-filter:hover,.status-filter.active{background:var(--primary);color:#fff;border-color:var(--primary)}.order-card{border:1px solid var(--border);background:#fff;border-radius:18px;margin-bottom:22px;overflow:hidden}.order-table-header{border-bottom:1px solid var(--border);color:var(--text-light);text-transform:uppercase;padding:18px 24px;font-size:12px;font-weight:700}.order-table-header>span:nth-child(2),.order-row>div:nth-child(2),.order-table-header>span:nth-child(3),.order-row>div:nth-child(3),.order-table-header>span:nth-child(4),.order-row>div:nth-child(4),.order-table-header>span:nth-child(5),.order-row>div:nth-child(5){text-align:center;justify-self:center}.order-img{background:var(--bg);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:74px;height:74px;font-size:34px;display:flex;overflow:hidden}.order-img img{object-fit:contain;width:100%;height:100%}.order-name{min-width:0;color:var(--text);font-size:14px;font-weight:700;line-height:1.35}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot.processando{background:#f57c00}.status-dot.entregue{background:var(--green)}.status-dot.cancelado{background:var(--red)}.status-dot.chargeback{background:#b42318}.status-dot.enviado{background:var(--primary)}.btn-order{background:var(--primary);color:#fff;cursor:pointer;text-align:center;border:0;border-radius:999px;width:130px;padding:9px 14px;font-size:13px;font-weight:800}.btn-order:hover{background:var(--primary-dark)}.btn-order.outline:hover{background:var(--primary);border-color:var(--primary);color:#fff}.order-show-more{align-items:center;margin-top:14px;padding:0 24px 16px;display:flex}.order-show-more .btn-order{white-space:nowrap;width:auto;min-width:150px;max-width:none;padding-inline:22px}.order-meta{border-top:1px solid var(--border);color:var(--text-light);background:#fff;align-items:center;gap:10px;padding:14px 24px;font-size:13px;font-weight:600;display:flex}.order-timeline-shell{border:1px solid var(--border);background:linear-gradient(#fff 0%,#fafcff 100%);border-radius:22px;margin-top:18px;margin-bottom:16px;padding:24px;position:relative;overflow:hidden}.order-timeline-header{flex-wrap:wrap;justify-content:space-between;gap:16px;margin-bottom:20px;display:flex}.order-timeline-meta-top{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.order-timeline-meta-top span{align-items:center;gap:4px;display:inline-flex}.timeline-status-row{margin-bottom:24px}.status-pill{color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:13px;font-weight:900;display:inline-flex}.status-pill.processando{background:#f57c00}.status-pill.enviado{background:var(--primary)}.status-pill.entregue{background:var(--green)}.status-pill.cancelado{background:var(--red)}.status-pill.chargeback{background:#b42318}.order-timeline.premium{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;width:100%;margin:0 auto 28px;display:grid}.timeline-step{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.timeline-top{justify-content:center;align-items:center;width:100%;height:62px;display:flex;position:relative}.timeline-dot{color:#475569;z-index:2;background:#e3e8f1;border:2px solid #d8dee9;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.timeline-dot.done{border-color:var(--primary);color:var(--primary-dark);background:#1a73e81f}.timeline-dot.active{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.timeline-icon{justify-content:center;align-items:center;line-height:1;display:inline-flex}.timeline-icon svg{color:currentColor;stroke-width:2.7px;width:23px;height:23px}.timeline-line{z-index:1;background:#dfe5ef;border-radius:999px;width:calc(100% - 68px);height:5px;position:absolute;top:50%;left:calc(50% + 34px);overflow:hidden;transform:translateY(-50%)}.timeline-line.done:after{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--primary-dark) 100%);position:absolute;inset:0}.timeline-label{width:100%;max-width:180px;color:var(--text);margin-top:12px;font-size:16px;font-weight:800;line-height:1.25}.timeline-label.done,.timeline-label.active{color:var(--primary-dark)}.timeline-info-box{color:var(--text-light);background:#f4f8ff;border:1px solid #d9e7ff;border-radius:18px;align-items:flex-start;gap:14px;padding:18px 20px;font-size:15px;line-height:1.45;display:flex}.timeline-info-icon{color:var(--text-light);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.order-detail-content{min-width:0;color:var(--text-light);line-height:1.7}.contact-link{border:1px solid var(--primary);min-width:320px;color:var(--primary);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:12px 28px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}@media (width<=980px){.order-table-header{display:none}.order-card{border-radius:18px;margin-bottom:18px}.order-row{grid-template-columns:1fr;gap:14px;padding:18px}.order-row-extra{grid-template-columns:1fr auto auto;align-items:center;gap:10px 14px;padding:14px 18px}.order-row-extra .order-product{grid-column:1/-1}.order-row-extra .order-qty,.order-row-extra .order-price{font-size:13px}.order-row-extra .order-qty:before{content:"Qtd: ";color:var(--text-light);font-weight:700}.order-row-extra .order-price:before{content:"Pago: ";color:var(--text-light);font-weight:700}.order-product{align-items:flex-start}.status-inline{justify-content:flex-start}.order-actions-btn{flex-flow:wrap;justify-content:flex-start;align-items:stretch}.btn-order,.contact-link{width:100%;min-width:0}.order-show-more{padding:0 18px 16px}.order-show-more .btn-order{white-space:nowrap;width:auto;min-width:160px}.order-meta{flex-wrap:wrap;padding:14px 18px}.order-timeline-shell{border-radius:20px;margin:18px 0;padding:20px 16px}.order-timeline-header{justify-content:flex-start;margin-bottom:16px}.order-timeline-meta-top{gap:8px;font-size:13px}.timeline-status-row{margin-bottom:20px}.order-timeline.premium{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:22px}.timeline-step{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.timeline-top{justify-content:center;width:100%;height:58px}.timeline-dot{width:50px;height:50px}.timeline-icon svg{width:21px;height:21px}.timeline-line{width:calc(100% - 62px);height:4px;left:calc(50% + 31px)}.timeline-label{max-width:86px;margin-top:10px;font-size:12px;line-height:1.2;display:none}.timeline-label.active{display:block}.timeline-info-box{padding:16px;font-size:14px}.order-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.order-detail-block h4{font-size:15px}.order-detail-content{font-size:14px;line-height:1.6}.order-contact-email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (width<=768px){.orders-filters{white-space:nowrap;flex-wrap:nowrap;flex:none;justify-content:flex-start;gap:8px;min-width:max-content;margin-inline:-12px;padding-inline:12px;overflow-x:auto}}@media (width<=560px){.orders-search{border-radius:18px}.orders-search input{padding:12px 14px}.order-card{border-radius:16px}.order-img{width:62px;height:62px;font-size:30px}.order-row-extra .order-img{width:52px;height:52px;font-size:25px}.order-show-more .btn-order{min-width:170px}.order-timeline-shell{padding:18px 14px}.order-timeline-meta-top{flex-direction:column;align-items:flex-start}.timeline-separator{display:none}.timeline-dot{width:46px;height:46px}.timeline-icon svg{width:20px;height:20px}.timeline-line{width:calc(100% - 56px);left:calc(50% + 28px)}.timeline-label{max-width:74px;font-size:11px}.timeline-info-box{gap:10px;padding:14px;font-size:13px}.order-details-grid{gap:10px}.order-detail-block h4{font-size:14px}.order-detail-content{font-size:13px;line-height:1.55}}@media (width<=480px){.order-details-grid{gap:8px}.order-detail-block h4{font-size:13px}.order-detail-content{font-size:12px;line-height:1.5}.order-contact-email{max-width:90px}}@media (width<=380px){.order-timeline-shell{padding-inline:10px}.timeline-dot{width:42px;height:42px}.timeline-icon svg{width:18px;height:18px}.timeline-line{width:calc(100% - 50px);left:calc(50% + 25px)}.timeline-label{max-width:68px;font-size:10.5px}}.contact-btn-center{text-align:center;padding:36px 16px 20px}.contact-link{border:1px solid var(--primary);color:var(--primary);background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:320px;padding:12px 28px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.contact-link:hover{background:var(--primary);color:#fff}@media (width<=980px){.order-table-header{display:none}.order-card{border-radius:18px;margin-bottom:18px}.order-row{grid-template-columns:1fr;gap:14px;padding:18px}.order-row-extra{grid-template-columns:1fr auto auto;align-items:center;gap:10px 14px;padding:14px 18px}.order-row-extra .order-product{grid-column:1/-1}.order-row-extra .order-qty,.order-row-extra .order-price{font-size:13px}.order-row-extra .order-qty:before{content:"Qtd: ";color:var(--text-light);font-weight:700}.order-row-extra .order-price:before{content:"Pago: ";color:var(--text-light);font-weight:700}.order-product{align-items:flex-start}.status-inline{justify-content:flex-start}.order-actions-btn{flex-flow:wrap;align-items:stretch}.btn-order,.contact-link{width:100%;min-width:0}.order-meta{flex-wrap:wrap;padding:14px 18px}.order-timeline-shell{border-radius:20px;margin:18px 0;padding:20px 16px}.order-timeline-header{justify-content:flex-start;margin-bottom:16px}.order-timeline-meta-top{gap:8px;font-size:13px}.timeline-status-row{margin-bottom:20px}.order-timeline.premium{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:22px}.timeline-step{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.timeline-top{justify-content:center;width:100%;height:58px}.timeline-dot{width:50px;height:50px}.timeline-icon svg{width:21px;height:21px}.timeline-line{width:calc(100% - 62px);height:4px;top:50%;left:calc(50% + 31px);transform:translateY(-50%)}.timeline-label{max-width:86px;margin-top:10px;font-size:12px;line-height:1.2;display:none}.timeline-label.active{display:block}.timeline-info-box{padding:16px;font-size:14px}}@media (width<=768px){.orders-filters{white-space:nowrap;flex-wrap:nowrap;flex:none;justify-content:flex-start;gap:8px;min-width:max-content;margin-inline:-12px;padding-inline:12px;overflow-x:auto}}@media (width<=560px){.orders-search{border-radius:18px}.orders-search input{padding:12px 14px}.order-card{border-radius:16px}.order-img{width:62px;height:62px;font-size:30px}.order-row-extra .order-img{width:52px;height:52px;font-size:25px}.order-timeline-shell{padding:18px 14px}.order-timeline-meta-top{flex-direction:column;align-items:flex-start}.timeline-separator{display:none!important}.timeline-dot{width:46px;height:46px}.timeline-icon svg{width:20px;height:20px}.timeline-line{width:calc(100% - 56px);height:4px;left:calc(50% + 28px)}.timeline-label{max-width:74px;font-size:11px}.timeline-info-box{gap:10px;padding:14px;font-size:13px}}@media (width<=380px){.order-timeline-shell{padding-inline:10px}.timeline-dot{width:42px;height:42px}.timeline-icon svg{width:18px;height:18px}.timeline-line{width:calc(100% - 50px);left:calc(50% + 25px)}.timeline-label{max-width:68px;font-size:10.5px}}.order-table-header,.order-row{grid-template-columns:minmax(320px,2.3fr) 90px 120px 140px 150px;align-items:center;gap:18px;display:grid}.order-table-header{color:var(--text-light);text-transform:uppercase;border-bottom:1px solid var(--border);padding:18px 24px;font-size:12px;font-weight:700}.order-table-header>span:first-child,.order-row>div:first-child{text-align:left;justify-self:start}.order-table-header>span:nth-child(2),.order-row>div:nth-child(2),.order-table-header>span:nth-child(3),.order-row>div:nth-child(3),.order-table-header>span:nth-child(4),.order-row>div:nth-child(4),.order-table-header>span:nth-child(5),.order-row>div:nth-child(5){text-align:center;justify-self:center}.order-row{border-bottom:1px solid var(--border);padding:28px 24px}.order-product{align-items:center;gap:14px;min-width:0;display:flex}.order-name{min-width:0}.order-description{color:var(--text-light);margin-top:4px;font-size:12px;font-weight:500}.order-qty,.order-price{min-width:0;color:var(--text);text-align:center;font-size:14px;font-weight:600}.status-inline{justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;display:inline-flex}.status-text{color:var(--text);white-space:nowrap;font-size:13px;font-weight:700}.order-actions-btn{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.btn-order{text-align:center;background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:999px;width:130px;padding:9px 14px;font-size:13px;font-weight:800}.btn-order.outline{border:1px solid var(--border);color:var(--text);background:#fff}.order-row-extra{background:#fcfdff;grid-template-columns:minmax(320px,2.3fr) 90px 120px;padding-top:16px;padding-bottom:16px}.order-row-extra>div:first-child{text-align:left;justify-self:start}.order-row-extra>div:nth-child(2),.order-row-extra>div:nth-child(3){text-align:center;justify-self:center}.order-row-extra .order-img{width:58px;height:58px;font-size:28px}.order-row-extra .order-name{font-size:13px}.order-row-extra .order-price{font-weight:800}.order-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:18px;display:grid}.order-detail-block{min-width:0}.order-detail-block h4{margin-bottom:8px}.order-detail-content{color:var(--text-light);min-width:0;line-height:1.7}.order-detail-content>div{min-width:0}.order-contact-email{min-width:0;display:block}@media (width<=980px){.order-table-header{display:none}.order-row{grid-template-columns:1fr;gap:14px;padding:18px}.order-row-extra{grid-template-columns:1fr auto auto;align-items:center;gap:10px 14px;padding:14px 18px}.order-row-extra .order-product{grid-column:1/-1}.order-row-extra .order-qty:before{content:"Qtd: ";color:var(--text-light);font-weight:700}.order-row-extra .order-price:before{content:"Pago: ";color:var(--text-light);font-weight:700}.status-inline{justify-content:flex-start}.order-actions-btn{flex-flow:wrap;justify-content:flex-start}.btn-order{width:100%}.order-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.order-detail-block h4{font-size:15px}.order-detail-content{font-size:14px;line-height:1.6}.order-contact-email{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}}@media (width<=640px){.order-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.order-detail-block h4{font-size:14px}.order-detail-content{font-size:13px;line-height:1.55}.order-contact-email{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}@media (width<=480px){.order-details-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.order-detail-block h4{font-size:13px}.order-detail-content{font-size:12px;line-height:1.5}.order-contact-email{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.services-page-banner{background-image:var(--services-page-banner-bg,url(/images/banners/banner-servicos-farmacia.png));isolation:isolate;background-position:100%;background-size:cover;border-radius:18px;align-items:center;width:100%;max-width:1240px;min-height:350px;margin:32px auto;padding:32px 40px;display:flex;position:relative;overflow:hidden}.services-page-banner:before{content:"";z-index:-1;background:linear-gradient(90deg,#0a234bc2 0%,#0a234b7a 45%,#0a234b1f 100%);position:absolute;inset:0}.services-page-banner-content{color:#fff;z-index:2;max-width:560px;position:relative}.services-page-banner-badge{color:#fff;letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;border-radius:999px;align-items:center;width:fit-content;margin-bottom:14px;padding:7px 14px;font-size:12px;font-weight:800;display:inline-flex}.services-page-banner h1{color:#fff;margin-bottom:12px;font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1.1}.services-page-banner p{color:#ffffffeb;max-width:520px;font-size:15px;line-height:1.5}@media (width<=768px){.services-page-banner{background-position:100%;border-radius:16px;min-height:190px;margin:20px 0 28px;padding:24px 20px}.services-page-banner:before{background:linear-gradient(90deg,#0a234bdb 0%,#0a234b9e 60%,#0a234b47 100%)}.services-page-banner h1{font-size:28px}.services-page-banner p{font-size:13px}.services-page-banner-badge{margin-bottom:10px;padding:6px 12px;font-size:11px}}.services-grid{grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:32px;display:grid}.service-card{border-radius:var(--radius);background:#fff;grid-template-columns:260px 1fr;transition:transform .25s,all;display:grid;overflow:hidden}.service-card:hover{transform:translateY(-4px)}.service-img{background:var(--bg);justify-content:center;align-items:center;min-height:220px;padding:24px;display:flex;overflow:hidden}.service-img img{object-fit:contain;width:100%;max-width:210px;height:auto;max-height:210px;transition:transform .25s;display:block}.service-card:hover .service-img img{transform:scale(1.04)}.service-bg-blue{background:#dcefff}.service-bg-pink{background:#f8d2df}.service-bg-green{background:#dff2e2}.service-bg-yellow{background:#ffedc7}.service-bg-purple{background:#eadfff}.service-bg-soft{background:#eef3ff}.service-content{flex-direction:column;gap:12px;padding:32px;display:flex}.service-content h3{min-height:48px;font-size:20px;font-weight:700}.service-content p{color:var(--text-light);min-height:78px;font-size:14px;line-height:1.7}.service-avail-btn{border:2px solid var(--red);color:var(--red);background:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;margin-top:auto;padding:10px 24px;font-size:14px;font-weight:800;transition:background .2s,color .2s,transform .2s,all;display:inline-flex}.service-avail-btn:hover{background:var(--red);color:#fff;transform:translateY(-2px)}@media (width<=768px){.services-grid{grid-template-columns:1fr;gap:20px}.service-card{grid-template-columns:1fr}.service-img{min-height:190px;padding:22px}.service-img img{max-width:170px;max-height:170px}.service-content{padding:24px}.service-content h3,.service-content p{min-height:auto}}@media (width<=480px){.service-img{min-height:165px;padding:18px}.service-img img{max-width:145px;max-height:145px}.service-content{padding:20px}.service-avail-btn{width:100%}}.stores-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:32px;display:grid}.store-card{border-radius:var(--radius);background:#fff;overflow:hidden}.store-img{background:var(--bg);justify-content:center;align-items:center;height:200px;font-size:60px;display:flex}.store-img img{object-fit:cover;width:100%;height:100%}.store-info{padding:20px}.store-info h3{margin-bottom:8px;font-size:18px;font-weight:700}.store-info p{color:var(--text-light);font-size:14px;line-height:1.6}.store-info .store-hours{color:var(--green);margin-top:12px;font-size:13px;font-weight:600}:is(.account-page,.section:has(.account-layout)){min-height:calc(100vh - 620px)}.account-layout{grid-template-columns:240px 1fr;gap:24px;min-height:520px;padding:32px 0;display:grid}.account-sidebar{border-radius:var(--radius);background:#fff;height:fit-content;padding:24px}.account-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:32px;font-weight:700;display:flex}.account-name{text-align:center;margin-bottom:24px;font-size:16px;font-weight:700}.account-menu-item{border-radius:var(--radius-sm);color:var(--text-light);cursor:pointer;align-items:center;gap:10px;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.account-menu-icon{flex:none}.account-menu-item span{line-height:1.2}.account-menu-item:hover,.account-menu-item.active{background:var(--bg);color:var(--primary);font-weight:600}.account-content{border-radius:var(--radius);background:#fff;padding:32px}.account-content h2{margin-bottom:24px;font-size:22px;font-weight:700}.account-dashboard-page{background:var(--bg)}.account-dashboard-header{border:1px solid var(--border);background:#fff;border-radius:18px;align-items:center;gap:18px;margin-bottom:24px;padding:28px 30px;display:flex}.account-dashboard-avatar{color:#fff;background:var(--primary);border-radius:999px;flex:0 0 72px;place-items:center;width:72px;height:72px;font-size:30px;font-weight:900;display:grid}.account-dashboard-eyebrow{color:var(--primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:13px;font-weight:900;display:block}.account-dashboard-header h1{color:var(--text);margin:0 0 6px;font-size:clamp(24px,3vw,34px);font-weight:900;line-height:1.1}.account-dashboard-header p{color:var(--text-light);margin:0;font-size:15px;font-weight:500}.account-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.account-dashboard-card{border:1px solid var(--border);min-height:86px;color:var(--text);background:#fff;border-radius:8px;align-items:center;gap:20px;padding:22px 26px;transition:transform .18s,border-color .18s;display:flex}.account-dashboard-card:hover{border-color:#1a73e840;transform:translateY(-2px)}.account-dashboard-card-icon{position:relative;overflow:visible}.account-dashboard-notification-bubble{z-index:4;border:2px solid var(--red);background:var(--red);color:#fff;pointer-events:none;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 5px;font-size:10px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:-8px;right:-10px}.account-dashboard-card-label{color:#3c4043;letter-spacing:.04em;text-transform:uppercase;font-size:15px;font-weight:900}.account-dashboard-card-logout{border:1px solid var(--border);text-align:left;width:100%}.account-dashboard-card-logout .account-dashboard-card-icon,.account-dashboard-card-logout .account-dashboard-card-label{color:var(--red)}@media (width<=991px){.account-dashboard-header{border-radius:16px;padding:22px}.account-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-dashboard-card{min-height:78px;padding:18px 20px}}@media (width<=600px){.account-dashboard-header{align-items:flex-start;padding:20px}.account-dashboard-avatar{flex-basis:56px;width:56px;height:56px;font-size:24px}.account-dashboard-header h1{font-size:24px}.account-dashboard-header p{font-size:14px}.account-dashboard-grid{grid-template-columns:1fr;gap:10px}.account-dashboard-card{gap:14px;min-height:62px;padding:16px 18px}.account-dashboard-card-icon{flex-basis:30px;width:30px;height:30px}.account-dashboard-card-icon svg{width:24px;height:24px}.account-dashboard-card-label{font-size:14px}}.support-page{background:var(--bg)}.support-hero{background:linear-gradient(90deg, #fffffffa 0%, #fffffff0 42%, #ffffff8c 62%, #ffffff1f 100%), var(--support-hero-bg,url(/images/banners/banner-atendimento-farmacia.png));border:1px solid var(--border);background-color:#fff;background-position:100%;background-repeat:no-repeat;background-size:contain;border-radius:28px;grid-template-columns:minmax(0,560px) 1fr;align-items:center;gap:36px;min-height:420px;padding:54px 48px;display:grid;position:relative;overflow:hidden}.support-hero-content{z-index:2;max-width:560px;position:relative}.support-hero-badge{width:fit-content;color:var(--primary);background:#1a73e81a;border:1px solid #1a73e82e;border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:8px 15px;font-size:13px;font-weight:900;display:inline-flex}.support-hero h1{max-width:520px;color:var(--text);margin:0 0 20px;font-size:clamp(38px,5vw,62px);font-weight:900;line-height:1.02}.support-hero p{max-width:520px;color:var(--text-light);margin:0;font-size:17px;font-weight:500;line-height:1.7}.support-search{background:#fff;border:2px solid #1a73e82e;border-radius:999px;align-items:center;gap:12px;width:min(100%,520px);height:54px;margin-top:30px;padding:0 18px;display:flex}.support-search svg{color:var(--primary);flex:none}.support-search input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:15px}.support-contact-strip{z-index:3;flex-wrap:nowrap;justify-content:center;align-items:center;gap:14px;width:100%;margin:26px auto 32px;display:flex;position:relative}.support-contact-chip{min-height:48px;color:var(--text);border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:14px;font-weight:900;display:inline-flex}.support-contact-chip svg{color:var(--primary)}.support-contact-chip-primary{color:#fff;background:var(--primary);border-color:var(--primary)}.support-contact-chip-primary svg{color:#fff}.support-contact-chip-mobile-only{display:none}.support-info-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 0 34px;display:grid}.support-info-cards article{border:1px solid var(--border);background:#fff;border-radius:20px;align-items:flex-start;gap:16px;min-height:112px;padding:24px 26px;display:flex}.support-info-cards svg{color:var(--primary);flex:none}.support-info-cards h3{color:var(--text);margin:0 0 6px;font-size:17px;font-weight:900}.support-info-cards p{color:var(--text-light);margin:0;font-size:14px;line-height:1.5}.support-faq-section{gap:22px;margin-top:10px;display:grid}.support-category-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:4px;display:flex}.support-category-tab{min-height:42px;color:var(--primary);background:var(--white);border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:900;transition:transform .18s,background .18s,color .18s;display:inline-flex}.support-category-tab:hover{color:#fff;background:var(--primary);transform:translateY(-1px)}.support-category-tab.active{color:#fff;background:var(--primary-dark);transform:translateY(-1px)}.support-faq-card{border:1px solid var(--border);background:#fff;border-radius:24px;width:min(100%,920px);margin:0 auto;padding:28px}.support-faq-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.support-faq-header span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.support-faq-header h2{color:var(--text);margin:0;font-size:24px;font-weight:900}.support-faq-link{white-space:nowrap;color:#fff;background:var(--primary);border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:13px;font-weight:900;display:inline-flex}.support-faq-list{display:grid}.support-faq-item{border-bottom:1px solid var(--border)}.support-faq-item:last-child{border-bottom:0}.support-faq-item button{width:100%;color:var(--text);text-align:left;justify-content:space-between;align-items:center;gap:18px;padding:18px 0;font-size:15px;font-weight:900;display:flex}.support-faq-item button svg{color:var(--primary);transition:transform .18s}.support-faq-item.open button svg{transform:rotate(180deg)}.support-faq-item p,.support-empty-result p{max-width:760px;color:var(--text-light);margin:-4px 0 18px;font-size:14px;line-height:1.6}.support-empty-result{padding:24px 0}.support-empty-result h3{margin:0 0 8px}.contact-page{background:var(--bg)}.contact-hero{background:linear-gradient(270deg, #fff 35%, #ffffffe6 40%, #ffffff9e 45%, #ffffff2e 50%), var(--contact-hero-bg,url(/images/banners/banner-contato-farmacia.png));border:1px solid var(--border);background-color:#fff;background-position:-30%;background-repeat:no-repeat;background-size:auto 100%;border-radius:28px;grid-template-columns:minmax(0,560px) minmax(360px,520px);align-items:center;gap:36px;min-height:390px;padding:48px;display:grid;position:relative;overflow:hidden}.contact-hero-content{z-index:2;max-width:560px;position:relative}.contact-hero-badge{width:fit-content;color:var(--primary);background:#1a73e81a;border:1px solid #1a73e829;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex}.contact-hero h1{max-width:560px;color:var(--text);margin:0 0 16px;font-size:clamp(34px,5vw,58px);font-weight:900;line-height:1.04}.contact-hero p{max-width:540px;color:var(--text);margin:0;font-size:17px;font-weight:500;line-height:1.6}.contact-hero-panel{z-index:3;border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-radius:24px;justify-self:end;max-width:520px;padding:30px;position:relative}.contact-hero-panel-icon{color:#fff;background:var(--primary);border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:16px;display:grid}.contact-hero-panel h2{color:var(--text);margin:0 0 8px;font-size:24px;font-weight:900}.contact-hero-panel p{margin-bottom:20px;font-size:15px}.contact-whatsapp-btn,.contact-submit-btn{color:#fff;background:var(--primary);border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 22px;font-size:14px;font-weight:900;display:inline-flex}.contact-options-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0;display:grid}.contact-option-card{min-height:112px;color:inherit;border:1px solid var(--border);background:#fff;border-radius:20px;align-items:flex-start;gap:16px;padding:24px 26px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.contact-option-card:hover{border-color:#1a73e840;transform:translateY(-2px)}.contact-option-icon{width:48px;height:48px;color:var(--primary);background:#1a73e81a;border-radius:16px;flex:none;place-items:center;display:grid}.contact-option-card h3{color:var(--text);margin:0 0 6px;font-size:17px;font-weight:900}.contact-option-card strong{color:var(--primary);margin-bottom:6px;font-size:14px;font-weight:900;display:block}.contact-option-card p{color:var(--text-light);margin:0;font-size:14px;line-height:1.5}.contact-content-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.contact-form-card,.contact-info-card{border:1px solid var(--border);background:#fff;border-radius:24px;padding:30px}.contact-section-title{margin-bottom:22px}.contact-section-title span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.contact-section-title h2{color:var(--text);margin:0;font-size:24px;font-weight:900}.contact-section-title p{color:var(--text-light);margin:8px 0 0;font-size:14px;line-height:1.6}.contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.contact-form-card .form-group{margin-bottom:16px}.contact-form-card select,.contact-form-card textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;outline:0;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.contact-form-card textarea{resize:vertical;min-height:130px}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:var(--primary)}.contact-info-list{gap:18px;display:grid}.contact-info-list>div{align-items:flex-start;gap:14px;display:flex}.contact-info-list svg{color:var(--primary);flex:none}.contact-info-list h3{color:var(--text);margin:0 0 5px;font-size:15px;font-weight:900}.contact-info-list p{color:var(--text-light);margin:0;font-size:14px;line-height:1.5}@media (width>=992px) and (width<=1200px){.contact-hero{background-position:0%;background-size:auto 100%;grid-template-columns:minmax(0,460px) minmax(320px,1fr);gap:28px;padding:42px 36px}.contact-hero-content{max-width:460px}.contact-hero h1{max-width:460px;font-size:clamp(40px,4.4vw,52px);line-height:1.04}.contact-hero p{max-width:440px;font-size:16px}.contact-hero-panel{max-width:460px;padding:28px}}@media (width<=991px){.support-contact-chip-desktop-only{display:none}.support-contact-chip-mobile-only{display:inline-flex}.support-hero{background:linear-gradient(90deg, #ffffffe6 0%, #ffffffc2 42%, #ffffff57 68%, #ffffff0a 100%), var(--support-hero-bg,url(/images/banners/banner-atendimento-farmacia.png));background-color:#fff;background-position:90%;background-repeat:no-repeat;background-size:auto 100%;grid-template-columns:1fr;min-height:420px;padding:40px 28px}.support-hero-content{max-width:560px}.support-contact-strip{scrollbar-width:none;flex-wrap:nowrap;justify-content:center;margin:22px auto 28px;padding:0 4px 4px;overflow-x:auto}.support-contact-strip::-webkit-scrollbar{display:none}.support-contact-chip{flex:none}.support-info-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.support-info-cards article{gap:10px;min-height:112px;padding:18px 16px}.support-info-cards h3{font-size:14px}.support-info-cards p{font-size:12px;line-height:1.45}.contact-hero{background:linear-gradient(270deg, #fff 8%, #ffffffe0 12%, #ffffff7a 16%, #ffffff1a 20%), var(--contact-hero-bg,url(/images/banners/banner-contato-farmacia.png));background-color:#fff;background-position:88%;background-repeat:no-repeat;background-size:auto 100%;grid-template-columns:1fr;gap:24px;min-height:420px;padding:40px 28px}.contact-hero-content{z-index:2;max-width:560px;position:relative}.contact-hero-badge{width:fit-content;color:var(--primary);white-space:nowrap;background:#1a73e81a;border:1px solid #1a73e829;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 14px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.contact-hero p{display:none}.contact-hero-panel{z-index:3;justify-self:stretch;max-width:100%;position:relative}.contact-options-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.contact-option-card{gap:10px;min-height:112px;padding:18px 16px}.contact-option-card h3{font-size:14px}.contact-option-card strong,.contact-option-card p{font-size:12px}.contact-content-grid{grid-template-columns:1fr}.support-faq-header{flex-direction:column}}@media (width<=768px){.support-info-cards,.contact-options-grid{display:none}.contact-hero{margin-bottom:30px}}@media (width<=600px){.support-hero{background:linear-gradient(90deg, #ffffffeb 0%, #ffffffc2 44%, #ffffff4d 72%, #ffffff05 100%), var(--support-hero-bg,url(/images/banners/banner-atendimento-farmacia.png));background-position:80%;background-repeat:no-repeat;background-size:auto 100%;border-radius:22px;min-height:360px;padding:30px 20px}.contact-hero{background:var(--contact-hero-bg,url(/images/banners/banner-contato-farmacia.png));background-color:#fff;background-position:74%;background-repeat:no-repeat;background-size:auto 100%;border-radius:22px;min-height:360px;padding:30px 20px}.support-hero h1,.contact-hero h1{font-size:34px}.support-hero p,.contact-hero p{font-size:15px}.support-search{height:50px;margin-top:24px}.support-contact-strip{flex-flow:row;justify-content:flex-start;margin:20px 0 26px;padding:0 2px 6px;overflow-x:auto}.support-contact-chip{flex:none;min-width:max-content}.support-category-tabs{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.support-category-tabs::-webkit-scrollbar{display:none}.support-category-tab{flex:none}.support-faq-card,.contact-form-card,.contact-info-card,.contact-hero-panel{border-radius:20px;padding:22px}.contact-form-grid{grid-template-columns:1fr;gap:0}}.discounts-page{background:var(--bg)}.discounts-hero{background:linear-gradient(90deg, #092042d1 0%, #0920429e 42%, #0920421f 100%), var(--discounts-hero-bg,url(/images/banners/banner-ofertas-farmacia.png));background-position:100%;background-size:cover;border-radius:28px;min-height:330px;margin-bottom:34px;position:relative;overflow:hidden}.discounts-hero-content{color:#fff;max-width:560px;padding:56px 64px}.discounts-hero-kicker{color:#fff;letter-spacing:.04em;background:#ffffff2e;border-radius:999px;align-items:center;width:fit-content;margin-bottom:16px;padding:8px 15px;font-size:13px;font-weight:900;display:inline-flex}.discounts-hero h1{color:#fff;max-width:540px;margin:0 0 16px;font-size:clamp(34px,4.6vw,56px);font-weight:900;line-height:1.05}.discounts-hero p{color:#ffffffeb;max-width:500px;font-size:17px;line-height:1.55}.discounts-page-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.discounts-page-header h2{color:var(--text);margin:0;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1.1}.discounts-page-header p{max-width:560px;color:var(--text-light);margin-top:8px;font-size:15px;line-height:1.5}.discounts-products-grid{align-items:stretch}.discounts-products-grid .product-card{flex:none;width:100%}@media (width<=991px){.discounts-page{padding-bottom:90px}.discounts-hero{background-position:78%;border-radius:22px;min-height:270px;margin-bottom:24px}.discounts-hero-content{max-width:100%;padding:28px 22px 52px}.discounts-hero-kicker{margin-bottom:12px;padding:6px 12px;font-size:11px}.discounts-hero h1{max-width:300px;font-size:30px}.discounts-hero p{max-width:310px;font-size:14px}.discounts-page-header{margin-bottom:18px;display:block}.discounts-page-header h2{font-size:28px}.discounts-page-header p{font-size:14px}.discounts-page-header .category-clear-all{margin-top:14px}}@media (width<=560px){.discounts-hero{border-radius:20px;min-height:245px}.discounts-hero-content{padding:24px 18px 46px}.discounts-hero h1{max-width:270px;font-size:27px}.discounts-hero p{max-width:275px;font-size:13px}}@media (width<=768px){.search-result-item .search-result-info .price,.search-result-img{display:none}.search-result-item{padding:10px 16px}}.page-enter{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.site-main{min-height:50vh;padding-bottom:72px}@media (width<=991px){#root{padding-bottom:0}.site-main{padding-bottom:108px}}.home-pickup-banner{background-image:var(--home-pickup-bg,url(/images/banners/banner-retirada-loja-farmacia.png));isolation:isolate;background-position:100%;background-size:cover;border-radius:28px;align-items:center;min-height:250px;padding:38px 46px;text-decoration:none;transition:transform .25s;display:flex;position:relative;overflow:hidden}.home-pickup-banner:before{content:"";z-index:-1;background:linear-gradient(90deg,#052252db 0%,#052252ad 36%,#05225247 68%,#0522520f 100%);position:absolute;inset:0}.home-pickup-banner:hover{transform:translateY(-4px)}.home-pickup-content{color:#fff;z-index:2;max-width:560px;position:relative}.home-pickup-badge{background:var(--yellow);width:fit-content;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;margin-bottom:16px;padding:8px 16px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.home-pickup-content h2{color:#fff;max-width:520px;margin-bottom:14px;font-size:clamp(30px,4vw,48px);font-weight:900;line-height:1.05}.home-pickup-content p{color:#ffffffeb;max-width:500px;margin-bottom:22px;font-size:16px;line-height:1.6}.home-pickup-btn{width:fit-content;color:var(--primary);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:900;transition:transform .2s;display:inline-flex}.home-pickup-banner:hover .home-pickup-btn{transform:translateY(-2px)}@media (width<=768px){.home-pickup-banner{background-position:100%;border-radius:22px;min-height:250px;padding:28px 22px}.home-pickup-banner:before{background:linear-gradient(90deg,#052252eb 0%,#052252c7 58%,#05225257 100%)}.home-pickup-content{max-width:92%}.home-pickup-content h2{font-size:30px}.home-pickup-content p{font-size:14px;line-height:1.5}.home-pickup-btn{padding:11px 20px;font-size:13px}}.home-services-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.home-service-mini-card{border:1px solid var(--border);min-height:225px;color:var(--text);background:#fff;border-radius:22px;flex-direction:column;align-items:stretch;gap:14px;padding:12px;text-decoration:none;transition:transform .22s,border-color .22s;display:flex;overflow:hidden}.home-service-mini-card:hover{border-color:#1a73e852;transform:translateY(-4px)}.home-service-mini-icon{background:#eef5ff;border-radius:16px 16px 0 0;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:128px;min-height:112px;display:flex;overflow:hidden}.home-service-mini-icon img{object-fit:cover;object-position:center center;width:100%;height:200%;padding:0;transition:transform .22s;display:block;transform:scale(.85)}.home-service-mini-card:hover .home-service-mini-icon img{transform:scale(1)}.home-service-mini-card>div:last-child{text-align:left;min-width:0;padding:0 10px 10px}.home-service-mini-card h3{color:var(--text);margin:0 0 6px;font-size:16px;font-weight:800;line-height:1.2}.home-service-mini-card p{color:var(--text-light);margin:0;font-size:13px;line-height:1.45}@media (width<=991px){.home-services-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-service-mini-card{min-height:235px;padding:11px}.home-service-mini-icon{object-position:center center;height:140px;min-height:140px}}@media (width<=768px){.home-services-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-service-mini-card{border-radius:20px;min-height:220px;padding:10px}.home-service-mini-card:hover{transform:none}.home-service-mini-icon{border-radius:16px;width:100%;height:180px;min-height:180px;margin-bottom:4px}.home-service-mini-icon img{object-fit:contain;object-position:center center;width:100%;height:100%;transform:scale(.8)}.home-service-mini-card>div:last-child{text-align:left;padding:0 14px 12px}.home-service-mini-card h3{margin:0 0 6px;font-size:16px;line-height:1}.home-service-mini-card p{font-size:13px;line-height:1.45;display:block}}@media (width<=420px){.home-service-mini-card{border-radius:18px;min-height:214px;padding:9px}.home-service-mini-icon{border-radius:15px;height:112px;min-height:112px}.home-service-mini-card h3{font-size:15px}.home-service-mini-card p{font-size:12.5px}}@media (width<=1024px){.container{max-width:100%;padding-left:20px;padding-right:20px}.nav-bar .container{gap:24px}.nav-item{padding-left:12px;padding-right:12px;font-size:14px}.mega-dropdown{width:min(900px,100vw - 40px)}}.mobile-cart-btn .header-cart-lottie,.cart-btn .header-cart-lottie{filter:brightness(0)}.product-add-round .product-cart-lottie,.product-add-btn .product-cart-lottie{filter:brightness(0)invert()}.cart-layout{grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding:32px 0;display:grid}.cart-layout>div:first-child{min-width:0}.cart-table{border:1px solid var(--border);background:#fff;border-radius:18px;width:100%;overflow:hidden}.cart-table-header,.cart-row{box-sizing:border-box;grid-template-columns:34px minmax(0,1fr) 34px 92px 118px 100px;align-items:center;column-gap:8px;display:grid}.cart-table-header{border-bottom:1px solid var(--border);color:var(--text-light);letter-spacing:.08em;text-transform:uppercase;padding:14px 20px;font-size:12px;font-weight:900}.cart-table-header span:first-child{grid-column:1/4}.cart-table-header span:nth-child(2){text-align:left;grid-column:4;justify-self:start}.cart-table-header span:nth-child(3){text-align:left;grid-column:5;justify-self:start}.cart-table-header span:nth-child(4){text-align:left;grid-column:6;justify-self:start}.cart-table-header span:nth-child(5){display:none}.cart-row{border-bottom:1px solid var(--border);background:#fff;padding:18px 20px}.cart-row:last-child{border-bottom:0}.cart-row.is-unselected{opacity:.52}.cart-select-slot{grid-column:1;justify-content:center;align-items:center;display:flex}.cart-select-checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.cart-product{grid-column:2;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:16px;min-width:0;display:grid}.cart-product-img{background:var(--bg);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;font-size:34px;display:flex;overflow:hidden}.cart-product-img img{object-fit:contain;width:100%;height:100%;display:block}.cart-product-info{min-width:0}.cart-product-name{color:var(--text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-product-desc{color:var(--text-light);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-stock-warning{color:#c62828;background:#fff1f0;border-radius:999px;width:fit-content;margin-top:8px;padding:5px 9px;font-size:12px;font-weight:800}.cart-remove{width:34px;height:34px;color:var(--text-light);border-radius:999px;grid-column:3;justify-content:center;justify-self:center;align-items:center;font-size:16px;line-height:1;transition:background .18s,color .18s;display:inline-flex}.cart-remove:hover{color:var(--red);background:#fff1f0}.cart-price{text-align:left;color:var(--text);white-space:nowrap;grid-column:4;justify-self:start;font-size:15px;font-weight:800}.cart-qty{border:1px solid var(--border);background:#f1f3f4;border-radius:999px;grid-template-columns:34px 36px 34px;align-items:center;width:104px;min-width:104px;height:38px;display:grid;overflow:hidden}.cart-qty button{width:34px;height:38px;color:var(--text);cursor:pointer;background:0 0;border:0;place-items:center;font-size:17px;font-weight:600;line-height:1;display:grid}.cart-qty button:hover{background:#1a73e814}.cart-qty input{width:36px;height:38px;color:var(--text);text-align:center;appearance:textfield;background:0 0;border:0;outline:0;padding:0;font-size:14px;font-weight:600;line-height:38px}.cart-subtotal{color:var(--text);text-align:left;white-space:nowrap;grid-column:6;justify-self:start}.cart-discount-line{justify-content:flex-end;align-items:center;gap:6px;margin-bottom:4px;display:flex}.cart-original-price{color:var(--text-light);font-size:12px;font-weight:600;text-decoration:line-through}.cart-discount-chip{color:var(--green);font-size:12px;font-weight:900}.cart-current-price{font-size:16px;font-weight:900}.cart-coupon{border:1px solid var(--border);background:#fff;border-radius:16px;gap:10px;width:100%;padding:16px;display:flex}.coupon-input{border:1px solid var(--border);border-radius:999px;outline:0;flex:1;min-width:0;height:42px;padding:0 14px;font-family:inherit;font-size:14px}.coupon-input:focus{border-color:var(--primary)}.coupon-btn{background:var(--primary);color:#fff;white-space:nowrap;border-radius:999px;height:42px;padding:0 18px;font-size:14px;font-weight:800}.cart-summary{height:fit-content;top:calc(var(--header-h,60px) + var(--nav-h,48px) + 20px);border:1px solid var(--border);background:#fff;border-radius:18px;padding:22px;position:sticky}.cart-summary h3{color:var(--text);margin:0 0 18px;font-size:20px;font-weight:900}.summary-row{border-bottom:1px solid var(--border);color:var(--text-light);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;font-size:14px;display:flex}.summary-row.total{color:var(--text);border-bottom:0;font-size:18px;font-weight:900}@media (width<=1200px){.cart-layout{grid-template-columns:minmax(0,1fr) 320px}.cart-table-header,.cart-row{grid-template-columns:30px minmax(230px,1.55fr) 34px 104px 136px 118px;gap:12px;padding-left:18px;padding-right:18px}.cart-product{grid-template-columns:86px minmax(0,1fr);gap:14px}.cart-product-img{width:86px;height:86px}}@media (width<=991px){.cart-layout{grid-template-columns:1fr;gap:16px;padding:18px 0}.cart-table{border-left:0;border-right:0;border-radius:0}.cart-table-header{display:none}.cart-row{grid-template-rows:28px 96px;grid-template-columns:112px minmax(0,1fr) 104px;align-items:start;gap:8px 10px;padding:14px 12px 16px;display:grid}.cart-select-slot{grid-area:1/1/auto/-1;justify-content:flex-start;place-self:start;align-items:center;width:100%;padding-top:0;display:flex}.cart-product{grid-area:2/1/auto/-1;grid-template-columns:112px minmax(0,1fr);align-items:start;gap:10px;min-height:96px;display:grid}.cart-product-img{border-radius:8px;width:112px;height:96px}.cart-product-info{min-width:0;padding-bottom:42px;padding-right:112px}.cart-product-name{font-size:14px;font-weight:900;line-height:1.28}.cart-product-desc,.cart-price{display:none}.cart-stock-warning{margin-top:6px;padding:4px 8px;font-size:11px}.cart-remove{grid-area:1/3;place-self:start end;width:30px;height:30px;font-size:20px}.cart-qty{z-index:2;grid-area:2/2;place-self:end start;height:34px}.cart-qty-btn,.cart-qty button{width:34px;height:34px;font-size:16px}.cart-qty input{width:44px;height:34px;font-size:13px}.cart-subtotal{text-align:right;z-index:2;grid-area:2/3;place-self:end;min-width:104px}.cart-discount-line{gap:5px;margin-bottom:3px}.cart-original-price,.cart-discount-chip{font-size:11px}.cart-current-price{font-size:17px;line-height:1.1}.cart-coupon{width:auto;margin:0 12px}}@media (width<=560px){.cart-row{grid-template-rows:26px 92px;grid-template-columns:104px minmax(0,1fr) 92px;column-gap:8px;padding:14px 8px 16px}.cart-product{grid-template-columns:104px minmax(0,1fr);gap:8px;min-height:92px}.cart-product-img{width:104px;height:92px}.cart-product-info{padding-bottom:40px;padding-right:98px}.cart-product-name{font-size:14px}.cart-subtotal{min-width:92px}.cart-current-price{font-size:17px}.cart-coupon{flex-direction:column}.coupon-btn{width:100%}}.header-cart-lottie{pointer-events:none;filter:brightness(0);width:26px;max-width:26px;height:26px;max-height:26px;display:block;overflow:hidden}.header-cart-lottie svg{width:26px;max-width:26px;height:26px;max-height:26px;display:block}.header-cart-lottie>div{width:26px;height:26px}.mobile-cart-btn .header-cart-lottie,.mobile-cart-btn .header-cart-lottie svg,.mobile-cart-btn .header-cart-lottie>div{width:28px;max-width:28px;height:28px;max-height:28px}.cart-btn .header-cart-lottie,.cart-btn .header-cart-lottie svg,.cart-btn .header-cart-lottie>div{width:25px;max-width:25px;height:25px;max-height:25px}.cart-btn{overflow:visible}.cart-btn .header-cart-lottie{flex-shrink:0}.product-add-round .product-cart-lottie{pointer-events:none;filter:brightness(0)invert();width:24px;max-width:24px;height:24px;max-height:24px;display:block;overflow:hidden}.product-add-round .product-cart-lottie svg{width:24px;max-width:24px;height:24px;max-height:24px;display:block}.product-add-round .product-cart-lottie>div{width:24px;height:24px}.product-add-round{overflow:hidden}@media (width>=992px){.product-card-actions.product-card-actions-desktop{width:100%;display:flex}.product-card-actions.product-card-actions-mobile{display:none}.product-card-actions-desktop .product-card-qty{flex:0 0 92px;width:92px;min-width:92px;max-width:92px;display:flex}.product-add-btn{border-radius:999px;flex:auto;width:100%;min-width:0;height:36px;padding:0 12px}.product-add-btn .product-add-text{display:inline}.product-add-btn .product-cart-lottie,.product-add-btn .product-cart-icon{display:none}.product-add-btn.is-animating{background:var(--primary);color:#fff}}@media (width<=991px){.product-add-btn .product-add-text{display:none}.product-add-btn .product-cart-lottie{display:block}}.categories-image-grid{grid-template-columns:repeat(6,1fr);gap:18px}.cat-image-card{background:#111;border:0;border-radius:22px;justify-content:center;align-items:flex-end;min-height:150px;padding:0;display:flex;position:relative;overflow:hidden}.cat-image-card:hover{transform:translateY(-5px)}.cat-image-wrap{border-radius:inherit;z-index:1;background:#eef5ff;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.cat-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block;transform:scale(1.02)}.cat-image-card:hover .cat-image-wrap img{transform:scale(1.08)}.cat-image-card:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000000a 0%,#00000024 45%,#000000ad 100%);position:absolute;inset:0}.cat-image-card:after{content:"";z-index:3;opacity:0;pointer-events:none;background:#ffffff14;transition:opacity .25s;position:absolute;inset:0}.cat-image-card:hover:after{opacity:1}.cat-image-card span{z-index:4;color:#fff;text-align:center;text-shadow:0 2px 8px #00000073;width:100%;padding:0 12px 16px;font-size:15px;font-weight:900;line-height:1.2;position:relative}@media (width<=1024px){.categories-image-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;gap:14px;margin:5px -20px 0;padding:10px 20px 14px 0;display:flex;overflow:auto visible}.categories-image-grid::-webkit-scrollbar{display:none}.cat-image-card{scroll-snap-align:start;border-radius:20px;flex:0 0 160px;width:160px;min-width:160px;min-height:140px}.cat-image-card span{padding-bottom:14px;font-size:13.5px}}@media (width<=768px){.categories-image-grid{gap:12px;margin-top:4px;padding-bottom:12px}.cat-image-card{border-radius:18px;flex:0 0 145px;width:145px;min-width:145px;min-height:132px}.cat-image-card span{padding:0 10px 12px;font-size:13px}}@media (width<=480px){.cat-image-card{flex:0 0 132px;width:132px;min-width:132px;min-height:122px}.cat-image-card span{font-size:12px}}.nav-menu-lottie{pointer-events:none;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.nav-menu-lottie svg,.nav-menu-lottie>div{width:18px;height:18px;display:block}.product-cart-no-lottie{display:none}@media (width<=991px){.product-add-btn .product-cart-no-lottie{pointer-events:none;filter:none;width:26px;max-width:26px;height:26px;max-height:26px;display:block}.product-add-btn .product-cart-no-lottie svg,.product-add-btn .product-cart-no-lottie>div{width:26px;height:26px;display:block}.product-add-btn:has(.product-cart-no-lottie){background:#c7cdd6}.product-add-btn:has(.product-cart-no-lottie):hover{background:#b8bec8}}@media (hover:none),(pointer:coarse){*{-webkit-tap-highlight-color:transparent}.product-card:hover,.cat-card:hover,.promo-banner:hover,.service-card:hover,.home-service-mini-card:hover,.contact-channel:hover,.header-action:hover,.btn-primary-full:hover,.btn-outline-full:hover,.hero-banner-link:hover .hero-banner-button,.hero-banner-link:hover .hero-banner-slide,.service-card:hover .service-img img,.home-service-mini-card:hover img,.promo-banner:hover:after{filter:none;background:inherit;color:inherit;opacity:inherit;transform:none}.product-card,.cat-card,.promo-banner,.service-card,.home-service-mini-card,.contact-channel,.header-action,.nav-item,.mega-tab,.btn-primary-full,.btn-outline-full,.hero-banner-button,.service-img img,.home-service-mini-icon img{transition:none;animation:none}.promo-banner:hover:after{opacity:0}a:hover,button:hover,.product-card:hover,.cat-card:hover,.promo-banner:hover,.service-card:hover,.home-service-mini-card:hover{filter:none;transform:none}a,button,.product-card,.cat-card,.promo-banner,.service-card,.home-service-mini-card{transition:none}.product-card:hover,.cat-card:hover,.promo-banner:hover,.service-card:hover,.home-service-mini-card:hover,.contact-channel:hover,.header-action:hover,.btn-primary-full:hover,.btn-outline-full:hover,.hero-banner-link:hover .hero-banner-button,.hero-banner-link:hover .hero-banner-slide,.service-card:hover .service-img img,.home-service-mini-card:hover img{filter:none;transform:none}}.stores-hero{background-image:linear-gradient(90deg, #001437d1 0%, #002d5f9e 38%, #00468238 68%, #0046820d 100%), var(--stores-hero-bg,url(/images/banners/banner-lojas-proximas-farmacia.png));background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;justify-content:flex-start;align-items:center;min-height:370px;padding:64px 56px;display:flex;position:relative;overflow:hidden}.stores-hero-badge{border:2px solid var(--primary);background:var(--bg);color:var(--primary);border-radius:999px;margin-bottom:16px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-block}.stores-hero h1{color:var(--white);margin-bottom:12px;font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.1}.stores-hero p{color:var(--white);max-width:560px;margin-bottom:20px;font-size:16px}.stores-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.stores-primary-btn,.stores-outline-btn{border-radius:999px;padding:12px 20px;font-weight:700;display:inline-block}.stores-primary-btn{background:var(--primary);color:#fff}.stores-outline-btn{color:var(--primary);border:2px solid var(--primary);background:#fff}.stores-search{border:2px solid var(--primary);background:#fff;border-radius:999px;max-width:560px;margin:48px auto 36px;display:flex;overflow:hidden}.stores-search input{border:none;outline:none;flex:1;padding:14px 20px;font-family:inherit;font-size:15px}.stores-search button{background:var(--primary);color:#fff;padding:14px 24px;font-size:16px;font-weight:700}.stores-section-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px;display:flex}.stores-section-header h2{margin-bottom:8px;font-size:28px;font-weight:800}.stores-section-header p,.stores-section-header span{color:var(--text-light)}.stores-section-header span{font-size:14px;font-weight:600}.stores-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.stores-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;flex-direction:column;display:flex;overflow:hidden}.stores-card-active{border-color:var(--primary)}.stores-card-image{background:#f5f5f5;width:100%;height:300px}.stores-card-image img{object-fit:contain;width:100%;height:100%;display:block}.stores-card-body{flex-direction:column;flex:1;gap:12px;padding:22px;display:flex}.stores-card-body h3{margin-bottom:8px;font-size:22px;font-weight:800}.stores-card-body p{color:var(--text-light);line-height:1.6}.stores-card-phone{color:var(--text);font-weight:600}.stores-card-hours{background:var(--bg);color:var(--text-light);border-radius:14px;padding:12px 14px;font-size:14px}.stores-card-actions{flex-wrap:wrap;gap:10px;margin-top:auto;display:flex}.stores-card-primary-btn,.stores-card-outline-btn{border-radius:999px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-block}.stores-card-primary-btn{background:var(--primary);color:#fff}.stores-card-outline-btn{border:2px solid var(--primary);color:var(--primary);background:#fff}.stores-map-section{border-radius:var(--radius);background:#fff;padding:32px}.stores-map-header{margin-bottom:24px}.stores-map-header h2{margin-bottom:8px;font-size:24px;font-weight:800}.stores-map-header p{color:var(--text-light)}.stores-map,.stores-map-fallback{border-radius:var(--radius);border:1px solid var(--border);width:100%;height:380px;overflow:hidden}.stores-map-fallback{background:var(--bg);border:2px dashed var(--border);text-align:center;color:var(--text-light);justify-content:center;align-items:center;display:flex}@media (width<=991px){.stores-hero{grid-template-columns:1fr}.stores-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.stores-hero{padding:32px 22px}.stores-featured-grid{grid-template-columns:1fr}.stores-map-section{padding:22px}.stores-map,.stores-map-fallback{height:320px}.favorites-grid .product-card-actions,.favorites-product-grid .product-card-actions{justify-content:flex-start;align-items:center;gap:12px}.favorites-grid .product-remove-favorite-btn,.favorites-product-grid .product-remove-favorite-btn{width:auto;height:auto;color:var(--text-light);background:0 0;flex:none;padding:0;font-size:14px;font-weight:500}}.favorites-grid .product-card-actions:before,.favorites-grid .product-card-actions:after,.favorites-product-grid .product-card-actions:before,.favorites-product-grid .product-card-actions:after{content:none;display:none}.favorites-grid .product-card,.favorites-product-grid .product-card{text-align:left}.favorites-grid .product-info,.favorites-product-grid .product-info{text-align:left;align-items:flex-start}.favorites-grid .product-name,.favorites-product-grid .product-name,.favorites-grid .product-price,.favorites-product-grid .product-price,.favorites-grid .product-price .current,.favorites-product-grid .product-price .current{text-align:left}.favorites-grid .product-card-actions,.favorites-product-grid .product-card-actions{justify-content:flex-start}.favorites-grid .product-remove-favorite-btn,.favorites-product-grid .product-remove-favorite-btn{display:none}@media (width<=991px){.favorites-grid .product-remove-favorite-btn,.favorites-product-grid .product-remove-favorite-btn{width:auto;min-width:0;height:auto;color:var(--text-light);background:0 0;border:0;border-radius:0;flex:none;justify-content:flex-start;align-items:center;margin:0;padding:0;font-size:14px;font-weight:500;line-height:1.2;display:inline-flex}.favorites-grid .product-remove-favorite-btn:hover,.favorites-product-grid .product-remove-favorite-btn:hover{color:var(--red);text-decoration:underline}}.product-remove-favorite-btn{display:none}.favorites-page .product-card-actions:before,.favorites-page .product-card-actions:after,.favorites-grid .product-card-actions:before,.favorites-grid .product-card-actions:after,.favorites-product-grid .product-card-actions:before,.favorites-product-grid .product-card-actions:after{content:none;display:none}@media (width<=991px){.favorites-page .favorites-grid,.favorites-page .favorites-product-grid{border-radius:var(--radius);background:#fff;grid-template-columns:1fr;gap:0;display:grid;overflow:hidden}.favorites-page .product-card,.favorites-page .favorites-grid .product-card,.favorites-page .favorites-product-grid .product-card{border:none;border-bottom:1px solid var(--border);text-align:left;background:#fff;border-radius:0;grid-template-rows:auto auto;grid-template-columns:150px minmax(0,1fr);align-items:start;gap:0 12px;width:100%;min-height:124px;padding:0;display:grid;overflow:visible;transform:none}.favorites-page .product-card:hover{transform:none}.favorites-page .product-card:last-child{border-bottom:none}.favorites-page .product-img-wrap{background:#f5f5f5;border-radius:0;grid-area:1/1/3;justify-content:center;align-items:center;width:150px;height:124px;min-height:124px;margin:0;padding:12px;display:flex;overflow:hidden}.favorites-page .product-img{background:0 0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.favorites-page .product-img img{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}.favorites-page .product-badge{z-index:5;padding:4px 8px;font-size:11px;top:8px;left:8px}.favorites-page .product-fav-btn,.favorites-page .product-brand,.favorites-page .product-stock-pill,.favorites-page .product-card-qty{display:none}.favorites-page .product-info{text-align:left;flex-direction:column;grid-area:1/2;justify-content:flex-start;align-items:flex-start;gap:4px;min-width:0;padding:12px 12px 0 0;display:flex}.favorites-page .product-name{min-height:0;color:var(--text);text-align:left;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:400;line-height:1.32;display:-webkit-box;overflow:hidden}.favorites-page .product-price{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px;width:100%;margin:4px 0 0;padding:0;display:flex}.favorites-page .product-price .original{display:none}.favorites-page .product-price .current{color:#111;text-align:left;white-space:nowrap;font-size:22px;font-weight:500;line-height:1.1}.favorites-page .product-price .current span{font-size:inherit;font-weight:inherit}.favorites-page .product-card-actions{text-align:left;grid-area:2/2;justify-content:flex-start;align-items:center;gap:12px;width:100%;height:auto;margin:0;padding:6px 12px 12px 0;display:flex;position:static}.favorites-page .product-add-btn{width:auto;min-width:0;height:auto;color:var(--primary);text-align:left;background:0 0;border-radius:0;flex:none;justify-content:flex-start;align-items:center;margin:0;padding:0;font-size:14px;font-weight:600;line-height:1.3;display:inline-flex}.favorites-page .product-add-btn:hover{color:var(--primary-dark);background:0 0;text-decoration:underline}.favorites-page .product-add-btn .product-add-text{display:inline}.favorites-page .product-cart-lottie,.favorites-page .product-cart-no-lottie,.favorites-page .product-cart-lottie svg,.favorites-page .product-cart-no-lottie svg{display:none}.favorites-page .product-remove-favorite-btn{width:auto;min-width:0;height:auto;color:var(--text-light);text-align:left;background:0 0;border-radius:0;flex:none;justify-content:flex-start;align-items:center;margin:0;padding:0;font-size:14px;font-weight:500;line-height:1.3;display:inline-flex}.favorites-page .product-remove-favorite-btn:hover{color:var(--red);text-decoration:underline}}@media (width<=420px){.favorites-page .product-card,.favorites-page .favorites-grid .product-card,.favorites-page .favorites-product-grid .product-card{grid-template-columns:124px minmax(0,1fr)}.favorites-page .product-img-wrap{width:124px;height:112px;min-height:112px}}.account-layout,.account-sidebar,.account-content{box-sizing:border-box;min-width:0;max-width:100%}.account-content{overflow:hidden}.account-form-grid{gap:16px;width:100%;min-width:0;max-width:100%;margin-bottom:16px;display:grid}.account-form-grid-1{grid-template-columns:minmax(0,1fr)}.account-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.account-form-grid-address-main{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.account-form-grid-address-city{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 60px}.account-password-form{flex-direction:column;gap:16px;width:100%;min-width:0;max-width:400px;display:flex}.account-content .form-group{width:100%;min-width:0;max-width:100%;overflow:hidden}.account-content .form-group label{white-space:normal;overflow-wrap:anywhere;width:100%;min-width:0;max-width:100%;line-height:1.3;display:block}.account-content .form-group input,.account-content .form-group select,.account-content .form-group textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%}@media (width<=768px){.container:has(.account-layout){padding-left:10px;padding-right:10px}.account-layout{grid-template-columns:1fr;gap:24px;width:100%;display:grid}.account-sidebar,.account-content{width:100%;max-width:100%}.account-content{border-radius:14px;padding-left:20px;padding-right:20px}.account-form-grid,.account-form-grid-1,.account-form-grid-2,.account-form-grid-address-main,.account-form-grid-address-city{grid-template-columns:minmax(0,1fr);gap:14px}.account-password-form{max-width:100%}}@media (width<=480px){.container:has(.account-layout){padding-left:8px;padding-right:8px}.account-content{padding-left:16px;padding-right:16px}.account-content h2{font-size:24px}.account-content .btn-primary-full{width:100%}}.not-found-page{min-height:calc(100vh - var(--header-h,60px));background:linear-gradient(#f8fbff 0%,#fff 100%);overflow:hidden}.not-found-hero{isolation:isolate;padding:52px 0 58px;position:relative}.not-found-container{grid-template-columns:minmax(320px,.82fr) minmax(480px,1.18fr);align-items:center;gap:34px;max-width:1280px;margin:0 auto;padding:0 24px;display:grid;position:relative;overflow:visible}.not-found-copy{z-index:5;max-width:520px;position:relative}.not-found-code{color:var(--primary);font-family:var(--font-tertiary,inherit);letter-spacing:-.06em;margin:0 0 8px;font-size:clamp(92px,13vw,168px);font-weight:900;line-height:.82;display:block}.not-found-copy h1,.not-found-title{color:#102a5c;margin:0 0 12px;font-size:clamp(28px,3vw,42px);font-weight:900;line-height:1.08}.not-found-lead,.not-found-text{color:#40516f;max-width:440px;margin:0;font-size:18px;line-height:1.55}.not-found-divider{background:#f5b700;border-radius:999px;width:72px;height:4px;margin:22px 0}.not-found-helper,.not-found-help{color:#4c5c76;max-width:420px;margin:0 0 24px;font-size:16px;line-height:1.55}.not-found-search{background:#fff;border:1px solid #1a73e82e;border-radius:999px;width:100%;max-width:440px;height:50px;margin:0 0 18px;display:flex;overflow:hidden}.not-found-search input{min-width:0;color:var(--text);border:0;outline:0;flex:1;padding:0 18px;font-family:inherit;font-size:14px}.not-found-search button{background:var(--primary);color:#fff;justify-content:center;align-items:center;width:54px;display:inline-flex}.not-found-actions{flex-wrap:wrap;gap:14px;margin-bottom:24px;display:flex}.not-found-primary-btn,.not-found-secondary-btn,.not-found-primary,.not-found-secondary{border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 24px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-flex}.not-found-primary-btn,.not-found-primary{background:var(--primary);color:#fff}.not-found-secondary-btn,.not-found-secondary{color:var(--primary);background:#fff;border:1px solid #1a73e847}.not-found-primary-btn:hover,.not-found-secondary-btn:hover,.not-found-primary:hover,.not-found-secondary:hover{transform:translateY(-2px)}.not-found-help-link,.not-found-contact{z-index:6;color:#40516f;align-items:center;gap:10px;margin-bottom:0;font-size:14px;line-height:1.4;display:inline-flex;position:relative}.not-found-help-link a,.not-found-contact a{color:var(--primary);font-weight:800}.not-found-visual{z-index:2;justify-content:center;align-items:center;min-height:520px;display:flex;position:relative;overflow:visible}.not-found-illustration,.not-found-visual img{object-fit:contain;filter:drop-shadow(0 18px 28px #1a4ba014);width:min(100%,820px);max-width:none;height:auto;animation:4.8s ease-in-out infinite notFoundFloat;display:block}.not-found-search-bubble,.not-found-floating-card{z-index:4;color:#143262;background:#ffffffe0;border:1px solid #1a73e81f;border-radius:18px;padding:16px 20px;font-weight:800;position:absolute}.not-found-search-bubble{max-width:320px;animation:3.8s ease-in-out infinite notFoundFloatSmall;top:52px;left:8%}.not-found-floating-card{bottom:24%;left:3%}.not-found-map-pin{z-index:4;background:var(--accent);color:#fff;border-radius:50% 50% 50% 0;place-items:center;width:62px;height:62px;font-size:0;font-weight:900;animation:1.8s ease-in-out infinite notFoundPinBounce;display:grid;position:absolute;bottom:160px;right:30%;transform:rotate(-45deg)}.not-found-map-pin:before{content:"×";font-size:34px;transform:rotate(45deg)}.not-found-quick-links{z-index:5;background:#fffffff0;border:1px solid #1a73e817;border-radius:22px;grid-template-columns:repeat(4,minmax(0,1fr));width:min(940px,100% - 48px);margin:8px auto 0;display:grid;position:relative;overflow:hidden}.not-found-quick-item,.not-found-quick-link{color:#0f2d68;border-right:1px solid #edf2f8;align-items:center;gap:14px;min-height:92px;padding:20px 22px;transition:background .2s,transform .2s;display:flex}.not-found-quick-item:last-child,.not-found-quick-link:last-child{border-right:0}.not-found-quick-item:hover,.not-found-quick-link:hover{background:#f7fbff;transform:translateY(-2px)}.not-found-quick-icon{background:#eef6ff;border-radius:12px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:inline-flex}.not-found-quick-item strong,.not-found-quick-item small,.not-found-quick-link strong,.not-found-quick-link span{display:block}.not-found-quick-item strong,.not-found-quick-link strong{margin-bottom:3px;font-size:14px;font-weight:900}.not-found-quick-item small,.not-found-quick-link span{color:#64748b;font-size:12px;font-weight:600}@keyframes notFoundFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes notFoundFloatSmall{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-8px)rotate(1deg)}}@keyframes notFoundPinBounce{0%,to{transform:rotate(-45deg)translate(0)}50%{transform:rotate(-45deg)translate(4px,-8px)}}@media (prefers-reduced-motion:reduce){.not-found-page *,.not-found-page :before,.not-found-page :after{transition:none;animation:none}}@media (width<=1180px){.not-found-container{grid-template-columns:1fr;gap:22px}.not-found-copy{max-width:720px}.not-found-visual{min-height:460px}}@media (width<=768px){.not-found-hero{padding:34px 0 96px}.not-found-container{padding:0 12px}.not-found-copy{text-align:left}.not-found-code{font-size:clamp(84px,28vw,128px)}.not-found-copy h1,.not-found-title{font-size:30px}.not-found-lead,.not-found-helper,.not-found-text,.not-found-help{font-size:15px}.not-found-actions,.not-found-search{width:100%}.not-found-primary-btn,.not-found-secondary-btn,.not-found-primary,.not-found-secondary{flex:100%;width:100%}.not-found-visual{min-height:340px;margin:10px -12px 0}.not-found-illustration,.not-found-visual img{border-radius:22px;width:100%}.not-found-search-bubble,.not-found-floating-card,.not-found-map-pin{display:none}.not-found-quick-links{border-radius:18px;grid-template-columns:1fr 1fr;margin-top:22px}.not-found-quick-item,.not-found-quick-link{min-height:82px;padding:16px 14px}.not-found-quick-item:nth-child(2n),.not-found-quick-link:nth-child(2n){border-right:0}}@media (width<=460px){.not-found-visual{min-height:285px}.not-found-quick-links{grid-template-columns:1fr}.not-found-quick-item,.not-found-quick-link{border-bottom:1px solid #edf2f8;border-right:0}.not-found-quick-item:last-child,.not-found-quick-link:last-child{border-bottom:0}}@media (width<=991px){.categories-grid,.product-slider,.home-services-mini-grid,.category-mobile-list,.mobile-category-sections{scroll-padding-left:16px;scroll-padding-right:16px}.categories-grid,.product-slider{padding-right:16px}.categories-grid:after,.product-slider:after{content:"";flex:0 0 16px;width:16px;min-width:16px;display:block}}@media (width<=768px){.categories-grid,.product-slider,.home-services-mini-grid,.category-mobile-list,.mobile-category-sections{scroll-padding-left:20px;scroll-padding-right:20px}.categories-grid,.product-slider{padding-right:20px}.categories-grid:after,.product-slider:after{flex-basis:20px;width:20px;min-width:20px}}@media (width<=480px){.categories-grid,.product-slider,.home-services-mini-grid,.category-mobile-list,.mobile-category-sections{scroll-padding-left:16px;scroll-padding-right:16px}.categories-grid,.product-slider{padding-right:16px}.categories-grid:after,.product-slider:after{flex-basis:16px;width:16px;min-width:16px}}.category-page{background:var(--bg)}.category-page .page-breadcrumb{color:var(--text-light);align-items:center;gap:8px;margin-bottom:22px;font-size:13px;display:flex}.category-page .page-breadcrumb a{color:var(--primary);font-weight:700}.category-page-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.category-page-kicker{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:13px;font-weight:900;display:block}.category-page-header h1{color:var(--text);margin:0;font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.05}.category-page-header p{max-width:560px;color:var(--text-light);margin-top:10px;font-size:15px;line-height:1.5}.category-clear-all{border:1px solid var(--border);height:40px;color:var(--red);white-space:nowrap;background:#fff;border-radius:999px;padding:0 18px;font-size:13px;font-weight:800}.category-layout{grid-template-columns:292px minmax(0,1fr);align-items:start;gap:24px;display:grid}.category-filters{top:calc(var(--header-h,60px) + var(--nav-h,48px) + 18px);flex-direction:column;gap:14px;display:flex;position:sticky}.category-filter-section{border:1px solid var(--border);background:#fff;border-radius:18px;overflow:hidden}.category-empty-filter-content{color:var(--text-light);padding:18px 16px;font-size:14px;font-weight:700;line-height:1.45}.category-filter-header{width:100%;min-height:52px;color:var(--text);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;font-size:15px;font-weight:900;display:flex}.category-filter-header span:first-child{align-items:center;gap:8px;min-width:0;display:inline-flex}.category-filter-header small{min-width:22px;height:22px;color:var(--primary);background:#edf4ff;border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:900;display:inline-flex}.category-filter-chevron{width:28px;height:28px;color:var(--text-light);border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.category-filter-body{border-top:1px solid var(--border);max-height:290px;padding:4px 16px 16px;overflow-y:auto}.category-filter-body::-webkit-scrollbar{width:6px}.category-filter-body::-webkit-scrollbar-thumb{background:#cfd7e2;border-radius:999px}.category-filter-options{flex-direction:column;gap:10px;display:flex}.category-filter-check{color:var(--text-light);cursor:pointer;align-items:flex-start;gap:9px;font-size:14px;line-height:1.35;display:flex}.category-filter-check input{width:16px;height:16px;accent-color:var(--primary);flex:0 0 16px;margin-top:1px}.category-filter-check span{min-width:0}.category-filter-check:has(input:checked){color:var(--primary);font-weight:800}.category-filter-category input{border-radius:999px}.category-subfilter-group{border-bottom:1px solid var(--border);padding-bottom:10px}.category-subfilter-group:last-child{border-bottom:0;padding-bottom:0}.category-filter-parent{color:var(--text);font-weight:900}.category-subfilter-children{flex-direction:column;gap:8px;margin-top:8px;padding-left:24px;display:flex}.category-filter-child{font-size:13px}.category-price-filter{grid-template-columns:1fr;gap:12px;display:grid}.category-price-filter label{color:var(--text-light);flex-direction:column;gap:6px;font-size:12px;font-weight:800;display:flex}.category-price-filter input{border:1px solid var(--border);height:40px;color:var(--text);background:#fff;border-radius:12px;outline:none;padding:0 12px;font-family:inherit;font-size:14px}.category-price-filter input:focus{border-color:var(--primary)}.category-results{min-width:0}.category-sort-bar{border:1px solid var(--border);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;min-height:58px;margin-bottom:18px;padding:10px 16px;display:flex}.category-sort-bar>span{color:var(--text);font-size:15px;font-weight:800}.category-sort-bar label{color:var(--text-light);align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.category-sort-bar select{border:1px solid var(--border);height:38px;color:var(--text);background:#fff;border-radius:12px;outline:none;padding:0 34px 0 12px;font-family:inherit;font-size:14px}.category-products-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px;display:grid}.category-products-grid .product-card{flex:none;width:100%}.category-state-message{border:1px solid var(--border);color:var(--text-light);text-align:center;background:#fff;border-radius:18px;grid-column:1/-1;padding:32px;font-weight:700}@media (width<=991px){.category-page{padding-bottom:90px}.category-page .container{padding-left:16px;padding-right:16px}.category-page .page-breadcrumb{display:none}.category-page-header{margin-bottom:18px;display:block}.category-page-header h1{font-size:30px}.category-page-header p{font-size:14px}.category-clear-all{margin-top:14px}.category-layout{grid-template-columns:1fr;gap:18px}.category-filters{gap:12px}.category-filter-section{border-radius:16px}.category-filter-header{min-height:50px;padding:0 14px;font-size:14px}.category-filter-body{max-height:240px;padding:4px 14px 14px}.category-subfilter-children{padding-left:20px}.category-sort-bar{border-radius:16px;min-height:54px;margin-bottom:14px;padding:10px 12px}.category-sort-bar label span{display:none}.category-sort-bar select{max-width:170px}.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.category-products-grid .product-card{min-width:0}}@media (width<=560px){.category-page .container{padding-left:12px;padding-right:12px}.category-page-header h1{font-size:26px}.category-page-header p{font-size:13px}.category-sort-bar{align-items:stretch}.category-sort-bar>span{align-items:center;font-size:14px;display:flex}.category-sort-bar select{max-width:155px;font-size:13px}.category-products-grid{grid-template-columns:1fr}}.category-landing-page{background:var(--bg)}.category-landing-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.category-landing-card{border:1px solid var(--border);background:#fff;border-radius:22px;grid-template-rows:auto auto auto;display:grid;position:relative;overflow:hidden}.category-landing-image-link{color:inherit;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:18px;padding:18px;display:grid}.category-landing-image{background:#eef5ff;border-radius:18px;justify-content:center;align-items:center;height:140px;display:flex;overflow:hidden}.category-landing-image img{object-fit:contain;width:100%;height:100%;padding:6px}.category-landing-image span{font-size:44px}.category-landing-info{min-width:0}.category-landing-info span{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.category-landing-info h2{color:var(--text);word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;font-size:24px;font-weight:900;line-height:1.1}.category-landing-chevron{width:auto;min-width:148px;height:44px;color:var(--primary);background:#edf4ff;border-radius:999px;justify-content:center;justify-self:end;align-items:center;gap:8px;margin:0 18px 18px auto;padding:0 18px;font-size:14px;font-weight:900;transition:background .2s,color .2s;display:inline-flex;position:static}.category-landing-chevron svg{flex:none;transition:transform .2s}.category-landing-card.open .category-landing-chevron{background:var(--primary);color:#fff}.category-landing-accordion{border-top:1px solid var(--border);padding:0 18px 18px}.category-landing-group{padding-top:16px}.category-landing-group h3{color:var(--text);margin-bottom:10px;font-size:14px;font-weight:900}.category-landing-subgrid{flex-wrap:wrap;gap:8px;display:flex}.category-landing-subitem{background:var(--bg);color:var(--text-light);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}.category-landing-subitem:hover{background:var(--primary);color:#fff}@media (width<=991px){.category-landing-list{grid-template-columns:1fr;gap:14px}.category-landing-card{border-radius:18px}.category-landing-image-link{grid-template-columns:132px minmax(0,1fr);gap:14px;padding:14px}.category-landing-image{border-radius:16px;height:116px}.category-landing-info h2{font-size:20px}.category-landing-chevron{min-width:148px;height:44px;margin:0 14px 14px auto}.category-landing-accordion{padding:0 14px 14px}}@media (width<=480px){.category-landing-image-link{grid-template-columns:118px minmax(0,1fr);gap:12px;padding:12px}.category-landing-image{height:104px}.category-landing-info h2{font-size:18px}.category-landing-chevron{min-width:140px;height:42px;margin:0 12px 12px auto;padding:0 16px;font-size:13px}}.login-page{background:var(--bg);grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);min-height:100vh;display:grid}.login-hero{color:#fff;background:linear-gradient(135deg, var(--primary) 0%, #1557b0 100%);justify-content:center;align-items:center;min-height:100vh;padding:60px 40px;display:flex}.login-hero-content{width:100%;max-width:420px}.login-hero h2{max-width:360px;font-family:var(--font-secondary);margin-bottom:16px;font-size:40px;font-weight:900;line-height:1.08}.login-hero p{opacity:.92;max-width:360px;font-size:16px;line-height:1.7}.login-benefits{flex-direction:column;gap:16px;margin-top:40px;display:flex}.login-benefit{background:#ffffff26;border-radius:999px;width:fit-content;min-width:220px;padding:12px 16px;font-size:15px;font-weight:800;line-height:1.25}.login-content{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex}.login-card{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:48px 40px}.login-logo{justify-content:center;align-items:center;width:fit-content;margin:0 auto 28px;display:flex}.login-logo img{object-fit:contain;max-width:170px;max-height:58px}.login-card-header{margin-bottom:28px}.login-card-header h1{color:var(--text);font-family:var(--font-secondary);margin-bottom:6px;font-size:30px;font-weight:900;line-height:1.1}.login-card-header p{color:var(--text-light);font-size:14px;line-height:1.45}.login-form{flex-direction:column;gap:16px;display:flex}.login-form .form-group{margin:0}.login-form label{color:var(--text);margin-bottom:7px;font-size:13px;font-weight:800;display:block}.login-form input{border:1px solid var(--border);width:100%;height:46px;color:var(--text);background:#fff;border-radius:12px;outline:0;padding:0 14px;font-size:14px;transition:border-color .2s}.login-form input:focus{border-color:var(--primary)}.login-password-field{position:relative}.login-password-field input{padding-right:46px}.login-password-toggle{width:32px;height:32px;color:var(--text-light);justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.login-error{color:var(--red);margin:-4px 0 0;font-size:13px;font-weight:800;line-height:1.35}.login-options-row{justify-content:flex-end;margin-top:-4px;display:flex}.login-options-row a{color:var(--primary);font-size:13px;font-weight:800}.login-submit-btn{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:116px;height:48px;margin-top:4px;padding:0 24px;font-size:15px;font-weight:900;transition:background .2s,transform .2s;display:inline-flex}.login-submit-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.login-submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.login-register-text{color:var(--text-light);text-align:center;margin-top:24px;font-size:14px;line-height:1.4}.login-register-text a{color:var(--primary);font-weight:900}@media (width<=768px){.login-page{background:var(--bg);min-height:100vh;display:block}.login-hero{border-radius:0 0 28px 28px;justify-content:flex-start;align-items:flex-start;min-height:auto;padding:28px 22px 26px}.login-hero-content{max-width:100%}.login-hero h2{max-width:290px;margin-bottom:12px;font-size:32px;line-height:1.12}.login-hero p{max-width:330px;font-size:14px;line-height:1.55}.login-benefits{display:none}.login-content{align-items:flex-start;min-height:auto;padding:24px 16px 36px}.login-card{border-radius:24px;max-width:430px;padding:30px 22px}.login-logo{margin-bottom:28px}.login-logo img{max-width:150px;max-height:54px}.login-card-header h1{font-size:28px}.login-card-header{margin-bottom:24px}.login-submit-btn{width:100%}}@media (width<=420px){.login-hero{border-radius:0 0 24px 24px;padding:24px 18px 22px}.login-hero h2{font-size:29px}.login-content{padding:20px 12px 32px}.login-card{border-radius:22px;padding:26px 18px}.login-card-header h1{font-size:26px}}@media (width<=991px){*,:before,:after{scroll-behavior:auto;transition-duration:0s;animation-duration:0s;animation-delay:0s}.product-card:hover,.cat-card:hover,.promo-banner:hover,.service-card:hover,.home-service-mini-card:hover,.category-landing-card:hover,.account-card:hover,.cart-row:hover,.favorites-page .product-card:hover,.order-card:hover,.sidebar-item:hover,.header-action:hover,.tab-item:hover,.mobile-cart-btn:hover,.product-add-btn:hover,.product-fav-btn:hover,.btn-primary-full:hover,.btn-outline-full:hover{transform:none}.product-img img,.home-service-mini-icon img,.cat-image-wrap img,.category-landing-image img,.hero-banner-slide,.hero-banner-button,.hero-banner-dot,.tab-icon-wrap,.nav-menu-lottie,.product-cart-lottie,.product-cart-no-lottie,.product-fav-lottie{transition:none;animation:none}.product-card:hover .product-img img,.home-service-mini-card:hover .home-service-mini-icon img,.cat-card:hover .cat-image-wrap img,.category-landing-card:hover .category-landing-image img,.hero-banner-link:hover .hero-banner-slide,.hero-banner-link:hover .hero-banner-button{filter:none;transform:none}.product-card:active,.cat-card:active,.service-card:active,.home-service-mini-card:active,.category-landing-card:active,.tab-item:active,.product-add-btn:active,.product-fav-btn:active,.btn-primary-full:active,.btn-outline-full:active{transform:none}}.register-page{background:var(--bg);grid-template-columns:minmax(320px,1fr) minmax(0,1fr);min-height:100vh;display:grid}.register-side{background:linear-gradient(135deg, #1a1a2e 0%, var(--primary) 100%);color:#fff;justify-content:center;align-items:center;min-width:0;padding:60px 40px;display:flex}.register-side-content{width:100%;max-width:420px}.register-side h2{margin-bottom:16px;font-size:34px;font-weight:900;line-height:1.15}.register-side p{color:#ffffffe6;font-size:15px;line-height:1.7}.register-steps{flex-direction:column;gap:20px;margin-top:40px;display:flex}.register-step{align-items:flex-start;gap:16px;font-size:14px;display:flex}.register-step>span{background:var(--accent);width:32px;height:32px;color:var(--text);border-radius:999px;flex:0 0 32px;justify-content:center;align-items:center;margin-top:2px;font-size:14px;font-weight:900;display:flex}.register-step strong,.register-step small{display:block}.register-step strong{font-size:14px;line-height:1.25}.register-step small{color:#ffffffe6;margin-top:2px;font-size:13px;line-height:1.35}.register-content{background:var(--bg);justify-content:center;align-items:center;min-width:0;padding:40px 24px;display:flex}.register-card{border-radius:var(--radius);background:#fff;width:100%;max-width:480px;padding:48px 40px}.register-logo{align-items:center;width:fit-content;margin-bottom:24px;display:flex}.register-logo img{object-fit:contain;width:auto;max-height:52px}.register-card h1{color:var(--text);margin-bottom:4px;font-size:24px;font-weight:900;line-height:1.15}.register-card>p{color:var(--text-light);margin-bottom:28px;font-size:14px;line-height:1.45}.register-error{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:14px;font-weight:700}.register-form{flex-direction:column;gap:14px;display:flex}.register-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.register-form .form-group{min-width:0;margin:0}.register-password-wrap{position:relative}.register-password-wrap input{padding-right:46px}.register-password-toggle{justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.register-password-strength{background:var(--border);border-radius:999px;height:4px;margin-top:6px;overflow:hidden}.register-password-strength span{border-radius:inherit;height:100%;display:block}.register-password-strength .strength-0,.register-password-strength .strength-1{background:var(--red)}.register-password-strength .strength-2{background:#f57c00}.register-password-strength .strength-3{background:#c0ca33}.register-password-strength .strength-4{background:var(--green)}.register-terms{color:var(--text-light);align-items:flex-start;gap:10px;margin:2px 0;font-size:13px;line-height:1.5;display:flex}.register-terms input{flex:0 0 16px;width:16px;height:16px;margin-top:2px}.register-terms a,.register-login-link a{color:var(--primary);font-weight:800}.register-login-link{text-align:center;color:var(--text-light);margin-top:24px;font-size:14px}@media (width<=768px){.register-page{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.register-side{border-radius:0 0 28px 28px;justify-content:flex-start;align-items:flex-start;width:100%;min-height:auto;padding:28px 22px 24px}.register-side-content{max-width:100%}.register-side h2{max-width:280px;margin-bottom:12px;font-size:32px;line-height:1.15}.register-side p{max-width:320px;font-size:15px;line-height:1.5}.register-steps{display:none}.register-content{flex:1;justify-content:center;align-items:flex-start;width:100%;padding:24px 16px 36px;overflow-x:hidden}.register-card{border-radius:24px;max-width:430px;padding:28px 22px;overflow:hidden}.register-logo{justify-content:center;width:100%;margin-bottom:26px}.register-logo img{max-width:150px;max-height:54px}.register-card h1{font-size:28px}.register-card>p{margin-bottom:24px}.register-form{gap:16px}.register-form-row{grid-template-columns:1fr;gap:16px}.register-form .form-group label{color:var(--text);margin-bottom:7px;font-size:13px;font-weight:800}.register-form .form-group input{border-radius:12px;width:100%;height:46px;padding:0 14px;font-size:14px}.register-password-wrap input{padding-right:46px}.register-terms{margin-top:2px}.register-form .btn-primary-full{border-radius:999px;justify-content:center;align-items:center;width:100%;height:48px;margin-top:8px;font-size:15px;font-weight:900;display:flex}}@media (width<=420px){.register-side{border-radius:0 0 24px 24px;padding:24px 18px 22px}.register-side h2{font-size:29px}.register-content{padding:20px 12px 32px}.register-card{border-radius:22px;padding:26px 18px}.register-card h1{font-size:26px}}html,body,#root{width:100%;min-height:100%}body{overflow-x:hidden}img,svg,video,canvas{max-width:100%;height:auto}input,select,textarea,button{max-width:100%}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:24px}.checkout-layout,.cart-layout,.account-layout,.category-layout,.product-detail-layout,.product-layout,.search-layout,.discount-layout,.orders-layout,.checkout-layout>*,.cart-layout>*,.account-layout>*,.category-layout>*,.product-detail-layout>*,.product-layout>*,.search-layout>*,.discount-layout>*,.orders-layout>*,.product-card,.cart-table,.cart-summary,.checkout-form,.account-sidebar,.account-content,.category-filters,.category-products,.product-info,.product-gallery{min-width:0}h1,h2,h3,.product-name,.product-detail-title,.cart-product-name,.category-page-header h1,.discount-page-header h1,.services-header h1,.contact-header h1,.stores-header h1{overflow-wrap:anywhere}@media (width<=991px){.container{padding-inline:20px}.checkout-layout,.cart-layout,.account-layout,.category-layout{gap:20px;grid-template-columns:1fr!important}.cart-summary{width:100%;position:static}.checkout-form{padding:24px}.account-sidebar{width:100%}.category-filters{width:100%;position:static}.category-products-grid,.discounts-products-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.container{padding-inline:16px}main{overflow-x:hidden}.section{padding-block:26px}.checkout-layout,.account-layout,.category-layout,.cart-layout{padding-block:20px}.checkout-form{border-radius:18px;padding:20px}.form-row{gap:14px;grid-template-columns:1fr!important}.form-group input,.form-group select,.form-group textarea{width:100%}.category-page-header,.discounts-page-header,.services-header,.contact-header,.stores-header{text-align:left}.category-page-header h1,.discounts-page-header h1,.services-header h1,.contact-header h1,.stores-header h1{font-size:clamp(1.8rem,8vw,2.4rem);line-height:1.08}.category-page-header p,.discounts-page-header p,.services-header p,.contact-header p,.stores-header p{font-size:15px;line-height:1.5}.category-products-grid,.discounts-products-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.cart-table{width:100%}.cart-row{max-width:100%}.cart-summary{border-radius:18px}}@media (width<=560px){.container{padding-inline:12px}.checkout-form,.cart-summary,.account-sidebar,.account-content,.category-filters{border-radius:16px;padding:18px}.category-products-grid,.discounts-products-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{min-width:0}.product-card img{max-width:100%}.btn,.btn-primary,.btn-primary-full,.btn-outline-full,.checkout-btn,.cart-checkout-btn{width:100%}}@media (width<=420px){.container{padding-inline:10px}.category-products-grid,.discounts-products-grid,.products-grid{grid-template-columns:1fr 1fr;gap:10px}.checkout-form,.cart-summary,.account-sidebar,.account-content,.category-filters{padding:16px}.category-page-header h1,.discounts-page-header h1,.services-header h1,.contact-header h1,.stores-header h1{font-size:1.8rem}}@media (hover:none),(pointer:coarse){.product-card:hover,.cat-image-card:hover,.category-card:hover,.service-card:hover,.store-card:hover{transform:none!important}}.desktop-site-header,.desktop-site-footer{display:block}@media (width<=991px){.desktop-site-header,.desktop-site-footer{display:none}}.app-download-page{background:radial-gradient(circle at top left, #1a73e81a, transparent 32%), radial-gradient(circle at bottom right, #f5dd022e, transparent 34%), var(--bg)}.app-download-hero{border:1px solid var(--border);background:#fff;border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center;gap:36px;min-height:430px;padding:48px;display:grid;position:relative;overflow:hidden}.app-download-hero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#1a73e814,#0000 48%),linear-gradient(315deg,#f5dd0238,#0000 42%);position:absolute;inset:0}.app-download-content{z-index:2;max-width:620px;position:relative}.app-download-badge{width:fit-content;color:var(--primary);background:#1a73e81a;border:1px solid #1a73e829;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex}.app-download-content h1{max-width:560px;color:var(--text);margin:0 0 16px;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.04}.app-download-content p{max-width:540px;color:var(--text-light);margin:0 0 28px;font-size:17px;font-weight:500;line-height:1.65}.app-download-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.app-download-primary-btn,.app-download-secondary-btn{border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 24px;font-size:14px;font-weight:900;transition:transform .2s,background .2s,color .2s;display:inline-flex}.app-download-primary-btn{color:#fff;background:var(--primary)}.app-download-primary-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.app-download-secondary-btn{color:var(--primary);background:#fff;border:2px solid #1a73e82e}.app-download-secondary-btn:hover{color:#fff;background:var(--primary);transform:translateY(-2px)}.app-download-visual{z-index:2;justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.app-download-visual:before{content:"";background:var(--accent);opacity:.9;border-radius:999px;width:310px;height:310px;position:absolute;transform:translate(18px,18px)}.app-download-visual:after{content:"";background:#1a73e824;border-radius:42px;width:210px;height:210px;position:absolute;top:8%;right:12%;transform:rotate(16deg)}.app-phone-card{z-index:3;background:#111827;border-radius:34px;width:218px;height:398px;padding:12px;position:relative;transform:rotate(-5deg)}.app-phone-top{background:#ffffff47;border-radius:999px;width:74px;height:6px;margin:0 auto 10px}.app-phone-screen{background:linear-gradient(#f5dd02 0%,#fff 42%,#f8f9fa 100%);border-radius:26px;height:calc(100% - 16px);padding:20px 16px;overflow:hidden}.app-phone-logo{color:#fff;background:var(--primary);border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:18px;font-size:24px;font-weight:900;display:grid}.app-phone-title{gap:4px;margin-bottom:18px;display:grid}.app-phone-title span{color:var(--text-light);font-size:12px;font-weight:800}.app-phone-title strong{color:var(--text);font-size:20px;line-height:1.05}.app-phone-offer{color:#fff;background:var(--primary);border-radius:18px;align-items:center;gap:10px;padding:12px;display:flex}.app-phone-offer strong,.app-phone-offer span{display:block}.app-phone-offer strong{font-size:12px}.app-phone-offer span{opacity:.9;margin-top:2px;font-size:11px}.app-phone-list{gap:10px;margin-top:18px;display:grid}.app-phone-list div{background:#fff;border-radius:16px;height:42px}.app-download-features{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.app-feature-card{border:1px solid var(--border);background:#fff;border-radius:22px;padding:22px}.app-feature-icon{width:44px;height:44px;color:var(--primary);background:#1a73e81a;border-radius:14px;place-items:center;margin-bottom:14px;display:grid}.app-feature-card h3{color:var(--text);margin:0 0 8px;font-size:17px;font-weight:900}.app-feature-card p{color:var(--text-light);margin:0;font-size:14px;line-height:1.5}@media (width<=991px){.app-download-hero{grid-template-columns:1fr;padding:34px 24px}.app-download-visual{min-height:310px}.app-phone-card{width:198px;height:360px}.app-download-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.app-download-hero{border-radius:22px;padding:28px 20px}.app-download-content h1{font-size:32px}.app-download-content p{font-size:15px}.app-download-actions{flex-direction:column;align-items:stretch}.app-download-primary-btn,.app-download-secondary-btn{width:100%}.app-download-visual{min-height:260px}.app-phone-card{width:172px;height:318px}.app-download-features{grid-template-columns:1fr;gap:14px}}.notifications-page{background:var(--bg)}.notifications-header{border:1px solid var(--border);background:#fff;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;padding:30px;display:flex}.notifications-eyebrow{width:fit-content;color:var(--primary);background:#1a73e81a;border:1px solid #1a73e829;border-radius:999px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex}.notifications-header h1{color:var(--text);margin:0 0 10px;font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.05}.notifications-header p{max-width:680px;color:var(--text-light);margin:0;font-size:15px;line-height:1.6}.notifications-read-all-btn{white-space:nowrap;color:#fff;background:var(--primary);border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;font-size:14px;font-weight:900;display:inline-flex}.notifications-read-all-btn:disabled{opacity:.55;cursor:not-allowed}.notifications-alert{border-radius:14px;margin-bottom:18px;padding:14px 16px;font-size:14px;font-weight:800}.notifications-alert.error{color:#b42318;background:#fff1f1;border:1px solid #ffd4d4}.notifications-list{gap:14px;display:grid}.notification-link{color:inherit}.notification-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:20px;grid-template-columns:48px 1fr;gap:16px;padding:20px;transition:transform .18s,border-color .18s,all;display:grid}.notification-card:hover{border-color:#1a73e840;transform:translateY(-2px)}.notification-card.unread{background:linear-gradient(90deg,#1a73e814,#fff 38%);border-color:#1a73e866}.notification-icon{width:48px;height:48px;color:var(--primary);background:#1a73e81a;border-radius:16px;place-items:center;display:grid}.notification-content{min-width:0}.notification-topline{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.notification-topline h2{color:var(--text);margin:0 0 7px;font-size:17px;font-weight:900}.notification-unread-dot{background:var(--primary);border-radius:999px;flex:none;width:10px;height:10px;margin-top:6px}.notification-content p{color:var(--text-light);margin:0 0 10px;font-size:14px;line-height:1.55}.notification-meta{color:var(--text-light);align-items:center;gap:10px;font-size:12px;font-weight:800;display:flex}.notification-meta strong{color:var(--primary);text-transform:uppercase;background:#1a73e81a;border-radius:999px;padding:4px 8px;font-size:11px}.notifications-empty{text-align:center;border:1px solid var(--border);background:#fff;border-radius:24px;place-items:center;min-height:280px;padding:40px 24px;display:grid}.notifications-empty svg{color:var(--primary);margin-bottom:12px}.notifications-empty h2{color:var(--text);margin:0 0 8px;font-size:22px;font-weight:900}.notifications-empty p{color:var(--text-light);margin:0;font-size:14px}@media (width<=768px){.notifications-header{flex-direction:column;padding:24px}.notifications-read-all-btn{width:100%}.notification-card{grid-template-columns:42px 1fr;padding:16px}.notification-icon{border-radius:14px;width:42px;height:42px}}.app-toast{z-index:99999;text-align:center;opacity:1;border-radius:16px;width:min(100vw - 32px,460px);padding:14px 18px;font-size:14px;font-weight:700;line-height:1.45;transition:opacity .28s,transform .28s;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.app-toast-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.app-toast-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.app-toast-info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.app-toast-hide{opacity:0;transform:translate(-50%)translateY(10px)}.account-toast{border:1px solid #0000;border-radius:14px;width:100%;margin-bottom:18px;padding:14px 16px;font-size:14px;font-weight:700;line-height:1.45}.account-toast-success{color:#166534;background:#ecfdf3;border-color:#bbf7d0}.account-toast-error{color:#be123c;background:#fff1f2;border-color:#fecdd3}@media (width<=600px){.app-toast{border-radius:14px;font-size:13px;bottom:84px}}.success-page{background:radial-gradient(circle at top left, #ffd70029, transparent 34%), radial-gradient(circle at bottom right, #0057b81f, transparent 32%), var(--bg)}.success-card{text-align:center;background:#fff;border:1px solid #e2e8f0e6;border-radius:28px;max-width:860px;margin:0 auto;padding:42px}.success-icon-wrap{color:#16a34a;background:#ecfdf3;border-radius:999px;place-items:center;width:92px;height:92px;margin:0 auto 18px;display:grid}.success-eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.04em;background:#0057b814;border-radius:999px;margin-bottom:10px;padding:7px 14px;font-size:13px;font-weight:800;display:inline-flex}.success-card h1{color:var(--text);margin:0;font-size:clamp(28px,4vw,42px);line-height:1.08}.success-description{max-width:620px;color:var(--text-light);margin:16px auto 28px;font-size:16px;line-height:1.7}.success-steps{text-align:left;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0 30px;display:grid}.success-step{background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;padding:18px}.success-step-icon{width:42px;height:42px;color:var(--primary);background:#fff;border-radius:14px;place-items:center;margin-bottom:12px;display:grid}.success-step strong{color:var(--text);margin-bottom:6px;font-size:15px;display:block}.success-step p{color:var(--text-light);margin:0;font-size:13px;line-height:1.55}.success-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.success-primary-btn,.success-secondary-btn{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:12px 22px;font-weight:800;text-decoration:none;display:inline-flex}.success-primary-btn{background:var(--primary);color:#fff}.success-secondary-btn{color:var(--primary);border:2px solid var(--primary);background:#fff}@media (width<=768px){.success-card{border-radius:22px;padding:28px 18px}.success-steps{grid-template-columns:1fr}.success-actions{flex-direction:column}.success-primary-btn,.success-secondary-btn{width:100%}}.category-page,.category-landing-page,.search-page,.discounts-page{background:var(--bg)}.category-landing-card{border:1px solid var(--border);background:#fff;border-radius:24px}.category-landing-image-link{padding-right:190px}.category-landing-image{border:1px solid var(--border);background:#fff;border-radius:22px}.category-landing-image img{object-fit:contain;border-radius:20px;padding:0}.category-landing-placeholder-icon{width:58px;height:58px;color:var(--primary);background:#1a73e81a;border-radius:18px;place-items:center;display:grid}.category-landing-chevron{width:auto;min-width:146px;height:42px;color:var(--primary);background:#1a73e81a;border:1px solid #1a73e824;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 14px 0 18px;font-size:13px;font-weight:900;display:inline-flex;top:50%;right:18px;transform:translateY(-50%)}.category-landing-card.open .category-landing-chevron{color:#fff;background:var(--primary);transform:translateY(-50%)}.category-landing-chevron svg{transition:transform .2s}.category-landing-card.open .category-landing-chevron svg{transform:rotate(180deg)}.category-landing-accordion{border-top:1px solid var(--border);background:linear-gradient(#1a73e809,#0000)}.category-landing-subitem{border:1px solid var(--border);background:#fff}.category-filter-mobile-head,.mobile-filter-trigger,.filter-sidebar-overlay{display:none}.category-filter-chevron svg{display:block}.category-filter-section.open .category-filter-chevron svg{transform:rotate(180deg)}.category-filter-section.open .category-filter-chevron{transform:none}.category-filter-header.search-filter-static-title{cursor:default}.search-page .page-breadcrumb{color:var(--text-light);align-items:center;gap:8px;margin-bottom:22px;font-size:13px;display:flex}.search-page .page-breadcrumb a{color:var(--primary);font-weight:800}.search-page-header{margin-bottom:18px}.search-page-header h1{color:var(--text);margin:0;font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.05}.search-page-header p{color:var(--text-light);margin-top:10px;font-size:15px;line-height:1.5}.search-suggestions{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;display:flex}.search-suggestions button{min-height:38px;color:var(--text);border:1px solid var(--border);background:#fff;border-radius:999px;padding:0 14px;font-size:13px;font-weight:800}.search-suggestions button:hover{color:#fff;background:var(--primary);border-color:var(--primary)}.search-layout{align-items:start;padding-top:0}.discounts-layout{align-items:start}.discounts-filters .category-clear-all,.search-filters .category-clear-all{justify-content:center;width:100%}.mobile-filter-btn{color:#fff;background:var(--primary);border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:auto;min-height:46px;padding:0 18px;font-size:14px;font-weight:900;display:none}.mobile-filter-overlay{z-index:99998;opacity:0;pointer-events:none;background:#11182773;transition:opacity .2s;position:fixed;inset:0}.mobile-filter-overlay.open{opacity:1;pointer-events:auto}.mobile-filter-sidebar{z-index:99999;background:#fff;border-radius:0 22px 22px 0;width:min(86vw,360px);height:100dvh;padding:22px;transition:transform .24s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.mobile-filter-sidebar.open{transform:translate(0)}.mobile-filter-header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.mobile-filter-header h2{color:var(--text);margin:0;font-size:20px;font-weight:900}.mobile-filter-close{width:38px;height:38px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:999px;place-items:center;display:grid}.products-toolbar,.category-products-toolbar,.search-products-toolbar,.discounts-products-toolbar{border:1px solid var(--border);background:#fff;border-radius:18px;align-items:center;gap:12px;margin:0 0 18px;padding:14px;display:flex}.products-sort,.category-products-sort,.search-products-sort,.discounts-products-sort{border:1px solid var(--border);appearance:none;width:auto;min-width:150px;height:42px;color:var(--text);cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center no-repeat;border-radius:12px;justify-self:end;padding:0 40px 0 12px;font-size:14px;font-weight:500}@media (width<=991px){.category-layout,.search-layout,.discounts-layout{display:block}.category-filters,.search-filters,.discounts-filters{display:none}.mobile-filter-btn{display:inline-flex}.products-toolbar,.category-products-toolbar,.search-products-toolbar,.discounts-products-toolbar{border:1px solid var(--border);background:#fff;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:0 0 18px;padding:14px;display:grid}.products-count,.category-products-count,.search-products-count,.discounts-products-count{min-width:0;color:var(--text);white-space:nowrap;font-size:14px;font-weight:900}.products-sort,.category-products-sort,.search-products-sort,.discounts-products-sort{border:1px solid var(--border);appearance:none;width:auto;min-width:150px;height:42px;color:var(--text);cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center no-repeat;border-radius:12px;justify-self:end;padding:0 40px 0 12px;font-size:14px;font-weight:500}}@media (width<=600px){.products-toolbar,.category-products-toolbar,.search-products-toolbar,.discounts-products-toolbar{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:12px}.mobile-filter-btn{min-height:40px;padding:0 12px;font-size:13px}.mobile-filter-btn svg{width:17px;height:17px}.products-count,.category-products-count,.search-products-count,.discounts-products-count{font-size:13px}.products-sort,.category-products-sort,.search-products-sort,.discounts-products-sort{border:1px solid var(--border);appearance:none;width:auto;min-width:132px;height:40px;color:var(--text);cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 12px center no-repeat;border-radius:12px;justify-self:end;padding:0 40px 0 12px;font-size:13px;font-weight:500}}.profile-section-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px;display:flex}.profile-section-head h2{margin:0 0 6px}.profile-section-head p,.profile-muted-text,.profile-location-note{color:var(--text-light);font-size:14px;line-height:1.55}.profile-location-note{background:#1a73e80f;border:1px solid #1a73e81f;border-radius:14px;margin-bottom:18px;padding:12px 14px}.profile-location-btn,.profile-save-btn{color:#fff;background:var(--primary);border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;font-size:14px;font-weight:900;display:inline-flex}.profile-location-btn:disabled,.profile-save-btn:disabled{opacity:.65;cursor:not-allowed}.profile-save-btn{margin-top:4px;padding-inline:28px}.profile-spin-icon{animation:.9s linear infinite profileSpin}@keyframes profileSpin{to{transform:rotate(360deg)}}.profile-form-grid{gap:16px;margin-bottom:16px;display:grid}.profile-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-address-grid-main{grid-template-columns:minmax(150px,.7fr) minmax(0,2fr)}.profile-address-grid-city{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 76px}.profile-password-form{gap:16px;max-width:420px;display:grid}.profile-loading-text{color:var(--text-light);padding:40px}.profile-privacy-actions{gap:24px;max-width:520px;display:grid}.profile-privacy-block{gap:10px;display:grid}.profile-privacy-block h3{margin:0;font-size:16px}.profile-privacy-block p{color:var(--text-light);margin:0;font-size:14px;line-height:1.55}.profile-danger-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:fit-content;min-height:42px;padding:0 28px;font-size:14px;font-weight:900;display:inline-flex}.profile-danger-btn:disabled{opacity:.65;cursor:not-allowed}.profile-modal-overlay{z-index:1200;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-modal{background:#fff;border-radius:18px;width:min(100%,460px);padding:24px;box-shadow:0 24px 60px #0f172a2e}.profile-modal h3{margin:0 0 10px}.profile-modal p{color:var(--text-light);margin:0 0 16px;font-size:14px;line-height:1.55}.profile-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.profile-modal-cancel-btn{cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:999px;min-height:42px;padding:0 20px;font-size:14px;font-weight:700}.account-content input:disabled{opacity:.62;cursor:not-allowed}@media (width<=768px){.profile-section-head{flex-direction:column}.profile-location-btn,.profile-save-btn,.profile-danger-btn{width:100%}.profile-form-grid-2,.profile-address-grid-main,.profile-address-grid-city{grid-template-columns:1fr}}.product-detail-card{border:1px solid var(--border);background:#fff;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);align-items:stretch;gap:40px;padding:32px;display:grid}.product-gallery{min-width:0;position:relative}.product-main-img{aspect-ratio:1;background:var(--bg);border-radius:14px;place-items:center;width:100%;min-height:560px;display:grid;overflow:hidden}.product-main-img img{object-fit:contain;max-width:90%;max-height:90%}.product-fav-corner{z-index:4;width:44px;height:44px;color:var(--text-light);background:#fff;border-radius:999px;place-items:center;display:grid;position:absolute;top:16px;right:16px}.product-fav-corner.active{color:#e91e63}.product-detail-info{min-width:0;padding:6px 0}.product-type{color:var(--text-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800}.product-detail-title{color:var(--text);margin:0 0 10px;font-size:clamp(24px,2.4vw,32px);font-weight:900;line-height:1.15}.product-detail-brand{color:var(--text-light);margin-bottom:12px;font-size:14px;font-weight:600}.product-detail-brand span{color:var(--primary);font-weight:800}.product-detail-rating-inline{margin:10px 0 12px}.product-purchase-card{border:1px solid var(--border);background:#fff;border-radius:20px;width:100%;padding:24px}.product-availability-line{color:var(--text);margin-bottom:16px;font-size:15px;line-height:1.4}.product-availability-line strong{font-weight:900}.product-purchase-divider{background:var(--border);height:1px;margin-bottom:18px}.product-price-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.product-price-block{min-width:0}.product-old-price{color:#8c929c;margin-bottom:4px;font-size:15px;font-weight:800;text-decoration:line-through}.product-current-price{color:var(--text);font-size:38px;font-weight:900;line-height:1}.product-payment-text{color:var(--text);margin-top:8px;font-size:15px;font-weight:800}.product-discount-circle{border:1.5px solid var(--red);background:var(--red);width:52px;height:52px;color:var(--white);border-radius:999px;flex:0 0 52px;place-items:center;font-size:14px;font-weight:800;display:grid}.product-payment-link{color:var(--primary);margin-top:12px;font-size:14px;font-weight:800;text-decoration:underline;display:inline-block}.product-short-description{max-width:100%;color:var(--text-light);overflow-wrap:anywhere;word-break:break-word;margin:16px 0 20px;font-size:15px;line-height:1.55}.product-buy-row{grid-template-columns:142px minmax(0,1fr);align-items:stretch;gap:12px;margin-bottom:18px;display:grid}.product-qty-inline{border:1px solid var(--border);background:#fff;border-radius:8px;grid-template-columns:46px 50px 46px;width:142px;height:50px;margin:0;display:grid;overflow:hidden}.product-qty-inline .qty-btn{color:#111;background:#f8fafc;place-items:center;width:46px;height:50px;font-size:22px;font-weight:900;display:grid}.product-qty-inline .qty-input{border:0;border-inline:1px solid var(--border);text-align:center;color:#111;background:#fff;width:50px;height:50px;font-size:16px;font-weight:900}.product-buy-btn{background:var(--primary);color:#fff;border-radius:8px;width:100%;height:50px;margin:0;font-size:16px;font-weight:900}.product-buy-btn:hover{background:var(--primary-dark)}.product-shipping-box{border:1px solid var(--border);background:#fff;border-radius:18px;margin-top:8px;padding:18px}.product-shipping-label{color:var(--text);margin-bottom:12px;font-size:16px;font-weight:900}.product-shipping-fields{grid-template-columns:minmax(0,1fr) 110px;align-items:center;gap:10px;display:grid}.product-shipping-input{border:1px solid var(--border);width:100%;height:48px;color:var(--text);background:#fff;border-radius:8px;outline:none;padding:0 14px;font-size:14px}.product-shipping-btn{color:#9aa0a6;background:#f1f3f6;border-radius:8px;height:48px;font-size:14px;font-weight:900}.product-shipping-help{color:var(--text);margin-top:10px;font-size:14px;font-weight:700;text-decoration:underline;display:inline-block}.product-share-box{align-items:center;gap:12px;margin-top:18px;display:flex}.product-share-box>span{color:var(--text-light);font-size:14px;font-weight:700}.product-share-actions{align-items:center;gap:8px;display:flex}.product-share-btn{border:1px solid var(--border);width:36px;height:36px;color:var(--primary);background:#fff;border-radius:999px;place-items:center;display:grid}.product-share-feedback{color:var(--primary);margin-top:8px;font-size:13px;font-weight:800}.product-extra{border:1px solid var(--border);background:#fff;border-radius:16px;margin-top:24px;padding:28px 32px;overflow:hidden}.product-extra-grid{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:18px;padding-bottom:20px;display:flex}.product-detail-code{color:var(--text-light);font-size:14px;font-weight:700}.product-detail-code span{color:var(--text);font-weight:900}.product-extra .support-btn{background:var(--primary);color:#fff;white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:8px;width:auto;max-width:fit-content;min-height:42px;padding:0 18px;font-size:14px;font-weight:900;display:inline-flex}.product-extra .support-btn:hover{background:var(--primary-dark)}.product-full-desc{max-width:100%;color:var(--text-light);overflow-wrap:anywhere;word-break:break-word;margin-top:24px;font-size:15px;line-height:1.7}.product-related-slider-wrapper{padding:0;overflow:hidden}.product-related-slider{scroll-behavior:smooth;scrollbar-width:none;gap:20px;padding:4px 4px 22px;display:flex;overflow:auto hidden}.product-related-slider::-webkit-scrollbar{display:none}.product-related-slider .product-card{flex:0 0 260px;width:260px}.product-reviews-section{border:1px solid var(--border);background:#fff;border-radius:20px;margin-top:28px;padding:32px}.product-reviews-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.product-reviews-header>div:first-child span{color:var(--primary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:13px;font-weight:900;display:block}.product-reviews-header h2{color:var(--text);margin:0 0 10px;font-size:clamp(24px,3vw,32px);font-weight:900;line-height:1.1}.product-reviews-header p{color:var(--text-light);margin:0;font-size:15px;line-height:1.5}.product-reviews-score{text-align:center;background:#f2f7ff;border:1px solid #1a73e82e;border-radius:18px;place-items:center;gap:6px;min-width:170px;padding:18px;display:grid}.product-reviews-score strong{color:var(--text);font-size:36px;font-weight:900;line-height:1}.product-reviews-score span{color:var(--text);font-size:13px;font-weight:800}.product-stars{color:#c7cbd1;align-items:center;gap:2px;display:inline-flex}.product-stars svg.filled{color:#f6b000;fill:currentColor}.product-reviews-layout{grid-template-columns:360px minmax(0,1fr);align-items:start;gap:24px;display:grid}.product-review-form{border:1px solid var(--border);background:#fbfcfe;border-radius:18px;padding:22px}.product-review-form h3{color:var(--text);margin:0 0 18px;font-size:22px;font-weight:900;line-height:1.2}.product-review-form label{gap:7px;margin-bottom:14px;display:grid}.product-review-form label span{color:var(--text);font-size:14px;font-weight:900}.product-review-form select,.product-review-form input,.product-review-form textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:12px;outline:none;font-size:14px}.product-review-form select,.product-review-form input{height:44px;padding:0 14px}.product-review-form textarea{resize:vertical;min-height:110px;padding:14px}.product-review-form select:focus,.product-review-form input:focus,.product-review-form textarea:focus{border-color:var(--primary)}.product-review-alert{border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:14px;font-weight:800}.product-review-alert.success{color:#137333;background:#e6f4ea;border:1px solid #b7e1c1}.product-review-alert.error{color:#c5221f;background:#fdecea;border:1px solid #f5b7b1}.product-review-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-review-submit,.product-review-edit,.product-review-cancel{border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:900;display:inline-flex}.product-review-submit,.product-review-edit{background:var(--primary);color:#fff}.product-review-submit:hover,.product-review-edit:hover{background:var(--primary-dark)}.product-review-cancel{color:var(--text-light);border:1px solid var(--border);background:#fff}.product-review-help{color:var(--text-light);margin:0;font-size:14px;line-height:1.5}.product-reviews-list{gap:14px;display:grid}.product-review-empty{border:1px solid var(--border);color:var(--text-light);background:#fff;border-radius:16px;padding:24px;font-size:15px}.product-review-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:20px}.product-review-card-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.product-review-card-head strong{color:var(--text);margin-bottom:6px;font-size:16px;font-weight:900;display:block}.product-review-card-head>span{color:var(--text-light);white-space:nowrap;font-size:13px;font-weight:700}.product-review-card h3{color:var(--text);margin:0 0 8px;font-size:18px;font-weight:900}.product-review-card p{color:var(--text-light);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:15px;line-height:1.5}.product-review-card-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:14px;display:flex}.product-review-edit-inline,.product-review-remove{background:0 0;align-items:center;gap:6px;min-height:34px;padding:0;font-size:14px;font-weight:900;display:inline-flex}.product-review-edit-inline{color:var(--primary)}.product-review-remove{color:var(--red)}@media (width<=991px){.product-reviews-section{padding:22px}.product-reviews-header{gap:18px;display:grid}.product-reviews-score{justify-self:stretch;width:100%;min-width:0}.product-reviews-layout{grid-template-columns:1fr}}@media (width<=600px){.product-reviews-section{border-radius:16px;padding:18px 14px}.product-review-form,.product-review-card{border-radius:14px;padding:16px}.product-review-card-head{gap:8px;display:grid}.product-review-card-head>span{white-space:normal}}@media (width<=991px){.product-detail-card{grid-template-columns:1fr;gap:24px;padding:22px}.product-main-img{min-height:380px}.product-buy-row{grid-template-columns:1fr}.product-qty-inline{width:142px}.product-shipping-fields{grid-template-columns:1fr}.product-shipping-btn{width:100%}}@media (width<=600px){.product-detail-card{border-radius:14px;padding:16px}.product-main-img{min-height:320px}.product-purchase-card{border-radius:16px;padding:18px 14px}.product-current-price{font-size:32px}.product-extra{padding:22px 18px}.product-extra-grid{flex-direction:column;align-items:flex-start}.product-extra .support-btn{max-width:100%}.product-related-slider .product-card{flex:0 0 240px;width:240px}}.product-interest-section{padding-top:8px}.product-interest-slider-wrapper{padding:0;overflow:hidden}.product-interest-slider{scroll-behavior:smooth;scrollbar-width:none;gap:20px;padding:4px 4px 22px;display:flex;overflow:auto hidden}.product-interest-slider::-webkit-scrollbar{display:none}.product-interest-slider .product-card{flex:0 0 260px;width:260px}@media (width<=600px){.product-interest-slider{gap:14px;padding-bottom:18px}.product-interest-slider .product-card{flex:0 0 240px;width:240px}}.product-slider-wrapper .slider-btn,.product-related-slider-wrapper .slider-btn,.product-interest-slider-wrapper .slider-btn{z-index:20;width:42px;min-width:42px;height:42px;min-height:42px;color:var(--primary);background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:0;line-height:1;transition:background .2s,color .2s,transform .2s,all;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.product-slider-wrapper .slider-btn svg,.product-related-slider-wrapper .slider-btn svg,.product-interest-slider-wrapper .slider-btn svg{stroke-width:2.7px;width:22px;height:22px;display:block}.product-slider-wrapper .slider-btn:hover,.product-related-slider-wrapper .slider-btn:hover,.product-interest-slider-wrapper .slider-btn:hover{background:var(--primary);color:#fff;transform:translateY(-50%)scale(1.04)}.product-slider-wrapper .slider-prev,.product-related-slider-wrapper .slider-prev,.product-interest-slider-wrapper .slider-prev{left:0}.product-slider-wrapper .slider-next,.product-related-slider-wrapper .slider-next,.product-interest-slider-wrapper .slider-next{right:0}.product-slider-wrapper,.product-related-slider-wrapper,.product-interest-slider-wrapper{padding-left:48px;padding-right:48px;position:relative}@media (width<=991px){.product-slider-wrapper,.product-related-slider-wrapper,.product-interest-slider-wrapper{padding-left:0;padding-right:0}.product-slider-wrapper .slider-btn,.product-related-slider-wrapper .slider-btn,.product-interest-slider-wrapper .slider-btn{display:none}}.product-slider-wrapper{padding-left:48px;padding-right:48px;position:relative;overflow:hidden}.product-slider{scroll-behavior:smooth;scrollbar-width:none;gap:20px;padding-bottom:22px;display:flex;overflow:auto hidden}.product-slider::-webkit-scrollbar{display:none}.product-slider-wrapper .slider-btn{z-index:20;width:42px;min-width:42px;height:42px;min-height:42px;color:var(--primary);background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.product-slider-wrapper .slider-btn svg{stroke-width:2.7px;width:22px;height:22px;display:block}.product-slider-wrapper .slider-prev{left:0}.product-slider-wrapper .slider-next{right:0}.product-slider-wrapper .slider-btn:hover{background:var(--primary);color:#fff}@media (width<=991px){.product-slider-wrapper{padding-left:0;padding-right:0}.product-slider-wrapper .slider-btn{display:none}}.header-cart-icon,.nav-menu-icon,.product-cart-icon,.product-fav-icon{flex-shrink:0;display:block}.product-fav-btn.active .product-fav-icon{color:#e91e63}.product-add-btn.is-animating .product-cart-icon,.product-cart-icon.is-bouncing{animation:.55s both productCartBounce}.product-cart-icon.is-shaking{animation:.42s both productCartShake}.product-remove-favorite-btn{justify-content:center;align-items:center;gap:5px;display:inline-flex}@keyframes productCartBounce{0%{transform:translateY(0)scale(1)}45%{transform:translateY(-3px)scale(1.08)}to{transform:translateY(0)scale(1)}}@keyframes productCartShake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.header-top .header-action,.header-top .header-action .action-label,.header-top .mobile-cart-btn{color:#111}.header-top .header-action svg,.header-top .mobile-cart-btn svg{color:#111;stroke:currentColor}.header-top .header-static-icon{object-fit:contain;filter:brightness(0);pointer-events:none;width:24px;height:24px;display:block}.header-top .mobile-cart-btn .header-static-icon{width:28px;height:28px}.header-top .cart-btn .header-static-icon{flex-shrink:0;width:25px;height:25px}.nav-menu-icon-stage{pointer-events:none;flex:0 0 22px;place-items:center;width:22px;height:22px;display:inline-grid;position:relative}.nav-menu-static-icon,.nav-menu-lottie,.nav-menu-lottie>div,.nav-menu-lottie svg{width:22px;height:22px;display:block;position:absolute;inset:0}.nav-menu-static-icon{object-fit:contain}.nav-menu-lottie,.nav-menu-hover{opacity:0}.nav-menu-icon-stage.closed .nav-menu-normal{opacity:1}.nav-menu-icon-stage.closed .nav-menu-hover,.nav-menu-icon-stage.open .nav-menu-normal{opacity:0}.nav-menu-icon-stage.open .nav-menu-hover{opacity:1}.nav-menu-icon-stage.opening .nav-menu-normal,.nav-menu-icon-stage.opening .nav-menu-hover,.nav-menu-icon-stage.closing .nav-menu-normal,.nav-menu-icon-stage.closing .nav-menu-hover{opacity:0}.nav-menu-icon-stage.opening .nav-menu-lottie,.nav-menu-icon-stage.closing .nav-menu-lottie{opacity:1}.product-slider-wrapper{padding:0 54px;position:relative;overflow:visible}.product-slider{scroll-behavior:smooth;scrollbar-width:none;gap:20px;min-height:auto;padding:0 8px 24px;display:flex;overflow:auto hidden}.product-card{background:#fff;border-radius:20px;flex-direction:column;flex:0 0 260px;gap:12px;width:260px;min-height:410px;padding:18px;transition:none;display:flex}.product-card:hover{transform:none}.product-img-wrap{background:#e9eef3;border-radius:16px;justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:visible}.product-img{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-img img{object-fit:contain;object-position:center;width:auto;max-width:88%;height:auto;max-height:88%;display:block}.product-fav-btn{z-index:4;color:#e91e63;background:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex;position:absolute;top:10px;right:10px;overflow:visible}.product-fav-icon-layer{pointer-events:none;place-items:center;width:42px;height:42px;display:grid;position:relative}.product-fav-static-icon{object-fit:contain;pointer-events:none;width:22px;height:22px;display:block}.product-card-actions-mobile .product-add-btn{border-radius:999px;flex:0 0 48px;width:48px;min-width:48px;height:48px;padding:0}.product-card-actions-desktop .product-cart-icon-layer,.product-card-actions-desktop .product-cart-static-icon,.product-card-actions-desktop .product-cart-lottie{display:none}.product-cart-icon-layer{pointer-events:none;flex:0 0 24px;place-items:center;width:24px;height:24px;display:inline-grid;position:relative}.product-cart-static-icon,.product-cart-lottie,.product-cart-lottie>div,.product-cart-lottie svg{object-fit:contain;pointer-events:none;width:24px;height:24px;display:block}.product-card-actions-mobile .product-cart-icon-layer,.product-card-actions-mobile .product-cart-static-icon,.product-card-actions-mobile .product-cart-lottie,.product-card-actions-mobile .product-cart-lottie>div,.product-card-actions-mobile .product-cart-lottie svg{width:27px;height:27px}@media (width<=991px){.product-slider-wrapper{padding:0 28px}.product-slider .product-card{flex:0 0 230px;width:230px;min-height:370px}.product-card-actions.product-card-actions-desktop{display:none}.product-card-actions.product-card-actions-mobile{z-index:6;width:auto;height:auto;margin:0;display:flex;position:absolute;bottom:-22px;right:8px}.product-card-actions-mobile .product-add-text,.product-card-qty{display:none}}@media (width<=480px){.product-slider-wrapper{padding:0 22px}.product-card{flex-basis:210px;width:210px;min-height:365px}.product-card-actions.product-card-actions-mobile{bottom:-21px;right:6px}}@media (hover:none),(pointer:coarse),(width<=768px){*{-webkit-tap-highlight-color:transparent}:hover,:hover:before,:hover:after{filter:none;animation:none;transform:none}a:hover,button:hover,.product-card:hover,.cat-card:hover,.promo-banner:hover,.service-card:hover,.home-service-mini-card:hover,.category-card:hover,.cat-image-card:hover,.store-card:hover,.contact-channel:hover,.header-action:hover,.btn-primary-full:hover,.btn-outline-full:hover,.hero-banner-link:hover .hero-banner-button,.hero-banner-link:hover .hero-banner-slide,.service-card:hover .service-img img,.home-service-mini-card:hover img,.product-card:hover img,.product-img:hover img,.product-img-wrap:hover img{filter:none;transform:none}a,button,img,.product-card,.cat-card,.promo-banner,.service-card,.home-service-mini-card,.category-card,.cat-image-card,.store-card,.contact-channel,.header-action,.hero-banner-button,.service-img img,.home-service-mini-icon img,.product-img img{transition:none}.promo-banner:hover:after{opacity:0}}
