body#product-page #product{--big-image-size:500px;--big-image-aspect:1;--small-image-size:118px;--small-image-aspect:.75;grid-template:"g"max-content"c"max-content"b"max-content"d"max-content/100%;gap:20px;display:grid}@media only screen and (min-width:1024px){body#product-page #product{grid-template:"b i g"max-content"b d d"max-content/550px 1fr min-content}}body#product-page #product .gallery{--gap:10px;justify-self:center;gap:var(--gap);grid-area:g;grid-template:"sm lg" max-content/var(--small-image-size)var(--big-image-size);direction:ltr;width:100%;display:grid}body#product-page #product .gallery .image{border-radius:var(--radius-default);width:100%;box-shadow:var(--shadow-default);flex:1;grid-area:lg;overflow:hidden}body#product-page #product .gallery .thumbnails{gap:var(--gap);flex-direction:column;grid-area:sm;display:flex;overflow:hidden}body#product-page #product .gallery .thumbnails img{width:var(--small-image-size);aspect-ratio:var(--small-image-aspect);object-fit:cover}body#product-page #product .gallery img{aspect-ratio:var(--big-image-aspect);object-fit:contain;background-color:var(--color-back-section);border-radius:var(--radius-default);width:100%}body#product-page #product .information{gap:var(--margin-default);flex-direction:column;grid-area:i;display:flex}body#product-page #product .buy-box{--top:calc(var(--header-sticky-size,0px) + 10px);top:var(--top);grid-area:b;align-self:start;padding:25px;position:sticky}body#product-page #product .buy-box .price-view{margin-top:15px}body#product-page #product .buy-box .price-view .price-final{text-align:end;font-size:1.5em;font-weight:700}body#product-page #product .buy-box .add-to-cart{margin-bottom:15px}body#product-page #product .description{text-align:justify;grid-area:d}body#product-page #product .offers{height:2em;padding:0;list-style:none;position:relative;overflow:hidden}body#product-page #product .offers>*{align-items:center;gap:10px;height:100%;margin-top:0;transition:margin-top .4s ease-out;display:flex;position:relative}body#product-page #product .offers>*.hide{margin-top:-2em}body#product-page #product .offers>* p{margin:0}body#product-page .attributes{gap:var(--margin-default);padding-block:var(--padding-default);flex-direction:column;display:flex}body#product-page .attributes .attribute{opacity:1}body#product-page .attributes .attribute.disabled{cursor:not-allowed;opacity:.8}body#product-page .attributes .attribute .value{--border-total-size:3px;--border:1px;box-sizing:content-box;border:var(--border)solid #999;margin:calc(var(--border-total-size) - var(--border));border-radius:var(--radius-default);cursor:pointer;justify-content:center;align-items:center;min-width:50px;max-width:100px;padding:0;display:flex;position:relative;overflow:visible}body#product-page .attributes .attribute .value.active{--border:3px;border:var(--border)solid var(--color-back-primary)}body#product-page .attributes .attribute .value.hidden{display:none}body#product-page .attributes .attribute .value.disabled{opacity:.6;cursor:not-allowed;order:3}body#product-page .attributes .attribute .value:has(>img) .name{text-align:center;background:color-mix(in srgb,var(--color-text-theme)50%,transparent);width:100%;color:var(--color-back-theme);font-size:.8em;position:absolute;bottom:0}body#product-page .attributes .attribute .value img{object-fit:cover;aspect-ratio:1;width:100%}body#product-page .attributes .attribute .value .name:not(:empty){padding:5px 10px}body#product-page .notice{gap:10px;display:flex}body#product-page .notice p{margin:0}body#product-page .ads{border-radius:var(--radius-default);align-items:center;gap:5px;margin:10px auto;font-size:.9rem;display:flex;overflow:hidden}body#product-page .ads.snapppay{background:#d2dfff;padding:5px}body#product-page .ads.snapppay .head{color:#008efa;font-size:1.1em;font-weight:700}body#product-page .ads.snapppay>img{border-radius:inherit;height:2.8em;margin:5px}
