.optionsight-options{--optionsight-accent: #eb1256;--optionsight-background: #e8e8e8;--optionsight-border: #d8d8d8;--optionsight-help: #7e7a7a;display:block;box-sizing:border-box;width:100%;margin:0 0 2rem;padding:1.6rem 0;overflow:visible;color:#111;background:var(--optionsight-background);font-family:var(--font-body-family);font-size:14px;line-height:1.45}.optionsight-options *,.optionsight-options *:before,.optionsight-options *:after{box-sizing:border-box}.optionsight-options [hidden]{display:none!important}.optionsight-options__grid{display:block}.optionsight-options__info{margin:0}.optionsight-options__info--heading{margin-bottom:2rem;font-size:24px;font-weight:700;line-height:1.18}.optionsight-options__info--heading h1,.optionsight-options__info--heading h2,.optionsight-options__info--heading h3,.optionsight-options__info--heading p,.optionsight-options__info--note p{margin:0;color:inherit;font:inherit}.optionsight-options__info--note{margin:0 0 1rem}.optionsight-options__choice-help,.optionsight-options__info--note-muted{color:var(--optionsight-help);font-style:italic}.optionsight-options__info--note-muted a,.optionsight-options__choice-help a,.optionsight-options__info--note-body a{color:inherit;text-decoration:underline;text-underline-offset:.12em}.optionsight-options__info--note-body{color:#111;font-size:16px;font-style:normal;line-height:1.65}.optionsight-options__info--note-body a{color:#168de2}.optionsight-options__divider{height:0;margin:1.4rem 0 .8rem;border:0;border-top:1px solid #191919}.optionsight-options__group{min-width:0;margin:0;padding:.65rem 0 .8rem}.optionsight-options__group--disclosure{margin-top:.45rem;padding-top:1rem}.optionsight-options__group-heading{display:flex;align-items:center;min-width:0;margin:0 0 .25rem}.optionsight-options__group-label{color:#111;font-weight:700;line-height:1.35}.optionsight-options__group-price{white-space:nowrap}.optionsight-options__group-label.is-required:after{margin-left:.7rem;color:var(--optionsight-accent);content:"*"}.optionsight-options__group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;padding:0;border:0;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.optionsight-options__group-chevron{flex:0 0 auto;width:10px;height:6px;margin-left:1rem;transition:transform .18s ease}.optionsight-options__group-toggle[aria-expanded=false] .optionsight-options__group-chevron{transform:rotate(-90deg)}.optionsight-options__selected-value{min-height:1.25em;margin:0 0 .65rem;color:#3f3f3f;font-size:13px;line-height:1.25}.optionsight-options__group-body,.optionsight-options__choices{min-width:0}.optionsight-options__choices--horizontal{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}.optionsight-options__choices--vertical{display:flex;flex-direction:column;gap:10px}.optionsight-options__item{position:relative;min-width:0}.optionsight-options__choice{display:flex;min-width:0;color:#3f3f3f;cursor:pointer}.optionsight-options__item--button .optionsight-options__choice{align-items:center;justify-content:center;min-height:42px;padding:6px 15px;border:2px solid var(--optionsight-border);border-radius:10px;background:var(--optionsight-background);color:#111;line-height:1.25}.optionsight-options__item--button .optionsight-options__input:checked+.optionsight-options__choice{padding:4px 13px;border:4px solid var(--optionsight-accent);background:var(--optionsight-accent);color:#fff;font-weight:700}.optionsight-options__swatch{position:relative;display:block;flex:0 0 auto;width:calc(var(--optionsight-swatch-width) + 10px);height:calc(var(--optionsight-swatch-height) + 10px);padding:3px;border:2px solid var(--optionsight-border);border-radius:10px;background:#fff}.optionsight-options__swatch>img{display:block;width:var(--optionsight-swatch-width);height:var(--optionsight-swatch-height);border-radius:6px;object-fit:cover}.optionsight-options__input:checked+.optionsight-options__choice .optionsight-options__swatch{padding:1px;border:4px solid var(--optionsight-accent)}.optionsight-options__choice-copy{min-width:0}.optionsight-options__item--vertical .optionsight-options__choice{align-items:center;gap:10px;width:100%}.optionsight-options__item--vertical .optionsight-options__choice-copy{display:block;flex:1 1 auto;font-size:16px;line-height:1.55}.optionsight-options__choice-title,.optionsight-options__price{color:inherit}.optionsight-options__choice-help{display:block;margin-top:.2rem;font-size:14px;line-height:1.35}.optionsight-options__notes{margin-top:.75rem;line-height:1.8}.optionsight-options__notes .optionsight-options__info--note{margin-bottom:0}.optionsight-options__notes p{margin:0}.optionsight-options__price-summary{margin:.2rem 0 1rem;color:#111;font-style:italic;line-height:1.45}.optionsight-options__price-summary-amount{color:#168a3a}.optionsight-options__tooltip{position:absolute;z-index:12;bottom:calc(100% + 10px);left:50%;display:none;width:calc(var(--optionsight-tooltip-width) + 16px);padding:8px;border-radius:5px;background:#212b36;color:#fff;box-shadow:0 4px 16px #0000003d;transform:translate(calc(-50% + var(--optionsight-tooltip-shift-x, 0px)));pointer-events:none}.optionsight-options__tooltip.is-below{top:calc(100% + 10px);bottom:auto}.optionsight-options__tooltip-title{display:block;margin-top:6px;font-size:12px;line-height:1.25;text-align:center;white-space:normal;overflow-wrap:anywhere}.optionsight-options__tooltip img{display:block;width:var(--optionsight-tooltip-width);height:var(--optionsight-tooltip-height);max-height:none;object-fit:contain}@media(hover:hover)and (pointer:fine){.optionsight-options__choice:hover .optionsight-options__tooltip,.optionsight-options__input:focus-visible+.optionsight-options__choice .optionsight-options__tooltip{display:block}}.optionsight-options__choice.is-preview-open .optionsight-options__tooltip{display:block}.optionsight-options__input:focus-visible+.optionsight-options__choice,.optionsight-options__group-toggle:focus-visible{outline:2px solid #111;outline-offset:3px}.optionsight-options__item.is-conflicted{opacity:.45}.optionsight-options__item.is-conflicted .optionsight-options__choice{cursor:not-allowed}.optionsight-options__error{margin:0;padding:1rem;border:1px solid #b42318;background:#fff3f2;color:#b42318}@media screen and (max-width:749px){.optionsight-options{margin-bottom:1.5rem;padding:1.4rem 0}.optionsight-options__info--heading{font-size:24px}.optionsight-options__grid>.optionsight-options__info--note{margin-bottom:2rem}.optionsight-options__group[data-optionsight-option-group="Appearance & Functions"] .optionsight-options__notes{max-width:330px}.optionsight-options__item--vertical .optionsight-options__choice-copy{font-size:16px}.optionsight-options__tooltip{max-width:calc(100vw - 24px)}}
/*# sourceMappingURL=/cdn/shop/t/152/assets/component-optionsight-globo.css.map */
