.product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.thb-cart-collaterals, .product-card-small {
    isolation: isolate;
    border-radius: var(--block-border-radius, 16px); }

.thb-cart-form {
    display: grid;
    grid-gap: 30px; }
.thb-cart-form h4 {
    margin-bottom: 30px; }
.thb-cart-form.cart-disabled {
    pointer-events: none; }
@media only screen and (min-width: 1068px) {
    .thb-cart-form--full {
        grid-gap: 50px;
        grid-template-columns: 1fr 380px;
        align-items: start; } }

.cart-items.no-borders tbody {
    border-bottom: 1px solid var(--color-border, #dadce0); }

.cart-items thead .product-name .product-cart-item,
.cart-items tbody .product-name .product-cart-item {
    margin-bottom: 0; }

@media only screen and (min-width: 1068px) {
    .cart-items thead .product-name,
    .cart-items tbody .product-name {
        width: 480px; } }

.cart-items thead th.product-quantity {
    display: none;
    min-width: 150px; }
@media only screen and (min-width: 1068px) {
    .cart-items thead th.product-quantity {
        display: table-cell; } }

.cart-items tbody tr td.product-quantity {
    display: none;
    min-width: 150px; }
@media only screen and (min-width: 1068px) {
    .cart-items tbody tr td.product-quantity {
        display: table-cell; } }

.cart-items tbody tr td.product-subtotal {
    position: relative; }
.cart-items tbody tr td.product-subtotal .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transform: none;
    align-items: center;
    justify-content: flex-end; }
.cart-items tbody tr td.product-subtotal .loading-overlay svg {
    width: 24px; }
.cart-items tbody tr td.product-subtotal .unit-price {
    display: block; }

.cart-items tbody tr.loading .product-subtotal .price {
    opacity: 0; }

.cart-items tbody tr.loading .product-subtotal .loading-overlay {
    display: flex; }

.cart-items tfoot .thb-cart-form--continue {
    display: none;
    padding-top: 28px;
    vertical-align: top; }
@media only screen and (min-width: 1068px) {
    .cart-items tfoot .thb-cart-form--continue {
        display: table-cell; } }

.cart-empty {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0; }
@media only screen and (min-width: 1068px) {
    .cart-empty {
        padding: 70px 0; } }
@media only screen and (min-width: 1068px) {
    .cart-empty {
        padding: 100px 0; } }
.cart-empty .button {
    margin-top: 20px; }

.cart-policy-text {
    display: block;
    font-size: 0.75rem;
    margin-top: 20px;
    text-align: center; }
.cart-policy-text a {
    text-decoration: underline;
    text-underline-offset: 2px; }

.quantity.cart-update-mobile,
.cart-remove-mobile {
    display: inline-flex; }
@media only screen and (min-width: 1068px) {
    .quantity.cart-update-mobile,
    .cart-remove-mobile {
        display: none; } }


.thb-cart-collaterals {
    border: 1px solid var(--color-border, #dadce0);
    padding: 30px;
    margin-bottom: 40px; }
.thb-cart-collaterals .additional-checkout-buttons {
    margin-top: 10px; }
.thb-cart-collaterals .cart-policy-text {
    margin-bottom: 0; }
.thb-cart-collaterals textarea {
    height: 120px;
    min-height: auto; }
.thb-cart-collaterals .collaterals {
    margin-bottom: 10px; }
.thb-cart-collaterals-terms {
    margin-bottom: 15px; }
.thb-cart-collaterals-terms a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px; }




.product-card-small--add-to-cart .price, .product-card-small--add-to-cart-button {
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.thb-cart-collaterals, .product-card-small {
    isolation: isolate;
    border-radius: var(--block-border-radius, 16px); }



.product-recommendations {
    display: none; }
.product-recommendations.product-recommendations--loaded {
    display: block;
    width: 100%; }
@media only screen and (min-width: 768px) {
    .product-recommendations__heading {
        margin-bottom: 45px; } }
@media only screen and (max-width: 767px) {
    .product-recommendations.swipe-on-mobile .products.row {
        margin: 0 -15px;
        width: calc(100% + 30px);
        padding: 0 11px;
        display: grid;
        grid-gap: 0;
        grid-auto-flow: column;
        grid-auto-columns: minmax(50%, 1fr);
        overflow-x: auto;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        scroll-snap-type: x mandatory;
        scrollbar-width: none; }
    .product-recommendations.swipe-on-mobile .products.row::-webkit-scrollbar {
        display: none; }
    .product-recommendations.swipe-on-mobile .products.row .columns {
        flex: 0 0 100%;
        max-width: 100%; } }

.product-card-small {
    border: 1px solid var(--color-border, #dadce0);
    padding: 10px;
    display: inline-flex;
    align-items: center;
    width: 340px;
    max-width: 100%;
    background: var(--color-product-card-bg, #fff); }
.product-card-small--image {
    overflow: hidden;
    flex-shrink: 0;
    width: 70px;
    margin-right: 20px;
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
.product-card-small--info {
    font-size: 0.75rem;
    min-width: 150px; }
.product-card-small--info .price {
    font-size: inherit; }
.product-card-small--link {
    display: block;
    font-size: calc(var(--font-product-title-scale, 1) * 0.875rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: 500;
    margin-bottom: 3px; }
.product-card-small--add-to-cart {
    position: relative;
    overflow: hidden; }
.product-card-small--add-to-cart-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    text-align: left;
    color: var(--color-accent);
    display: inline-flex;
    align-items: center;
    min-height: 14px;
    padding-left: 24px;
    text-underline-offset: 2px;
    cursor: pointer; }
.product-card-small--add-to-cart-button.loading .product-card-small--add-to-cart-icon > svg {
    opacity: 0; }
.product-card-small--add-to-cart-button.loading .loading-overlay {
    display: flex; }
.product-card-small--add-to-cart-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center; }
.product-card-small--add-to-cart-text {
    text-decoration: underline; }
.product-card-small--add-to-cart .loading-overlay {
    top: 0;
    left: 0;
    width: 14px;
    height: 100%;
    transform: none; }
.product-card-small:hover .product-price {
    transform: translateY(-100%); }
.product-card-small:hover .product-card-small--add-to-cart-button {
    transform: translateY(0%); }

.wa-order-dialog .wa-dialog-body {
    box-shadow: 0 4px 6px #00000014;
    border-radius: var(--input-border-radius, 6px);
    border: 1px solid var(--color-form-border);
}
.s-order-page .s-order-section > .s-section-body {
    box-shadow: 0 4px 6px #00000014;
    background: #fff;
    padding: 0 !important;
}
.wa-order-cart-wrapper, .wa-order-form-wrapper {
    padding: 18px;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button {
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: .9375rem;
    font-weight: var(--font-body-medium-weight, 500);
    letter-spacing: var(--button-letter-spacing, .02em);
    background: var(--solid-button-background, var(--color-accent));
    color: var(--solid-button-label, #fff);
    border: 0;
    border-radius: var(--button-border-radius, 6px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wa-order-dialog .wa-dialog-body .wa-dialog-footer .js-cancel {
    background: var(--color-accent);
    color: var(--solid-button-label, #fff);
}
.wa-order-dialog .wa-dialog-body .wa-dialog-footer .js-cancel:hover {
    background: var(--color-accent-hover, var(--color-accent));
}
.wa-order-dialog .wa-dialog-body .wa-dialog-header {
    border-bottom: 1px solid var(--color-form-border);
}
.s-order-page .s-order-section > .s-section-body .wa-cart-body .wa-product .wa-product-body .wa-column-details .wa-details .wa-name {
    font-size: calc(var(--font-product-title-scale, 1)* .9375rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1)* 1.5);
    font-weight: var(--font-body-medium-weight, 500);
    display: block;
}
.s-order-page .s-order-section > .s-section-body .wa-cart-body .wa-product .wa-product-body .wa-column-price .wa-price-total {
    display: block;
    font-weight: 400;
    font-size: .9375rem;
    color: var(--color-price, --color-accent);
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-logout-link {
    color: var(--color-accent);
}
.wa-quantity-cart-section .wa-section-body {
    border: 1px solid var(--color-form-border);
    border-radius: var(--input-border-radius, 6px);
}
.s-order-page .s-order-section > .s-section-body .wa-cart-body .wa-product .wa-product-body .wa-column-quantity .wa-quantity-cart-section .wa-field-wrapper .wa-field {
    min-width: 25px;
    min-height: 34px;
}
.s-order-page .s-order-section > .s-section-body .wa-cart-body .wa-product .wa-product-body .wa-column-quantity .wa-quantity-cart-section .wa-button-wrapper .wa-button, .s-order-page .s-order-section > .s-section-body .wa-cart-body .wa-product .wa-product-body .wa-column-quantity .wa-quantity-cart-section .wa-button-wrapper button {
    min-width: 25px;
    min-height: 34px;
    color: var(--color-body, #2c2d2e);
}
.s-order-page .s-order-section > .s-section-body .wa-cart-body .wa-product .wa-product-body .wa-column-details .wa-details .wa-sku {
    opacity: .7;
    margin-top: 0;
    font-size: .75rem;
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-label {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: var(--font-body-medium-weight, 500);
    font-size: .8125rem;
    margin-bottom: 9px;
}
.wa-order-form-wrapper.is-locked:after {
    background: var(--bg-body);
    opacity: .75;
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-input {
    border: 1px solid var(--color-form-border);
    padding: 12px 17px;
    height: 50px;
    margin-bottom: 10px;
    color: var(--color-body, #2c2d2e);
    font-size: .8125rem;
    font-weight: 400;
    background: transparent;
    max-width: 100%;
    border-radius: var(--input-border-radius, 6px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-select {
    border: 1px solid var(--color-form-border);
    padding: 12px 17px;
    height: 50px;
}
select.wa-select {
    background: inherit;
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper {
    border: 1px solid var(--color-form-border);
    padding: 16px;
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-required-text .wa-required {
    color: #ef4444;
}
.wa-dropdown.full-line {
    border: 1px solid var(--color-form-border);
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active {
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset;
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper {
    border: 1px solid var(--color-form-border);
}
.s-order-page .s-order-section > .s-section-body .wa-form-body .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active {
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset;
}
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button {
    border-radius: var(--input-border-radius, 6px);
    background: var(--color-accent);
    color: var(--solid-button-label, #fff);
}
.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-actions-section .wa-button:hover {
    background: var(--color-accent-hover, var(--color-accent));
}

