@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jura:wght@300..700&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Red+Rose:wght@300..700&family=Space+Grotesk:wght@300..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jura:wght@300..700&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Red+Rose:wght@300..700&family=Space+Grotesk:wght@300..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.cdnfonts.com/css/br-segma";*{box-sizing:border-box;margin:0;padding:0}body{font-family:BR Segma,Space Grotesk,sans-serif;background:#fff;color:#222}.header{background:#fff;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;height:100px}.header-left{flex:1}.header-center{flex:none;display:flex;align-items:center;justify-content:center}.header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;padding-right:32px}.logo-img{display:block}.header-btn,.cart-btn{background:none;color:inherit;font-size:16px;cursor:pointer}.header-btn:hover,.cart-btn:hover{color:#222}.cart-count{margin-left:8px;background:#eee;color:#222;border-radius:9999px;font-size:12px;padding:2px 8px;min-width:18px;text-align:center;line-height:18px;font-weight:600;display:inline-block}.main{max-width:100vw;margin:0 auto;min-height:60vh}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:32px;margin:32px auto;max-width:400px;text-align:center;display:flex;flex-direction:column;align-items:center}.landing-product .product-img{width:256px;height:256px;object-fit:cover;border-radius:8px;margin-bottom:24px}.landing-product .product-title{font-size:2rem;font-weight:600;margin-bottom:8px}.landing-product .product-desc{color:#666;margin-bottom:16px}.landing-product .product-price{font-size:1.25rem;font-weight:700;margin-bottom:24px}.add-to-cart-btn{color:#000;border:none;border-radius:0;padding:10px 15px;font-size:12px;font-weight:400;cursor:pointer;border:1px solid #000;text-transform:uppercase}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.cart-modal-bg{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center}.all-products{margin:32px auto;max-width:900px}.all-products-list{display:flex;flex-wrap:wrap;gap:24px}.product-card{background:#fff;box-shadow:0 2px 8px #0000000f;padding:24px;min-width:300px;max-width:320px;flex:1 1 300px;display:flex;flex-direction:column;align-items:center}.product-card .product-img{width:200px;height:200px;object-fit:cover;border-radius:8px;margin-bottom:16px}.product-card .product-title{font-size:1.25rem;font-weight:600;margin-bottom:8px}.product-card .product-desc{color:#666;margin-bottom:12px}.product-card .product-price{font-size:1rem;font-weight:700;margin-bottom:16px}.cart-modal{background:#fff;border-radius:16px;padding:32px;min-width:320px;max-width:400px;position:relative;z-index:100;font-size:13px;color:#222;display:flex;flex-direction:column;height:100%}.cart-close-btn{position:absolute;top:18px;right:18px;background:none;border:none;font-size:1.5rem;color:#888;cursor:pointer;transition:color .2s}.cart-close-btn:hover{color:#222}.cart-list{list-style:none;padding:0;margin:0 0 24px;flex:1 1 auto;overflow-y:auto}.cart-bottom-section{margin-top:auto;padding-top:18px;display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;align-items:flex-start;gap:30px;margin-bottom:20px;border-bottom:1px solid #e5e5e5;padding-bottom:18px}.cart-item img{width:64px;height:64px;border-radius:10px;object-fit:cover;background:#f5f5f5;flex-shrink:0;box-shadow:none}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:6px;justify-content:flex-end}.cart-remove-link{margin-top:auto;color:#888;font-size:.95em;background:none;border:none;padding:0;cursor:pointer;text-align:left;outline:none;transition:color .2s}.cart-remove-link:hover,.cart-remove-link:focus{color:#222;text-decoration:underline}.cart-item .cart-qty-input{width:48px;margin-left:4px;border:1px solid #ddd;border-radius:6px;padding:4px 8px;font-size:13px;background:#fff;color:#222}.cart-remove-btn{background:#eee;color:#222;border:none;border-radius:6px;padding:6px 14px;margin-top:6px;cursor:pointer;font-size:13px;transition:background .2s,color .2s}.cart-remove-btn:hover{background:#f66;color:#fff}.cart-total{margin-top:18px;font-weight:600;font-size:15px;letter-spacing:.01em;color:#222}.cart-clear-btn{background:#eee;color:#222;border:none;border-radius:6px;padding:7px 18px;margin-left:8px;cursor:pointer;font-size:13px;transition:background .2s,color .2s}.cart-clear-btn:disabled{opacity:.5;cursor:not-allowed}.cart-clear-btn:hover:not(:disabled){background:#222;color:#fff}.cart-panel{position:fixed;top:0;right:0;height:100vh;width:400px;max-width:100vw;background:#eee;z-index:200;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:stretch}.cart-panel.open{transform:translate(0)}.cart-panel-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000001f;z-index:199}.header-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-center{justify-self:center}.header-left,.header-right{min-width:0}.product-page{display:flex;flex-wrap:wrap;gap:48px;width:100vw;max-width:100vw;margin:0;padding:0 0 48px;background:#fff}.product-gallery{flex:1 1 480px;min-width:320px;max-width:600px;display:flex;flex-direction:column;align-items:center;padding:48px 0 0}.product-main-img{width:100%;max-width:480px;height:480px;object-fit:cover;border-radius:12px;margin-bottom:18px;box-shadow:0 2px 12px #0000000f}.product-thumbs{display:flex;gap:12px;margin-top:8px}.product-thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:border .2s}.product-thumb.selected{border:2px solid #222}.product-info{flex:1 1 320px;min-width:320px;max-width:480px;display:flex;flex-direction:column;justify-content:flex-start;padding:64px 32px 0 0}.product-title-lg{font-size:20px;font-weight:700;margin-bottom:12px}.product-price-lg{font-size:1.3rem;font-weight:600;margin-bottom:24px}.product-sizes{margin-bottom:18px}.product-sizes-label{font-size:1rem;font-weight:500;margin-bottom:6px}.product-sizes-list{display:flex;gap:10px}.product-size-btn{background:none;border:1px solid #ccc;border-radius:0;padding:8px 18px;font-size:1rem;cursor:pointer;transition:border .2s,background .2s}.product-size-btn.selected,.product-size-btn:focus{border:2px solid #222;background:#f5f5f5}.product-material{font-size:1rem;color:#666;margin-bottom:18px}.product-desc-lg{margin-top:32px;color:#444;font-size:1.05rem;line-height:1.6}.product-image-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;margin:48px 32px 32px}.product-grid-img{width:100%;height:auto;object-fit:contain;border-radius:0;box-shadow:none;background:none}@media (max-width: 1200px){.product-image-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin:32px 16px}}@media (max-width: 700px){.product-image-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 8px}}@media (max-width: 900px){.product-page{flex-direction:column;gap:24px;padding:0 0 32px}.product-gallery,.product-info{max-width:100vw;padding:32px 0 0}}.landing-flex{display:flex;align-items:flex-start;gap:48px;width:100%;max-width:1200px;margin:0 auto;min-height:480px}.landing-carousel{flex:0 0 50vw;width:50vw;display:flex;align-items:center;justify-content:center;min-height:400px}.landing-carousel-img{width:100%;height:auto;max-width:100%;max-height:80vh;object-fit:contain;background:none;border:none;box-shadow:none;border-radius:0}.landing-info{flex:1;display:flex;flex-direction:column;justify-content:flex-start;min-width:320px}.landing-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.landing-title{margin-bottom:0;font-size:24px;font-weight:500;font-family:Garamond,serif}.landing-price{font-size:13px;font-weight:400}.landing-fabric{font-size:1rem;color:#666;margin-bottom:18px}.landing-sizes-row{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:20px}.landing-sizes{flex:1}.landing-sizes-label{font-size:1rem;font-weight:500;margin-bottom:6px}.landing-sizes-list{display:flex;gap:0}.landing-size-btn{color:#000;border:1px solid #000;border-radius:0;padding:10px 15px;font-size:12px;font-weight:400;cursor:pointer;background:#fff;text-transform:uppercase;transition:background .2s,color .2s;font-family:BR Segma,Space Grotesk,sans-serif}.landing-size-btn:not(:last-child){border-right:none}.landing-size-btn.selected,.landing-size-btn:focus{background:#000;color:#fff}.landing-selected-size{margin-top:8px;color:#444}.landing-desc{color:#444;font-size:14px;line-height:200%}.landing-desc p,ul{margin-bottom:12px}.landing-desc ul li{line-height:200%}ul{list-style-type:disc;padding-left:24px}ul li{font-size:inherit;line-height:1.6;list-style-position:outside}ul li::marker{font-size:.7em}.footer-root{background:#fff;color:#222;font-size:13px;letter-spacing:.01em;border-top:1px solid #eee}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;max-width:1600px;margin:0 auto;gap:32px;padding:30px}.footer-col{flex:1;min-width:200px}.footer-heading{font-size:18px;font-weight:400;margin-bottom:32px}.footer-input{border:none;border-bottom:1px solid #ddd;background:none;padding:8px 0;width:100%;outline:none;margin-bottom:32px}.footer-social-links,.footer-company-links{display:flex;gap:24px;flex-wrap:wrap;flex-direction:column}.footer-link{color:#222;text-decoration:none;font-weight:400;transition:color .2s}.footer-link:hover{color:#888}.footer-bottom{max-width:1600px;margin-left:auto;margin-right:auto;display:flex;align-items:center;padding:30px}.footer-copyright{color:#bbb;font-weight:400}@media (max-width: 900px){.footer-main{flex-direction:column;gap:40px;padding:16px}.footer-bottom{padding:16px}}.landing-grid{display:flex;width:100vw;min-height:100vh;align-items:stretch;position:relative;margin-left:0}.landing-images-col{flex:0 0 100vw;width:100vw;background:#fff;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0;height:auto}.landing-img-grid{width:100%;height:auto;object-fit:cover;background:none;border:none;box-shadow:none;border-radius:0}.landing-info-col{flex:1;min-width:320px;display:flex;flex-direction:column;background:#fff}.landing-info-content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;padding:32px}.landing-buy-fixed{position:fixed;right:32px;bottom:32px;width:360px;max-width:90vw;background:#fff;padding:32px;z-index:100;transition:position .2s;color:#000}.landing-buy-stuck{position:absolute!important;right:32px;bottom:32px!important;box-shadow:none;z-index:100}@media (max-width: 600px){.landing-buy-fixed{right:8px;bottom:8px;width:98vw;padding:16px;border-radius:8px}.landing-buy-stuck{right:8px;bottom:120px}}.dropdown-header{font-size:15px;font-weight:500;cursor:pointer;padding-bottom:12px;display:flex;align-items:center;justify-content:space-between;background:none;transition:color .2s}.dropdown-header.open{color:#222}.dropdown-arrow{margin-left:8px;font-size:1.2em;transition:transform .3s}.dropdown-header.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-content{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s;padding:0}.dropdown-content.open{opacity:1;padding:0;max-height:300px}.size-guide-content{font-size:1rem;color:#444;line-height:1.6}.cart-modal,.cart-item img,.cart-remove-btn,.cart-clear-btn,.cart-item .cart-qty-input,.add-to-cart-btn,.landing-buy-fixed,.landing-buy-stuck,.landing-size-btn,.footer-root,.footer-input{border-radius:0!important}.vertical-header-root{width:300px;height:100vh;display:flex;flex-direction:column;align-items:left;justify-content:space-between;position:fixed;left:0;top:0;z-index:550;padding:32px;pointer-events:none}.vertical-header-cart{position:sticky;bottom:32px;z-index:10}.vertical-header-logo{pointer-events:auto}.main-flex-layout{display:flex;flex-direction:row;width:100vw;min-height:100vh;align-items:stretch;transition:transform .3s cubic-bezier(.4,0,.2,1)}.main-flex-layout.cart-open{transform:translate(calc(-400px - 10vh))}@media (max-width: 768px){.main-flex-layout{flex-direction:column!important;width:100vw;min-height:auto}.main-flex-layout.cart-open{transform:none!important}.images-col{width:100vw!important;max-width:100vw!important;flex:none!important}.images-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important;padding:2vh 0!important;gap:2vh}.landing-img-container{height:50vh!important}.landing-img-grid{height:45vh!important;padding-left:2vh!important}.info-col{width:100vw!important;max-width:100vw!important;position:static!important;height:auto!important;flex:none!important}.landing-buy-section{padding:5vh 4vw!important}.vertical-header-root{display:none!important}.main-flex-layout{margin-left:0!important}.cart-panel{width:100vw!important;height:100vh!important;max-width:100vw!important;top:0!important;left:0!important;right:auto!important}.landing-title{font-size:20px!important}.landing-price{font-size:12px!important}.footer-main,.footer-bottom{padding:16px!important}.cart-modal{width:100%!important;max-width:none!important;min-width:auto!important;height:100vh!important;border-radius:0!important;padding:16px!important}.landing-size-btn{padding:8px 12px!important;font-size:11px!important}.add-to-cart-btn{padding:12px 20px!important;font-size:11px!important;flex-shrink:0!important}.landing-sizes-row{flex-direction:row!important;gap:12px!important;align-items:center!important}}@media (max-width: 600px){.main-flex-layout.cart-open{transform:translate(-98vw)}.vertical-header-root{width:200px!important;padding:12px!important}.landing-buy-section{padding:3vh 3vw!important}}@media (max-width: 1024px) and (min-width: 769px){.cart-button-responsive{top:24px!important;right:24px!important}.main-flex-layout.cart-open{transform:translate(calc(-350px - 8vh))!important}.cart-panel{width:350px!important}.landing-buy-section{padding:8vh!important}}.images-col,.info-col{min-width:0}.images-grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);width:100%;height:auto;gap:0;padding-top:5vh;padding-bottom:5vh}.landing-img-container{width:100%;height:90vh;display:flex;align-items:center;justify-content:left}.landing-img-grid{width:auto;height:80vh;object-fit:contain;background:none;border:none;padding-left:10vh}.info-col{flex:1 1 0;min-width:0;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.landing-info-content{padding:32px}.landing-buy-section{margin-top:auto;padding:10vh}.resizer{width:6px;background:#eee;cursor:col-resize;position:relative;z-index:10;transition:background .2s}.resizer:hover{background:#ccc}.cart-col{position:sticky;right:0;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;min-width:320px;max-width:600px;flex:none}.cart-title{font-size:15px;font-weight:400;margin-bottom:25px;color:#222}.cart-item-title{font-size:13px;font-weight:400;margin-bottom:2px;color:#222}.cart-empty{font-size:1rem;font-weight:400;color:#888;margin:24px 0;text-align:center}.cart-bottom-section button,.cart-bottom-section .checkout-btn{width:100%;border:1px #000 solid;color:#000;padding:14px 0;font-size:1rem;font-weight:400;text-transform:uppercase;cursor:pointer;margin:0;transition:background .2s,color .2s;background:#fff;font-size:13px}.cart-bottom-section button:disabled,.page-content{font-family:BR Segma,Space Grotesk,sans-serif;line-height:1.6;color:#333}.page-content h2{font-size:1rem;font-weight:400;margin-top:2rem;margin-bottom:1rem;color:#000;font-family:BR Segma,Space Grotesk,sans-serif}.page-content h3{font-size:1.25rem;font-weight:400;margin-top:1.5rem;margin-bottom:.75rem;color:#000;font-family:BR Segma,Space Grotesk,sans-serif}.page-content p{margin-bottom:1rem;font-size:1rem;line-height:1.6}.page-content ul,.page-content ol{margin-bottom:1rem;margin-left:2rem}.page-content ul li,.page-content ol li{margin-bottom:.5rem;line-height:1.6}.page-content strong{font-weight:500;color:#000}.page-content a{color:#000;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.page-content a:hover{color:#666}.page-content blockquote{border-left:3px solid #eee;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#666}.page-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.page-content th,.page-content td{padding:.75rem;text-align:left;border-bottom:1px solid #eee}.page-content th{font-weight:500;color:#000;background-color:#f9f9f9}@media (max-width: 768px){.page-content h2{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.page-content h3{font-size:1.1rem;margin-top:1.25rem;margin-bottom:.5rem}.page-content p{font-size:.95rem;margin-bottom:.875rem}.page-content ul,.page-content ol{margin-left:1.5rem}.page-content ul li,.page-content ol li{margin-bottom:.375rem}}.cart-bottom-section .checkout-btn:disabled{opacity:.5;cursor:not-allowed}
