*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100vh;font-family:var(--body-font-family);background-color:var(--color-background);color:var(--color-foreground)}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font-family)}a,p,li,span,input,button,textarea{font-family:var(--body-font-family)}@media screen and (max-width: 749px){.small-hide{display:none!important}}@media screen and (min-width: 750px) and (max-width: 989px){.medium-hide{display:none!important}}@media screen and (min-width: 990px){.large-up-hide{display:none!important}}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width: 750px){.page-width{padding:0 5rem}}.custom-slick-slider .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#000;color:#fff;height:40px;width:40px;display:flex!important;align-items:center;justify-content:center;z-index:2;cursor:pointer;transition:all .3s ease;border-radius:50%;box-shadow:0 4px 10px #0000004d}.custom-slick-slider .slick-prev{left:15px}.custom-slick-slider .slick-next{right:15px}.custom-slick-slider .slick-arrow svg{width:18px;height:18px;pointer-events:none}.custom-slick-slider .slick-dots{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);display:flex!important;justify-content:center;gap:8px;list-style:none;padding:0;margin:0}.custom-slick-slider .slick-dots li{display:inline-block}.custom-slick-slider .slick-dots button{font-size:0;width:13px;height:13px;border-radius:50%;border:none;background:#0000004d;cursor:pointer;transition:all .3s ease}.custom-slick-slider .slick-dots .slick-active button{background:#000}.custom-slick-slider .slick-list.draggable{padding-bottom:20px}.announcement-bar{padding:10px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);font-size:14px;font-weight:500;letter-spacing:.5px;text-align:center;position:relative;background-color:rgba(var(--color-background));color:rgba(var(--color-foreground))}.announcement-bar .announcement-item{display:none;padding:5px 10px;margin:0 5px;border-radius:4px;background-color:var(--color-input-bg);color:var(--color-input-text);border:1px solid var(--color-input-border)}.announcement-bar .announcement-item.active{display:inline-block}.announcement-link{color:var(--color-link);text-decoration:underline;margin-left:5px}.separator-line{height:1px;background-color:var(--color-border);margin-top:10px;width:100%}.announcement-marquee{overflow:hidden;white-space:nowrap;position:relative}.announcement-track{display:inline-block;white-space:nowrap;animation:marquee linear infinite}.announcement-track .announcement-item{display:inline-block;margin:0 20px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.side-cart-item{display:grid;grid-template-columns:80px 1fr 32px;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee;align-items:flex-start;background:#fff}.side-cart-item__image img{border-radius:8px;width:80px;height:80px;object-fit:cover;background:#fafafa;box-shadow:0 1px 4px #0000000a;display:block}.side-cart-item__details{display:flex;flex-direction:column;gap:.5rem}.side-cart-item__title{font-weight:600;color:#222;font-size:1rem;margin-bottom:.2rem}.side-cart-item__variant{color:#888;font-size:.92rem;margin-bottom:.2rem}.side-cart-item__price{font-weight:500;color:#333;margin-bottom:.4rem}.side-cart-item__cmpprice{text-decoration:line-through;color:#999;margin-left:5px}.side-cart-item__quantity{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.side-cart-item__qty-btn{background:#f5f5f5;border:none;border-radius:4px;width:28px;height:28px;font-size:1.2rem;cursor:pointer;color:#333;transition:background .2s;display:flex;align-items:center;justify-content:center}.side-cart-item__qty-btn:hover{background:#e0e0e0}.side-cart-item__qty-input{width:40px;text-align:center;border:1px solid #ddd;border-radius:4px;height:28px;font-size:1rem}.side-cart-item__remove{background:none;border:none;color:#d32f2f;cursor:pointer;align-self:flex-start;margin-top:.2rem;padding:0;transition:color .2s;display:flex;align-items:flex-start;justify-content:center;height:32px;width:32px}.side-cart-item__remove svg{display:block;width:20px;height:20px}.side-cart-item__remove:hover svg path{stroke:#b71c1c}.related-products-cart{margin:1rem 0}.related-products-cart h3{font-size:1.4rem;margin-bottom:.5rem;font-weight:600;text-align:left;padding-bottom:.5rem;color:#111}.related-products-cart .related-product-list{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-behavior:smooth}.related-products-cart .related-product-list::-webkit-scrollbar{height:6px}.related-products-cart .related-product-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.related-products-cart .product-card{flex:0 0 170px;width:170px;background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all .3s ease;text-align:center;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;margin:0 5px}.related-products-cart .product-card-image img{width:100%;max-height:160px;object-fit:cover;border-bottom:1px solid #eee}.related-products-cart .product-card-info{padding:.8rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.related-products-cart .product-card-info h2{font-size:.9rem;margin:0 0 .4rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-products-cart .product-card-info p{font-size:.85rem;margin:0 0 .6rem;color:#666}.related-products-cart .product-card-info a{background:#111!important;color:#fff!important;font-size:.85rem;padding:6px 12px;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease;width:100%;text-decoration:none}.related-products-cart .product-card-info a:hover{background:#444!important}.recently-viewed{margin:1rem 0}.recently-viewed h3{font-size:1.4rem;margin-bottom:.5rem;font-weight:600;text-align:left;padding-bottom:.5rem;color:#111}.recently-viewed .recently-viewed-list{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-behavior:smooth}.recently-viewed .recently-viewed-list::-webkit-scrollbar{height:6px}.recently-viewed .recently-viewed-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.recently-viewed .product-card{flex:0 0 170px;width:170px;background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:all .3s ease;text-align:center;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;margin:0 5px}.recently-viewed .product-card-image img{width:100%;max-height:160px;object-fit:cover;border-bottom:1px solid #eee}.recently-viewed .product-card-info{padding:.8rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.recently-viewed .product-card-info h2{font-size:.9rem;margin:0 0 .4rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recently-viewed .product-card-info p{font-size:.85rem;margin:0 0 .6rem;color:#666}.recently-viewed .product-card-info a{background:#111;color:#fff;font-size:.85rem;padding:6px 12px;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease;width:100%;text-decoration:none}.recently-viewed .product-card-info a:hover{background:#444}sidebar-drawer{position:fixed;top:0;right:0;height:100vh;width:100vw;display:none;z-index:1000}sidebar-drawer[open]{display:block}.backdrop{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#00000059;opacity:1;pointer-events:auto;transition:background .2s ease,opacity .3s ease}.drawer{position:absolute;top:0;right:0;width:500px;max-width:100vw;height:100vh;background:#fff;box-shadow:-2px 0 12px #00000026;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden;border-left:1px solid #e5e5e5}sidebar-drawer[open] .drawer{transform:translate(0)}.drawer-header{position:sticky;top:0;background:#fff;padding:1.2rem 1.5rem;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;z-index:5}.drawer-header h2{margin:0;font-size:1.4rem;font-weight:600;color:#000;letter-spacing:.3px}.close-btn{background:none;border:none;font-size:1.8rem;color:#555;cursor:pointer;transition:color .2s ease;line-height:1}.close-btn:hover{color:#000}.cart-body{flex:1;overflow-y:auto;padding:1rem 1.5rem;background:#fff}.cart-footer{border-top:1px solid #e5e5e5;background:#fff;padding:1rem 1.5rem;box-shadow:0 -2px 8px #0000000d}.cart-footer .subtotal-row,.cart-footer .shipping-row,.cart-footer .total-row{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:.95rem;color:#333}.cart-footer .total-row{font-size:1.1rem;font-weight:700;margin-top:.8rem;padding-top:.8rem;border-top:1px solid #e5e5e5}.cart-footer a{display:block;text-align:center;padding:.9rem 1rem;border-radius:8px;font-weight:600;font-size:1rem;margin-top:.8rem;transition:all .25s ease;text-decoration:none}.cart-footer .view-cart-btn{background:#f7f7f7;color:#000}.cart-footer .view-cart-btn:hover{background:#eaeaea}.cart-footer .checkout-btn{background:#000;color:#fff}.cart-footer .checkout-btn:hover{background:#333}.empty-cart{text-align:center;padding:3rem 1.5rem;color:#555}.empty-cart-icon{margin-bottom:1rem;opacity:.85}.empty-cart h3{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:#000}.empty-cart p{font-size:1rem;margin-bottom:1.5rem;color:#777}.empty-cart .shop-now-btn{display:inline-block;background:#000;color:#fff;padding:.85rem 1.3rem;border-radius:6px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .3s ease}.empty-cart .shop-now-btn:hover{background:#333}.cart-body::-webkit-scrollbar{width:6px}.cart-body::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:3px}.shipping-progress{padding:1rem 1.5rem;background:#0000000d;border-bottom:1px solid #e5e5e5;text-align:center}.shipping-message{font-size:.95rem;margin:0 0 10px;font-weight:500;text-align:left;color:#333}.progress-bar{width:100%;height:5px;background:#eee;border-radius:4px;overflow:hidden}.progress-fill{height:100%;width:0%;background:#4caf50;transition:width .4s ease}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{height:16px;width:16px;margin:0 6px!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
