.collection-grid-custom{gap:30px 20px}.coll-product-card{position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}.coll-image-wrapper{position:relative;overflow:hidden;background:#5a5a5a}.coll-image-wrapper img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.coll-product-link{display:block;width:100%;height:100%;position:relative}.coll-image-primary{transition:opacity .3s ease,transform .3s ease}.coll-image-secondary{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.coll-product-card:hover .coll-image-primary{transform:scale(1.05)}.coll-product-card:hover .coll-image-secondary{opacity:1}.coll-badge-sale{position:absolute;top:16px;right:16px;padding:8px 18px;font-size:11px;font-weight:700;text-transform:uppercase;z-index:2;letter-spacing:1px;background:#c00;color:#fff}.coll-qv-button{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#fff;color:#000;border:1px solid #000;padding:14px 40px;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;opacity:0;transition:opacity .3s ease,background .3s ease;z-index:3;white-space:nowrap;text-transform:uppercase}.coll-product-card:hover .coll-qv-button{opacity:1}.coll-qv-button:hover{background:#000;color:#fff;border-color:#000}.coll-product-info{padding:24px 12px 20px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.coll-product-title{margin:0 0 10px;font-size:16px;font-weight:500;text-transform:uppercase;letter-spacing:1px;line-height:1.4;min-height:36px}.coll-product-title a{color:#000;text-decoration:none;transition:color .3s ease}.coll-product-title a:hover{color:#000}.coll-product-price{font-size:16px;font-weight:400;color:#000}.coll-price-compare{text-decoration:line-through;color:#999;margin-right:8px;font-size:15px}.coll-price-sale{color:#c00;font-weight:600}.coll-price-regular{color:#000;font-weight:400}.coll-qv-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999}.coll-qv-modal.active{display:block!important}.coll-qv-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000;z-index:999998;transition:background .3s ease;cursor:pointer}.coll-qv-modal.active .coll-qv-overlay{background:#000000bf}.coll-qv-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#fff;width:90%;max-width:900px;max-height:85vh;overflow-y:auto;z-index:999999;box-shadow:0 10px 40px #0000004d;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.coll-qv-modal.active .coll-qv-content{transform:translate(-50%,-50%) scale(1);opacity:1}.coll-qv-close{position:absolute;top:15px;right:15px;background:#fff;border:none;font-size:36px;cursor:pointer;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1000000;transition:background .3s ease;line-height:1;color:#000;font-weight:300}.coll-qv-close:hover{background:#000;color:#fff}.coll-qv-body{padding:50px 40px 40px;min-height:200px}.coll-qv-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.coll-qv-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:collSpin .8s linear infinite}@keyframes collSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.coll-qv-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.coll-qv-images{position:sticky;top:20px}.coll-qv-main-img{aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;margin-bottom:16px;position:relative}.coll-qv-main-img img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.coll-qv-main-img img.loaded{opacity:1}.coll-qv-img-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;animation:collSpin .8s linear infinite}.coll-qv-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.coll-qv-thumb{aspect-ratio:1;border:2px solid transparent;cursor:pointer;background:#f5f5f5;padding:0;overflow:hidden;transition:border-color .3s}.coll-qv-thumb.active{border-color:#000}.coll-qv-thumb img{width:100%;height:100%;object-fit:cover}.coll-qv-info{display:flex;flex-direction:column;gap:24px}.coll-qv-title{font-size:26px;font-weight:600;margin:0;line-height:1.3;color:#000;text-transform:uppercase;letter-spacing:.5px}.coll-qv-price-display{display:flex;align-items:center;gap:12px;font-size:22px}.coll-qv-form{display:flex;flex-direction:column;gap:20px}.coll-qv-qty-row{display:flex;align-items:center;gap:15px}.coll-qv-qty-row label{font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.coll-qv-qty-box{display:flex;align-items:center;border:1px solid #ddd}.coll-qv-qty-btn{width:44px;height:44px;border:none;background:#fff;cursor:pointer;font-size:20px;transition:background .3s}.coll-qv-qty-btn:hover{background:#f5f5f5}.coll-qv-qty-input{width:60px;height:44px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:16px}.coll-qv-actions{display:flex;flex-direction:column;gap:14px}.coll-qv-add-btn{width:100%;padding:18px 32px;background:#000;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s;text-transform:uppercase;letter-spacing:1.5px}.coll-qv-add-btn:hover:not(:disabled){background:#000}.coll-qv-add-btn:disabled{background:#ccc;cursor:not-allowed}.coll-qv-view-link{text-align:center;padding:12px;color:#000;text-decoration:none;font-size:13px;border:1px solid #ddd;transition:all .3s;text-transform:uppercase;letter-spacing:1px;font-weight:500;display:block}.coll-qv-view-link:hover{background:#f5f5f5;border-color:#000}.coll-qv-button:focus,.coll-qv-close:focus,.coll-qv-thumb:focus,.coll-qv-qty-btn:focus,.coll-qv-add-btn:focus{outline:none!important;box-shadow:none!important}@media screen and (max-width:989px){.coll-qv-grid{grid-template-columns:1fr;gap:30px}.coll-qv-body{padding:40px 30px 30px}.coll-qv-title{font-size:22px}.coll-qv-images{position:static}}@media screen and (max-width:749px){.collection-grid-custom{gap:20px 16px}.coll-qv-button{font-size:11px;padding:12px 28px;bottom:16px}.coll-product-info{padding:20px 10px 16px}.coll-product-title{font-size:12px;min-height:32px}.coll-product-price{font-size:14px}.coll-qv-body{padding:30px 20px 20px}.coll-qv-close{top:10px;right:10px;width:40px;height:40px;font-size:32px}.coll-qv-content{width:95%}.coll-qv-grid{gap:25px}.coll-qv-title{font-size:20px}.coll-qv-price-display{font-size:18px}}.product-carousel-wrapper{position:relative;overflow:hidden}.carousel-title{text-align:center;margin:0 0 40px;font-size:40px;font-family:LouisVuitton-Regular;font-weight:var(--font-heading-weight);letter-spacing:calc(var(--font-heading-scale) * .06rem);line-height:calc(1 + .3/max(1,var(--font-heading-scale)));word-break:break-word}.product-carousel-container{position:relative;padding:0 60px}.product-carousel{overflow:hidden;position:relative}.carousel-track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);gap:20px}.carousel-item{flex:0 0 auto;min-width:0}.product-image-primary{transition:none}.product-badge{position:absolute;top:16px;right:16px;padding:8px 18px;font-size:11px;font-weight:700;text-transform:uppercase;z-index:2;letter-spacing:1px}.new-badge{background:#000;color:#fff}.carousel-nav{position:absolute;top:40%;transform:translateY(-50%);background:#fffffff2;border:1px solid #ddd;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.carousel-nav:hover{background:#fff;box-shadow:0 4px 15px #00000026;border-color:#999}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}.carousel-prev{left:0}.carousel-next{right:0}.carousel-nav svg{width:24px;height:24px;color:#000}.qv-view-link{text-align:center;padding:12px;color:#000;text-decoration:none;font-size:16px;border:1px solid #ddd;transition:all .3s;text-transform:uppercase;letter-spacing:1px;font-weight:500;display:block}@media screen and (max-width:989px){.product-carousel-container{padding:0 50px}.carousel-title{font-size:28px;margin-bottom:30px}.carousel-nav{width:44px;height:44px}.qv-grid{grid-template-columns:1fr;gap:30px}.qv-body{padding:40px 30px 30px}.qv-title{font-size:22px}.qv-images{position:static}}@media screen and (max-width:749px){.product-carousel-container{padding:0 40px}.carousel-title{font-size:24px;margin-bottom:24px}.carousel-track{gap:16px}.quick-view-trigger{font-size:11px;padding:12px 28px;bottom:16px}.product-info{padding:20px 10px 16px}.product-title{font-size:12px;min-height:32px}.product-price{font-size:14px}.qv-body{padding:30px 20px 20px}.qv-close{top:10px;right:10px;width:40px;height:40px;font-size:32px}.qv-content{width:95%}.qv-grid{gap:25px}.qv-title{font-size:20px}.qv-price{font-size:18px}}*:focus-visible{outline:none!important;outline-offset:0!important;box-shadow:none!important}@media screen and (max-width:480px){.product-carousel-container{padding:0 35px}.carousel-nav{width:38px;height:38px}.carousel-nav svg{width:20px;height:20px}.product-badge{top:12px;right:12px;padding:6px 14px;font-size:10px}}.related-products-wrapper{position:relative;overflow:hidden}.page-width{max-width:1400px;margin:0 auto;padding:0 20px}.related-title{text-align:center;margin:0 0 40px;font-size:40px;font-family:LouisVuitton-Regular;font-weight:var(--font-heading-weight);letter-spacing:calc(var(--font-heading-scale) * .06rem);line-height:calc(1 + .3/max(1,var(--font-heading-scale)));word-break:break-word}.related-carousel-container{position:relative;padding:0 60px}.related-carousel{overflow:hidden;position:relative}.related-track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);gap:20px}.related-item{flex:0 0 auto;min-width:0}.product-card{position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column}.product-image-wrapper{position:relative;overflow:hidden;background:#5a5a5a;min-height:450px}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.product-link{display:block;width:100%;height:100%;position:relative}.product-image-secondary{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.product-card:hover .product-image-primary{transform:scale(1.05)}.product-card:hover .product-image-secondary{opacity:1}.quick-view-trigger{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#fff;color:#000;border:1px solid #000;padding:14px 40px;font-size:12px;font-weight:600;letter-spacing:1.5px;cursor:pointer;opacity:0;transition:opacity .3s ease,background .3s ease;z-index:3;white-space:nowrap;text-transform:uppercase}.product-card:hover .quick-view-trigger{opacity:1}.quick-view-trigger:hover{background:#000;color:#fff;border:1px solid #000}.product-info{padding:24px 12px 20px;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.product-title{margin:0 0 10px;font-size:16px;font-weight:500;text-transform:uppercase;letter-spacing:1px;line-height:1.4;min-height:36px}.product-title a{color:#000;text-decoration:none;transition:color .3s ease}.product-title a:hover{color:#000}.product-price{font-size:16px;font-weight:400;color:#000}.price-compare{text-decoration:line-through;color:#999;margin-right:8px;font-size:15px}.price-sale{color:#c00;font-weight:600}.price-regular{color:#000;font-weight:400}.related-nav{position:absolute;top:40%;transform:translateY(-50%);background:#fffffff2;border:1px solid #ddd;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.related-nav:hover{background:#fff;box-shadow:0 4px 15px #00000026;border-color:#999}.related-nav:disabled{opacity:.3;cursor:not-allowed}.related-prev{left:0}.related-next{right:0}.related-nav svg{width:24px;height:24px;color:#000}.no-related{text-align:center;padding:40px 20px;color:#666;font-size:16px}.qv-modal-container{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999}.qv-modal-container.qv-active{display:block!important}.qv-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000;z-index:999998;transition:background .3s ease;cursor:pointer}.qv-modal-container.qv-active .qv-overlay{background:#000000bf}.qv-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#fff;width:90%;max-width:900px;max-height:85vh;overflow-y:auto;z-index:999999;box-shadow:0 10px 40px #0000004d;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.qv-modal-container.qv-active .qv-content{transform:translate(-50%,-50%) scale(1);opacity:1}.qv-close{position:absolute;top:15px;right:15px;background:#fff;border:none;font-size:36px;cursor:pointer;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1000000;transition:background .3s ease;line-height:1;color:#000;font-weight:300}.qv-close:hover{background:#000;color:#fff}.qv-body{padding:50px 40px 40px;min-height:200px}.qv-loading-state{display:flex;align-items:center;justify-content:center;min-height:300px}.qv-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #000;border-radius:50%;animation:qvSpin .8s linear infinite}@keyframes qvSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.qv-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.qv-images{position:sticky;top:20px}.qv-main-img{aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;margin-bottom:16px;position:relative}.qv-main-img img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.qv-main-img img.loaded{opacity:1}.qv-main-img .qv-img-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;animation:qvSpin .8s linear infinite}.qv-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.qv-thumb{aspect-ratio:1;border:2px solid transparent;cursor:pointer;background:#f5f5f5;padding:0;overflow:hidden;transition:border-color .3s}.qv-thumb.active{border-color:#000}.qv-thumb img{width:100%;height:100%;object-fit:cover}.qv-details{display:flex;flex-direction:column;gap:24px}.qv-title{font-size:26px;font-weight:600;margin:0;line-height:1.3;color:#000;text-transform:uppercase;letter-spacing:.5px}.qv-price{display:flex;align-items:center;gap:12px;font-size:22px}.qv-form{display:flex;flex-direction:column;gap:20px}.qv-qty-wrap{display:flex;align-items:center;gap:15px}.qv-qty-wrap label{font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.qv-qty{display:flex;align-items:center;border:1px solid #ddd}.qv-qty-btn{width:44px;height:44px;border:none;background:#fff;cursor:pointer;font-size:20px;transition:background .3s}.qv-qty-btn:hover{background:#f5f5f5}.qv-qty-input{width:60px;height:44px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:16px}.qv-buttons{display:flex;flex-direction:column;gap:14px}.qv-add-btn{width:100%;padding:18px 32px;background:#000;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s;text-transform:uppercase;letter-spacing:1.5px}.qv-add-btn:hover:not(:disabled){background:#000}.qv-title:hover{color:#000}.qv-add-btn:disabled{background:#ccc;cursor:not-allowed}.qv-view-link{text-align:center;padding:12px;color:#000;text-decoration:none;font-size:13px;border:1px solid #ddd;transition:all .3s;text-transform:uppercase;letter-spacing:1px;font-weight:500;display:block}.qv-view-link:hover{background:#f5f5f5;border-color:#000}*:focus,*:focus-visible,button:focus,a:focus,input:focus,.qv-thumb:focus,.quick-view-trigger:focus,.related-nav:focus{outline:none!important;outline-offset:0!important;box-shadow:none!important}@media screen and (max-width:989px){.related-carousel-container{padding:0 50px}.related-title{font-size:28px;margin-bottom:30px}.related-nav{width:44px;height:44px}.qv-grid{grid-template-columns:1fr;gap:30px}.qv-body{padding:40px 30px 30px}.qv-title{font-size:22px}.qv-images{position:static}}@media screen and (max-width:749px){.related-carousel-container{padding:0 40px}.related-title{font-size:24px;margin-bottom:24px}.related-track{gap:16px}.quick-view-trigger{font-size:11px;padding:12px 28px;bottom:16px}.product-info{padding:20px 10px 16px}.product-title{font-size:12px;min-height:32px}.product-price{font-size:14px}.qv-body{padding:30px 20px 20px}.qv-close{top:10px;right:10px;width:40px;height:40px;font-size:32px}.qv-content{width:95%}.qv-grid{gap:25px}.qv-title{font-size:20px}.qv-price{font-size:18px}}@media screen and (max-width:480px){.related-carousel-container{padding:0 35px}.related-nav{width:38px;height:38px}.related-nav svg{width:20px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
