@font-face{font-family:Degular;src:url(/assets/degular-font-family-1768740620-0/DegularDemo-Regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Degular;src:url(/assets/degular-font-family-1768740620-0/DegularDemo-Medium.otf)format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Degular;src:url(/assets/degular-font-family-1768740620-0/DegularDemo-Semibold.otf)format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Degular;src:url(/assets/degular-font-family-1768740620-0/DegularDemo-Bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Macan;src:url(/assets/macanweb/MacanPanWeb-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Macan;src:url(/assets/macanweb/MacanPanWeb-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Macan;src:url(/assets/macanweb/MacanPanWeb-Semibold.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Macan;src:url(/assets/macanweb/MacanPanWeb-Bold.ttf)format("truetype");font-weight:700;font-style:normal}:root{--background:#fff;--foreground:#1a1a1a;--brand-black:#1a1a1a;--brand-white:#fff;--brand-orange:#ff6a00;--brand-blue:#003ee0;--gray-100:#f3f4f6;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--gradient-btn:background: linear-gradient(135deg,var(--brand-orange),var(--brand-blue));--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--font-primary:"Degular",sans-serif;--font-secondary:"Macan",sans-serif;--container-max-width:1400px;--container-padding:4rem;--container-padding-mobile:1.5rem}*{box-sizing:border-box;margin:0;padding:0}@media (max-width:768px){:root{--container-padding:var(--container-padding-mobile)}}body{color:var(--brand-black);background:var(--brand-white);font-family:var(--font-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.root-layout-body{flex-direction:column;min-height:100vh;display:flex}.shop-page-wrapper{max-width:var(--container-max-width);padding:2rem var(--container-padding);background-color:#fff;margin:0 auto}.shop-breadcrumbs{color:var(--gray-600);align-items:center;gap:4px;margin-bottom:2rem;font-size:.9rem;font-weight:500;display:flex}.shop-breadcrumbs a{color:var(--brand-black)}.shop-breadcrumbs .active{color:var(--brand-blue);font-weight:500}.mobile-shop-search{justify-content:center;margin-bottom:1.5rem;display:flex!important}.shop-search-bar{background:var(--gray-100);border-radius:8px;align-items:center;width:100%;max-width:100%;padding:.6rem 1rem;transition:all .3s;display:flex}.shop-search-bar input{width:100%;color:var(--brand-black);font-family:var(--font-secondary);background:0 0;border:none;outline:none;padding-left:.5rem}.category-slider-container{background-color:#000;border-radius:12px;margin-bottom:3rem;padding:1rem 1.5rem;position:relative}.category-slider-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.latest-products-label{font-family:var(--font-primary);color:var(--brand-white);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.category-cards-wrapper{scroll-behavior:smooth;scrollbar-width:none;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.category-cards-wrapper::-webkit-scrollbar{display:none}.category-card{cursor:pointer;border-radius:10px;flex-shrink:0;min-width:229px;height:140px;position:relative;overflow:hidden}.category-card-img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .3s}.category-card:hover .category-card-img{transform:scale(1.05)}.category-card-overlay{color:#fff;background:linear-gradient(#0000,#000000b3);padding:1rem;font-size:.95rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.slider-nav-btn{border:1px solid var(--gray-100);z-index:10;cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 6px #0000000d}.slider-nav-btn.prev{left:-20px}.slider-nav-btn.next{right:-20px}.shop-layout{grid-template-columns:280px 1fr;gap:2.5rem;transition:grid-template-columns .3s;display:grid}.shop-layout.sidebar-collapsed{grid-template-columns:1fr}.shop-sidebar{flex-direction:column;gap:2rem;width:280px;height:fit-content;transition:width .3s,opacity .3s;display:flex;position:sticky;top:100px}.shop-sidebar.collapsed{opacity:0;pointer-events:none;width:0}.sidebar-search-box{border:1px solid var(--gray-100);background:#f8fafc;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.sidebar-search-input{background:0 0;border:none;outline:none;width:100%;font-size:.95rem}.sidebar-widget{border:1px solid var(--gray-100);border-radius:12px;position:relative}.widget-header{cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.widget-title{align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;display:flex}.widget-content{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem;display:grid}.filter-chip{border:1px solid var(--gray-100);text-align:center;color:var(--gray-700);cursor:pointer;border-radius:8px;padding:.6rem .4rem;font-size:.85rem;transition:all .2s}.filter-chip:hover,.filter-chip.active{border-color:var(--brand-blue);color:var(--brand-blue);background:#f0f7ff}.shop-content{flex-direction:column;gap:2rem;display:flex}.shop-content-header{justify-content:space-between;align-items:center;display:flex}.shop-header-left{align-items:center;gap:1.5rem;display:flex}.filter-toggle-btn{border:1.5px solid var(--gray-100);color:var(--brand-black);cursor:pointer;background:#f8fafc;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.filter-toggle-btn:hover{background:var(--gray-100)}.sidebar-collapsed .shop-layout{grid-template-columns:1fr}.section-title-main{font-family:var(--font-secondary);font-size:1.75rem;font-weight:700}.sort-dropdown-wrapper{color:var(--gray-600);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.sort-select{color:var(--brand-black);cursor:pointer;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-weight:700;transition:background .2s;display:flex}.sort-select:hover{background:var(--gray-100)}.sort-select-container{position:relative}.sort-dropdown-menu{border:1px solid var(--gray-100);z-index:100;background:#fff;border-radius:8px;min-width:180px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.sort-option{cursor:pointer;padding:.75rem 1rem;font-size:.9rem;transition:background .2s}.sort-option:hover{color:var(--brand-blue)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.product-card-shop{background:#fff;border-radius:12px;transition:transform .2s;overflow:hidden}.product-card-shop:hover{transform:translateY(-5px)}.product-img-wrapper{aspect-ratio:1;background:#f8fafc;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.product-img-shop{object-fit:contain;width:100%;height:100%}.product-tag-new{background:var(--brand-black);color:#fff;border-radius:4px;padding:.15rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-info-shop{padding:1.25rem 0}.product-category-text{color:var(--gray-600);margin-bottom:.4rem;font-size:.85rem}.product-name-shop{color:var(--brand-black);white-space:nowrap;text-transform:capitalize;text-overflow:ellipsis;margin-bottom:.5rem;font-size:1rem;font-weight:600;overflow:hidden}.product-description-shop{color:var(--gray-600);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{justify-content:space-between;align-items:center;display:flex}.product-price-shop{color:var(--brand-blue);font-size:1rem;font-weight:700}.add-to-cart-small{background:var(--brand-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.add-to-cart-small:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 12px #003ee026}.quick-add-btn{background:var(--brand-white);width:38px;height:38px;color:var(--brand-black);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 4px 12px #00000026}.quick-add-btn:hover{background:var(--brand-orange);color:var(--brand-white);transform:scale(1.1)}.product-card-shop.is-dark-card{background:#111!important;border:1px solid #222!important}.product-card-shop.is-dark-card .product-img-wrapper{background:#000!important;border-bottom:1px solid #222!important}.product-card-shop.is-dark-card .product-info-shop{padding-left:1.25rem!important;padding-right:1.25rem!important}.product-card-shop.is-dark-card .product-name-shop{color:#fff!important}.product-card-shop.is-dark-card .product-category-text{color:#888!important}.product-card-shop.is-dark-card .product-description-shop{color:#666!important}.product-card-shop.is-dark-card .product-price-shop{color:#fff!important}.product-card-shop.is-dark-card .quick-add-btn{color:#fff;background:#222}.product-card-shop.is-dark-card .quick-add-btn:hover{background:var(--brand-orange)}@media (max-width:768px){.quick-add-btn{width:34px;height:34px;bottom:.75rem;right:.75rem}}@media (max-width:1024px){.shop-layout{grid-template-columns:1fr;gap:2rem}.shop-sidebar{order:2}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite rotate}.toast-notification-container{z-index:9999;pointer-events:none;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.toast-notification{background:var(--brand-black);color:#fff;pointer-events:auto;border-radius:50px;align-items:center;gap:1rem;min-width:300px;padding:.75rem 1.5rem;animation:.4s ease-out slideUpFade;display:flex;box-shadow:0 10px 25px #0003}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.toast-icon{background:var(--brand-blue);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.toast-content p{margin:0;font-size:.95rem;font-weight:500}.toast-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;transition:color .2s}.toast-close:hover{color:#fff}.quick-add-btn.loading{cursor:not-allowed;color:#94a3b8!important;background:#f1f5f9!important}@media (max-width:768px){.toast-notification-container{width:90%;bottom:5rem}.toast-notification{min-width:unset;width:100%}.shop-page-wrapper{padding:1rem}.section-title-main{font-size:1.4rem}.shop-sidebar{display:none}.category-card{min-width:200px;height:100px}.product-price-row{flex-direction:column;align-items:flex-start;gap:.75rem}.add-to-cart-small{width:100%;padding:.75rem}}button,input::placeholder{font-family:var(--font-secondary)}.main-content-root{flex-grow:1}.navbar-nav{z-index:1005;background-color:var(--brand-white);border-bottom:1px solid var(--gray-100);width:100%;padding:.75rem 0;position:sticky;top:0}.navbar-spacer{height:60px;display:none}@media (max-width:768px){.navbar-spacer.mobile-only{display:block}}.navbar-nav.home-navbar{z-index:1005;background-color:#0000;border-bottom:none;padding:1.25rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.home-navbar:not(.scrolled) .nav-link-nav,.home-navbar:not(.scrolled) .mobile-menu-toggle,.home-navbar:not(.scrolled) .btn-secondary{color:var(--brand-white)}.home-navbar:not(.scrolled) .btn-secondary{background:#ffffff1a;border:1.5px solid #fff3}.home-navbar:not(.scrolled) .nav-search-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3}.home-navbar:not(.scrolled) .nav-search-input,.home-navbar:not(.scrolled) .search-icon{color:var(--brand-white)}.home-navbar:not(.scrolled) .nav-search-input::placeholder{color:#fff6}.navbar-nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-100);background-color:#fff;padding:.75rem 0}.navbar-nav.scrolled .nav-link-nav,.navbar-nav.scrolled .mobile-menu-toggle,.navbar-nav.scrolled .btn-secondary{color:var(--brand-black)}.navbar-nav.scrolled .btn-secondary{border-color:var(--gray-100);background:var(--gray-100)}.navbar-nav.scrolled .nav-search-bar{background:var(--gray-100);border-color:var(--gray-100)}.navbar-nav.scrolled .nav-search-input,.navbar-nav.scrolled .search-icon{color:var(--brand-black)}.navbar-nav.scrolled .nav-search-input::placeholder{color:var(--gray-600)}.nav-container-nav{width:100%;max-width:var(--container-max-width);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-left-section{flex:1;align-items:center;display:flex}.nav-right-section{flex:2;justify-content:flex-end;align-items:center;gap:2.5rem;display:flex}.nav-search-bar{background:var(--gray-100);border-radius:8px;align-items:center;width:100%;min-width:200px;max-width:100%;padding:.6rem 1rem;transition:all .3s;display:flex}.nav-search-input{width:100%;color:var(--brand-black);font-family:var(--font-secondary);background:0 0;border:none;outline:none;padding-left:.5rem}.search-icon{color:var(--brand-black);opacity:.6}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.nav-container-nav{grid-template-columns:1fr auto 1fr;align-items:center;gap:0;width:100%;padding-inline:1rem;display:grid}.navbar-nav{z-index:1005;width:100%;padding:.4rem 0;top:0;left:0;right:0;position:fixed!important}.nav-mobile-toggle-col{grid-column:1;justify-content:flex-start;display:flex}.nav-logo-section{grid-column:2;justify-content:center;display:flex}.nav-right-actions{grid-column:3;justify-content:flex-end;display:flex}.nav-logo-section .logo-img{height:32px}.nav-actions-container{gap:0}}@media (min-width:769px){.nav-container-nav{max-width:var(--container-max-width);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo-section{flex:1;justify-content:flex-start;display:flex}.nav-desktop-links{flex:1;justify-content:center;display:flex}.nav-right-actions-group{flex:1;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.nav-desktop-search{flex:0 280px}.nav-actions-container{align-items:center;gap:1rem;display:flex}}.mobile-menu-toggle{color:var(--brand-black);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;opacity:0;pointer-events:none;background:#0006;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.mobile-drawer-overlay.active{opacity:1;pointer-events:auto}.mobile-side-drawer{z-index:1010;visibility:hidden;pointer-events:none;background:#fff;flex-direction:column;width:320px;max-width:85%;height:100vh;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:-320px;overflow-y:auto;box-shadow:10px 0 30px #0000001a}.mobile-side-drawer.open{visibility:visible;pointer-events:auto;transform:translate(320px)}.drawer-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.close-drawer-btn{color:var(--brand-black);cursor:pointer;background:0 0;border:none}.drawer-section-header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:0;display:flex}.drawer-section-title{text-transform:uppercase;letter-spacing:1px;color:var(--gray-600);margin-bottom:0;font-size:.8rem;font-weight:700}.section-toggle-icon{color:var(--gray-600);transition:transform .3s}.mobile-accordion-content{opacity:0;max-height:0;transition:max-height .3s ease-out,opacity .2s;overflow:hidden}.mobile-accordion-content.expanded{opacity:1;max-height:500px;margin-bottom:1rem}.mobile-drawer-section{border-bottom:1px solid var(--gray-100);padding-bottom:.5rem}.mobile-nav-link.sub-link{background:#fcfcfc;border-bottom:none;border-radius:4px;margin-bottom:2px;padding:.6rem 1rem;font-size:1.5rem}.mobile-nav-link.sub-link:hover{background:var(--gray-100)}.mobile-nav-links{flex-direction:column;gap:.5rem;display:flex;overflow-y:auto}.mobile-nav-link{color:var(--brand-black);border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.mobile-nav-link:hover{color:var(--brand-orange)}.mobile-drawer-actions{margin-top:auto;padding-top:1rem}.mobile-btn-primary{background:var(--brand-black);text-align:center;border-radius:8px;padding:1rem;font-weight:600;text-decoration:none;display:block;color:#fff!important}.mobile-btn-secondary{border:1px solid var(--gray-100);text-align:center;cursor:pointer;background:#fff;border-radius:8px;width:100%;margin-bottom:.75rem;padding:1rem;font-family:inherit;font-weight:600;text-decoration:none;display:block;color:var(--brand-black)!important}.mobile-btn-secondary:hover{background:#f9fafb}.logout-mobile{border-color:#fee2e2;margin-top:1rem;color:#dc2626!important}.nav-dropdown-wrapper{position:relative}.nav-dropdown-menu{z-index:1000;opacity:0;visibility:hidden;background:#fff;border:1px solid #0000000d;border-radius:12px;min-width:220px;margin-top:10px;padding:.75rem 0;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.nav-dropdown-wrapper:hover .nav-dropdown-menu,.nav-dropdown-wrapper:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.products-mega-menu{min-width:500px;padding:1.5rem;left:50%;transform:translate(-50%)translateY(10px)}.nav-dropdown-wrapper:hover .products-mega-menu{transform:translate(-50%)translateY(0)}.mega-menu-content{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.mega-item{background:#f9fafb;border-radius:10px;align-items:center;gap:1rem;padding:1rem!important;display:flex!important}.mega-item:hover{transform:scale(1.02);background:var(--gray-100)!important}.mega-icon-box{width:40px;height:40px;color:var(--brand-blue);background:#fff;border-radius:8px;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 6px #0000000d}.mega-text{flex-direction:column;display:flex}.mega-title{color:var(--brand-black);font-size:.95rem;font-weight:600}.mega-subtitle{color:var(--gray-600);font-size:.75rem}.dropdown-item{color:var(--brand-black);padding:.75rem 1.25rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:block}.dropdown-item:hover{color:var(--brand-blue);background:#f9fafb}.dropdown-divider{background:var(--gray-100);height:1px;margin:.5rem 0}.profile-dropdown-nav{min-width:240px;left:auto;right:0}.profile-dropdown-header{padding:1rem 1.25rem}.profile-name{margin-bottom:2px;font-size:.95rem;font-weight:700}.profile-email{color:var(--gray-600);font-size:.8rem}.logout-link{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;font-family:inherit;color:#dc2626!important}.avatar-btn{cursor:pointer;background:0 0;border:none;padding:4px}.avatar-circle{background:var(--brand-black);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.cart-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.nav-search-input{width:100%;font-family:var(--font-secondary);background:0 0;border:none;outline:none;padding-left:.5rem}.logo-nav{flex-shrink:0;align-items:center;margin-right:1.5rem;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:40px}.nav-links-container-nav{flex-shrink:0;gap:1.25rem;display:flex}.nav-link-nav{color:var(--brand-black);white-space:nowrap;align-items:center;gap:.25rem;font-weight:500;text-decoration:none;transition:opacity .2s,color .2s;display:flex}.dropdown-icon{opacity:.5;transition:transform .2s}.nav-link-nav:hover .dropdown-icon{transform:translateY(1px)}.nav-link-nav:hover{color:var(--brand-orange);opacity:1}.nav-actions-container{align-items:center;gap:1rem;display:flex}.btn-secondary{color:var(--brand-black);border:1.5px solid var(--gray-100);background:var(--gray-100);border-radius:8px;justify-content:center;align-items:center;width:35px;height:35px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.btn-primary{background:var(--brand-black);color:var(--brand-white);white-space:nowrap;border-radius:8px;padding:.6rem 1.4rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:transform .2s}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px)}.nav-icon-btn{border:1.5px solid var(--gray-100);background:var(--gray-100);width:40px;min-width:40px;height:40px;color:var(--brand-black);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.nav-icon-btn:hover{border-color:var(--brand-blue);color:var(--brand-blue);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #003ee01a}.nav-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0000001a}.nav-badge.blue{background:var(--brand-blue)}.notif-dropdown{z-index:1000;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;width:340px;max-height:480px;animation:.3s slideUpFade;display:flex;position:absolute;top:calc(100% + 12px);right:-80px;overflow:hidden;box-shadow:0 15px 35px #0000001f,0 5px 15px #0000000d}.notif-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.notif-header h3{color:var(--brand-black);margin:0;font-size:1.05rem;font-weight:700}.notif-mark-all{color:var(--brand-blue);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;transition:background .2s}.notif-mark-all:hover{background:#003ee00d}.notif-list{flex:1;overflow-y:auto}.notif-item{cursor:pointer;background:#fff;border-bottom:1px solid #f8fafc;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;transition:all .2s;display:flex}.notif-item.unread{background:#f8faff}.notif-item:hover{background:#f1f5f9}.notif-item-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.notif-message{color:var(--brand-black);font-size:.9rem;line-height:1.4}.unread .notif-message{font-weight:600}.unread-dot{background:var(--brand-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.notif-time{color:#94a3b8;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.notif-empty{text-align:center;color:#94a3b8;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.hero-section{background-color:var(--brand-blue);width:100%;min-height:90vh;padding:8rem var(--container-padding)4rem;align-items:center;display:flex}.hero-section-inner{max-width:var(--container-max-width);align-items:center;gap:4rem;width:100%;margin:0 auto;display:flex}.hero-text-col{flex-direction:column;flex:1;gap:1.5rem;display:flex}.hero-video-col{flex:1}.title-hero{font-family:var(--font-primary);color:var(--brand-white);font-size:3.8rem;font-weight:700;line-height:1}.subtitle-hero{color:#ffffffd9;max-width:500px;font-size:1.15rem}@media (max-width:1024px){.hero-section{gap:2rem;padding:7rem 2rem 3rem}.title-hero{font-size:3rem}}@media (max-width:768px){.hero-section{text-align:center;flex-direction:column;gap:3rem;min-height:auto;padding:6rem 1.5rem 3rem}.hero-section-inner{flex-direction:column;align-items:center}.hero-text-col{align-items:center}.title-hero{font-size:2.75rem}.subtitle-hero{font-size:1rem}}.subtitle-hero,.hero-search-container{max-width:100%}.hero-popular-tags{justify-content:center}@media (max-width:480px){.title-hero{font-size:2.25rem}}.hero-search-container{width:100%;max-width:550px;margin-top:1rem;position:relative}.hero-search-input-group{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;padding:.5rem .5rem .5rem 1rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.hero-search-select{color:var(--gray-700);cursor:pointer;appearance:none;white-space:nowrap;text-overflow:ellipsis;background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 0 center/1rem no-repeat;border:none;outline:none;max-width:150px;padding-right:1.5rem;font-size:.95rem;font-weight:500;overflow:hidden}.search-divider{background-color:#e5e7eb;width:1px;height:24px;margin:0 1rem}.hero-search-input{border:none;outline:none;flex:1;min-width:0;padding:.5rem 0;font-size:1rem}.hero-search-btn{background-color:var(--brand-black);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hero-popular-tags{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.popular-label{color:#ffffffb3;font-size:.95rem;font-weight:600}.tag-pill{color:var(--brand-white);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:100px;padding:.4rem 1.25rem;font-size:.85rem;text-decoration:none;transition:all .2s}.tag-pill:hover{border-color:var(--brand-white);background:#fff3}.video-card-container{aspect-ratio:12/9;border-radius:12px;width:100%;position:relative;overflow:hidden}.hero-video-element{object-fit:cover;width:100%;height:100%}.video-play-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex;position:absolute;bottom:9px;right:9px;box-shadow:0 4px 12px #0000001a}.video-play-btn:hover{transform:scale(1.1)}@media screen and (max-width:480px){.hero-search-btn{width:40px;height:40px}}.footer-foot{background-color:var(--brand-black);color:var(--brand-white);border-top:4px solid var(--brand-blue);padding:4rem var(--container-padding);margin-top:auto}.footer-container-foot{width:100%;max-width:var(--container-max-width);text-align:center;margin:0 auto}.footer-text-foot{color:var(--brand-white);opacity:.7}a{color:inherit;text-decoration:none}.cart-page-wrapper{max-width:var(--container-max-width);padding:2rem var(--container-padding);background-color:#fafafa;min-height:100vh;margin:0 auto}.cart-breadcrumbs{color:var(--gray-600);margin-bottom:2rem;font-size:.9rem}.cart-breadcrumbs a{color:var(--brand-black);text-decoration:none}.cart-breadcrumbs span{margin:0 .5rem}.cart-breadcrumbs .active{color:var(--brand-blue);font-weight:500}.cart-main-container{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.cart-items-section{background:var(--brand-white);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.cart-header-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.cart-title{font-family:var(--font-primary);font-size:1.5rem;font-weight:700}.continue-shopping-link{color:var(--brand-blue);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;text-decoration:none;display:flex}.cart-item-card{border-bottom:1px solid var(--gray-100);flex-direction:column;padding:1.5rem 0;display:flex}.cart-item-card:last-child{border-bottom:none}.cart-item-main{gap:1.5rem;display:flex}.cart-item-image-wrapper{background:var(--gray-100);border-radius:8px;flex-shrink:0;width:100px;height:100px;overflow:hidden}.cart-item-image{object-fit:cover;width:100%;height:100%}.cart-item-info{flex:1}.cart-item-name{color:var(--brand-black);margin-bottom:.25rem;font-size:1.1rem;font-weight:600;line-height:1.4}.cart-item-seller{color:var(--gray-600);margin-bottom:.5rem;font-size:.9rem}.seller-tag{color:var(--brand-blue);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.cart-item-price-section{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.cart-item-price{color:var(--brand-black);font-size:1.4rem;font-weight:700}.cart-item-subtotal{color:var(--gray-600);font-size:.85rem}.quantity-controls{border-radius:6px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn{background:var(--gray-100);cursor:pointer;width:32px;height:32px;color:var(--brand-black);border:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.qty-btn:hover{background:#e5e7eb}.qty-value{background:var(--brand-black);color:#fff;justify-content:center;align-items:center;width:40px;height:32px;font-size:.9rem;font-weight:600;display:flex}.cart-item-delivery{justify-content:space-between;align-items:flex-start;margin-top:1.5rem;display:flex}.delivery-fee-label{font-size:1rem;font-weight:600}.qty-btn.p{border-top-right-radius:8px;border-bottom-right-radius:8px}.delivery-fee-value{font-size:1.1rem;font-weight:700}.delivery-toggle-link{color:#ff3b61;text-align:right;margin-top:.5rem;font-size:.85rem;font-weight:500;text-decoration:none;display:block}.remove-btn{color:var(--brand-blue);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:1rem;padding:0;font-size:.85rem;font-weight:600;display:flex}.order-summary-card{background:var(--brand-white);border-radius:12px;padding:1.5rem;position:sticky;top:100px;box-shadow:0 1px 3px #0000000d}.summary-title{text-transform:uppercase;letter-spacing:.5px;color:var(--brand-black);margin-bottom:1.5rem;font-size:1rem;font-weight:700}.summary-row{color:var(--brand-black);justify-content:space-between;margin-bottom:1rem;font-size:1rem;display:flex}.summary-row.total{border-top:1px solid var(--gray-100);margin-top:1.5rem;padding-top:1.5rem;font-size:1.2rem;font-weight:700}.total-value-box{background:#fdf2d0;border-radius:4px;padding:.2rem .5rem}.checkout-btn{background-color:var(--brand-blue);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:8px;width:100%;margin-top:1.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:opacity .2s}.checkout-btn:hover{opacity:.9}.trust-section{text-align:center;margin-top:1.5rem}.we-accept-label{color:var(--gray-600);margin-bottom:.75rem;font-size:.85rem;display:block}.payment-icons{justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.payment-icon{opacity:.8;height:20px}.safe-secure-badge{color:var(--gray-600);justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;display:flex}@media (max-width:1024px){.cart-main-container{grid-template-columns:1fr}.order-summary-card{position:static}}@media (max-width:640px){.cart-page-wrapper{padding:1rem}.cart-item-main{flex-direction:column;gap:1rem}.cart-item-price-section{text-align:left;align-items:flex-start}.cart-header-row{flex-direction:column;align-items:flex-start;gap:1rem}}.product-details-wrapper{max-width:var(--container-max-width);padding:2rem var(--container-padding);background-color:#fff;min-height:100vh;margin:0 auto}.details-breadcrumbs{color:var(--gray-600);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1rem;display:flex}.details-breadcrumbs a{color:var(--brand-black)}.details-breadcrumbs .active{color:var(--brand-blue);font-weight:500}.product-meta-header{margin-bottom:2.5rem}.product-title-large{font-family:var(--font-primary);text-transform:capitalize;color:var(--brand-black);margin-bottom:.75rem;font-size:1.85rem;font-weight:700;line-height:1.25}.product-location-tag{color:var(--gray-600);align-items:center;gap:.5rem;font-size:1rem;display:flex}.product-location-label{color:#1a1a1a;opacity:.7}.product-main-grid{grid-template-columns:1fr 420px;align-items:start;gap:2rem;display:grid}.product-gallery-section{flex-direction:column;gap:1.5rem;display:flex}.main-image-container{aspect-ratio:1.4;border:1px solid var(--gray-100);background:#f8fafc;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.main-product-img{object-fit:contain;width:100%;height:100%}.thumbnail-list{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1rem;width:100%;padding:.5rem 0;display:flex;overflow-x:auto}.thumbnail-list::-webkit-scrollbar{display:none}.thumbnail-item{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:90px;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.thumbnail-item:hover{transform:translateY(-2px)}.thumbnail-item.active{border-color:var(--brand-orange);box-shadow:0 0 0 2px #ff6a001a}.thumbnail-img{object-fit:cover;width:100%;height:100%}.purchasing-details-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:1.25rem}.purchasing-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.purchasing-row{color:var(--brand-black);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.95rem;display:flex}.purchasing-row span:first-child{color:#1a1a1a;font-weight:500}.don-not-delivery-row{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.delivery-toggle-box{color:#64748b;background:#f1f5f9;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.purchasing-row.price-row{margin-top:1.5rem;margin-bottom:1rem}.price-display{color:var(--brand-black);align-items:center;gap:.25rem;font-size:2.25rem;font-weight:700;display:flex}.price-highlight{background:#fde047;border-radius:4px;padding:0 .5rem}.subtotal-summary{color:#64748b;justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.9rem;display:flex}.subtotal-badge{color:#1e293b;background:#f1f5f9;border-radius:6px;padding:.4rem .75rem;font-weight:600}.quantity-section{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.quantity-label{color:var(--brand-black);font-size:1.15rem;font-weight:600}.qty-picker{align-items:center;gap:.5rem;display:flex}.qty-pill-btn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.qty-pill-value{background:var(--brand-blue);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.details-action-buttons{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.add-to-cart-big{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.9rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.add-to-cart-big.btn-black{background:var(--brand-black)}.add-to-cart-big.btn-purchase{background:var(--brand-blue);background:linear-gradient(135deg,var(--brand-blue),#1d4ed8)}.add-to-cart-big:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width:640px){.details-action-buttons{flex-direction:column}}@media (max-width:1024px){.product-main-grid{grid-template-columns:1fr;gap:3rem}.purchasing-details-card{margin-bottom:2rem;position:static}}@media (max-width:640px){.product-details-wrapper{padding:1rem var(--container-padding-mobile)}.product-title-large{font-size:1.6rem}.price-display{font-size:1.8rem}.thumbnail-item{width:80px;height:60px}}@media (max-width:480px){.details-breadcrumbs{flex-wrap:wrap;gap:.25rem;font-size:.9rem}.product-title-large{font-size:1.4rem}.product-location-tag{flex-wrap:wrap}.thumbnail-list{flex-wrap:wrap;overflow-x:visible}.description-content{font-size:1rem}.purchasing-row{flex-direction:column;align-items:flex-start;gap:.5rem}.quantity-section{flex-direction:column;align-items:flex-start;gap:1rem}.price-display{font-size:1.6rem}}.similar-products-section{border-top:1px solid var(--gray-100);margin-top:2.5rem;padding-top:2rem}.similar-products-title{color:var(--brand-black);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.similar-products-list{flex-direction:column;gap:1.25rem;display:flex}.similar-product-item{border-radius:8px;align-items:center;gap:1rem;padding:.5rem;text-decoration:none;transition:background .2s;display:flex}.similar-product-item:hover{background:var(--gray-100)}.similar-product-img-wrapper{background:#f8fafc;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.similar-product-img{object-fit:contain;width:90%;height:90%}.similar-product-info{flex:1}.similar-product-name{color:var(--brand-black);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.9rem;font-weight:600;display:-webkit-box;overflow:hidden}.similar-product-price{color:var(--brand-blue);font-size:.95rem;font-weight:700}.landing-carousel-section{max-width:var(--container-max-width);padding:0 var(--container-padding);margin:2rem auto}.carousel-container-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.landing-section-title{font-family:var(--font-primary);color:var(--brand-black);font-size:1.75rem;font-weight:700}.carousel-nav-buttons{gap:1rem;display:flex}.landing-nav-btn{border:1.5px solid var(--gray-100);cursor:pointer;width:44px;height:44px;color:var(--brand-black);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.landing-nav-btn:hover{background:var(--brand-black);color:#fff;border-color:var(--brand-black)}.landing-carousel-wrapper{scroll-behavior:smooth;scrollbar-width:none;gap:2rem;padding:1rem 0;display:flex;overflow-x:auto}.landing-carousel-wrapper::-webkit-scrollbar{display:none}.carousel-card{flex:0 0 216px;width:216px}@media (max-width:768px){.landing-carousel-section{margin:2rem auto;padding:0 1.5rem}.carousel-card{flex:0 0 180px;width:180px}.landing-section-title{font-size:1.4rem}}.footer-modern{background:var(--brand-black);padding:5rem var(--container-padding)3rem;font-family:var(--font-secondary);color:#fff;border-top:1px solid #ffffff1a}.footer-top-section{max-width:var(--container-max-width);margin:0 auto 4rem}.footer-columns-container{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.footer-col-title{font-family:var(--font-secondary);color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.footer-links{flex-direction:column;gap:1rem;list-style:none;display:flex}.footer-links a{color:#ffffffb3;font-size:.95rem;text-decoration:none;transition:all .2s;display:inline-block}.footer-links a:hover{color:var(--brand-orange);transform:translate(4px)}.footer-divider{height:1px;max-width:var(--container-max-width);background:#ffffff1a;margin:0 auto 3rem}.footer-bottom-section{max-width:var(--container-max-width);margin:0 auto}.footer-bottom-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:38px}.footer-social-area{align-items:center;gap:2rem;display:flex}.connect-label{color:#fff;font-size:.95rem;font-weight:700}.social-icons{gap:1.5rem;display:flex}.social-link{color:#fff9;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.social-link:hover{color:#fff;transform:translateY(-2px)}.footer-copyright{color:#ffffff80;font-size:.9rem;font-weight:500}@media (max-width:1024px){.footer-columns-container{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:768px){.footer-modern{padding:4rem 1.5rem 2rem}.footer-bottom-container{flex-direction:column;align-items:flex-start;gap:2rem}.footer-social-area{flex-direction:column;align-items:flex-start;gap:1rem}.social-icons{flex-wrap:wrap}}.shop-pagination{border-top:1px solid var(--gray-100);justify-content:center;align-items:center;gap:.75rem;margin-top:4rem;padding-top:2rem;display:flex}.pagination-btn{border:1.5px solid var(--gray-100);cursor:pointer;width:44px;height:44px;color:var(--brand-black);background:#fff;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.pagination-btn:hover:not(:disabled){background:var(--brand-black);color:#fff;border-color:var(--brand-black)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-number{cursor:pointer;width:44px;height:44px;color:var(--gray-600);background:0 0;border:1.5px solid #0000;border-radius:8px;justify-content:center;align-items:center;font-weight:600;transition:all .2s;display:flex}.pagination-number:hover{background:var(--gray-50);color:var(--brand-black)}.pagination-number.active{background:var(--brand-black);color:#fff}.product-left-content{flex-direction:column;gap:3rem;display:flex}.description-title{font-family:var(--font-secondary);color:var(--brand-black);border-bottom:2px solid var(--gray-100);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700;display:inline-block}.description-content{color:var(--gray-600);font-size:1rem;line-height:1.7}.description-content p{margin-bottom:1.5rem}.description-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.description-content li{margin-bottom:.5rem}.btn-primary-gradient{background:linear-gradient(135deg,var(--brand-orange),var(--brand-blue))!important;color:#fff!important;border:none!important}.product-img-shop.is-placeholder{object-fit:contain;background:#f8fafc;padding:1.5rem}@media (min-width:769px) and (max-width:1100px){.nav-container-nav{gap:1rem;padding:0 1.5rem}.nav-links-container-nav{gap:1rem}.nav-link-nav{font-size:.85rem}.nav-desktop-search{flex:1;max-width:250px}.logo-nav{margin-right:1rem}.logo-img{height:28px}}.sidebar-widgets-container{flex-direction:column;gap:1rem;display:flex}.widget-header.clickable{background:#fbfbfb;border-bottom:1px solid #0000;padding:1.25rem 1rem;transition:all .2s}.widget-header.clickable:hover{background:#fbfbfb}.widget-title{color:#1a1a1a;font-size:1.1rem;font-weight:700}.minimize-icon{color:#1a1a1a;font-size:1.2rem;font-weight:400}.transition-transform{transition:transform .3s}.rotate-180{transform:rotate(180deg)}.custom-dropdown-container{width:100%;position:relative}.custom-dropdown-trigger{cursor:pointer;color:#1a1a1a;background:#fff;border:1px solid #e5e7eb;border-radius:4px;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.95rem;display:flex}.custom-dropdown-options{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:4px;max-height:250px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.dropdown-option{cursor:pointer;color:#1a1a1a;padding:.75rem 1rem;font-size:.9rem;transition:all .2s}.dropdown-option:hover{color:var(--brand-blue);background:#f8fafc}.dropdown-option.active{color:var(--brand-blue);background:#f0f7ff;font-weight:600}.price-inputs-row{align-items:center;gap:1rem;padding:.5rem 0 1.5rem;display:flex}.price-input{color:#1a1a1a;background:#fff;border:1px solid #e5e7eb;border-radius:4px;outline:none;width:100%;padding:.7rem 1rem;font-size:1rem}.price-input::placeholder{color:#6b7280}.price-separator{color:#1a1a1a;font-size:1.2rem;font-weight:500}.price-tiers-list{flex-direction:column;gap:1.25rem;padding:.5rem 0;display:flex}.radio-label{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.custom-radio-input{opacity:0;position:absolute}.radio-custom{background-color:#fff;border:2px solid #6b7280;border-radius:50%;width:14px;height:14px;transition:all .2s ease-in-out;position:relative}.custom-radio-input:checked~.radio-custom{border-color:var(--brand-blue)}.radio-custom:after{content:"";background:var(--brand-blue);border-radius:50%;width:12px;height:12px;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-radio-input:checked~.radio-custom:after{display:block}.tier-text{color:#1a1a1a;font-size:.9rem;font-weight:400}.ads-count{color:#9ca3af;font-weight:400}.sidebar-widget{background:#fcfcfc;border:none;border-radius:8px;margin-bottom:.5rem}.widget-content{padding:0 1rem 1.5rem;display:block}.home-categories-section{max-width:var(--container-max-width);padding:0 var(--container-padding);margin:1rem auto 3rem;position:relative}.home-category-list-wrapper{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1rem 0;display:grid}.home-category-card{cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;justify-content:flex-start;min-height:160px;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000008}.home-category-card:hover{border-color:var(--brand-orange);transform:translateY(-5px);box-shadow:0 12px 25px -5px #0000001a}.home-category-info{z-index:2;flex-direction:column;gap:.25rem;display:flex;position:relative}.home-category-name{color:var(--brand-black);font-size:1.25rem;font-weight:700;line-height:1.1}.home-category-count{color:var(--gray-600);font-size:.9rem;font-weight:500}.home-category-img-container{z-index:1;background:#f8f9fb;border-radius:24px;justify-content:center;align-items:center;width:130px;height:130px;transition:all .4s;display:flex;position:absolute;bottom:-20px;right:-20px;transform:rotate(-15deg)}.home-category-card:hover .home-category-img-container{background-color:#fff4ed;transform:rotate(-10deg)scale(1.1)}.home-category-icon{color:#1a1a1a;opacity:.2;transition:all .4s;transform:rotate(15deg);width:56px!important;height:56px!important}.home-category-card:hover .home-category-icon{opacity:1;transform:rotate(10deg)scale(1.1);color:var(--brand-orange)!important}.category-nav-btns-group{justify-content:flex-start;gap:1rem;margin-top:1rem;display:flex}.category-nav-btn{border:1.5px solid var(--gray-100);cursor:pointer;width:44px;height:44px;color:var(--brand-black);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 4px 6px #0000000d}.category-nav-btn:hover{border-color:var(--brand-orange);color:var(--brand-orange);background:#fff}@media (max-width:1024px){.home-category-list-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-categories-section{padding:0 var(--container-padding);margin-top:.5rem}.home-category-list-wrapper{grid-template-columns:1fr;gap:1rem}.home-category-card{min-height:120px;padding:1.25rem}.home-category-img-container{width:90px;height:90px;bottom:-15px;right:-15px}.home-category-icon{width:40px!important;height:40px!important}.home-category-name{font-size:.95rem}.category-nav-btns-group{display:none}}.features-highlight-section{max-width:var(--container-max-width);padding:0 var(--container-padding);margin:4rem auto}.features-header{justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:3.5rem;display:flex}.features-header-left{flex:1}.features-header-right{flex:0 0 350px}.features-main-title{font-family:var(--font-primary);color:var(--brand-black);font-size:2.5rem;font-weight:700;line-height:1.1}.features-sub-desc{color:#4b5563;font-size:1.1rem;line-height:1.5}.features-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.feature-item{cursor:pointer;border-radius:20px;height:450px;position:relative;overflow:hidden}.feature-img-box{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.feature-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.feature-item:hover .feature-img{transform:scale(1.08)}.feature-content-overlay{color:#fff;z-index:2;background:linear-gradient(#0000 0%,#0006 50%,#000000e6 100%);flex-direction:column;gap:.75rem;width:100%;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0}.feature-item-title{font-family:var(--font-secondary);color:#fff;font-size:1.75rem;font-weight:700}.feature-item-desc{color:#fffc;max-width:90%;font-size:1rem;line-height:1.5}@media (max-width:1024px){.features-header{flex-direction:column;gap:1.5rem}.features-header-right{flex:1}.features-main-title{font-size:2rem}}@media (max-width:768px){.features-highlight-section{margin:3rem auto;padding:0 1rem}.features-grid{grid-template-columns:1fr}.feature-item{height:380px}.feature-content-overlay{padding:1.5rem}.feature-item-title{font-size:1.5rem}}.banner-carousel-section{max-width:var(--container-max-width);padding:0 var(--container-padding);margin:2rem auto}.banner-carousel-wrapper{background:#f3f4f6;border-radius:20px;width:100%;position:relative;overflow:hidden}.banner-track{width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.banner-slide-item{min-width:100%;height:350px;position:relative}.banner-image-wrapper{width:100%;height:100%;position:relative}.banner-img{object-fit:cover;width:100%;height:100%;display:block}.banner-overlay-content{color:#fff;opacity:0;background:linear-gradient(90deg,#0009 0%,#0000 60%);flex-direction:column;justify-content:center;width:100%;height:100%;padding:4rem;transition:opacity .6s .3s,transform .6s .3s;display:flex;position:absolute;top:0;left:0;transform:translate(-20px)}.banner-slide-item.active .banner-overlay-content{opacity:1;transform:translate(0)}.banner-overlay-content{opacity:1;background:linear-gradient(90deg,#0006 0%,#0000 80%);transform:none}.banner-title{font-family:var(--font-primary);text-shadow:0 2px 10px #0000004d;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.banner-subtitle{opacity:.95;text-shadow:0 1px 4px #0000004d;max-width:600px;font-size:1.25rem;line-height:1.5}.banner-dots{z-index:10;gap:.75rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.banner-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.banner-dot.active{background:#fff;border-radius:10px;width:30px}@media (max-width:1024px){.banner-slide-item{height:350px}.banner-title{font-size:2.5rem}}@media (max-width:768px){.banner-carousel-section{margin:1.5rem auto;padding:0 1rem}.banner-carousel-wrapper{border-radius:16px}.banner-slide-item{height:220px}.banner-overlay-content{background:linear-gradient(#0000 30%,#0009 100%);justify-content:flex-end;padding:1.5rem}.banner-title{font-size:1.5rem}.banner-subtitle{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}}.hero-inline-icon{vertical-align:middle;stroke-width:2.5px;width:.85em;height:.85em;margin-top:-.15em;margin-left:-.05em;margin-right:-.05em;display:inline-block}.section-empty-state{text-align:center;background:#00000005;border:1px dashed #0000001a;border-radius:20px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;width:100%;padding:5rem 2rem;animation:.6s forwards fadeInEmpty;display:flex}.section-empty-state.is-dark-section{background:#ffffff08;border-color:#ffffff1a}.section-empty-state.is-dark-section .empty-state-text{color:#fff}.section-empty-state.is-dark-section .empty-state-subtext{color:#fff9}.empty-state-icon{width:64px;height:64px;color:var(--brand-blue);background:#fff;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 20px #0000000d}.section-empty-state.is-dark-section .empty-state-icon{box-shadow:none;color:#fff;background:#ffffff0d}.empty-state-text{font-family:var(--font-primary);color:var(--brand-black);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.empty-state-subtext{color:var(--gray-500);max-width:400px;margin:0 auto;font-size:1rem}@keyframes fadeInEmpty{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.navbar-empty-state{text-align:center;width:100%;color:var(--gray-500);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:3rem 2rem;display:flex}.cta-home-section{background:#fdfdfd;padding:2rem}.cta-home-container{max-width:var(--container-max-width);border:1px solid var(--gray-100);background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:2rem;display:flex}.cta-text-side{flex:1}.cta-title{font-family:var(--font-primary);color:var(--brand-black);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.cta-desc{color:#4b5563;max-width:500px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.cta-btn-link{background:var(--brand-blue);color:#fff;letter-spacing:.5px;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.cta-btn-link:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 8px 15px #003ee026}.cta-image-side{flex:1;justify-content:center;display:flex}.cta-illustration{object-fit:contain;width:100%;max-width:500px;height:auto}.cart-btn{position:relative}.cart-badge{background:var(--brand-orange);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:.7rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0000001a}.skeleton-pulse{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:4px;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-pulse.dark{background:linear-gradient(90deg,#222 0%,#333 50%,#222 100%);border:1px solid #333}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{width:100%;height:1rem;margin-bottom:.5rem}.skeleton-title{width:70%;height:1.5rem;margin-bottom:1rem}.skeleton-image{width:100%;height:100%}.skeleton-rounded{border-radius:8px}.skeleton-circle{border-radius:50%}@media (max-width:1024px){.cta-home-container{text-align:center;flex-direction:column-reverse;padding:3rem}.cta-desc{margin-left:auto;margin-right:auto}.cta-title{font-size:2.25rem}}@media (max-width:640px){.cta-home-section{padding:3rem 1.5rem}.cta-home-container{border-radius:16px;padding:1.5rem}.cta-title{font-size:1.8rem}.cta-desc{font-size:1rem}}.nav-center-desktop{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav-right-desktop{justify-content:flex-end;align-items:center;gap:1.5rem;min-width:200px;display:flex}.nav-logo-section{flex-shrink:0;margin-right:1rem}.search-results-dropdown{z-index:1000;background:#fff;border:1px solid #0000000d;border-radius:12px;animation:.2s slideUpFade;position:absolute;top:calc(100% + 12px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.search-loading,.no-results-found{text-align:center;color:var(--gray-600);flex-direction:column;align-items:center;gap:.75rem;padding:2rem;font-size:.9rem;display:flex}.results-list{flex-direction:column;display:flex}.search-result-item{border-bottom:1px solid #f8f9fa;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background .2s;display:flex}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f8f9fa}.result-img{background:#f8f9fa;border-radius:6px;flex-shrink:0;width:50px;height:50px;overflow:hidden}.result-img img{object-fit:contain;width:100%;height:100%}.result-info{flex:1;min-width:0}.result-name{color:var(--brand-black);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.result-price{color:var(--brand-blue);margin-top:2px;font-size:.8rem;font-weight:700}@media screen and (max-width:400px){.nav-logo-section{margin-right:0}}.view-all-results{width:100%;color:var(--brand-blue);cursor:pointer;background:#f8f9fa;border:none;border-top:1px solid #eee;padding:.75rem;font-size:.85rem;font-weight:600;transition:all .2s}.view-all-results:hover{background:#f0f1f2;text-decoration:underline}.navbar-nav.scrolled .nav-search-bar{position:relative}@media (max-width:580px){.hero-search-input-group{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.hero-search-select{border:1px solid #e5e7eb;border-radius:6px;width:100%;max-width:100%;padding:.75rem 1rem}.search-divider{display:none}.hero-search-input{border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:.75rem 1rem}.hero-search-btn{border-radius:6px;width:100%;height:48px}}@media (max-width:768px){.nav-mobile-cart-col{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}}.about-hero-section{padding:4rem var(--container-padding);color:var(--brand-black);background:#f8f9fa;align-items:center;gap:5rem;min-height:450px;display:flex}.about-hero-img-box{border-radius:12px;flex:1;max-width:500px;overflow:hidden}.about-hero-img{object-fit:cover;width:100%;height:auto;display:block}.about-hero-content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.about-hero-title{font-family:var(--font-primary);letter-spacing:-1px;font-size:4rem;font-weight:700;line-height:1}.about-hero-subtitle{color:var(--gray-600);font-size:1.25rem;line-height:1.6}.about-mission-section{padding:4rem var(--container-padding);text-align:left;background:#fff}.about-pill{background:var(--gray-100);text-transform:uppercase;letter-spacing:1px;border-radius:100px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;display:inline-block}.about-mission-text{color:var(--brand-black);max-width:1000px;font-size:2.75rem;font-weight:600;line-height:1.25}.about-values-section{padding:2rem var(--container-padding);background:#fcfcfc}.about-values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.value-card{border:1px solid var(--gray-100);background:#fff;border-radius:20px;padding:2.5rem;transition:all .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000000d}.value-icon-box{background:var(--gray-100);width:60px;height:60px;color:var(--brand-blue);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.value-card h3{margin-bottom:.75rem;font-size:1.25rem}.value-card p{color:var(--gray-600);font-size:.95rem;line-height:1.6}.about-feature-section{padding:4rem var(--container-padding);align-items:center;gap:6rem;display:flex}.feature-illustration-box{flex:1}.feature-illustration-box img{width:80%;height:auto}.feature-content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.feature-title{font-size:2.5rem;font-weight:700}.feature-desc{color:var(--gray-600);font-size:1.1rem;line-height:1.7}.about-stats-section{padding:2rem var(--container-padding)}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat-card{background:#f9fafb;border-radius:24px;flex-direction:column;gap:1rem;padding:3.5rem 2.5rem;display:flex}.stat-info h4{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.stat-info p{color:var(--gray-600);font-size:.95rem}.stat-number{color:var(--brand-black);font-size:3.5rem;font-weight:700}@media (max-width:1024px){.about-hero-section{text-align:center;padding:3rem var(--container-padding-mobile);flex-direction:column;gap:2.5rem}.about-hero-img-box{width:100%;max-width:400px}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{max-width:600px;margin:0 auto}.about-mission-text{text-align:center;margin:0 auto;font-size:1.8rem}.about-feature-section{text-align:center;flex-direction:column;gap:3rem}.about-hero-text{margin:0 auto}.stats-grid{grid-template-columns:1fr;gap:1.5rem}}@media screen and (max-width:780px){.stats-grid{flex-direction:column;display:flex}}.whatsapp-floating-btn{z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #0003}.whatsapp-floating-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36666}.whatsapp-icon-img{object-fit:contain;border-radius:50%;width:40px;height:40px}@media (max-width:768px){.whatsapp-floating-btn{width:55px;height:55px;bottom:20px;right:20px}.whatsapp-icon-img{width:32px;height:32px}}.faq-page-wrapper,.policy-page-wrapper{background:#fff}.faq-hero,.policy-header{background:#fdfdfd;padding:2.5rem 4rem}.faq-hero-inner,.policy-header-inner{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.policy-header.simple{text-align:center;padding:2rem 4rem}.policy-header.simple .policy-header-inner{display:block}.faq-image-col,.policy-img-col{flex:1}.faq-portrait-frame,.policy-illustration-frame{aspect-ratio:4/5;background:#eee;border-radius:24px;width:100%;max-width:500px;overflow:hidden;box-shadow:0 20px 40px #0000000d}.policy-illustration-frame{aspect-ratio:16/10;box-shadow:none;background:0 0}.faq-portrait-img,.policy-illustration-img{object-fit:cover;width:100%;height:100%}.policy-illustration-img{object-fit:contain}.faq-text-col,.policy-title-col{flex:1.2}.faq-main-title,.policy-main-title{font-family:var(--font-primary);color:var(--brand-black);margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.faq-subtitle,.policy-header-subtitle{color:var(--gray-600);max-width:500px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.policy-header.simple .policy-header-subtitle{margin:0 auto}.policy-content-section{background:#fff;padding:4rem 2rem}.policy-content-container{max-width:800px;margin:0 auto}.policy-block{margin-bottom:3rem}.policy-section-title{color:var(--brand-blue);margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.policy-text{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.policy-list{color:var(--gray-600);padding-left:1.5rem}.policy-list li{margin-bottom:.75rem;line-height:1.6}.policy-search-box{border:1px solid var(--gray-200);background:#fff;border-radius:12px;align-items:center;max-width:400px;padding:.75rem 1rem;display:flex}.policy-search-input{border:none;outline:none;width:100%;padding-left:.75rem;font-size:.95rem}.policy-search-icon{color:var(--gray-400)}.faq-cta-btn{color:#fff;background:#000;border-radius:12px;padding:1rem 2rem;font-weight:600;transition:transform .2s;display:inline-block}.faq-cta-btn:hover{transform:translateY(-2px)}.faq-accordion-section{padding:4rem 2rem}.faq-accordion-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{border-bottom:1px solid var(--gray-100);cursor:pointer;background:#fff;transition:all .3s}.faq-question-row{justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem .5rem;display:flex}.faq-question{color:var(--brand-black);font-size:1.1rem;font-weight:600}.faq-icon-toggle{color:var(--brand-blue);transition:transform .3s}.faq-answer-wrapper{opacity:0;max-height:0;transition:all .4s;overflow:hidden}.faq-answer-wrapper.show{opacity:1;max-height:500px;padding-bottom:2rem;padding-left:.5rem}.faq-answer{color:var(--gray-600);line-height:1.7}.faq-item.active .faq-icon-toggle{transform:rotate(180deg)}@media (max-width:900px){.faq-hero-inner,.policy-header-inner{flex-direction:column;gap:2rem}.faq-subtitle,.policy-header-subtitle{margin-left:auto;margin-right:auto}.faq-main-title,.policy-main-title{font-size:2.5rem}.policy-header,.faq-hero{padding-inline:2rem}.policy-search-box{margin:0 auto}.faq-accordion-section{padding-top:2rem}.policy-content-section{padding-bottom:2rem}}
