.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.v2-variant-selector-container{margin:1.5rem 0}.v2-variant-selector-container:not(.v2-initialized) .v2-dimensions{opacity:0;visibility:hidden}.v2-variant-selector-container.v2-initialized .v2-dimensions{opacity:1;visibility:visible;transition:opacity .15s ease-out}.v2-variant-selector-loading{padding:1rem;text-align:center;color:rgb(var(--color-foreground) / .7);font-size:.875rem}.v2-dimensions{display:flex;flex-direction:column;gap:1.5rem}.v2-summary{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground),.1);border-radius:var(--inputs-radius)}.v2-summary__selections{display:flex;flex-wrap:wrap;gap:1rem;flex:1}.v2-summary__item{display:flex;align-items:center;gap:.5rem}.v2-summary__image{width:var(--v2-summary-thumbnail, 50px);height:var(--v2-summary-thumbnail, 50px);border-radius:var(--radius-sm);background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid rgb(var(--color-foreground),.1)}.v2-summary__text{display:flex;flex-direction:column;gap:.25rem}.v2-summary__label{font-size:var(--v2-summary-label-size, 14px);color:rgb(var(--color-foreground),.6);text-transform:uppercase;letter-spacing:.05em}.v2-summary__value{font-size:var(--v2-summary-value-size, 16px);font-weight:500;color:rgb(var(--color-foreground))}.v2-summary__change-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:rgb(var(--color-button));background:transparent;border:1px solid rgb(var(--color-button));border-radius:var(--inputs-radius);cursor:pointer;transition:all .2s ease;white-space:nowrap}.v2-summary__change-btn:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.v2-accordion{border:1px solid rgb(var(--color-foreground),.1);border-radius:var(--inputs-radius);overflow:hidden;transition:all .2s ease}.v2-accordion--current{overflow:visible}.v2-accordion+.v2-accordion{margin-top:.5rem}.v2-accordion__header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%;padding:1rem;background:rgb(var(--color-background));border:none;cursor:pointer;text-align:left;font-family:inherit;transition:all .2s ease;position:relative;z-index:1}.v2-accordion__header:hover:not(:disabled){background:rgb(var(--color-foreground),.03)}.v2-accordion__header:disabled{cursor:not-allowed;opacity:.6}.v2-accordion__step{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:.875rem;font-weight:600;color:rgb(var(--color-foreground),.5);background:rgb(var(--color-foreground),.08);border-radius:50%;flex-shrink:0}.v2-accordion--current .v2-accordion__step,.v2-accordion--completed .v2-accordion__step{color:#fff;background:#16a34a}.v2-accordion__title{font-size:var(--v2-accordion-header-size, 14px);font-weight:600;color:rgb(var(--color-foreground));flex:1 1 auto;min-width:0;overflow-wrap:break-word}.v2-accordion--locked .v2-accordion__title{color:rgb(var(--color-foreground),.5)}.v2-accordion__selection{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto;min-width:0;max-width:60%;justify-content:flex-end}.v2-accordion__thumb{width:32px;height:32px;border-radius:var(--radius-sm);background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid rgb(var(--color-foreground),.1)}.v2-accordion__value{font-size:var(--v2-accordion-value-size, 14px);color:rgb(var(--color-foreground),.8);overflow-wrap:break-word}.v2-accordion__count{font-size:var(--text-base);color:rgb(var(--color-foreground),.5);white-space:nowrap;margin-left:var(--space-1)}.v2-accordion__icon{font-size:.875rem;color:rgb(var(--color-foreground),.4);flex-shrink:0;transition:transform .2s ease}.v2-accordion--current .v2-accordion__icon{transform:rotate(180deg)}.v2-select-row{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgb(var(--color-foreground),.08)}.v2-select-row:last-child{border-bottom:none}.v2-select-row__label{display:flex;align-items:center;gap:.75rem;flex:1}.v2-select-row__step{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;font-size:.75rem;font-weight:600;flex-shrink:0}.v2-select-row__title{font-weight:500}.v2-select-row__input{flex:0 0 50%}.v2-native-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:16px;font-family:inherit;border:1px solid rgb(var(--color-foreground),.15);border-radius:var(--inputs-radius);background:rgb(var(--color-background)) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right .75rem center;-webkit-appearance:none;appearance:none;cursor:pointer;color:rgb(var(--color-foreground))}.v2-native-select:focus{outline:none;border-color:rgb(var(--color-foreground),.4)}.v2-native-select option:disabled{color:rgb(var(--color-foreground),.4)}.v2-native-select--unselected{border-color:rgb(var(--color-foreground),.3);color:rgb(var(--color-foreground),.6)}.v2-select-row--requires-selection{background:rgb(var(--color-foreground),.02);border-radius:var(--inputs-radius);padding:.75rem 1rem;margin:0 -1rem;border:1px dashed rgb(var(--color-foreground),.15)}.v2-accordion__content{padding:.5rem 1rem 1rem;background:rgb(var(--color-background));position:relative;overflow:visible}.v2-accordion--completed .v2-accordion__content,.v2-accordion--locked .v2-accordion__content{max-height:400px;overflow-y:auto;scroll-behavior:smooth}.v2-accordion__content::-webkit-scrollbar{width:6px}.v2-accordion__content::-webkit-scrollbar-track{background:rgb(var(--color-foreground),.05);border-radius:var(--radius-xs)}.v2-accordion__content::-webkit-scrollbar-thumb{background:rgb(var(--color-foreground),.2);border-radius:var(--radius-xs)}.v2-accordion__content::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-foreground),.3)}.v2-accordion__content[hidden]{display:none}.v2-accordion__content .v2-dimension__options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:4px}@media screen and (min-width: 1024px){.v2-accordion__content .v2-dimension__options{grid-template-columns:repeat(3,1fr);gap:1rem}}.v2-accordion__content .v2-dimension__options--product-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-height:420px;overflow-y:auto;padding:4px .5rem 0 0}@media screen and (min-width: 1024px){.v2-accordion__content .v2-dimension__options--product-cards{grid-template-columns:repeat(3,1fr);gap:1rem;max-height:480px}}.v2-accordion__content .v2-product-card{min-width:120px}.v2-accordion__content .v2-product-card__label{font-size:14px;padding:.4rem .3rem;white-space:normal;line-height:1.2}.v2-accordion--completed{border-color:#f2f2f2;box-shadow:0 1px 3px #00000014}.v2-accordion--current{border-color:#f2f2f2;box-shadow:0 2px 8px #0000001f}.v2-accordion--locked{border-color:rgb(var(--color-foreground),.05);background:rgb(var(--color-foreground),.02)}.v2-accordion--ready{border-color:#16a34a4d;background:#16a34a08;animation:v2-accordion-ready .4s ease-out}.v2-accordion--ready .v2-accordion__header{cursor:pointer}.v2-accordion--ready .v2-accordion__title{color:rgb(var(--color-foreground))}.v2-accordion--ready .v2-accordion__step{background:#16a34a26;color:#16a34a}.v2-accordion--ready .v2-accordion__icon{color:#16a34a}@keyframes v2-accordion-ready{0%{border-color:rgb(var(--color-foreground),.05);background:rgb(var(--color-foreground),.02);transform:scale(1)}50%{transform:scale(1.01);box-shadow:0 0 0 3px #16a34a1a}to{border-color:#16a34a4d;background:#16a34a08;transform:scale(1);box-shadow:none}}.v2-accordion__footer{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgb(var(--color-foreground),.08)}.v2-accordion__nav-btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;background:#d14545;color:#fff;border:none;border-radius:var(--buttons-radius, 4px);font-family:var(--font-button-family);font-size:var(--text-sm, 1.4rem);font-weight:var(--font-button-weight, 500);letter-spacing:var(--buttons-letter-spacing, 0);text-transform:none;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.v2-accordion__nav-btn--back{background:transparent;color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-border))}.v2-accordion__nav-btn--next{margin-left:auto}.v2-accordion__nav-btn:hover{opacity:.85}.v2-accordion__nav-btn--next:hover{transform:translate(2px)}.v2-accordion__nav-btn--back:hover{transform:translate(-2px)}.v2-accordion__nav-btn:active{transform:translate(0)}.v2-dimensions__header{font-size:1.25rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .5rem;text-transform:capitalize}.v2-dimension{display:flex;flex-direction:column;gap:.75rem}.v2-dimension__label{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.v2-dimension__name{font-weight:600;font-size:1.4rem;color:rgb(var(--color-foreground))}.v2-dimension__value{font-size:1.4rem;color:rgb(var(--color-foreground) / .7)}.v2-dimension__options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:100%;padding-top:4px}@media screen and (min-width: 768px){.v2-dimension__options{gap:1rem}}@media screen and (min-width: 1024px){.v2-dimension__options{grid-template-columns:repeat(3,1fr);gap:1rem}}.v2-dimension__options--product-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}@media screen and (min-width: 768px){.v2-dimension__options--product-cards{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width: 1024px){.v2-dimension__options--product-cards{grid-template-columns:repeat(3,1fr);gap:1rem}}.v2-custom-dropdown{position:relative;width:100%;max-width:24rem}.v2-custom-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.875rem 1rem;font-size:1rem;font-family:inherit;font-weight:500;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:.125rem solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius);cursor:pointer;transition:all .2s ease;text-align:left}.v2-custom-dropdown__trigger:hover{border-color:rgb(var(--color-foreground),.4)}.v2-custom-dropdown__trigger:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgb(var(--color-button),.1)}.v2-custom-dropdown__trigger--open{border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgb(var(--color-button),.1)}.v2-custom-dropdown__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v2-custom-dropdown__arrow{flex-shrink:0;width:.75rem;height:.75rem;border:solid rgb(var(--color-foreground),.6);border-width:0 2px 2px 0;transform:rotate(45deg);transition:transform .2s ease;margin-top:-.25rem}.v2-custom-dropdown__trigger--open .v2-custom-dropdown__arrow{transform:rotate(-135deg);margin-top:.25rem}.v2-custom-dropdown__panel{position:absolute;top:calc(100% + .5rem);left:0;right:0;max-height:20rem;overflow-y:auto;background:rgb(var(--color-background));border:.125rem solid rgb(var(--color-foreground),.15);border-radius:var(--inputs-radius);box-shadow:0 8px 24px #0000001f;z-index:9999;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all .2s ease}.v2-custom-dropdown__panel--open{opacity:1;visibility:visible;transform:translateY(0)}.v2-custom-dropdown__option{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;width:100%;padding:.875rem 1rem;font-size:1rem;font-family:inherit;font-weight:400;color:rgb(var(--color-foreground));background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.v2-custom-dropdown__option:hover{background:rgb(var(--color-foreground),.04)}.v2-custom-dropdown__option--selected{font-weight:600;background:rgb(var(--color-button),.08);color:rgb(var(--color-button))}.v2-custom-dropdown__option--selected:hover{background:rgb(var(--color-button),.12)}.v2-custom-dropdown__option--unavailable{opacity:.6;cursor:pointer;background:rgb(var(--color-foreground),.02)}.v2-custom-dropdown__option--unavailable span{text-decoration:line-through}.v2-custom-dropdown__option--unavailable:hover{background:rgb(var(--color-foreground),.05);opacity:.8}.v2-custom-dropdown__option-content{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.v2-custom-dropdown__option-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-custom-dropdown__option-notice{font-size:.875rem;font-weight:500;color:rgb(var(--color-foreground),.55)}.v2-custom-dropdown__check{flex-shrink:0;width:1rem;height:1rem;opacity:0}.v2-custom-dropdown__option--selected .v2-custom-dropdown__check{opacity:1}.v2-dimension__hint{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.625rem 1.25rem;background:transparent;border:1px dashed rgb(var(--color-foreground),.3);border-radius:var(--inputs-radius);font-family:inherit;font-size:1rem;color:rgb(var(--color-foreground) / .7);line-height:1.4;cursor:pointer;transition:all .2s ease}.v2-dimension__hint:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button));background:rgb(var(--color-button),.05)}.v2-dimension__hint-icon{flex-shrink:0;font-size:1.125rem;font-weight:600}.v2-dimension__hint--collapse{border-style:solid;background:rgb(var(--color-foreground),.04)}.v2-dimension__others{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-left:.5rem;font-size:1rem;color:rgb(var(--color-foreground) / .5)}.v2-dimension__others-options{display:inline-flex;flex-wrap:wrap;gap:.375rem}.v2-product-card{position:relative;background-color:#fff!important;border:.2rem solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius);cursor:pointer;transition:all .2s ease;width:100%;padding-bottom:125%}@media screen and (min-width: 768px){.v2-view-all-btn{font-size:.8rem}}@media screen and (min-width: 1024px){.v2-view-all-btn{font-size:.85rem}}.v2-product-card:hover:not(:disabled){border-color:rgb(var(--color-foreground),.4);transform:translateY(-4px);box-shadow:0 8px 16px rgb(var(--color-shadow),.25)}.v2-product-card--unavailable{opacity:.5;cursor:pointer}.v2-product-card--unavailable:hover{opacity:.7;border-color:rgb(var(--color-foreground),.3)}.v2-product-card--greyed{opacity:.5;cursor:pointer}.v2-product-card--greyed:hover{opacity:.7;border-color:rgb(var(--color-foreground),.3)}.v2-product-card__image{position:absolute;top:.5rem;left:.5rem;right:.5rem;bottom:2.5rem;border-radius:inherit;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:transparent}.v2-product-card__label{position:absolute;bottom:0;left:0;right:0;padding:.5rem .25rem;background:#fffffff2;font-size:var(--v2-card-label-size, 13px);font-weight:600;color:rgb(var(--color-foreground));text-align:center;line-height:1.2;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-product-card__watermark{position:absolute;bottom:0;left:0;right:0;background:#000000bf;color:#fff;font-size:.75rem;font-weight:500;padding:.375rem .5rem;text-align:center;line-height:1.2;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.v2-size{position:relative;padding:1rem 1.75rem;background:rgb(var(--color-background));border:.15rem solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius);cursor:pointer;transition:all .2s ease;font-family:inherit;font-size:1.125rem;font-weight:600;color:rgb(var(--color-foreground));min-width:5rem}.v2-size:hover:not(:disabled){border-color:rgb(var(--color-foreground),.4);background:rgb(var(--color-foreground),.03);transform:translateY(-2px);box-shadow:0 4px 8px rgb(var(--color-shadow),.15)}.v2-option{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem .75rem;width:100%;min-height:70px;background:rgb(var(--color-background));border:.15rem solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius);cursor:pointer;transition:all .2s ease;font-family:inherit;font-size:var(--v2-button-font-size, 14px);font-weight:500;color:rgb(var(--color-foreground));line-height:1.3;overflow:visible}.v2-option:hover:not(:disabled){border-color:rgb(var(--color-foreground),.4);background:rgb(var(--color-foreground),.03);transform:translateY(-2px);box-shadow:0 4px 8px rgb(var(--color-shadow),.15)}.v2-option:focus{outline:none}.v2-option:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.v2-option[aria-disabled=true]{cursor:not-allowed}.v2-option--other{display:inline-flex;flex-direction:column;align-items:center;padding:.375rem .625rem;background:transparent;border:1px dashed rgb(var(--color-foreground),.25);border-radius:var(--inputs-radius);font-family:inherit;cursor:pointer;transition:all .15s ease}.v2-option--other:hover{border-color:rgb(var(--color-button));border-style:solid;background:rgb(var(--color-button),.05)}.v2-option--other__name{font-size:.9375rem;color:rgb(var(--color-foreground) / .65)}.v2-option--other:hover .v2-option--other__name{color:rgb(var(--color-button))}.v2-option--other__with{font-size:.8125rem;color:rgb(var(--color-foreground) / .5);white-space:nowrap}.v2-option--other:hover .v2-option--other__with{color:rgb(var(--color-button) / .7)}.v2-image-card{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem;background:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground),.15);border-radius:var(--inputs-radius);cursor:pointer;transition:all .2s ease;font-family:inherit}.v2-image-card:hover:not(:disabled){border-color:rgb(var(--color-foreground),.4);transform:translateY(-2px);box-shadow:0 4px 12px rgb(var(--color-shadow),.15)}.v2-image-card__image{width:100%;aspect-ratio:4/3;border-radius:.25rem;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:rgb(var(--color-foreground),.02)}.v2-image-card__label{font-size:.75rem;font-weight:500;line-height:1.2;text-align:center;color:rgb(var(--color-foreground));word-break:break-word;max-width:100%}.v2-image-card__image{position:relative}.v2-image-card__watermark{position:absolute;bottom:0;left:0;right:0;background:#000000bf;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .375rem;text-align:center;line-height:1.2;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.v2-view-all-btn{position:relative;background:transparent;border:.2rem dashed rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius);cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:rgb(var(--color-foreground));width:100%;padding-bottom:100%;text-align:center}.v2-view-all-btn__icon{position:absolute;top:35%;left:50%;transform:translate(-50%);font-size:1.5rem}.v2-view-all-btn__text{position:absolute;top:50%;left:50%;transform:translate(-50%);width:90%;line-height:1.3}.v2-view-all-btn:hover{border-color:rgb(var(--color-button));border-style:solid;background:rgb(var(--color-button),.05);transform:translateY(-2px)}.v2-view-all-btn__icon{font-size:1.5rem;font-weight:300;line-height:1}.v2-view-all-btn__text{white-space:normal;overflow-wrap:break-word;line-height:1.3}product-info:has(.v2-modal-overlay[style*="display: flex"]),#MainContent:has(.v2-modal-overlay[style*="display: flex"]){z-index:var(--z-modal)!important;position:relative}.v2-modal-content{padding:2rem;overflow-y:auto;flex:1}.v2-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.v2-modal-option__image{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;background-size:75%;background-position:center;background-repeat:no-repeat;display:block!important}.v2-modal-option__watermark{position:absolute;top:.5rem;left:.5rem;right:.5rem;background:#000000bf;color:#fff;font-size:.75rem;font-weight:500;padding:.375rem .5rem;text-align:center;line-height:1.2;border-radius:.375rem;z-index:1}.v2-main-image-watermark{position:absolute;top:.75rem;left:.75rem;background:rgb(var(--color-foreground),.9);color:rgb(var(--color-background));font-size:.75rem;font-weight:600;padding:.375rem .625rem;line-height:1.2;border-radius:.25rem;z-index:10;pointer-events:none;max-width:calc(100% - 1.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;animation:v2-watermark-fade-in .2s ease-out}@keyframes v2-watermark-fade-in{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}.v2-main-image-watermark--preview{background:rgb(var(--color-foreground),.75);outline:1px dashed rgb(var(--color-background),.5);outline-offset:1px}.v2-main-image-watermark--hidden{opacity:0;pointer-events:none;transition:opacity .15s ease-out}.v2-modal-option__label{display:none}.v2-modal-option__badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .625rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:1}.v2-product-card--selected{border-color:#16a34a;border-width:.25rem;background:#16a34a0d}.v2-product-card--selected:hover:not(:disabled){border-color:#16a34a!important;background:#16a34a0d!important;transform:none!important;box-shadow:none!important}.v2-size--selected{border-color:#16a34a;border-width:.2rem;background:#16a34a14;color:#16a34a}.v2-size--selected:hover:not(:disabled){border-color:#16a34a!important;background:#16a34a14!important;transform:none!important;box-shadow:none!important}.v2-option--selected{border-color:#16a34a;border-width:.2rem;background:#16a34a14}.v2-option--selected:hover:not(:disabled){border-color:#16a34a!important;background:#16a34a14!important;transform:none!important;box-shadow:none!important}.v2-image-card--selected{border-color:#16a34a;border-width:2px;background:#16a34a0d}.v2-image-card--selected:hover:not(:disabled){border-color:#16a34a!important;background:#16a34a0d!important;transform:none!important;box-shadow:none!important}.v2-accordion--completed .v2-product-card--selected:after,.v2-accordion--completed .v2-option--selected:after,.v2-accordion--completed .v2-size--selected:after{content:"\2713";position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;background:#16a34a;border-radius:50%;color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2;animation:v2-check-pop .25s cubic-bezier(.175,.885,.32,1.275)}@keyframes v2-check-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.v2-product-card--unavailable,.v2-size--unavailable,.v2-option--unavailable,.v2-image-card--unavailable{opacity:.5;cursor:pointer;position:relative}.v2-product-card--unavailable:hover,.v2-size--unavailable:hover,.v2-option--unavailable:hover,.v2-image-card--unavailable:hover{opacity:.7;border-color:rgb(var(--color-foreground),.3)}.v2-image-card--unavailable:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom right,transparent calc(50% - .5px),rgb(var(--color-foreground),.25) calc(50% - .5px),rgb(var(--color-foreground),.25) calc(50% + .5px),transparent calc(50% + .5px));pointer-events:none;border-radius:inherit}@media screen and (max-width: 767px){.v2-accordion__title{font-size:14px}.v2-dimension__options--grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.v2-image-card{padding:.5rem}.v2-image-card__image{aspect-ratio:1}.v2-image-card__label{font-size:.875rem;line-height:1.3}}.v2-option--will-change,.v2-size--will-change{border-color:rgb(var(--color-foreground),.4);background:rgb(var(--color-foreground),.08);box-shadow:0 0 0 2px rgb(var(--color-foreground),.15)}.v2-config-error,.v2-error{padding:1.5rem;margin:1rem 0;background:rgb(var(--color-error),.05);border:.1rem solid rgb(var(--color-error),.2);border-radius:var(--inputs-radius)}.v2-config-error p,.v2-error p{margin:.5rem 0;font-size:.875rem;color:rgb(var(--color-foreground))}.v2-config-error p:first-child,.v2-error p:first-child{color:rgb(var(--color-error));font-weight:600;margin-top:0}@media screen and (max-width: 767px){.v2-variant-selector-container{margin:1.2rem 0}.v2-dimensions{gap:1.5rem}.v2-dimension{gap:.8rem}.v2-dimension__label{font-size:1.4rem}.v2-dimension__name{font-size:1.4rem;font-weight:600}.v2-dimension__value{font-size:1.4rem}.v2-dimension__options{grid-template-columns:repeat(auto-fill,minmax(3.5rem,1fr));gap:.75rem}.v2-dimension__options--grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.v2-product-card,.v2-size,.v2-option{font-size:16px}.v2-product-card{padding-bottom:125%;min-height:unset}.v2-product-card__label{font-size:1.2rem;padding:.5rem .35rem}.v2-size{min-width:5rem;min-height:44px;padding:1rem 1.25rem;font-size:1.4rem;border-radius:var(--radius-sm)}.v2-option{min-height:44px;font-size:1.4rem;padding:.875rem 1.25rem;border-radius:var(--radius-sm)}.v2-custom-dropdown__trigger{min-height:48px;font-size:1.4rem;padding:1rem 1.25rem;border-radius:var(--radius-sm)}.v2-custom-dropdown__option{min-height:48px;padding:1rem 1.25rem;font-size:1.4rem}.v2-modal-grid{gap:1.25rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.v2-dimension__options{gap:1rem}}@media screen and (min-width: 768px){.v2-modal-grid{gap:1.5rem}}@media screen and (min-width: 1024px){.v2-dimensions__header{font-size:1.75rem}.v2-dimension__label,.v2-dimension__name,.v2-dimension__value,.v2-size,.v2-option{font-size:1.45rem}.v2-custom-dropdown__trigger{font-size:1.25rem;padding:1rem 1.25rem}.v2-custom-dropdown__option{font-size:1.125rem;padding:1rem 1.25rem}.v2-product-card__label{font-size:1.3rem;padding:.6rem .5rem}.v2-option{font-size:1rem}}@media (prefers-contrast: high){.v2-product-card,.v2-size,.v2-option{border-width:.25rem}.v2-product-card:focus,.v2-size:focus,.v2-option:focus{outline:.2rem solid rgb(var(--color-button));outline-offset:.2rem}}@media (prefers-reduced-motion: reduce){.v2-product-card,.v2-size,.v2-option{transition:none}.v2-option--just-changed,.v2-size--just-changed,.v2-product-card--just-changed{animation:none}}.v2-product-card:focus-visible,.v2-size:focus-visible,.v2-option:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.2rem}@media print{.v2-config-error,.v2-error{display:none}}.v2-option--unavailable:before,.v2-size--unavailable:before,.v2-product-card--unavailable:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom right,transparent calc(50% - .5px),rgb(var(--color-foreground),.3) calc(50% - .5px),rgb(var(--color-foreground),.3) calc(50% + .5px),transparent calc(50% + .5px));pointer-events:none;border-radius:inherit;z-index:1}.v2-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:.5rem .75rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.8125rem;font-weight:500;border-radius:var(--radius-sm);white-space:nowrap;z-index:100;pointer-events:none;opacity:0;transition:opacity .15s ease}.v2-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:rgb(var(--color-foreground))}.v2-tooltip--visible{opacity:1}.v2-option--unavailable,.v2-size--unavailable,.v2-product-card--unavailable{position:relative}@media screen and (max-width: 767px){.v2-tooltip{font-size:.75rem;padding:.4rem .6rem}}@keyframes v2-highlight-change{0%{box-shadow:0 0 0 3px rgb(var(--color-button),.5)}to{box-shadow:0 0 rgb(var(--color-button),0)}}.v2-option--just-changed,.v2-size--just-changed,.v2-product-card--just-changed{animation:v2-highlight-change 1s ease-out}@media (prefers-reduced-motion: reduce){.v2-option--just-changed,.v2-size--just-changed,.v2-product-card--just-changed{animation:none}}.v2-product-card--no-label .v2-product-card__image{display:block!important}.v2-incompatible-section{flex-basis:100%;width:100%;grid-column:1 / -1;display:flex;flex-direction:column;gap:.75rem}.v2-incompatible-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media screen and (min-width: 768px){.v2-incompatible-options{gap:1rem}}@media screen and (min-width: 1024px){.v2-incompatible-options{grid-template-columns:repeat(3,1fr)}}.v2-dimension__options--product-cards .v2-incompatible-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}@media screen and (min-width: 768px){.v2-dimension__options--product-cards .v2-incompatible-options{gap:1rem}}@media screen and (min-width: 1024px){.v2-dimension__options--product-cards .v2-incompatible-options{grid-template-columns:repeat(3,1fr)}}.v2-options-divider{width:100%;display:flex;align-items:center;gap:1rem;margin:.5rem 0 0;padding:.5rem 0}.v2-options-divider:before,.v2-options-divider:after{content:"";flex:1;height:1px;background:rgb(var(--color-foreground),.12)}.v2-options-divider__text{font-size:1rem;font-weight:600;color:rgb(var(--color-foreground),.5);white-space:nowrap;text-transform:uppercase;letter-spacing:.03em}.v2-product-card--incompatible{opacity:.45;cursor:not-allowed;filter:grayscale(.3)}.v2-product-card--incompatible:hover{transform:none;box-shadow:none;border-color:rgb(var(--color-foreground),.2)}.v2-product-card__info{position:absolute;bottom:0;left:0;right:0;padding:.6rem .4rem;background:#000000d9;font-size:1.3rem;font-weight:600;color:#fff;text-align:center;line-height:1.3;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;z-index:2}.v2-product-card--incompatible .v2-product-card__label{bottom:2.4rem}.v2-product-card__price{position:absolute;top:.5rem;left:.5rem;padding:.4rem .7rem;background:rgb(var(--color-foreground),.9);color:rgb(var(--color-background));font-size:1.2rem;font-weight:600;border-radius:.5rem;z-index:2;line-height:1.2;white-space:nowrap}@media screen and (max-width: 767px){.v2-options-divider__text{font-size:.875rem}.v2-product-card__info{font-size:1rem;padding:.4rem .25rem}.v2-product-card__price{font-size:1rem;padding:.35rem .5rem}.v2-product-card--incompatible .v2-product-card__label{bottom:1.85rem}}.v2-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;z-index:var(--z-modal);display:flex;align-items:stretch;justify-content:flex-end;padding:0;pointer-events:none}.v2-modal{background:rgb(var(--color-background));width:50%;max-width:50%;height:100vh;display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026;transform:translate(0);animation:v2-panel-slide-in .3s ease-out;pointer-events:auto}@keyframes v2-panel-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 767px){.v2-modal{width:85%;max-width:85%}.v2-modal-filters{padding:1rem 1.5rem;gap:.75rem}.v2-modal-filter{min-width:100%}.v2-modal-filter__select{font-size:16px}}.v2-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1.5rem;border-bottom:.0625rem solid rgb(var(--color-foreground),.08);flex-shrink:0}.v2-modal-title{font-size:1.5rem;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.v2-modal-close{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:rgb(var(--color-foreground));opacity:.5;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;margin:-.5rem}.v2-modal-close:hover{opacity:1;background:rgb(var(--color-foreground),.08)}.v2-modal-filters{display:flex;flex-wrap:wrap;gap:1rem;padding:1.25rem 2rem;border-bottom:.0625rem solid rgb(var(--color-foreground),.08);background:rgb(var(--color-foreground),.02);flex-shrink:0}.v2-modal-filters:empty{display:none}.v2-modal-filter{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:140px}.v2-modal-filter__label{font-size:1rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.25rem}.v2-modal-filter__select{padding:1rem 2.5rem 1rem 1.25rem;font-size:1.125rem;font-family:inherit;font-weight:500;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius, .5rem);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:14px;transition:border-color .2s ease;min-height:52px}.v2-modal-filter__select:hover{border-color:rgb(var(--color-foreground),.4)}.v2-modal-filter__select:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 2px rgb(var(--color-button),.1)}.v2-modal-filters-row{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end}.v2-modal-filter-compact{display:flex;flex-direction:column;gap:.375rem;min-width:140px;flex:1;max-width:280px}.v2-modal-filter-compact__label{font-size:1rem;font-weight:600;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.v2-modal-filter-compact__select{padding:1rem 2.5rem 1rem 1.25rem;font-size:1.125rem;font-family:inherit;font-weight:500;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius, .5rem);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:14px;transition:border-color .2s ease;min-height:52px}.v2-modal-filter-compact__select:hover{border-color:rgb(var(--color-foreground),.4)}.v2-modal-filter-compact__select:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 2px rgb(var(--color-button),.1)}.v2-custom-dropdown--modal{position:relative}.v2-custom-dropdown--modal .v2-custom-dropdown__panel{position:absolute;top:100%;left:0;right:auto;min-width:100%;width:max-content;max-width:calc(50vw - 4rem);max-height:50vh;z-index:1001;margin-top:.5rem}.v2-modal-filters-row{position:relative}.v2-custom-dropdown--modal .v2-custom-dropdown__panel--open{min-width:280px}.v2-modal-filters:has(.v2-modal-filters-row){padding:1.25rem 2rem;background:rgb(var(--color-foreground),.02);border-bottom:1px solid rgb(var(--color-foreground),.08);position:relative}.v2-modal-content{padding:1.5rem;overflow-y:auto;flex:1}.v2-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 480px){.v2-modal-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width: 1024px){.v2-modal-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.v2-modal-option{position:relative;display:block;padding:0;border:2px solid rgb(var(--color-foreground),.12);border-radius:.75rem;background:rgb(var(--color-background));cursor:pointer;transition:all .2s ease;text-align:center;overflow:hidden;width:100%;height:100%}.v2-modal-option:before{content:"";display:block;padding-bottom:100%}.v2-modal-option:hover{border-color:rgb(var(--color-foreground),.4);box-shadow:0 6px 20px #00000014}.v2-modal-option--selected{border-color:#16a34a;border-width:2.5px;box-shadow:0 0 0 3px #16a34a1a}.v2-modal-option--selected:after{content:"";position:absolute;top:.625rem;left:.625rem;width:1.375rem;height:1.375rem;background:#16a34a;border-radius:50%;z-index:2;animation:v2-checkmark-pop .3s cubic-bezier(.175,.885,.32,1.275) forwards}.v2-modal-option--selected:before{content:"";position:absolute;top:.975rem;left:1.125rem;width:.3rem;height:.55rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);z-index:3;animation:v2-checkmark-tick .2s .15s ease-out forwards;opacity:0}@keyframes v2-checkmark-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes v2-checkmark-tick{0%{opacity:0;transform:rotate(45deg) scale(0)}to{opacity:1;transform:rotate(45deg) scale(1)}}@keyframes v2-content-fade{0%{opacity:.4}to{opacity:1}}.v2-content-updated{animation:v2-content-fade .4s ease-out}@media (prefers-reduced-motion: reduce){.v2-content-updated{animation:none}}.v2-modal-option--unavailable{opacity:.35;cursor:not-allowed}.v2-modal-option--unavailable:hover{opacity:.35;border-color:rgb(var(--color-foreground),.12);box-shadow:none}.v2-modal-option__image{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;background-size:85%;background-position:center;background-repeat:no-repeat;display:block!important}@media (min-width: 1024px){.v2-modal-option__image{background-size:75%}}.v2-modal-option__label{position:absolute;bottom:4rem;left:0;right:0;font-size:1rem;font-weight:500;color:rgb(var(--color-foreground));padding:.25rem .75rem;line-height:1.3;background:linear-gradient(to top,rgb(255,255,255,.95),transparent)}.v2-modal-option__available{position:absolute;bottom:2.25rem;left:0;right:0;font-size:1.25rem;font-weight:400;color:rgb(var(--color-foreground),.7);padding:.25rem .75rem;line-height:1.2;background:#ffffffe6}.v2-modal-option__price{position:absolute;bottom:0;left:0;right:0;font-size:1.25rem;font-weight:600;color:rgb(var(--color-foreground));padding:.5rem .75rem;line-height:1.3;background:#fffffff2}.v2-modal-option__badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .625rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:1rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:1}.v2-modal-empty{text-align:center;padding:3rem 1rem;color:rgb(var(--color-foreground),.5)}.v2-modal-empty p{font-size:1rem;margin:0}.v2-modal-selection-summary{padding:1.25rem 2rem;background:rgb(var(--color-foreground),.02);border-bottom:.0625rem solid rgb(var(--color-foreground),.08);flex-shrink:0}.v2-modal-summary{display:flex;align-items:center;gap:1rem}.v2-modal-summary__image{width:64px;height:64px;background-size:cover;background-position:center;background-color:#f5f5f5;border-radius:.5rem;flex-shrink:0}.v2-modal-summary__details{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.v2-modal-summary__selections{font-size:1.0625rem;font-weight:500;color:rgb(var(--color-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v2-modal-summary__price{font-size:1.375rem;font-weight:600;color:rgb(var(--color-foreground))}.v2-modal-summary__stock{display:flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:500}.v2-modal-summary__stock--in-stock{color:#16a34a}.v2-modal-summary__stock--out-of-stock{color:#dc2626}.v2-modal-summary__stock-dot{width:8px;height:8px;border-radius:50%;background:currentcolor}.v2-modal-filter__pills{display:flex;flex-wrap:wrap;gap:.5rem}.v2-modal-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1.5px solid rgb(var(--color-foreground),.2);border-radius:2rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.v2-modal-pill:hover:not(:disabled){border-color:rgb(var(--color-foreground),.4);background:rgb(var(--color-foreground),.04)}.v2-modal-pill--selected{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.v2-modal-pill--selected:hover:not(:disabled){background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.v2-modal-pill--unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.v2-modal-pill__dot{width:6px;height:6px;border-radius:50%;background:#16a34a}.v2-modal-pill--selected .v2-modal-pill__dot{background:rgb(var(--color-background))}.v2-modal-pill-group{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;border:1.5px solid rgb(var(--color-foreground),.12);border-radius:.75rem;background:rgb(var(--color-foreground),.02);min-width:140px}.v2-modal-pill-group--selected{border-color:rgb(var(--color-foreground),.3);background:rgb(var(--color-foreground),.04)}.v2-modal-pill-group--unavailable{opacity:.5}.v2-modal-pill-group__header{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground),.6);padding-bottom:.25rem;border-bottom:1px solid rgb(var(--color-foreground),.08)}.v2-modal-pill-group__options{display:flex;flex-wrap:wrap;gap:.375rem}.v2-modal-pill--nested{padding:.5rem .75rem;font-size:.8125rem}.v2-modal-footer{padding:1.25rem 2rem;background:rgb(var(--color-background));border-top:.0625rem solid rgb(var(--color-foreground),.08);flex-shrink:0;position:sticky;bottom:0;box-shadow:0 -4px 12px #0000000d}.v2-modal-add-to-cart{display:flex;align-items:center;justify-content:center;width:100%;padding:1.125rem 2rem;font-size:1.125rem;font-weight:600;font-family:inherit;color:rgb(var(--color-button-text));background:rgb(var(--color-button));border:none;border-radius:var(--buttons-radius, .5rem);cursor:pointer;transition:all .2s ease}.v2-modal-add-to-cart:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.v2-modal-add-to-cart:disabled{opacity:.5;cursor:not-allowed;background:rgb(var(--color-foreground),.2);color:rgb(var(--color-foreground),.5)}@media (max-width: 767px){.v2-modal-selection-summary{padding:1rem 1.5rem}.v2-modal-summary__image{width:56px;height:56px}.v2-modal-footer{padding:1rem 1.5rem}.v2-modal-pill-group{min-width:100%}}.v2-option--incompatible{opacity:.5;cursor:not-allowed;filter:grayscale(.3);position:relative}.v2-option--incompatible:hover{transform:none;box-shadow:none;border-color:rgb(var(--color-foreground),.2);background:rgb(var(--color-background))}.v2-option__label{display:block;font-size:1.4rem;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.35;max-width:100%;white-space:normal;padding:0 .25rem}.v2-option__info{display:none}.v2-option__price{display:block;font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground),.75);margin-top:1rem;line-height:1.2}.v2-option--selected .v2-option__price{color:rgb(var(--color-foreground),.8)}.v2-option--incompatible .v2-option__price{color:rgb(var(--color-foreground),.5)}.v2-variant-selector--hybrid .v2-dimensions{display:flex;flex-direction:column;gap:1.25rem}.v2-variant-selector--hybrid .v2-accordion{border:none;border-radius:0;overflow:visible}.v2-variant-selector--hybrid .v2-accordion__header{display:none}.v2-variant-selector--hybrid .v2-accordion__content{display:block!important;max-height:none!important;opacity:1!important;padding:0}.v2-dimension--inline{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.6rem}.v2-dimension--inline:last-child{margin-bottom:0}.v2-dimension--inline .v2-dimension__label{font-weight:600;font-size:1.6rem;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:.5rem}.v2-dimension--inline .v2-dimension__selected-value{font-weight:500;font-size:1.6rem;color:rgb(var(--color-foreground),.7)}.v2-swatch-group{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.v2-swatch-btn{width:48px;height:48px;border-radius:var(--radius-sm, 4px);border:2px solid rgb(var(--color-foreground),.2);cursor:pointer;position:relative;overflow:hidden;padding:0;background:transparent;transition:border-color .15s ease,box-shadow .15s ease;flex-shrink:0}.v2-swatch-btn:hover{border-color:rgb(var(--color-foreground))}.v2-swatch-btn:focus{outline:none}.v2-swatch-btn:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.v2-swatch-btn--selected{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a}.v2-swatch-btn--selected:hover{border-color:#16a34a!important;box-shadow:0 0 0 2px #16a34a!important}.v2-swatch-btn--unavailable{opacity:.75;cursor:pointer}.v2-swatch-btn--unavailable:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 46%,rgba(255,255,255,.95) 46%,rgba(255,255,255,.95) 48%,rgba(50,50,50,.7) 48%,rgba(50,50,50,.7) 52%,rgba(255,255,255,.95) 52%,rgba(255,255,255,.95) 54%,transparent 54%);pointer-events:none;border-radius:inherit}.v2-swatch-btn--unavailable:hover{opacity:.9;border-color:rgb(var(--color-foreground),.4)}.v2-swatch-btn[aria-disabled=true]{cursor:not-allowed}.v2-swatch-btn__image{width:100%;height:100%;object-fit:cover;display:block}.v2-swatch-btn__color{width:100%;height:100%;display:block}.v2-swatch-btn__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:.4rem .8rem;border-radius:var(--radius-sm, 4px);font-size:1.2rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;z-index:20;box-shadow:0 2px 8px #00000026}.v2-swatch-btn__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:rgb(var(--color-foreground))}.v2-swatch-btn:hover .v2-swatch-btn__tooltip,.v2-swatch-btn:focus .v2-swatch-btn__tooltip{opacity:1;visibility:visible}.v2-select-wrapper{position:relative;display:inline-block}.v2-select-wrapper:after{content:"";position:absolute;right:1.2rem;top:50%;transform:translateY(-25%);border:5px solid transparent;border-top-color:rgb(var(--color-foreground),.6);pointer-events:none}.v2-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:.875rem 3.2rem .875rem 1.2rem;border:1px solid rgb(var(--color-foreground),.2);border-radius:var(--radius-sm, 4px);background:rgb(var(--color-background));font-size:1.4rem;font-family:inherit;color:rgb(var(--color-foreground));cursor:pointer;min-width:14rem;transition:border-color .2s ease}.v2-select:hover{border-color:rgb(var(--color-foreground),.4)}.v2-select:focus{outline:none;border-color:rgb(var(--color-foreground))}.v2-select option[data-unavailable=true]{color:rgb(var(--color-foreground),.4)}.v2-hybrid-dropdown-wrapper{position:relative;display:inline-block;width:100%;max-width:28rem}.v2-hybrid-dropdown-wrapper:after{content:"";position:absolute;right:1.4rem;top:50%;transform:translateY(-25%);border:5px solid transparent;border-top-color:rgb(var(--color-foreground),.6);pointer-events:none}.v2-hybrid-dropdown{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:1rem 3.5rem 1rem 1.4rem;border:2px solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius, 4px);background:rgb(var(--color-background));font-size:var(--v2-button-font-size, 13px);font-family:inherit;color:rgb(var(--color-foreground));cursor:pointer;transition:border-color .2s ease}.v2-hybrid-dropdown:hover{border-color:rgb(var(--color-foreground),.4)}.v2-hybrid-dropdown:focus{outline:none;border-color:rgb(var(--color-foreground))}.v2-hybrid-dropdown:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.v2-hybrid-dropdown option[data-unavailable=true],.v2-hybrid-dropdown option:disabled{color:rgb(var(--color-foreground),.4)}.v2-hybrid-dropdown:not([value="-1"]){border-color:rgb(var(--color-foreground),.4)}@media screen and (max-width: 749px){.v2-hybrid-dropdown-wrapper{max-width:none}.v2-hybrid-dropdown{font-size:16px;padding:1.2rem 3.5rem 1.2rem 1.4rem}}@media (forced-colors: active){.v2-hybrid-dropdown{border:2px solid CanvasText}.v2-hybrid-dropdown:focus-visible{outline:3px solid Highlight;outline-offset:2px}.v2-hybrid-dropdown-wrapper:after{border-top-color:CanvasText}}.v2-text-btn-group{display:flex;flex-wrap:wrap;gap:.8rem}.v2-text-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem 1.5rem;min-width:8rem;min-height:5.5rem;background:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground),.2);border-radius:var(--inputs-radius, 4px);cursor:pointer;transition:all .15s ease;font-family:inherit}.v2-text-btn:hover:not(.v2-text-btn--unavailable){border-color:rgb(var(--color-foreground),.5);background:rgb(var(--color-foreground),.03)}.v2-text-btn:focus{outline:none}.v2-text-btn:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.v2-text-btn--selected{border-color:#16a34a;background:#16a34a14}.v2-text-btn--unavailable{opacity:.5;cursor:pointer;position:relative}.v2-text-btn--unavailable:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,transparent calc(50% - .5px),rgb(var(--color-foreground),.3) calc(50% - .5px),rgb(var(--color-foreground),.3) calc(50% + .5px),transparent calc(50% + .5px));pointer-events:none;border-radius:inherit}.v2-text-btn[aria-disabled=true]{cursor:not-allowed}.v2-text-btn__value{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.2}.v2-text-btn__tooltip{font-size:1.1rem;font-weight:400;color:rgb(var(--color-foreground),.6);margin-top:.3rem;line-height:1.3;max-width:12rem}@media (prefers-contrast: high){.v2-swatch-btn:focus-visible,.v2-text-btn:focus-visible,.v2-option:focus-visible{outline-width:.25rem;outline-offset:.25rem}}.v2-hybrid-price{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid rgb(var(--color-foreground),.1)}.v2-hybrid-price__row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.v2-hybrid-price__current{font-size:2.4rem;font-weight:600;line-height:1.2;color:rgb(var(--color-foreground))}.v2-hybrid-price__compare{font-size:1.4rem;text-decoration:line-through;color:rgb(var(--color-foreground),.5)}.v2-hybrid-price__availability{font-size:1.3rem;margin-top:.5rem;display:flex;align-items:center;gap:.4rem}.v2-hybrid-price__availability--in-stock{color:var(--color-success, #16a34a)}.v2-hybrid-price__availability--out-of-stock{color:var(--color-error, #dc2626)}.v2-hybrid-price__availability--select{color:rgb(var(--color-foreground),.6)}.v2-hybrid-price__stock-icon{width:1.4rem;height:1.4rem}.v2-image-disclaimer{font-size:1.2rem;color:rgb(var(--color-foreground),.55);font-style:italic;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgb(var(--color-foreground),.08)}@media (max-width: 767px){.v2-variant-selector--hybrid .v2-dimensions{gap:1rem}.v2-dimension--inline{flex-direction:column;align-items:flex-start;gap:.5rem}.v2-dimension--inline .v2-dimension__label{min-width:auto;font-size:1.3rem}.v2-swatch-group{width:100%;gap:.625rem}.v2-swatch-btn{width:4.8rem;height:4.8rem}.v2-swatch-btn:active{transform:scale(.95)}.v2-select{width:100%;padding:1rem 3.2rem 1rem 1.2rem;font-size:1.5rem}.v2-select-wrapper,.v2-text-btn-group{width:100%}.v2-text-btn{flex:1 1 calc(50% - .4rem);min-width:0;padding:.875rem 1rem;min-height:5rem}.v2-text-btn__value{font-size:1.4rem}.v2-text-btn__tooltip{font-size:1rem}.v2-text-btn:active{transform:scale(.97)}.v2-hybrid-price__current{font-size:2rem}.v2-swatch-btn__tooltip{display:none}}@keyframes v2-pulse-border{0%,to{box-shadow:0 0 #16a34a00}25%{box-shadow:0 0 0 4px #16a34a66}50%{box-shadow:0 0 #16a34a00}75%{box-shadow:0 0 0 4px #16a34a66}}.v2-pulse-available{animation:v2-pulse-border 1.5s ease-in-out}
/*# sourceMappingURL=/cdn/shop/t/116/assets/component-variant-selector-v2.css.map */
