.product__title h1{font-family:var(--font-heading-family);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;text-transform:uppercase;letter-spacing:-.01em;line-height:1.1;margin:0}.product__title-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem}.product__wishlist-btn{display:flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;width:4rem;height:4rem;padding:0;margin:0 1.5rem;cursor:pointer;flex-shrink:0;transition:border-color .2s,transform .2s,opacity .2s;color:rgb(var(--color-foreground))}.product__wishlist-btn:hover{border-color:rgb(var(--color-foreground));transform:scale(1.1);opacity:.7}.product__wishlist-btn svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:1.5}.price-item--regular,.price-item--sale{font-family:var(--font-body-family);font-size:2rem;font-weight:600;letter-spacing:.02em}.price__sale .price-item--regular{font-size:1.4rem;font-weight:400;opacity:.5;margin-right:.5rem}fieldset.product-form__input .form__label{font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;color:rgb(var(--color-foreground))}.product-form__input input[type=radio]+label{border-radius:0!important;border:1px solid rgba(var(--color-foreground),.2);background-color:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:1rem 2rem;transition:all .2s ease}.product-form__input input[type=radio]:checked+label{border-color:rgb(var(--color-foreground));background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-form__input input[type=radio]+label.color-swatch{width:32px;height:32px;border-radius:50%!important;padding:0}.product-form__input--pill input[type=radio]:disabled+label{opacity:.4;cursor:not-allowed;position:relative;overflow:hidden}.product-form__input--pill input[type=radio]:disabled+label:after{content:"";position:absolute;left:50%;top:50%;width:141%;height:1px;background:rgba(var(--color-foreground),.4);transform:translate(-50%,-50%) rotate(-45deg);pointer-events:none}.product-form__submit{border-radius:0!important;background-color:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important;font-family:var(--font-body-family);font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:1.5rem;border:1px solid rgb(var(--color-foreground))!important;transition:background-color .2s ease,color .2s ease;width:100%}.product-form__submit:hover{background-color:transparent!important;color:rgb(var(--color-foreground))!important}.product__description{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75);margin-bottom:2rem;transition:max-height .3s ease}.product__description.is-truncated:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(to bottom,rgba(var(--color-background),0),rgb(var(--color-background)));pointer-events:none}.read-more-btn{background:none;border:none;padding:0;margin-top:1rem;font-size:1rem;font-family:inherit;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:rgba(var(--color-foreground),.7);cursor:pointer;transition:color .3s}.read-more-btn:hover{color:rgb(var(--color-foreground))}.global-media-settings{border-radius:0!important;border:none!important}.product__media-list .product__media-item img{border-radius:0!important}.product__media-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;scrollbar-width:none}.product__media-grid::-webkit-scrollbar{display:none}.product__media-item{flex:0 0 100%;scroll-snap-align:start;overflow:hidden;position:relative}.product__media-item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0!important;transition:transform .4s ease}.product__media-item:hover img{transform:scale(1.05)}@media screen and (min-width:990px){.product__media-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;overflow-x:visible}.product__grid{display:grid!important;grid-template-columns:2fr 1fr!important;gap:6rem!important;align-items:start}.product__media-wrapper{width:100%!important;max-width:100%!important}.product__info-wrapper{width:100%!important;max-width:100%!important;padding-left:0!important;position:sticky;top:3rem;align-self:start}.product-container-wide{max-width:95%!important;padding-left:2rem!important;padding-right:2rem!important}}.product__media-wrapper{display:flex;flex-direction:column;gap:1.6rem;overflow:hidden}@media(min-width:768px){.product__media-wrapper{flex-direction:row}}.product__media-thumbnails{display:none;flex-direction:column;gap:1.6rem;width:8rem;flex-shrink:0}@media(min-width:768px){.product__media-thumbnails{display:flex}}.product__media-thumb{aspect-ratio:3 / 4;width:100%;overflow:hidden;border:1px solid rgba(var(--color-foreground),.2);cursor:pointer;transition:opacity .2s,border-color .2s}.product__media-thumb:hover,.product__media-thumb--active{border-color:rgb(var(--color-foreground));opacity:1}.product__media-thumb:not(.product__media-thumb--active){opacity:.6}.product__media-main{flex:1;position:relative;overflow:hidden;background:rgba(var(--color-foreground),.04);aspect-ratio:3 / 4}@media(min-width:768px){.product__media-main{aspect-ratio:auto;min-height:80vh}}.product__media-main img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product__media-main:hover img{transform:scale(1.05)}.product__media-dots{position:absolute;bottom:1.6rem;left:0;right:0;display:flex;justify-content:center;gap:.8rem}@media(min-width:768px){.product__media-dots{display:none}}.product__media-dot{width:.8rem;height:.8rem;border-radius:50%;background:rgba(var(--color-foreground),.2)}.product__media-dot--active{background:rgb(var(--color-foreground))}.delivery-checker-wrapper{margin-top:2rem;margin-bottom:2rem;background:rgba(var(--color-foreground),.03);padding:1.5rem 2rem;border:1px solid rgba(var(--color-foreground),.08)}.delivery-checker-title{display:flex;align-items:center;gap:.8rem;font-size:1rem;letter-spacing:.15em;margin-bottom:1.2rem;text-transform:uppercase;font-weight:700;color:rgb(var(--color-foreground))}.delivery-checker-title svg{width:1.6rem;height:1.6rem}.delivery-checker-form{display:flex;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);overflow:hidden;transition:border-color .3s ease}.delivery-checker-form:focus-within{border-color:rgb(var(--color-foreground))}.delivery-checker-input{flex:1;border:none;padding:1.2rem;font-family:inherit;font-size:1.2rem;background:transparent;color:rgb(var(--color-foreground))}.delivery-checker-input:focus{outline:none}.delivery-checker-btn{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:0 2rem;font-family:inherit;cursor:pointer;font-weight:700;font-size:1.1rem;letter-spacing:.1em;transition:opacity .3s}.delivery-checker-btn:hover{opacity:.85}.product__accordions{border-top:1px solid rgba(var(--color-foreground),.15)}.product__accordions details{border-bottom:1px solid rgba(var(--color-foreground),.15)}.product__accordions summary{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;list-style:none}.product__accordions summary::-webkit-details-marker{display:none}.product__accordions summary h2{margin:0;font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500}.accordion-icon{font-size:2rem;font-weight:300;line-height:1;color:rgb(var(--color-foreground))}.accordion-icon.minus{display:none}details[open] .accordion-icon.plus{display:none}details[open] .accordion-icon.minus{display:block}.accordion-content{padding-bottom:1.5rem;font-size:1.3rem;color:rgba(var(--color-foreground),.7);line-height:1.6}.custom-share-block{display:flex;align-items:center;margin-top:2.5rem;margin-bottom:2.5rem;gap:2rem}.custom-share-block .share-label{font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:rgba(var(--color-foreground),.7)}.custom-share-icons{display:flex;gap:1.2rem;align-items:center}.share-icon-link{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:50%;color:rgb(var(--color-foreground));transition:all .3s ease}.share-icon-link:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.share-icon-link svg{width:1.6rem;height:1.6rem}.breadcrumbs{color:rgba(var(--color-foreground),.6);text-transform:lowercase;font-size:1.2rem;letter-spacing:.05em}.breadcrumbs a{color:rgba(var(--color-foreground),.6);text-decoration:none}.breadcrumbs a:hover{color:rgb(var(--color-foreground))}.breadcrumbs span[aria-hidden=true]{margin:0 .4rem}.product__grid{display:grid;grid-template-columns:1fr;gap:var(--gutter)}@media(min-width:1024px){.product__grid{grid-template-columns:7fr 5fr}}@media(min-width:768px){.product__info-wrapper{position:sticky;top:12rem;align-self:start}.product__media-thumbnails-scroll{max-height:80vh;overflow-y:auto;position:sticky;top:12rem}}.product__info-container{display:flex;flex-direction:column;gap:2.4rem}.product__price{display:flex;flex-direction:column;gap:.4rem}.product__tax{font-family:var(--font-label-sm);font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.product-form__buttons{display:flex;flex-direction:column;gap:1.2rem;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.15)}.product-form__input{flex:none}.product-form__input--size{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.product-form__quantity .quantity__rules-cart{margin-left:.8rem}.quantity__rules{margin-top:.4rem}.quantity__rules .divider{font-family:var(--font-label-sm);font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.product__inventory{display:flex;align-items:center;gap:.8rem}.product__sku{color:rgba(var(--color-foreground),.6)}.product__unavailable-text{color:#c00;text-transform:uppercase;font-size:1.2rem;font-weight:600}.product-popup-modal__button{font-family:var(--font-label-md);font-size:1.4rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.3rem;color:rgb(var(--color-foreground));background:transparent;border:none;cursor:pointer;padding:0}.product-popup-modal__button:hover{opacity:.7}.product__trust-badges{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;background:rgba(var(--color-foreground),.04);gap:1.6rem}@media(max-width:767px){.product__trust-badges{flex-direction:column;gap:.8rem;align-items:flex-start}}.product__trust-badge-item{display:flex;align-items:center;gap:.8rem;color:rgba(var(--color-foreground),.6);text-transform:uppercase;font-size:1rem;letter-spacing:.08em;font-weight:600}.product__trust-badge-item svg{width:1.8rem;height:1.8rem;flex-shrink:0}.product__sold-out-badge{position:absolute;top:1.6rem;left:1.6rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:.4rem 1.2rem;font-size:1.2rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;z-index:2}.product__sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.15);padding:1.2rem 1.6rem;box-shadow:0 -.4rem 2rem #00000014}@media(max-width:767px){.product__sticky-cart{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}}.product__sticky-cart-price{font-size:1.8rem;font-weight:600}.product__sticky-cart .button{flex:1;max-width:50%}.product__reviews{background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:3.2rem 2.4rem;margin:0 -1.6rem;width:calc(100% + 3.2rem)}.product__reviews-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2.4rem;margin-bottom:2.4rem}@media(max-width:767px){.product__reviews-header{flex-direction:column}}.product__reviews-rating{font-size:6.4rem;line-height:1;font-weight:600}.product__reviews-stars{display:flex;gap:.4rem}.product__reviews-stars svg{width:2rem;height:2rem}.product__reviews-count{color:rgba(var(--color-background),.7)}.product__reviews-action .button--secondary{color:rgb(var(--color-background));border-color:rgb(var(--color-background))}.product__reviews-action .button--secondary:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.product__reviews-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}@media(max-width:1023px){.product__reviews-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.product__reviews-cards{grid-template-columns:1fr}}.product__reviews-card{display:flex;flex-direction:column;gap:.8rem;padding:1.6rem;border:1px solid rgba(var(--color-background),.2)}.product__reviews-card-stars{display:flex;gap:.2rem}.product__reviews-card-stars svg{width:1.4rem;height:1.4rem}.product__reviews-card-date{color:rgba(var(--color-background),.6)}.product__reviews-card-title{margin:0;font-size:1.6rem;font-weight:600}.product__reviews-card-text{margin:0;color:rgba(var(--color-background),.75);line-height:1.5}.product__reviews-card-footer{display:flex;align-items:center;gap:1.2rem;margin-top:auto;padding-top:.8rem}.product__reviews-card-name{font-weight:600}.product__reviews-card-badge{padding:.2rem .8rem;background:rgba(var(--color-background),.1);font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.rating-wrapper{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.rating-stars{display:flex;align-items:center;gap:.2rem}.rating-stars svg{width:1.6rem;height:1.6rem}.rating-stars .star-empty{color:rgba(var(--color-foreground),.2)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-main-product-hamr.css.map */
