.product-layout-doen{display:grid;grid-template-columns:65% 35%;gap:6rem;margin:4rem auto}.product-gallery-scroll{display:flex;flex-direction:column;gap:1rem;transition:opacity .2s ease}.gallery-image-wrapper{width:100%;overflow:hidden}.gallery-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover}.product-info-sticky{position:sticky;top:10rem;height:fit-content;align-self:start;max-height:calc(100vh - 12rem);overflow-y:auto;overflow-x:visible;padding-right:1rem;padding-left:1rem;margin-left:-1rem}.product-info-sticky::-webkit-scrollbar{width:6px}.product-info-sticky::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.05);border-radius:10px}.product-info-sticky::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:10px}.product-info-sticky::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.3)}.product-info-inner{max-width:40rem}.product-title{font-family:var(--font-heading-family);font-size:2.8rem;font-weight:400;letter-spacing:.05rem;margin-bottom:1.2rem;text-transform:uppercase;line-height:1.2}.product-price{font-size:1.8rem;margin-bottom:3rem;color:rgb(var(--color-foreground))}.product-form{margin-bottom:3rem}.color-selector-swatches{margin-bottom:4rem;padding:.5rem 0}.color-swatches-wrapper{display:flex;gap:2.5rem;flex-wrap:wrap;align-items:center;padding:.5rem 0}.color-radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.color-swatch-circle{display:block;width:4rem;height:4rem;border-radius:50%;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;border:none;box-shadow:0 2px 4px #0000001a}.color-swatch-circle:hover{transform:scale(1.1);box-shadow:0 4px 8px #00000026}.swatch-img{width:100%;height:100%;object-fit:cover;display:block}.color-fill{width:100%;height:100%;display:block}.color-radio:checked+.color-swatch-circle{border-width:.1rem;border-color:#511a12;box-shadow:0 0 0 .4rem #511a12;transform:scale(1.08)}.color-swatch-circle.active{border-width:.1rem;border-color:#511a12;box-shadow:0 0 0 .4rem #511a12;transform:scale(1.08)}.size-selector{margin-bottom:1.5rem}.size-selector label{display:block;font-size:1.3rem;text-transform:uppercase;letter-spacing:.1rem;margin-bottom:1.2rem;font-weight:500}.size-select{width:100%;padding:1.4rem 1.6rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:0;font-size:1.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.6rem center;background-size:1.2rem}.btn-add-cart{width:100%;padding:1.6rem 2.4rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;font-size:1.4rem;text-transform:uppercase;letter-spacing:.15rem;cursor:pointer;transition:background .3s;font-weight:500}.btn-add-cart:hover:not([disabled]){background:rgb(var(--color-button-hover))}.btn-add-cart:disabled{opacity:.5;cursor:not-allowed}.product-description-accordion{margin-top:3rem}.product-description-accordion details{border-top:.1rem solid rgba(var(--color-foreground),.1);padding:1.8rem 0}.product-description-accordion details:last-child{border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.product-description-accordion summary{font-size:1.3rem;text-transform:uppercase;letter-spacing:.1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-weight:500}.product-description-accordion summary::-webkit-details-marker{display:none}.product-description-accordion summary:after{content:"+";font-size:2rem;line-height:1}.product-description-accordion details[open] summary:after{content:"\2212"}.accordion-content{padding-top:1.6rem;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.7)}.accordion-content h4{font-size:1.3rem;font-weight:600;margin-bottom:.8rem;margin-top:1.2rem;text-transform:uppercase;letter-spacing:.05rem}.accordion-content h4:first-child{margin-top:0}.accordion-content p{margin-bottom:1rem}.accordion-content p strong{font-weight:600}.accordion-content ul{margin:1rem 0;padding-left:1.5rem}.accordion-content ul li{margin-bottom:.8rem;line-height:1.6}.product-gallery-container{position:relative}.gallery-arrow,.gallery-dots{display:none}@media screen and (max-width:1024px){.product-gallery-container{position:relative;overflow:hidden}.product-gallery-scroll{display:flex;flex-direction:row!important;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0!important}.product-gallery-scroll::-webkit-scrollbar{display:none}.gallery-image-wrapper{flex:0 0 100%;scroll-snap-align:start}.gallery-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover}.gallery-arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgb(var(--color-background));border:none;width:3.6rem;height:3.6rem;cursor:pointer;transition:opacity .2s ease;box-shadow:0 1px 6px #0000001f}.gallery-arrow svg{width:1.8rem;height:1.8rem}.gallery-arrow--prev{left:1rem}.gallery-arrow--next{right:1rem}.gallery-dots{display:flex;justify-content:center;gap:.6rem;padding:1rem 0 .4rem}.gallery-dot{width:.6rem;height:.6rem;border-radius:50%;border:none;background:rgba(var(--color-foreground),.2);cursor:pointer;padding:0;transition:background .2s ease}.gallery-dot--active{background:rgb(var(--color-foreground))}}@media screen and (max-width:1024px){.product-layout-doen{grid-template-columns:1fr;gap:3rem}.product-info-sticky{position:relative;top:0;max-height:none;overflow-y:visible;padding-right:0}.recommendations-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.recommendations-grid,.color-variants-grid{grid-template-columns:1fr}.product-title{font-size:2.2rem}}.product-color-subtitle{font-size:1.2rem;letter-spacing:.1rem;text-transform:uppercase;margin-top:-.5rem;margin-bottom:1.5rem;color:rgba(var(--color-foreground),.7);font-weight:400}.size-selector-doen{margin-bottom:2.5rem}.size-options{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.size-option{cursor:pointer;display:inline-block}.size-radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.size-label{font-size:1.3rem;letter-spacing:.05rem;text-transform:uppercase;color:rgb(var(--color-foreground));transition:all .2s ease}.size-option:not(.size-option--unavailable):hover .size-label{opacity:.7}.size-radio:checked~.size-label{font-weight:600;text-decoration:underline}.size-option--unavailable{cursor:pointer}.size-option--unavailable .size-label{text-decoration:line-through;opacity:.5;color:rgba(var(--color-foreground),.5)}.size-option--unavailable .size-radio:checked~.size-label{font-weight:600;text-decoration:line-through;opacity:.7}.size-separator{font-size:1.3rem;color:rgba(var(--color-foreground),.3)}.btn-add-cart:disabled{opacity:.6;cursor:not-allowed;background:rgba(var(--color-button),.6)}.btn-add-cart.waitlist-button{background:rgb(var(--color-foreground));color:#fff}.btn-add-cart.waitlist-button:hover{color:rgb(var(--color-foreground))}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-product-custom.css.map */
