.button--ghost{border:0px solid transparent;background:transparent;color:#7d7d7d!important}.shopify-section--product-size-guide-pop{--product-size-guide-pop-max-width: min(1150px, calc(100vw - 24px) )}.shopify-section--product-size-guide-pop .product-size-guide-pop{display:flex;justify-content:center}.product-size-guide-pop-modal{--popover-body-padding: 0;--popover-content-max-height: min(760px, calc(100vh - 32px) );--popover-content-max-width: var(--product-size-guide-pop-max-width, min(1150px, calc(100vw - 24px) ));z-index:1000}.product-size-guide-pop-modal::part(outside-close-button){display:none}.product-size-guide-pop-modal::part(content){width:100%}.product-size-guide-pop-modal::part(title){align-items:start;border-block-end:0;display:flex;gap:var(--spacing-4);justify-content:space-between;padding:28px 24px 10px;text-align:start}.product-size-guide-pop-modal::part(body){text-align:start}.product-size-guide-pop__close{align-items:center;background:rgb(var(--text-color) / .08);border-radius:var(--rounded-full);color:rgb(var(--text-color) / .58);display:inline-flex;flex-shrink:0;height:28px;justify-content:center;margin-block-start:-2px;transition:background-color .15s ease,color .15s ease;width:28px}.product-size-guide-pop__close:hover{background:rgb(var(--text-color) / .14);color:rgb(var(--text-color))}.product-size-guide-pop__body{display:block;padding:0 24px 32px}.product-size-guide-pop__tabs{display:flex;flex-wrap:wrap;gap:var(--spacing-2);margin-block-end:var(--spacing-4)}.product-size-guide-pop__tab{border:1px solid rgb(var(--text-color) / .28);border-radius:var(--rounded-full);color:rgb(var(--text-color) / .58);font-size:10px;font-weight:700;line-height:1;padding:6px 14px;text-transform:uppercase;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.product-size-guide-pop__tab[aria-selected=true]{border-color:rgb(var(--text-color));color:rgb(var(--text-color))}.product-size-guide-pop__intro{color:rgb(var(--text-color) / .68);font-size:var(--text-sm);margin-block-end:var(--spacing-8)}.product-size-guide-pop__grid{display:grid;gap:var(--spacing-4);grid-template-columns:1fr}.product-size-guide-pop__card{border:1px solid rgb(var(--text-color) / .18);display:grid;overflow:hidden;transition:border-color .15s ease,opacity .15s ease}.product-size-guide-pop__card:not([disabled]):hover{border-color:rgb(var(--text-color))}.product-size-guide-pop__card[disabled]{cursor:not-allowed;opacity:.55}.product-size-guide-pop__image{aspect-ratio:1;background:rgb(var(--text-color) / .05);object-fit:cover;width:100%}.product-size-guide-pop__card-info{align-items:start;display:grid;gap:var(--spacing-2);grid-template-columns:minmax(0,1fr) auto;padding:12px}.product-size-guide-pop__card-title{font-family:var(--bold-text-font-family);font-weight:var(--bold-text-font-weight);line-height:1.35}.product-size-guide-pop__card-text{color:rgb(var(--text-color) / .68);font-size:var(--text-xs);grid-column:1 / -1;line-height:1.45}.product-size-guide-pop__price{align-items:baseline;display:flex;flex-wrap:wrap;gap:var(--spacing-2);justify-content:end;white-space:nowrap}.product-size-guide-pop__price-from{font-size:var(--text-xs)}.product-size-guide-pop__compare-price{color:rgb(var(--text-color) / .5);font-size:var(--text-xs);text-decoration:line-through}.product-size-guide-pop__sale-price{color:rgb(var(--sale-price-color));font-size:var(--text-xs)}.product-size-guide-pop__empty{color:rgb(var(--text-color) / .7);padding-block-start:var(--spacing-4)}@media screen and (min-width:700px){.product-size-guide-pop__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1000px){.product-size-guide-pop-modal{height:100%!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:12px;place-items:center;position:fixed!important;width:100%!important}.product-size-guide-pop-modal[open]{display:grid!important}.product-size-guide-pop-modal::part(overlay){display:block}.product-size-guide-pop-modal::part(content){border:0;border-radius:12px;box-shadow:var(--shadow-md);height:auto;max-height:var(--popover-content-max-height);width:var(--popover-content-max-width)}.product-size-guide-pop-modal::part(body){overflow:hidden}.product-size-guide-pop__body{max-height:calc(var(--popover-content-max-height) - 74px);overflow-y:auto;overscroll-behavior-y:contain}}@media screen and (max-width:699px){.product-size-guide-pop-modal::part(title){padding:18px 20px 8px}.product-size-guide-pop__body{padding:0 20px 24px}}.product-addons{margin-top:15px;margin-bottom:7px}.product-addons__title{font-size:14px;font-weight:700;line-height:20px;margin-bottom:7px}.product-addons__list{display:flex;flex-direction:column;gap:7px}.product-addons__show-all{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;background:#fff;color:rgb(var(--text-color));font-size:15px;font-weight:700;line-height:1.2;border:1px solid rgb(var(--text-color) / .06);transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.product-addons__show-all:hover{background:#f8f8f8;border-color:rgb(var(--text-color) / .12)}.product-addons__show-all-icon{font-size:24px;font-weight:400;line-height:1}.product-addon[hidden],.product-addons__show-all[hidden]{display:none}.product-addon{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:7px 12px 7px 8px;background:#f8f8f8;border:none;transition:box-shadow .2s}.product-addon__info-button{flex:0 0 auto;color:rgb(var(--text-color) / .7);display:grid;place-items:center;transition:color .2s ease-in-out}.product-addon__info-button[aria-expanded=true],.product-addon__info-button:hover{color:rgb(var(--text-color))}.product-addon--selected{background:#f8f8f8}.product-addon--selected .product-addon__variant-options{display:flex}.product-addon__image-wrap{flex:0 0 64px;width:64px;height:64px}.product-addon__image{width:100%;height:100%;object-fit:cover;border-radius:6px;background:#f5f5f5}.product-addon>.horizontal-product__image{width:52px;height:52px;flex:0 0 52px;object-fit:contain}.product-addon__details{flex:1;min-width:0}.product-addon__variant-options{display:none;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-top:7px;padding:0;border:0}.product-addon__variant-option{display:inline-flex;align-items:center;gap:5px;color:rgb(var(--text-color));cursor:pointer}.product-addon__variant-option input{width:14px;height:14px;margin:0;accent-color:rgb(var(--text-color))}.product-addon__variant-option.is-disabled{color:rgb(var(--text-color) / .45);cursor:not-allowed}.product-addon__heading{display:flex;align-items:baseline;gap:8px;min-width:0}.product-addon__title{flex:1 1 auto;min-width:0;font-size:14px;font-weight:700;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-addon__title .reversed-link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-addon__description{font-size:12px;line-height:16px;color:#666;margin:1px 0 0}.product-addon__pricing{display:flex;align-items:center;gap:6px;flex:0 0 auto;margin-top:0;white-space:nowrap}.product-addon__original-price{font-size:13px;text-decoration:line-through;color:#aa1919}.product-addon__price{font-size:13px;font-weight:600}.product-addon__badge{font-size:10px;font-weight:600;color:#fff;background-color:#f40941;padding:2px 6px;border-radius:4px;line-height:1.3}.product-addon__toggle-wrap{flex:0 0 auto}.product-addon__checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.product-addon__toggle{display:block;cursor:pointer}.product-addon__toggle-track{display:block;width:44px;height:24px;background:#d4d4d4;border-radius:12px;position:relative;transition:background-color .2s}.product-addon__checkbox:checked+.product-addon__toggle-track{background:#219653}.product-addon__toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.product-addon__checkbox:checked+.product-addon__toggle-track .product-addon__toggle-thumb{transform:translate(20px)}.product-addons-btn-price{display:inline-flex;gap:6px;align-items:center}.product-addon-info-popover{--popover-body-padding: 0;--popover-content-max-height: min(760px, calc(100vh - 32px) );--popover-content-max-width: min(884px, calc(100vw - 24px) );z-index:1000}.product-addon-info-popover::part(content){width:100%}.product-addon-info-popover::part(title){align-items:center;border-block-end:0;display:flex;gap:var(--spacing-4);justify-content:space-between;padding:18px 32px 12px;text-align:start}.product-addon-info-popover::part(close-button){color:rgb(var(--text-color))}.product-addon-info-popover::part(body){text-align:start}.product-addon-info-popover__content{align-items:start;display:grid;gap:28px;padding:0 32px 32px}.product-addon-info-popover__media{align-self:start;position:relative;border-radius:6px;background:rgb(var(--text-color) / .05);overflow:hidden}.product-addon-info-popover__carousel{display:grid;grid-auto-columns:100%;grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x mandatory;width:100%}.product-addon-info-popover__slide{min-width:0}.product-addon-info-popover__image{width:100%;aspect-ratio:1;object-fit:cover}.product-addon-info-popover__controls{position:absolute;inset-inline:12px;top:50%;display:flex;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.product-addon-info-popover__controls .circle-chevron{width:var(--spacing-10);height:var(--spacing-10);background:rgb(var(--background) / .75);color:rgb(var(--text-color));pointer-events:auto}.product-addon-info-popover__dots{position:absolute;inset-inline:0;bottom:12px;color:rgb(var(--background));pointer-events:none}.product-addon-info-popover__dots button{pointer-events:auto}.product-addon-info-popover__description{color:rgb(var(--text-color));font-size:var(--text-sm)}.product-addon-info-popover__description ul{list-style:disc outside;padding-inline-start:1.25rem}.product-addon-info-popover__description li+li{margin-block-start:.35rem}@media screen and (min-width:700px){.product-addon-info-popover__content{grid-template-columns:minmax(0,1fr) minmax(240px,.95fr)}}@media screen and (min-width:1000px){.product-addon-info-popover{top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;padding:12px;position:fixed!important;place-items:center}.product-addon-info-popover[open]{display:grid!important}.product-addon-info-popover::part(overlay){display:block}.product-addon-info-popover::part(content){border:0;border-radius:8px;box-shadow:var(--shadow-md);height:auto;max-height:var(--popover-content-max-height);width:var(--popover-content-max-width)}.product-addon-info-popover::part(body){overflow:hidden}.product-addon-info-popover__content{max-height:calc(var(--popover-content-max-height) - 74px);overflow:hidden}.product-addon-info-popover__description{max-height:calc(var(--popover-content-max-height) - 106px);overflow-y:auto;overscroll-behavior-y:contain;padding-inline-end:var(--spacing-2)}}@media screen and (max-width:699px){.product-addon-info-popover::part(title){padding:16px 20px 10px}.product-addon-info-popover__content{gap:18px;padding:0 20px 24px}}.ps-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;cursor:pointer}.ps-toggle-input{opacity:0;width:0;height:0;position:absolute}.ps-toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;background:#d4d4d4;border-radius:24px;transition:background .2s}.ps-toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;transition:transform .2s}.ps-toggle-input:checked+.ps-toggle-track{background:#219653}.ps-toggle-input:checked+.ps-toggle-track:after{transform:translate(20px)}.ps-toggle-input:disabled+.ps-toggle-track{opacity:.5;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/59/assets/custom.css.map */
