/** Shopify CDN: Minification failed

Line 1350:8 Unexpected "{"
Line 1350:9 Expected identifier but found "%"
Line 1350:39 Unexpected "{"
Line 1350:40 Expected identifier but found "%"

**/
.product__info-container .product__title{
    display:none;
}
.add-to-cart-bar-container .bar-prod-title .product__title,.add-to-cart-bar-container .bar-prod-title h1{
    display:none;
}
.product__title h1 {
    font-family: 'Manrope', sans-serif;
    color: #212806;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}
.prdTitle {
    font-family: 'Manrope', sans-serif;
    color: #212806;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}
.bar-prod-title .prdTitle {
    font-family: 'Manrope', sans-serif;
    color: #212806;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}
.swatches-section .swatch-name{
    font-family: 'Manrope', sans-serif;
}
.start-rating-img {
    margin: 0 !important;
    line-height: 1;
}
.price__regular span {
    font-family: 'Manrope', sans-serif;
    color: #212806;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.complementary-slide li .price__regular span {
    color: #212806;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}
.price__sale span:not(.badge) {
    font-family: 'Manrope', sans-serif;
    color: #212806;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.product__description {
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin:0 !important;
}
.product__media-list {
    margin-bottom: 1.6rem;
}
.thumbnail-list {
    justify-content: center;
    padding: 0 !important;
}
.thumbnail-list__item {
    width: 60px !important;
    height: 60px;
}
/* .thumbnail-slider .slider-button {
    display:flex !important;
} */
.product-form__input legend.form__label {
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
    span.selected_val {
    font-weight: 700;
}
    label.clr_swatches {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    padding: 0px !important;
    background-color: transparent !important;
    border-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-origin: border-box;
}
.product-form__input input[type=radio]:checked+label.clr_swatches {
    border-color: #212806 !important;
}
    label.quantity__label.form__label.qty_lbl {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.cstm_quantity_box {
    border-radius: 8px;
    border: 1px solid #212806;
    width: 188px;
    height: 48px;
}
.cstm_quantity_box .quantity__button svg {
    width: 12px;
}
.cstm_quantity_box input {
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.cstm_quantity_box::before, .cstm_quantity_box::after {
    display:none;
}
.price-per-item__container {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
    span.qty_text_cstm {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.panel_calculator_container {
    margin: 0;
    padding: 16px 24px;
    border-radius: 8px;
    background: #F3EEE6;
}
    h5.panel_calculator_title {
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
}
.panel_calculator_content {
    display: none;
}
    span.title_span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.panel_calculator_content p {
    color: #212806;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 1rem 0;
}
.calculator_input_boxes {
    display: flex;
    align-items: center;
    gap: 10px;
}
input.input_box[type=number]::-webkit-inner-spin-button, 
input.input_box[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input.input_box {
    display: flex;
    height: 48px;
    max-width: 120px;
    text-align: center;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    color: #212806;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    line-height: 28px;
}
span.pannel_result {
    border-radius: 4px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    display: flex;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    color: #212806;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    line-height: 28px;
}
input.input_box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C4C4C4;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
input.input_box::-moz-placeholder { /* Firefox 19+ */
    color: #C4C4C4;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
input.input_box:-ms-input-placeholder { /* IE 10+ */
    color: #C4C4C4;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
input.input_box:-moz-placeholder { /* Firefox 18- */
    color: #C4C4C4;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
ul.icon-with-text {
    margin: 2rem 0 !important;
    gap: 1.5rem;
    align-items: center;
    justify-content: flex-start;
}
li.icon-with-text__item {
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    width: auto !important;
}
.icon-with-text__item span {
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left !important;
    opacity: 0.6;
}
.icon-with-text .icon-with-text__item img {
    width: auto;
    height: auto;
    object-fit: cover;
    margin-bottom: 0;
}
.product-form__submit {
    background-color: #212806;
    color: #fff;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.4;
    display: flex;
    height: 48px;
    padding: 30px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0px !important;
}
.product__info-container .product-form {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.product-form__buttons {
    max-width: 100% !important;
}
.product-form__submit::before, .product-form__submit::after {
    display:none;
}
.product-form__submit svg circle {
    stroke: #fff !important;
}
.custom_btn_link a {
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #212806;
    background: #FFF;
    display: flex;
    height: 48px;
    padding: 12px 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}
.sample-button {
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #212806 !important;
    background: #FFF;
    display: flex;
    height: 48px;
    padding: 30px 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}
.bar-buttons .sample-button,.bar-buttons .product-form__submit{
    font-size: 15px;
}
.bar-buttons > div {
    max-width: 270px;
}
.prd_form {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}
.shipping_info_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shipping_text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shopify-payment-button * {
    display: none;
}
.shipping_text span {
    height: 20px;
}
.shipping_text p {
    margin: 0;
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.shipping_info_container a {
    color: #212806;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}
.arrow_span svg {
    transition: 0.5s all;
}
.calculator_expand .arrow_span svg {
    rotate: 180deg;
}
.product__accordion.accordion {
    border-top: 1px solid #dfdfe1;
    border-bottom: none;
    margin-top: 1rem;
}
h2.accordion__title {
    color: #29334a;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}
.accordion summary{
    gap:24px;
    align-items:center;
}
.accordion__content p,.accordion__content {
    color: #212806;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.accordion details>summary svg {
    transition: 0.5s all;
}
.accordion details[open]>summary svg {
    transform: rotate(180deg);
}
.custom_arrows_btn {
    display: flex !important;
}
.btn_arrow {
    background: transparent;
    border: none;
    padding: 0;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
button.btn_arrow.next_btn_arrow {
    right: 0;
}
    ul.slider_dots {
    display: none;
}
.breadcrumbs-container a, .breadcrumbs-container span {
    text-decoration: underline;
}

.breadcrumbs-container {
    margin-bottom: 20px;
}
variant-radios {
    border-top: 1px solid #dfdfe1;
    padding-top: 40px;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}
.show-coverage-container{
    background-color:#FCF8F3;
}
.calculator-help-container{
    column-gap:15px;
    margin-top:20px;
}
.calculator-help-container p,.calculator-help-container button{
    color:#000000;
    font-size:16px;
    font-family: 'Manrope', sans-serif;
}
.calculator-help-container button{
    text-decoration:underline;
}
.complementary-slide li img {
    border: 1px solid #000;
    border-radius: 10px;
    width: 86px;
    height: 86px;
    object-fit: contain;
}
.complementary-slide li p {
    font-family: 'Manrope';
    font-weight: 500;
}
.complementary-slide li .addon-link {
    font-family: 'Manrope';
    font-weight: 500;
    font-size:12px;
    color:#212806;
    text-decoration:underline;
}
.complementary-slide li .price .price__container {
    margin-bottom:0;
}
.product__info-wrapper .product-form__quantity{
    margin-top:40px;
    margin-bottom:40px;
}
.buy_buttons_features {
    justify-content: space-between;
    align-items: center;
    margin-top:1rem;
}
.buy_buttons_feature {
    align-items: center;
    column-gap: 6px;
}
.feature_text p {
    font-size: 10px;
    font-family: 'Manrope';
    color: #000000;
}
.feature_icon img {
    width: 75%;
    margin: 0 auto;
}
.feature_text {
    width: 80%;
}
a.jdgm-write-rev-link, input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev {
    /* display: none !important; */
    background-color: #000 !important;
    border-color: #000 !important;
}
.jdgm-form-wrapper input[type="text"]:focus, .jdgm-form-wrapper input[type="email"]:focus, .jdgm-form-wrapper input[type="url"]:focus, .jdgm-form-wrapper textarea:focus {
    border-color: #000 !important;
}
a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev {
    border-color: #000;
    background-color: transparent;
    color: #000;
}
.jdgm-rev-widg .jdgm-star {
    color: #000 !important;
}
.jdgm-histogram__bar-content {
    background-color: #000000 !important;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper {
    /* border-left: none !important; */
    border-color: #2128060F !important;
}
.jdgm-row-media, .jdgm-row-search, .jdgm-subtab, .jdgm-row-actions, .jdgm-quest, .jdgm-rev, .jdgm-paginate,.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper, .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper{
    border-color: #2128060F !important;
}
.jdgm-rev__author {
    color: #000 !important;
}
.jdgm-rev__icon:before {
    color: #000 !important;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
    color: #000 !important;
}
.jdgm-paginate__page {
    color: #000 !important;
}
.add-to-cart-bar-container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 13%);
}
.bar-prod-details-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width:60%;
}
.bar-prod-img img {
    max-width: 150px;
    max-height: 100px;
    width: 100px;
    height: 50px;
    object-fit: cover;
}
.bar-prod-detail .product__title {
    margin-bottom: 0;
}
.bar-prod-title h1 {
    font-size: 15px !important;
}
.bar-prod-price s.price-item.price-item--regular {
    display: none;
}
.bar-prod-price span.price-item.price-item--sale.price-item--last {
    font-size: 15px;
    font-family: 'Manrope';
}
.bar-buttons .prd_form button {
    padding: 20px 5px;
}
.bar-buttons {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
    width: 30%;
    align-items: center;
}
.bar-buttons .product-form__submit span span {
    display: none;
}
.bar-buttons span.span-to-hide {
    display: none;
}
.main_slider_width_85{
    width:92%;
}
.thumbnail-slider-container{
    width:8%;
    max-height: fit-content;
    position: sticky;
    top: 0;
}
li.thumnail-list-item-li:not(:last-child) {
    margin-bottom: 10px;
}
li.thumnail-list-item-li.active {
    border: 1px solid #000;
}
li.thumnail-list-item-li img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 6px;
}
.prd_form product-form.product-form {
    margin-bottom: 0 !important;
}
.heading_custom_size{
    font-size:24px !important;
}
section#shopify-section-template--25587535741237__1726897852e95d1211,section#shopify-section-template--25640533918005__1726897852e95d1211,section#shopify-section-template--25734794314037__1726897852e95d1211,section#shopify-section-template--25766657753397__1726897852e95d1211 {
    background-color: #FCF8F3;
    margin-top: 0;
    padding-top: 30px;
}
.calculator_drawer {
    display: block !important;
    position: fixed;
    top: 126px;
    height: calc(100vh - 126px);
    width: 500px;
    background-color: #fff;
    right: 0;
    transform: translateX(520px);
    transition: all 0.5s;
}
.calculator_drawer {
    /* display: block !important; */
    position: fixed;
    top: 0;
    height: 100vh;
    max-width: 500px;
    width: 100%;
    background-color: #fff;
    right: 0;
    transform: translateX(520px);
    transition: all 0.5s;
    z-index:9;
}
.calculator_backdrop {
    /* display: block !important; */
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    z-index:9;
}
.calculator_drawer_inner_wrapper {
    padding: 40px;
    overflow: auto;
}
.calculator_heading_container {
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #2128064D;
    margin-bottom: 40px;
    cursor:pointer;
}
.calculator_heading h1 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Manrope';
}
.calculator {
    margin-bottom: 30px;
}
.calculator_fields_wrapper {
    margin-bottom: 30px;
}
.field_wrapper.width_wrapper {
    margin-bottom: 30px;
}
.field_wrapper label {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope';
}
.field_wrapper input {
    border: 1px solid #000;
    width: 100%;
    padding: 10px 0 10px 0;
    border-radius: 6px;
    margin-top: 20px;
    padding-left: 10px;
}
button.calculate_button {
    background-color: #212806;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Manrope';
}
.calculator_result {
    margin-bottom: 30px;
}
span.result_label {
    font-size: 18px;
    font-weight: 600;
}
span.result_value {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
    margin-left: 5px;
}
.calculator_disclaimer {
    background-color: #FCF8F3;
    padding: 25px 20px 25px 20px;
    margin-bottom: 30px;
}
p.disclaimer_heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
p.disclaimer_content {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Manrope';
}
.calculator_help span {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Manrope';
}
span.chat_with_us {
    text-decoration: underline;
    margin-left: 10px;
    cursor:pointer;
}
.calculate_button_wrapper {
    border-radius: 6px !important;
    overflow: hidden;
}
.calculator_drawer_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
.product__description.rte {
    margin: 3rem 0 !important;
}
.product-media-modal__content img {
    max-width: 100vh;
    object-fit: contain;
    border: none;
}
label.quantity__label.form__label.qty_lbl p {
    display: inline;
}
.display_none_important{
    display:none !important;
}
section.faq_section h4.question {
    width: 90%;
}
.product-media-modal__toggle {
    border-color: #000 !important;
    width: 4.5rem !important;
}
.product-media-modal__toggle .icon {
    color:#000 !important;
}
div.calculator_error {
    margin-top: 10px;
    /* display: block; */
    color: red;
    font-family: 'Manrope';
    font-weight: 600;
}
.calculator_error a {
    text-decoration: underline;
}
.desc_wrapper button {
    position: absolute;
    bottom: -40px;
    padding: 0;
    margin-bottom: 0;
}

.desc_wrapper {
    position: relative;
    margin-bottom: 60px !important;
}
.desc_wrapper.show-4-lines .product__description {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
li.thumnail-list-item-li.product__media-item {
    max-width: 100% !important;
}
.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge,.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after {
    color: white;
    background-color: #000 !important;
}
.jdgm-link, .jdgm-histogram__clear-filter {
    color: #000000 !important;
}
.desc_wrapper .product__description.rte ul {
    list-style-type: disc;
}
.desc_wrapper .product__description.rte p {
    margin-bottom: 10px;
}
.bar-prod-detail .blackFridayDiscount .price__sale span.price-item--black-friday-discount{
    font-size:13px;
}
.quick-add-modal__content .calculator_drawer {
    display: none !important;
}
 span.price-item.price-item--black-friday-discount {
    font-size:16px !important;
    margin-bottom:10px;
}
span.price-item.price-item--black-friday-discount small{
    font-size:100%;
}
product-recommendations.complementary-products span.price-item.price-item--black-friday-discount {
    display: none;
}
.bar-prod-price span.price-item.price-item--black-friday-discount svg {
    width: 13px !important;
    height: 13px !important;
    margin-right: 10px !important;
}
.bar-prod-price span.price-item.price-item--black-friday-discount {
    padding: 10px 15px;
    width: fit-content;
}
.details {
    width: 100%;
    padding: 1.5rem 0rem;
    border-top: 1px solid #dfdfe1;
}
.title-wrapper {
    margin: 0px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    transition: all;
    transition-duration: 200ms;
    color: #29334a;
    font-weight: 600;
    font-size: 18px;
}
.title-wrapper > svg {
    transition: all;
    transition-duration: 300ms;
    flex-shrink: 0;
}

.content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: all;
    transition-duration: 300ms;
    color: black;
}

.content-wrapper > div {
    overflow: hidden;
}

.details[open] .content-wrapper {
    grid-template-rows: 1fr;
}

.no-border {
    border: 0px !important;
}
li.brochure__listItem:not(:last-child) {
    margin-bottom: 10px;
}
li.brochure__listItem a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
span.brochureNameSpan {
    text-decoration: underline;
}
.format-text > .metafield-rich_text_field > p strong{
    min-width: 60%;
}
.format-text > .metafield-rich_text_field > p {
    display: flex;
    justify-content: start;
    padding: 6px 0px;
}
#MainContent span.price-item.price-item--black-friday-discount svg{
    width: 16px;
    height: 16px;
}
variant-radios p {
    text-transform: capitalize;
}
/* span.price-item.price-item--black-friday-discount {
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* .price__container{
    width:100%;
} */

/* HTML: <div class="loader"></div> */
.loaderr {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
@media (min-width:768px) and (max-width:1699px){
    .page-width-new-design{
        padding:0 5rem;
    }
}
@media (min-width:768px) and (max-width:1500px){
    .product__info-wrapper .product__title h1,.prdTitle{
        font-size: 20px !important;
    }
    .product__info-wrapper .jdgm-star.jdgm--on:before {
        font-size: 13px;
    }
    .product__info-wrapper .jdgm-prev-badge__text {
        font-size: 14px;
    }
    .product__info-wrapper .afterpay-paragraph {
        font-size: 13px;
    }
    .product__info-wrapper .afterpay-logo.type-badge{
        height:calc(30/104*var(--logo-badge-width,104px));
    }
    .product__info-wrapper .desc_wrapper .product__description.rte p, .product__info-wrapper .desc_wrapper .product__description.rte li {
        font-size: 12px;
        line-height: 1.5;
    }
    .product__info-wrapper .desc_wrapper .product__description.rte p {
        margin-bottom: 10px;
    }
    .product__info-wrapper .desc_wrapper button {
        font-size: 13px;
    }
    /* .product__info-wrapper section.swatches-section > .tw-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    } */
    .product__info-wrapper .product-form__input legend.form__label {
        font-size: 13px;
    }
    .product__info-wrapper fieldset.product-form__input label.ndvo-label p
    {
        font-size: 13px !important;
    }
    .product__info-wrapper fieldset.product-form__input label.ndvo-label p span
    {
        font-size: 11px !important;
    }
    .product__info-wrapper .price__sale span:not(.badge) {
        font-size: 18px;
    }
    .product__info-wrapper .price__sale span.badge {
        font-size: 1rem;
        padding: 0.3rem 1rem 0.4rem;
    }
    .product__info-wrapper .price--on-sale .price-item--regular {
        font-size: 13px !important;
    }
    .product__info-wrapper .calculator-help-container p, .product__info-wrapper .calculator-help-container button {
        font-size: 13px;
    }
    .product__info-wrapper label.quantity__label.form__label.qty_lbl p {
        font-size: 13px;
    }
    .product__info-wrapper span.qty_text_cstm {
        font-size: 13px !important;
    }
    .product__info-wrapper .product-form__submit,.product__info-wrapper .sample-button {
        font-size: 13px;
        height: 40px;
        padding: 9px 5px;
    }
    .product__info-wrapper .buy_buttons_feature {
        column-gap: 5px;
    }
    .product__info-wrapper .feature_text p {
        font-size: 8px;
    }
    .product__info-wrapper h2.accordion__title {
        font-size: 15px;
    }
    .product__info-wrapper .complementary-slide li p {
        font-size: 13px;
    }
    .product__info-wrapper .complementary-slide li .price__regular span {
        font-size: 11px !important;
    }
    .product__info-wrapper .title-wrapper {
        font-size: 15px !important;
    }
    .product__info-wrapper .format-text > .metafield-rich_text_field > p {
        padding: 3px 0px !important;
        font-size: 13px;
    }

}
@media (max-height:855px){
    .calculator_drawer_wrapper {
        display: block;
        overflow: auto;
    }
}
@media (min-width:768px){
    .product__info-wrapper section.swatches-section > .tw-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media(max-width:750px){
    .product__info-wrapper .price__sale span.badge {
        font-size: 1.2rem !important;
    }
    .mobileSlider{
        width:100%
    }
    variant-radios{
        border-color:#dfdfe1;
    }
    .product.grid{
        justify-content:center;
    }
    .heading_custom_size{
        font-size:20px !important;
    }
    .product__media-item {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .product__title h1,.prdTitle {
        color: #000;
        font-size: 32px;
    }
    .price__regular span {
        font-size: 20px;
    }
    .price__sale span {
        font-size: 20px;
    }
    .panel_calculator_container {
        padding: 16px;
    }
    .calculator_input_boxes {
        flex-wrap: wrap;
    }
    .price-per-item__container {
        flex-direction: column;
        align-items: flex-start;
    }
    span.qty_text_cstm {
        font-size:16px;
    }
    ul.icon-with-text {
        flex-wrap: wrap;
        gap: 1rem;
    }
    li.icon-with-text__item {
        width:100% !important;
    }
    .shipping_info_container {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .product__info-wrapper {
        margin-bottom: 30px;
    }
    ul.slider_dots {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        list-style-type: none;
    }
    .dot_item span {
        display: block;
        width: 6px;
        height: 6px;
        background-color: #4B5563;
        margin: 0 2px;
        border-radius: 50%;
        cursor: pointer;
    }
    .dot_item.active span {
        background-color: #000;
    }
    div#main-slider li.splide__slide {
        max-width: calc(100vw - 3.1rem);
        min-height:399px;
    }
    /* div#main-slider {
        margin-bottom: 20px;
    } */
    div#thumbnail-slider {
        max-width: calc(100vw - 3.1rem);
    }
    .custom-pagination {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .progress-container {
        margin-bottom: 10px;
    }
    .buy_buttons_features {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 7px;
    }
    .progress-bar {
        transition: all 1s;
    }
    .bar-prod-img {
        display: none;
    }
    .bar-prod-title .prdTitle {
        font-size: 12px;
    }
    .bar-prod-title h1 {
        font-size: 12px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;   /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bar-prod-price span.price-item.price-item--sale.price-item--last {
        font-size: 14px;
        font-family: 'Manrope';
    }
    .bar-buttons {
        width: 40%;
    }
    .bar-prod-details-wrapper {
        width: 60%;
    }
    .product__title.bar-prod-title {
        margin-bottom: 0;
    }
    .sample-order-button{
        display:none;
    }
    div#shopify-chat inbox-online-store-chat#ShopifyChat[is-open="false"] {
        bottom: 98px !important;
    }
    .add-to-cart-bar-container {
        padding: 15px 10px;
        position: fixed;
        top: 0;
        z-index: 9999;
        /* display:block; */
        box-shadow: 0 -5px 14px rgb(0 0 0 / 20%);
    }
    body .breadcrumb-link {
        font-size: 11px !important;
    }
    .breadcrumbs-container {
        margin-top: 20px;
    }
    .calculator_drawer{
        z-index: 99999;
        overflow: auto;
    }
    .calculator_drawer_inner_wrapper {
        padding: 20px 20px 20px 20px;
    }
    .calculator_heading_container {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .calculator_heading h1 {
        font-size: 20px;
    }
    .calculator {
        margin-bottom: 20px;
    }
    .calculator_fields_wrapper {
        margin-bottom: 20px;
    }
    .field_wrapper.width_wrapper {
        margin-bottom: 20px;
    }
    .field_wrapper input {
        padding: 7px 10px 7px 10px;
        margin-top: 10px;
    }
    .calculator_result {
        margin-bottom: 20px;
    }
    span.result_label,span.result_value {
        font-size: 16px;
    }
    .calculator_disclaimer {
        padding: 20px 20px 20px 20px;
        margin-bottom: 20px;
    }
    /* #shopify-section-template--25587535741237__rich_text_fNwJP9 .heading_with_text h2{
        font-size:20px;
    } */
    .heading_with_text .rich-text__wrapper{
        width:100%;
    }
    .product div#main-slider li.splide__slide {
        background-size: contain !important;
    }
    .page-width-new-design{
        padding:0 2rem;
    }
    .quick-add-modal__content .page-width-new-design {
        padding: 0;
    }
    /* .quick-add-modal__content-info{
        padding-top:60px !important;
        padding-bottom:60px !important;
    } */
    .quick-add-modal__content .page-width-new-design .mobileSlider {
        width: 100%;
        margin: 0 20px;
    }
    span.price-item.price-item--black-friday-discount {
        line-height: 1.7;
        padding: 8px;
        margin-top: 10px !important;
        flex-wrap:wrap;
    }
    span.price-item.price-item--black-friday-discount svg {
        width: 16px;
        height: 16px;
        margin-right: 15px;
    }
    span.price-item.price-item--black-friday-discount small {
        font-size: 90%;
        width: 100%;
    }
    #MainContent product-info span.price-item.price-item--black-friday-discount{
        column-gap: 10px;
    }
    #MainContent product-info span.price-item.price-item--black-friday-discount svg{
        width: 15px;
        height: 15px;
        margin-right: 0;
    }
    #MainContent product-info span.price-item.price-item--black-friday-discount small {
        font-size: 15px;
        width: auto;
    }
    quick-add-modal product-info span.price-item.price-item--black-friday-discount{
        column-gap: 10px;
        font-size: 13px;
    }
    quick-add-modal product-info span.price-item.price-item--black-friday-discount svg{
        width: 13px;
        height: 13px;
        margin-right: 0;
    }
    quick-add-modal product-info span.price-item.price-item--black-friday-discount small {
        font-size: 13px;
        width: auto;
    }
    .bar-prod-detail .blackFridayDiscount .price__sale span.price-item--black-friday-discount,.bar-prod-price span.price-item.price-item--black-friday-discount{
        font-size:11px !important;
        padding: 5px 8px;
        width: fit-content;
        margin-bottom: 4px;
        margin-right:0;
    }
    .bar-prod-detail .blackFridayDiscount .price__sale span.price-item--black-friday-discount svg,.bar-prod-price span.price-item.price-item--black-friday-discount svg {
        /* width: 9px !important;
        height: 9px !important;
        margin-right: 10px !important; */
        display:none;
    }
    .add-to-cart-bar-wrapper.tw-flex.tw-justify-between {
        align-items: end;
        column-gap: 10px;
    }
    .add-to-cart-bar-wrapper.tw-flex.tw-justify-between.blackFridayDiscountProdBar {
        column-gap: 6px;
    }

    .quick-add-modal__content-info .product.grid {
        padding: 1.5rem !important;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .details {
        width: 100%;
        padding: 1rem 0rem;
        border-top: 1px solid #dfdfe1;
    }
    .title-wrapper {
        font-size: 16px;
    }
    .content-wrapper {
        font-size: 14px;
        {% comment %} margin-top: 8px; {% endcomment %}
    }

    .format-text > .metafield-rich_text_field > p {
        justify-content: space-between !important;
    }
}