.product-option-matching-coaster{display:grid;grid-template-columns:1fr;gap:1em}.product-option-matching-coaster__option{display:grid;gap:1em}.product-option-matching-coaster label{display:grid;grid-template-columns:1fr auto;align-items:center;cursor:pointer}.product-option-matching-coaster label .toggle-text{font-weight:700;font-family:gelica,arial,sans-serif;margin-bottom:.5em;color:var(--color-black);margin-bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:.5em;align-items:center}.product-option-matching-coaster label .toggle-text .text{font-size:1.25em}.product-option-matching-coaster label .toggle-text .price{font-size:1em}.product-option-matching-coaster label.active .product-toggle-indicator{left:calc(100% - 44px)}.product-option-matching-coaster label.active .product-toggle-wrapper{background-color:var(--color-green)}.product-option-matching-coaster label .product-toggle-wrapper{width:84px;height:50px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#c4c4c4;pointer-events:none;transition:all .25s linear;border-radius:25px;position:relative}.product-option-matching-coaster label .product-toggle-indicator{width:34px;height:34px;background-color:var(--color-white);border-radius:50%;position:absolute;left:10px;top:50%;transform:translateY(-50%);transition:all .25s linear}.product-option-matching-coaster .hidden{display:none}