.section-custom-main-product{--pdp-gap: 80px;--pdp-thumbnail-width: 140px;--pdp-thumbnail-height: 120px;--pdp-thumbnail-gap: 20px;--pdp-gallery-max-height: 700px;--pdp-info-gap: 40px;--pdp-details-gap: 16px;--pdp-nav-color: rgb(var(--color-custom-paragraph, 57, 58, 59));--pdp-border-color: rgb(var(--color-custom-dark, 0, 0, 0));--pdp-price-color: rgb(var(--color-custom-secondary, 158, 32, 53));--pdp-text-color: rgb(var(--color-custom-paragraph, 57, 58, 59));--pdp-button-bg: rgb(var(--color-custom-primary, 46, 83, 138));--pdp-button-height: var(--button-height, 56px);--pdp-heading-color: rgb(var(--color-custom-dark, 0, 0, 0))}.section-custom-main-product{padding:60px 40px}.custom-pdp{width:100%;max-width:var(--page-width, 1440px);margin-inline:auto}@media screen and (max-width:500px){.section-custom-main-product{padding:24px 12px}}@media screen and (min-width:501px)and (max-width:749px){.section-custom-main-product{padding:32px 16px}}@media screen and (min-width:750px)and (max-width:989px){.section-custom-main-product{padding:48px 24px}}@media screen and (min-width:990px)and (max-width:1399px){.section-custom-main-product{padding:60px clamp(24px,4vw,80px)}}@media screen and (min-width:1400px){.section-custom-main-product{padding:80px clamp(40px,5vw,120px)}}@media screen and (min-width:1600px){.section-custom-main-product{padding:100px clamp(80px,8vw,200px)}}.custom-pdp-nav{margin-bottom:16px;display:flex;flex-direction:column;gap:0}.custom-pdp-nav__row{display:flex;align-items:center;gap:64px}.custom-pdp-nav__back-link{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:16px;font-weight:var(--font-weight-semibold, 600);line-height:1.5;text-decoration:none;white-space:nowrap;color:rgb(var(--color-custom-paragraph, 57, 58, 59));display:inline-flex;align-items:center;gap:4px;transition:color .2s ease}.custom-pdp-nav__back-link:hover{color:var(--pdp-heading-color)}.custom-pdp-nav__back-link svg{flex-shrink:0}.custom-pdp-nav__breadcrumbs{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;font-weight:var(--font-weight-semibold, 600);line-height:1.5;list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:2px}.custom-pdp-nav__crumb{color:var(--pdp-text-color)}.custom-pdp-nav__crumb--link{text-decoration:none;color:var(--pdp-price-color);transition:color .2s ease}.custom-pdp-nav__crumb--link:hover{text-decoration:underline}.custom-pdp-nav__crumb--current{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden;color:var(--pdp-text-color)}.custom-pdp-nav__separator{color:var(--pdp-text-color);display:flex;align-items:center}.custom-pdp-nav__separator svg{width:20px;height:20px}@media screen and (max-width:500px){.custom-pdp-nav{margin-bottom:12px}.custom-pdp-nav__back-link{font-size:14px}.custom-pdp-nav__breadcrumbs{font-size:12px}.custom-pdp-nav__crumb--current{max-width:160px}}@media screen and (max-width:989px){.custom-pdp-nav__row{flex-direction:column;align-items:flex-start;gap:8px}}.custom-pdp__layout{display:grid;gap:var(--pdp-gap)}@media screen and (max-width:989px){.section-custom-main-product{--pdp-thumbnail-width: 80px;--pdp-thumbnail-height: 80px;--pdp-thumbnail-gap: 12px;--pdp-button-height: 46px}.custom-pdp__layout{grid-template-columns:1fr;gap:24px}.custom-pdp__form-inner{gap:24px}}@media screen and (max-width:500px){.section-custom-main-product{--pdp-thumbnail-width: 60px;--pdp-thumbnail-height: 60px;--pdp-thumbnail-gap: 8px;--pdp-button-height: 44px}.custom-pdp__layout,.custom-pdp__form-inner{gap:20px}}@media screen and (min-width:750px)and (max-width:989px){.custom-pdp__form-inner{gap:28px}}@media screen and (min-width:990px)and (max-width:1399px){.section-custom-main-product{--pdp-thumbnail-width: 90px;--pdp-thumbnail-height: 80px;--pdp-thumbnail-gap: 10px;--pdp-gap: 40px}.custom-pdp__layout{grid-template-columns:60fr 40fr}}@media screen and (min-width:1400px){.section-custom-main-product{--pdp-gap: 60px}.custom-pdp__layout{grid-template-columns:58fr 42fr}}@media screen and (min-width:1600px){.section-custom-main-product{--pdp-gap: 80px}}.custom-pdp__gallery{min-width:0;position:relative}@media screen and (min-width:990px){.custom-pdp__gallery{position:sticky;top:calc(var(--header-height, 80px) + 20px);align-self:start}}.custom-pdp-gallery{width:100%;max-width:100%;overflow:hidden;position:relative}.custom-pdp-gallery__wrapper{display:flex;gap:var(--pdp-thumbnail-gap)}@media screen and (min-width:1400px){.custom-pdp-gallery__wrapper{flex-direction:row}.custom-pdp-gallery__thumbnails{width:var(--pdp-thumbnail-width);max-height:var(--pdp-gallery-max-height);overflow-x:hidden;overflow-y:auto;flex-shrink:0;order:-1;scrollbar-width:thin;scrollbar-color:rgba(var(--color-custom-dark, 0, 0, 0),.3) transparent}.custom-pdp-gallery__thumbnails::-webkit-scrollbar{width:3px}.custom-pdp-gallery__thumbnails::-webkit-scrollbar-track{background:transparent}.custom-pdp-gallery__thumbnails::-webkit-scrollbar-thumb{background:rgba(var(--color-custom-dark, 0, 0, 0),.3)}.custom-pdp-gallery__thumbnails-track{display:flex;flex-direction:column;gap:var(--pdp-thumbnail-gap)}}@media screen and (max-width:1399px){.custom-pdp-gallery__wrapper{flex-direction:column;gap:12px}.custom-pdp-gallery__thumbnails{width:100%;overflow-x:auto;overflow-y:hidden;order:1;scrollbar-width:thin;scrollbar-color:rgba(var(--color-custom-dark, 0, 0, 0),.3) transparent}.custom-pdp-gallery__thumbnails::-webkit-scrollbar{height:3px}.custom-pdp-gallery__thumbnails::-webkit-scrollbar-track{background:transparent}.custom-pdp-gallery__thumbnails::-webkit-scrollbar-thumb{background:rgba(var(--color-custom-dark, 0, 0, 0),.3)}.custom-pdp-gallery__thumbnails-track{width:max-content;display:flex;flex-direction:row;gap:var(--pdp-thumbnail-gap)}}.custom-pdp-gallery__thumbnail{width:var(--pdp-thumbnail-width);height:var(--pdp-thumbnail-height);padding:0;background:none;overflow:hidden;cursor:pointer;border:1px solid transparent;flex-shrink:0;position:relative;transition:border-color .2s ease}.custom-pdp-gallery__thumbnail:hover{border-color:rgba(var(--color-custom-dark, 0, 0, 0),.4)}.custom-pdp-gallery__thumbnail[aria-current=true]{border-color:var(--pdp-price-color)}.custom-pdp-gallery__thumbnail-image{width:100%;height:100%;object-fit:cover}.custom-pdp-gallery__thumbnail-badge{width:20px;height:20px;background:#0009;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:4px;right:4px}.custom-pdp-gallery__thumbnail-badge svg{width:12px;height:12px}@media screen and (max-width:500px){.custom-pdp-gallery__thumbnail-badge{width:16px;height:16px;top:2px;right:2px}.custom-pdp-gallery__thumbnail-badge svg{width:10px;height:10px}}.custom-pdp-gallery__main{max-width:100%;min-width:0;background:rgb(var(--color-custom-light, 248, 248, 248));overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative;flex:1}@media screen and (min-width:990px){.custom-pdp-gallery__main{max-height:var(--pdp-gallery-max-height)}}@media screen and (max-width:989px){.custom-pdp-gallery__main{max-height:65vh}}@media screen and (max-width:500px){.custom-pdp-gallery__main{max-height:55vh}}.custom-pdp-gallery__media-item{width:100%;display:none;flex-direction:column;position:relative}.custom-pdp-gallery__media-item.is-active{display:flex;justify-content:center;align-items:center}.custom-pdp-gallery__media-item img:not(.custom-pdp-gallery__thumbnail-image){max-width:100%;height:auto;margin:0 auto;object-fit:contain;display:block}@media screen and (min-width:990px){.custom-pdp-gallery__media-item img:not(.custom-pdp-gallery__thumbnail-image){max-height:var(--pdp-gallery-max-height)}}@media screen and (max-width:989px){.custom-pdp-gallery__media-item img:not(.custom-pdp-gallery__thumbnail-image){max-height:65vh}}@media screen and (max-width:500px){.custom-pdp-gallery__media-item img:not(.custom-pdp-gallery__thumbnail-image){max-height:55vh}}.custom-pdp-gallery__controls{margin-top:16px;display:flex;justify-content:center;align-items:center;gap:16px}@media screen and (max-width:500px){.custom-pdp-gallery__controls{margin-top:12px;gap:12px}}@media screen and (min-width:990px){.custom-pdp-gallery__controls--mobile{display:none}}.custom-pdp-gallery__control-button{width:40px;height:40px;padding:0;background:var(--color-background, #fff);cursor:pointer;color:var(--pdp-heading-color);border:1px solid var(--pdp-border-color);display:flex;justify-content:center;align-items:center;transition:border-color .2s ease,background-color .2s ease}.custom-pdp-gallery__control-button:hover{background:var(--pdp-button-bg);color:#fff;border-color:var(--pdp-button-bg)}@media screen and (max-width:500px){.custom-pdp-gallery__control-button{width:36px;height:36px}.custom-pdp-gallery__control-button svg{width:20px;height:20px}}.custom-pdp-gallery__counter{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;color:var(--pdp-text-color)}.custom-pdp-gallery__xr-button{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;font-weight:var(--font-weight-semibold, 600);padding:8px 16px;background:var(--pdp-button-bg);cursor:pointer;color:#fff;border:none;display:none;align-items:center;gap:8px;position:absolute;right:16px;bottom:16px;transition:opacity .2s ease}.custom-pdp-gallery__xr-button:hover{opacity:.9}.custom-pdp-gallery__xr-button[data-shopify-xr-hidden=false]{display:inline-flex}.custom-pdp-media__image-button{width:100%;padding:0;background:none;cursor:zoom-in;border:none;display:flex;justify-content:center;align-items:center;position:relative}.custom-pdp-media__image{max-width:100%;height:auto;margin:0 auto;object-fit:contain;display:block}@media screen and (min-width:990px){.custom-pdp-media__image{max-height:var(--pdp-gallery-max-height)}}@media screen and (max-width:989px){.custom-pdp-media__image{max-height:65vh}}@media screen and (max-width:500px){.custom-pdp-media__image{max-height:55vh}}.custom-pdp-media__zoom-icon{width:40px;height:40px;background:#ffffffe6;color:var(--pdp-heading-color);opacity:0;display:flex;justify-content:center;align-items:center;position:absolute;right:16px;bottom:16px;transition:opacity .2s ease}.custom-pdp-media__image-button:hover .custom-pdp-media__zoom-icon{opacity:1}.custom-pdp-media__deferred{width:100%;position:relative}.custom-pdp-media__poster{width:100%;padding:0;background:none;cursor:pointer;border:none;display:flex;justify-content:center;align-items:center;position:relative}.custom-pdp-media__poster-image{max-width:100%;height:auto;object-fit:contain}.custom-pdp-media__play-button,.custom-pdp-media__3d-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.custom-pdp-media__poster:hover .custom-pdp-media__play-button,.custom-pdp-media__poster:hover .custom-pdp-media__3d-button{transform:translate(-50%,-50%) scale(1.1)}.custom-pdp-media__video,.custom-pdp-media__model{width:100%;height:auto;aspect-ratio:16 / 9}.custom-pdp-media__zoom-wrapper{width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.custom-pdp-media__image--zoomable{transition:transform .3s ease}.custom-pdp__info{min-width:0;display:flex;flex-direction:column}.custom-pdp__form-inner{display:flex;flex-direction:column;gap:32px}.custom-pdp__info-details{display:flex;flex-direction:column;gap:0}.custom-pdp__info-details>*{margin-top:20px}.custom-pdp__info-details>*:first-child{margin-top:0}.custom-pdp__sku{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;font-weight:var(--font-weight-regular, 400);line-height:1.5;margin:0;color:var(--pdp-text-color)}.custom-pdp__sku-value{font-weight:var(--font-weight-bold, 700)}@media screen and (max-width:500px){.custom-pdp__sku{font-size:12px}}.custom-pdp__title-group{display:flex;flex-direction:column;gap:2px}.custom-pdp__title-group+.custom-pdp__title{margin-top:0}.custom-pdp__info-details>.custom-pdp__title-group+.custom-pdp__title,.custom-pdp__info-details>.custom-pdp__title{margin-top:4px}.custom-pdp__info-details>.custom-pdp__title-group:first-child+.custom-pdp__title{margin-top:4px}.custom-pdp__title{font-family:var(--font-family-heading, "PT Serif", serif);font-size:clamp(1.375rem,2vw + .5rem,2.4375rem);font-weight:var(--font-weight-medium, 500);line-height:1.2;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;letter-spacing:-.03em;margin:0;color:var(--pdp-heading-color);overflow-wrap:break-word}@media screen and (max-width:500px){.custom-pdp__title{font-size:clamp(1.125rem,5vw,1.5rem);line-height:1.25}}.custom-pdp__title+.custom-pdp__price-wrapper{margin-top:8px}.custom-pdp__price-wrapper{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px}.custom-pdp__price{font-family:var(--font-family-heading, "PT Serif", serif);font-size:clamp(1.375rem,2vw + .5rem,3.0625rem);font-weight:var(--font-weight-medium, 500);line-height:1.2;letter-spacing:-.03em;margin:0;color:var(--pdp-price-color)}@media screen and (max-width:500px){.custom-pdp__price{font-size:clamp(1.125rem,5vw,1.5rem)}.custom-pdp__price-wrapper{gap:8px}}.custom-pdp__price--sale{color:var(--pdp-price-color)}.custom-pdp__price--compare{font-size:18px;font-weight:var(--font-weight-regular, 400);text-decoration:line-through;color:rgba(var(--color-custom-dark, 0, 0, 0),.5)}@media screen and (max-width:500px){.custom-pdp__price--compare{font-size:14px}}.custom-pdp__price-badge{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:12px;font-weight:var(--font-weight-bold, 700);text-transform:uppercase;padding:4px 8px;background:var(--pdp-price-color);color:#fff;display:inline-block}@media screen and (max-width:500px){.custom-pdp__price-badge{font-size:10px;padding:3px 6px}}.custom-pdp__tax-notice{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:12px;margin-top:4px;color:var(--pdp-text-color)}.custom-pdp__tax-notice a{text-decoration:underline;color:inherit}@media screen and (max-width:500px){.custom-pdp__tax-notice{font-size:11px}}.custom-pdp__description{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:16px;font-weight:var(--font-weight-regular, 400);line-height:1.5;word-wrap:break-word;color:var(--pdp-text-color);overflow-wrap:break-word}.custom-pdp__description p{margin:0 0 1em}.custom-pdp__description p:last-child{margin-bottom:0}@media screen and (max-width:500px){.custom-pdp__description{font-size:14px}}.custom-pdp-specs{display:flex;flex-direction:column;gap:6px}.custom-pdp-specs__item{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:16px;font-weight:var(--font-weight-regular, 400);line-height:1.5;word-wrap:break-word;margin:0;color:var(--pdp-text-color);overflow-wrap:break-word}.custom-pdp-specs__label{font-weight:var(--font-weight-regular, 400)}.custom-pdp-specs__value{font-weight:var(--font-weight-bold, 700);margin:0}@media screen and (max-width:500px){.custom-pdp-specs__item{font-size:13px}.custom-pdp-specs{gap:4px}}.custom-pdp__variants{display:flex;flex-direction:column;gap:16px}.custom-pdp__variant-fieldset{margin:0;padding:0;border:none}.custom-pdp__variant-legend{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:13px;font-weight:var(--font-weight-semibold, 600);margin-bottom:12px;color:var(--pdp-heading-color);display:block}.custom-pdp__variant-options{display:flex;flex-wrap:wrap;gap:8px}.custom-pdp__variant-option{position:relative}.custom-pdp__variant-input{width:100%;height:100%;cursor:pointer;opacity:0;position:absolute}.custom-pdp__variant-label{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;min-width:44px;padding:10px 16px;background:transparent;cursor:pointer;color:var(--pdp-heading-color);border:1px solid rgba(var(--color-custom-dark, 0, 0, 0),.2);display:inline-flex;justify-content:center;align-items:center;transition:border-color .2s ease,background-color .2s ease}@media screen and (max-width:500px){.custom-pdp__variant-label{font-size:13px;min-width:40px;padding:8px 12px}}.custom-pdp__variant-input:hover+.custom-pdp__variant-label{border-color:var(--pdp-heading-color)}.custom-pdp__variant-input:checked+.custom-pdp__variant-label{background:rgb(var(--color-custom-primary-tint, 235, 238, 244));border-color:var(--pdp-button-bg)}.custom-pdp__variant-input:disabled+.custom-pdp__variant-label{text-decoration:line-through;cursor:not-allowed;opacity:.5}.custom-pdp__variant-select{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:15px;width:100%;padding:12px 40px 12px 16px;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;background-size:20px;cursor:pointer;color:var(--pdp-heading-color);border:1px solid var(--pdp-border-color);transition:border-color .2s ease;-webkit-appearance:none;appearance:none}.custom-pdp__variant-select:hover,.custom-pdp__variant-select:focus{outline:none;border-color:var(--pdp-button-bg)}@media screen and (max-width:500px){.custom-pdp__variant-select{font-size:14px;padding:10px 36px 10px 12px}}.custom-pdp__action-row{width:100%;display:flex;align-items:flex-start;gap:12px}@media screen and (max-width:989px){.custom-pdp__action-row{flex-direction:column}}.custom-pdp__quantity-wrapper{display:flex;flex-direction:column;gap:8px}.custom-pdp__quantity-label{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:13px;font-weight:var(--font-weight-semibold, 600);color:var(--pdp-heading-color)}.custom-pdp__quantity{width:fit-content;height:var(--pdp-button-height);overflow:hidden;border:1px solid var(--pdp-border-color);display:flex;align-items:center;gap:20px;padding-inline:20px}@media screen and (max-width:989px){.custom-pdp__quantity{width:100%;justify-content:center}}@media screen and (max-width:500px){.custom-pdp__quantity{gap:16px;padding-inline:16px}}.custom-pdp__quantity-button{width:24px;height:24px;padding:0;background:none;cursor:pointer;color:var(--pdp-heading-color);border:none;display:flex;justify-content:center;align-items:center;transition:opacity .2s ease}.custom-pdp__quantity-button:hover{opacity:.6}.custom-pdp__quantity-button:disabled{cursor:not-allowed;opacity:.3}.custom-pdp__quantity-input{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:16px;font-weight:var(--font-weight-semibold, 600);text-align:center;width:40px;padding:0;background:transparent;color:var(--pdp-heading-color);border:none;-webkit-appearance:textfield;appearance:textfield}.custom-pdp__quantity-input::-webkit-outer-spin-button,.custom-pdp__quantity-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}@media screen and (max-width:500px){.custom-pdp__quantity-input{font-size:14px}}.custom-pdp__buy-buttons{min-width:0;display:flex;flex-direction:column;gap:12px;flex:1}.custom-pdp__add-button{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:16px;font-weight:var(--font-weight-bold, 700);line-height:1;width:100%;height:var(--pdp-button-height);padding:0 32px;background:var(--pdp-button-bg);cursor:pointer;color:#fff;border:none;display:flex;justify-content:center;align-items:center;position:relative;transition:opacity .2s ease}.custom-pdp__add-button:hover{opacity:.9}.custom-pdp__add-button:active{opacity:.85}.custom-pdp__add-button:disabled{cursor:not-allowed;opacity:.6}@media screen and (max-width:500px){.custom-pdp__add-button{font-size:14px;padding:0 16px}}.custom-pdp__dynamic-checkout{margin-top:4px}.custom-pdp__dynamic-checkout .shopify-payment-button{width:100%}.custom-pdp__dynamic-checkout .shopify-payment-button__button{min-height:var(--pdp-button-height)}.custom-pdp__soldout-text{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;text-align:center;color:var(--pdp-text-color)}.custom-pdp__error{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;margin:0;color:var(--pdp-price-color)}.custom-pdp__accordion{border-top:1px solid rgba(var(--color-custom-dark, 0, 0, 0),.15)}.custom-pdp__accordion-item{border-bottom:1px solid rgba(var(--color-custom-dark, 0, 0, 0),.15)}.custom-pdp__accordion-header{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:15px;font-weight:var(--font-weight-semibold, 600);text-align:left;width:100%;padding:16px 0;background:none;cursor:pointer;color:var(--pdp-heading-color);border:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.custom-pdp__accordion-header span{word-wrap:break-word;min-width:0;overflow-wrap:break-word}@media screen and (max-width:500px){.custom-pdp__accordion-header{font-size:14px;padding:14px 0}}.custom-pdp__accordion-icon{width:24px;height:24px;flex-shrink:0;transition:transform .2s ease}.custom-pdp__accordion-item[open] .custom-pdp__accordion-icon{transform:rotate(180deg)}@media screen and (max-width:500px){.custom-pdp__accordion-icon{width:20px;height:20px}}.custom-pdp__accordion-content{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;line-height:1.6;word-wrap:break-word;padding-bottom:16px;color:var(--pdp-text-color);overflow-wrap:break-word}@media screen and (max-width:500px){.custom-pdp__accordion-content{font-size:13px;padding-bottom:12px}}.custom-pdp__divider{margin:0;border:none;border-top:1px solid rgba(var(--color-custom-dark, 0, 0, 0),.15)}.custom-pdp-modal{padding:20px;background:#000000e6;opacity:0;display:flex;visibility:hidden;justify-content:center;align-items:center;position:fixed;z-index:999;transition:opacity .3s ease,visibility .3s ease;top:0;right:0;bottom:0;left:0}.custom-pdp-modal[open]{opacity:1;visibility:visible}.custom-pdp-modal__dialog{max-width:90vw;max-height:90vh;padding:0;background:transparent;border:none;position:relative}.custom-pdp-modal__dialog::backdrop{background:transparent}.custom-pdp-modal__close{width:32px;height:32px;padding:0;background:none;cursor:pointer;color:#fff;border:none;display:flex;justify-content:center;align-items:center;position:absolute;top:-40px;right:0;transition:opacity .2s ease}.custom-pdp-modal__close:hover{opacity:.7}.custom-pdp-modal__image{max-width:100%;max-height:85vh;object-fit:contain}@media screen and (max-width:500px){.custom-pdp-modal{padding:12px}.custom-pdp-modal__close{top:-36px}}.custom-pdp .visually-hidden{white-space:nowrap!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;border:0!important;position:absolute!important;clip:rect(0,0,0,0)!important}@media screen and (max-width:749px){.custom-pdp .medium-up-hide{display:none!important}}@media screen and (min-width:750px){.custom-pdp .small-hide{display:none!important}}@media screen and (min-width:990px){.custom-pdp .medium-hide{display:none!important}}.custom-pdp .loading__spinner{width:20px;height:20px;display:inline-flex;justify-content:center;align-items:center}.custom-pdp .loading__spinner.hidden{display:none}.custom-pdp .loading__spinner .spinner{width:20px;height:20px;animation:custom-pdp-spin .6s linear infinite}.custom-pdp .loading__spinner .spinner .path{stroke:currentColor;stroke-dasharray:160;stroke-dashoffset:120}@keyframes custom-pdp-spin{to{transform:rotate(360deg)}}.custom-pdp__add-button.loading .loading__spinner{display:inline-flex}.custom-pdp__add-button.loading span:not(.loading__spinner){visibility:hidden;position:absolute}.custom-pdp .product-form__error-message-wrapper{margin-top:8px}.custom-pdp .product-form__error-message{font-family:var(--font-family-body, "Manrope", sans-serif);font-size:14px;color:var(--pdp-price-color)}.custom-pdp__custom-liquid{word-wrap:break-word;min-width:0;overflow-x:auto;overflow-wrap:break-word}.custom-pdp .rte{word-wrap:break-word;min-width:0;overflow-wrap:break-word}.custom-pdp .rte img{max-width:100%;height:auto}.custom-pdp .rte table{max-width:100%;overflow-x:auto;display:block}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-custom-main-product.css.map */
