.custom-product-page{--bg-page: #000000;--bg-card: #1a1a1a;--bg-elevated: #2a2a2a;--bg-input: rgba(255, 255, 255, .05);--text-primary: #ffffff;--text-muted: rgba(255, 255, 255, .7);--text-subtle: rgba(255, 255, 255, .5);--border-subtle: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .2);--accent-gold: #d4af37;--accent-green: #10b981;--accent-red: #ef4444;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);background-color:var(--bg-page);color:var(--text-primary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-product-page #header-group,.custom-product-page #shopify-section-footer-group,.custom-product-page .shopify-section-group-header-group,.custom-product-page .shopify-section-group-footer-group{display:none!important}.product-exclusive-badge{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#d4af371a,#d4af370d);border-bottom:1px solid rgba(212,175,55,.2);font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-gold)}.product-exclusive-badge svg{width:16px;height:16px}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1400px;margin:0 auto;padding:48px 24px}@media (max-width: 900px){.product-main{grid-template-columns:1fr;gap:32px;padding:24px 16px}}.product-gallery{position:sticky;top:24px;height:fit-content}@media (max-width: 900px){.product-gallery{position:relative;top:0}}.product-gallery__main{position:relative;width:100%;border-radius:16px;overflow:hidden;margin-bottom:12px}.product-gallery__main-image{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block;cursor:zoom-in;transition:transform .3s ease}.product-gallery__main-image:hover{transform:scale(1.02)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:center;justify-content:center;background:#000000f2;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox.is-open{opacity:1;visibility:visible}.lightbox__close{position:absolute;top:20px;right:20px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;z-index:10}.lightbox__close:hover{background:#fff3;transform:scale(1.1)}.lightbox__content{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox__image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px;opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease}.lightbox.is-open .lightbox__image{opacity:1;transform:scale(1)}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;z-index:10}.lightbox__nav:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.lightbox__nav--prev{left:20px}.lightbox__nav--next{right:20px}.lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);font-size:.9rem;color:#ffffffb3;z-index:10}@media (max-width: 768px){.lightbox__nav{width:44px;height:44px}.lightbox__nav--prev{left:10px}.lightbox__nav--next{right:10px}.lightbox__close{top:10px;right:10px;width:40px;height:40px}}.product-gallery__thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:80px;height:80px;background:var(--bg-card);border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:border-color .2s ease}.product-gallery__thumb.is-active{border-color:var(--text-primary)}.product-gallery__thumb:hover{border-color:var(--border-hover)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-info{display:flex;flex-direction:column;gap:24px}.product-info__header{display:flex;flex-direction:column;gap:8px}.product-info__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:300;letter-spacing:-.02em;line-height:1.2;margin:0}.product-info__price{display:flex;align-items:baseline;gap:12px}.product-info__price-current{font-size:1.5rem;font-weight:600}.product-info__price-compare{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.product-info__price-badge{font-size:.75rem;font-weight:600;padding:4px 10px;background:var(--accent-gold);color:#000;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}.product-info__tagline{font-size:1.1rem;color:var(--text-muted);margin:0;font-weight:400}.product-info__shipping-date{font-size:.85rem;color:var(--accent-gold);margin:8px 0 0;font-weight:500}.product-basket{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;overflow:hidden}.product-basket__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle)}.product-basket__title{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;margin:0}.product-basket__count{font-size:.75rem;font-weight:500;padding:2px 8px;background:var(--text-primary);color:var(--bg-page);border-radius:100px}.product-basket__items{max-height:200px;overflow-y:auto}.product-basket__item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border-subtle)}.product-basket__item:last-child{border-bottom:none}.product-basket__item-size{font-weight:500;min-width:60px}.product-basket__item-qty{display:flex;align-items:center;gap:8px}.product-basket__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:6px;color:var(--text-primary);font-size:1rem;cursor:pointer;transition:all .2s ease}.product-basket__qty-btn:hover{background:var(--border-hover)}.product-basket__qty-value{min-width:24px;text-align:center;font-weight:500}.product-basket__item-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted);cursor:pointer;transition:color .2s ease}.product-basket__item-remove:hover{color:var(--accent-red)}.product-basket__empty{padding:24px 20px;text-align:center;color:var(--text-muted);font-size:.9rem}.product-basket__subtotal{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--bg-elevated);border-top:1px solid var(--border-subtle);font-weight:600}.product-sizes{display:flex;flex-direction:column;gap:12px}.product-sizes__label{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.product-sizes__options{display:flex;flex-wrap:wrap;gap:8px}.product-sizes__btn{min-width:48px;padding:12px 16px;background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:8px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product-sizes__btn:hover{border-color:var(--border-hover);background:var(--border-subtle)}.product-sizes__btn.is-selected{border-color:var(--text-primary);background:var(--text-primary);color:var(--bg-page)}.product-sizes__btn:disabled{opacity:.4;cursor:not-allowed;position:relative}.product-sizes__btn--sold-out{flex-direction:column;gap:2px;padding:8px 12px}.product-sizes__sold-out-label{display:block;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-red);opacity:1}.product-sizes__chart-link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease}.product-sizes__chart-link:hover{color:var(--text-primary)}.product-actions{display:flex;flex-direction:column;gap:12px}.product-actions__add{width:100%;padding:16px 24px;background:transparent;border:2px solid var(--text-primary);border-radius:12px;color:var(--text-primary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.product-actions__add:hover:not(:disabled){background:var(--text-primary);color:var(--bg-page)}.product-actions__add:disabled{opacity:.3;cursor:not-allowed;border-color:var(--border-subtle)}.product-actions__buy{width:100%;padding:18px 24px;background:var(--text-primary);border:none;border-radius:12px;color:var(--bg-page);font-size:1.1rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:all .3s ease}.product-actions__buy:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #ffffff40}.product-actions__buy:disabled{opacity:.3;cursor:not-allowed;transform:none;box-shadow:none}.product-trust{display:flex;flex-wrap:wrap;gap:16px;padding-top:16px;border-top:1px solid var(--border-subtle)}.product-trust__item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-muted);text-decoration:none}.product-trust__item svg{width:18px;height:18px;color:var(--accent-green)}.product-trust__item--link{cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.product-trust__item--link:hover{color:var(--text-primary)}.returns-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.returns-modal.is-open{opacity:1;visibility:visible}.returns-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:-1}.returns-modal__content{position:relative;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;padding:32px;transform:scale(.95);opacity:0;transition:transform .3s ease,opacity .3s ease}.returns-modal.is-open .returns-modal__content{transform:scale(1);opacity:1}.returns-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted);cursor:pointer;border-radius:50%;transition:all .2s ease}.returns-modal__close:hover{background:var(--border-subtle);color:var(--text-primary)}.returns-modal__title{font-size:1.5rem;font-weight:300;margin:0 0 24px}.returns-modal__body{display:flex;flex-direction:column;gap:20px}.returns-section h3{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;color:var(--text-primary)}.returns-section p{font-size:.9rem;line-height:1.6;color:var(--text-muted);margin:0 0 8px}.returns-section p:last-child{margin-bottom:0}.returns-section ul{margin:8px 0;padding-left:20px;color:var(--text-muted);font-size:.9rem;line-height:1.6}.returns-section li{margin-bottom:4px}.returns-section a{color:var(--accent-gold);text-decoration:underline;text-underline-offset:2px}.returns-section a:hover{color:#fff}.returns-section--highlight{padding:16px;background:var(--bg-elevated);border-radius:12px;text-align:center}.returns-section--highlight p{margin:0}.size-chart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.size-chart-modal.is-open{opacity:1;visibility:visible}.size-chart-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:-1}.size-chart-modal__content{position:relative;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:20px;padding:32px;transform:scale(.95);opacity:0;transition:transform .3s ease,opacity .3s ease}.size-chart-modal.is-open .size-chart-modal__content{transform:scale(1);opacity:1}.size-chart-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted);cursor:pointer;border-radius:50%;transition:all .2s ease}.size-chart-modal__close:hover{background:var(--border-subtle);color:var(--text-primary)}.size-chart-modal__title{font-size:1.5rem;font-weight:300;margin:0 0 24px}.size-chart-scroll{overflow-x:auto;margin:0 -16px;padding:0 16px}.size-chart-table{width:100%;min-width:500px;border-collapse:collapse}.size-chart-table th,.size-chart-table td{padding:12px 10px;text-align:center;border-bottom:1px solid var(--border-subtle);font-size:.85rem;white-space:nowrap}.size-chart-table th{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background:var(--bg-elevated);vertical-align:bottom;line-height:1.3}.size-chart-table th small{font-weight:400;opacity:.7;text-transform:none;letter-spacing:0}.size-chart-table th:first-child,.size-chart-table td:first-child{text-align:left;font-weight:600}.size-chart-table tbody tr:hover{background:var(--bg-elevated)}.size-chart-modal__tip{margin-top:20px;padding:16px;background:var(--bg-elevated);border-radius:12px;font-size:.85rem;color:var(--text-muted)}.size-chart-modal__tip strong{color:var(--text-primary)}.sticky-buy-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px 24px;background:#1a1a1af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-subtle);transform:translateY(100%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.sticky-buy-bar.is-visible{transform:translateY(0)}.sticky-buy-bar__content{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:600px}.sticky-buy-bar__info{display:flex;align-items:center;gap:12px}.sticky-buy-bar__thumb{width:48px;height:48px;background:var(--bg-elevated);border-radius:8px;overflow:hidden}.sticky-buy-bar__thumb img{width:100%;height:100%;object-fit:contain}.sticky-buy-bar__details{display:flex;flex-direction:column;gap:2px}.sticky-buy-bar__title{font-size:.9rem;font-weight:500}.sticky-buy-bar__summary{font-size:.8rem;color:var(--text-muted)}.sticky-buy-bar__btn{display:flex;align-items:center;gap:8px;padding:14px 24px;background:var(--text-primary);border:none;border-radius:100px;color:var(--bg-page);font-size:.9rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.sticky-buy-bar__btn:hover{transform:scale(1.02)}.sticky-buy-bar__btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 500px){.sticky-buy-bar__content{gap:12px}.sticky-buy-bar__thumb{display:none}.sticky-buy-bar__btn{padding:12px 20px}}.custom-product-page{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.custom-product-page::-webkit-scrollbar{width:8px}.custom-product-page::-webkit-scrollbar-track{background:transparent}.custom-product-page::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}.product-actions__buy.is-loading{pointer-events:none}.product-actions__buy.is-loading:after{content:"";display:inline-block;width:16px;height:16px;margin-left:8px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bespoke-product-page{background:#050505;color:#fff;min-height:100vh;font-family:Inter,sans-serif;padding-top:80px}.bespoke-container{display:flex;max-width:1400px;margin:0 auto;min-height:calc(100vh - 80px)}@media (max-width: 900px){.bespoke-container{flex-direction:column}}.bespoke-gallery{flex:1.2;position:relative;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}.bespoke-gallery__main img{width:100%;max-width:600px;height:auto;object-fit:contain;transition:opacity .3s ease}.bespoke-gallery__thumbs{display:flex;gap:12px;margin-top:30px;overflow-x:auto;padding-bottom:10px}.bespoke-thumb{width:60px;height:60px;border:1px solid rgba(255,255,255,.1);background:transparent;padding:0;cursor:pointer;opacity:.5;transition:all .2s ease}.bespoke-thumb.is-active,.bespoke-thumb:hover{opacity:1;border-color:#fff}.bespoke-thumb img{width:100%;height:100%;object-fit:cover}.bespoke-config{flex:.8;background:#0a0a0a;padding:60px;display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.bespoke-config{padding:30px 20px}}.bespoke-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#e8d5a3;margin-bottom:16px;display:block}.bespoke-title{font-size:2.5rem;font-weight:300;margin:0 0 16px;letter-spacing:-.02em}.bespoke-price{font-size:1.5rem;margin-bottom:30px;color:#fffc}.bespoke-description{opacity:.6;line-height:1.6;margin-bottom:48px;font-size:.95rem;max-width:500px}.bespoke-controls{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.bespoke-field-group{display:flex;flex-direction:column;gap:8px}.bespoke-split-row{display:flex;gap:20px}.bespoke-label-small{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#fff6}.bespoke-select-wrapper{position:relative}.bespoke-select,.bespoke-input{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);color:#fff;padding:16px;font-size:1rem;border-radius:4px;-webkit-appearance:none;appearance:none;transition:all .3s ease}.bespoke-select:focus,.bespoke-input:focus{outline:none;border-color:#e8d5a3;background:#ffffff0d}.bespoke-select.is-selected{border-color:#fff6}.bespoke-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;opacity:.5;pointer-events:none}.bespoke-size-grid{display:flex;flex-wrap:wrap;gap:8px}.bespoke-size-option{flex:1;min-width:50px;text-align:center;border:1px solid rgba(255,255,255,.1);padding:14px 0;cursor:pointer;transition:all .2s ease}.bespoke-size-option:hover{background:#ffffff0d}.bespoke-size-option input:checked+span{color:#000}.bespoke-size-option:has(input:checked){background:#fff;border-color:#fff}.bespoke-size-option.is-disabled{opacity:.3;cursor:not-allowed;text-decoration:line-through}.bespoke-submit{width:100%;padding:20px;background:#e8d5a3;color:#000;border:none;font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;display:flex;justify-content:space-between;transition:transform .2s ease,background .2s ease}.bespoke-submit:hover{background:#d4c08b;transform:translateY(-2px)}.bespoke-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:24px}.bespoke-footer p{font-size:.8rem;opacity:.4;margin:0}
/*# sourceMappingURL=/cdn/shop/t/6/assets/custom-product.css.map */
