.hafo-product-gallery{--gallery-border-color: var(--hafo-color-border-light);--gallery-surface: var(--hafo-color-bg-card);--gallery-prev-bg: var(--hafo-color-bg-secondary);--gallery-prev-border: var(--hafo-color-primary-800);--gallery-prev-color: var(--hafo-color-primary-800);--gallery-next-bg: var(--hafo-color-error-500);--gallery-next-border: var(--hafo-color-error-500);--gallery-next-color: var(--hafo-color-text-inverted);--gallery-thumb-border: var(--hafo-color-border-light);--gallery-thumb-active-border: var(--hafo-color-brand);--gallery-thumb-overlay: rgb(30 49 94 / 85%);position:relative;width:100vw;max-width:100%;margin:0 auto;box-sizing:border-box}.hafo-product-gallery__layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(24px,3vw,40px);align-items:start;width:100%;max-width:100vw;margin:0 auto;box-sizing:border-box}.hafo-product-gallery__media{display:flex;flex-direction:column;gap:var(--hafo-space-2);width:100%;max-width:100%}.hafo-product-gallery__no-image{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;aspect-ratio:4 / 3;background:#f6f7f7;border:1px dashed #dcdcde;border-radius:4px;color:#787c82}.hafo-product-gallery__no-image svg{opacity:.4}.hafo-product-gallery__no-image p{margin:0;font-size:14px}.hafo-product-gallery__title{font-family:var(--hafo-font-family);font-size:clamp(28px,5vw,40px);font-weight:var(--hafo-font-weight-bold);line-height:1.15;color:var(--hafo-color-brand);margin:0 auto clamp(8px,2vw,12px);max-width:100%;width:100%;display:block;white-space:normal;overflow:visible;text-overflow:clip;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:unset;overflow-wrap:break-word;word-break:break-word}.elementor .hafo-product-gallery__title{white-space:normal;overflow:visible;text-overflow:clip;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:unset}.hafo-product-gallery__attributes{display:block;margin:0 0 var(--hafo-space-2);padding:0;font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-light);line-height:1.6;color:var(--hafo-color-text-secondary)}.hafo-product-gallery__main:not(.swiper-initialized) .swiper-wrapper{flex-wrap:nowrap;overflow:hidden}.hafo-product-gallery__main:not(.swiper-initialized) .swiper-slide:not(:first-child){display:none}.hafo-product-gallery__main{position:relative;width:100%;max-width:100%;margin:0 auto;border-radius:var(--hafo-radius-md);border:var(--hafo-border-width-1) solid var(--gallery-border-color);overflow:hidden;background:var(--gallery-surface);box-sizing:border-box}.hafo-product-gallery__main.swiper{width:100%!important;max-width:100%!important;height:auto!important}.hafo-product-gallery__main .swiper-wrapper{height:auto;max-width:100%;display:flex;position:relative;width:100%;z-index:1;box-sizing:border-box}.hafo-product-gallery__slide{width:100%!important;max-width:100%!important;height:auto;flex-shrink:0;position:relative;transition-property:transform;display:block;box-sizing:border-box;opacity:1!important;visibility:visible!important}.hafo-product-gallery__image-wrapper{position:relative;width:100%;max-width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--hafo-color-bg-card);border-radius:var(--hafo-radius-md);transform:translateZ(0);backface-visibility:hidden}.hafo-product-gallery__image,.elementor .hafo-product-gallery__image{position:absolute;inset:0;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:scale-down;object-position:center;display:block}.hafo-product-gallery--single-image .hafo-product-gallery__image-wrapper{display:flex;align-items:center;justify-content:center;padding:clamp(12px,3vw,40px);box-sizing:border-box}.hafo-product-gallery--single-image .hafo-product-gallery__image,.elementor .hafo-product-gallery--single-image .hafo-product-gallery__image{position:relative;inset:auto;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;flex:0 1 auto}.hafo-product-gallery--single-image .hafo-product-gallery__counter{display:none}@media not (max-width:1024px){.hafo-product-gallery--single-image .hafo-product-gallery__layout{align-items:stretch}.hafo-product-gallery--single-image .hafo-product-gallery__media{align-self:stretch;display:flex;flex-direction:column;min-height:0}.hafo-product-gallery--single-image .hafo-product-gallery__main{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;height:100%}.hafo-product-gallery--single-image .hafo-product-gallery__main.swiper{height:100%!important}.hafo-product-gallery--single-image .hafo-product-gallery__main .swiper-wrapper{flex:1 1 auto;align-items:stretch;height:100%!important;min-height:0}.hafo-product-gallery--single-image .hafo-product-gallery__slide{display:flex;flex-direction:column;height:100%;min-height:0}.hafo-product-gallery--single-image .hafo-product-gallery__image-wrapper{flex:1 1 auto;min-height:0;height:100%;aspect-ratio:unset}}.hafo-product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:var(--hafo-space-6);height:var(--hafo-space-6);border-radius:var(--hafo-radius-full);border:var(--hafo-border-width-1) solid var(--gallery-prev-border);background:var(--gallery-prev-bg);color:var(--gallery-prev-color);font-size:var(--hafo-font-size-2xl);font-weight:var(--hafo-font-weight-semibold);cursor:pointer;z-index:10;display:inline-flex;align-items:center;justify-content:center;transition:opacity var(--hafo-transition-normal),transform var(--hafo-transition-normal);box-shadow:var(--hafo-shadow-md)}.hafo-product-gallery__nav span{line-height:1}.hafo-product-gallery__nav:hover,.hafo-product-gallery__nav:focus-visible{opacity:.9;transform:translateY(-50%) scale(1.05);outline:none}.hafo-product-gallery__nav.is-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.hafo-product-gallery__nav--prev{left:clamp(8px,2vw,16px)}.hafo-product-gallery__nav--next{right:clamp(8px,2vw,16px);background:var(--gallery-next-bg);border-color:var(--gallery-next-border);color:var(--gallery-next-color)}.hafo-product-gallery__counter{position:absolute;top:clamp(12px,2vw,20px);right:clamp(12px,2vw,20px);display:inline-flex;align-items:center;gap:6px;padding:6px var(--hafo-space-1-5);border-radius:var(--hafo-radius-full);background:transparent;color:#050a19b3;font-size:.85rem;font-weight:var(--hafo-font-weight-semibold);letter-spacing:.02em;line-height:1;text-transform:uppercase;z-index:15;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:var(--hafo-border-width-1) solid rgb(5 10 25 / 70%)}.hafo-product-gallery__counter-current{font-size:var(--hafo-font-size-xs);font-weight:var(--hafo-font-weight-normal)}.hafo-product-gallery__counter-separator{opacity:.6;font-weight:var(--hafo-font-weight-normal)}.hafo-product-gallery__counter-total{font-weight:var(--hafo-font-weight-light)}.hafo-product-gallery__thumbnails{display:flex;flex-wrap:nowrap;gap:var(--hafo-space-1-5);margin-top:var(--hafo-space-2);padding:0;width:100%;position:relative;box-sizing:border-box;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.hafo-product-gallery__thumbnails::-webkit-scrollbar{display:none}.hafo-product-gallery__thumbnail{position:relative;aspect-ratio:1 / 1;border-radius:var(--hafo-radius-md);border:var(--hafo-border-width-1) solid var(--gallery-thumb-border);padding:0;background:var(--hafo-color-bg-card);cursor:pointer;overflow:hidden;transition:border-color var(--hafo-transition-normal),opacity var(--hafo-transition-normal);min-height:44px;min-width:44px;flex-shrink:0;width:calc((100% - (6 * 12px)) / 7)}.hafo-product-gallery__thumbnail:nth-child(-n+6){display:block}.hafo-product-gallery__thumbnail:nth-child(n+7):not(.hafo-product-gallery__thumbnail-more){display:none}.hafo-product-gallery__thumbnail--desktop{display:block}.hafo-product-gallery__thumbnail--mobile{display:none}.hafo-product-gallery__thumbnail-more{background:var(--hafo-color-brand)}.hafo-product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hafo-product-gallery__thumbnail:hover{opacity:.8}.hafo-product-gallery__thumbnail:focus-visible{outline:none;border-color:var(--gallery-thumb-active-border);box-shadow:0 0 0 2px #1e315e4d}.hafo-product-gallery__thumbnail.is-active{border-color:var(--gallery-thumb-active-border);opacity:1}.hafo-product-gallery__thumbnail.is-active:after{content:"";position:absolute;inset:3px;border:var(--hafo-border-width-1) solid var(--gallery-thumb-active-border);border-radius:var(--hafo-radius-sm);pointer-events:none}.hafo-product-gallery__thumbnail-more img{opacity:.3}.hafo-product-gallery__thumbnail-more-count{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:45px;height:45px;border-radius:var(--hafo-radius-full);background:var(--hafo-color-bg-card);display:flex;align-items:center;justify-content:center;font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-base);font-weight:var(--hafo-font-weight-normal);line-height:1;color:var(--hafo-color-brand);z-index:2}.hafo-product-gallery__info{background:#edf5fc;border:1px solid #d2d6df;border-radius:8px;padding:clamp(24px,3vw,32px);height:100%;width:100%;max-width:100%;box-sizing:border-box}.hafo-product-gallery__info-header{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.hafo-product-gallery__status-labels{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hafo-product-gallery__status-label{display:inline-flex;align-items:center;gap:4px;padding:8px 15px;border-radius:4px;font-family:Lexend,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1;width:fit-content}.hafo-product-gallery__status-label svg{width:16px;height:16px;flex-shrink:0}.hafo-product-gallery__status-label--in-stock{background:var(--hafo-color-success-500);color:var(--hafo-color-text-inverted)}.hafo-product-gallery__status-label--out-of-stock{background:var(--hafo-color-neutral-400);color:var(--hafo-color-text-inverted)}.hafo-product-gallery__status-label--backorder{background:#a5adbf;color:var(--hafo-color-text-inverted)}.hafo-product-gallery__status-label--preorder{background:var(--hafo-color-brand);color:var(--hafo-color-text-inverted)}.hafo-product-gallery__status-label--supplier-stock{background:#3fb05d;color:#fff}.hafo-product-gallery__price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px 24px;flex-wrap:wrap}.hafo-product-gallery__price{font-family:Lexend,Arial,sans-serif;font-size:clamp(32px,5vw,28px);font-weight:500;line-height:1.1;color:#1e315e}.hafo-product-gallery__price--backorder{color:#6b7280}.hafo-product-gallery__price-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hafo-product-gallery__price-container .product-card__price--old{margin-top:0;text-decoration:line-through;color:#666;font-weight:300;font-family:Lexend,Arial,sans-serif;font-size:16px;line-height:32px}.hafo-product-gallery__price .woocommerce-Price-currencySymbol,.hafo-product-gallery__price-container .product-card__price--old .woocommerce-Price-currencySymbol{display:none}.hafo-product-gallery__cashback{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;column-gap:4px;font-family:Lexend,Arial,sans-serif;font-size:16px;font-weight:500;color:#4daa57;line-height:32px}.hafo-product-gallery__cashback .product-card__cashback-prefix,.hafo-product-gallery__cashback .product-card__cashback-suffix{color:inherit}.hafo-product-gallery__cashback .product-card__cashback-amount{color:inherit;font-weight:500}.hafo-product-gallery__stock-label{display:inline-flex;align-items:center;gap:6px;border-radius:4px;font-family:Lexend,Arial,sans-serif;font-size:clamp(12px,2vw,14px);font-weight:400;line-height:1;width:fit-content;white-space:nowrap;margin-left:auto;background:transparent}.hafo-product-gallery__stock-label--available{color:#4daa57}.hafo-product-gallery__stock-label--unavailable{color:#a5adbf}.hafo-product-gallery__stock-tooltip{display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:help;opacity:.8;transition:opacity .2s ease;font-size:14px}.hafo-product-gallery__stock-tooltip:hover{opacity:1}.hafo-product-gallery__stock-tooltip i{flex-shrink:0}.hafo-product-gallery__stock-tooltip[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);right:50%;transform:translate(50%);background:#1e315e;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:400;line-height:1.4;white-space:normal;width:max-content;max-width:250px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1000;box-shadow:0 2px 8px #00000026}.hafo-product-gallery__stock-tooltip[data-tooltip]:before{content:"";position:absolute;bottom:calc(100% + 2px);right:50%;transform:translate(50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1e315e;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1000}.hafo-product-gallery__stock-tooltip:hover:after,.hafo-product-gallery__stock-tooltip:hover:before,.hafo-product-gallery__stock-tooltip:focus:after,.hafo-product-gallery__stock-tooltip:focus:before{opacity:1;transform:translate(50%) translateY(-4px)}.hafo-product-gallery__stock-availability{margin-top:clamp(16px,3vw,24px);padding:clamp(12px,2vw,16px);background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.hafo-product-gallery__stock-availability .product-info-stock-sku{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hafo-product-gallery__stock-availability .stock{display:inline-flex;align-items:center;gap:6px;font-size:clamp(13px,2.3vw,14px);line-height:1.4;font-family:Lexend,Arial,sans-serif}.hafo-product-gallery__stock-availability .stock .label{display:none}.hafo-product-gallery__stock-availability .stock:first-child{background:#3fb05d;color:#fff;padding:6px 12px;border-radius:4px;font-weight:500}.hafo-product-gallery__stock-availability .stock:first-child.onbackorder{background:#a5adbf;color:#fff}.hafo-product-gallery__stock-availability .stock:first-child.onbackorder:before{content:"";display:inline-block;width:16px;height:16px;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6v6l4 2' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='9' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6v6l4 2' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='9' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0}.hafo-product-gallery__stock-availability .stock:first-child.in-stock:before{content:"";display:inline-block;width:16px;height:16px;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='currentColor'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0}.hafo-product-gallery__stock-availability .stock:first-child.not-in-stock{background:#a5adbf;color:#fff}.hafo-product-gallery__stock-availability .stock:first-child.not-in-stock:before{content:"";display:inline-block;width:16px;height:16px;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='currentColor'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0}.hafo-product-gallery__stock-availability .stock:first-child:after{display:none}.hafo-product-gallery__stock-availability .stock:nth-child(2){background:transparent;padding:0;color:#3fb05d;font-weight:400}.hafo-product-gallery__stock-availability .stock:nth-child(2).onbackorder{color:#a5adbf}.hafo-product-gallery__stock-availability .stock:nth-child(2):before{display:none}.hafo-product-gallery__stock-availability .stock:nth-child(2).not-in-stock{color:#a5adbf}.hafo-product-gallery__stock-availability .stock:nth-child(2):after{content:"i";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid currentcolor;border-radius:50%;font-size:11px;font-weight:700;font-style:normal;line-height:1;opacity:.8;flex-shrink:0}.hafo-product-gallery__back-in-stock{margin-top:var(--space-400, 16px);margin-bottom:16px}.hafo-product-gallery__add-to-cart{background:#1e315e;color:#fff;border-radius:56px;padding:clamp(8px,1.5vw,10px) clamp(20px,3vw,24px);font-family:Lexend,Arial,sans-serif;font-size:clamp(14px,2.5vw,16px);font-weight:400;line-height:1.8;cursor:pointer;transition:opacity .2s ease,transform .2s ease;width:100%;text-align:center;text-decoration:none;margin-bottom:clamp(16px,3vw,24px);display:inline-flex;align-items:center;justify-content:center;gap:8px}.hafo-product-gallery__add-to-cart svg{flex-shrink:0;width:clamp(18px,3vw,20px);height:clamp(18px,3vw,20px)}.hafo-product-gallery__add-to-cart:hover{background:var(--hafo-color-brand-white);transform:translateY(-1px)}.hafo-product-gallery__add-to-cart:active{transform:translateY(0)}.hafo-product-gallery__bundles-link{display:block;text-align:center;color:#000;text-decoration:underline;text-underline-position:from-font;font-family:Lexend,Arial,sans-serif;font-size:clamp(14px,2.5vw,16px);font-weight:300;line-height:1.6;margin-bottom:clamp(16px,3vw,24px);transition:opacity .2s ease}.hafo-product-gallery__bundles-link:hover{opacity:.7}.hafo-product-gallery__divider{height:1px;background:#2750884d;margin:clamp(16px,3vw,24px) 0}.hafo-product-gallery__benefits{display:flex;flex-direction:column;gap:8px}.hafo-product-gallery__benefit{display:flex;align-items:center;gap:8px;font-family:Lexend,Arial,sans-serif;font-size:clamp(13px,2.3vw,16px);font-weight:300;line-height:1.6;color:#000}.hafo-product-gallery__benefit svg{width:14px;height:14px;flex-shrink:0;color:#dd0908}.hafo-product-gallery__store-card{background:#fff;border-radius:8px;padding:16px 24px;margin-bottom:24px;position:relative}.hafo-product-gallery__store-card.is-unavailable{background:#fff0f0}.hafo-product-gallery__store-header{display:flex;align-items:center;gap:10px;margin-bottom:4px}.hafo-product-gallery__store-indicator{width:16px;height:16px;border-radius:50%;flex-shrink:0;display:inline-block;position:relative;color:#4daa57}.hafo-product-gallery__store-card.is-available .hafo-product-gallery__store-indicator{background:#4daa57;color:#4daa57}.hafo-product-gallery__store-card.is-unavailable .hafo-product-gallery__store-indicator{background:#dd0908;color:#dd0908}.hafo-product-gallery__store-card.is-preorder .hafo-product-gallery__store-indicator{background:#1e315e;color:#1e315e}.hafo-product-gallery__store-card.is-online-only .hafo-product-gallery__store-indicator{background:#4daa57;color:#4daa57}.hafo-product-gallery__store-title{font-family:Lexend,Arial,sans-serif;font-size:16px;font-weight:700;line-height:32px;color:#1e315e}.hafo-product-gallery__store-card.is-unavailable .hafo-product-gallery__store-title{color:#dd0908}.hafo-product-gallery__store-details{font-family:Lexend,Arial,sans-serif;font-size:16px;font-weight:300;line-height:32px;color:var(--hafo-color-brand);padding-left:26px}.hafo-product-gallery__store-address{margin:0}.hafo-product-gallery__store-phone{color:#dd0908;text-decoration:underline!important;text-underline-position:from-font}.hafo-product-gallery__store-phone:hover{opacity:.8}.hafo-product-gallery .awcdp-deposits-wrapper{margin-top:0;padding:0}.hafo-product-gallery .awcdp-deposits-option{width:100%;max-width:100%;display:flex;align-items:flex-start;gap:0;flex-direction:column}.hafo-product-gallery .awcdp-radio{display:flex;align-items:center;gap:0;margin:0;padding:0;width:100%}.hafo-product-gallery .awcdp-radio.pay-full{display:none}.hafo-product-gallery .awcdp-radio.pay-deposit{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:clamp(14px,2.5vw,18px) clamp(16px,3vw,20px);margin:0;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.hafo-product-gallery .awcdp-radio.pay-deposit:hover{border-color:silver}.hafo-product-gallery .awcdp-radio.pay-deposit:has(.awcdp-deposit-radio:checked){border-color:#283664;box-shadow:0 0 0 1px #283664}.hafo-product-gallery .awcdp-radio input[type=radio]{position:absolute;opacity:0;pointer-events:none;width:0;height:0;margin:0;padding:0}.hafo-product-gallery .awcdp-radio>div{display:flex;align-items:center;gap:clamp(12px,2.5vw,16px);width:100%}.hafo-product-gallery .awcdp-radio-label{position:relative;padding-left:0;font-family:Lexend,Arial,sans-serif;font-weight:400;font-size:clamp(14px,2.5vw,16px);color:#333;text-decoration:none;cursor:pointer;line-height:1.5;display:flex;align-items:center;flex:1;transition:color .2s ease}.hafo-product-gallery .awcdp-radio-label:hover{color:#1e315e}.hafo-product-gallery .awcdp-deposit-radio+.awcdp-radio-label:before{content:"";position:relative;left:0;top:0;transform:none;width:20px;height:20px;min-width:20px;border:1px solid #bfbfbf;border-radius:50%;background:#fff;display:block;cursor:pointer;transition:all .25s ease;flex-shrink:0;margin-right:clamp(12px,2.5vw,16px)}.hafo-product-gallery .awcdp-deposit-radio:checked+.awcdp-radio-label:before{background:#fff;border-color:#283664;box-shadow:inset 0 0 0 5px #283664}.hafo-product-gallery .awcdp-deposit-radio:focus+.awcdp-radio-label:before{outline:2px solid #283664;outline-offset:2px}.hafo-product-gallery .awcdp-deposits-description{font-family:Lexend,Arial,sans-serif;font-size:clamp(14px,2.5vw,16px);color:#333;font-weight:400;display:none!important;align-items:center;margin-left:auto;text-decoration:none}.hafo-product-gallery .awcdp-radio.pay-deposit .awcdp-deposit-radio:checked~.awcdp-radio-label~.awcdp-deposits-description,.hafo-product-gallery .awcdp-radio.pay-deposit:has(.awcdp-deposit-radio:checked) .awcdp-deposits-description{display:none!important}.hafo-product-gallery__modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:40}.hafo-product-gallery__modal.is-open{display:flex}.hafo-product-gallery__modal-backdrop{position:absolute;inset:0;background:var(--hafo-color-bg-overlay)}.hafo-product-gallery__modal-dialog{position:relative;width:100%;max-width:100%;height:100%;max-height:100%;background:transparent;border-radius:0;padding:0;overflow:visible;z-index:1;display:flex;flex-direction:column;gap:0}.hafo-product-gallery__modal-close{position:absolute;top:var(--hafo-space-3);right:var(--hafo-space-3);width:var(--hafo-space-6);height:var(--hafo-space-6);border:none;background:#ffffffe5;border-radius:var(--hafo-radius-full);font-size:var(--hafo-font-size-2xl);line-height:1;cursor:pointer;color:var(--hafo-color-brand);z-index:10;display:flex;align-items:center;justify-content:center;transition:background-color var(--hafo-transition-normal)}.hafo-product-gallery__modal-close:hover{background:#fff}.hafo-product-gallery__lightbox{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:clamp(60px,10vh,80px) clamp(20px,10vw,100px)}.hafo-product-gallery__lightbox-image-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;max-width:1200px;max-height:100%}.hafo-product-gallery__lightbox-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:var(--hafo-radius-md);box-shadow:var(--hafo-shadow-xl)}.hafo-product-gallery__lightbox-prev,.hafo-product-gallery__lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:none;background:#ffffffe5;border-radius:var(--hafo-radius-full);cursor:pointer;color:var(--hafo-color-brand);display:flex;align-items:center;justify-content:center;transition:background-color var(--hafo-transition-normal),opacity var(--hafo-transition-normal);z-index:5}.hafo-product-gallery__lightbox-prev{left:var(--hafo-space-3)}.hafo-product-gallery__lightbox-next{right:var(--hafo-space-3)}.hafo-product-gallery__lightbox-prev:hover,.hafo-product-gallery__lightbox-next:hover{background:#fff}.hafo-product-gallery__lightbox-prev.is-disabled,.hafo-product-gallery__lightbox-next.is-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.hafo-product-gallery__lightbox-counter{position:absolute;bottom:var(--hafo-space-3);left:50%;transform:translate(-50%);padding:var(--hafo-space-1) var(--hafo-space-2);background:#000000b3;color:var(--hafo-color-text-inverted);border-radius:var(--hafo-radius-xl);font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-medium);z-index:5}.hafo-product-gallery__modal-grid{position:absolute;bottom:0;left:0;right:0;padding:clamp(16px,3vw,24px);background:#0000007f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(60px,10vw,80px),1fr));gap:clamp(8px,1.5vw,12px);max-width:100%;overflow-x:auto;z-index:5}.hafo-product-gallery__modal-item{margin:0;border-radius:var(--hafo-radius-md);overflow:hidden;background:var(--hafo-color-neutral-100);cursor:pointer;border:2px solid transparent;transition:border-color var(--hafo-transition-normal),transform var(--hafo-transition-normal);aspect-ratio:1}.hafo-product-gallery__modal-item:hover{transform:scale(1.05);border-color:#ffffff7f}.hafo-product-gallery__modal-item.is-active{border-color:var(--hafo-color-text-inverted);box-shadow:0 0 0 2px #ffffff4d}.hafo-product-gallery__modal-item img{width:100%;height:100%;object-fit:cover;display:block}.hafo-product-sticky-bar{position:fixed;bottom:0;left:0;right:0;box-sizing:border-box;background:var(--hafo-color-bg-card);border-top:var(--hafo-border-width-1) solid var(--hafo-color-border-light);padding:var(--hafo-space-2) clamp(16px,5vw,40px);z-index:30;opacity:0;visibility:hidden;transform:translateY(100%);transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),visibility .35s ease}.hafo-product-sticky-bar.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.hafo-product-sticky-bar:after{content:"";position:absolute;inset:0;pointer-events:none}@supports (padding: env(safe-area-inset-bottom)){.hafo-product-sticky-bar{padding-bottom:calc(var(--hafo-space-2) + env(safe-area-inset-bottom))}}.hafo-product-sticky-bar__inner{max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--hafo-space-4)}.hafo-product-sticky-bar__details{display:flex;align-items:center;gap:var(--hafo-space-3)}.hafo-product-sticky-bar__thumb{width:64px;height:64px;border:var(--hafo-border-width-1) solid var(--hafo-color-border-light);border-radius:var(--hafo-radius-md);overflow:hidden;flex-shrink:0}.hafo-product-sticky-bar__thumb img{width:100%;height:100%;object-fit:cover}.hafo-product-sticky-bar__text{display:flex;flex-direction:column;gap:var(--hafo-space-half)}.hafo-product-sticky-bar__title{font-family:var(--hafo-font-family);font-size:clamp(16px,2.5vw,16px);font-weight:var(--hafo-font-weight-normal);line-height:1.4;color:var(--hafo-color-brand);margin:0}.hafo-product-sticky-bar__price{font-family:var(--hafo-font-family);font-size:clamp(18px,3vw,24px);font-weight:var(--hafo-font-weight-semibold);color:var(--hafo-color-brand);margin:0}.hafo-product-sticky-bar__button{gap:var(--hafo-space-1)}.hafo-product-sticky-bar__button-icon{display:inline-flex;align-items:center;justify-content:center}.hafo-product-sticky-bar__button-icon svg{width:20px;height:20px}.hafo-product-sticky-bar__button-label{display:inline-block}.hafo-product-gallery__back-in-stock{margin-top:var(--space-400, 16px)}.hafo-product-gallery__back-in-stock-collapsible{background:var(--color-surface-light, #edf5fc);border:1px solid var(--color-border-light, #d2d6df);border-radius:var(--radius-sm, 4px)}.hafo-product-gallery__back-in-stock-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--space-400, 16px) var(--space-500, 20px);border:none;background:transparent;text-align:left;cursor:pointer;font-family:var(--font-primary, "Lexend", sans-serif);font-size:var(--text-sm, 14px);font-weight:600;line-height:1.5;color:var(--color-text-primary, #2c2c2c);transition:color .2s ease}.hafo-product-gallery__back-in-stock-toggle:hover{color:var(--color-accent, #4daa57)}.hafo-product-gallery__back-in-stock-toggle:focus-visible{outline:2px solid var(--color-primary, #1e315e);outline-offset:-2px;border-radius:var(--radius-sm, 4px)}.hafo-product-gallery__back-in-stock-title{display:flex;align-items:center;gap:var(--space-200, 8px);flex:1}.hafo-product-gallery__back-in-stock-title svg{flex-shrink:0;color:var(--color-accent, #4daa57)}.hafo-product-gallery__back-in-stock-icon{flex-shrink:0;font-size:18px;color:var(--color-text-primary, #2c2c2c);transition:transform .3s ease}.hafo-product-gallery__back-in-stock-icon:before{content:"+"}.hafo-product-gallery__back-in-stock-toggle[aria-expanded=true] .hafo-product-gallery__back-in-stock-icon:before{content:"−"}.hafo-product-gallery__back-in-stock-toggle[aria-expanded=true]{border-bottom:1px solid rgb(0 0 0 / 8%)}.hafo-product-gallery__back-in-stock-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.hafo-product-gallery__back-in-stock-content.is-expanded{max-height:500px}.hafo-product-gallery__back-in-stock-inner{padding:var(--space-400, 16px) var(--space-500, 20px)}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form{display:flex;flex-direction:column;gap:16px}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form label,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form label{font-family:Lexend,sans-serif;font-size:14px;font-weight:700;color:#002147;margin-bottom:4px;display:block}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=email],.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=email],.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=text],.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=text]{width:100%;height:36px;padding:0 12px;font-family:Lexend,sans-serif;font-size:14px;color:#002147;background:#f2f2f2;border:1px solid #D9D9D9;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=email]::placeholder,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=email]::placeholder,.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=text]::placeholder,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=text]::placeholder{color:#8c8c8c}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=email]:focus,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=email]:focus,.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=text]:focus,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=text]:focus{outline:none;border-color:#002147;box-shadow:0 0 0 2px #0021471a}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form button,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form button,.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=submit],.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=submit]{width:100%;height:36px;padding:0 16px;font-family:Lexend,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#002147;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form button:hover,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form button:hover,.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=submit]:hover,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=submit]:hover{background:#036}.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form button:active,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form button:active,.hafo-product-gallery__back-in-stock .cwginstock-subscribe-form input[type=submit]:active,.hafo-product-gallery__back-in-stock-inner .cwginstock-subscribe-form input[type=submit]:active{opacity:.9}.hafo-product-gallery__back-in-stock .cwginstock-panel-body p,.hafo-product-gallery__back-in-stock-inner .cwginstock-panel-body p{font-family:Lexend,sans-serif;font-size:14px;color:#8c8c8c;margin:0 0 12px;line-height:1.6}.hafo-product-gallery__back-in-stock .cwg-subscribed-msg,.hafo-product-gallery__back-in-stock-inner .cwg-subscribed-msg{padding:12px;background:#4daa571a;border:1px solid #4daa57;border-radius:4px;color:#4daa57;font-family:Lexend,sans-serif;font-size:14px}.hafo-product-gallery__back-in-stock .cwginstock-panel-heading,.hafo-product-gallery__back-in-stock-inner .cwginstock-panel-heading{display:none}@media(max-width:1200px){.hafo-product-gallery__layout{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);gap:clamp(24px,4vw,32px)}}@media(max-width:1024px){.hafo-product-gallery__layout{grid-template-columns:1fr;gap:clamp(20px,3.5vw,28px)}.hafo-product-gallery__info{width:100%}.hafo-product-gallery__media{max-width:700px;margin:0 auto}.hafo-product-gallery__thumbnail{width:calc((100% - 48px)/5)}.hafo-product-gallery__thumbnail:nth-child(n+5):not(.hafo-product-gallery__thumbnail--mobile){display:none}.hafo-product-gallery__thumbnail:nth-child(-n+4){display:block}.hafo-product-gallery__thumbnail--desktop{display:none}.hafo-product-gallery__thumbnail--mobile{display:block}}@media(max-width:992px){.hafo-product-sticky-bar__button{padding:0;width:52px;height:52px;min-width:52px;border-radius:999px;gap:0}.hafo-product-sticky-bar__button-label{display:none}.hafo-product-sticky-bar__button-icon svg{width:22px;height:22px}.hafo-product-sticky-bar__button-icon{width:100%;height:100%;justify-content:center}}@media(max-width:768px){.hafo-product-gallery__layout{gap:clamp(16px,3vw,20px)}.hafo-product-gallery__media{max-width:600px}.hafo-product-gallery__thumbnail{width:calc((100% - 32px)/5);gap:8px}.hafo-product-gallery__thumbnails{gap:8px}.hafo-product-gallery__nav{width:clamp(36px,6vw,40px);height:clamp(36px,6vw,40px);font-size:clamp(18px,3vw,20px)}.hafo-product-gallery__nav--prev{left:8px}.hafo-product-gallery__nav--next{right:8px}.hafo-product-gallery__counter{top:8px;right:8px;padding:6px 12px;font-size:.75rem}.hafo-product-gallery__counter-current{font-size:.9rem}.hafo-product-gallery__price-row{gap:12px}.hafo-product-gallery__stock-tooltip:after{max-width:200px;font-size:11px}.hafo-product-gallery__stock-availability{margin-top:12px;padding:10px}.hafo-product-gallery__stock-availability .product-info-stock-sku{gap:10px}.hafo-product-gallery__stock-availability .stock{font-size:13px}.hafo-product-gallery__stock-availability .stock:first-child{padding:5px 10px}.hafo-product-gallery__stock-availability .stock:first-child:before{width:14px;height:14px}.hafo-product-gallery__stock-availability .stock:nth-child(2):after{width:14px;height:14px;font-size:10px}.hafo-product-gallery__lightbox{padding:60px 16px 140px}.hafo-product-gallery__lightbox-prev,.hafo-product-gallery__lightbox-next{width:44px;height:44px}.hafo-product-gallery__lightbox-prev{left:8px}.hafo-product-gallery__lightbox-next{right:8px}.hafo-product-gallery__modal-close{top:12px;right:12px;width:36px;height:36px;font-size:18px}.hafo-product-gallery__modal-grid{padding:12px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}.hafo-product-gallery__lightbox-counter{bottom:100px;font-size:12px;padding:6px 12px}}@media(max-width:600px){.hafo-product-gallery__media{max-width:100%}}@media(max-width:480px){.hafo-product-gallery__price-row{flex-direction:column;align-items:flex-start;gap:12px}.hafo-product-gallery__stock-label{margin-left:0}.hafo-product-gallery__stock-tooltip:after{right:0;transform:translate(0);max-width:180px}.hafo-product-gallery__stock-tooltip:before{right:10px;transform:translate(0)}.hafo-product-gallery__stock-tooltip:hover:after,.hafo-product-gallery__stock-tooltip:hover:before{transform:translate(0) translateY(-4px)}}@media(max-width:375px){.hafo-product-gallery{padding:0 12px}.hafo-product-gallery__nav{width:32px;height:32px;font-size:16px}.hafo-product-gallery__nav--prev{left:6px}.hafo-product-gallery__nav--next{right:6px}.hafo-product-gallery__thumbnail-more-count{width:38px;height:38px;font-size:14px}}@media(max-width:360px){.hafo-product-gallery{padding:0 8px}.hafo-product-gallery__main{border-radius:6px}.hafo-product-gallery__nav{width:28px;height:28px;font-size:14px;box-shadow:0 1px 4px #00000026}.hafo-product-gallery__nav--prev{left:4px}.hafo-product-gallery__nav--next{right:4px}.hafo-product-gallery__thumbnails{gap:6px;margin-top:12px}.hafo-product-gallery__thumbnail{border-radius:6px}.hafo-product-gallery__thumbnail-more-count{width:32px;height:32px;font-size:12px}}
