.product-info-cell-wrapper{margin-bottom:0;border-top:.1rem solid rgb(var(--color-base-border))}.product-info-cell-wrapper .product-cell-wrapper{display:block;width:100%;margin:0;padding:.8rem 0;border:none;border-radius:0;background:transparent;font:inherit;text-align:left;color:inherit;cursor:pointer;transition:background-color .3s ease}.product-info-cell-wrapper .product-cell-wrapper:hover{background-color:rgb(var(--color-base-text) / .04)}.product-info-cell-wrapper .product-cell-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.product-info-cell-wrapper .product-cell-row__content{flex:1;min-width:0}.product-info-cell-wrapper .product-cell-row__content--with-icon{position:relative;padding-left:4.2rem}.product-info-cell-wrapper .product-cell-info{display:flex;align-items:center;margin-bottom:.3rem}.product-info-cell-wrapper .product-cell-row__content .product-cell-logo-icon-wrap{position:absolute;top:0;bottom:0;left:0;width:3.2rem;display:flex;align-items:center;justify-content:center}.product-info-cell-wrapper .product-cell-row__content .product-cell-logo-icon{width:100%;height:100%;max-height:100%;object-fit:contain}.product-info-cell-wrapper .product-cell-tags{display:flex;flex-wrap:wrap;gap:.8rem}.product-info-cell-wrapper .product-cell-more{flex-shrink:0;padding-top:.2rem;color:rgb(var(--color-base-text) / .5)}.product-info-cell-wrapper .product-cell-wrapper:hover .product-cell-more{color:rgb(var(--color-base-text) / .75)}.product-info-cell-wrapper .product-info-cell__caret-wrap{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease;color:inherit}.product-info-cell-wrapper .product-info-cell__caret-wrap .icon.icon-caret{display:block;width:1.65rem;height:auto;max-height:1.15rem;transform:rotate(-90deg);transform-origin:center}.product-info-cell-wrapper .product-cell-wrapper:hover .product-info-cell__caret-wrap{transform:translate(.35rem)}html[dir=rtl] .product-info-cell-wrapper .product-info-cell__caret-wrap .icon.icon-caret{transform:rotate(90deg)}html[dir=rtl] .product-info-cell-wrapper .product-cell-wrapper:hover .product-info-cell__caret-wrap{transform:translate(-.35rem)}.product-info-cell-wrapper .product-cell-row__content .product-cell-info__key{padding-left:1.5rem;font-size:calc(1.5 * var(--fluid-lg-to-2xl));line-height:1.3;color:rgb(var(--color-base-heading))}.product-info-cell-wrapper .product-cell-row__content .product-cell-tag{padding-left:1.5rem;font-size:calc(1.4 * var(--text-lg));line-height:1.45;color:rgba(var(--color-base-text),.65);display:flex;align-items:center;gap:calc(.6rem * 1.5)}.product-info-cell-wrapper .product-cell-row__content .product-cell-tag-dot{width:.75rem;height:.75rem;border-radius:50%;background-color:rgb(var(--color-highlight));flex-shrink:0}.product-info-cell-modal{display:none;position:fixed;z-index:100002;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100vh;min-height:100dvh;margin:0;padding:0;isolation:isolate}.product-info-cell-modal .info-cell-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;width:100vw;max-width:100%;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;margin:0;background-color:rgba(var(--color-overlay),.6);transition:opacity .35s ease}.product-info-cell-modal .info-cell-popup-content{position:fixed;z-index:2;display:flex;flex-direction:column;background-color:rgb(var(--color-base-background));width:100%;max-width:60rem;max-height:90vh;overflow:visible;transition:opacity .3s ease-out,transform .3s ease-out;color:rgb(var(--color-base-text))}.product-info-cell-modal .info-cell-popup-scroll{flex:1 1 auto;min-height:0;max-height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (min-width:750px){.product-info-cell-modal .info-cell-popup-content{top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);opacity:0;border-radius:min(var(--card-radius),.8rem);border:.1rem solid rgba(var(--color-base-border),.35);box-shadow:0 2.4rem 4.8rem rgba(var(--color-shadow),.22),0 .8rem 2rem rgba(var(--color-base-text),.08),0 .1rem rgb(var(--color-base-background))}.product-info-cell-modal.active .info-cell-popup-content{transform:translate(-50%,-50%) scale(1);opacity:1}}@media screen and (max-width:749px){.product-info-cell-modal .info-cell-popup-content{left:0;right:0;bottom:-100%;border-radius:2.2rem 2.2rem 0 0;border-top:.1rem solid rgba(var(--color-base-border),.65);box-shadow:0 -.45rem 1.25rem rgba(var(--color-shadow),.1),inset 0 .1rem rgb(var(--color-base-background));transition:bottom .3s ease-out,transform .3s ease-out,opacity .3s ease-out}.product-info-cell-modal.active .info-cell-popup-content{bottom:0}.product-info-cell-modal .info-cell-popup-overlay{background-color:rgba(var(--color-overlay),.78)}}.product-info-cell-modal .info-cell-popup-header{position:relative;z-index:3;flex:0 0 auto;overflow:visible;padding:2rem;border-top:.1rem solid rgba(var(--color-base-border),.45);border-bottom:.1rem solid rgb(var(--color-base-border));text-align:center;background-color:rgb(var(--color-base-background));border-top-left-radius:min(var(--card-radius),.8rem);border-top-right-radius:min(var(--card-radius),.8rem);box-shadow:none}@media screen and (max-width:749px){.product-info-cell-modal .info-cell-popup-header{padding-top:1.4rem;border-top:.1rem solid rgba(var(--color-base-border),.55);border-bottom:.1rem solid rgba(var(--color-base-border),.65);border-top-left-radius:2.2rem;border-top-right-radius:2.2rem;box-shadow:none}}.product-info-cell-modal .info-cell-popup-handle{position:absolute;top:.8rem;left:50%;transform:translate(-50%);width:4rem;height:.4rem;background-color:rgb(var(--color-base-border));border-radius:.2rem;display:none}@media screen and (max-width:749px){.product-info-cell-modal .info-cell-popup-handle{display:block;top:1rem;width:4.8rem;height:.45rem;background:linear-gradient(180deg,rgb(var(--color-base-text) / .12),rgb(var(--color-base-text) / .22));border-radius:999px;box-shadow:0 .1rem rgb(var(--color-base-background)),inset 0 .05rem rgb(var(--color-base-text) / .08)}}.product-info-cell-modal .info-cell-popup-header h3{margin:0;font-size:var(--text-2xl);line-height:1.25;padding-top:1rem;color:rgb(var(--color-base-heading))}@media screen and (max-width:749px){.product-info-cell-modal .info-cell-popup-header h3{padding-top:.4rem;font-size:var(--fluid-lg-to-2xl)}}@media screen and (min-width:750px){.product-info-cell-modal .info-cell-popup-header h3{font-size:var(--text-3xl);padding-top:.6rem}}.product-info-cell-modal .info-cell-popup-close{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;border-radius:50%;color:rgb(var(--color-base-text));transition:background-color .3s ease}.product-info-cell-modal .info-cell-popup-close:hover{background-color:rgb(var(--color-base-text) / .08)}.product-info-cell-modal .info-cell-popup-close .icon{width:2.2rem;height:2.2rem}.product-info-cell-modal .info-cell-popup-body{padding:2rem 2rem 2.4rem;font-size:var(--fluid-lg-to-2xl);line-height:1.65}.product-info-cell-modal .info-cell-popup-body .rte,.product-info-cell-modal .info-cell-popup-body .caption{font-size:inherit;line-height:inherit}.product-info-cell-modal .info-cell-popup-body .rte p{margin:0 0 1em}.product-info-cell-modal .info-cell-popup-body .rte p:last-child{margin-bottom:0}.product-info-cell-modal .info-cell-popup-body .rte h1,.product-info-cell-modal .info-cell-popup-body .rte h2,.product-info-cell-modal .info-cell-popup-body .rte h3,.product-info-cell-modal .info-cell-popup-body .rte h4{margin:1.25em 0 .5em;font-size:var(--text-2xl);line-height:1.28;color:rgb(var(--color-base-heading))}@media screen and (min-width:750px){.product-info-cell-modal .info-cell-popup-body .rte h1,.product-info-cell-modal .info-cell-popup-body .rte h2{font-size:var(--text-3xl)}}.product-info-cell-modal .info-cell-popup-body .rte h1:first-child,.product-info-cell-modal .info-cell-popup-body .rte h2:first-child,.product-info-cell-modal .info-cell-popup-body .rte h3:first-child,.product-info-cell-modal .info-cell-popup-body .rte h4:first-child{margin-top:0}.product-info-cell-modal .info-cell-popup-body .rte a{color:rgb(var(--color-keyboard-focus));text-underline-offset:.2rem}@media screen and (max-width:749px){.product-info-cell-modal .info-cell-popup-body{padding:2rem 2rem calc(2.4rem + env(safe-area-inset-bottom,0))}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-product-info-cell.css.map */
