.custom-product-page{width:100%;background:var(--cp-background);padding-top:var(--cp-padding-top);padding-bottom:var(--cp-padding-bottom)}.custom-product-page *{box-sizing:border-box}.custom-product-page__container{width:calc(100% - 40px);max-width:var(--cp-container-width);margin:0 auto}.custom-product-page__breadcrumb{margin-bottom:18px;color:var(--cp-muted-color);display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:14px;line-height:1.4}.custom-product-page__breadcrumb a{color:inherit;text-decoration:none}.custom-product-page__breadcrumb a:hover{color:var(--cp-heading-color)}.custom-product-page__main{display:grid;grid-template-columns:minmax(0,var(--cp-gallery-width)) minmax(0,calc(100% - var(--cp-gallery-width)));gap:var(--cp-gap);align-items:start}.custom-product-page__gallery-column,.custom-product-page__info-column{min-width:0}.custom-product-gallery{width:100%}.custom-product-gallery__layout{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:start}.custom-product-gallery__thumbnails{display:flex;flex-direction:column;gap:10px;max-height:650px;overflow-y:auto;scrollbar-width:none}.custom-product-gallery__thumbnails::-webkit-scrollbar{display:none}.custom-product-gallery__thumbnail{position:relative;width:76px;height:76px;padding:0;border:1px solid var(--cp-border-color);border-radius:5px;background:#fff;overflow:hidden;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.custom-product-gallery__thumbnail.is-active{border-color:var(--cp-heading-color);box-shadow:0 0 0 1px var(--cp-heading-color)}.custom-product-gallery__thumbnail-image{display:block;width:100%;height:100%;object-fit:cover}.custom-product-gallery__media-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.custom-product-gallery__main{position:relative;min-width:0;border-radius:var(--cp-radius);overflow:hidden;background:#f4f5f6}.custom-product-gallery__media-list{position:relative;width:100%}.custom-product-gallery__media-item{width:100%}.custom-product-gallery__media-item[hidden]{display:none}.custom-product-gallery__zoom-trigger{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.custom-product-gallery__main-image{display:block;width:100%;height:auto;min-height:560px;max-height:720px;object-fit:cover;object-position:center}.custom-product-gallery__zoom-icon{position:absolute;right:16px;bottom:16px;width:38px;height:38px;border-radius:50%;background:#ffffffeb;color:var(--cp-heading-color);box-shadow:0 4px 16px #18344d1f;display:flex;align-items:center;justify-content:center}.custom-product-gallery__video,.custom-product-gallery__model{width:100%;min-height:560px;background:#f4f5f6}.custom-product-gallery__video video,.custom-product-gallery__video iframe,.custom-product-gallery__model model-viewer{display:block;width:100%;min-height:560px;border:0}.custom-product-gallery__arrow{position:absolute;z-index:4;top:50%;width:38px;height:38px;padding:0;border:1px solid rgba(23,52,77,.12);border-radius:50%;background:#fffffff0;color:var(--cp-heading-color);display:flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.custom-product-gallery__main:hover .custom-product-gallery__arrow{opacity:1;visibility:visible}.custom-product-gallery__arrow:hover{transform:translateY(-50%) scale(1.04)}.custom-product-gallery__arrow--previous{left:14px}.custom-product-gallery__arrow--next{right:14px}.custom-product-gallery__mobile-dots{display:none}.custom-product-gallery__empty{min-height:520px;border-radius:var(--cp-radius);overflow:hidden;background:#f3f5f6}.custom-product-gallery__empty svg{width:100%;height:100%}.custom-product-gallery__modal{position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0}.custom-product-gallery__modal[hidden]{display:none}.custom-product-gallery__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:#000000c2}.custom-product-gallery__modal-dialog{position:relative;z-index:2;width:min(94vw,1500px);height:92vh;margin:4vh auto;border-radius:8px;background:#fff;overflow:hidden}.custom-product-gallery__modal-close{position:absolute;z-index:5;top:14px;right:14px;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#fff;color:var(--cp-heading-color);box-shadow:0 4px 18px #00000026;display:flex;align-items:center;justify-content:center;cursor:pointer}.custom-product-gallery__modal-content,.custom-product-gallery__modal-item{width:100%;height:100%}.custom-product-gallery__modal-item[hidden]{display:none}.custom-product-gallery__modal-image{display:block;width:100%;height:100%;object-fit:contain}.custom-product-gallery__modal-arrow{position:absolute;z-index:5;top:50%;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#fff;color:var(--cp-heading-color);box-shadow:0 4px 18px #00000024;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer}.custom-product-gallery__modal-arrow--previous{left:18px}.custom-product-gallery__modal-arrow--next{right:18px}.custom-product-info{width:100%;position:sticky;top:20px}.custom-product-info__vendor{margin-bottom:7px;color:var(--cp-muted-color);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.custom-product-info__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.custom-product-info__title{margin:0;color:var(--cp-heading-color);font-size:30px;line-height:1.2;font-weight:500}.custom-product-info__wishlist{flex:0 0 auto;min-height:34px;padding:7px 0;border:0;background:transparent;color:var(--cp-text-color);display:inline-flex;align-items:center;gap:7px;font-size:14px;cursor:pointer}.custom-product-info__wishlist.is-active{color:#b74343}.custom-product-info__wishlist.is-active svg{fill:currentColor}.custom-product-info__rating-row{display:flex;align-items:center;gap:6px;margin-top:10px}.custom-product-info__stars{display:flex;align-items:center;gap:1px;color:#c9ced2}.custom-product-info__stars svg.is-filled{color:var(--cp-accent-color)}.custom-product-info__rating-value,.custom-product-info__rating-count{color:var(--cp-muted-color);font-size:10px}.custom-product-info__rating-count{text-decoration:underline}.custom-product-info__price-wrapper{margin-top:14px;padding-bottom:18px;border-bottom:1px solid var(--cp-border-color)}.custom-product-info__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:9px}.custom-product-info__price-current{color:var(--cp-heading-color);font-size:22px;line-height:1;font-weight:700}.custom-product-info__price-compare{color:var(--cp-muted-color);font-size:14px;text-decoration:line-through}.custom-product-info__discount{padding:4px 7px;border-radius:4px;background:#eef5fa;color:#496d88;font-size:9px;font-weight:600}.custom-product-info__price-compare.is-hidden,.custom-product-info__discount.is-hidden{display:none}.custom-product-info__tax-note{margin:8px 0 0;color:var(--cp-muted-color);font-size:10px}.custom-product-info__form{margin-top:20px}.custom-product-info__options{display:flex;flex-direction:column;gap:20px}.custom-product-info__option{margin:0;padding:0;border:0}.custom-product-info__option-heading{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:15px}.custom-product-info__option-heading legend{padding:0;color:var(--cp-text-color);font-size:12px;font-weight:500}.custom-product-info__option-heading legend span{color:var(--cp-heading-color)}.custom-product-info__size-guide{color:var(--cp-heading-color);font-size:10px;text-decoration:underline}.custom-product-info__option-values{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.custom-product-info__option-value{position:relative;min-width:40px;min-height:34px;padding:8px 11px;border:1px solid var(--cp-border-color);border-radius:4px;background:#fff;color:var(--cp-text-color);display:inline-flex;align-items:center;justify-content:center;font-size:10px;line-height:1;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.custom-product-info__option-value input{position:absolute;opacity:0;pointer-events:none}.custom-product-info__option-value.is-selected{border-color:var(--cp-heading-color);background:var(--cp-heading-color);color:#fff}.custom-product-info__option-value--color{min-width:34px;width:34px;height:34px;padding:4px;border-radius:4px}.custom-product-info__color-swatch{width:100%;height:100%;border-radius:3px;background:var(--option-color, #cccccc)}.custom-product-info__color-swatch[data-color-name*=White],.custom-product-info__color-swatch[data-color-name*=white]{background:#fff;border:1px solid #d6d6d6}.custom-product-info__color-swatch[data-color-name*=Black],.custom-product-info__color-swatch[data-color-name*=black]{background:#000}.custom-product-info__color-swatch[data-color-name*=Grey],.custom-product-info__color-swatch[data-color-name*=Gray],.custom-product-info__color-swatch[data-color-name*=grey],.custom-product-info__color-swatch[data-color-name*=gray]{background:#b9b9b9}.custom-product-info__color-swatch[data-color-name*=Blue],.custom-product-info__color-swatch[data-color-name*=blue]{background:#315f96}.custom-product-info__color-swatch[data-color-name*=Brown],.custom-product-info__color-swatch[data-color-name*=brown]{background:#76502f}.custom-product-info__color-swatch[data-color-name*=Green],.custom-product-info__color-swatch[data-color-name*=green]{background:#55765a}.custom-product-info__purchase-row{margin-top:22px;display:grid;grid-template-columns:auto minmax(170px,1fr) minmax(130px,auto);gap:10px}.custom-product-info__quantity{height:44px;border:1px solid var(--cp-border-color);border-radius:4px;background:#fff;display:grid;grid-template-columns:34px 42px 34px;align-items:center}.custom-product-info__quantity-button{height:100%;padding:0;border:0;background:transparent;color:var(--cp-heading-color);font-size:18px;cursor:pointer}.custom-product-info__quantity-input{width:100%;padding:0;border:0;outline:0;background:transparent;color:var(--cp-text-color);text-align:center;font-size:12px;-webkit-appearance:textfield;appearance:textfield}.custom-product-info__quantity-input::-webkit-inner-spin-button,.custom-product-info__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.custom-product-info__add-button,.custom-product-info__buy-now{min-height:44px;padding:11px 18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:500;cursor:pointer}.custom-product-info__add-button{border:1px solid var(--cp-button-background);background:var(--cp-button-background);color:var(--cp-button-color)}.custom-product-info__buy-now{border:1px solid var(--cp-border-color);background:#fff;color:var(--cp-heading-color)}.custom-product-info__add-button:disabled,.custom-product-info__buy-now:disabled{opacity:.5;cursor:not-allowed}.custom-product-info__form-message{min-height:18px;margin-top:8px;color:#a13e3e;font-size:10px}.custom-product-info__service-box{margin-top:18px;padding:14px 16px;border:1px solid var(--cp-border-color);border-radius:5px;background:#fafbfc}.custom-product-info__service-item{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start}.custom-product-info__service-item+.custom-product-info__service-item{margin-top:11px;padding-top:11px;border-top:1px solid var(--cp-border-color)}.custom-product-info__service-icon{color:var(--cp-heading-color)}.custom-product-info__service-content{color:var(--cp-text-color);font-size:10px;line-height:1.5}.custom-product-info__service-content p{margin:0}.custom-product-info__payments{margin-top:16px;display:flex;align-items:center;gap:14px}.custom-product-info__payments-label{color:var(--cp-text-color);font-size:10px}.custom-product-info__payment-icons{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.custom-product-info__payment-icons svg{width:38px;height:auto}.custom-product-page__details{margin-top:46px}.custom-product-page__tabs{display:flex;align-items:center;gap:34px;border-bottom:1px solid var(--cp-border-color)}.custom-product-page__tab{position:relative;padding:0 0 14px;border:0;background:transparent;color:var(--cp-muted-color);font-size:13px;cursor:pointer}.custom-product-page__tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--cp-heading-color);transform:scaleX(0);transition:transform .2s ease}.custom-product-page__tab.is-active{color:var(--cp-heading-color)}.custom-product-page__tab.is-active:after{transform:scaleX(1)}.custom-product-page__tab-panels{padding-top:22px}.custom-product-page__tab-panel{color:var(--cp-text-color);font-size:12px;line-height:1.65}.custom-product-page__tab-panel[hidden]{display:none}.custom-product-page__description p{margin:0 0 12px}.custom-product-page__feature-list{margin:14px 0 0;padding-left:20px;color:var(--cp-text-color)}.custom-product-page__feature-list li+li{margin-top:4px}.custom-product-page__tags-section{margin-top:34px}.custom-product-page__section-heading{margin:0;color:var(--cp-heading-color);font-size:22px;line-height:1.3;font-weight:500}.custom-product-page__tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.custom-product-page__tag{min-height:28px;padding:7px 11px;border-radius:4px;background:#f0f2f4;color:var(--cp-text-color);display:inline-flex;align-items:center;text-decoration:none;font-size:14px}.custom-product-page__related{margin-top:48px}.custom-product-page__related-header{margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.custom-product-page__related-navigation{display:flex;gap:7px}.custom-product-page__related-arrow{width:34px;height:34px;padding:0;border:1px solid var(--cp-border-color);border-radius:50%;background:#fff;color:var(--cp-heading-color);display:flex;align-items:center;justify-content:center;cursor:pointer}.custom-product-page__related-slider{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.custom-product-page__related-slider::-webkit-scrollbar{display:none}.custom-product-page__related-item{flex:0 0 calc((100% - 56px)/5);min-width:0;scroll-snap-align:start}.custom-related-product-card{height:100%;border:1px solid var(--cp-border-color);border-radius:7px;background:var(--cp-card-background);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.custom-related-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px #17344d14}.custom-related-product-card__media{position:relative;aspect-ratio:1.15 / 1;overflow:hidden;background:#f3f5f6}.custom-related-product-card__image-link,.custom-related-product-card__image,.custom-related-product-card__placeholder,.custom-related-product-card__placeholder svg{display:block;width:100%;height:100%}.custom-related-product-card__image{object-fit:cover;transition:transform .4s ease,opacity .3s ease}.custom-related-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.custom-related-product-card:hover .custom-related-product-card__image--primary{transform:scale(1.03)}.custom-related-product-card:hover .custom-related-product-card__image--secondary{opacity:1;transform:scale(1.03)}.custom-related-product-card__badges{position:absolute;z-index:3;top:9px;left:9px;display:flex;flex-wrap:wrap;gap:4px}.custom-related-product-card__badge{min-height:18px;padding:4px 7px;border-radius:20px;background:#526d84;color:#fff;font-size:7px;text-transform:uppercase}.custom-related-product-card__badge--sale{background:#d35e48}.custom-related-product-card__badge--soldout{background:#7b8389}.custom-related-product-card__wishlist{position:absolute;z-index:4;top:8px;right:8px;width:27px;height:27px;padding:0;border:1px solid rgba(23,52,77,.12);border-radius:50%;background:#fffffff2;color:var(--cp-heading-color);display:flex;align-items:center;justify-content:center;cursor:pointer}.custom-related-product-card__wishlist.is-active{background:var(--cp-heading-color);color:#fff}.custom-related-product-card__wishlist.is-active svg{fill:currentColor}.custom-related-product-card__form{margin:0}.custom-related-product-card__quick-add{position:absolute;z-index:4;left:9px;right:9px;bottom:9px;min-height:32px;padding:8px 10px;border:0;border-radius:4px;background:var(--cp-button-background);color:var(--cp-button-color);display:flex;align-items:center;justify-content:center;gap:5px;text-decoration:none;font-size:15px;opacity:0;transform:translateY(7px);transition:opacity .2s ease,transform .2s ease;cursor:pointer}.custom-related-product-card:hover .custom-related-product-card__quick-add{opacity:1;transform:translateY(0)}.custom-related-product-card__content{flex:1 1 auto;padding:10px 10px 12px;display:flex;flex-direction:column}.custom-related-product-card__vendor{margin-bottom:4px;color:var(--cp-muted-color);font-size:13px}.custom-related-product-card__title{margin:0;color:var(--cp-heading-color);font-size:15px;line-height:1.35;font-weight:500}.custom-related-product-card__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.custom-related-product-card__rating-row{margin-top:6px;display:flex;align-items:center;gap:4px}.custom-related-product-card__stars{display:flex;color:#c7ccd0}.custom-related-product-card__stars svg.is-filled{color:var(--cp-accent-color)}.custom-related-product-card__rating-count{color:var(--cp-muted-color);font-size:7px}.custom-related-product-card__price-row{margin-top:auto;padding-top:8px;display:flex;align-items:flex-end;justify-content:space-between;gap:7px}.custom-related-product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px}.custom-related-product-card__price-from{color:var(--cp-muted-color);font-size:7px}.custom-related-product-card__price-current{color:var(--cp-heading-color);font-size:18px;font-weight:700}.custom-related-product-card__price-compare{color:var(--cp-muted-color);font-size:7px;text-decoration:line-through}.custom-related-product-card__discount{padding:3px 5px;border-radius:3px;background:#edf4fa;color:#4b6e89;font-size:6px;white-space:nowrap}.custom-related-product-card__variant-preview{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}.custom-related-product-card__variant-value{min-height:20px;padding:5px 6px;border:1px solid var(--cp-border-color);border-radius:3px;color:var(--cp-text-color);font-size:6px}@media screen and (max-width:1199px){.custom-product-page__main{grid-template-columns:minmax(0,54%) minmax(0,46%);gap:28px}.custom-product-gallery__main-image,.custom-product-gallery__video,.custom-product-gallery__video video,.custom-product-gallery__video iframe,.custom-product-gallery__model,.custom-product-gallery__model model-viewer{min-height:500px}.custom-product-info__title{font-size:26px}.custom-product-info__purchase-row{grid-template-columns:auto minmax(150px,1fr)}.custom-product-info__buy-now{grid-column:1 / -1}.custom-product-page__related-item{flex-basis:calc((100% - 42px)/4)}}@media screen and (max-width:989px){.custom-product-page__main{grid-template-columns:1fr}.custom-product-info{position:static}.custom-product-page__related-item{flex-basis:calc((100% - 28px) / 3)}}@media screen and (max-width:749px){.custom-product-page{padding-top:var(--cp-mobile-padding-top);padding-bottom:var(--cp-mobile-padding-bottom)}.custom-product-page__container{width:calc(100% - 24px)}.custom-product-page__breadcrumb{margin-bottom:12px;font-size:9px}.custom-product-gallery__layout{display:block}.custom-product-gallery__thumbnails{display:none}.custom-product-gallery__main-image,.custom-product-gallery__video,.custom-product-gallery__video video,.custom-product-gallery__video iframe,.custom-product-gallery__model,.custom-product-gallery__model model-viewer{min-height:390px;max-height:520px}.custom-product-gallery__arrow{opacity:1;visibility:visible;width:34px;height:34px}.custom-product-gallery__mobile-dots{margin-top:10px;display:flex;justify-content:center;gap:6px}.custom-product-gallery__dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#cdd3d8}.custom-product-gallery__dot.is-active{background:var(--cp-heading-color)}.custom-product-info{margin-top:24px}.custom-product-info__title{font-size:23px}.custom-product-info__wishlist span{display:none}.custom-product-info__purchase-row{grid-template-columns:auto minmax(0,1fr)}.custom-product-info__buy-now{grid-column:1 / -1}.custom-product-page__details{margin-top:34px}.custom-product-page__tabs{gap:24px;overflow-x:auto;scrollbar-width:none}.custom-product-page__tabs::-webkit-scrollbar{display:none}.custom-product-page__tab{flex:0 0 auto;font-size:11px}.custom-product-page__related{margin-top:38px}.custom-product-page__related-item{flex-basis:72%}.custom-related-product-card__quick-add{opacity:1;transform:none}.custom-product-gallery__modal-dialog{width:96vw;height:88vh;margin:6vh auto}}@media screen and (max-width:480px){.custom-product-gallery__main-image,.custom-product-gallery__video,.custom-product-gallery__video video,.custom-product-gallery__video iframe,.custom-product-gallery__model,.custom-product-gallery__model model-viewer{min-height:330px}.custom-product-info__title{font-size:21px}.custom-product-info__purchase-row{grid-template-columns:1fr}.custom-product-info__quantity{width:120px}.custom-product-info__buy-now{grid-column:auto}.custom-product-info__payments{align-items:flex-start;flex-direction:column}.custom-product-page__related-item{flex-basis:82%}}.custom-product-gallery__thumbnail:focus-visible,.custom-product-gallery__arrow:focus-visible,.custom-product-gallery__zoom-trigger:focus-visible,.custom-product-info__wishlist:focus-visible,.custom-product-info__option-value:focus-within,.custom-product-info__add-button:focus-visible,.custom-product-info__buy-now:focus-visible,.custom-product-page__tab:focus-visible,.custom-product-page__related-arrow:focus-visible{outline:2px solid var(--cp-accent-color);outline-offset:2px}@media(prefers-reduced-motion:reduce){.custom-product-gallery__arrow,.custom-product-info__option-value,.custom-related-product-card,.custom-related-product-card__image,.custom-related-product-card__quick-add{transition:none}}.custom-product-gallery__modal{opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.custom-product-gallery__modal.is-open{opacity:1;visibility:visible}.custom-product-gallery__modal-dialog{transform:scale(.98);transition:transform .18s ease}.custom-product-gallery__modal.is-open .custom-product-gallery__modal-dialog{transform:scale(1)}.custom-product-gallery__modal-arrow:disabled{opacity:.4;cursor:not-allowed}.custom-product-info__option-value.is-unavailable{opacity:.45}.custom-product-info__option-value.is-unavailable:after{content:"";position:absolute;left:5px;right:5px;top:50%;height:1px;background:currentColor;transform:rotate(-35deg);transform-origin:center}.custom-product-info__option-value.does-not-exist{opacity:.3;cursor:not-allowed}.custom-product-info__option-value.does-not-exist input{cursor:not-allowed}.custom-product-info.is-variant-unavailable .custom-product-info__add-button,.custom-product-info.is-variant-unavailable .custom-product-info__buy-now{opacity:.5;cursor:not-allowed}.custom-product-info__add-button.is-loading,.custom-product-info__buy-now.is-loading{position:relative;cursor:wait;opacity:.78}.custom-product-info__add-button.is-loading:after,.custom-product-info__buy-now.is-loading:after{content:"";width:13px;height:13px;margin-left:2px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:customProductButtonSpin .7s linear infinite}@keyframes customProductButtonSpin{to{transform:rotate(360deg)}}.custom-product-info__form-message{min-height:18px}.custom-product-info__form-message.is-success{color:#287347}.custom-product-info__form-message.is-error{color:#a13e3e}.custom-product-info__quantity-button:disabled{opacity:.35;cursor:not-allowed}.custom-product-info__wishlist svg,.custom-related-product-card__wishlist svg{transition:fill .2s ease,transform .2s ease}.custom-product-info__wishlist.is-active svg,.custom-related-product-card__wishlist.is-active svg{fill:currentColor;transform:scale(1.08)}.custom-product-page__tab-panel.is-active{animation:customProductTabFade .25s ease}@keyframes customProductTabFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.custom-product-info.is-sticky{position:sticky;top:30px;align-self:flex-start}@media(max-width:989px){.custom-product-info.is-sticky{position:static}}.custom-related-products__slider{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.custom-related-products__slider::-webkit-scrollbar{display:none}.custom-related-products__item{flex:0 0 calc(25% - 15px);scroll-snap-align:start}@media(max-width:768px){.custom-related-products__item{flex:0 0 75%}}.custom-related-products__arrow:disabled{opacity:.35;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-product.css.map */
