.ordersuccess__container{align-items:center;display:flex;flex-direction:column;justify-content:center}.ordersuccess__icon{aspect-ratio:1/1}.ordersuccess__icon svg{color:#2db224;height:100%;object-fit:cover;width:100%}.ordersuccess__title{color:#191c1f;font-size:1.5rem;font-weight:600;line-height:1.33;margin-bottom:.75rem;text-align:center}.ordersuccess__text p{color:#5f6c72;font-size:.875rem;line-height:1.4;margin-bottom:.75rem;text-align:center}.ordersuccess__btn{align-items:center;display:flex;gap:.75rem;justify-content:center}.ordersuccess__button.button--whitebg-icon{background-color:transparent;border-width:.125rem;color:#fa8232;font-weight:700}.ordersuccess__button.button{border:none}#toast-container{position:fixed;right:1.25rem;top:1.25rem;z-index:9999}.toast{background:#2e7d32;border-radius:.375rem;color:#fff;font-size:.875rem;margin-bottom:.625rem;opacity:0;padding:.75rem 1.125rem;transform:translateY(-.625rem);transition:all .3s ease}.toast.show{opacity:1;transform:translateY(0)}.fade-section{transition:opacity .4s ease,visibility .4s ease}.is-visible{opacity:1;visibility:visible}.is-hidden{opacity:0;visibility:hidden}.success-loader{align-items:center;background-color:#ffe7d6;display:flex;flex-direction:column;inset:0;justify-content:center;position:fixed;z-index:9999}.brand-spinner{height:9.375rem;margin-bottom:1.25rem;position:relative;width:9.375rem}.brand-spinner__ring{animation:brand-spin 4.5s linear infinite;border:.25rem solid rgba(0,0,0,.15);border-radius:50%;border-top-color:#2db224;inset:0;position:absolute}.brand-spinner__logo{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.brand-spinner__logo img{animation:logo-pulse 1.2s ease-in-out infinite;height:4.375rem;object-fit:contain;width:4.375rem}.loader-text{color:#191c1f;font-size:1.125rem}.typing:after{animation:cursor-blink 1s infinite;content:"|";margin-left:.25rem}@keyframes brand-spin{to{transform:rotate(1turn)}}@keyframes logo-pulse{0%,to{transform:scale(1)}50%{transform:scale(.7)}}@keyframes cursor-blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.checkout{padding:3.75rem 0}.checkout__container{display:grid;gap:2.5rem;grid-template-columns:1fr 22.5rem}.checkout__title{color:#191c1f;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem}.checkout__form{display:flex;flex-direction:column;gap:2.5rem}.checkout__billing,.checkout__notes,.checkout__payment{background-color:#fff;border:.0625rem solid #e4e7eb;border-radius:.75rem;padding:1.5rem 1.75rem}.checkout__fields{display:flex;flex-direction:column;gap:1rem}.checkout__field-group{display:flex;flex-direction:column;gap:.375rem;padding:.3125rem}.checkout__field-group label{color:#191c1f;font-size:.875rem;font-weight:500}.checkout__field-group label span{color:#ff7a00}.checkout__field-group input,.checkout__field-group select{border:.0625rem solid #ccc;border-radius:.5rem;font-size:.875rem;height:2.75rem;outline:none;padding:0 .875rem;transition:border-color .3s ease}.checkout__field-group input:focus,.checkout__field-group select:focus{border-color:#ff7a00}.checkout__field-group--full{grid-column:1/-1}.checkout__row{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr))}.checkout__checkbox{align-items:center;color:#191c1f;display:flex;font-size:.875rem;gap:.5rem}.checkout__checkbox input{accent-color:#ff7a00;height:1.125rem;width:1.125rem}.checkout__notes label{color:#191c1f;margin-bottom:.5rem}.checkout__notes span{color:#77878f}.checkout__textarea{border:.0625rem solid #ccc;border-radius:.5rem;font-size:.875rem;min-height:6.25rem;padding:.75rem .875rem;resize:vertical;transition:border-color .3s ease;width:100%}.checkout__textarea:focus{border-color:#ff7a00;outline:none}.checkout__summary{background-color:#fff;border:.0625rem solid #e4e7eb;border-radius:.75rem;height:fit-content;padding:1.5rem 1.75rem}.checkout__summary-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.checkout__summary-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.checkout .checkout-item{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.checkout .checkout-item__image{flex:0 0 3.75rem}.checkout .checkout-item__image img{border-radius:.375rem;height:3.75rem;object-fit:cover;width:3.75rem}.checkout .checkout-item__info{display:flex;flex:1;flex-direction:column;font-size:.875rem}.checkout .checkout-item__info .title{color:#191c1f;font-weight:500;margin-bottom:.25rem}.checkout .checkout-item__info .quantity{color:#767676;font-size:.8125rem}.checkout .checkout-item__price{color:#191c1f;font-size:.9375rem;font-weight:600}.checkout__totals{border-top:.0625rem solid #e4e7eb;display:flex;flex-direction:column;gap:.625rem;margin-top:1.25rem;padding-top:1rem}.checkout__totals li{display:flex;font-size:.9375rem;justify-content:space-between}.checkout__totals li:not(.checkout__total){color:#555}.checkout__totals .checkout__total{border-top:.0625rem solid #e4e7eb;color:#191c1f;font-size:1rem;font-weight:600;padding-top:.625rem}.checkout .button--checkout{align-items:center;background-color:#ff7a00;border-radius:.5rem;color:#fff;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-top:1.25rem;padding:.75rem 0;transition:background-color .3s ease;width:100%}.checkout .button--checkout:hover{background-color:color-mix(in srgb,#ff7a00 85%,#000)}.checkout .button--checkout svg{height:1.25rem;width:1.25rem}.payment{border:.0625rem solid #e4e7eb;border-radius:.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(8.125rem,1fr));overflow:hidden;text-align:center}.payment__item{align-items:center;background-color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1.25rem .625rem;position:relative;transition:background-color .3s ease}.payment__item:not(:last-child):after{background-color:#e4e7eb;bottom:15%;content:"";position:absolute;right:0;top:15%;width:.0625rem}.payment__item:hover{background-color:rgba(255,122,0,.05)}.payment__item input[type=radio]{display:none}.payment__item .payment__radio{border:.1125rem solid #ccc;border-radius:50%;display:inline-block;height:1rem;transition:all .3s ease;width:1rem}.payment__item input[type=radio]:checked+.payment__radio{background-color:#ff7a00;border-color:#ff7a00;box-shadow:0 0 0 .1875rem rgba(255,122,0,.2)}.payment__icon{color:#ff7a00;font-size:1.5rem;height:2rem;object-fit:contain;width:2rem}.payment__name{color:#191c1f;font-size:.875rem;font-weight:500}.checkout__card-details{border-top:.0625rem solid #e4e7eb;display:none;padding:1.25rem}.checkout__card-details.is-active{display:block}.checkout__card-details .checkout__field-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.checkout__card-details .checkout__field-group input{border:.0625rem solid #ccc;border-radius:.5rem;font-size:.875rem;height:2.75rem;padding:0 .875rem;transition:border-color .3s ease;width:100%}.checkout__card-details .checkout__field-group input:focus{border-color:#ff7a00;outline:none}.product-checkout{align-items:center;display:flex;gap:1rem}.product-checkout__image{aspect-ratio:1/1;background-color:#fff;border-radius:.375rem;box-shadow:0 .125rem .625rem rgba(0,0,0,.08);height:4rem;padding:.375rem;width:4rem}.product-checkout__image img{height:100%;object-fit:cover;width:100%}.product-checkout__subtitle{color:#191c1f;display:-webkit-box;font-size:.875rem;line-height:1.4;margin-bottom:.375rem;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-checkout__quantity{color:#77878f}.product-checkout__price{color:#2da5f3}@media (max-width:61.9375rem){.checkout__container{grid-template-columns:1fr}.checkout__summary{order:-1}}@media (max-width:20em){.ordersuccess__container{margin-bottom:1.25rem;margin-top:1.25rem}.ordersuccess__icon{height:2.5rem;margin-bottom:.9375rem;width:2.5rem}.ordersuccess__title{width:16.875rem}.ordersuccess__text{margin-bottom:.9375rem;width:16.875rem}}@media (min-width:20em) and (max-width:84.375em){.ordersuccess__container{margin-bottom:clamp(1.25rem,.66747572815625rem + 2.9126213592vw,3.125rem);margin-top:clamp(1.25rem,.66747572815625rem + 2.9126213592vw,3.125rem)}.ordersuccess__icon{height:clamp(2.5rem,1.56796116505rem + 4.6601941748vw,5.5rem);margin-bottom:clamp(.9375rem,.76274271844375rem + .8737864078vw,1.5rem);width:clamp(2.5rem,1.56796116505rem + 4.6601941748vw,5.5rem)}.ordersuccess__title{width:clamp(16.875rem,13.8652912621375rem + 15.0485436893vw,26.5625rem)}.ordersuccess__text{margin-bottom:clamp(.9375rem,.60740291261875rem + 1.6504854369vw,2rem);width:clamp(16.875rem,13.8652912621375rem + 15.0485436893vw,26.5625rem)}}@media (min-width:84.375em){.ordersuccess__container{margin-bottom:3.125rem;margin-top:3.125rem}.ordersuccess__icon{height:5.5rem;margin-bottom:1.5rem;width:5.5rem}.ordersuccess__title{width:26.5625rem}.ordersuccess__text{margin-bottom:2rem;width:26.5625rem}}@media (any-hover:hover){.ordersuccess__button.button--whitebg-icon:hover{background-color:#fa8232;color:#191c1f}}