.product-info-boxes{display:grid;grid-template-columns:repeat(2,1fr);width:100%;margin-top:0;margin-bottom:2rem;border:1px solid var(--color-border-subtle);border-radius:var(--media-radius, 0px);overflow:hidden}.product-info-boxes.boxes-3{grid-template-columns:repeat(3,1fr)}.product-info-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;text-align:center;cursor:pointer;background-color:rgb(var(--color-background));transition:background-color var(--duration-default) ease;border-right:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle);gap:.8rem}.product-info-box:nth-child(2n){border-right:none}.product-info-boxes.boxes-3 .product-info-box:nth-child(2n){border-right:1px solid var(--color-border-subtle)}.product-info-boxes.boxes-3 .product-info-box:nth-child(3n){border-right:none}.product-info-box:nth-last-child(-n+2){border-bottom:none}.product-info-boxes.boxes-3 .product-info-box{border-bottom:none}.product-info-box:hover{background-color:rgba(var(--color-foreground),.04)}.product-info-box .icon-wrapper{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground))}.product-info-box .icon-wrapper svg{width:100%;height:100%}.product-info-box .box-label{font-size:1.2rem;font-weight:500;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.05rem;line-height:1.2}.product-info-drawer{position:fixed;z-index:9999;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);visibility:hidden;transition:visibility var(--duration-default) ease}.product-info-drawer.active{visibility:visible}.product-info-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.product-info-drawer__overlay:empty{display:block}.product-info-drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0;border:.1rem solid var(--color-border);border-right:0;overflow:hidden;display:flex;flex-direction:column;background-color:rgb(var(--color-background));transform:translate(100%);transition:transform var(--duration-default) ease}.product-info-drawer.active .product-info-drawer__inner{transform:translate(0)}.product-info-drawer__header{position:relative;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.product-info-drawer__title{margin:0;text-transform:uppercase;letter-spacing:.05rem;font-weight:500;font-size:2.4rem}.product-info-drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;position:absolute;top:10px;right:5px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.product-info-drawer__close .svg-wrapper{height:2rem;width:2rem}.product-info-drawer__content{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}.product-info-tabs{display:flex;overflow-x:auto;border-bottom:.1rem solid var(--color-border);padding:0 1.5rem;flex-shrink:0}.product-info-tabs::-webkit-scrollbar{height:0}.product-info-tab-btn{padding:1.2rem 1.5rem;background:none;border:none;font-family:inherit;font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground),.6);cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-.1rem;transition:color var(--duration-default) ease,border-color var(--duration-default) ease}.product-info-tab-btn:hover{color:rgb(var(--color-foreground))}.product-info-tab-btn.active{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground))}.product-info-tab-contents{flex:1;overflow-y:scroll;min-height:0;scrollbar-gutter:stable}.product-info-tab-contents::-webkit-scrollbar{width:4px}.product-info-tab-contents::-webkit-scrollbar-track{background:transparent}.product-info-tab-contents::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.2);border-radius:4px}.product-info-tab-contents::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-foreground),.4)}.product-info-tab-content{display:none;padding:1.5rem}.product-info-tab-content.active{display:block}.metafield-list{font-size:1.4rem}.metafield-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid var(--color-border-subtle);gap:1rem}.metafield-row:last-child{border-bottom:none}.metafield-label{color:rgba(var(--color-foreground),.6)}.metafield-value{text-align:right;color:rgb(var(--color-foreground))}.size-chart-image{cursor:zoom-in;border-radius:4px;overflow:hidden}.size-chart-image img{width:100%;height:auto;display:block;transition:transform .2s ease}.size-chart-image:hover img{transform:scale(1.02)}.size-chart-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.size-chart-modal.active{opacity:1;visibility:visible}.size-chart-modal__close{position:absolute;top:2rem;right:2rem;width:4.4rem;height:4.4rem;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s ease}.size-chart-modal__close:hover{background:#fff3}.size-chart-modal__close .svg-wrapper{width:2rem;height:2rem}.size-chart-modal__image{max-width:100%;max-height:90vh;object-fit:contain}@media screen and (max-width:750px){.product-info-boxes{grid-template-columns:repeat(2,1fr)}.product-info-boxes.boxes-3{grid-template-columns:repeat(3,1fr)}.product-info-box{border-bottom:1px solid var(--color-border-subtle)}.product-info-box:nth-child(2n){border-right:none}.product-info-box:nth-last-child(-n+2){border-bottom:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-info-drawer.css.map */
