*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#1d1b17;color:#bdc0b9;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.main-header{padding:30px 0;border-bottom:1px solid #3a3a3a}.main-header .shop-navbar{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.main-header .brand{font-size:28px;color:#bdc0b9;flex:1}.main-header .cart-toggle{flex:1;text-align:right}.main-header .nav-link{flex:1;color:#bdc0b9;text-decoration:none;font-size:14px;letter-spacing:1px;transition:color .3s}.main-header .nav-link:hover{color:#fff}.main-header .site-title{font-size:24px;font-weight:400;letter-spacing:3px;color:#fff}.main-header .cart-toggle{background:none;border:none;color:#bdc0b9;font-size:14px;letter-spacing:1px;cursor:pointer;transition:color .3s}.main-header .cart-toggle:hover{color:#fff}.shop-main{max-width:1400px;margin:0 auto;padding:60px 40px 100px}.shop-title{font-size:48px;font-weight:300;letter-spacing:8px;text-align:center;margin-bottom:80px;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 30px;margin-bottom:40px}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:30px 20px}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.product-card .product-link{text-decoration:none;color:inherit;display:block}.product-card .product-image{width:100%;aspect-ratio:3/4;overflow:hidden;margin-bottom:15px;background-color:#2a2826}.product-card .product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.product-card .product-image:hover img{transform:scale(1.05)}.product-card .product-title{font-size:14px;font-weight:400;letter-spacing:.5px;color:#bdc0b9;line-height:1.4}.loading-indicator{text-align:center;padding:40px 0;font-size:14px;color:#bdc0b9}.product-detail{max-width:1400px;margin:0 auto;padding:60px 40px 100px;flex:1}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}@media(max-width:968px){.product-layout{grid-template-columns:1fr;gap:50px}}.product-image-section .main-product-image{width:100%;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;margin-bottom:60px}.product-image-section .about-image-section h3{font-size:16px;font-weight:500;letter-spacing:2px;margin-bottom:20px;color:#fff}.product-image-section .about-image-section .about-content{font-size:14px;line-height:1.8;color:#bdc0b9}.product-info-section .product-title{font-size:28px;font-weight:400;letter-spacing:2px;margin-bottom:20px;color:#fff}.product-info-section .product-price{font-size:24px;font-weight:400;margin-bottom:30px;color:#fff}.product-info-section .product-short-desc{font-size:14px;line-height:1.8;margin-bottom:30px;color:#bdc0b9}.product-info-section .more-detail-section{margin-bottom:30px}.product-info-section .more-detail-section .detail-toggle{width:100%;background:none;border:none;border-top:1px solid #3a3a3a;border-bottom:1px solid #3a3a3a;padding:20px 0;color:#fff;font-size:14px;letter-spacing:2px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s}.product-info-section .more-detail-section .detail-toggle:hover{background-color:#2a2826}.product-info-section .more-detail-section .detail-toggle .toggle-icon{transition:transform .3s}.product-info-section .more-detail-section .detail-toggle.active .toggle-icon{transform:rotate(180deg)}.product-info-section .more-detail-section .detail-content{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:14px;line-height:1.8;color:#bdc0b9}.product-info-section .more-detail-section .detail-content.active{max-height:500px;padding:20px 0}.product-info-section .divider{border:none;border-top:1px solid #3a3a3a;margin:30px 0}.product-info-section .size-selection{margin-bottom:30px}.product-info-section .size-selection label{display:block;font-size:14px;letter-spacing:2px;margin-bottom:10px;color:#fff}.product-info-section .size-selection .size-select{width:100%;padding:15px;background-color:#2a2826;border:1px solid #3a3a3a;color:#bdc0b9;font-size:14px;cursor:pointer}.product-info-section .size-selection .size-select:focus{outline:none;border-color:#bdc0b9}.product-info-section .add-to-cart-btn{width:100%;padding:18px;background-color:#bdc0b9;border:none;color:#1d1b17;font-size:14px;letter-spacing:2px;font-weight:500;cursor:pointer;transition:background-color .3s}.product-info-section .add-to-cart-btn:hover{background-color:#fff}.product-info-section .upcoming-schedule,.product-info-section .no-schedule{padding:30px;background-color:#2a2826;border:1px solid #3a3a3a;text-align:center}.product-info-section .upcoming-schedule .schedule-message,.product-info-section .upcoming-schedule p,.product-info-section .no-schedule .schedule-message,.product-info-section .no-schedule p{font-size:14px;line-height:1.8;color:#bdc0b9}.product-info-section .upcoming-schedule .schedule-message strong,.product-info-section .upcoming-schedule p strong,.product-info-section .no-schedule .schedule-message strong,.product-info-section .no-schedule p strong{color:#fff}.cart-offcanvas{position:fixed;top:0;right:-500px;width:500px;height:100vh;background-color:#1d1b17;box-shadow:-5px 0 15px #00000080;transition:right .3s ease;z-index:1001;display:flex;flex-direction:column}.cart-offcanvas.active{right:0}@media(max-width:600px){.cart-offcanvas{width:100%;right:-100%}}.cart-header{padding:30px;border-bottom:1px solid #3a3a3a;display:flex;justify-content:space-between;align-items:center}.cart-header h3{font-size:18px;font-weight:400;letter-spacing:2px;color:#fff}.cart-header .cart-close{background:none;border:none;color:#bdc0b9;font-size:24px;cursor:pointer;transition:color .3s}.cart-header .cart-close:hover{color:#fff}.cart-body{flex:1;overflow-y:auto;padding:20px 30px}.cart-body .empty-cart{text-align:center;padding:60px 20px;color:#bdc0b9;font-size:14px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:15px;padding:20px 0;border-bottom:1px solid #3a3a3a}.cart-item:first-child{padding-top:0}.cart-item .cart-item-image{width:80px;height:100px;-o-object-fit:cover;object-fit:cover}.cart-item .cart-item-info .cart-item-title{font-size:14px;font-weight:400;color:#fff;margin-bottom:5px}.cart-item .cart-item-info .cart-item-size{font-size:12px;color:#bdc0b9;margin-bottom:5px}.cart-item .cart-item-info .cart-item-price{font-size:14px;color:#fff}.cart-item .cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.quantity-controls{display:flex;align-items:center;gap:5px;border:1px solid #3a3a3a}.quantity-controls .qty-btn{width:30px;height:30px;background:none;border:none;color:#bdc0b9;font-size:16px;cursor:pointer;transition:background-color .3s}.quantity-controls .qty-btn:hover{background-color:#2a2826}.quantity-controls .qty-input{width:40px;height:30px;background:none;border:none;border-left:1px solid #3a3a3a;border-right:1px solid #3a3a3a;color:#fff;text-align:center;font-size:14px}.remove-btn{background:none;border:none;color:#bdc0b9;font-size:18px;cursor:pointer;transition:color .3s}.remove-btn:hover{color:#f44}.cart-footer{padding:30px;border-top:1px solid #3a3a3a}.cart-footer .cart-total{display:flex;justify-content:space-between;margin-bottom:10px}.cart-footer .cart-total span{font-size:16px;color:#fff}.cart-footer .cart-total span.total-amount{font-weight:500}.cart-footer .cart-note{font-size:12px;color:#bdc0b9;margin-bottom:20px}.cart-footer .checkout-btn{width:100%;padding:18px;background-color:#bdc0b9;border:none;color:#1d1b17;font-size:14px;letter-spacing:2px;font-weight:500;cursor:pointer;transition:background-color .3s}.cart-footer .checkout-btn:hover{background-color:#fff}.cart-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000}.cart-backdrop.active{opacity:1;visibility:visible}.main-footer{text-align:center;padding:40px 0}.main-footer p{font-size:12px;color:#bdc0b9;letter-spacing:1px}.logo-container{text-align:center;margin-bottom:25px}.logo-container img{width:250px}@media(max-width:768px){.logo-container img{width:150px}}.shop-closed{min-height:60vh;display:flex;flex-direction:column;align-items:center;padding:60px 20px}.notify-form-container{max-width:600px;width:100%;text-align:center;margin-top:40px}.closed-message{font-size:18px;line-height:1.6;margin-bottom:30px;color:#bdc0b9}.subscribe-form{display:flex;gap:10px;margin-bottom:20px}@media(max-width:768px){.subscribe-form{flex-direction:column}}.email-input{flex:1;padding:15px 20px;font-size:16px;border:1px solid #ddd;outline:none;font-family:inherit}.email-input:focus{border-color:#333}.subscribe-btn{padding:15px 40px;background-color:#000;color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease;font-family:inherit}.subscribe-btn:hover{background-color:#333}@media(max-width:768px){.subscribe-btn{width:100%}}.subscribe-message{font-size:16px;margin-top:15px;padding:10px;border-radius:4px;color:#bdc0b9!important}.shop-end-date{font-size:16px;font-weight:600;color:#fff;margin:40px 0;text-align:center}.motivational-text{max-width:800px;margin:30px auto;text-align:center;font-size:16px;line-height:1.8;color:#bdc0b9;padding:0 20px}.main-footer{text-align:center;padding:40px 20px}.main-footer p{margin-bottom:20px}.main-footer .footer-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.main-footer .footer-links a{color:#bdc0b9;text-decoration:none;font-size:14px}.main-footer .footer-links a:hover{text-decoration:underline}
