.desktop-sticky-product-bar{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100vw!important;background:#fff!important;border-bottom:1px solid #e5e5e5!important;padding:1rem 0!important;z-index:999999!important;box-shadow:0 2px 12px #0000001a!important;opacity:0!important;visibility:hidden!important;transform:translateY(-100%)!important;transition:all .3s ease!important;pointer-events:none!important;display:none!important}@media screen and (min-width: 1000px){.desktop-sticky-product-bar{display:block!important}}.desktop-sticky-product-bar.visible{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:all!important}.sticky-bar-content{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2rem!important;max-width:1200px!important;margin:0 auto!important;padding:0 2rem!important}.sticky-bar-left{display:flex!important;align-items:center!important;gap:1rem!important;flex:1!important;min-width:0!important}.sticky-bar-image{flex-shrink:0!important;width:70px!important;height:70px!important;border:1px solid #ddd!important;overflow:hidden!important;background:#fff!important}.sticky-bar-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.sticky-bar-info{flex:1!important;min-width:0!important}.sticky-bar-title{font-size:1.125rem!important;font-weight:500!important;color:#000!important;margin:0 0 .5rem!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.sticky-bar-price{display:flex!important;align-items:baseline!important;gap:.75rem!important}.sticky-price{font-size:1.313rem!important;font-weight:600!important;color:#6b4ea3!important}.sticky-compare-price{font-size:1rem!important;color:#999!important;text-decoration:line-through!important}.sticky-bar-right{display:flex!important;align-items:center!important;gap:1rem!important;flex-shrink:0!important}.sticky-product-form{display:flex!important;align-items:center!important;gap:.875rem!important}.sticky-variant-select{-webkit-appearance:none!important;appearance:none!important;background:#fff!important;border:1px solid #ddd!important;padding:.75rem 2.5rem .75rem 1rem!important;font-size:1rem!important;color:#000!important;cursor:pointer!important;min-width:120px!important;border-radius:4px!important;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;background-size:12px!important}.sticky-variant-select:hover{border-color:#312442!important}.sticky-add-to-cart-btn{background:#312442!important;color:#fff!important;border:none!important;padding:.875rem 2rem!important;font-size:1rem!important;font-weight:600!important;letter-spacing:.05em!important;cursor:pointer!important;border-radius:8px!important;text-transform:uppercase!important;white-space:nowrap!important;transition:all .2s ease!important}.sticky-add-to-cart-btn:hover:not(:disabled){background:#1a0f28!important;transform:translateY(-2px)!important}.sticky-add-to-cart-btn:disabled{background:#ccc!important;cursor:not-allowed!important;opacity:.6!important}@media screen and (max-width: 999px){.desktop-sticky-product-bar{display:none!important}}.custom-product-page{padding:5rem 0 3rem;background:#fff}.product-container{display:grid;grid-template-columns:minmax(0,500px) minmax(0,600px);gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:center;align-items:start}.product-media-wrapper{position:sticky;top:2rem;height:fit-content;max-width:500px;width:100%}.product-media{width:100%}.product-main-image{position:relative;margin-bottom:1rem}.main-image-container{position:relative;width:100%;max-height:450px;background:transparent;overflow:hidden;cursor:zoom-in;transform:translateZ(0);backface-visibility:hidden;border:none;display:flex;align-items:center;justify-content:center}.main-image-container img{width:100%;height:auto;max-height:450px;display:block;object-fit:contain;transition:opacity .2s ease;will-change:transform,opacity;transform:translateZ(0);animation:zoomInWelcome .8s ease-out}@keyframes zoomInWelcome{0%{transform:scale(1.15) translateZ(0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}.image-zoom-button{position:absolute;bottom:1rem;right:1rem;background:#fffffff2;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;z-index:5;will-change:transform;transform:translateZ(0)}.image-zoom-button:hover{transform:scale(1.1) translateZ(0);box-shadow:0 4px 12px #00000040;background:#fff}.image-zoom-button svg{color:#312442;width:24px;height:24px}.image-nav-arrow{position:absolute;top:50%;transform:translateY(-50%) translateZ(0);background:#fffffff2;border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;z-index:2;color:#312442;will-change:transform}.image-nav-arrow:hover{background:#fff;box-shadow:0 2px 8px #0003;transform:translateY(-50%) scale(1.1) translateZ(0)}.image-nav-arrow svg{width:24px;height:24px}.image-nav-arrow.prev-image{left:1rem}.image-nav-arrow.next-image{right:1rem}.thumbnails-wrapper{position:relative;display:flex;align-items:center;gap:.5rem;margin-top:1rem}.thumbnail-nav-arrow{flex-shrink:0;background:#fffffff2;border:1px solid #ddd;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2;color:#312442;padding:0}.thumbnail-nav-arrow:hover:not(:disabled){background:#fff;border-color:#312442;transform:scale(1.1);box-shadow:0 2px 8px #00000026}.thumbnail-nav-arrow:disabled{opacity:.3;cursor:not-allowed}.thumbnail-nav-arrow svg{width:20px;height:20px}.product-thumbnails{display:flex;flex-wrap:nowrap;gap:.75rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0;flex:1;max-width:500px;width:100%}.product-thumbnails::-webkit-scrollbar{display:none}.thumbnail-item{flex-shrink:0;width:75px;height:95px;border:2px solid #e5e5e5;background:#fff;cursor:pointer;transition:border-color .2s ease,transform .2s ease;padding:0;overflow:hidden;transform:translateZ(0);will-change:border-color;opacity:1;visibility:visible}.thumbnail-item:hover{border-color:#312442;transform:scale(1.05)}.thumbnail-item.active{border-color:#312442;box-shadow:0 2px 8px #3124424d}.thumbnail-item img{width:100%;height:100%;object-fit:cover;display:block}.image-pagination-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateZ(0);display:flex;gap:.5rem;z-index:3}.pagination-dot{width:8px;height:8px;border-radius:50%;background:#fff9;border:1px solid rgba(255,255,255,.8);cursor:pointer;transition:all .2s ease;padding:0;transform:translateZ(0);will-change:transform,width}.pagination-dot:hover{background:#fffc}.pagination-dot.active{background:#fff;width:24px;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.image-zoom-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fffffffa;z-index:9999999!important;align-items:center;justify-content:center;padding:2rem;animation:fadeInFast .2s ease;will-change:opacity;transform:translateZ(0);overflow:hidden}.image-zoom-modal.active{display:flex!important}@keyframes fadeInFast{0%{opacity:0}to{opacity:1}}.zoom-close{position:fixed;top:1.5rem;right:1.5rem;background:#fff;border:1px solid #ddd;width:52px;height:52px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10000002;transition:all .2s ease;box-shadow:0 2px 12px #0003;will-change:transform}.zoom-close:hover{background:#f5f5f5;transform:scale(1.05) translateZ(0)}.zoom-close svg{color:#333;width:26px;height:26px}.zoom-nav-arrow{position:fixed;top:50%;transform:translateY(-50%) translateZ(0);background:#fff;border:1px solid #ddd;width:56px;height:56px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10000001;color:#333;will-change:transform;box-shadow:0 2px 12px #0003}.zoom-nav-arrow:hover{background:#f5f5f5;transform:translateY(-50%) scale(1.05) translateZ(0)}.zoom-nav-arrow.zoom-prev{left:2rem}.zoom-nav-arrow.zoom-next{right:2rem}.zoom-nav-arrow svg{width:30px;height:30px}.zoom-image-container{max-width:70vw;max-height:80vh;overflow:hidden;display:flex;align-items:center;justify-content:center;transform:translateZ(0);background:#fff;border:1px solid #e5e5e5;box-shadow:0 4px 20px #00000026;position:relative;z-index:10000000;border-radius:4px}.zoom-image-container img{max-width:100%;max-height:80vh;height:auto;width:auto;display:block;object-fit:contain;animation:zoomInFast .2s cubic-bezier(.4,0,.2,1);will-change:transform,opacity;transform:translateZ(0);-webkit-user-select:none;user-select:none}@keyframes zoomInFast{0%{transform:scale(.95) translateZ(0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}.product-info-wrapper{max-width:600px;display:flex;flex-direction:column}.breadcrumb{font-size:1rem;color:#666;margin-bottom:1.5rem;line-height:1.8;letter-spacing:.02em;order:1}.breadcrumb a{color:#666;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#312442}.breadcrumb .separator{margin:0 .5rem;color:#999}.product-title{font-size:2rem;font-weight:500;color:#000;margin:0 0 1.5rem;line-height:1.4;letter-spacing:0;order:2}.product-price{display:flex;align-items:baseline;gap:1.125rem;margin-bottom:1.5rem;order:3}.price{font-size:2rem;font-weight:600;color:#6b4ea3;background:#f5f0ff;padding:.5rem .875rem;border-radius:4px}.compare-price{font-size:1.25rem;color:#999;text-decoration:line-through}.product-sku{font-size:1rem;color:#666;margin:0 0 2rem;letter-spacing:.05em;text-transform:uppercase;order:4}.product-sku span{font-weight:500}.product-form{margin:0;display:flex;flex-direction:column;order:5}.product-option{margin-bottom:2.25rem}.option-label{display:block;font-size:1.25rem;font-weight:500;color:#000;margin-bottom:1.125rem;letter-spacing:0;line-height:1.6}.selected-value{font-weight:600;color:#312442;margin-left:.5rem}.size-guide-button{display:none!important}.option-values{display:flex;flex-wrap:wrap;gap:1rem}.option-values input[type=radio]{display:none}.option-value-label{display:flex;align-items:center;justify-content:center;min-width:68px;padding:1rem 1.75rem;border:1px solid #ddd;background:#fff;color:#000;font-size:1.188rem;font-weight:400;cursor:pointer;transition:all .2s ease;text-align:center;-webkit-user-select:none;user-select:none;border-radius:0}.option-value-label:hover{border-color:#312442;transform:translateY(-1px)}.option-values input[type=radio]:checked+.option-value-label{border-color:#312442;border-width:2px;background:#fff;color:#312442;font-weight:600}.option-values input[type=radio]:disabled+.option-value-label{opacity:.4;cursor:not-allowed;position:relative}.option-values input[type=radio]:disabled+.option-value-label:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#999;transform:translateY(-50%) rotate(-15deg)}.stock-status{font-size:1.125rem;margin:1rem 0 1.75rem;display:none;color:#28a745;font-weight:500;line-height:1.6}.stock-status.low-stock{color:#d9534f;font-weight:500;display:block}.product-offers-wrapper{margin:0 0 2.25rem;padding:0;order:6}.offers-heading{font-size:1.25rem;font-weight:600;color:#000;margin:0 0 1.375rem;padding:0;letter-spacing:0;line-height:1.6}.offers-list{display:flex;flex-direction:column;gap:1.125rem}.offer-item{display:flex;align-items:flex-start;gap:1rem;padding:0;background:transparent}.offer-bullet{flex-shrink:0;color:#312442;font-size:.75rem;line-height:2;margin-top:.35rem}.offer-content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:1.125rem;flex-wrap:wrap}.offer-text{margin:0;color:#000;font-size:1.125rem;line-height:1.7;flex:1;min-width:200px}.coupon-code{background:#312442;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;letter-spacing:.08em;border-radius:8px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.625rem;white-space:nowrap;flex-shrink:0;text-transform:uppercase}.coupon-code:hover{background:#1a0f28;transform:translateY(-2px);box-shadow:0 4px 8px #31244233}.coupon-code:active{transform:translateY(0)}.coupon-code.copied{background:#28a745}.coupon-code svg{width:16px;height:16px}.product-share{padding-top:2rem;border-top:1px solid #e5e5e5;margin-top:0;order:7}.share-label{font-size:1.125rem;font-weight:500;color:#000;margin:0 0 1.125rem;letter-spacing:0;line-height:1.6}.share-buttons{display:flex;gap:1.125rem}.share-buttons a,.share-link-copy{display:flex;align-items:center;justify-content:center;width:46px;height:46px;color:#666;transition:all .2s ease;border-radius:50%;background:#f5f5f5}.share-buttons a{text-decoration:none}.share-buttons a:hover,.share-link-copy:hover{color:#312442;background:#e5e5e5;transform:scale(1.08)}.share-link-copy{border:none;cursor:pointer;padding:0}.share-link-copy.copied{color:#28a745;background:#d4edda}.share-buttons a svg,.share-link-copy svg{width:22px;height:22px}.wishlist-button{display:none!important}.add-to-cart-button{width:100%;padding:1.375rem;background:#312442;border:none;color:#fff;font-size:1.25rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .2s ease;margin-top:2.25rem;margin-bottom:0;border-radius:10px;text-transform:uppercase;order:999}.add-to-cart-button:hover:not(:disabled){background:#1a0f28;transform:translateY(-2px);box-shadow:0 6px 12px #31244240}.add-to-cart-button:active:not(:disabled){transform:translateY(0)}.add-to-cart-button:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.desktop-sticky-product-bar{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 0;z-index:99999!important;box-shadow:0 2px 12px #00000014;opacity:0;visibility:hidden;transform:translateY(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s ease,visibility .35s ease;will-change:transform,opacity;display:none;pointer-events:none}@media screen and (min-width: 1000px){.desktop-sticky-product-bar{display:block}.desktop-sticky-product-bar.visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}}.sticky-bar-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.sticky-bar-left{display:flex;align-items:center;gap:1.125rem;flex:1;min-width:0}.sticky-bar-image{flex-shrink:0;width:70px;height:70px;border:1px solid #e5e5e5;overflow:hidden;background:#fff}.sticky-bar-image img{width:100%;height:100%;object-fit:cover;display:block}.sticky-bar-info{flex:1;min-width:0}.sticky-bar-title{font-size:1.125rem;font-weight:500;color:#000;margin:0 0 .375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.sticky-bar-price{display:flex;align-items:baseline;gap:.75rem}.sticky-price{font-size:1.313rem;font-weight:600;color:#6b4ea3}.sticky-compare-price{font-size:1rem;color:#999;text-decoration:line-through}.sticky-bar-right{display:flex;align-items:center;flex-shrink:0}.sticky-product-form{display:flex;align-items:center;gap:.875rem}.sticky-option{position:relative}.sticky-variant-select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #ddd;padding:.75rem 3rem .75rem 1.125rem;font-size:1.063rem;color:#000;cursor:pointer;transition:border-color .2s ease;min-width:140px;border-radius:0;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:14px}.sticky-variant-select:hover{border-color:#312442}.sticky-variant-select:focus{outline:2px solid #312442;outline-offset:2px;border-color:#312442}.sticky-add-to-cart-btn{background:#312442;color:#fff;border:none;padding:.875rem 2.25rem;font-size:1.063rem;font-weight:600;letter-spacing:.05em;white-space:nowrap;cursor:pointer;transition:all .2s ease;border-radius:8px;text-transform:uppercase}.sticky-add-to-cart-btn:hover:not(:disabled){background:#1a0f28;transform:translateY(-2px);box-shadow:0 4px 8px #31244233}.sticky-add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.sticky-add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}@media screen and (min-width: 1400px){.sticky-bar-content{gap:3rem}.sticky-bar-title{font-size:1.25rem}.sticky-price{font-size:1.438rem}.sticky-variant-select{min-width:160px;padding:.875rem 3.25rem .875rem 1.375rem;font-size:1.125rem}.sticky-add-to-cart-btn{padding:1rem 2.75rem;font-size:1.125rem}.sticky-bar-image{width:80px;height:80px}}@media screen and (max-width: 999px){.desktop-sticky-product-bar{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}.sticky-cart-bar{display:none!important}@media screen and (min-width: 750px) and (max-width: 999px){.custom-product-page{padding:4rem 0 3rem}.product-container{grid-template-columns:1fr 1fr;gap:3rem;padding:0 1.5rem}.product-media-wrapper{max-width:100%}.product-title{font-size:1.875rem;margin-bottom:1.25rem;font-weight:500}.price{font-size:1.75rem}.compare-price{font-size:1.125rem}.breadcrumb,.product-sku{font-size:.938rem}.main-image-container,.main-image-container img{max-height:400px}.zoom-image-container{max-width:70vw}.zoom-nav-arrow.zoom-prev{left:1rem}.zoom-nav-arrow.zoom-next{right:1rem}.thumbnail-item{width:70px;height:90px}.option-label{font-size:1.125rem}.option-value-label{font-size:1.063rem;padding:.938rem 1.5rem}.offer-text{font-size:1.063rem}.offers-heading{font-size:1.125rem}.coupon-code{font-size:.938rem}.share-label{font-size:1.063rem}.add-to-cart-button{font-size:1.125rem}.stock-status{font-size:1.063rem}}@media screen and (min-width: 1000px){.product-title{font-size:2rem;font-weight:500}.desktop-sticky-product-bar{display:block}}@media screen and (min-width: 1000px) and (max-width: 1199px){.main-image-container,.main-image-container img{max-height:420px}}@media screen and (min-width: 1200px){.main-image-container,.main-image-container img{max-height:450px}.product-title,.price{font-size:2rem}.option-label{font-size:1.25rem}.option-value-label{font-size:1.188rem}.offer-text{font-size:1.125rem}.offers-heading,.add-to-cart-button{font-size:1.25rem}}@media screen and (min-width: 1400px){.product-container{gap:5rem}.main-image-container,.main-image-container img{max-height:480px}.product-title{font-size:2.125rem}.breadcrumb{font-size:1.063rem}.price{font-size:2.25rem}.compare-price,.option-label{font-size:1.375rem}.option-value-label{font-size:1.25rem;padding:1.125rem 2rem}.offer-text{font-size:1.25rem}.offers-heading{font-size:1.375rem}.coupon-code{font-size:1.063rem;padding:.875rem 1.625rem}.share-label{font-size:1.188rem}.add-to-cart-button{font-size:1.375rem;padding:1.5rem}.stock-status{font-size:1.188rem}.sticky-bar-content{gap:3rem}.sticky-bar-title{font-size:1.25rem}.sticky-price{font-size:1.438rem}.sticky-variant-select{min-width:160px;padding:.875rem 3.25rem .875rem 1.375rem;font-size:1.125rem}.sticky-add-to-cart-btn{padding:1rem 2.75rem;font-size:1.125rem}.sticky-bar-image{width:80px;height:80px}}@media screen and (max-width: 749px){.custom-product-page{padding:2.5rem 0 0}.product-container{grid-template-columns:1fr;gap:0;padding:0}.product-media-wrapper{position:static;max-width:100%;margin-bottom:3rem}.product-media{width:100%}.product-main-image{margin-bottom:0;position:relative;padding:0 2rem}.main-image-container{padding:0;background:#fff;cursor:default;touch-action:pan-y pinch-zoom;border:none;max-height:none}.main-image-container img{width:100%;height:auto;max-height:none}.image-zoom-button{width:48px;height:48px;bottom:1.5rem;right:1.5rem;z-index:5}.image-zoom-button svg{width:24px;height:24px}.image-pagination-dots{bottom:1.5rem;z-index:3}.pagination-dot{width:8px;height:8px}.pagination-dot.active{width:24px}.thumbnails-wrapper,.product-thumbnails{display:none!important}.product-info-wrapper{padding:0 2rem 3rem;max-width:100%}.breadcrumb{font-size:1.063rem;margin-bottom:1.75rem;line-height:1.8}.product-title{font-size:1.75rem;font-weight:500;margin-bottom:1.5rem;line-height:1.4}.price{font-size:1.875rem;padding:.5rem .875rem}.compare-price{font-size:1.25rem}.product-sku{margin-bottom:2rem;font-size:1.063rem}.product-option{margin-bottom:2.25rem}.option-label{font-size:1.313rem;margin-bottom:1.25rem;line-height:1.6}.option-values{gap:1.125rem}.option-value-label{min-width:68px;padding:1.063rem 1.75rem;font-size:1.25rem}.stock-status{font-size:1.188rem;margin:1rem 0 1.875rem}.add-to-cart-button{padding:1.5rem;font-size:1.313rem;margin-top:2.5rem;border-radius:12px}.product-offers-wrapper{margin:0 0 2.5rem}.offers-heading{font-size:1.313rem;margin-bottom:1.375rem}.offers-list{gap:1.375rem}.offer-item{gap:1.125rem}.offer-bullet{font-size:.813rem;margin-top:.45rem}.offer-content{flex-direction:column;align-items:flex-start;gap:1rem}.offer-text{font-size:1.188rem;min-width:unset;line-height:1.7}.coupon-code{font-size:1.125rem;padding:.875rem 1.625rem;border-radius:10px}.coupon-code svg{width:17px;height:17px}.product-share{padding-top:2.25rem;padding-bottom:1.5rem}.share-label{font-size:1.188rem;margin-bottom:1.25rem}.share-buttons{gap:1.25rem}.share-buttons a,.share-link-copy{width:50px;height:50px}.share-buttons a svg,.share-link-copy svg{width:24px;height:24px}.mobile-only{display:block}.desktop-only{display:none!important}.image-zoom-modal{padding:0;background:#000000f2}.zoom-close{top:max(1rem,env(safe-area-inset-top))!important;right:1rem!important;width:50px!important;height:50px!important;z-index:10000003!important;background:#fffffff2!important;border-radius:50%!important}.zoom-close svg{width:24px!important;height:24px!important}.zoom-nav-arrow{width:48px!important;height:48px!important;top:50%!important;z-index:10000002!important;background:#fffffff2!important;border-radius:50%!important}.zoom-nav-arrow:active{transform:translateY(-50%) scale(.95)!important}.zoom-nav-arrow svg{width:24px!important;height:24px!important}.zoom-nav-arrow.zoom-prev{left:1rem!important}.zoom-nav-arrow.zoom-next{right:1rem!important}.zoom-image-container{max-width:100vw!important;max-height:100vh!important;width:100vw!important;height:100vh!important;border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.zoom-image-container img{max-height:90vh!important;max-width:95vw!important}}@media screen and (max-width: 480px){.product-main-image{padding:0 1.5rem}.product-info-wrapper{padding:0 1.5rem 3rem}.product-title{font-size:1.625rem}.price{font-size:1.75rem}.compare-price{font-size:1.125rem}.breadcrumb{font-size:1rem}.option-label{font-size:1.25rem}.option-values{gap:1rem}.option-value-label{padding:1rem 1.5rem;font-size:1.188rem}.add-to-cart-button{font-size:1.25rem;padding:1.375rem;border-radius:10px}.offer-text{font-size:1.125rem}.offers-heading{font-size:1.25rem}.coupon-code{font-size:1.063rem;border-radius:8px}.product-sku{font-size:1rem}.stock-status,.share-label{font-size:1.125rem}.share-buttons a,.share-link-copy{width:48px;height:48px}.zoom-close{top:.75rem!important;right:.75rem!important;width:46px!important;height:46px!important}.zoom-close svg{width:22px!important;height:22px!important}.zoom-nav-arrow{width:44px!important;height:44px!important}.zoom-nav-arrow svg{width:22px!important;height:22px!important}.zoom-nav-arrow.zoom-prev{left:.75rem!important}.zoom-nav-arrow.zoom-next{right:.75rem!important}.zoom-image-container img{max-height:85vh!important;max-width:92vw!important}}@media screen and (max-width: 374px){.product-title{font-size:1.5rem}.price{font-size:1.625rem}.option-label{font-size:1.188rem}.option-value-label{font-size:1.125rem;padding:.938rem 1.375rem}.add-to-cart-button{font-size:1.188rem}.offer-text{font-size:1.063rem}.coupon-code{font-size:1rem}}@media print{.image-zoom-button,.image-nav-arrow,.image-pagination-dots,.sticky-cart-bar,.desktop-sticky-product-bar,.wishlist-button,.add-to-cart-button,.product-share,.zoom-nav-arrow,.product-thumbnails,.thumbnails-wrapper,.thumbnail-nav-arrow,.product-offers-wrapper{display:none!important}}@media (prefers-contrast: high){.option-value-label{border-width:2px}.option-values input[type=radio]:checked+.option-value-label{border-width:3px}.thumbnail-item{border-width:2px}.thumbnail-item.active{border-width:3px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;will-change:auto!important}.main-image-container img,.zoom-image-container img{animation:none!important}}.image-zoom-button:focus-visible,.image-nav-arrow:focus-visible,.thumbnail-item:focus-visible,.thumbnail-nav-arrow:focus-visible,.pagination-dot:focus-visible,.option-value-label:focus-visible,.add-to-cart-button:focus-visible,.zoom-close:focus-visible,.zoom-nav-arrow:focus-visible,.coupon-code:focus-visible,.share-buttons a:focus-visible,.share-link-copy:focus-visible,.sticky-variant-select:focus-visible,.sticky-add-to-cart-btn:focus-visible{outline:3px solid #312442;outline-offset:3px}@media (prefers-contrast: more){.option-value-label,.thumbnail-item,.add-to-cart-button,.coupon-code,.sticky-variant-select,.sticky-add-to-cart-btn{border-width:2px}}.loading{opacity:.6;pointer-events:none}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button,.option-value-label,.thumbnail-item,.pagination-dot{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}header,.header,.site-header,.shopify-section-header,.announcement-bar{z-index:1000!important}.desktop-sticky-product-bar{z-index:99999!important}.image-zoom-modal{z-index:9999999!important}.zoom-close{z-index:10000003!important}.zoom-nav-arrow{z-index:10000002!important}.zoom-image-container{z-index:10000001!important}.sticky-cart-bar{z-index:10000!important}.image-zoom-button,.image-nav-arrow,.pagination-dot{z-index:5!important}.product-thumbnails{z-index:1!important}.menu,.dropdown,.modal,.popup,[role=dialog]{z-index:9000!important}.shopify-section-header-sticky,.shopify-announcement-bar{z-index:1000!important}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-custom-main-product.css.map */
