.product-combo{--combo-border-color: currentColor;--combo-surface-color: transparent;--combo-text-color: var(--gsc-text-color-100, currentColor);--combo-radius: var(--gsc-input-radii, var(--gsc-base-radii, 0));color:var(--combo-text-color)}.product-combo__gallery,.product-combo__details,.product-combo__steps{min-width:0}.product--with-desktop-media-grid .product-combo__media-slot{width:100%}.product-combo__gallery>[data-combo-media-panel]{width:100%;transition:opacity .16s ease}.product-combo__gallery>[data-combo-media-panel]>.product-desktop-media{width:100%}.product-combo__gallery>[data-combo-media-panel][hidden]{display:none!important}combo-media-gallery[aria-busy=true]{cursor:progress}combo-media-gallery[aria-busy=true] [data-combo-media-panel]:not([hidden]){opacity:.6}.product-combo__installments{margin-top:var(--gsc-gap-xs, .4rem);font-size:var(--gsc-body-font-size-s, 1.4rem);line-height:var(--gsc-body-line-height-s, 1.5)}.product-combo__mode-nav{display:flex;gap:var(--gsc-gap-s, .8rem);margin-top:var(--gsc-gap-l, 1.2rem)}.product-combo__mode-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:var(--gsc-gap-m, 1rem) var(--gsc-gap-s, .8rem);border:1px solid var(--gsc-text-color-15, rgba(0, 0, 0, .15));border-radius:var(--combo-radius, var(--gsc-base-radii, 8px));background:transparent;text-align:center;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.product-combo__mode-card:hover{border-color:var(--gsc-text-color-30, rgba(0, 0, 0, .3))}.product-combo__mode-card--active{border-color:var(--combo-text-color, currentColor);border-width:2px;cursor:default}.product-combo__mode-label{font-size:var(--gsc-body-font-size-s, 1.4rem);font-weight:600;line-height:1.3}.product-combo__mode-price{font-size:var(--gsc-body-font-size-xs, 1.2rem);color:var(--gsc-button-bg-color, #8b0000);margin-top:.2em}.product-combo__mode-check{position:absolute;top:4px;right:6px;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.product-combo__mode-check svg{width:12px;height:12px}.product-combo__progress{margin-bottom:var(--gsc-gap-l, 1.2rem);font-size:var(--gsc-body-font-size-s, 1.4rem);font-weight:var(--gsc-font-weight-semibold, 600);line-height:var(--gsc-body-line-height-s, 1.5)}.product-combo__progress-panel{display:grid;gap:var(--gsc-gap-xs, .4rem);margin-bottom:var(--gsc-gap-l, 1.2rem)}.product-combo__progress-heading{display:flex;align-items:baseline;justify-content:space-between;gap:var(--gsc-gap-s, .6rem);font-size:var(--gsc-body-font-size-s, 1.4rem);line-height:var(--gsc-body-line-height-s, 1.5)}.product-combo__progress-heading span,.product-combo__progress-status{opacity:.68;font-size:var(--gsc-body-font-size-xs, 1.2rem)}.product-combo__progress-track{position:relative;width:100%;height:.5rem;overflow:hidden;background:var(--gsc-text-color-10, rgba(var(--gsc-text-color, 0, 0, 0), .1));border-radius:var(--combo-radius)}.product-combo__progress-indicator{display:block;width:0;height:100%;background:var(--combo-text-color);border-radius:inherit;transition:width .16s ease}.product-combo__progress-track[aria-valuenow="0"] .product-combo__progress-indicator{opacity:.45}.product-combo__step{display:grid;gap:var(--gsc-gap-xl, 1.6rem)}.product-combo__step fieldset{display:flex;flex-wrap:wrap;min-width:0;padding:0;margin:0;border:0}.product-combo__step legend{width:100%;margin-bottom:var(--gsc-gap-s, .6rem);font-size:var(--gsc-body-font-size-m, 1.6rem);font-weight:var(--gsc-font-weight-semibold, 600);line-height:var(--gsc-body-line-height-m, 1.625)}.product-combo__colors{gap:var(--gsc-gap-s, .6rem)}.product-combo__colors label{position:relative;display:inline-flex;flex:0 1 auto;align-items:center;justify-content:center;gap:var(--gsc-gap-xs, .4rem);min-height:4.2rem;padding:.7rem 1rem;cursor:pointer;color:var(--combo-text-color);background:var(--combo-surface-color);border:1px solid var(--combo-border-color);border-radius:var(--combo-radius);transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.product-combo__step input{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.product-combo__colors label:has(input[data-combo-product-index]){flex:0 0 3.8rem;width:3.8rem;min-width:3.8rem;min-height:3.8rem;height:3.8rem;padding:.3rem;border-radius:50%;border-color:transparent;background:transparent}.product-combo__color-swatch{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;border:1px solid rgba(0,0,0,.1)}.product-combo__colors label:has(input:checked){border-color:var(--combo-text-color);box-shadow:none}.product-combo__colors label:has(input:disabled){cursor:not-allowed;opacity:.45}.product-combo__colors label:has(input:focus-visible),.product-combo__sizes label:has(input:focus-visible),.product-combo__actions button:focus-visible,.product-combo__error:focus-visible{outline:2px solid var(--gsc-background-color-100, Canvas);outline-offset:2px;box-shadow:0 0 0 5px var(--combo-text-color)}.product-combo__error{margin-top:var(--gsc-gap-l, 1.2rem);padding:var(--gsc-gap-m, .8rem) var(--gsc-gap-l, 1.2rem);color:var(--combo-text-color);background:transparent;border-inline-start:3px solid rgb(var(--gsc-red-color, 195, 59, 59));border-radius:var(--combo-radius);font-size:var(--gsc-body-font-size-s, 1.4rem);line-height:var(--gsc-body-line-height-s, 1.5)}.product-combo__error[hidden]{display:none}.product-combo__error[data-combo-state=success]{border-inline-start-color:rgb(var(--gsc-green-color, 83, 158, 58))}.product-combo__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gsc-gap-s, .6rem);margin-top:var(--gsc-gap-xl, 1.6rem)}.product-combo__actions .btn{width:100%;min-height:4.6rem}.product-combo__actions [data-combo-next]{grid-column:1 / -1}.product-combo__actions [data-combo-previous]:only-child,.product-combo__actions [data-combo-next]:only-child{grid-column:1 / -1}.product-combo__actions button:disabled,.product-combo[aria-busy=true] .product-combo__actions button{cursor:not-allowed}.product-combo__whatsapp [data-combo-whatsapp][aria-disabled=true]{cursor:not-allowed;opacity:.55;pointer-events:none}.product-combo__whatsapp [data-combo-whatsapp]:focus-visible{outline:2px solid var(--gsc-background-color-100, Canvas);outline-offset:2px;box-shadow:0 0 0 5px var(--combo-text-color)}.product-combo[aria-busy=true] .product-combo__gallery,.product-combo[aria-busy=true] .product-combo__step,.product-combo[aria-busy=true] .product-combo__actions{opacity:.6}@media(min-width:768px){.product--with-desktop-media-grid .product-combo__media-slot{flex:1;width:auto}}@media(prefers-reduced-motion:reduce){.product-combo__colors label,.product-combo__gallery>[data-combo-media-panel]{transition:none}.product-combo__progress-indicator{transition:none}}.product-combo__mode-nav{border-bottom:1px solid var(--gsc-text-color-15, rgba(var(--gsc-text-color), .15));padding-bottom:var(--gsc-gap-xl, 1.6rem)}
/*# sourceMappingURL=/cdn/shop/t/92/assets/combo-builder.css.map */
