.product-container{width:100%;display:grid;grid-template-columns:1.3fr 1fr;gap:1rem}.product-gallery-container,.product-info-container{overflow:hidden}.product-gallery-container{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;row-gap:1rem}.product-main-image{width:100%;height:auto;aspect-ratio:1;overflow:hidden;border-radius:1rem}.product-main-image img{width:100%;height:auto;scale:1;transform-origin:var(--x) var(--y);transition:.15s scale}.product-main-image img:hover{scale:2}.product-image-selector::-webkit-scrollbar{height:8px;position:fixed}.product-image-selector{display:flex;justify-content:flex-start;align-items:center;column-gap:1rem;flex-direction:row;height:10rem;width:min-content;max-width:100%;overflow-y:hidden;overflow-x:auto}.product-image-selector-slot{width:auto;height:100%;aspect-ratio:1}.product-info-container{display:flex;flex-direction:column}.product-info-title{margin-bottom:.75rem}.product-info-price{margin-bottom:.25rem}.product-info-tax{margin-bottom:-.1rem}.product-info-lowest-price{display:flex;flex-direction:row;column-gap:.25rem}.product-variants{display:flex;flex-direction:row;column-gap:.75rem;margin-bottom:2rem;margin-top:1.5rem}.variants-container{display:flex;flex-direction:column}.variant-select{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert;height:40px;border-radius:6px;background:#222224;padding:.2rem .2rem .2rem .4rem;display:flex;justify-content:center;align-items:center}.quantity-selector{display:flex;flex-direction:row;border-radius:6px;overflow:hidden}.quantity-selector-slot{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#222224;text-align:center;cursor:pointer}.no-selection::selection{background:transparent}.product-button{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.65rem 0;width:15rem;border-radius:6px;background-color:#c73f3f;transition:.15s background-color}.product-button:not(.disabled):hover{background-color:#aa3535}.product-button.disabled{color:#a7a7a7;background-color:#8d3030}.product-button.hidden{display:none}.product-desc{display:flex;flex-direction:column;align-items:center;row-gap:.5rem;margin-top:1.5rem}.popup-added{position:fixed;z-index:999}.popup-added span{position:fixed;top:-10%;left:50%;translate:-50%;font-size:var(--h2-font-size);background:#28a745;font-weight:700;padding:.65rem 1.25rem;border-radius:12px;filter:drop-shadow(0px 0px 12px black);transition:top .75s cubic-bezier(0,0,0,1),opacity .5s ease-in-out;width:max-content;opacity:1}@media screen and (max-width: 768px){.product-container{width:90%;grid-template-columns:1fr}.product-info-container{align-items:center}.product-info-title{font-size:1.5rem;margin-bottom:-.4rem}.product-main-image img:hover{scale:1}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/product.css.map */
