.out-of-stock-notice{margin:.75vw 0;width:100%;box-sizing:border-box;padding:.8vw 1vw;gap:.35vw!important;border-radius:1.25vw;background:var(--primary-100);border:.1vw dashed rgba(175,23,56,.35);text-align:center}.out-of-stock-notice .oosn-badge{gap:.4vw;font-size:var(--fontSize-xs);font-weight:600;color:var(--dark-red)}.out-of-stock-notice .oosn-text{display:block;font-size:var(--fontSize-xxs);color:var(--primary-600);line-height:1.6;white-space:normal;text-wrap:balance}.price-unavailable{opacity:.45}body.dark .out-of-stock-notice{background:rgba(35,35,48,.8)}@media screen and (max-width:992px){.out-of-stock-notice{margin:0;width:90%;min-height:9.5vw;padding:1.2vw 2.5vw;gap:.4vw!important;border-radius:4vw;border-width:.3vw;transform:translateY(-1.5vw) translateX(-.75vw)}.out-of-stock-notice .oosn-badge{gap:1.2vw;font-size:3.4vw}.out-of-stock-notice .oosn-text{font-size:2.5vw;line-height:1.5}}.desktop-product-gallery{width:30vw;min-height:30vw;position:relative;gap:1vw}figure.dpg-product-main-photo{width:30vw;height:30vw;position:relative;cursor:pointer;overflow:hidden;border-radius:2vw}figure.dpg-product-main-photo img{width:100%;height:100%;object-fit:cover;border-radius:2vw}figure.dpg-product-main-photo img.image-empty{width:50%;height:50%}ul.dpg-photos-preview{width:100%;height:5.5vw;position:relative;display:grid;grid-template-columns:repeat(5,5.6vw);grid-gap:.5vw;cursor:pointer}ul.dpg-photos-preview li{padding:.25vw;width:100%;height:100%;border-radius:1.25vw;position:relative;border:.1vw solid rgba(189,196,222,.3);overflow:hidden}ul.dpg-photos-preview li>img{width:100%;height:100%;position:relative;z-index:1;border-radius:.8vw}ul.dpg-photos-preview li span.dpg-glass-layer{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:1.25vw}ul.dpg-photos-preview li span.dpg-glass-layer img{width:1.5vw}ul.dpg-photos-preview li:nth-child(2) span.dpg-glass-layer,ul.dpg-photos-preview li:nth-child(3) span.dpg-glass-layer,ul.dpg-photos-preview li:nth-child(4) span.dpg-glass-layer{display:none!important}ul.dpg-photos-preview li span.dpg-glass-layer i{color:var(--primary-blue-50);font-size:1.1vw}ul.dpg-photos-preview li:first-child span.dpg-glass-layer i,ul.dpg-photos-preview li:last-child span.dpg-glass-layer img{display:none}@media screen and (max-width:1024px){.desktop-product-gallery{display:none}}