@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color: #f2f1ec;--text-primary: #1c1c1c;--text-secondary: #5e5e5e;--border-color: #e5e5e5;--accent-color: #000000;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mobile-gap: 1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:opacity .2s ease}a:hover{opacity:.7}button{background:none;border:none;cursor:pointer;font-family:inherit;color:inherit}ul{list-style:none}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}@media(max-width:768px){.text-xs{font-size:.7rem}.text-sm{font-size:.8rem}.text-base{font-size:.9rem}.text-lg{font-size:1rem}.text-xl{font-size:1.125rem}.text-2xl{font-size:1.25rem}.text-3xl{font-size:1.5rem}}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-secondary{color:var(--text-secondary)}.container{max-width:1440px;margin:0 auto;padding:0 5%}@media(max-width:768px){.container{padding:0 1rem}}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.view-all-button{padding:.75rem 2rem;border-radius:50px;border:1px solid var(--accent-color);background:transparent;color:var(--accent-color);cursor:pointer;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:.5rem}.view-all-button:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.view-all-button:active{transform:translateY(0)}.view-all-container{display:flex;justify-content:center;margin-top:3rem;margin-bottom:3rem}.dashboard-categories{padding-top:2rem;padding-bottom:2rem}.dashboard-categories-list{display:flex;flex-wrap:wrap;gap:1rem 2rem;list-style:none;padding:0;margin:0}.dashboard-category-btn{font-size:1rem;color:var(--text-secondary);background:none;border:none;cursor:pointer;padding:0;transition:all .2s ease;font-weight:400}.dashboard-category-btn:hover{color:var(--text-primary);transform:translateY(-1px)}@media(max-width:768px){.dashboard-categories-list{flex-wrap:nowrap;justify-content:flex-start;gap:.75rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem}.dashboard-categories-list::-webkit-scrollbar{display:none}.dashboard-categories-list li{flex:0 0 auto}.dashboard-category-btn{display:inline-flex;align-items:center;min-height:2.25rem;padding:.55rem .95rem;border:1px solid rgba(28,28,28,.12);border-radius:999px;background:#ffffffb3;color:var(--text-primary);font-size:.85rem;font-weight:500;letter-spacing:.01em;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}}.checkout-powered-by{display:flex;justify-content:center;padding:0 1rem 2rem}.checkout-powered-by-link{font-size:.875rem;color:var(--text-secondary);text-align:center;transition:color .2s ease,opacity .2s ease}.checkout-powered-by-link:hover{color:var(--text-primary);opacity:1}@media(max-width:768px){.checkout-powered-by{padding-bottom:1.5rem}.checkout-powered-by-link{font-size:.8rem}}.header{height:100px;padding-top:2rem;padding-bottom:2rem}.header-divider{width:100%;height:2px;background-color:var(--border-color)}.header-left{gap:1.5rem}.logo-wrap{min-height:2rem;gap:.75rem}.logo-img{display:block;width:2rem;height:2rem;object-fit:cover;border-radius:4px}.logo{letter-spacing:.05em}.menu-btn{width:20px;height:20px;display:none;align-items:center;justify-content:center}.hamburger{display:block;width:18px;height:1.5px;background-color:var(--text-primary);position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;width:18px;height:1.5px;background-color:var(--text-primary);left:0}.hamburger:before{top:-5px}.hamburger:after{bottom:-5px}.header-nav ul{gap:2rem}.header-nav button{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);background:none;border:none;padding:0;cursor:pointer;font:inherit}.header-nav button.active,.header-nav button:hover:not(:disabled){color:var(--text-primary)}.header-nav button:disabled{opacity:.5;cursor:not-allowed}.cart-btn{display:flex;align-items:center;gap:.5rem}.cart-count{font-size:.75rem;font-weight:600}@media(max-width:768px){.header{height:70px;padding-top:0;padding-bottom:0;display:flex;align-items:center;justify-content:center;position:relative}.header-left{gap:0}.logo-wrap{min-height:1.5rem;gap:.5rem}.logo{font-size:1.1rem;font-weight:600}.logo-img{width:1.75rem;height:1.75rem}.header-right{position:absolute;right:1rem}.cart-btn svg{width:20px;height:20px}.cart-count{font-size:.65rem}.header-nav{display:none}.menu-btn{display:flex;position:absolute;left:1rem}.menu-btn,.hamburger,.hamburger:before,.hamburger:after{width:16px}.hamburger:before{top:-4px}.hamburger:after{bottom:-4px}}@media(max-width:640px){.logo{font-size:1rem}.logo-img{width:1.5rem;height:1.5rem}}.mobile-drawer{display:none}:root{--burger-bg: var(--bg-color);--burger-text: var(--text-primary);--burger-active-bg: var(--accent-color);--burger-active-text: var(--bg-color);--burger-divider: var(--border-color);--burger-sidebar-width: 280px;--burger-transition-speed: .3s}.burger-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;z-index:1000;opacity:0;visibility:hidden;transition:opacity var(--burger-transition-speed) ease,visibility var(--burger-transition-speed) ease}.burger-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.burger-sidebar{position:fixed;top:0;left:0;width:var(--burger-sidebar-width);max-width:85vw;height:100vh;background-color:var(--burger-bg);color:var(--burger-text);z-index:1001;transform:translate(-100%);transition:transform var(--burger-transition-speed) ease;display:flex;flex-direction:column;overflow-y:auto;box-shadow:2px 0 10px #0000001a;font-family:inherit}.burger-sidebar.open{transform:translate(0)}.burger-profile{display:flex;align-items:center;padding:40px 24px 30px;gap:16px}.burger-avatar,.burger-avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.burger-avatar-placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--border-color);color:var(--text-secondary)}.burger-user-info{display:flex;flex-direction:column}.burger-user-name{margin:0;font-size:16px;font-weight:500;color:var(--burger-text);letter-spacing:.3px}.burger-user-role{font-size:12px;opacity:.8;margin-top:2px}.burger-nav{display:flex;flex-direction:column;padding:0;margin-bottom:20px}.burger-nav.secondary{margin-bottom:auto}.burger-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.burger-nav-item{width:100%}.burger-nav-link{display:flex;align-items:center;width:calc(100% - 24px);padding:14px 24px;background:transparent;border:none;color:var(--burger-text);font-size:1rem;font-weight:500;text-decoration:none;border-radius:0 24px 24px 0;cursor:pointer;transition:all .2s ease;font-family:inherit}@media(max-width:768px){.burger-nav-link{padding:14px 24px;font-size:.95rem}}.burger-nav-link:hover{background-color:var(--border-color)}.burger-nav-link.active{background-color:var(--burger-active-bg);color:var(--burger-active-text)}.burger-nav-icon{display:flex;align-items:center;justify-content:center;margin-right:16px}.burger-nav-icon svg{width:20px;height:20px;stroke:currentColor}.burger-nav-label{display:flex;align-items:center}.burger-divider{height:1px;background-color:var(--burger-divider);margin:10px 24px 20px}.burger-logout-container{padding:24px;margin-top:auto}.burger-logout-btn{display:flex;align-items:center;background:transparent;border:none;color:var(--burger-text);font-size:1rem;font-weight:500;cursor:pointer;padding:14px 24px;border-radius:0 24px 24px 0;transition:all .2s ease;font-family:inherit;width:calc(100% - 24px)}@media(max-width:768px){.burger-logout-btn{padding:14px 24px;font-size:.95rem}}.burger-logout-btn:hover{background-color:var(--border-color)}.burger-logout-icon{display:flex;align-items:center;justify-content:center;margin-right:16px}.burger-nav-icon svg,.burger-logout-icon svg{width:20px;height:20px;stroke-width:2px}.burger-footer{margin-top:auto;padding:30px 24px;border-top:1px solid var(--burger-divider)}.burger-copyright{font-size:11px;color:var(--text-secondary);margin:0 0 8px;opacity:.7}.burger-footer-links{display:flex;align-items:center;gap:8px}.burger-footer-link{background:none;border:none;padding:0;font-size:12px;font-weight:500;color:var(--text-primary);cursor:pointer;opacity:.8;transition:opacity .2s ease}.burger-footer-link:hover{opacity:1}.burger-footer-separator{font-size:12px;color:var(--text-secondary);opacity:.5}.filter-tabs{padding-top:2rem;padding-bottom:2rem;border-bottom:1px solid transparent}.categories-list{gap:2rem}.category-btn{font-size:1rem;color:var(--text-secondary);transition:color .3s ease;padding-bottom:.2rem}@media(max-width:768px){.category-btn{font-size:.9rem}}.category-btn:hover,.category-btn.active{color:var(--text-primary);font-weight:500}.sort-select{background:none;border:none;font-family:inherit;font-size:1rem;color:var(--text-secondary);cursor:pointer;outline:none}.sort-select:focus{color:var(--text-primary)}@media(max-width:768px){.filter-tabs{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.5rem;padding-bottom:1.5rem}.categories-list{width:100%;flex-wrap:nowrap;justify-content:flex-start;gap:.75rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.25rem;white-space:nowrap}.categories-list::-webkit-scrollbar{display:none}.categories-list li{flex:0 0 auto}.category-btn{display:inline-flex;align-items:center;min-height:2.25rem;padding:.55rem .95rem;border:1px solid rgba(28,28,28,.12);border-radius:999px;background:#ffffffb3;font-size:.85rem;font-weight:500;letter-spacing:.01em;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.category-btn.active{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-color)}.sort-dropdown{width:100%}.sort-select{font-size:.9rem}}.product-image-wrap{width:100%;height:100%;position:relative;overflow:hidden}.product-image-img{width:100%;height:100%;object-fit:cover;display:block}.product-image-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#ebeae6,#e0dfda);color:var(--text-secondary)}.product-image-fallback-icon{width:40%;height:40%;max-width:80px;max-height:80px;opacity:.4}.product-card{display:flex;flex-direction:column;gap:.75rem;cursor:pointer;border-radius:8px}.product-image-container{position:relative;width:100%;aspect-ratio:4 / 5;background-color:#e8e6e1;overflow:hidden;border-radius:8px;touch-action:pan-y}.product-image-container .product-image-wrap{transition:transform .5s ease,opacity .3s ease}.product-card:hover .product-image-container .product-image-wrap{transform:scale(1.03)}.view-product-link{position:absolute;bottom:1rem;right:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.55rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);border-radius:100px;cursor:pointer;box-shadow:0 2px 12px #00000014;opacity:0;transform:translateY(4px);transition:opacity .25s ease,transform .25s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.product-card:hover .view-product-link{opacity:1;transform:translateY(0)}.view-product-link:hover{background:var(--text-primary);color:var(--bg-color);box-shadow:0 4px 16px #0000002e}.view-product-link-text{letter-spacing:inherit}.view-product-link-icon{width:1rem;height:1rem;flex-shrink:0;transition:transform .2s ease}.view-product-link:hover .view-product-link-icon{transform:translate(2px)}.product-card-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;padding:0;border-radius:50%;color:var(--text-primary);background:#ffffffe6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0000000f;cursor:pointer;opacity:0;transition:opacity .25s ease,transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.product-card-arrow svg{width:1.25rem;height:1.25rem;margin:auto;display:block}.product-card-arrow-left{left:.75rem}.product-card-arrow-right{right:.75rem}.product-card:hover .product-card-arrow{opacity:1}.product-card-arrow:hover{background:var(--text-primary);color:var(--bg-color);box-shadow:0 4px 14px #0003}.product-card-arrow:active,.product-card-arrow-left:active,.product-card-arrow-right:active{transform:translateY(-50%) scale(.96)}@media(max-width:768px){.view-product-link{display:none}}@media(min-width:769px){.view-product-link{display:inline-flex}.product-card-arrow{display:flex;align-items:center;justify-content:center}}.product-info{display:flex;flex-direction:column;gap:.15rem}.product-title{text-transform:uppercase;letter-spacing:.05em}.product-title-variant{font-weight:500;text-transform:none;letter-spacing:.02em;color:var(--text-secondary)}.product-variants-available{letter-spacing:.02em}.product-pricing{display:flex;gap:.5rem;font-weight:600}.price-current{color:var(--text-primary)}@media(max-width:640px){.product-title,.product-pricing{font-size:.85rem}}.product-grid-wrapper{padding-bottom:4rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem 2rem}.product-grid-loading{text-align:center;color:var(--text-secondary);padding:3rem 0}.product-grid-load-more{padding-top:2rem;text-align:center}.load-more-btn{padding:.75rem 2rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;background:transparent;border:1px solid var(--text-primary);color:var(--text-primary);cursor:pointer;transition:background .2s ease,color .2s ease}.load-more-btn:hover:not(:disabled){background:var(--text-primary);color:var(--bg-color)}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem .75rem}}.product-view{padding-top:2rem;padding-bottom:6rem}.back-btn{margin-bottom:3rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);transition:color .2s ease}.product-view-layout{display:grid;grid-template-columns:4.5fr 5.5fr;gap:6rem;align-items:start}.product-view-image-col{width:100%;max-width:550px;margin-left:auto;display:flex;flex-direction:column;gap:.75rem;border-radius:8px}.product-view-main-image{aspect-ratio:4 / 5;background-color:#e8e6e1;overflow:hidden;border-radius:8px}.product-view-main-image .product-image-wrap{height:100%}.product-view-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-view-thumb{width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#e8e6e1;transition:border-color .2s ease}.product-view-thumb:hover,.product-view-thumb.active{border-color:var(--text-primary)}.product-view-thumb .product-image-wrap{width:100%;height:100%}.product-view-details-col{display:flex;flex-direction:column}.product-view-title{text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.product-view-variants{display:flex;flex-direction:column;gap:.5rem}.product-view-variants-label{text-transform:uppercase;letter-spacing:.06em}.product-view-variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.product-view-variant-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;letter-spacing:.03em;color:var(--text-primary);background:transparent;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.product-view-variant-btn:hover{border-color:var(--text-secondary)}.product-view-variant-btn.active{border-color:var(--text-primary);background:var(--text-primary);color:var(--bg-color)}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.product-view-pricing{display:flex;gap:1rem}.price-original{text-decoration:line-through;color:var(--text-secondary)}.product-view-description{line-height:1.8}.product-action-row{display:flex;gap:1.5rem;align-items:center}.quantity-selector{display:flex;align-items:center;border:1px solid var(--border-color);height:50px;border-radius:8px;overflow:hidden}.quantity-btn{width:40px;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text-secondary)}.quantity-btn:hover{color:var(--text-primary)}.quantity-input{width:50px;height:100%;border:none;background:none;text-align:center;font-family:inherit;font-size:1rem;color:var(--text-primary);outline:none;appearance:textfield;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;margin:0}.add-to-cart-large-btn{height:50px;padding:0 3rem;background-color:var(--text-primary);color:var(--bg-color);letter-spacing:.1em;transition:background-color .2s ease,transform .25s ease,box-shadow .25s ease;flex-grow:1;border-radius:8px;position:relative;overflow:hidden}.add-to-cart-large-btn:hover{background-color:#333}.add-to-cart-btn-content{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.add-to-cart-btn-icon{opacity:0;transform:scale(.5);transition:opacity .18s ease,transform .22s ease}.add-to-cart-large-btn.is-added{background-color:#18794e;box-shadow:0 12px 24px #18794e2e}.add-to-cart-large-btn.is-added .add-to-cart-btn-icon{opacity:1;transform:scale(1)}.product-meta p{letter-spacing:.05em;text-transform:uppercase}@media(max-width:992px){.product-view-layout{grid-template-columns:1fr;gap:3rem}.product-view-image-col{max-width:400px;margin:0 auto}.product-action-row{flex-direction:column;align-items:stretch}.add-to-cart-large-btn{width:100%}}@media(max-width:768px){.product-view{padding-top:1rem;padding-bottom:3rem}.back-btn{margin-bottom:1.5rem;font-size:.8rem}.product-view-layout{gap:1.5rem}.product-view-image-col{max-width:100%;gap:.5rem}.product-view-main-image{max-height:70vh}.product-view-thumb{width:48px;height:48px}.product-view-title{font-size:.9rem;line-height:1.3}.product-view-variants-label{font-size:.8rem}.product-view-variant-btn{padding:.45rem .85rem;font-size:.85rem}.product-view-pricing{font-size:.9rem;margin-top:.75rem}.product-view-pricing .price-original,.product-view-pricing .price-current{font-size:.9rem}.product-view-description{font-size:.9rem;line-height:1.6;margin-top:1rem}.product-action-row{flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.quantity-selector{width:auto;min-width:0;flex-shrink:0;height:40px}.quantity-btn{width:32px;font-size:1rem}.quantity-input{width:36px;font-size:1rem}.add-to-cart-large-btn{flex:1;min-width:0;height:40px;padding:0 1.25rem;font-size:.8rem;font-weight:600}.add-to-cart-large-btn.is-added{animation:mobile-add-to-cart-pop .45s cubic-bezier(.22,1,.36,1)}.product-meta{margin-top:1.25rem;font-size:.75rem}.product-meta p{font-size:.75rem}}@media(max-width:640px){.product-view-title,.product-view-pricing,.product-view-pricing .price-original,.product-view-pricing .price-current{font-size:.9rem}}@keyframes mobile-add-to-cart-pop{0%{transform:scale(1)}45%{transform:scale(1.04)}to{transform:scale(1)}}.footer-v2-wrapper{padding-top:3rem;padding-bottom:5rem;background-color:transparent;width:100%}.footer-v2-blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;opacity:.5;pointer-events:none;animation:liquidFloat 15s ease-in-out infinite}@keyframes liquidFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.1)}66%{transform:translate(-20px,40px) scale(.9)}}.blob-1{width:500px;height:500px;background:radial-gradient(circle,var(--blob-color-1, rgba(140, 160, 255, .5)) 0%,var(--blob-color-1-transparent, rgba(140, 160, 255, 0)) 70%);top:-150px;left:-100px;animation-duration:20s}.blob-2{width:400px;height:400px;background:radial-gradient(circle,var(--blob-color-2, rgba(255, 180, 180, .45)) 0%,var(--blob-color-2-transparent, rgba(255, 180, 180, 0)) 70%);bottom:-100px;right:15%;animation-duration:25s;animation-delay:-5s}.blob-3{width:350px;height:350px;background:radial-gradient(circle,var(--blob-color-3, rgba(255, 230, 150, .4)) 0%,var(--blob-color-3-transparent, rgba(255, 230, 150, 0)) 70%);top:10%;right:-80px;animation-duration:18s;animation-delay:-2s}.footer-v2-container{width:100%;background:#ffffff40;backdrop-filter:blur(40px) saturate(250%);-webkit-backdrop-filter:blur(40px) saturate(250%);border:1px solid rgba(255,255,255,.45);border-radius:32px;padding:4rem;box-shadow:0 25px 60px -15px #0000001f,inset 0 1px 1px #ffffffb3;position:relative;overflow:hidden;z-index:1}.footer-v2-grid,.footer-v2-bottom{position:relative;z-index:2}.footer-v2-container:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,#fff3,#fff0);pointer-events:none}.footer-v2-grid{display:flex;justify-content:space-between;gap:4rem;margin-bottom:4rem}.footer-v2-brand{max-width:380px}.footer-v2-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-v2-logo svg{border-radius:6px}.footer-v2-store-logo{width:32px;height:32px;object-fit:contain;border-radius:6px}.footer-v2-logo-text{font-size:1.25rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.footer-v2-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;font-weight:400}.footer-v2-store-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;justify-content:flex-start}.footer-v2-store-btn{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;padding:.35rem .75rem;border-radius:6px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.1);min-width:110px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.footer-v2-store-btn:hover{transform:translateY(-1px);background:#111;border-color:#fff3;box-shadow:0 5px 10px -2px #0003}.footer-v2-store-btn .btn-content{display:flex;align-items:center;gap:.5rem}.footer-v2-store-btn .btn-logo{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.footer-v2-store-btn .btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.footer-v2-store-btn .btn-label{font-size:.45rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.footer-v2-store-btn .btn-title{font-size:.75rem;font-weight:600;letter-spacing:-.01em}.footer-v2-store-btn.app-store .btn-logo{color:#fff}.footer-v2-links-group{display:flex;gap:3.5rem}.footer-v2-accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:none;border:none;cursor:pointer}.footer-v2-accordion-header h4{margin:0 0 1.25rem}.footer-v2-accordion-chevron{font-size:.9rem;color:var(--text-secondary);transition:transform .2s ease}.footer-v2-links-column.is-open .footer-v2-accordion-chevron{transform:rotate(180deg)}.footer-v2-col-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:1.25rem}.footer-v2-links-list{display:flex;flex-direction:column;gap:.5rem}.footer-v2-links-list a,.footer-v2-links-list button{color:var(--text-secondary);font-size:.95rem;font-weight:400;transition:color .2s ease;background:none;border:none;padding:0;cursor:pointer;text-align:left;font-family:inherit}.footer-v2-links-list a:hover,.footer-v2-links-list button:hover{color:var(--text-primary);opacity:1}.footer-v2-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-color)}.footer-v2-copyright{color:var(--text-secondary);font-size:.875rem;text-align:left}.footer-v2-copyright-link{color:inherit;text-decoration:none;transition:color .2s ease}.footer-v2-copyright-link:hover{color:var(--text-primary)}.footer-v2-copyright-sub{font-size:.8rem;opacity:.8}.footer-v2-legal-links{display:flex;gap:1.5rem;margin-left:auto}.footer-v2-legal-links a{color:var(--text-secondary);font-size:.875rem;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.footer-v2-legal-links a:hover{color:var(--text-primary);opacity:1}@media(max-width:1024px){.footer-v2-container{padding:3rem}.footer-v2-grid{flex-direction:column;gap:3rem}.footer-v2-links-group{justify-content:space-between;gap:2.5rem}}@media(max-width:640px){.footer-v2-wrapper{padding:1rem}.footer-v2-container{padding:1.75rem 1.5rem;border-radius:16px}.footer-v2-grid{margin-bottom:2.5rem;gap:0}.footer-v2-brand{max-width:100%;margin-bottom:2.25rem}.footer-v2-logo{margin-bottom:1rem}.footer-v2-description{margin-bottom:0;line-height:1.55}.footer-v2-store-badges{margin-top:1.5rem;gap:.75rem}.footer-v2-links-group{flex-direction:column;gap:0}.footer-v2-links-column{border-top:1px solid var(--border-color);padding-top:1.25rem;padding-bottom:.25rem}.footer-v2-links-column:first-of-type{padding-top:.5rem;border-top:none}.footer-v2-accordion-header{padding:.25rem 0;min-height:2.5rem;align-items:center}.footer-v2-col-title{margin-bottom:0;font-size:.95rem}.footer-v2-links-column.is-open .footer-v2-col-title{margin-bottom:.75rem}.footer-v2-links-list{gap:.85rem;padding-left:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(-2px);transition:max-height .25s ease,opacity .2s ease,transform .2s ease,margin .2s ease}.footer-v2-links-column.is-open .footer-v2-links-list{max-height:400px;opacity:1;transform:translateY(0);margin-bottom:1.2rem}.footer-v2-bottom{flex-direction:column;gap:1.25rem;align-items:flex-start;width:100%;padding-top:1.75rem;text-align:left}.footer-v2-copyright{text-align:left}.footer-v2-legal-links{flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:flex-start;margin-left:0}}@media(min-width:641px){.footer-v2-accordion-header{cursor:default;justify-content:flex-start;width:auto}.footer-v2-accordion-chevron{display:none}.footer-v2-links-list{max-height:none;opacity:1;transform:none}}.skeleton-pulse{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:skeletonPulse 1.5s infinite linear;border-radius:4px;display:block}@keyframes skeletonPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-color-scheme:dark){.skeleton-pulse{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%)}}.skeleton-burger{width:24px;height:24px;margin-right:1.5rem}.logo-wrap .skeleton-logo-img{width:32px;height:32px;border-radius:50%;margin-right:.5rem}.logo-wrap .skeleton-logo-text{width:100px;height:24px}.skeleton-nav-item{width:60px;height:14px;margin:0 1rem}.skeleton-cart-btn{width:24px;height:24px}.skeleton-filters{padding-top:2rem;padding-bottom:2rem}.skeleton-category-btn{width:90px;height:38px;border-radius:20px}.skeleton-sort-select{width:150px;height:38px;border-radius:4px}.skeleton-card{display:flex!important;flex-direction:column!important;gap:.75rem!important}.skeleton-image{width:100%;aspect-ratio:4 / 5;border-radius:8px;margin-bottom:.5rem}.skeleton-info{display:flex;flex-direction:column;gap:.5rem}.skeleton-title{width:85%;height:14px}.skeleton-variants{width:50%;height:10px}.skeleton-price{width:60px;height:14px;margin-top:.25rem}.skeleton-footer-logo-box{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.skeleton-footer-logo{width:32px;height:32px;border-radius:6px}.skeleton-footer-brand-text{width:100px;height:28px}.skeleton-footer-desc{width:100%;max-width:300px;height:40px;margin-bottom:2rem}.skeleton-footer-title{width:100px;height:20px;margin-bottom:1.5rem}.skeleton-footer-link{width:110px;height:14px;margin-bottom:1rem}.skeleton-footer-copyright{width:220px;height:14px}.skeleton-footer-legal{width:180px;height:14px}.whatsapp-cta-button{position:fixed;right:1.5rem;bottom:1.5rem;z-index:1000;width:3.6rem;height:3.6rem;border-radius:9999px;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 10px 25px #00000038,0 5px 10px #00000029;transition:transform .15s ease-out,box-shadow .15s ease-out,background .15s ease-out}.whatsapp-cta-button:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 30px #00000047,0 8px 16px #0000002e;background:#fff}.whatsapp-cta-button:active{transform:translateY(0) scale(.97);box-shadow:0 6px 16px #00000040,0 3px 8px #00000029}.whatsapp-cta-button:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.whatsapp-cta-icon{width:2.1rem;height:2.1rem;display:inline-flex}.whatsapp-cta-icon svg{width:100%;height:100%}.confirmation-alert-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#1c1c1c6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.confirmation-alert-dialog{width:min(100%,420px);padding:2rem;border:1px solid rgba(229,229,229,.9);border-radius:20px;background:#fffffffa;box-shadow:0 24px 70px #0000002e}.confirmation-alert-title{margin:0 0 .75rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.confirmation-alert-message{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.confirmation-alert-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.confirmation-alert-btn{min-height:44px;padding:.8rem 1.15rem;border-radius:999px;font-size:.875rem;font-weight:600;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.confirmation-alert-btn:hover{transform:translateY(-1px)}.confirmation-alert-btn-secondary{border:1px solid var(--border-color);background:#fff;color:var(--text-primary)}.confirmation-alert-btn-primary{border:1px solid var(--text-primary);background:var(--text-primary);color:#fff}@media(max-width:600px){.confirmation-alert-dialog{padding:1.5rem;border-radius:18px}.confirmation-alert-title{font-size:1.15rem}.confirmation-alert-message{font-size:.875rem}.confirmation-alert-actions{flex-direction:column-reverse}.confirmation-alert-btn{width:100%;justify-content:center}}.stepper-container{width:100%;display:flex;justify-content:center;margin-bottom:3rem;padding:0 1.5rem}.stepper-wrapper{display:flex;align-items:center;width:100%;max-width:600px;justify-content:space-between}.stepper-item{display:flex;flex-direction:column;align-items:center;position:relative;gap:.5rem;z-index:2}.stepper-circle{width:32px;height:32px;border-radius:50%;background-color:#fff;border:2px solid #e5e5e5;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:all .3s ease}.stepper-label{font-size:.75rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease;position:absolute;top:40px;white-space:nowrap}.stepper-item.active .stepper-circle{border-color:var(--text-primary);color:var(--text-primary)}.stepper-item.active .stepper-label{color:var(--text-primary);font-weight:600}.stepper-item.completed .stepper-circle{background-color:var(--text-primary);border-color:var(--text-primary);color:var(--bg-color)}.stepper-connector{flex:1;height:2px;background-color:#e5e5e5;margin:0 1rem;position:relative;top:-10px;transition:background-color .3s ease}.stepper-connector.completed{background-color:var(--text-primary)}@media(max-width:600px){.stepper-container{padding:0 2rem;margin-bottom:2.25rem}.stepper-label{font-size:.65rem}.stepper-circle{width:28px;height:28px;font-size:.75rem}.stepper-connector{margin:0 .5rem}}.cart-page{padding-top:2rem;padding-bottom:6rem}.cart-page-topbar{display:flex;justify-content:flex-start;margin-bottom:1.25rem}.cart-modern-container{display:flex;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000000d;min-height:600px}.cart-items-section{flex:2;padding:3rem}.cart-section-header{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem;margin-bottom:2rem}.cart-section-header h2{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0}.items-count{font-size:1rem;color:var(--text-secondary);font-weight:500}.cart-items-list{display:flex;flex-direction:column}.cart-modern-row{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid #f0f0f0}.cart-item-info{display:flex;align-items:center;gap:1.5rem;flex:1}.cart-item-img{width:80px;height:100px;border-radius:8px;overflow:hidden;background-color:#f8f8f8}.cart-item-details{display:flex;flex-direction:column}.item-category{font-size:.75rem;color:#a0a0a0;text-transform:uppercase;margin-bottom:.25rem}.item-name{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.item-variant{font-size:.875rem;color:var(--text-secondary)}.cart-item-controls{display:flex;align-items:center;gap:2rem}.qty-modern-selector{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:4px}.qty-modern-selector button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:1.25rem;cursor:pointer;transition:color .2s}.qty-modern-selector button:hover{color:var(--text-primary)}.qty-val{width:32px;text-align:center;font-size:.875rem;font-weight:500}.item-price-total{font-size:1rem;font-weight:600;width:80px;text-align:right}.remove-item-btn{color:#a0a0a0;cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center}.remove-item-btn:hover{color:#ff4d4f}.cart-actions-footer{margin-top:2rem;padding-top:1rem}.back-to-shop-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:color .2s}.back-to-shop-btn:hover{color:var(--text-primary)}.cart-summary-section{flex:1;background-color:#fafafa;padding:3rem;border-left:1px solid var(--border-color);display:flex;flex-direction:column}.cart-summary-section h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);border-bottom:1px solid #e0e0e0;padding-bottom:1.5rem;margin-bottom:2rem;margin-top:0}.summary-content{display:flex;flex-direction:column;flex:1}.summary-row{display:flex;justify-content:space-between;margin-bottom:2rem;font-size:.875rem;font-weight:500}.summary-label{text-transform:uppercase}.summary-value{font-weight:600}.summary-block{margin-bottom:2rem}.summary-block label{display:block;font-size:.75rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;text-transform:uppercase}.shipping-select{width:100%;padding:1rem 3rem 1rem 1rem;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;background-image: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='%231c1c1c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px;font-family:inherit;font-size:.875rem;color:var(--text-primary);cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.promo-code-input{display:flex;align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.promo-code-input input{flex:1;padding:1rem;border:none;font-family:inherit;font-size:.875rem;outline:none}.promo-code-input button{padding:0 1.25rem;color:var(--text-secondary);font-size:1.25rem;background:none;border:none;cursor:pointer;transition:color .2s}.promo-code-input button:hover{color:var(--text-primary)}.summary-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:2rem;border-top:1px solid #e0e0e0;margin-bottom:2rem}.summary-total-label{font-size:1rem;font-weight:600;text-transform:uppercase}.summary-total-value{font-size:1.25rem;font-weight:700}.checkout-btn{width:100%;padding:1.25rem;background-color:var(--text-primary);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;text-transform:uppercase;transition:opacity .2s}.checkout-btn:hover{opacity:.9}.empty-cart-message{text-align:center;padding:8rem 0;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000000d}.empty-cart-message svg{margin-bottom:1.5rem;color:var(--text-secondary)}.empty-cart-message h2{font-size:1.5rem;margin-bottom:.5rem}.empty-cart-message p{color:var(--text-secondary)}@media(max-width:1024px){.cart-modern-container{flex-direction:column}.cart-summary-section{border-left:none;border-top:1px solid var(--border-color)}}@media(max-width:768px){.cart-page-topbar{margin-bottom:1rem}.page-home-btn{width:auto;min-height:38px;padding:.55rem .85rem;font-size:.8125rem;justify-content:flex-start}.cart-items-section,.cart-summary-section{padding:2rem 1.5rem}.cart-section-header{align-items:center;padding-bottom:1.25rem;margin-bottom:1.25rem}.cart-section-header h2{font-size:1.25rem}.items-count{font-size:.875rem}.cart-modern-row{align-items:center;gap:.75rem;padding:1.25rem 0}.cart-item-info{gap:.875rem;min-width:0}.cart-item-img{width:64px;height:80px;border-radius:6px;flex-shrink:0}.cart-item-details{min-width:0}.item-category{font-size:.625rem;margin-bottom:.2rem}.item-name{font-size:.875rem;line-height:1.25;margin-bottom:.2rem}.item-variant{font-size:.75rem}.cart-item-controls{gap:.625rem;flex-shrink:0}.qty-modern-selector button{width:28px;height:28px;font-size:1rem}.qty-val{width:28px;font-size:.8125rem}.item-price-total{width:60px;font-size:.875rem}.remove-item-btn svg{width:18px;height:18px}.cart-actions-footer{margin-top:1.5rem}.back-to-shop-btn{font-size:.8125rem}}@media(max-width:480px){.cart-page{padding-bottom:5rem}.cart-items-section,.cart-summary-section{padding:1.5rem 1rem}.cart-section-header h2{font-size:1.125rem}.cart-modern-row{gap:.5rem;padding:1rem 0}.cart-item-info{gap:.75rem}.cart-item-img{width:56px;height:72px}.item-category{font-size:.6rem}.item-name{font-size:.8125rem}.item-variant{font-size:.7rem}.cart-item-controls{gap:.5rem}.qty-modern-selector button{width:26px;height:26px;font-size:.95rem}.qty-val{width:24px;font-size:.75rem}.item-price-total{width:52px;font-size:.8125rem}}.checkout-page{padding-top:2rem;padding-bottom:6rem}.checkout-page-topbar{display:flex;justify-content:flex-start;margin-bottom:1.25rem}.page-home-btn{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:999px;background:#ffffffeb;color:var(--text-primary);font-size:.875rem;font-weight:600;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.page-home-btn:hover{background:#fff;border-color:#d8d8d8;transform:translateY(-1px)}.checkout-modern-container{display:flex;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000000d;min-height:500px}.checkout-form-section{flex:2;padding:3rem;display:flex;flex-direction:column}.checkout-header{margin-bottom:2.5rem;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.checkout-header h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;text-transform:uppercase}.checkout-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.modern-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.75rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{padding:1rem 1.25rem;border:1px solid #e0e0e0;border-radius:4px;font-family:inherit;font-size:.875rem;color:var(--text-primary);transition:border-color .2s;background-color:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--text-primary);background-color:#fff}.form-group input.input-error,.form-group textarea.input-error{border-color:#d64545;background-color:#fff8f8}.form-group input.input-error:focus,.form-group textarea.input-error:focus{border-color:#d64545;box-shadow:0 0 0 3px #d645451f}.form-group input::placeholder,.form-group textarea::placeholder{color:silver}.checkout-actions{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.back-btn{color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:color .2s}.back-btn:hover{color:var(--text-primary)}.next-btn{padding:1rem 2rem;background-color:var(--text-primary);color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s}.next-btn:hover:not(:disabled){background-color:#333}.next-btn:disabled{opacity:.7;cursor:not-allowed}.mobile-hidden{display:block}.desktop-hidden{display:none}.checkout-summary-section{flex:1;background-color:#fafafa;padding:3rem;border-left:1px solid var(--border-color);display:flex;flex-direction:column}.checkout-summary-section h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-top:0;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0;text-transform:uppercase}.checkout-items-preview{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.checkout-item-row{display:flex;justify-content:space-between;font-size:.875rem}.checkout-item-details{display:flex;gap:.75rem;color:var(--text-primary)}.checkout-item-qty{font-weight:600;color:var(--text-secondary)}.checkout-item-price{font-weight:500}.checkout-totals{margin-top:auto;padding-top:2rem;border-top:1px solid #e0e0e0}.checkout-total-row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.checkout-total-row.final-total{font-size:1.125rem;color:var(--text-primary);font-weight:700;margin-bottom:0;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}@media(max-width:1024px){.checkout-modern-container{flex-direction:column}.checkout-summary-section{border-left:none;border-top:1px solid var(--border-color)}}@media(max-width:768px){.checkout-page-topbar{margin-bottom:1rem}.page-home-btn{width:auto;min-height:38px;padding:.55rem .85rem;font-size:.8125rem;justify-content:flex-start}.checkout-form-section,.checkout-summary-section{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.mobile-hidden{display:none}.desktop-hidden{display:block;margin-top:2rem;width:100%;padding:1.25rem}}
