:root {
    --wntbv-primary: #e5a32c;
    --wntbv-primary-background: #f4f0ec;
    --wntbv-default-foreground: #fff;
    --currency-content: 'VNĐ'
}


/*

Client

*/
.wpcf7-form-control.wntbv-button.full, .wntbv-button {
    display: flex;
    align-items: center;
    gap: .5rem;
    background-color: var(--wntbv-primary);
    font-size: 1rem;
    color: var(--wntbv-default-foreground);
    min-width: 120px;
    justify-content: center;
    padding: 0.25rem;
    font-weight: 400;
    margin: 0;
}


.wntbv-button:hover {
    background-color: #735540;
}

.wntbv-button.full {
    width: 100%;
}


.wntbv-main {
    background-color: var(--wntbv-primary-background);
    padding-bottom: 4rem;

}

.wntbv-container {
    max-width: 85.625rem;
    margin: 0 auto;
}

.wntbv-heading {
    font-weight: 500;
    margin-bottom: 2rem;
    color: #735540;
    font-size: 70px;
    text-align: center;
    margin-top: 40px;
}

.wntbv-service-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;


}

.wntbv-service__card {
    display: flex;
    flex-shrink: 0;
    flex-basis: calc(33.333333% - .67rem);
    flex-direction: column;
    white-space: wrap;
    align-items: center;
    gap: 0.25rem;
}

.wntbv-service__card-information {
    margin-top: 13px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.wntbv-service__card-img img {
    border-radius: 0.5rem;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center;
}

.wntbv-service__card-title {
    margin: 0 0;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0 1rem;
    color: var(--wntbv-primary);
}

.wntbv-service__card-summary {
    min-height: 3lh;
    font-size: .9em;
    text-align: center;
    margin: 0;
    margin-top: auto;
    color: #735540;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.wntbv-service__price {
    color: var(--wntbv-primary);
    text-align: center;
    font-size: 20px;
}

.wntbv-products-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

}

.wntbv-product__card {
    flex-basis: calc(25% - .75rem);
    flex-shrink: 0;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    height: 40.75rem;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    padding-bottom: 1rem;

}

.wntbv-product__card .wntbv-trigger-btn {
    margin: 0;
    margin-top: auto;
}

.wntbv-product__card .wntbv-button {
    max-height: 2.5rem;
}

.thumb-nail-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.wntbv-product__card-img {
    width: 100%;
}


.wntbv-product__card-img img {
    background: white;
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: contain;
}


.wntbv-product__card:has(input[value=basic]:checked) > .wntbv-basic_img {
    display: block;
}

.wntbv-product__card:has(input[value=exclusive]:checked) > .wntbv-exclusive_img {
    display: block;
}


.wntbv-product__card:has(input[value=basic]:checked) .wntbv-basic-info {
    display: block;
}

.wntbv-product__card:has(input[value=default]:checked) .wntbv-default-info {
    display: block;
}


.wntbv-product__card:has(input[value=exclusive]:checked) .wntbv-exclusive-info {
    display: block;
}

/*.wntbv-product__card:has(label.wntbv-default-label:hover) > .wntbv-default_img {*/
/*    z-index: 10;*/
/*}*/

/*.wntbv-product__card:has(label.wntbv-basic-label:hover) > .wntbv-basic_img  {*/
/*    display: block;*/
/*    z-index: 10;*/
/*}*/

/*.wntbv-product__card:has(label.wntbv-exclusive-label:hover) > .wntbv-exclusive_img  {*/
/*    display: block;*/
/*    z-index: 10;*/
/*}*/


.wntbv-product__card-information {
    padding: 0 1rem;
    display: flex;
    flex: 1;
    width: 100%;
    margin-top: 1rem;
    flex-direction: column;
    gap: .2rem;
    overflow: hidden;
}

.wntbv-variants {
    display: flex;
    gap: .5rem;
    margin-top: .4rem;
}

.wntbv-variant {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-basis: 50%;
}

.wntbv-variant-box {
    padding: 0.25rem 5px 0.25rem 0.2rem;
    display: flex;
    border: 1px solid #a5a5a5;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 14px;
    gap: 4px;
}

.wntbv-radio-variant:checked + .wntbv-variant-box {
    border: 2px solid #735540;

}


.wntbv-variant-box-img {
    aspect-ratio: 1/1;
    height: 1.6rem;
}


.wntbv-variant-box-img img {
    height: 100%;
    object-fit: cover;
}

.wntbv-variant input[type=radio] {
    display: none;
}

.wntbv-product__card:has(input[value=default]:checked) .wntbv-default-price {
    display: none;
}

.wntbv-product__card:has(input[value=default]:checked) .wntbv-add-to-cart {
    opacity: 0.5;
}

.wntbv-product__card:has(input[value=default]:checked) .wntbv-add-to-cart:hover {
    background: #e5a32c;
}

.wntbv-product__card:has(input[value=basic]:checked) .wntbv-basic-price {
    display: flex;
}

.wntbv-product__card:has(input[value=exclusive]:checked) .wntbv-exclusive-price {
    display: flex;
}

.wntbv-product__card:has(input[value=default]:checked) .wntbv-default-note {
    display: -webkit-box;
}

.wntbv-product__card:has(input[value=basic]:checked) .wntbv-basic-note {
    display: -webkit-box;
}

.wntbv-product__card:has(input[value=exclusive]:checked) .wntbv-exclusive-note {
    display: -webkit-box;
}


.wntbv-variant.wntbv-default-label {
    display: none;
}


.wntbv-product-note {
    display: none;
    font-size: 16px;
    overflow: hidden;
    min-height: 1lh;
    white-space: break-spaces;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.wntbv-variant-box {
    background-color: white;
    width: 100%;
}

.wntbv-product__card-title {
    font-size: 20px;
    line-height: 1.2;
    min-height: 2lh;
    white-space: break-spaces;
    color: var(--wntbv-primary);
    margin: 0;
}

.wntbv-product-price {
    color: #735540;
    font-weight: bold;
    display: none;
}


.wntbv-variant-info {
    display: none;
    max-height: 7rem;
    overflow: hidden;
    margin-top: .2rem;
    font-size: 16px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.wntbv-variant-info p {
    white-space: break-spaces;
}


/*
Modal

*/

.wntbv-modal-background {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    justify-content: center;
    align-items: center;

}

.wntbv-modal-content {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    max-width: 62.5rem;
    max-height: 37.5rem;

}

.wntbv-modal-gallery-container {
    background-color: var(--wntbv-primary);
    padding: 21px 27px 19px 23px;
    width: 50%;
    position: relative;
}

.wntbv-modal-content .wntbv-variant {
    flex-basis: auto;
}

.wntbv-modal-content .wntbv-variant-box {
    width: fit-content;
    font-weight: initial;

}

.wntbv-modal-content .wntbv-variants {
    gap: 1rem;
    justify-content: start;
}


.wntbv-modal-content .wntbv-variant-box-img {
    height: 2rem;

}

.wntbv-modal-product-info .wntbv-service__card-title {
    font-size: 1.3rem;
    padding: 0;
}

.wntbv-modal-content .wntbv-variant-box-info {
    font-size: 1rem;
}

.wntbv-variant-box-info {
    font-weight: initial;
}


.wntbv-image-list {
    display: flex;
    gap: 1rem;
}

.wntbv-main-image {
    height: 100%;
    white-space: nowrap;
    transition: all .2s ease;
}

.wntbv-modal-gallery-container {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.wntbv-main-image-container {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.wntbv-list-main-image-item {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.wntbv-list-main-image-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.wntbv-image-list {
    overflow: hidden;
    white-space: nowrap;
}

.wntbv-list-image-item {
    display: inline-block;
    height: 100%;
    width: 25%;
    max-width: 6.75rem;
    aspect-ratio: 1/1;

}

.wntbv-list-image-item.active {
    border: 1px solid #735540;
}


.wntbv-list-image-item img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    height: 100%;

}

.wntbv-modal-product-info {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 1.5rem;
    background-color: white;
}

.wntbv-modal-product-info .wntbv-variants {
    margin-top: 1rem;
}


.wntbv-product-description {
    padding-top: 1.2rem;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    color: #735540;
    font-size: 1rem;
    padding-bottom: 2rem;
    flex: 1;
    overflow-y: scroll;
}


.wntbv-modal-product-info .wntbv-button {
    margin-top: 2rem;
}

.wntbv-modal-product-info .wntbv-product-price {
    display: block;
    margin-top: 2rem;
    font-size: 1rem;
}

/*

Cart Section
*/

.wntbv-cart-section {
    background-color: var(--wntbv-primary);
    padding: 1rem;
    display: flex;
    margin-top: 4rem;
    /*background-blend-mode: color;*/
    background-image: url('https://test.hoang.webnow.us/wp-content/uploads/2025/03/bg-bong-sen.png');
    background-position-x: -33%;
    background-repeat: no-repeat;
    background-size: 40%;
    background-blend-mode: soft-light;
}

html.wntbv-modal-open {
    overflow: hidden;
}

.wntbv-cart-items {
    font-size: 20px;
    padding: 1rem;
    width: 66.666667%;
}

.wntbv-cart-headers th {
    color: white;
    font-weight: 400;
    white-space: nowrap;
    border-right: 1px solid #fff;
    text-transform: none;
    font-size: 20px;
}

.wntbv-cart-items td {

}

.wntbv-cart-headers th:last-child {
    border-right: none;
}

.wntbv-cart-items td:last-child {
    border-right: none;
}

.wntbv-cart-items table td {
    text-align: center;
    border: none;

    border-right: 1px solid #fff;

}

.wntbv-cart-item {

}

.wntbv-cart-item .wntbv-product__card-title {
    color: #ffff;
    font-size: 1.2rem;
}

.wntbv-cart-item .wntbv-product-price {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
    color: #fff;
}

.wntbv-cart-item .wntbv-product-price::after {
    display: block;
    content: var(--currency-content);
}

.wntbv-cart-item img {
    aspect-ratio: 1/1;
    width: 6rem;
    object-fit: cover;
    display: inline-block;
}

.wntbv-cart-information {
    width: 33.333334%;
    padding: 1rem;
    background-color: #ebd8bb;
    height: fit-content;

}

.wntbv-cart-information h2 {
    font-size: 20px;
    font-weight: 400;
    color: #735540;
}

.wntbv-quantity-selector {
    display: flex;
    align-items: center;
}

.wntbv-quantity-selector input[type=number] {
    aspect-ratio: 1/1;
    width: 33% !important;
    height: 33% !important;
    text-align: center;
    font-size: 1.2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.wntbv-quantity-btn {
    display: block;
    width: 33%;
    background-color: white;
    margin: 0;
    aspect-ratio: 1/1;
    box-shadow: inset 0 0 0 1px #735540;
    border: none;

}

.wntbv-increase-btn, .wntbv-decrease-btn {

}

.wntbv-price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #e5a32c;
}
.wntbv-cart-item .wntbv-delete-cart-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 1px #FFF;
}
.wntbv-cart-item .wntbv-delete-cart-item svg {
    color: #fff;
    width: 16px;
    height: 16px;
}

.wntbv-price-container span {
    color: #735540;
    font-size: 14px;
}

.wntbv-cart-price {
    font-size: 30px;
    display: flex;
    gap: .2rem
}

.wntbv-cart-price::after {
    display: block;
    content: var(--currency-content);
}


.wntbv-close-modal {
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
}

.wntbv-close-modal {
    color: black;
}

.wntbv-carousel-container {
    position: relative;
}

.wntbv-carousel {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.wntbv-carousel-btn {
    width: 5%;
    aspect-ratio: 1/2;
    top: 50%;
    position: absolute;
    display: flex;
    z-index: 10;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: var(--wntbv-primary);
    color: white;
    opacity: 0.5;
    transition: all 100ms ease-in-out;
}

.wntbv-carousel-btn:hover {
    opacity: 1;

}

.wntbv-carousel-btn svg {
    width: 2rem;
    aspect-ratio: 1/1;
}


.next-btn {
    right: -40px;
    transform: translate(50%, -50%);
}

.next-btn:hover {
    right: -35px;
}

.prev-btn {
    left: -40px;
    transform: translate(-50%, -50%);

}

.prev-btn:hover {
    left: -35px;
}

.wntbv-carousel-item {
    width: 100%;
    background-position: center;
    background-size: cover;
    display: inline-flex;
}


.wntbv-thumbnail-img-btn {
    position: absolute;
    color: black;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wntbv-product-price {
    align-items: center;
    font-size: 16px;
    gap: .4rem;
}

.wntbv-product-price::after {
    display: block;
    content: var(--currency-content);

}

.wntbv-thumbnail-img-btn.next-btn {
    right: -50px;
}

table .wntbv-hidden-pc {
    display: none;
}

.wntbv-product-price.wntbv-hidden-pc {
    display: none;
}

.wntbv-carousel-pagination {
    display: none;
}

.wntbv-pagination-item {
    font-weight: bold;
    background: #e5a32c;
    aspect-ratio: 1/1;
    width: 2rem;
    color: white;
    opacity: 0.8;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.wntbv-pagination-item.active {
    opacity: 1;
}


.wntbv-modal-content .wntbv-product-price {
    display: flex;
}

@media (min-width: 960px) and (max-width: 1350px) {


    .wntbv-carousel-item.wntbv-products-section {
        justify-content: center;
    }

    .next-btn {
        right: 36px;
    }

    .next-btn:hover {
        right: 36px;
    }

    .prev-btn {
        left: 36px;
    }

    .prev-btn:hover {
        left: 36px;

    }
}

@media (max-width: 1350px) {
    .wntbv-cart-section {
        flex-direction: column;
        gap: 2rem
    }

    .wntbv-cart-item {
        border-bottom: 1px solid #fff;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .wntbv-cart-information {
        width: 100%;
    }


    .wntbv-cart-items {
        width: 100%;
    }

    .wntbv-product__card{
        flex-basis: calc(33.333% - .75rem);
    }
}

@media (max-width: 960px) {


    .wntbv-modal-gallery-container {

    }

    .wntbv-variant-box {
        width: 100%;
        gap: .25rem;
    }

    .wntbv-cart-item .wntbv-delete-cart-item svg {
        width:18px;
        height:18px;
    }



    .wntbv-cart-item .wntbv-hidden-pc {
        display: none;
    }

    .wntbv-product__card {
        flex-basis: calc(50% - .6rem);
        flex-direction: column;
        max-height: 630px;
    }


    .wntbv-cart-items table {
        border-collapse: collapse;
    }


    .wntbv-cart-items {
        padding: 0;
        width: 100%;
    }


    .wntbv-service__card {
        flex-basis: calc(50% - 1rem);
    }

    .wntbv-modal-content {
        flex-direction: column;
        border-top-left-radius: .4rem;
        border-top-right-radius: .4rem;
        overflow: hidden;
        max-height: calc(100% - 2rem);
        max-width: calc((100% - 2rem));

    }


    .wntbv-modal-content .wntbv-button {
        margin-top: .4rem;
        margin-bottom: 1rem;
    }

    .wntbv-modal-content .wntbv-product-price {
        margin-top: .4rem;
    }

    .wntbv-modal-background {
    }

    /*.wntbv-main-image-container {*/
    /*    min-height: 318px;*/
    /*}*/
    .wntbv-product-description {
        order: 1;
    }

    .wntbv-product__card-img img {
        aspect-ratio: 3/2;
        height: 100%;
        contain-intrinsic-size: revert;
        object-fit: cover;
    }

    .wntbv-modal-gallery-container {
        flex: 1;
        width: 100%;
        max-height: 370px;

    }

    .wntbv-carousel.wntbv-image-list {
        display: none;
    }


    .wntbv-modal-product-info {
        width: 100%;
        flex: 1
    }

    .wntbv-thumbnail-img-btn.prev-btn {
        left: 20px;
        z-index: 10;
    }

    .wntbv-list-image-item img {
        height: 100px;
    }

    .wntbv-thumbnail-img-btn.next-btn {
        right: -20px;
        z-index: 10;

    }

    .wntbv-modal-content .wntbv-variants {
        gap: 9px;
    }

    .wntbv-close-modal {
        z-index: 10;
    }


}

@media (max-width: 900px) {
    table tbody tr td:has(span.wntbv-product__card-title) {
        grid-column: 1/-1;
        text-align: left;

        grid-row: 1/2;

    }


    .wntbv-quantity-btn {
        padding: 0;
        width: 2rem;
        display: flex;
        height: 2rem;
        min-height: fit-content;
        align-items: center;
        justify-content: center;
    }

    .wntbv-quantity-selector {
        order: 2;
        width: 96px;
    }

    .wntbv-quantity-selector input[type=number] {
        font-size: 1rem;
        width: fit-content !important;
        height: 2rem !important;
        padding: 0;
        text-align: center;
    }

    .wntbv-cart-headers .wntbv-hidden-pc {
        display: revert;
        font-size: 2.4rem;
    }

    .wntbv-cart-headers th, .wntbv-cart-items table tbody td {
        text-align: center;
        border: none;
    }

    .wntbv-cart-item .wntbv-product__card-title {
        font-size: 1rem;
    }


    .wntbv-hidden-mobile {
        display: none;
    }

    .wntbv-cart-item .wntbv-hidden-pc {
        display: initial;
    }

    .wntbv-cart-item .wntbv-product-price {
        display: flex;
        font-size: 1rem;
        gap: 0;
        justify-content: flex-end;
    }
}

@media (max-width: 560px) {


    .wntbv-quantity-selector {
        order: 2;
        width: 96px;
    }

    .wntbv-quantity-selector input[type=number] {
        font-size: 1rem;
        width: fit-content !important;
        height: 2rem !important;
        padding: 0;
        text-align: center;
    }

    .wntbv-cart-item .wntbv-product__card-title {
        font-size: 1rem;
    }


    .wntbv-hidden-mobile {
        display: none;
    }

    .wntbv-cart-item .wntbv-hidden-pc {
        display: initial;
    }

    .wntbv-cart-item .wntbv-product-price {
        display: flex;
        font-size: 1rem;
        gap: 0;
        justify-content: flex-end;
    }

    .wntbv-modal-product-info {
        padding: .5rem .75rem;
    }

    .wntbv-modal-content .wntbv-service__card-title {
        font-size: 1rem;
        white-space: nowrap;
    }


    .wntbv-quantity-btn {
        padding: 0;
        width: 2rem;
        display: flex;
        height: 2rem;
        min-height: fit-content;
        align-items: center;
        justify-content: center;
    }

    table tbody tr td:has(span.wntbv-product__card-title) {
        grid-column: 1/-1;
        text-align: left;

        grid-row: 1/2;

    }


    .wntbv-service__card {
        white-space: nowrap;

    }

    .wntbv-product__card {
        /*flex-direction: row;*/
        flex-basis: 100%;
    }


    .wntbv-modal-gallery-container {
        max-height: 18rem;
    }

    .thumb-nail-hover {
        left: 50%;
        transform: translateX(-50%);
    }


    .wntbv-modal-content .wntbv-variant-box-info {
        font-size: 0.875rem;
    }

    .wntbv-modal-content .wntbv-variant-box-img {
        height: 1.6rem;
    }

    .wntbv-product-description {
        padding-top: 0;
    }

    .wntbv-service__card-information {
        margin-top: 0;
        white-space: wrap;
    }

    .wntbv-cart-price {
        font-size: 1.25rem;
    }

    .wntbv-cart-headers th, .wntbv-cart-items table tbody td {
        text-align: center;
        border: none;
    }


    .wntbv-product-note {
        display: none !important;
    }

    .wntbv-product-price {
        order: 2;
    }

    .wntbv-trigger-btn {
        order: 6
    }

    .wntbv-variant-info {
        order: 5
    }

    .wntbv-add-to-cart, .wntbv-modal-content .add-to-cart-modal {
        order: 4;
        margin-top: 1rem;
    }

    .wntbv-modal-content .wntbv-product-description {
        order: 5
    }

    .wntbv-variants {
        order: 3;
    }

    .wntbv-modal-product-info {
        padding: 1.5rem 1.25rem;
        overflow: hidden;
    }

    .wntbv-cart-item {
        display: grid;
        align-items: center;
        grid-template-columns: 50px 1fr 1fr 30px;
        justify-content: center;

    }

    .wntbv-cart-item td {
        width: fit-content;
    }


    .wntbv-cart-headers .wntbv-hidden-pc {
        display: revert;
        font-size: 2.4rem;
    }

    /*.wntbv-product-description {*/
    /*    display: none!important;*/
    /*}*/
    table td {
        padding: 0;
    }

    .wntbv-modal-gallery-container {
        /*max-height: 40%;*/

    }

    .wntbv-carousel-pagination {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    .wntbv-thumbnail-img-btn {
        z-index: 10;
    }


    .wntbv-service__card-summary {
        font-size: 14px;
    }

    .wntbv-cart-item td:nth-child(1) {
        width: 50px;

    }


    .wntbv-cart-item td:nth-child(3) {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .wntbv-cart-item td:nth-child(4) {

    }

    .wntbv-cart-items table {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wntbv-cart-items tbody {
        display: flex;
        flex-direction: column;
    }


    .wntbv-modal-content .wntbv-product-price {
        font-size: 1.25rem;
    }

    .wntbv-cart-headers {
        display: flex;
        justify-content: center;
    }

    .wntbv-carousel-item {
        display: none
    }

    .wntbv-product__card {
        height: auto;
    }

    .wntbv-service__card {
        flex-basis: 100%;
    }

    .wntbv-service-section {
        gap: .75rem
    }

    .wntbv-variant-info {
        max-height: 5rem;
    }

    .wntbv-carousel-item.active {
        display: inline-flex
    }

    .wntbv-product__card-img {
        width: 100%;
        padding: 1rem;
        background: #e5a32c;
    }


    .wntbv-service__price {
        white-space: nowrap;
        font-size: 1rem;
    }

    .wntbv-service-section {
        padding: 0;
        justify-content: center;
    }

    .wntbv-cart-items {
        padding: 0;
    }

    .wntbv-service__card .wntbv-add-to-cart {
        font-size: .8rem;
        margin-top: 0;
        white-space: nowrap;
    }

    /* .wntbv-service__card-information {
        padding: 0 1rem;
    } */
}


@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    @media (max-width: 560px) {
        .wntbv-service__card, .wntbv-product__card {
            height: auto;
        }


        .wntbv-quantity-btn {
            padding: 0;
            width: 2rem;
            display: flex;
            height: 2rem;
            min-height: fit-content;
            align-items: center;
            justify-content: center;
        }
        .wntbv-cart-item td:nth-child(1) {
            width: 50px;

        }


        .wntbv-cart-item td:nth-child(3) {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .wntbv-cart-item td:nth-child(4) {

        }

        .wntbv-quantity-selector {
            order: 2;
            width: 40px;
            margin-right: 4rem;
        }

        .wntbv-quantity-selector input[type=number] {
            font-size: 1rem;
            width: fit-content !important;
            height: 2rem !important;
            padding: 0;
            text-align: center;
        }


        /*.wntbv-service__price {*/
        /*    white-space: nowrap;*/
        /*    font-size: 1rem;*/
        /*}*/
        /*.wntbv-service__card-information {*/
        /*    padding: 0 1rem;*/
        /*}*/
        /*.wntbv-service-section {*/
        /*    padding: 0;*/
        /*}*/
        /*.wntbv-add-to-cart {*/
        /*    font-size: 1rem*/
        /*}*/
        /*.wntbv-cart-item .wntbv-product-price {*/
        /*    gap: 0;*/
        /*}*/
        /*.wntbv-product-description {*/
        /*    font-size: 1rem*/
        /*}*/
    }
}

@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
}