*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:var(--font-body-weight);color:var(--color-text);background-color:var(--color-background);line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}img{max-width:100%;height:auto;display:block}button{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;cursor:pointer;transition:opacity .3s ease}button:hover{opacity:.7}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.page-wrapper{display:flex;min-height:100vh}.main-content{flex:1;margin-left:200px;padding:60px;animation:fadeIn .6s ease;max-width:calc(100vw - 200px);box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sidebar{position:fixed;top:0;left:0;width:200px;height:100vh;background:var(--color-background);border-right:1px solid #eee;z-index:100}.sidebar__inner{padding:40px 30px;height:100%;display:flex;flex-direction:column}.sidebar__header{margin-bottom:60px}.sidebar__logo{display:inline-block}.logo-text{font-size:36px;font-weight:700;letter-spacing:2px;line-height:1}.sidebar__nav{flex:1}.sidebar__menu{list-style:none}.sidebar__menu-item{margin-bottom:24px}.sidebar__link{font-size:11px;letter-spacing:1.8px;display:block;position:relative;transition:all .3s ease;font-weight:400;line-height:1.2}.sidebar__link.is-active{font-weight:700}.sidebar__link--cart{display:flex;align-items:center;gap:8px}.cart-count{font-size:10px;background:var(--color-text);color:var(--color-background);padding:2px 6px;border-radius:10px;min-width:20px;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:50px 40px}.product-card{animation:fadeInUp .6s ease forwards;opacity:0}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}.product-card__image-wrapper{position:relative;overflow:hidden;margin-bottom:20px;background:#f8f8f8;aspect-ratio:1}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__info{text-align:left;padding:0}.product-card__title{font-size:12px;letter-spacing:0;margin-bottom:4px;text-transform:uppercase;font-weight:700;line-height:1.2}.product-card__price{font-size:12px;font-weight:700;letter-spacing:0}.product-page{display:grid;grid-template-columns:500px 1fr;gap:60px;max-width:1000px;width:100%}.product__images{position:sticky;top:60px;height:fit-content;max-width:500px}.product__main-image{width:100%;aspect-ratio:1;object-fit:cover;background:#f8f8f8;transition:opacity .2s ease}.product__thumbnails{display:flex;gap:8px;margin-top:20px;overflow-x:auto;padding-bottom:5px}.product__thumbnail{width:70px;height:70px;padding:0;border:1px solid #ddd;background:#f8f8f8;cursor:pointer;overflow:hidden;transition:border-color .3s ease;flex-shrink:0}.product__thumbnail:hover,.product__thumbnail.is-active{border-color:var(--color-text)}.product__thumbnail img{width:100%;height:100%;object-fit:cover}.product__info{padding-top:20px;min-width:0}.product__title{font-size:16px;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase;font-weight:400;line-height:1.3}.product__price{font-size:14px;font-weight:400;margin-bottom:30px;letter-spacing:.5px}.product__form{margin-bottom:30px}.product__option{margin-bottom:20px}.product__option-label{font-size:10px;letter-spacing:1.5px;margin-bottom:10px;display:block;text-transform:uppercase;font-weight:400}.product__option-select{width:100%;padding:12px 15px;border:1px solid #ddd;background:#fff;font-family:inherit;font-size:14px;cursor:pointer;transition:border-color .3s ease}.product__option-select:hover,.product__option-select:focus{border-color:var(--color-text);outline:none}.product__submit{width:100%;padding:16px;background:var(--color-text);color:var(--color-background);font-size:10px;letter-spacing:1.8px;text-transform:uppercase;transition:opacity .3s ease;margin-top:25px;border:none;font-weight:400}.product__submit:hover{opacity:.8}.product__description{font-size:14px;line-height:1.8;margin-bottom:30px}.product__details{font-size:12px;line-height:1.6}.product__detail-title{font-size:11px;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;margin-top:25px;font-weight:700}.product__details p{margin-bottom:0;font-weight:400}.cart-drawer{position:fixed;top:0;right:0;width:400px;height:100vh;background:var(--color-background);border-left:1px solid #eee;transform:translate(100%);transition:transform .4s ease;z-index:200;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;opacity:0;visibility:hidden;transition:all .4s ease;z-index:199}.cart-drawer__overlay.is-visible{opacity:1;visibility:visible}.cart-drawer__header{padding:30px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{font-size:14px;letter-spacing:1px;text-transform:uppercase}.cart-drawer__close{font-size:20px;line-height:1;padding:5px}.cart-drawer__items{flex:1;overflow-y:auto;padding:30px}.cart-item{display:flex;gap:20px;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.cart-item__image{width:80px;height:80px;object-fit:cover;background:#f8f8f8}.cart-item__info{flex:1}.cart-item__title{font-size:12px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.cart-item__details{font-size:12px;color:#666;margin-bottom:10px}.cart-item__quantity{display:flex;align-items:center;gap:15px;margin-bottom:10px}.cart-item__quantity-btn{width:24px;height:24px;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:14px}.cart-item__quantity-input{width:40px;text-align:center;border:none;font-size:14px}.cart-item__price{font-size:14px;font-weight:700}.cart-item__remove{font-size:12px;text-decoration:underline;margin-top:10px;display:inline-block}.cart-drawer__footer{padding:30px;border-top:1px solid #eee;flex-shrink:0;background:var(--color-background);position:relative;z-index:1}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:20px;font-size:14px}.cart-drawer__checkout{width:100%;padding:15px;background:var(--color-text);color:var(--color-background);font-size:12px;letter-spacing:1px;text-transform:uppercase;transition:opacity .3s ease;border:none;cursor:pointer;display:block;text-align:center;min-height:50px;box-sizing:border-box}.contact-info{margin-bottom:40px;max-width:600px}.contact-info p{margin-bottom:15px;line-height:1.6}.contact-email,.contact-instagram{font-weight:700}.contact-email a,.contact-instagram a{text-decoration:underline}.contact-form{max-width:600px}.form__field{margin-bottom:20px}.form__label{font-size:12px;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px;display:block}.form__input,.form__textarea{width:100%;padding:12px 15px;border:1px solid #ddd;background:#fff;font-family:inherit;font-size:14px;transition:border-color .3s ease}.form__textarea{min-height:120px;resize:vertical}.form__input:focus,.form__textarea:focus{border-color:var(--color-text);outline:none}.form__submit{padding:15px 40px;background:var(--color-text);color:var(--color-background);font-size:12px;letter-spacing:1px;text-transform:uppercase;transition:opacity .3s ease}.form__submit:hover:not(:disabled){opacity:.8}.form__submit:disabled{opacity:.5;cursor:not-allowed}.form-success{background:#f0f8f0;border:1px solid #4caf50;color:#2e7d32;padding:15px;margin-bottom:20px;border-radius:4px}.empty-state{text-align:center;padding:60px 20px}.empty-state p{margin-bottom:20px;color:#666}.is-loading{position:relative;pointer-events:none}.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{.sidebar,.cart-drawer,.mobile-menu-toggle{display:none!important}.main-content{margin-left:0!important}}.page-header{margin-bottom:40px}.page-header__title{font-size:18px;letter-spacing:2.5px;text-transform:uppercase;font-weight:400;margin-bottom:0}.mobile-menu-toggle{display:none;width:30px;height:30px;position:relative;cursor:pointer}.mobile-menu-toggle span{position:absolute;left:0;width:100%;height:2px;background:var(--color-text);transition:all .3s ease}.mobile-menu-toggle span:nth-child(1){top:0}.mobile-menu-toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.mobile-menu-toggle span:nth-child(3){bottom:0}.mobile-menu-toggle.is-active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.mobile-menu-toggle.is-active span:nth-child(2){opacity:0}.mobile-menu-toggle.is-active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}@media (max-width: 768px){.main-content{margin-left:0;padding:80px 20px 20px}.sidebar{width:100%;height:60px;border-right:none;border-bottom:1px solid #eee}.sidebar__inner{flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px;height:60px}.sidebar__header{margin-bottom:0}.sidebar__nav{position:fixed;top:60px;left:0;width:100%;height:calc(100vh - 60px);background:var(--color-background);transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;padding:40px 20px}.sidebar__nav.is-open{transform:translate(0)}.sidebar__menu{display:flex;flex-direction:column;gap:30px}.sidebar__menu-item{margin-bottom:0}.sidebar__link{font-size:16px}.mobile-menu-toggle{display:block}.product-grid{grid-template-columns:1fr 1fr;gap:20px}.product-card__title,.product-card__price{font-size:11px;letter-spacing:0}.product-page{grid-template-columns:1fr;gap:30px;max-width:100%}.product__images{position:static;max-width:100%}.cart-drawer{width:100%}.cart-drawer__footer{padding:20px;min-height:auto}.cart-drawer__subtotal{font-size:16px;margin-bottom:15px}.cart-drawer__checkout{font-size:14px;padding:18px 15px;min-height:56px;line-height:1.2}}@media (max-width: 480px){.cart-drawer__footer{padding:15px;position:sticky;bottom:0;background:var(--color-background);border-top:2px solid #eee}.cart-drawer__checkout{font-size:16px;padding:20px 15px;min-height:60px;font-weight:700}.cart-drawer__items{padding-bottom:120px}.cart-item--page{grid-template-columns:80px 1fr;gap:20px}.cart-item__quantity,.cart-item__total{grid-column:2}.cart-footer{flex-direction:column;gap:20px}.cart-footer__actions{flex-direction:column}.button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
