.product-page-wrapper{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;background-color:#ededed}.product-page-wrapper--vintage{background-color:#f0e8d8}.product-info-column{grid-column:4;position:sticky;top:var(--header-height);align-self:stretch;background-color:#fff;outline:1px solid black;overflow-y:auto;overflow-x:hidden;padding:.75em}.images{grid-column:1 / 4;align-self:stretch;display:grid;grid-template-columns:1fr 1fr 1fr;align-content:start;background-color:#fff}.images--vintage{background-image:url(vintage_background.svg);background-size:33.333% auto;background-repeat:repeat}.images--badmon{background-image:url(badmon.jpg);background-size:33.333% auto;background-repeat:repeat}.images>*{aspect-ratio:4 / 5}.images>*:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:unset}.images--two>*:first-child{grid-column:1 / 3;grid-row:1 / 3}.images--two>*:not(:first-child){grid-column:3;grid-row:1;aspect-ratio:4 / 5}.images--two:after{content:"";grid-column:3;grid-row:2;aspect-ratio:4 / 5}.product-image-column{outline:1px solid black;width:100%;display:flex;justify-content:center;align-items:center;background-color:#ededed}.product-page-wrapper{position:relative;z-index:0}.product-page-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;--cols: 4;--colw: calc(100% / var(--cols));background-image:linear-gradient(to right,rgba(0,0,0,.15) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.15) 1px,transparent 1px);background-size:25vw 31.25vw;background-position:0 0;background-repeat:repeat}.product-image-column>.product-title.thermo-title{position:absolute;text-align:left;top:0;left:0;font-size:100px;padding:var(--header-height) 0;margin-top:-.075em;text-wrap:wrap;width:50%;z-index:0;pointer-events:none}#main-product-image{position:relative;z-index:1}.thumbnail-container{width:100%;display:block;background-color:#ededed;outline:1px solid black;position:relative;cursor:pointer}.thumbnail-container>img{width:100%;height:100%;object-fit:cover;cursor:pointer}.badmon_background>img{object-fit:contain}.thumbnail-container:after{content:"Click to view";position:absolute;bottom:.4em;left:.5em;font-size:.55rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;font-family:Courier New,monospace;opacity:0;transition:opacity .2s ease;pointer-events:none}.thumbnail-container:hover:after{opacity:1}.product-info-column>.product-title{display:none;font-size:3.5rem;margin-bottom:.5rem}.brand-row{display:flex;justify-content:space-between;align-items:center;margin-top:0}.product-info-column .wishlist-btn{width:100%;display:block;text-align:center;font-family:ThermoTTTrial-Alpha,sans-serif;font-size:68px;font-weight:400;line-height:.825;text-transform:uppercase;padding-top:.025em;padding-bottom:.025em;border:none;border-radius:0;background-color:#ededed;color:#000;cursor:pointer;margin-top:0;margin-bottom:var(--unit);transition:color .15s,background-color .15s}.product-info-column .wishlist-heart{font-size:.3em;line-height:1}.product-info-column .wishlist-btn:hover{background-color:#000;color:#ededed}.product-info-column .wishlist-btn.is-wishlisted{color:#e04040}.cart-buttons{padding-left:0;padding-right:0}.cart-buttons>*{font-size:68px;border-width:0px}.product-description{padding-top:.5em;padding-bottom:.5em}.product-stickers{display:grid;flex-wrap:wrap;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;background-color:#ededed}.product-stickers a{display:inline-block;pointer-events:auto;cursor:pointer;text-decoration:none;width:auto;height:auto}.product-stickers .sticker{transform:scale(1.3);transition:transform .2s ease;pointer-events:auto}.product-stickers .sticker:hover{transform:scale(1.05)}.product-color{display:flex;flex-direction:column;align-items:flex-start;padding-left:0;padding-right:0;align-items:start;justify-content:start;width:auto}.product-color>*{width:auto}.swatch{width:100%;height:28px;border:1px solid #333}.option-value{font-family:ThermoTTTrial-Alpha,sans-serif;font-size:26px;text-transform:uppercase;width:auto;padding-left:.125em;padding-right:.125em;--block-passive-back: #000000;--block-passive-front: var(--silver)}.option-value:hover{width:auto}.visually-hidden{position:absolute;opacity:0;pointer-events:none;height:0;width:0}.product-options .option-group{margin-bottom:1rem}.option-values{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;padding-left:0;padding-right:0;align-items:start;justify-content:start}.size-letter{font-family:ThermoTTTrial-Alpha,sans-serif;font-size:26px;line-height:90%;text-transform:uppercase;background-color:#ededed;width:auto;padding-left:.125em;padding-right:.125em}.size-letter:hover{width:auto}.size-letter.selected,input[type=radio]:checked+.size-letter{color:var(--block-active-front);background-color:var(--block-active-back)}.product-stickers .sticker{display:inline-block;transform-origin:50% 50%;--tilt-rotate: 0deg;--hover-scale: 1;transform:rotate(var(--tilt-rotate)) scale(var(--hover-scale));transition:transform .15s ease}.product-stickers .sticker:hover{--hover-scale: 1.05}.bloc-info-menu{margin-top:1rem}.bloc-info-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.bloc-info-tab{background:transparent;border:none;padding:.25rem 0;font:inherit;cursor:pointer;position:relative;letter-spacing:.02em}.bloc-info-tab:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:transparent;transition:background .2s ease,height .2s ease}.bloc-info-tab:hover:after{background:currentColor}.bloc-info-tab.active:after{background:currentColor;height:2px}.bloc-info-panels{padding-top:.75rem}.bloc-info-panel[hidden]{display:none}.bloc-info-menu .bloc-info-panel ul{list-style:none;padding-left:1.2em}.bloc-info-menu .bloc-info-panel ul>li+li{margin-top:.35em}.vintage-badge{color:red;margin-top:.1em}.limited-badge{color:#00c94f;animation:limited-blink 1.2s step-start infinite;margin-top:.1em}.badmon-badge{color:#ff6b00;margin-top:.1em}.low-stock-badge{color:#e53935;margin-top:.1em}.product-trust-line{font-size:.75rem;color:#555;margin:.25em 0 0;letter-spacing:.04em}.qty-btn{background:none;border:none;width:2rem;height:2rem;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:background .12s ease;font-family:ThermoTTTrial-Alpha,sans-serif;text-transform:uppercase}.qty-btn:hover:not(:disabled){background:#000;color:#ededed}.qty-btn:disabled{opacity:.2;cursor:default}.qty-input{width:2.5rem;height:2rem;text-align:center;border:none;background:transparent;font-family:ThermoTTTrial-Alpha,sans-serif;font-size:20px;color:#000;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-qty-selector{display:flex;align-items:center;gap:0;width:fit-content;margin-bottom:var(--unit)}.product-info-column hr{margin:0}.size-stock-hint{font-family:Typewriter,sans-serif;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;color:#c00;margin:.25em 0 0}.cart-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#000000e0;color:#ededed;font-family:Typewriter,sans-serif;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;padding:.75em 1.4em;white-space:nowrap;z-index:2100;opacity:0;transition:opacity .3s ease;pointer-events:auto}.cart-toast.visible{opacity:1}.cart-toast__link{color:#ededed;text-decoration:underline}.cart-toast--error{background:#b40000eb}.img-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#000000bf;color:#ededed;font-family:Typewriter,sans-serif;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;padding:.6em 1.2em;white-space:nowrap;z-index:2100;opacity:0;transition:opacity .4s ease;pointer-events:none}.img-toast.visible{opacity:1}@media screen and (max-width:1280px){.images{grid-column:1 / 3;grid-template-columns:1fr 1fr}.images--vintage,.images--badmon{background-size:50% auto}.product-info-column{grid-column:3 / 5}.images--two>*:not(:first-child){grid-column:span 2;grid-row:auto;aspect-ratio:4 / 5}.images--two:after{display:none}}@media screen and (max-width:640px){.product-page-wrapper{grid-template-columns:1fr}.product-page-wrapper:before{--cols: 2;background-size:50vw 62.5vw}.images{grid-column:1;grid-template-columns:1fr 1fr}.images--two>*:not(:first-child){grid-column:span 2;grid-row:auto;aspect-ratio:4 / 5}.images--two:after{display:none}.product-image-column{display:flex;align-items:center;justify-content:center}.product-info-column{grid-column:1;position:static;top:auto;overflow:visible;height:auto}.thumbnail-container{width:100%;height:auto}.product-image-column>.product-title.thermo-title{width:100%}.add-to-cart{font-size:60px!important}}.add-to-cart.is-disabled{opacity:.45;pointer-events:none}.btn-disabled{opacity:.5;pointer-events:none}.related-products{padding:48px 0;max-width:unset;margin:0;background-color:#fff;position:relative;z-index:0;outline:1px solid black}.related-products:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;--cols: 4;--colw: calc(100% / var(--cols));background-image:linear-gradient(to right,rgba(0,0,0,.15) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.15) 1px,transparent 1px);background-size:25vw 33.333vw;background-position:0 0;background-repeat:repeat}.related-products__heading{padding:0 24px;margin-bottom:24px;font-size:20px}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.related-product-card{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px;border-right:1px solid rgba(0,0,0,.1);text-decoration:none;color:inherit;transition:opacity .15s ease}.related-product-card:last-child{border-right:none}.related-product-card:hover{opacity:.85}.related-product-card.is-soldout{opacity:.5;pointer-events:none}.related-product-card__image{aspect-ratio:3 / 4;overflow:hidden;background:#ededed}.related-product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.related-product-card__info{display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:0 .35em}.related-product-card__info .thermo-body{font-size:16px;line-height:1.1}.related-product-card__info .thermo-body:first-child{flex:1}.notify-form{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.notify-form__label{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;opacity:.6}.notify-form__row{display:flex;gap:0}.notify-input{flex:1;border:1px solid rgba(0,0,0,.25);border-right:none;padding:.5rem .6rem;font-size:.7rem;letter-spacing:.06em;background:#fff;color:#000;outline:none}.notify-input:focus{border-color:#000}.notify-btn{background:#000;color:#fff;border:none;padding:.5rem .9rem;font-size:.9rem;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s}.notify-btn:hover{background:#333}#sticky-atc-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.12);padding:.65rem 1.25rem;z-index:200;align-items:center;justify-content:space-between;gap:1rem;transform:translateY(100%);transition:transform .25s ease}#sticky-atc-bar.sticky-atc--visible{transform:translateY(0)}@media(max-width:768px){.related-products__grid{grid-template-columns:repeat(2,1fr)}.related-products:before{--cols: 2;background-size:50vw 66.667vw}#sticky-atc-bar{display:flex}.cart-toast,.img-toast{bottom:5rem}}.sticky-atc__info{display:flex;flex-direction:column;gap:.1rem;min-width:0;overflow:hidden}.sticky-atc__title{font-size:1rem;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.1}.sticky-atc__price{font-size:.75rem;opacity:.6}.sticky-atc__btn{flex-shrink:0;background:#000;color:#fff;border:none;padding:.6rem 1.25rem;font-size:1.1rem;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background .2s}.sticky-atc__btn:hover{background:#333}@keyframes size-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.product-size.size-error{animation:size-shake .4s ease}.product-size.size-error .size-letter{border-color:#e53935;color:#e53935}.product-share-btn{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1px solid rgba(0,0,0,.2);padding:.35rem .9rem;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;color:inherit;transition:border-color .15s,background .15s;margin-top:.5rem}.product-share-btn:hover{border-color:#000;background:#0000000a}
/*# sourceMappingURL=/cdn/shop/t/64/assets/product.css.map */
