@keyframes shimmer{to{transform:translate(100%)}}.buy-together{margin:0 auto;display:flex;align-items:stretch;flex-wrap:wrap;padding-top:60px;padding-bottom:60px;border-top:1px solid var(--color-fourth)}@media (max-width: 991px){.buy-together{padding:60px 0;align-items:flex-start;margin-bottom:2rem}}.buy-together h2{width:100%;justify-content:flex-start;margin-bottom:1.5rem;font-size:2rem}.buy-together .buy-together-content{width:100%;display:flex;justify-content:space-around;align-items:stretch;gap:2rem}@media (max-width: 1300px){.buy-together .buy-together-content{gap:1rem}}@media (max-width: 991px){.buy-together .buy-together-content{flex-wrap:wrap;gap:1rem;justify-content:space-between}}.buy-together .buy-together-value{position:absolute;top:1rem;right:1rem;display:flex;width:1.8rem;height:1.8rem;-webkit-appearance:initial;z-index:3;background-color:#fff;border:.1rem solid var(--color-primary);transition:all .1s linear;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuMjI3IDcuMjdsMS4xNTggMS4xNThMNS41NDMgNy4yN2w1LjIxLTUuMjFMOS41OTUuOWwtNS4yMSA1LjIxTDEuNDkgMy4yMTguMzMyIDQuMzc1bDIuODk1IDIuODk0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;cursor:pointer}.buy-together .buy-together-value:checked{background-color:var(--color-primary)}.buy-together .buy-together-total{height:100%;display:flex;flex-direction:column;width:350px;max-width:350px;flex-shrink:0;background:#f9f9f9;padding:2rem}@media (max-width: 1300px){.buy-together .buy-together-total{margin:0 auto;margin-top:2rem}}@media (max-width: 991px){.buy-together .buy-together-total{width:100%;max-width:initial;margin-top:0}}.buy-together .buy-together-total .buy-together-text{font-size:1.4rem;margin-bottom:4rem;line-height:1.5;color:var(--color-secondary);background:var(--color-primary);text-align:center;height:initial}.buy-together .buy-together-total .buy-together-cashback{color:#24d366;font-weight:700;margin-top:1rem;display:inline-flex}.buy-together .buy-together-total .buy-together-price{font-size:2.4rem;color:#000;font-weight:500}.buy-together .buy-together-total .buy-together-installments{font-weight:400;color:var(--color-primary);margin-top:1rem}.buy-together .buy-together-total .buy-together-free-exchange{font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:1rem;white-space:nowrap}.buy-together .buy-together-total .buy-together-free-exchange b{color:#24d366;margin-left:.5rem}.buy-together .buy-together-total .buy-together-free-exchange svg{width:1.8rem;height:1.8rem;margin-right:.5rem}.buy-together .buy-together-total .buy-together-button{margin-top:2rem;width:100%;position:relative;transition:all .2s ease;height:5.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background-color:#24d366;border:1px solid #24d366;color:#fff}.buy-together .buy-together-total .buy-together-button.is-loading{color:transparent;pointer-events:none}.buy-together .buy-together-total .buy-together-button.is-loading .buy-together-spinner{opacity:1}.buy-together .buy-together-total .buy-together-button .buy-together-spinner{position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;opacity:0;animation:spin 1s linear infinite;transition:opacity .2s ease}.buy-together .card-product{flex:1;max-width:320px}@media (max-width: 1300px){.buy-together .card-product{flex:1;max-width:320px}}@media (max-width: 991px){.buy-together .card-product{width:calc(50% - .5rem);max-width:320px;flex:0 0 calc(50% - .5rem)}}.buy-together .card-product.current{order:-1}.buy-together .card-product .card-product-name h3{text-align:left;margin-bottom:0;font-size:1.3rem}.buy-together .card-product .price del{font-size:1.2rem!important}.buy-together .card-product .price ins{font-size:1.4rem!important}.buy-together .card-product .variant-select{display:flex;flex-wrap:wrap;justify-content:center}.buy-together .card-product .variant-select .variant-dropdown{width:100%;margin-bottom:1rem}.buy-together .card-product .variant-select .variant-dropdown select{width:100%;padding:.8rem 3rem .8rem 1rem;border:1px solid var(--color-third);border-radius:.4rem;background-color:var(--color-secondary);color:var(--color-primary);font-size:1.2rem;font-family:inherit;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.6rem;transition:border-color .2s ease}.buy-together .card-product .variant-select .variant-dropdown select:hover,.buy-together .card-product .variant-select .variant-dropdown select:focus{border-color:#000;outline:none}.buy-together .card-product .variant-select .variant-dropdown select option{background-color:var(--color-secondary);color:var(--color-primary)}.buy-together .card-product .variant-select .variant-dropdown select option:disabled{color:#999;background-color:#f5f5f5}.buy-together .card-product .variant-select span{width:100%;color:#000;margin-bottom:1rem;text-align:center;font-weight:600}.buy-together .card-product .variant-select input{display:none}.buy-together .card-product .variant-select label{color:#000;border:1px solid var(--color-third);margin-right:1rem;width:2.8rem;height:2.8rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:100%;position:relative}.buy-together .card-product .variant-select label.unavailable{pointer-events:none}.buy-together .card-product .variant-select label.unavailable:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-35deg);background-color:var(--color-third);width:90%;height:.1rem;display:block}.buy-together .card-product .variant-select label.unavailable:checked:after,.buy-together .card-product .variant-select label.unavailable:hover:after{background-color:#d0bc71}.buy-together .card-product .variant-select input:checked+label,.buy-together .card-product .variant-select label:hover{color:#000;border-color:#000}.buy-together .card-product .variant-select input:checked+label.unavailable:after,.buy-together .card-product .variant-select label.unavailable:hover:after{background-color:#000}.buy-together .custom-ring-sizes{margin-top:1rem}.buy-together .custom-ring-sizes .ring-size-values{display:flex;flex-wrap:wrap;gap:.5rem}.buy-together .custom-ring-sizes .ring-size-input{display:none}.buy-together .custom-ring-sizes .ring-size-label{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #ddd;border-radius:50%;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:#fff}.buy-together .custom-ring-sizes .ring-size-label:hover{border-color:#000;background-color:#f5f5f5}.buy-together .custom-ring-sizes .ring-size-input:checked+.ring-size-label{background-color:#000;color:#fff;border-color:#000}.buy-together .custom-ring-sizes .ring-size-input:disabled+.ring-size-label{opacity:.5;cursor:not-allowed;background-color:#f5f5f5}.buy-together .ring-size-dropdown{margin:8px 0}.buy-together .ring-size-dropdown select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:12px;color:#333;cursor:pointer;transition:border-color .3s ease}.buy-together .ring-size-dropdown select:hover{border-color:#999}.buy-together .ring-size-dropdown select:focus{outline:none;border-color:#333;box-shadow:0 0 0 2px #0000001a}.buy-together .ring-size-dropdown select option{padding:8px}.buy-together .card-product-installments{display:none}.buy-together .buy-together-error{color:#e74c3c;font-size:12px;margin-top:8px;text-align:center;display:none;font-weight:400}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/buy-together.css.map */
