@import '_content/Hamkare.Component/Hamkare.Component.1n6lskz5te.bundle.scp.css';
@import '_content/Hamkare.Panel/Hamkare.Panel.fo07fimp6a.bundle.scp.css';

/* _content/Sooriman/Components/AcePlastProductCategory.razor.rz.scp.css */
.category[b-an0gmimc2t] {

    width: 100%;
    background-color: var(--mud-palette-primary-lighten);
    border: 1px solid rgba(18, 147, 124, 0.11);
    border-radius: 20px;
    padding: 1rem;
}

.categoy__title[b-an0gmimc2t] {
    position: relative;
    padding-right: 0.8rem;
}

.categoy__title[b-an0gmimc2t]:before {

    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: var(--mud-palette-secondary);
}

.categoy__title p[b-an0gmimc2t] {

    font-size: 14px;
    color: var(--mud-palette-secondary);
}

[b-an0gmimc2t] .mud-nav-link {

    background-color: transparent !important;
    border: 1px solid transparent;
    border-radius: 50px;
    color: var(--mud-palette-text-primary) !important;
    padding: 1rem 0 !important;
    margin: 0.5rem 0;
}

[b-an0gmimc2t] .mud-nav-link:focus {

    background-color: var(--mud-palette-white) !important;
    border: 1px solid var(--mud-palette-secondary);
    color: var(--mud-palette-secondary) !important;
}

[b-an0gmimc2t] .mud-nav-link-text {

    text-align: start !important;
    margin-right: 1.5rem !important;
    order: 1;
}

[b-an0gmimc2t] .mud-nav-link .mud-icon-root {
    order: 2;
    font-size: 16px;
    margin-left: 1.5rem !important;
}
/* _content/Sooriman/Components/DefaultProductSection.razor.rz.scp.css */
.product-section .swiper-button-next-product[b-y9vfq2zp9a] {
    height: 45px;
    background: white;
    width: 45px;
    border-radius: var(--bs-border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-third);
    z-index: 2;
    margin-top: 0 !important;
    position: unset;
}

.product-section .swiper-button-next-product span[b-y9vfq2zp9a] {
    color: var(--bs-third);
}

.product-section .swiper-button-next-product[b-y9vfq2zp9a]:after {
    display: none;
}

.product-section .swiper-button-prev-product[b-y9vfq2zp9a] {
    height: 45px;
    background: white;
    width: 45px;
    border-radius: var(--bs-border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-third);
    color: var(--bs-third);
    z-index: 2;
    position: unset;
    margin-top: 0 !important;
}

.product-section .swiper-button-prev-product span[b-y9vfq2zp9a] {
    color: var(--bs-third);
}

.product-section .swiper-button-prev-product[b-y9vfq2zp9a]:after {
    display: none;
}

.product-section .product-swiper .product-item[b-y9vfq2zp9a] {
    position: relative;
    overflow: hidden;
    width: 280px !important;
    height: 420px;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) var(--bs-border-radius) 0;
}

.product-section .product-swiper .product-item .product-content[b-y9vfq2zp9a] {
    border-radius: var(--bs-border-radius);
    background: white;
    height: 60px;
}

.product-section .product-swiper .product-item .product-content .product-title[b-y9vfq2zp9a] {
    font-size: 14px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-section .product-swiper .product-item .product-price[b-y9vfq2zp9a] {
    background: var(--bs-third);
    color: white !important;
    border-radius: 0 0 calc(var(--bs-border-radius) / 2) calc(var(--bs-border-radius) / 2);
    width: 160px;
    height: 40px;
}

.product-section .product-swiper .product-item .product-price p[b-y9vfq2zp9a] {
    color: white !important;
    font-size: 20px;
}

.product-section .product-swiper .product-item .product-price .small[b-y9vfq2zp9a] {
    font-size: 12px !important;
}

.product-section .product-swiper .product-item .product-sale[b-y9vfq2zp9a] {
    background: var(--bs-sale);
    border-radius: var(--bs-border-radius);
    width: 45px;
    height: 45px;
}

.product-section .product-swiper .product-item .product-sale p[b-y9vfq2zp9a] {
    color: white;
}

.product-section .product-swiper .product-item .product-rating[b-y9vfq2zp9a] {
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-primary);
    border-radius: var(--bs-border-radius);
    background: rgba(0, 0, 0, 0.33);
    width: 45px;
    height: 45px;
}

.product-section .product-swiper .product-item .product-rating p[b-y9vfq2zp9a] {
    color: var(--bs-primary);
}

.product-section .product-swiper .product-item img[b-y9vfq2zp9a] {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) var(--bs-border-radius) calc(var(--bs-border-radius) * 2.5);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product-section .product-swiper .product-item .product-btn[b-y9vfq2zp9a] {
    background: white;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 80px 0 var(--bs-border-radius);
}

.product-section .product-swiper .product-item .product-btn[b-y9vfq2zp9a]:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: var(--bs-border-radius);
    box-shadow: -32px 32px 0 #fff;
}

.product-section .product-swiper .product-item .product-btn[b-y9vfq2zp9a]:after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: var(--bs-border-radius);
    box-shadow: -32px 32px 0 #fff;
}

.product-section .product-swiper .product-item .product-btn .arrow-product[b-y9vfq2zp9a] {
    width: 75px;
    height: 75px;
    border-width: 3px;
    border-style: solid;
    border-color: var(--bs-primary);
    border-radius: var(--bs-border-radius);
    background: white;
}

.product-section .product-swiper .product-item .product-btn .arrow-product span[b-y9vfq2zp9a] {
    color: var(--bs-primary);
    transform: rotate(45deg);
    font-size: 2.5rem;
}

.product-section .product-swiper .product-item:hover img[b-y9vfq2zp9a] {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-section .product-swiper .sale-product-item[b-y9vfq2zp9a] {
    overflow: hidden;
    width: 60px !important;
    height: 420px;
    border-radius: var(--bs-border-radius);
    background: var(--bs-sale);
}

.product-section .product-swiper .sale-product-item .oriented-text[b-y9vfq2zp9a] {
    writing-mode: vertical-lr;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    color: white !important;
}

.product-section .product-swiper .sale-product-item .discount-svg[b-y9vfq2zp9a] {
    opacity: 80%;
}
/* _content/Sooriman/Components/HomeAdvertiseSection.razor.rz.scp.css */
.advertise-section img[b-p5hbbxbv3n] {
    border-radius: var(--bs-border-radius);
}
/* _content/Sooriman/Components/HomeDiscountProductSection.razor.rz.scp.css */
.product-section .swiper-button-next-product[b-b61vwgxbk6] {
    height: 45px;
    background: white;
    width: 45px;
    border-radius: var(--bs-border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-third);
    z-index: 2;
    margin-top: 0 !important;
    position: unset;
}

.product-section .swiper-button-next-product span[b-b61vwgxbk6] {
    color: var(--bs-third);
}

.product-section .swiper-button-next-product[b-b61vwgxbk6]:after {
    display: none;
}

.product-section .swiper-button-prev-product[b-b61vwgxbk6] {
    height: 45px;
    background: white;
    width: 45px;
    border-radius: var(--bs-border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-third);
    color: var(--bs-third);
    z-index: 2;
    position: unset;
    margin-top: 0 !important;
}

.product-section .swiper-button-prev-product span[b-b61vwgxbk6] {
    color: var(--bs-third);
}

.product-section .swiper-button-prev-product[b-b61vwgxbk6]:after {
    display: none;
}

@media screen and (max-width: 991px) {
    .sale-product-item[b-b61vwgxbk6] {
        width: 60px !important;
        height: 420px;
    }
}

.sale-product-item[b-b61vwgxbk6] {
    overflow: hidden;
    border-radius: var(--bs-border-radius);
    background: var(--bs-sale);
    width: 330px !important;
    height: 420px;
}

.sale-product-item .oriented-text[b-b61vwgxbk6] {
    writing-mode: vertical-lr;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    color: white !important;
}

.sale-product-item .discount-svg[b-b61vwgxbk6] {
    opacity: 80%;
}
/* _content/Sooriman/Components/HomeHeroSection.razor.rz.scp.css */
.hero-section .row > *[b-e31t5qc4fa] {
    padding: calc(var(--bs-gutter-x) * 0.5);
}

.hero-section .square[b-e31t5qc4fa] {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.hero-section .square img[b-e31t5qc4fa] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius);
}

.hero-section .not-square[b-e31t5qc4fa] {
    width: 100%;
    height: 0;
    padding-top: 47.8%;
    position: relative;
}

.hero-section .not-square img[b-e31t5qc4fa] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius);
}

.hero-section .not-square .arrow-btn[b-e31t5qc4fa] {
    width: 55px;
    height: 55px;
    border-radius: var(--bs-border-radius);
    background: white;
}

.hero-section .not-square .arrow-btn span[b-e31t5qc4fa] {
    color: var(--bs-third);
    transform: rotate(45deg);
}
/* _content/Sooriman/Components/HomeProductGroupSection.razor.rz.scp.css */
.category-section .category-item[b-as271x8ifj] {
    border-radius: var(--bs-border-radius);
    background: var(--bs-fourth);
    width: 250px;
    height: 250px;
    border: 1px solid var(--bs-fourth);
}

.category-section .category-item .category-title[b-as271x8ifj] {
    border-radius: var(--bs-border-radius);
    background: white;
    height: 50px;
    text-align: center;
    font-size: 14px;
    padding: 0 12px;
}

.category-section .category-item .category-title p[b-as271x8ifj] {
    color: var(--bs-text) !important;
}

.category-section .category-item:hover[b-as271x8ifj] {
    border: 1px solid var(--bs-third);
}
/* _content/Sooriman/Components/HomeRecentNewsSection.razor.rz.scp.css */
.blog-section .swiper-button-prev-news[b-704fyg8ffk] {
    height: 45px;
    background: white;
    width: 45px;
    border-radius: var(--bs-border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-third);
    color: var(--bs-third);
    z-index: 2;
    position: unset;
    margin-top: 0 !important;
}

.blog-section .swiper-button-prev-news span[b-704fyg8ffk] {
    color: var(--bs-third);
}

.blog-section .swiper-button-prev-news[b-704fyg8ffk]:after {
    display: none;
}

.blog-section .swiper-button-next-news[b-704fyg8ffk] {
    height: 45px;
    background: white;
    width: 45px;
    border-radius: var(--bs-border-radius);
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-third);
    z-index: 2;
    margin-top: 0 !important;
    position: unset;
}

.blog-section .swiper-button-next-news span[b-704fyg8ffk] {
    color: var(--bs-third);
}

.blog-section .swiper-button-next-news[b-704fyg8ffk]:after {
    display: none;
}

.blog-section .blog-swiper .swiper-wrapper .blog-item[b-704fyg8ffk] {
    border-radius: var(--bs-border-radius);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    border: 1px solid var(--bs-fourth);
    height: 380px;
    overflow: hidden;
}

.blog-section .blog-swiper .swiper-wrapper .blog-item .blog-image[b-704fyg8ffk] {
    height: 100%;
    width: 100%;
}

.blog-section .blog-swiper .swiper-wrapper .blog-item .blog-image img[b-704fyg8ffk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--bs-border-radius);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-section .blog-swiper .swiper-wrapper .blog-item .blog-content[b-704fyg8ffk] {
    background: white;
    border-radius: calc(var(--bs-border-radius) / 2);
    border: 1px solid var(--bs-fourth);
}

.blog-section .blog-swiper .swiper-wrapper .blog-item .blog-content .blog-description[b-704fyg8ffk] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-section .blog-swiper .swiper-wrapper .blog-item:hover[b-704fyg8ffk] {
    background: var(--bs-fourth);
}

.blog-section .blog-swiper .swiper-wrapper .blog-item:hover .blog-image img[b-704fyg8ffk] {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* _content/Sooriman/Components/ProductCard.razor.rz.scp.css */
.product-item[b-qbey9x6bj0] {
    position: relative;
    overflow: hidden;
    width: 310px !important;
    height: 380px;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) var(--bs-border-radius) 0;
}

.product-item .product-content[b-qbey9x6bj0] {
    border-radius: var(--bs-border-radius);
    background: white;
    height: 60px;
}

.product-item .product-content .product-title[b-qbey9x6bj0] {
    font-size: 14px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item .product-price[b-qbey9x6bj0] {
    background: var(--bs-third);
    color: white !important;
    border-radius: 0 0 calc(var(--bs-border-radius) / 2) calc(var(--bs-border-radius) / 2);
    width: 160px;
    height: 40px;
}

.product-item .product-price p[b-qbey9x6bj0] {
    color: white !important;
    font-size: 20px;
}

.product-item .product-price .small[b-qbey9x6bj0] {
    font-size: 12px !important;
}

.product-item .product-sale[b-qbey9x6bj0] {
    background: var(--bs-sale);
    border-radius: var(--bs-border-radius);
    width: 45px;
    height: 45px;
}

.product-item .product-rating p[b-qbey9x6bj0] {
    color: var(--bs-primary);
}

.product-item img[b-qbey9x6bj0] {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) var(--bs-border-radius) calc(var(--bs-border-radius) * 2.5);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product-item .product-btn[b-qbey9x6bj0] {
    background: white;
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 60px 0 var(--bs-border-radius);
}

.product-item .product-btn[b-qbey9x6bj0]:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 85px;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: var(--bs-border-radius);
    box-shadow: -32px 32px 0 #fff;
}

.product-item .product-btn[b-qbey9x6bj0]:after {
    content: "";
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: var(--bs-border-radius);
    box-shadow: -32px 32px 0 #fff;
}

.product-item .product-btn .arrow-product[b-qbey9x6bj0] {
    width: 65px;
    height: 65px;
    border-width: 3px;
    border-style: solid;
    border-color: var(--bs-primary);
    border-radius: var(--bs-border-radius);
    background: white;
    z-index: 2;
}

.product-item .product-btn .arrow-product span[b-qbey9x6bj0] {
    color: var(--bs-primary);
    transform: rotate(45deg);
    font-size: 2.5rem;
}

.product-item:hover img[b-qbey9x6bj0] {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-item .product-sale p[b-qbey9x6bj0] {
    color: white;
}

.product-item .product-rating[b-qbey9x6bj0] {
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-primary);
    border-radius: var(--bs-border-radius);
    background: rgba(0, 0, 0, 0.33);
    width: 45px;
    height: 45px;
}
/* _content/Sooriman/Components/ProductDescriptionSection.razor.rz.scp.css */
/* _content/Sooriman/Components/ProductDetailSection.razor.rz.scp.css */
.feature-section .item-row[b-7t1a9shn6q] {
    grid-template-columns: 1.1fr 2fr;
}

.feature-section .item-row .item1[b-7t1a9shn6q] {
    background-color: var(--bs-fourth);
}

.feature-section .item-row .item2[b-7t1a9shn6q] {
    background-color: var(--bs-fourth);
}
/* _content/Sooriman/Components/ProductGallery.razor.rz.scp.css */
.product-gallery .swiper-slide[b-nafrl9uh9u] {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.product-gallery .swiper-slide img[b-nafrl9uh9u] {
    display: block;
}

.product-gallery .mySwiper2[b-nafrl9uh9u] {
    border-radius: var(--bs-border-radius);
}

.product-gallery .mySwiper2 .swiper-slide img[b-nafrl9uh9u] {
    border-radius: var(--bs-border-radius);
    height: 450px;
    width: auto;
}
.product-gallery .mySwiper2 .swiper-slide video[b-nafrl9uh9u] {
    border-radius: var(--bs-border-radius);
    height: 450px;
    width: auto;
}

@media only screen and (max-width: 575px) {
    .product-gallery .mySwiper2 .swiper-slide img[b-nafrl9uh9u] {
        border-radius: var(--bs-border-radius);
        height: 450px;
        max-width: 100%;
    }
    .product-gallery .mySwiper2 .swiper-slide video[b-nafrl9uh9u] {
        border-radius: var(--bs-border-radius);
        height: 450px;
        max-width: 100%;
    }
}

.product-gallery .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active[b-nafrl9uh9u] {
    background: var(--bs-primary);
}

.product-gallery .mySwiper2 .swiper-pagination .swiper-pagination-bullet[b-nafrl9uh9u] {
    margin: 0 2px !important;
}

.product-gallery .mySwiper[b-nafrl9uh9u] {
    height: 104px !important;
    box-sizing: border-box;
}

.product-gallery .mySwiper .swiper-slide[b-nafrl9uh9u] {
    width: 21.8% !important;
    height: 120px;
    opacity: 0.4;
}

.product-gallery .mySwiper .swiper-slide img[b-nafrl9uh9u] {
    border-radius: calc(var(--bs-border-radius) / 2);
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.product-gallery .mySwiper .swiper-slide-thumb-active[b-nafrl9uh9u] {
    opacity: 1;
}

.product-gallery .swiper-slide img[b-nafrl9uh9u] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1200px) {
    .product-gallery .mySwiper[b-nafrl9uh9u] {
        height: 125px !important;
    }

    .product-gallery .mySwiper .swiper-slide[b-nafrl9uh9u] {
        width: 22.4% !important;
    }
}

.modal-fullscreen[b-nafrl9uh9u]{
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

.modal-content[b-nafrl9uh9u] {
    border-radius: var(--bs-border-radius) !important;
    background-color: transparent !important;
}

.modal-body video[b-nafrl9uh9u] {
    border-radius: var(--bs-border-radius);
}

.modal-body img[b-nafrl9uh9u] {
    border-radius: var(--bs-border-radius);
}
/* _content/Sooriman/Components/ProductMainSection.razor.rz.scp.css */
.single-product-section .single-product-features-holder .unavailable-text[b-mm19ian00q] {
    color: var(--bs-danger);
}

.single-product-section .single-product-features-holder .single-product-title .product-sale[b-mm19ian00q] {
    background: var(--bs-sale);
    border-radius: var(--bs-border-radius);
    width: 30px;
    height: 30px;
}

.single-product-section .single-product-features-holder .single-product-title .product-sale p[b-mm19ian00q] {
    color: white !important;
}

.single-product-section .single-product-features-holder .rating-view-content span[b-mm19ian00q] {
    color: var(--bs-primary);
    font-size: 30px;
}

.single-product-section .single-product-features-holder .color-picker-content .color-item[b-mm19ian00q] {
    width: 43px;
    height: 43px;
    border-radius: var(--bs-border-radius);
    border: 2px solid var(--bs-fourth);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-section .single-product-features-holder .color-picker-content .color-item .color-content[b-mm19ian00q] {
    width: 35px;
    height: 35px;
    background: aquamarine;
    border-radius: var(--bs-border-radius);
}

.single-product-section .single-product-features-holder .color-picker-content .active[b-mm19ian00q] {
    border: 2px solid var(--bs-third);
}

.single-product-section .single-product-features-holder .selected-content .box-select[b-mm19ian00q] {
    position: relative;
    display: inline-block;
    height: 50px;
    background: var(--bs-fourth);
    border-radius: var(--bs-border-radius);
    color: var(--bs-third) !important;
}

.single-product-section .single-product-features-holder .selected-content .box-select.focus[b-mm19ian00q]::after {
    content: "\e5cf";
    font-family: "Material Icons";
    position: absolute;
    top: 2px;
    font-size: 25px;
    left: 2px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-third);
    border-radius: var(--bs-border-radius);
    color: white !important;
}

.single-product-section .single-product-features-holder .selected-content .box-select[b-mm19ian00q]::after {
    content: "\e5cf";
    font-family: "Material Icons";
    position: absolute;
    top: 2px;
    font-size: 25px;
    left: 2px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-third);
    border-radius: var(--bs-border-radius);
    color: white !important;
}

.single-product-section .single-product-features-holder .selected-content .box-select select[b-mm19ian00q] {
    appearance: none;
    background: transparent;
    z-index: 100;
    position: relative;
    height: 50px;
    padding: 4px 20px 4px 70px;
    color: var(--bs-third) !important;
}


/* _content/Sooriman/Components/ProductPrice.razor.rz.scp.css */
.price-content[b-2nnpwtc2rz] {
    position: absolute;
    bottom: 3.5rem;
}

@media only screen and (max-width: 991px) {
    .price-content[b-2nnpwtc2rz] {
        position: relative;
        bottom: unset;
    }
}
.price-title[b-2nnpwtc2rz] {
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    line-height: 32px;
}

.sale-price[b-2nnpwtc2rz] {
    font-size: 18px;
    color: var(--bs-sale);
    height: 24px;
}

.add-sale-btn[b-2nnpwtc2rz] {
    background: var(--mud-palette-secondary) !important;
    color: white !important;
    border-radius: 7px;
}

.remove-sale-btn[b-2nnpwtc2rz] {
    background: var(--mud-palette-secondary) !important;
    color: white !important;
    border-radius: 7px;
}

.sale-counter input[b-2nnpwtc2rz] {
    width: 5.5rem;
    text-align: center;
    outline: none;
    border: none;
}

.monetary-unit[b-2nnpwtc2rz] {
    font-weight: bold;
    position: absolute;
    top: 0.25rem;
    left: -2rem;
}

.add-to-basket[b-2nnpwtc2rz] {
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .add-to-basket[b-2nnpwtc2rz] {
        position: relative;
    }
}

.sale-counter input[b-2nnpwtc2rz]::-webkit-outer-spin-button,
.sale-counter input[b-2nnpwtc2rz]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
