*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sidebar-width: 300px;--color-bg: #ffffff;--color-text: #000000;--color-muted: #888888;--font-body: Arial, sans-serif;--transition-speed: .25s;--top-offset: 80px}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background-color:#fff;color:#000;font-family:Arial,sans-serif;font-weight:400;line-height:1;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{cursor:pointer;font-family:Arial,sans-serif}.site-wrapper{display:flex;min-height:100vh}.site-sidebar{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;padding:var(--top-offset) 40px 40px 40px;display:flex;flex-direction:column;z-index:100;background:#fff;overflow-y:auto}.sidebar-logo{display:block;margin-bottom:28px}.sidebar-logo img{width:240px;height:auto;max-width:100%;display:block}.sidebar-nav{flex:1}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav ul li{margin:0;padding:0;line-height:1}.sidebar-nav ul li+li{margin-top:4px}.sidebar-nav ul li a,.sidebar-nav ul li .sidebar-cart-btn{font-family:Arial,sans-serif;font-size:17px;font-weight:400;font-style:normal;color:#000;text-decoration:none;letter-spacing:0;line-height:1;background:none;border:none;padding:0;margin:0;display:block;cursor:pointer}.sidebar-nav ul li a:hover,.sidebar-nav ul li .sidebar-cart-btn:hover,.sidebar-nav ul li a.active{text-decoration:underline}.sidebar-social{margin-top:20px;display:flex;gap:12px;align-items:center}.sidebar-social a{display:flex;align-items:center;color:#000;transition:opacity .25s ease}.sidebar-social a:hover{opacity:.5}.sidebar-social svg{width:16px;height:16px;fill:currentColor}.sidebar-cart-btn{background:none;border:none;cursor:pointer;font-family:Arial,sans-serif;font-size:17px;font-weight:400;color:#000;padding:0;margin:0;display:block;line-height:1}.sidebar-cart-btn:hover{text-decoration:underline}.cart-count{font-size:11px;color:#888}.site-main{margin-left:var(--sidebar-width);flex:1;min-width:0}.gallery-grid{padding:var(--top-offset) 8px 8px 8px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:180px;gap:8px}.gallery-item{overflow:hidden;position:relative;background:#f5f5f5}.gallery-item:nth-child(9n+1){grid-column:span 2;grid-row:span 2}.gallery-item:nth-child(9n+2){grid-column:span 1;grid-row:span 2}.gallery-item:nth-child(9n+3){grid-column:span 1;grid-row:span 1}.gallery-item:nth-child(9n+4){grid-column:span 1;grid-row:span 1}.gallery-item:nth-child(9n+5){grid-column:span 2;grid-row:span 1}.gallery-item:nth-child(9n+6){grid-column:span 1;grid-row:span 1}.gallery-item:nth-child(9n+7){grid-column:span 1;grid-row:span 2}.gallery-item:nth-child(9n+8){grid-column:span 2;grid-row:span 1}.gallery-item:nth-child(9n){grid-column:span 1;grid-row:span 1}.gallery-item a{display:block;width:100%;height:100%}.gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .25s ease;will-change:transform}.gallery-item:hover img{transform:scale(1.03)}.gallery-item__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-item__placeholder span{font-size:9px;letter-spacing:.12em;color:#bbb;text-transform:uppercase}.product-page{display:grid;grid-template-columns:1fr 360px;min-height:100vh}.product-media__thumbnails{display:flex;flex-direction:column;gap:6px;padding:40px}.product-media__thumbnails img{width:100%;height:auto;cursor:pointer}.product-info{padding:60px 40px;display:flex;flex-direction:column;border-left:1px solid #e8e8e8}.product-info__title{font-size:14px;font-weight:400;margin-bottom:10px}.product-info__price{font-size:13px;margin-bottom:32px}.product-form{display:flex;flex-direction:column;gap:18px}.product-form__label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#888;display:block;margin-bottom:6px}.product-form__size-options{display:flex;flex-wrap:wrap;gap:5px}.product-form__size-btn{padding:8px 12px;border:1px solid #000;background:transparent;font-family:Arial,sans-serif;font-size:11px;cursor:pointer;transition:background .25s ease,color .25s ease}.product-form__size-btn:hover,.product-form__size-btn.active{background:#000;color:#fff}.product-form__size-btn.unavailable{opacity:.3;cursor:not-allowed;text-decoration:line-through}.product-form__quantity{display:flex;align-items:center;border:1px solid #000;width:fit-content}.product-form__qty-btn{width:36px;height:36px;border:none;background:transparent;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-form__qty-input{width:40px;height:36px;border:none;border-left:1px solid #000;border-right:1px solid #000;text-align:center;font-family:Arial,sans-serif;font-size:13px;outline:none;background:transparent}.product-form__submit{padding:14px;background:#000;color:#fff;border:none;font-family:Arial,sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;width:100%;transition:opacity .25s ease}.product-form__submit:hover{opacity:.7}.product-form__submit:disabled{opacity:.4;cursor:not-allowed}.product-info__description{margin-top:36px;padding-top:36px;border-top:1px solid #e8e8e8;font-size:12px;line-height:1.8;color:#444}.collection-header{padding:48px 48px 24px}.collection-header__title{font-size:11px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#888}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:200;opacity:0;pointer-events:none;transition:opacity .25s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:360px;height:100vh;background:#fff;z-index:201;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{padding:32px 32px 18px;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;align-items:center}.cart-drawer__title{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-family:Arial,sans-serif}.cart-drawer__close{background:none;border:none;font-size:18px;cursor:pointer;padding:4px;line-height:1}.cart-drawer__items{flex:1;overflow-y:auto;padding:18px 32px}.cart-item{display:grid;grid-template-columns:64px 1fr;gap:14px;padding:16px 0;border-bottom:1px solid #f0f0f0}.cart-item__image img{width:64px;height:80px;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;gap:4px}.cart-item__name{font-size:12px}.cart-item__variant{font-size:10px;color:#888}.cart-item__price{font-size:12px;margin-top:auto}.cart-item__remove{background:none;border:none;font-size:10px;color:#888;cursor:pointer;text-decoration:underline;padding:0;font-family:inherit;text-align:left}.cart-drawer__footer{padding:18px 32px 32px;border-top:1px solid #e8e8e8}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:12px;margin-bottom:14px}.cart-drawer__checkout{display:block;width:100%;padding:13px;background:#000;color:#fff;text-align:center;font-family:Arial,sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;transition:opacity .25s ease}.cart-drawer__checkout:hover{opacity:.7}.cart-drawer__empty{text-align:center;padding:48px 0;font-size:11px;color:#888}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:56px;background:#fff;z-index:100;padding:0 20px;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0}.mobile-header__logo img{height:36px;width:auto}.mobile-header__actions{display:flex;align-items:center;gap:16px}.mobile-menu-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;flex-direction:column;gap:5px}.mobile-menu-btn span{display:block;width:20px;height:1px;background:#000;transition:transform .3s ease,opacity .3s ease}.mobile-menu-btn.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:56px;left:0;right:0;bottom:0;background:#fff;z-index:99;padding:32px 20px;transform:translate(-100%);transition:transform .3s ease}.mobile-nav.open{transform:translate(0)}.mobile-nav ul{list-style:none}.mobile-nav ul li{margin-bottom:20px}.mobile-nav ul li a{font-size:20px;font-family:Arial,sans-serif}.mobile-nav__social{margin-top:32px;display:flex;gap:16px}.page-content{padding:56px;max-width:600px}.page-content h1{font-size:18px;font-weight:400;margin-bottom:28px}.page-content p{font-size:13px;line-height:1.8;color:#333;margin-bottom:14px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.gallery-item:nth-child(9n+1){grid-column:span 2;grid-row:span 2}.gallery-item:nth-child(9n+2){grid-column:span 1;grid-row:span 2}.gallery-item:nth-child(9n+5){grid-column:span 2;grid-row:span 1}.gallery-item:nth-child(9n+7){grid-column:span 1;grid-row:span 2}.gallery-item:nth-child(9n+8){grid-column:span 2;grid-row:span 1}}@media(max-width:768px){.site-sidebar{display:none}.mobile-header{display:flex}.mobile-nav{display:block}.site-main{margin-left:0;padding-top:56px}.gallery-grid{padding:4px;gap:4px;grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}.gallery-item:nth-child(9n+1){grid-column:span 2;grid-row:span 2}.gallery-item:nth-child(9n+2){grid-column:span 1;grid-row:span 1}.gallery-item:nth-child(9n+5){grid-column:span 2;grid-row:span 1}.gallery-item:nth-child(9n+7){grid-column:span 1;grid-row:span 1}.gallery-item:nth-child(9n+8){grid-column:span 2;grid-row:span 1}.cart-drawer{width:100vw}.page-content{padding:32px 18px}.product-page{grid-template-columns:1fr}.product-info{border-left:none;border-top:1px solid #e8e8e8;padding:28px 18px}}@media(prefers-reduced-motion:reduce){.gallery-item img,.cart-drawer,.mobile-nav{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
