.sps.sps{position:relative;width:100%;min-height:100vh;background:var(--sps-bg, #ffffff);color:var(--sps-text, #111111);font-family:Arial,Helvetica,sans-serif;overflow:visible;isolation:isolate;z-index:1}.sps.sps,.sps.sps *{box-sizing:border-box}.sps.sps a{color:inherit}.sps.sps .sps-layout{display:grid;grid-template-columns:var(--sps-left-width, 360px) minmax(0,1fr) var(--sps-right-width, 360px);align-items:start;min-height:100vh;background:var(--sps-bg, #ffffff)}.sps.sps .sps-left,.sps.sps .sps-right{position:sticky;top:0;height:100vh;min-height:700px;padding:var(--sps-desktop-panel-top, 70px) var(--sps-desktop-panel-x, 42px) var(--sps-desktop-panel-bottom, 70px);background:var(--sps-bg, #ffffff);z-index:5}.sps.sps .sps-left{display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--sps-desktop-panel-top, 70px) + var(--sps-left-content-offset-y, 60px))}.sps.sps .sps-right{display:flex;flex-direction:column;justify-content:center}.sps.sps .sps-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:22px;color:var(--sps-text, #111111);font-size:13px;line-height:1.15;font-weight:400;text-transform:uppercase}.sps.sps .sps-breadcrumb a{text-decoration:none}.sps.sps .sps-title{margin:0 0 7px;color:var(--sps-text, #111111);font-size:var(--sps-title-size, 26px);line-height:1;font-weight:400;letter-spacing:-.045em}.sps.sps .sps-price{color:var(--sps-text, #111111);font-size:var(--sps-price-size, 15px);line-height:1;font-weight:400}.sps.sps .sps-left__main{margin-bottom:var(--sps-left-info-margin-bottom, 54px)}.sps.sps .sps-accordions{display:grid;gap:0}.sps.sps .sps-accordion{border:0;padding:0}.sps.sps .sps-accordion summary{width:100%;min-height:35px;display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer;color:var(--sps-text, #111111);font-size:var(--sps-accordion-title-size, 12px);line-height:1;font-weight:600;letter-spacing:-.02em;text-transform:uppercase}.sps.sps .sps-accordion summary::-webkit-details-marker{display:none}.sps.sps .sps-accordion__summary-button{width:100%;min-height:35px;display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:var(--sps-text, #111111);font:inherit;font-size:var(--sps-accordion-title-size, 12px);line-height:1;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;text-align:left;cursor:pointer}.sps.sps .sps-accordion__summary-button:hover{opacity:.72}.sps.sps .sps-accordion--care{margin-top:0}.sps.sps .sps-accordion__icon-open,.sps.sps .sps-accordion__icon-close{font-size:17px;line-height:1;font-weight:400}.sps.sps .sps-accordion[open] .sps-accordion__icon-close{display:none}.sps.sps .sps-accordion:not([open]) .sps-accordion__icon-open{display:none}.sps.sps .sps-accordion__content{max-width:var(--sps-details-width, 360px);padding:10px 0 22px;color:var(--sps-muted, #888888);font-size:var(--sps-details-text-size, 13px);line-height:1.45;font-weight:400}.sps.sps .sps-rte p,.sps.sps .sps-accordion__content p{margin:0 0 17px}.sps.sps .sps-rte p:last-child,.sps.sps .sps-accordion__content p:last-child{margin-bottom:0}.sps.sps .sps-size-guide-open{display:inline-flex;margin-top:12px;padding:0 0 5px;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--sps-text, #111111);font-size:12px;cursor:pointer}.sps.sps .sps-gallery{position:relative;min-height:100vh;background:var(--sps-gallery-bg, #f6f6f6);overflow:visible}.sps.sps .sps-gallery__sticky{position:sticky;top:0;height:100vh;min-height:700px;display:grid;grid-template-columns:var(--sps-thumb-width, 56px) minmax(0,1fr);column-gap:var(--sps-gallery-thumb-gap, 8px);align-items:center;padding:0 var(--sps-gallery-padding-x, 0px);background:var(--sps-gallery-bg, #f6f6f6);overflow:hidden}.sps.sps .sps-gallery__stage{position:relative;width:100%;height:100%;min-height:700px;background:transparent;overflow:hidden}.sps.sps .sps-gallery__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:0;background:transparent;opacity:0;pointer-events:none;transition:opacity .18s ease;cursor:zoom-in}.sps.sps .sps-gallery__image.is-active{opacity:1;pointer-events:auto}.sps.sps .sps-gallery__img{display:block;width:100%;height:100%;object-fit:var(--sps-gallery-fit, contain);object-position:var(--sps-gallery-position, center top);background:transparent!important;border:0!important;box-shadow:none!important;transform:translate(var(--sps-desktop-image-offset-x, -50px)) translateY(calc(var(--sps-desktop-image-offset-y, 70px) * -1)) scale(var(--sps-desktop-image-scale, 1.2));transform-origin:center top}.sps.sps .sps-thumbs{position:relative;z-index:25;display:grid;gap:var(--sps-thumbs-gap, 9px);width:var(--sps-thumb-width, 56px);max-height:calc(100vh - 160px);overflow-y:auto;scrollbar-width:none}.sps.sps .sps-thumbs::-webkit-scrollbar{display:none}.sps.sps .sps-thumb{width:var(--sps-thumb-width, 56px);height:var(--sps-thumb-height, 74px);display:block;padding:0;border:1px solid transparent;background:transparent;cursor:pointer;overflow:hidden}.sps.sps .sps-thumb.is-active{border-color:var(--sps-black, #050505);border-radius:3px}.sps.sps .sps-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.sps.sps .sps-icons{display:none!important}.sps.sps .sps-icon{position:relative;width:19px;height:19px;display:inline-flex;color:var(--sps-text, #111111);text-decoration:none}.sps.sps .sps-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sps.sps .sps-icon--cart span{position:absolute;top:-7px;right:-8px;min-width:15px;height:15px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--sps-black, #050505);color:var(--sps-white, #ffffff);font-size:9px;line-height:1}.sps.sps .sps-form{width:100%;max-width:var(--sps-form-width, 360px);margin:0 auto}.sps.sps .sps-options{display:grid;gap:var(--sps-option-gap, 38px)}.sps.sps .sps-option{min-width:0;margin:0;padding:0;border:0}.sps.sps .sps-option legend{width:100%;display:grid;grid-template-columns:auto auto 1fr;align-items:start;gap:5px;margin:0 0 18px;padding:0;color:var(--sps-text, #111111);font-size:var(--sps-option-label-size, 14px);line-height:1;font-weight:400}.sps.sps .sps-option legend sup{position:relative;top:-7px;font-size:10px;line-height:1}.sps.sps .sps-option legend strong{justify-self:start;margin-left:22px;font-size:var(--sps-option-label-size, 14px);line-height:1;font-weight:400}.sps.sps .sps-color-list{display:flex;align-items:center;gap:var(--sps-color-gap, 5px)}.sps.sps .sps-color{width:var(--sps-color-thumb-width, 54px);height:var(--sps-color-thumb-height, 72px);display:block;padding:0;border:1px solid transparent;background:transparent;cursor:pointer;overflow:hidden}.sps.sps .sps-color.is-active{border-color:var(--sps-black, #050505)}.sps.sps .sps-color img{display:block;width:100%;height:100%;object-fit:cover}.sps.sps .sps-size-list{display:flex;align-items:center;flex-wrap:wrap;gap:var(--sps-size-gap, 10px)}.sps.sps .sps-size{min-width:var(--sps-size-button-width, 48px);height:var(--sps-size-button-height, 38px);padding:0 13px;border:0;border-radius:999px;background:transparent;color:var(--sps-text, #111111);font-size:var(--sps-size-text-size, 13px);line-height:1;cursor:pointer;transition:background .16s ease,color .16s ease}.sps.sps .sps-size.is-active{background:var(--sps-black, #050505);color:var(--sps-white, #ffffff)}.sps.sps .sps-size.is-disabled{opacity:.28;cursor:not-allowed;text-decoration:line-through}.sps.sps .sps-shipping-note{display:flex;align-items:center;gap:10px;margin:var(--sps-shipping-note-margin-top, 42px) 0 var(--sps-shipping-note-margin-bottom, 18px);color:var(--sps-muted, #888888);font-size:var(--sps-shipping-note-size, 12px);line-height:1.2;font-weight:600}.sps.sps .sps-shipping-note span{width:6px;height:6px;display:block;border-radius:50%;background:var(--sps-green, #89d8a4)}.sps.sps .sps-shipping-note p{margin:0}.sps.sps .sps-low-stock{width:fit-content;display:inline-flex;align-items:center;gap:8px;margin:var(--sps-low-stock-margin-top, 18px) 0 var(--sps-low-stock-margin-bottom, 16px);padding:9px 13px;border:1px solid var(--sps-low-stock-border, #000000);border-radius:var(--sps-low-stock-radius, 12px);background:var(--sps-low-stock-bg, #ffffff);color:var(--sps-low-stock-color, #000000);font-size:var(--sps-low-stock-text-size, 13px);line-height:1;font-weight:500;letter-spacing:-.01em}.sps.sps .sps-low-stock[hidden]{display:none!important}.sps.sps .sps-low-stock__dot{width:8px;height:8px;display:block;flex:0 0 8px;border-radius:999px;background:var(--sps-low-stock-dot, #000000);box-shadow:0 0 0 4px var(--sps-low-stock-dot-glow, #e5e5e5);animation:spsLowStockPulse 1.35s ease-in-out infinite}@keyframes spsLowStockPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.72);opacity:.68}}.sps.sps .sps-add{width:100%;height:var(--sps-add-button-height, 52px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:0 var(--sps-add-button-padding-x, 18px);border:0;background:var(--sps-black, #050505);color:var(--sps-white, #ffffff);cursor:pointer;font-size:var(--sps-add-button-text-size, 13px);line-height:1;font-weight:700;text-align:left}.sps.sps .sps-add strong{font-size:var(--sps-add-button-text-size, 13px);line-height:1;font-weight:700}.sps.sps .sps-add:disabled{opacity:.45;cursor:not-allowed}.sps.sps .sps-dynamic-checkout{width:100%;margin-top:var(--sps-dynamic-button-margin-top, 8px)}.sps.sps .sps-dynamic-checkout .shopify-payment-button{width:100%}.sps.sps .sps-dynamic-checkout .shopify-payment-button__button,.sps.sps .sps-dynamic-checkout .shopify-payment-button__button--unbranded{width:100%!important;min-height:var(--sps-dynamic-button-height, 48px)!important;height:var(--sps-dynamic-button-height, 48px)!important;display:flex!important;align-items:center!important;justify-content:var(--sps-dynamic-button-align, center)!important;padding:0 var(--sps-add-button-padding-x, 18px)!important;border:0!important;border-radius:0!important;background:var(--sps-black, #050505)!important;color:var(--sps-white, #ffffff)!important;font-family:inherit!important;font-size:var(--sps-add-button-text-size, 13px)!important;line-height:1!important;font-weight:700!important;text-align:var(--sps-dynamic-button-text-align, center)!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;cursor:pointer!important}.sps.sps .sps-dynamic-checkout .shopify-payment-button__button:hover,.sps.sps .sps-dynamic-checkout .shopify-payment-button__button--unbranded:hover{background:var(--sps-black, #050505)!important;color:var(--sps-white, #ffffff)!important;opacity:.88!important}.sps.sps .sps-dynamic-checkout .shopify-payment-button__button:focus,.sps.sps .sps-dynamic-checkout .shopify-payment-button__button--unbranded:focus{outline:1px solid var(--sps-black, #050505)!important;outline-offset:3px!important}.sps.sps .sps-dynamic-checkout .shopify-payment-button__more-options{margin-top:12px!important;color:var(--sps-text, #111111)!important;font-size:13px!important;line-height:1.2!important;text-decoration:underline!important}.sps.sps[data-more-options="0"] .sps-dynamic-checkout .shopify-payment-button__more-options{display:none!important}.sps.sps .sps-trust{margin-top:var(--sps-trust-margin-top, 40px);color:var(--sps-text, #111111);font-size:var(--sps-trust-text-size, 14px);line-height:1.35;font-weight:400}.sps.sps .sps-accordions--mobile{display:none}.sps.sps .sps-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none}.sps.sps .sps-modal.is-active{display:block}.sps.sps .sps-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.sps.sps .sps-modal__box{position:absolute;top:50%;left:50%;width:min(92vw,var(--sps-size-modal-width, 900px));max-height:88vh;transform:translate(-50%,-50%);background:var(--sps-white, #ffffff);overflow:auto}.sps.sps .sps-modal__close{position:sticky;top:0;left:100%;z-index:2;width:44px;height:44px;border:0;background:var(--sps-white, #ffffff);color:var(--sps-black, #050505);font-size:32px;line-height:1;cursor:pointer}.sps.sps .sps-modal__image{display:block;width:100%;height:auto}.sps.sps .sps-toast{position:fixed;left:50%;bottom:24px;z-index:999999;transform:translate(-50%) translateY(14px);opacity:0;pointer-events:none;padding:12px 18px;border-radius:999px;background:var(--sps-black, #050505);color:var(--sps-white, #ffffff);font-size:12px;line-height:1;transition:opacity .2s ease,transform .2s ease}.sps.sps .sps-toast.is-active{opacity:1;transform:translate(-50%) translateY(0)}.sps.sps+.shopify-section,.sps.sps+section{position:relative;z-index:2;background:var(--sps-bg, #ffffff)}.sps.sps{contain:layout paint}.sps.sps .sps-layout{min-height:auto!important;height:auto!important}.sps.sps .sps-gallery{min-height:100vh!important;height:100vh!important;overflow:hidden!important}.sps.sps .sps-gallery__sticky{position:relative!important;top:auto!important;height:100vh!important;min-height:700px!important}.sps.sps .sps-left,.sps.sps .sps-right{position:relative!important;top:auto!important}.sps.sps+.shopify-section,.sps.sps~.shopify-section,.sps.sps+section,.sps.sps~section{position:relative!important;z-index:20!important;background:#fff!important;clear:both!important}@media screen and (max-width:1199px){.sps.sps{contain:none}.sps.sps .sps-layout{min-height:auto!important;height:auto!important}.sps.sps .sps-gallery{height:auto!important;min-height:auto!important;overflow:visible!important}.sps.sps .sps-gallery__sticky{position:relative!important;height:var(--sps-mobile-gallery-height, 62vh)!important;min-height:var(--sps-mobile-gallery-min-height, 420px)!important;max-height:var(--sps-mobile-gallery-max-height, 820px)!important}.sps.sps .sps-layout{grid-template-columns:300px minmax(0,1fr) 360px}.sps.sps .sps-form{max-width:320px}}@media screen and (max-width:989px){.sps.sps{padding-bottom:var(--sps-mobile-sticky-pad, 0px)}.sps.sps .sps-layout{display:flex;flex-direction:column;min-height:auto;align-items:stretch}.sps.sps .sps-layout>*{width:100%;max-width:100%}.sps.sps .sps-left{order:2;position:relative;top:auto;height:auto;min-height:0;padding:var(--sps-mobile-info-padding-top, 28px) var(--sps-mobile-padding-x, 16px) 0;display:block}.sps.sps .sps-right{order:3;position:relative;top:auto;height:auto;min-height:0;display:block;padding:var(--sps-mobile-right-padding-top, 28px) var(--sps-mobile-padding-x, 16px) var(--sps-mobile-right-padding-bottom, 60px)}.sps.sps .sps-gallery{order:1;min-height:auto;overflow:visible}.sps.sps .sps-gallery__sticky{position:relative;top:auto;width:100%;height:var(--sps-mobile-gallery-height, 62vh);min-height:var(--sps-mobile-gallery-min-height, 420px);max-height:var(--sps-mobile-gallery-max-height, 820px);display:block;padding:0}.sps.sps .sps-gallery__stage{width:100%;height:100%;min-height:0}.sps.sps .sps-gallery__img{object-fit:var(--sps-mobile-gallery-fit, contain);object-position:var(--sps-mobile-gallery-position, center center);transform:translate(0) translateY(0) scale(var(--sps-mobile-image-scale, 1));transform-origin:center center}.sps.sps .sps-thumbs{position:absolute;left:50%;right:auto;bottom:14px;transform:translate(-50%);display:flex;gap:8px;width:auto;max-width:calc(100vw - 28px);max-height:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.sps.sps .sps-thumbs::-webkit-scrollbar{display:none}.sps.sps .sps-thumb{flex:0 0 var(--sps-mobile-thumb-width, 54px);width:var(--sps-mobile-thumb-width, 54px);height:var(--sps-mobile-thumb-height, 70px)}.sps.sps .sps-breadcrumb{margin-bottom:16px;font-size:12px}.sps.sps .sps-title{font-size:var(--sps-mobile-title-size, 25px)}.sps.sps .sps-price{font-size:var(--sps-mobile-price-size, 15px)}.sps.sps .sps-left__main{margin-bottom:0}.sps.sps .sps-accordions--desktop{display:none}.sps.sps .sps-accordions--mobile{display:grid;margin-top:28px}.sps.sps .sps-form{max-width:none;margin:0}.sps.sps .sps-icons{display:none}.sps.sps .sps-options{gap:28px}.sps.sps .sps-option legend{margin-bottom:14px;font-size:13px}.sps.sps .sps-option legend strong{margin-left:12px}.sps.sps .sps-color{width:var(--sps-mobile-color-thumb-width, 56px);height:var(--sps-mobile-color-thumb-height, 74px)}.sps.sps .sps-size{min-width:var(--sps-mobile-size-button-width, 48px);height:var(--sps-mobile-size-button-height, 40px);font-size:var(--sps-mobile-size-text-size, 13px)}.sps.sps .sps-shipping-note{margin:26px 0 14px;font-size:12px}.sps.sps .sps-trust{margin-top:24px;font-size:13px}.sps.sps .sps-dynamic-checkout{margin-top:8px}.sps.sps .sps-low-stock{margin:var(--sps-mobile-low-stock-margin-top, 18px) 0 var(--sps-mobile-low-stock-margin-bottom, 14px);padding:8px 11px;border-radius:var(--sps-mobile-low-stock-radius, 11px);font-size:var(--sps-mobile-low-stock-text-size, 12px)}.sps.sps .sps-dynamic-checkout .shopify-payment-button__button,.sps.sps .sps-dynamic-checkout .shopify-payment-button__button--unbranded{height:var(--sps-mobile-dynamic-button-height, 48px)!important;min-height:var(--sps-mobile-dynamic-button-height, 48px)!important;font-size:var(--sps-mobile-add-button-text-size, 12px)!important}.sps.sps .sps-gallery__image{display:block;opacity:0;visibility:hidden}.sps.sps .sps-gallery__image.is-active{opacity:1!important;visibility:visible!important;pointer-events:auto}.sps.sps .sps-gallery__img{display:block!important;width:100%!important;height:100%!important;opacity:1!important;visibility:visible!important}.sps.sps .sps-gallery__stage{display:flex!important;width:100%!important;height:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;background:var(--sps-gallery-bg, #f6f6f6)!important}.sps.sps .sps-gallery__stage::-webkit-scrollbar{display:none!important}.sps.sps .sps-gallery__stage,.sps.sps .sps-thumbs{overscroll-behavior-x:contain!important;overscroll-behavior-y:auto!important;touch-action:pan-x pan-y!important}.sps.sps .sps-gallery__image{position:relative!important;inset:auto!important;flex:0 0 100%!important;width:100%!important;height:100%!important;display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;scroll-snap-align:start!important;background:transparent!important}.sps.sps .sps-gallery__image.is-active{opacity:1!important;visibility:visible!important}.sps.sps .sps-gallery__img{display:block!important;width:100%!important;height:100%!important;object-fit:var(--sps-mobile-gallery-fit, contain)!important;object-position:var(--sps-mobile-gallery-position, center center)!important;opacity:1!important;visibility:visible!important;transform:translate(0) translateY(0) scale(var(--sps-mobile-image-scale, 1))!important;transform-origin:center center!important}.sps.sps .sps-thumbs{position:absolute!important;left:50%!important;right:auto!important;bottom:14px!important;transform:translate(-50%)!important;display:flex!important;gap:8px!important;width:auto!important;max-width:calc(100vw - 28px)!important;max-height:none!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important}.sps.sps .sps-thumb{pointer-events:auto!important;cursor:pointer!important}.sps.sps .sps-thumbs{pointer-events:auto!important;z-index:40!important}}@media screen and (min-width:990px){.sps.sps{position:relative!important;height:var(--sps-desktop-gallery-height, 760px)!important;min-height:0!important;max-height:var(--sps-desktop-gallery-height, 760px)!important;overflow:hidden!important;isolation:isolate!important;contain:layout paint!important;background:var(--sps-bg, #ffffff)!important;z-index:1!important}.sps.sps .sps-layout{height:var(--sps-desktop-gallery-height, 760px)!important;min-height:0!important;max-height:var(--sps-desktop-gallery-height, 760px)!important;overflow:hidden!important;display:grid!important;grid-template-columns:var(--sps-left-width, 360px) minmax(0,1fr) var(--sps-right-width, 360px)!important;align-items:stretch!important}.sps.sps .sps-left,.sps.sps .sps-right,.sps.sps .sps-gallery,.sps.sps .sps-gallery__sticky,.sps.sps .sps-gallery__stage{position:relative!important;top:auto!important;height:var(--sps-desktop-gallery-height, 760px)!important;min-height:0!important;max-height:var(--sps-desktop-gallery-height, 760px)!important;overflow:hidden!important}.sps.sps .sps-left,.sps.sps .sps-right{display:flex!important;flex-direction:column!important;justify-content:center!important}.sps.sps .sps-gallery__sticky{display:grid!important;grid-template-columns:var(--sps-thumb-width, 56px) minmax(0,1fr)!important;column-gap:var(--sps-gallery-thumb-gap, 8px)!important;align-items:center!important;padding:0 var(--sps-gallery-padding-x, 0px)!important;background:var(--sps-gallery-bg, #f6f6f6)!important}.sps.sps .sps-gallery__image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.sps.sps .sps-gallery__img{max-height:100%!important}.sps.sps+.shopify-section,.sps.sps~.shopify-section{position:relative!important;z-index:999!important;background:#fff!important;clear:both!important}}@media screen and (max-width:989px){.sps.sps{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;contain:none!important;padding-bottom:var(--sps-mobile-sticky-pad, 0px)!important}}.sps.sps .sps-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:999999!important;display:none!important}.sps.sps .sps-modal__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0000008c!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.sps.sps .sps-modal__box{position:absolute!important;top:50%!important;left:50%!important;width:min(92vw,var(--sps-size-modal-width, 900px))!important;max-height:88vh!important;transform:translate(-50%,-50%)!important;border-radius:10px!important;background:#fff!important;overflow:auto!important;box-shadow:0 24px 80px #00000040!important}.sps.sps .sps-size-guide-open{width:fit-content!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:14px!important;padding:10px 15px!important;border:1px solid #000000!important;border-radius:999px!important;background:#000!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:700!important;text-decoration:none!important;cursor:pointer!important}.sps.sps .sps-size-guide-warning{margin-top:12px!important;padding:10px 12px!important;border:1px dashed #999999!important;border-radius:8px!important;color:#555!important;font-size:12px!important;line-height:1.35!important}.sps.sps .sps-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483647!important;display:none!important}.sps.sps .sps-modal.is-active{display:block!important}.sps.sps .sps-modal__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#00000094!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.sps.sps .sps-modal__box{position:absolute!important;top:50%!important;left:50%!important;width:min(92vw,var(--sps-size-modal-width, 900px))!important;max-height:88vh!important;transform:translate(-50%,-50%)!important;border-radius:10px!important;background:#fff!important;overflow:auto!important;box-shadow:0 24px 80px #00000047!important}.sps.sps .sps-modal__close{position:sticky!important;top:0!important;left:100%!important;z-index:5!important;width:44px!important;height:44px!important;margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;background:#fff!important;color:#000!important;font-size:32px!important;line-height:1!important;cursor:pointer!important}.sps.sps .sps-modal__image{display:block!important;width:100%!important;height:auto!important}.sps.sps .sps-modal__empty{padding:42px 28px!important;color:#000!important;font-size:14px!important;line-height:1.45!important}.sps.sps .sps-modal__empty strong{display:block!important;margin-bottom:10px!important;font-size:16px!important}html.sps-size-guide-open,body.sps-size-guide-open{overflow:hidden!important;overscroll-behavior:none!important}.sps.sps .sps-low-stock{margin-bottom:10px!important}.sps.sps .sps-ventipay-block{width:100%!important;margin:0 0 14px!important;padding:0!important}.sps.sps #__ventipay_product_installments_block{width:100%!important;max-width:100%!important}.sps.sps .sps-shipping-note{margin-top:0!important;margin-bottom:22px!important}@media screen and (max-width:989px){.sps.sps .sps-low-stock{margin-bottom:10px!important}.sps.sps .sps-ventipay-block{margin:0 0 14px!important}.sps.sps .sps-shipping-note{margin-top:0!important;margin-bottom:22px!important}}@media screen and (max-width:989px){.sps.sps{min-height:0!important;padding-bottom:var(--sps-mobile-sticky-pad, 0px)!important}.sps.sps .sps-layout,.sps.sps .sps-gallery{height:auto!important;min-height:0!important}.sps.sps .sps-right{padding-bottom:var(--sps-right-mobile-pad, 20px)!important}.sps.sps .sps-accordions--mobile{margin-top:22px!important;margin-bottom:0!important;padding-bottom:0!important}.sps.sps .sps-accordion:last-child,.sps.sps .sps-accordion--size-guide{margin-bottom:0!important;padding-bottom:0!important}.sps.sps .sps-accordion--size-guide .sps-accordion__summary-button{min-height:28px!important;margin-bottom:0!important;padding-bottom:0!important}.sps.sps .sps-trust{margin-bottom:0!important}}@media screen and (min-width:990px){.sps.sps[data-single-image="1"] .sps-gallery__sticky{grid-template-columns:minmax(0,1fr)!important;column-gap:0!important;padding:0 var(--sps-gallery-padding-x, 0px)!important}.sps.sps[data-single-image="1"] .sps-thumbs{display:none!important}.sps.sps[data-single-image="1"] .sps-gallery__stage{width:100%!important;height:100%!important;min-height:0!important}.sps.sps[data-single-image="1"] .sps-gallery__image{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.sps.sps[data-single-image="1"] .sps-gallery__img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;transform:none!important;transform-origin:center center!important}}.sps.sps .sps-form{width:100%;max-width:355px}.sps.sps .sps-options{gap:30px}.sps.sps .sps-option legend{margin-bottom:15px;letter-spacing:0;text-transform:none}.sps.sps .sps-option--size .sps-size-list{justify-content:space-between;gap:6px;flex-wrap:nowrap}.sps.sps .sps-option--generic .sps-size-list{justify-content:flex-start;gap:10px}.sps.sps .sps-low-stock{margin-top:27px!important;margin-bottom:12px!important;padding:8px 12px!important;border-radius:12px!important}.sps.sps .sps-low-stock__dot{width:7px;height:7px;flex-basis:7px;box-shadow:none}.sps.sps .sps-ventipay-block{width:100%!important;min-height:28px;margin:0 0 16px!important;padding:0!important}.sps.sps #__ventipay_product_installments_block{width:100%!important;max-width:100%!important;min-height:28px}.sps.sps .sps-shipping-note{gap:9px;margin:0 0 18px!important;font-size:12px;font-weight:600}.sps.sps .sps-shipping-note span{flex:0 0 6px}.sps.sps .sps-add{min-height:55px;height:55px;padding-right:18px;padding-left:18px;border-radius:4px;font-size:13px}.sps.sps .sps-add strong{font-size:13px}.sps.sps .sps-dynamic-checkout{margin-top:10px!important}.sps.sps .sps-dynamic-checkout .shopify-payment-button{width:100%!important}.sps.sps .sps-dynamic-checkout .shopify-payment-button__button--unbranded{min-height:49px!important;height:49px!important;border-radius:4px!important;background:#ffc439!important;color:#111!important;font-size:14px!important;font-weight:700!important}.sps.sps .sps-dynamic-checkout .shopify-payment-button__button--unbranded:hover{background:#ffc439!important;color:#111!important;opacity:.9!important}.sps.sps .sps-trust{margin-top:43px!important;color:var(--sps-text, #111111);font-size:14px;line-height:1.45}.sps.sps .sps-trust.sps-trust--without-express{margin-top:18px!important}@media screen and (max-width:989px){.sps.sps .sps-trust.sps-trust--without-express{margin-top:16px!important}}@media screen and (max-width:989px){.sps.sps .sps-form{max-width:none}.sps.sps .sps-options{gap:29px!important}.sps.sps .sps-option legend{margin-bottom:14px!important;font-size:13px!important}.sps.sps .sps-option--size .sps-size-list{gap:4px}.sps.sps .sps-size{min-width:48px;height:40px}.sps.sps .sps-low-stock{margin-top:26px!important;margin-bottom:11px!important}.sps.sps .sps-ventipay-block{margin-bottom:15px!important}.sps.sps .sps-shipping-note{margin-bottom:17px!important}.sps.sps .sps-add{height:52px;min-height:52px}.sps.sps .sps-trust{margin-top:39px!important;font-size:13px}}.sps.sps [data-option-button].is-disabled,.sps.sps [data-option-button][disabled]{cursor:not-allowed!important}.sps.sps .sps-size.is-disabled,.sps.sps .sps-size[disabled]{background:transparent!important;color:var(--sps-text, #111111)!important;opacity:.3!important;text-decoration:line-through!important}.sps.sps .sps-color.is-disabled,.sps.sps .sps-color[disabled]{opacity:.32!important;filter:grayscale(1);cursor:not-allowed!important}.sps.sps .sps-color.is-disabled:after,.sps.sps .sps-color[disabled]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff3d;pointer-events:none}.sps.sps .sps-color.is-disabled,.sps.sps .sps-color[disabled]{position:relative}.sps.sps .sps-gallery__image{background-color:var(--sps-gallery-bg, #f6f6f6)!important}.sps.sps .sps-gallery__image{scroll-snap-stop:always!important}
/*# sourceMappingURL=/cdn/shop/t/56/assets/spx-product.css.map */
