*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%}#app-wrapper,#root{display:flex;flex-direction:column;min-height:100vh;background-color:#f9f9f9}a{text-decoration:none;color:inherit}main,.main-content{flex:1 0 auto;margin-top:30px;padding:0;display:flex;flex-direction:column;background-color:#fff}header.header-main{height:60px;position:fixed;top:0;width:100%;z-index:1000;background-color:#313131;display:flex;align-items:center;justify-content:space-between;padding:0 15px;color:#fff}.header-right-group{display:flex;align-items:center;gap:20px}.menu-icon-wrapper,.header-icon{width:25px;height:25px;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-img{width:100%;height:100%}.cart-container{position:relative;display:flex;align-items:center}.cart-badge{position:absolute;top:-5px;right:-8px;background:#e74c3c;color:#fff;border-radius:50%;padding:2px 6px;font-size:10px;font-weight:700}.sidebar{position:fixed;top:60px;left:-100%;width:85%;height:calc(100vh - 60px);background-color:#fff;transition:.3s ease-in-out;z-index:1000;box-shadow:2px 0 10px #0000001a;overflow-y:auto}.sidebar.active{left:0}.categories-list{list-style:none;padding:20px 0;margin:0}.categories-list li{transition:background-color .2s ease}.categories-list li a{text-decoration:none;color:#2d2d2d;font-size:18px;font-weight:300;display:block;padding:12px 30px;transition:color .2s ease}.categories-list li:hover{background-color:#f9f9f9}.categories-list li a:hover{color:#000}.categories-list li:first-child a{font-weight:600;letter-spacing:.5px}.categories-list li a:active{color:#a0a0a0}.sidebar-overlay{position:fixed;top:60px;left:0;width:100%;height:100%;background:#00000080;display:none;z-index:999}.sidebar.active+.sidebar-overlay{display:block}footer,.footer{flex:0 0 auto;background-color:#313131;padding:30px 20px;color:#fff}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto}.footer-column{flex:1;min-width:250px}.footer-column p{font-size:14px;margin-bottom:8px;line-height:1.4}.footer-column ul{list-style:none}.footer-column ul li a{font-size:14px;display:inline-block;margin-bottom:10px;color:#fff}.footer-column ul li a:hover{color:#bbb}.payment-icons{display:flex;gap:12px;margin-top:15px}.payment-icons img{height:22px;object-fit:contain}.working-hours{margin-top:15px;font-size:12px;color:#888}.lock-scroll{overflow:hidden}.home-page-container{margin-top:30px!important;padding:0!important;background-color:#fff;width:100%}.hero-section{background-color:#ebe3d0;width:100%;height:192px;display:flex;justify-content:center;align-items:center}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-title{font-weight:200;font-size:32px;display:flex;align-items:center;gap:15px;color:#000;text-shadow:0px 4px 4px rgba(0,0,0,.25);margin-bottom:20px}.line{width:32px;height:1px;background-color:#000}.catalog-button{width:132px;height:37px;background-color:#373737;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:300;text-transform:lowercase}.ts-section{background-color:#2d2d2d;padding:50px 10px;text-align:center;width:100%}.ts-title{color:#fff;font-weight:200;font-size:24px;letter-spacing:4px;margin-bottom:40px;text-transform:uppercase}.ts-grid{display:flex;justify-content:center;gap:12px;flex-wrap:nowrap}.ts-card{width:110px;display:flex;flex-direction:column;align-items:center}.ts-image-box{width:110px;height:140px;background-color:#fff;border-radius:4px;margin-bottom:12px;overflow:hidden;display:flex;justify-content:center;align-items:center}.ts-item-img{width:100%;height:100%;object-fit:cover}.ts-info{width:100%;display:flex;flex-direction:column;align-items:center}.ts-price{color:#fff;font-size:14px;margin-bottom:12px;font-weight:400}.ts-buttons{width:100%;display:flex;flex-direction:column;gap:6px}.ts-btn-more,.ts-btn-buy{width:100%;height:28px;font-size:11px;border-radius:4px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-family:Montserrat,sans-serif}.ts-btn-more{background:transparent;border:1px solid #fff;color:#fff;font-weight:300}.ts-btn-buy{background-color:#ebe3d0;border:none;color:#2d2d2d;font-weight:500}.ts-btn-buy:hover{background-color:#d6cfbd}.products-container{padding:20px 15px;background:#fff;max-width:1400px}.breadcrumb{font-size:12px;color:#a0a0a0;margin-bottom:20px}.breadcrumb a{text-decoration:none;color:inherit}.breadcrumb .current{color:#2d2d2d}.page-title{font-size:20px;font-weight:400;margin-bottom:25px;text-transform:capitalize}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.sort-container{position:relative;width:220px;z-index:100}.sort-trigger{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:15px;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:border-color .3s ease}.sort-trigger.active{border-bottom-color:#000}.sort-dropdown{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;list-style:none;padding:0;margin:0;border:1px solid #f0f0f0;box-shadow:0 10px 25px #00000014;border-radius:4px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.sort-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.sort-dropdown li{padding:12px 16px;font-size:14px;color:#444;cursor:pointer;border-bottom:1px solid #f9f9f9;transition:background .2s ease}.sort-dropdown li:last-child{border-bottom:none}.sort-dropdown li:hover{background:#fcfcfc;color:#000}.sort-dropdown li.selected{font-weight:500;color:#000}.arrow{width:8px;height:8px;border-right:1px solid #888;border-bottom:1px solid #888;transform:rotate(45deg);margin-bottom:4px;transition:transform .3s ease}.arrow.up{transform:rotate(-135deg);margin-bottom:-2px}.view-controls{display:flex;gap:10px}.view-btn{background:none;border:1px solid #D9D9D9;padding:5px 5px 2px;border-radius:4px;cursor:pointer;opacity:.5}.view-btn.active{opacity:1;background:#f5f5f5}.product-item{display:flex;flex-direction:column}.img-placeholder{aspect-ratio:3/4;background:#ebe3d0;border-radius:4px;overflow:hidden;margin-bottom:12px}.img-placeholder img{width:100%;height:100%;object-fit:cover}.product-item-name{font-size:15px;font-weight:400;color:#2d2d2d;margin:0 0 6px}.product-description{display:none}.product-price-label{font-size:15px;margin-bottom:12px;font-weight:500}.product-actions-btns{display:flex;flex-direction:column;gap:8px}.btn-details,.btn-buy-now{height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:12px;text-decoration:none;cursor:pointer}.btn-details{border:1px solid #2D2D2D;color:#2d2d2d}.btn-buy-now{background:#373737;border:none;color:#fff}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 15px}.products-grid .product-item-name,.products-grid .product-price-label{text-align:center}.products-list{display:flex;flex-direction:column;gap:40px}.products-list .product-item{width:100%}.products-list .img-placeholder{width:100%;aspect-ratio:1 / 1.2;margin-bottom:15px;border-radius:8px}.products-list .product-item-name{font-size:18px;font-weight:500}.products-list .product-price-label{text-align:left;font-size:18px;font-weight:600;margin-bottom:15px}.products-list .product-actions-btns{flex-direction:row;gap:12px}.products-list .btn-details,.products-list .btn-buy-now{flex:1;height:45px;font-size:14px}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(5,1fr);gap:30px 20px}.products-grid .product-item-name,.products-grid .product-price-label{text-align:left}.products-grid .product-actions-btns{flex-direction:row;gap:8px}.products-grid .btn-details,.products-grid .btn-buy-now{flex:1;height:36px}.products-list .product-item{flex-direction:row;align-items:stretch;gap:30px;border-bottom:1px solid #f0f0f0;padding-bottom:30px}.products-list .product-img-link{width:240px;flex-shrink:0}.products-list .img-placeholder{width:100%;aspect-ratio:3 / 4;margin-bottom:0;border-radius:4px}.products-list .product-details{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:5px 0}.products-list .product-item-name{font-size:22px;font-weight:400;margin-bottom:10px}.products-list .product-description{display:block;font-size:14px;color:#666;line-height:1.6;margin:0 0 20px;max-width:600px}.products-list .product-price-label{font-size:20px;font-weight:500;margin-top:auto;margin-bottom:15px}.products-list .product-actions-btns{max-width:360px;gap:15px}.product-item-name{font-size:16px;font-weight:400;margin-bottom:8px}}.product-container{max-width:1200px;padding:20px 15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.breadcrumb{font-size:14px;color:#888;margin-bottom:20px}.breadcrumb a{color:#888;text-decoration:none;transition:color .2s}.breadcrumb a:hover,.breadcrumb .current{color:#333}.product-content{display:flex;flex-direction:row;gap:40px}.product-media{flex:1.2}.main-image-wrapper{position:relative;border-radius:8px;overflow:hidden;background-color:#f9f9f9}.main-product-img{width:100%;display:block;object-fit:cover}.img-nav{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);padding:0 10px;pointer-events:none}.img-nav button{pointer-events:auto;background:#fffc;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;box-shadow:0 2px 5px #0000001a}.product-info{flex:1;display:flex;flex-direction:column}.header-row{display:flex;justify-content:space-between;align-items:flex-start}.category-label{color:#888;font-size:14px;margin-bottom:8px}.fav-btn{background:none;border:none;cursor:pointer;padding:5px}.product-title{font-size:28px;font-weight:500;margin:0 0 15px}.product-price{font-size:24px;font-weight:600;margin-bottom:25px}.selection-group{margin-bottom:20px}.selection-group .label{font-size:14px;margin-bottom:10px;color:#333}.selection-group .label span{font-weight:600}.color-options{display:flex;gap:12px}.color-blob{width:32px;height:32px;border-radius:50%;border:1px solid #ddd;cursor:pointer;padding:0;position:relative;background-color:#eee}.color-blob.active{border:2px solid #000;transform:scale(1.1)}.size-options{display:flex;gap:10px;flex-wrap:wrap}.size-btn{padding:8px 16px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px;min-width:60px;transition:all .2s}.size-btn.active{background:#000;color:#fff;border-color:#000}.size-btn:hover:not(.active){border-color:#888}.meta-row{display:flex;justify-content:space-between;align-items:center;margin:20px 0;font-size:14px;color:#666}.qty-control{display:flex;align-items:center;gap:10px}.qty-stepper{display:flex;border:1px solid #ddd;border-radius:4px;overflow:hidden}.qty-stepper button{width:30px;height:30px;background:#f5f5f5;border:none;cursor:pointer;font-size:16px}.qty-stepper button:disabled{color:#ccc;cursor:not-allowed}.qty-stepper input{width:40px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:14px}.add-to-cart-btn{width:100%;padding:16px;background:#272829;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background .3s;margin-bottom:25px}.add-to-cart-btn:hover:not(:disabled){background:#3c3d3f}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.add-to-cart-btn.success{background:#4caf50}.description-block{border-top:1px solid #eee;padding-top:20px;font-size:15px;line-height:1.6;color:#444}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;padding:30px;border-radius:20px;width:90%;max-width:400px;position:relative;box-shadow:0 10px 25px #0003}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#999}.modal-content h2{margin-bottom:20px;font-size:1.2rem;padding-right:20px}@media screen and (max-width: 768px){.product-content{flex-direction:column}.product-media{margin-bottom:0}.product-title{font-size:22px}.add-to-cart-btn{position:sticky;bottom:20px;z-index:10;box-shadow:0 4px 15px #0003}}.cart-box{padding:40px 24px;background:#fafafa;margin:0;min-height:75vh;display:flex;flex-direction:column}.empty-cart-box{display:flex;flex-direction:column;text-align:left;margin-top:20px}.empty-cart-title{font-size:32px;font-weight:400;color:#000;margin:0 0 30px;letter-spacing:-.5px}.empty-cart-text{font-size:18px;line-height:1.4;color:#000;font-weight:300;margin:0}.empty-cart-link{color:#a3a3a3;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.empty-cart-link:hover{color:#555}.cart-title{font-size:28px;font-weight:400;text-align:left;margin-bottom:35px;color:#000}.cart-content-wrapper{display:flex;flex-direction:column;gap:25px}.cart-items-list{display:flex;flex-direction:column;gap:20px}.cart-item{display:flex;align-items:flex-start;gap:15px;position:relative;padding-bottom:10px}.cart-item-img-wrapper{width:110px;aspect-ratio:3 / 4;background:#f5f5f5;border:1px solid #e0e0e0;overflow:hidden;cursor:pointer}.cart-item-img-wrapper img{width:100%;height:100%;object-fit:cover}.item-details{flex:1;display:flex;flex-direction:column}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.item-price{font-size:18px;font-weight:400;color:#000;margin:0}.remove-btn{background:none;border:none;font-size:24px;font-weight:300;color:#b0b0b0;cursor:pointer;padding:0 5px;line-height:1;transition:color .2s ease}.remove-btn:hover{color:#000}.item-name{font-size:15px;font-weight:300;color:#7e7e7e;margin:0 0 12px;cursor:pointer}.item-meta{font-size:14px;color:#7e7e7e;margin-bottom:12px}.item-meta p{margin:2px 0}.item-meta span{color:#000}.quantity-controls{display:inline-flex;align-items:center;border:1px solid #D9D9D9;background:#fff;width:fit-content}.quantity-controls button{background:none;color:#000;border:none;width:24px;height:22px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.quantity-controls button:hover{background:#f5f5f5}.quantity-controls input{width:24px;height:22px;border:none;border-left:1px solid #D9D9D9;border-right:1px solid #D9D9D9;text-align:center;font-size:13px;color:#000;outline:none}.cart-actions-section{display:flex;flex-direction:column;gap:15px;margin-top:10px}.promo-code-section{position:relative;width:fit-content}.promo-input{width:140px;padding:6px 12px;font-size:14px;border:1px solid #D9D9D9;color:#000;outline:none}.cart-navigation-btns{display:flex;flex-direction:column;gap:10px;width:100%}.checkout-btn{background:#2d2d2d;color:#fff;border:none;height:46px;font-size:16px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.checkout-btn:hover{background:#111}.back-btn{background:#575757;color:#fff;border:none;height:46px;font-size:16px;font-weight:300;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.back-btn:hover{background:#404040}.checkout-container{padding:15px;background:#fff;box-shadow:0 0 5px #0000001a;border-radius:8px}.checkout-container h1{font-size:22px;text-align:center;margin-bottom:10px}.checkout-container form{display:flex;flex-direction:column}.checkout-container label{margin-bottom:10px;font-size:14px}.checkout-container input,.checkout-container select{padding:8px;font-size:14px;margin-top:5px;border:1px solid #ddd;border-radius:4px;margin-left:10px}.checkout-container .payment_button{background:green;color:#fff;border:none;padding-bottom:10px;padding-top:10px;font-size:16px;cursor:pointer;border-radius:4px}.checkout-container .payment_button:hover{background:#006400}.error-message{margin-bottom:10px;font-size:16px;font-weight:700}.payment-container{padding:40px 20px;text-align:center}.payment-container h1{font-size:24px;margin-bottom:20px}.payment-container p{font-size:16px;margin-bottom:30px}.back-main-btn{background:#272829;color:#fff;border:none;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:8px;width:100%;text-align:center;text-decoration:none;transition:background .3s}.back-main-btn:hover{background:#444}
