/** Shopify CDN: Minification failed

Line 1208:24 Unterminated string token

**/
h1,h2,h3,h4,h5,h6{
    letter-spacing: 0;
}
.sale_header_left {
    width: 100%;
    max-width: 140px;
}
.sale_header_wpr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sale_container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.sale_page_header {
    background: #fff;
    padding: 9px 0;
}
.sale_btn {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 22px;
    line-height: 53px;
    letter-spacing: 0.3px;
    font-weight: bold;
    padding: 0 40px;
    background: var(--orange);
    color: #fff;
    border: 1px solid transparent;
}
.sale_hero_wpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (hover: hover) {
  .pdp_submit_sale_btn button.product-form__submit:not(.loading):hover {
    background-color: #c55a1f;
  }
}
.pdp_submit_sale_btn button.product-form__submit.loading {
    background-color: transparent;
    color: transparent;
    border-color:  #c55a1f;
}
.pdp_submit_sale_btn button.product-form__submit.loading .button-text span{
    opacity: 0;
}
.sale_hero_review img {
    max-width: 85px;
    margin-right: 9px;
}
.sale_hero_review p {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}
.sale_hero_review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 10px;
}
.sale_hero_left_inn h1 {
    font-size: clamp(34px,2.85vw,55px);
    line-height: 1.1;
    font-weight: 800;
}
.sale_hero_list li {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}
.sale_hero_list li::before {
    content: "";
    background: url(https://www.plateful.co/cdn/shop/files/true-green.svg?v=1755682312);
    height: 16px;
    width: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-size: 17px;
}
.sale_hero_list li:not(:last-child) {
    margin: 0 0 10px;
}
.gift_box-heading p img {
    display: inline-block;
    margin: 0 8px 0;
    width: 19px;
}
.gift_box-heading:before, .gift_box-heading:after {
    border-bottom: 1px solid #000;
    content: "";
    flex-grow: 1;
}
.gift_box-heading {
    display: flex;
    align-items: center;
}
.gift_box-heading p {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
}
.gift_box-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
}
.gift_box-col {
    width: 23%;
    text-align: center;
    position: relative;
}
.gift_box-col-save {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 3px;
    background: #ff0000;
    padding: 4px 12px 3px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.gift_box-col-bordertop {
    width: 100%;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.gift_box-col-bordertop:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #81675f 50%, transparent 50%), linear-gradient(90deg, #81675f 50%, transparent 50%), linear-gradient(0deg, #81675f 50%, transparent 50%), linear-gradient(0deg, #81675f 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
}
@keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top;
    }

    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 8px;
    }
}
.gift_box-col-border {
    width: 100%;
    background: #f7f4ed;
    position: relative;
    padding: 22px 7px 12px;
    border-radius: 6px;
    overflow: hidden;
}
.gift_box-col-inr {
    width: 100%;
    position: relative;
}
.gift_box-col-inr img{
    margin: 0 auto;
    max-width: 85px;
}
.gift_box-col-text1 {
    text-align: center;
    margin: 6px 0 0;
}
.gift_box-col-text1 p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.sale_hero_list {
    margin: 10px 0 0;
}
.sale_gift_box {
    width: 100%;
    max-width: 490px;
    margin-top: 30px;
    text-align: center;
}
.sale_hero_left {
    width: 53.1%;
}
.sale_hero_right {
    width: 44%;
}
.sale_hero_main {
    border: 2px solid #4d271c;
    border-radius: 15px;
}
.sale_hero_slide img, .sale_hero_slide video {
    aspect-ratio: 1;
    height: 100%;
    width: 100%;
    display: block;
}
.sale_page_header .pdp_submit_sale_btn button.product-form__submit {
    min-height: 52px;
    font-size: 20px;
    padding: 0 40px;
}
.sale_hero_thumb_slide img {
    border: 2px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.4;
    aspect-ratio: 1;
}
.sale_hero_thumb .swiper-slide.swiper-slide-thumb-active .sale_hero_thumb_slide img {
    border-color: #4d271c;
    opacity: 1;
}
.sale_hero_thumb {
    margin: 20px 0 0;
}
.sale_hero_right_inn .sale_hero_arrow {
    height: 45px;
    width: 45px;
    background: #4d271c;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    margin: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.swiper-button-next.sale_hero_arrow {
    background-image: url(/cdn/shop/files/r-arw.webp?v=1762236205);
    right: -22px;
}
.swiper-button-prev.sale_hero_arrow {
    background-image: url(/cdn/shop/files/l-arw.webp?v=1762236200);
    left: -22px;
}
.banner-price-row span {
    font-size: 27px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
}
.banner-regular-price {
    font-size: 27px;
    line-height: 27px;
    position: relative;
    display: inline-block;
}
.banner-regular-price:after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    border-top: 2px solid #f00;
    top: 9px;
    transform: rotate(-10deg);
}
.banner-offer-price {
    font-size: 27px;
    line-height: 27px;
    color: #4d271c;
    font-weight: bold;
}
.banner-price-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 450px;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}
.pdp_submit_sale_btn .button-text span {
    width: 27px;
    display: block;
    margin-left: 15px;
}
.pdp_submit_sale_btn .button-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_shipp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.button_shipp li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    padding: 0 8px;
    column-gap: 5px;
}
.button_shipp li strong {
    font-weight: 600;
}
.green_dot:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #16c60c;
    animation: breath 1.3s infinite;
}
.button_shipp li.green_dot {
    padding-left: 25px;
    border-right: 1px solid #000;
    position: relative;
}
.low_stock {
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin: 0 3px;
}
.low_stock span {
    float: left;
    width: 17%;
    height: 10px;
    background: #e6e6e6;
    transition: 0.5s;
}
.low_stock span.fade {
    animation: 1.2s ease-in-out 0s infinite normal none running fade;
    background: rgb(239, 32, 0);
}
.low_text {
    font-weight: 600;
}
.btn-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.btn-list li {
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    display: flex;
    align-items: center;
}
.sale_right_inn_block {
    position: relative;
}
.pdp_submit_sale_btn button.product-form__submit {
    min-height: 75px;
    background: var(--orange);
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
    border-radius: 12px;    
    text-align: center;
    margin: 10px 0;
    border: 1px solid transparent;
}
.sale_hero_left_inn .sale_btn_box {
    margin: 25px 0 0;
    display: block;
}
.sale_btn_box {
    width: 100%;
    max-width: 479px;
    margin: 25px auto 0;
}
.btn-list li img {
    width: 15px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.show_mobile{
    display: none;
}
@keyframes breath{
	0% {
        opacity:1;
    }
	50% { 
        opacity:0;
    }
	100% {
        opacity:1;
    }
}	
@keyframes fade{
    0%{ 
        opacity:100%;
    }
    50%{ 
        opacity:20%;
    }
    75%{ 
        opacity:100%;
    }
    100%{
         opacity:100%;
    }
}	
.sale_page_hero {
    padding: 25px 0 50px;
}
.sale_review_block {
    display: none;
}
.sale_review_slider .swiper-pagination {
    position: static;
    margin: 25px 0 0;
}
.sale_review_slider .swiper-pagination .swiper-pagination-bullet {
    outline: none;
    padding: 0;
    border: none;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    opacity: 1;
}
.sale_review_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(216, 106, 42);
}
.brand_section {
    padding: 35px 0 25px;
    border-bottom: 1px solid #cccccc;
    background: #fff;
}
.brand_heading {
    font-size: 28px;
    line-height: 32px;
    color: #4d271c;
    font-weight: bold;
    margin: 0 0 20px;
}
.brand_section_wpr p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
ul.brand_list {
    margin: 20px auto 0;
    width: 100%;
    max-width: 570px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.brand_list li {
    text-align: center;
}
ul.brand_list li img {
    margin: 0 auto 0;
    display: block;
    height: 100px;
    width: auto;
}
.brand_section_wpr {
    text-align: center;
}
.grocery_heading .alert_img {
    max-width: 50px;
    margin: 0 auto;
}
.grocery_budget {
    padding: 0 0 55px;
}
.common_heading {
    font-size: 45px;
    line-height: 52px;
    color: #4d271c;
    font-weight: 800;
}
.common_text {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
.common_tag_txt {
    display: inline-block;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #4d271c;
    font-weight: 600;
    padding: 8px 14px;
    margin: 25px 0 20px;
}
.grocery_heading {
    text-align: center;
}
.grocery_heading .common_heading {
    margin: 0 0 20px;
}
.grocery_wpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0;
}
.grocery_left {
    width: 59%;
}
.grocery_right {
    width: 40%;
}
.grocery_left img {
    height: auto;
    max-width: 679px;
    margin: 0 auto;
}
.grocery_right li img {
    max-width: 72px;
}
.grocery_right_list h3 {
    font-size: 28px;
    line-height: 32px;
    color: #000;
    font-weight: 800;
    margin: 0 0 2px;
}
.grocery_right li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 20px 0 0;
}
.grocery_right li:not(:last-child){
    padding: 0 0 20px;
    border-bottom: 1px solid #d7d7d7;
}
.note_box {
    display: inline-block;
    width: 100%;
    max-width: 766px;
    background: #fffcb3;
    border: 2px dashed #ff0000;
    border-radius: 10px;
    text-align: left;
    padding: 0 30px 30px;
    margin-top: 30px;
}
.note_bx_strip {
    display: inline-block;
    vertical-align: top;
    background: #d86a2a;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    padding: 10px 14px 8px;
    border-radius: 8px;
    margin-top: -20px;
}
.note_box p{
    margin: 20px 0 0;
}
.grocery_bottom {
    text-align: center;
}
.storage_fails_title {
    position: relative;
    text-align: center;
}
.storage_fails_title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #000;
    width: 100%;
    max-width: 770px;
    height: 1px;
    margin: 0 auto;
    transform: translateY(-50%);
}
.storage_fails_title h2 {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    background: #fff;
    font-size: 32px;
    color: #4d271c;
    line-height: 36px;
}
.storage_fails_wpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 45px 0 0;
}
.storage_fails_col {
    width: 31%;
}
.storage_fails_col img {
    height: auto;
    border-radius: 10px;
}
.storage_fails_info h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}
.storage_fails_info {
    padding-top: 22px;
}
.storage_fails_info li {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    display: flex;
    position: relative;
    gap: 15px;
}
.storage_fails_info li::before {
    content: "";
    background: url(/cdn/shop/files/s1-lst-cross.webp?v=1762255236);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-top: 4px;
}
.storage_fails_info li:not(:last-child){
    margin: 0 0 6px;
}
.storage_fails_info ul {
    margin: 14px 0 0;
}
.seal_smarter {
    padding: 60px 0 0;
}
.seal_smarter_content h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
}
.seal_smarter_content p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;
}
.seal_smarter_content ul {
    margin: 0;
}
.seal_smarter_content ul li {
    font-weight: 700;
}
.reliable_section .common_tag_txt {
    margin: 0 0 20px;
}
.seal_smarter_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scraped-section {
    padding: 60px 0 70px;
    background: #fff;
}
.seal_smarter_left {
    width: 66%;
}
.seal_smarter_right {
    width: 20%;
}
.seal_smarter_right img {
    height: auto;
}
.seal_smarter_wpr {
    width: 100%;
    max-width: 766px;
    background: #fff6f6;
    border: 2px dashed #ff0000;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    margin: 0 auto;
}
.seal_smarter_bottom p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
    font-weight: 700;
}
.seal_smarter_bottom {
    padding: 20px 0 0;
    text-align: center;
}
.reliable_section {
    padding: 60px 0 70px;
}
.reliable_inner {
    display: flex;
    justify-content: space-between;
    margin: 45px 0 0;
    flex-wrap: wrap;
}
.reliable_left {
    width: 54%;
}
.reliable_right {
    width: 42%;
}
.reliable_left_video video {
    width: 100%;
    display: block;
    border-radius: 10px;
    aspect-ratio: 16 / 14.45;
    object-fit: cover;
}
.reliable_right_inn li img {
    max-width: 58px;
}
.reliable_right_info h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    margin: 0 0 10px;
}
.reliable_right_info p {
    font-size: 18px;
    line-height: 26px;
}
.reliable_right_inn li {
    display: flex;
    gap: 17px;
}
.reliable_right_inn li:not(:last-child) {
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #c2c2c2;
}
.reliable_right .sale_btn_box {
    margin: 45px auto 0;
}
.keeping_food_wpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0;
}
.keeping_food_col {
    width: 32%;
    position: relative;
}
.keeping_food_step {
    margin: 0 auto 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #4d271c;
    border-radius: 50%;
    font-size: 27px;
    line-height: 51px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 1;
}
.keeping_food_col:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 50%;
    width: 100%;
    border-top: 2px dotted #4d271c;
}
.keeping_food_video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.keeping_food_video {
    margin: 22px 0 0;
    border-radius: 8px;
}
.keeping_food_info h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 0 10px;
}
.keeping_food_info p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.keeping_food_info {
    padding: 20px 0 0;
}
.keeping_food .sale_btn_box {
    margin-top: 45px;
}
.keeping_food {
    padding: 60px 0 70px;
    background: #fff;
}
.customers_sharing .common_tag_txt {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.customers_sharing .common_tag_txt img {
    width: 80px;
    flex-shrink: 0;
    max-width: 80px;
}
.keeping_food .common_tag_txt,
.customers_sharing .common_tag_txt {
    margin-top: 0;
}
.reviewers_videos_col {
    cursor: pointer;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}
.reviewers_videos_box {
    position: relative;
}
.reviewers_videos_block video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 9 / 16;
}
.reviewers_videos {
    max-width: 1100px;
    margin: 0 auto;
}
.reviewers_videos_block .reviewers_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    transform: translate(-50%, -50%);
    height: auto;
}
.reviewers_modal {
    position: fixed;
    inset: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
    background-color: rgba(255, 255, 255, .42);
    justify-content: center;
    align-items: center;
    display: flex;
    /* opacity: 0; */
    z-index: 9999;
    transition: opacity .2s;
}
.reviewers_modal_inn {
    aspect-ratio: 9 / 16;
    width: 360px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 640px;
}
.reviewers_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
}
.reviewers_modal_inn video {
    height: 100%;
    width: auto;
    display: block;
}
.customers_sharing .sale_btn_box {
    margin-top: 45px;
}
.customers_sharing {
    padding: 60px 0 70px;
}
.original_mason .common_tag_txt {
    margin-top: 0;
}
.original_mason_wpr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 37px 0 0;
    justify-content: space-between;
}
.original_mason_col {
    width: 31.2%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 27px 25px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: #f6f4e9;
}
.original_box_top h3 {
    font-size: 25px;
    line-height: 27px;
    color: #4d271c;
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
}
.original_box_top>p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
}
.original_box_top h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #d4cbc0;
    height: 3px;
    width: 38px;
    border-radius: 4px;
}
.original_box_top>img {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 46px;
    height: auto;
}
.original_box_inn_top>img {
    max-width: 15px;
    margin-right: 5px;
}
.original_box_inn_top {
    display: flex;
    align-items: center;
}
.original_box_inn_top>p {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
}
.original_box_inn>p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
}
.original_box_inn {
    width: 100%;
    background: #fff;
    border: 1px dashed #000;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    padding: 12px;
    margin-top: 14px;
}
.original_box_bottom img {
    height: auto;
    margin-top: 5px;
}
.original_mason .sale_btn_box {
    margin-top: 45px;
}
.original_mason {
    padding: 60px 0 70px;
    background: #fff;
}
.on_mob{
    display: none;
}
.real_result .common_tag_txt {
    margin-top: 0;
}
.difference_box {
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}
.difference_col {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 40px;
    border-left: 2px solid #2fc220;
}
.difference_col:first-child {
    padding-left: 0;
    border-left: none;
}
.difference_col:last-child {
    padding-right: 0;
}
.difference_col p {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    padding: 0 20px;
}
.difference_col:last-child p {
    padding-right: 0;
}
.difference_col:first-child p {
    color: #7c7b75;
    padding-left: 0;
}
.difference_col img {
    width: auto;
}
.compare_list img {
    max-width: 47px;
}
.compare_list li h3 {
    width: calc(100% - 47px);
    padding-left: 10px;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.compare_box {
    width: 100%;
    max-width: 660px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.compare_col1 {
    width: 31%;
}
.compare_col2 {
    width: 26%;
    border-radius: 10px;
    background: #ffe2e2;
    border: 1px solid #b7b7b7;
    overflow: hidden;
    margin-top: -1px;
}
.compare_col3 {
    width: 40%;
    border-radius: 10px;
    background: #edffed;
    border: 1px solid #b7b7b7;
    overflow: hidden;
    margin-top: -1px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    margin-left: auto;
}
.compare_top h3 {
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
}
.compare_top {
    width: 100%;
    height: 96px;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.compare_list li {
    width: 100%;
    height: 90px;
    padding: 15px;
    border-bottom: 1px solid #eae8df;
    background: #f4f2e9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compare_col1 .compare_list li {
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #eae8df;
}
.compare_list li:first-child {
    border-top: 1px solid #eae8df;
}
.compare_col2 .compare_list li {
    border-color: #f1d9d9;
    background: #ffe2e2;
}
.compare_col3 .compare_list li {
    background: #edffed;
}
.compare_list li p {
    font-size: 17px;
    line-height: 24px;
    color: #4d271c;
    text-align: center;
}
.compare_list li p span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.real_result .sale_btn_box {
    margin-top: 45px;
}
.real_result {
    padding: 60px 0 70px;
}
.etxtra_cost {
    padding: 60px 0 70px;
    background: #fff;
}
.etxtra_cost_wpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.etxtra_cost_info {
    width: 40%;
}
.etxtra_cost_img {
    width: 55%;
}
.etxtra_cost_info .common_tag_txt,
.beautifully_heading .common_tag_txt{
    margin-top: 0;
}
ul.etxtra_cost_cost {
    padding: 15px 0 0;
}
ul.etxtra_cost_cost li {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    margin-top: 13px;
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center'
}
ul.etxtra_cost_cost li::before {
    background: url(/cdn/shop/files/green-tick.webp?v=1762337880);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 20px;
    width: 20px;
    display: inline-block;
    content: "";
    margin-top: 5px;
}
.etxtra_cost_img img {
    margin: -44px auto;
}
.beautifully_gift {
    padding: 60px 0 70px;
}
.beautifully_heading {
    text-align: center;
    margin: 0 0 35px;
}  
.beautifully_img_wpr img {
    max-width: 1004px;
    margin: 0 auto;
}
.vacu_box {
    width: 100%;
    max-width: 545px;
    margin: 47px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.vacu_img_box {
    width: 134px;
    height: 134px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.vacu_img_box img{
    margin: 0 auto ;
    max-width: 133px;
    height: auto;
}
.vacu_box_cont {
    width: calc(100% - 134px);
    padding-left: 20px;
}
.vacu_box_cont h3{
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}
.vacu_box_cont p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}
.pluse_img img {
    max-width: 40px;
    margin: 25px auto;
}
.included_text p img {
    max-width: 26px;
    margin: 0 10px;
}
.included_text p {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
}
.included_text p:before, .included_text p:after {
    border-bottom: 3px solid #989794;
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.beautifully_box {
    width: 100%;
    margin: 50px auto 0;
    row-gap: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.beautifully_box_col {
    width: 31.33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.beautifully_img_box {
    width: 125px;
    height: 125px;
    border: 1px dashed #000;
    border-radius: 9px;
    position: relative;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.beautifully_img_box img {
    max-width: 104px;
    height: auto;
    margin: 0 auto;
}
.free_seal {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px 3px;
    border-radius: 3px;
    background: #ff0000;
}
.beautifully_box_cont h3 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}
.beautifully_box_cont p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
.beautifully_box_cont p:not(:last-child){
    margin-top: 12px;
}
.beautifully_box_cont {
    width: calc(100% - 125px);
    padding-left: 15px;
}
.price_text span:first-child {
    font-size: 25px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
}
.price_text {
    margin: 50px 0 0;
    text-align: center;
}
.org_price {
    color: #4d271c;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    margin: 0 10px;
}
.org_price.cut_price {
    color: #000;
    font-weight: 500;
    position: relative;
}
.cut_price:before {
    content: '';
    position: absolute;
    top: 45%;
    transform: rotate(-16deg);
    left: -12px;
    right: -13px;
    height: 3px;
    background: #f60000;
}
.price_text p {
    align-items: center;
    display: flex;
    justify-content: center;
}
.note_box.beautifully_note_box .note_bx_strip img {
    max-width: 22px;
}
.note_box.beautifully_note_box .note_bx_strip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.note_box.beautifully_note_box {
    max-width: 774px;
    margin-top: 60px;
}
.note_box.beautifully_note_box p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}
.note_box.beautifully_note_box {
    max-width: 774px;
    margin: 60px auto 0;
    display: block;
}
.beautifully_gift .sale_btn_box {
    margin-top: 45px;
}
.sale_kitchen_heading {
    text-align: center;
    margin: 0 0 40px;
}
.sale_kitchen_heading p.common_text {
    margin-top: 20px;
}
.sale_kitchen_box_info h3 {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}
.sale_kitchen_box_info p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
}
.sale_kitchen_box_img img {
    max-width: 247px;
    height: auto;
}
.sale_kitchen_box_info {
    margin: 22px 0 0;
}   
.sale_kitchen_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sale_kitchen_box_col {
    width: 23.5%;
}
.sale_kitchen_box_img img {
    max-width: 247px;
    border-radius: 10px;
    height: 197px;
}
.sale_kitchen .sale_btn_box {
    margin-top: 45px;
}
.sale_kitchen {
    padding: 60px 0 10px;
    background: #fff;
}
.sale_kitchen .common_tag_txt,
.guarantee_section .common_tag_txt,
.home_cook .common_tag_txt{
    margin-top: 0;
}
.guarantee_heading {
    text-align: center;
    margin: 0 0 100px;
}
.guarantee_wpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guarantee_col {
    width: 31.33%;
    box-shadow: 0 2px 12px 4px rgba(0, 0, 0, .1);
    padding: 0 25px 20px;
    border-radius: 10px;
    background: #fff;
}
.guarantee_block img {
    max-width: 100px;
    margin: -54px auto 0;
}
.guarantee_block h3 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 10px;
    text-align: center;
}
.guarantee_block p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
    text-align: center;
}
.guarantee_section .sale_btn_box {
    margin-top: 45px;
}
.guarantee_section {
    padding: 60px 0 70px;
    background: #fff;
}
.home_cook .common_tag_txt {
    margin-top: 0;
}
.home_cook_heading {
    text-align: center;
    margin: 0 0 40px;
}
/* .home_cook_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
/* .home_cook_review_col {
    width: 30.95%;
} */
.home_cook_review_info h3 {
    font-size: 22px;
    line-height: 30px;
    color: #4d271c;
    font-weight: bold;
}
.home_cook_review_info>p {
    font-size: 18px;
    line-height: 26px;
    color: #3b332f;
    margin-top: 15px;
}
.home_cook_review_info>img {
    margin-top: 10px;
    max-width: 104px;
}
.cook_review_info_btm img {
    max-width: 15px;
    margin:0 5px;
}

.cook_review_info_btm p {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.cook_review_info_btm p strong{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}
.cook_review_info_btm p span {
    font-size: 14px;
    line-height: 14px;
    color: #30ae4b;
    font-weight: 400;
}
.home_cook_review_info {
    margin: 30px 0 0;
}
.home_cook_review_img img {
    border-radius: 10px;
}
.home_cook {
    padding: 60px 0 70px;
}
.sale_testimonial_box {
    width: 100%;
    max-width: 830px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
}
.sale_testimonial_col {
    width: 100%;
    padding: 25px 20px 30px 25px;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
}
.sale_testimonial_col_inr{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.sale_testimonial_col_inr .home_cook_review_info {
    width: calc(100% - 110px);
    text-align: left;
    padding-right: 15px;
    margin: 0;
}
.sale_testimonial_col_inr_img img {
    width: 110px;
    border-radius: 12px;
}
.home_cook .sale_btn_box {
    margin-top: 45px;
}
.sale_faq_heading {
    text-align: center;
    margin: 0 0 20px;
}
.sale_faq_main .accordion_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 !important;
}
.sale_faq_main .accordion_item:not(:last-child) {
    border-bottom: 1px solid #ceccce;
}
.sale_faq_main .accordion_content ul li {
    list-style: inside;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-top: 10px;
}
.sale_faq_main .accordion_content ul {
    margin: 0 0 20px;
    padding-left: 30px;
}
.sale_faq_main {
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
}
.accordion_title.active span {
    scale: -1;
}
.sale_faq {
    padding: 60px 0 45px;
    background: #fff;
}
/* .template-sale .wrapper {
    padding: 0 !important;
} */
.sale_faq_main .accordion_title h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
}
.sale_faq_main .accordion_title span {
    width:14px;
}
.sale_faq_main .accordion_content p {
    font-size: 18px;
    line-height: 26px;
}
.sale_footer_logo a {
    max-width: 132px;
    margin: 0 auto;
    width: 100%;
}
.sale_sticky_bottom {
    display: none;
}
.sale_footer {
    padding: 35px 0;
    border-top: 1px solid #d2d2d2;
    background: #fff;
}
.sale_footer_link a {
    letter-spacing: 0.5px;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    position: relative;
}
.sale_footer_link {
    text-align: center;
    margin: 20px 0 0;
}
.sale_footer_link ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.sale_footer_link a::after {
    content: "";
    border-right: 1px solid #000;
    position: absolute;
    right: -10px;
    width: 1px;
    height: 100%;
}
.sale_footer_link li:last-child a::after{
    border: 0;
}
.sale_footer_link p {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 7px;
}
.sale_page_header .pdp_submit_sale_btn button.product-form__submit span.arrow-icon {
    display: none;
}
.template-sale .header_right .header-sale-btn .product-form__submit span.button-text span.arrow-icon {
    display: none;
}
.template-sale .header_right .header-sale-btn .product-form__submit {
    min-height: 50px;
    font-size: 16px;
    padding-inline: 30px;
    margin: 0;
}

/* mate page start */
/* Warming page hero Start */
.warming_page_hero .sale_hero_left_inn h1 {
    font-size: clamp(34px,4.44vw,52px);
    line-height: 1;
}
.warming_page_hero .gift_box-heading p {
    padding: 0 15px;
    font-size: 20px;
    line-height: 1;
}
.warming_page_hero .sale_gift_box {
    margin-top: 20px;
}

.warming_page_hero .banner_row{
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
	margin-top:20px;
}
.warming_page_hero .banner_row_col{
	padding:0 20px;
	text-align:center;
	position:relative;
}
.warming_page_hero .banner_row_col:first-child{ padding-left:0;}
.warming_page_hero .banner_row_col:last-child{ padding-right:0;}
.warming_page_hero .banner_row_col:after{
	position:absolute;
	content:"";
	right:0;
	top:40%;
	bottom:0;
	border-right:1px solid #cccccc;
	}
.warming_page_hero .banner_row_col:last-child:after{ display:none;}
.warming_page_hero .bnr_col_icon{
	display:block;
	margin:0 auto 5px;
	width:62px;
    object-fit:inherit;
    height:auto;
}
.warming_page_hero .banner_row_col p{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:500;
}
.warming_page_hero .banner-price-row {
    margin-top: 25px;
    max-width: 479px;
    display: inline-flex;
    width: 400px;
    column-gap: 15px;
    background: #ffe87c;
    padding: 8px 10px 6px;
    border: 1px solid #4d271c;
    border-radius: 50px;
}
.warming_page_hero .banner-regular-price {
    color: #000;
}
.warming_page_hero .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
/* Warming page hero End */

/* Warming slide Strip Start */
.warming_slide_strip{
    overflow: hidden;
	width:100%;
	background:#4d271c;
	padding:22px 0 18px;
}
.warming_slide_strip .slide_strip_row{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.warming_slide_strip .slide_strip_row_inr{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 18s linear infinite;
}
.warming_slide_strip .slide_strip_row_inr span{
    font-size:20px;
    line-height:24px;
	color: #fff;
	font-weight:700;
    letter-spacing:0.5px;
    padding:0 30px;
    white-space: nowrap;
	position:relative;
	text-transform:uppercase;
}
.warming_slide_strip .slide_strip_row_inr span:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	width:6px;
	height:6px;
	background:#fff;
	border-radius:50%;
}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}
/* Warming slide Strip End */

/* warming challenge section Start */
.warming-challenge-section {
    width: 100%;
    background: #fff;
    padding: 60px 0 70px;
    text-align:center;
}
.warming-challenge-section .common_text {
    margin-top: 20px;
}
.challenge-outer {
    margin: 40px auto 0;
    max-width: 1030px;
    overflow: hidden;
    width: 100%;
} 
.challenge-image-wpr img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
}
.problems-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 40px 0;
    margin: 45px -34px 0;
}
.problems-list .problems-list-item{
    padding: 0 34px;
    border-right: 1px solid #e2e2e2;
}
.problems-list .item-image {
    width: 202px;
}

.problems-list .item-image img {
    height: auto;
    object-fit: inherit;
}
.problems-list .item-info{
    text-align: left;
    width: 100%;
    margin-top: 15px;
}
.problems-list .item-info .title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-weight: 700;
    color: #000;
}
.problems-list .item-info ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.problems-list .item-info li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 6px;
    background: url(/cdn/shop/files/s1_cross.webp?v=1763443330) no-repeat left 2px;
    background-size: 18px;
}
.problems-list .item-info li:last-child {
    margin-bottom: 0;
}
.cheap-mats-outer {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    background: #2b2b2b;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: left;
    display: grid;
    align-items: center;
    grid-template-columns: 60% 1fr;
    gap:20px;
}
.cheap-mats-outer *{
    color: #fff;
}
.cheap-mats-image img{
    height: auto;
    object-fit: inherit;
}
.cheap-mats-info .title{
    font-size: 33px;
    line-height: 40px;
    font-weight: 800;
}
.cheap-mats-info .mats-desc {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
.cheap-mats-info .cheap-mats-fall {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.cheap-mats-fall li:last-child {
    margin-bottom: 0;
}
.cheap-mats-fall li {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 6px;
    background: url(/cdn/shop/files/s1_cross.webp?v=1763443330) no-repeat left 2px;
    background-size: 18px;
}
/* warming challenge section End */

/* Holiday Hosting Section Start */
.holiday-hosting-section {
    background: #f6f4e9;
    padding: 65px 0 70px;
}
.holiday-hosting-heading {
    text-align: center;
    margin: 0 0 40px;
}
.holiday-hosting-heading .common_tag_txt {
    margin-top: 0;
}
.holiday-hosting-outer{
    margin: 40px auto 0;
    width: 100%;
    display: grid;
    grid-template-columns:48.8% 1fr;
    gap:30px;
    justify-content: space-between;
}

.holiday-hosting-outer .holiday-left-img{
    margin-top:40px;
    overflow: hidden;
    border-radius: 10px;
}
.holiday-hosting-outer .holiday-left-img img{
    width: 100%;
    height:auto;
}
.holiday-item-right .gift_box-heading p {
    padding: 0 15px;
}
.holiday-hosting-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 25px;
    text-align:center;
    margin-top: 15px;
}
.holiday-hosting-list .holiday-hosting-img img {
    height: auto;
    object-fit: inherit;
}
.holiday-hosting-list .holiday-hosting-img {
    max-width: 160px;
    margin: 0 auto;
}
.holiday-hosting-list .holiday-hosting-item p {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    margin-top: 5px;
}

.holiday-hosting-gift {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 25px 0 35px;
    background: url(/cdn/shop/files/s2_gift_row.webp?v=1763456609) no-repeat right center #cb1838;
    text-align: left;
    background-size: cover;
    padding: 25px 29% 25px 25px;
    border-radius: 15px;
}
.holiday-hosting-gift h3{
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
}

.holiday-hosting-gift p{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}
.holiday-item-right .holiday-button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
.holiday-hosting-btn-wpr {
    width: 100%;
    max-width: 479px;
    text-align: center;
    margin: 0 auto;
}

/* Holiday Hosting Section End */

/* Customer Sharing Section Start */
.warming-customers_sharing {
    background-color: #fff;
}
.warming-customers_sharing .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
/* Customer Sharing Section End */

/* Hosting Setup Section Start */
.hosting-setup-section {
    background-color: transparent;
}
.hosting-setup-section .keeping_food_step {
    box-shadow: 0 0 0 10px #f6f4e9;
    border: 5px solid #fff;
    width: 58px;
    height: 58px;
    line-height: 49px;
    font-weight: 500;
}

.hosting-setup-section .keeping_food_col::before {
    content:'';
    position: absolute;
    top: 28px;
    left:0;
    border-top: 2px dotted #262640;
}
.hosting-setup-section .keeping_food_col:last-child:before {
    left:inherit;
    right: 50%;
    width:50%;
}
.hosting-setup-section .keeping_food_col:first-child:before {
    left: 50%;
    width:50%;
}
.hosting-setup-section .keeping_food_col:not(:last-child):after {
    position: absolute;
    content: "";
    right: -6.5%;
    top: 15px;
    width: 15px;
    height: 29px;
    background: url(/cdn/shop/files/step_arw.webp?v=1763462871) no-repeat center center;
    background-size: 100%;
}
.hosting-setup-section .keeping_food_col {
    width: 31.2%;
    position: relative;
}
.hosting-setup-section .keeping_food_video video {
    border-radius: 0;
}
.hosting-setup-section .keeping_food_info {
    padding-top: 25px;
    text-align: center;
    color: #000000;
}
.hosting-setup-section .keeping_food_wpr {
    margin: 50px 0 10px;
}
.hosting-setup-section .keeping_food_info h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
}
.hosting-setup-section .keeping_food_info p {
    font-weight: 400;
}
.hosting-setup-section .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
/* Hosting Setup Section End */

/* Hosting Perfection Section Start */
.hosting-perfection-section {
    width: 100%;
    background: #ffffff;
    padding: 65px 0 70px;
    overflow: hidden;
}
.hosting-perfection-outer .perfection-heading {
    text-align: center;
}
.hosting-perfection-outer .perfection-heading .common_heading{
    font-weight: 700;
}
.hosting-perfection-outer .common_tag_txt {
    margin-top: 0;
}
.hosting-perfection-outer .perfection-heading .common_text {
    margin-top: 20px;
}
.hosting-perfection-inner {
    margin: 37px auto 0;
    width: 100%;
    max-width: 970px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.hosting-perfection-section .hosting-perfection-img {
    width: 550px;
    margin-left: -160px;
}
.hosting-perfection-section .hosting-perfection-img img {
    height: auto;
    object-fit: inherit;
}
.hosting-perfection-section .hosting-perfection-info {
    width: 56%;
    margin-left: -15px;
}
.hosting-perfection-section .perfection-col{
    display: grid;
    align-items: center;
    grid-template-columns: 70px 1fr;
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7;
    gap: 10px;
}
.hosting-perfection-section .perfection-col-image img {
    max-width: 54px;
    margin: 0 auto;
}
.hosting-perfection-section .perfection-col:first-child{
    padding-top: 0;
}
.hosting-perfection-section .perfection-col:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.hosting-perfection-section .perfection-col-info .title {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
.hosting-perfection-section .perfection-col-info .desc {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-top: 5px;
}
.hosting-perfection-section .hosting-perfection-bottom{
    width: 100%;
    max-width: 479px;
    margin: 45px auto 0;
    text-align: center;
}
.hosting-perfection-section .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
/* Hosting Perfection Section End */

/* Every Occasion Section Start */
.every-occasion-section{
    background-color: #f6f4e9;
}
.every-occasion-section .hosting-perfection-inner {
    margin-top: 40px;
    max-width: 100%;
}
.every-occasion-section .hosting-perfection-img {
    margin: 0 !important;
    width: 50.86% !important;
}

.every-occasion-section .hosting-perfection-info {
    margin: 0 !important;
    width: 45% !important;
}
.every-occasion-section .perfection-col {
    grid-template-columns: 67px 1fr !important;
    gap: 20px;
}
.every-occasion-section .perfection-col-info .title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #4d271c;
}
.every-occasion-section .perfection-col-info .desc {
    margin-top: 7px;
}
.every-occasion-section .perfection-col-image img {
    max-width: 100%;
    margin: 0 auto;
}
/* Every Occasion Section End */

/* Comparision Section Start */
.comparision-section {
    background-color: #ffff;
    padding: 65px 0;
}
.comparision-section .comparision-heading {
    text-align: center;
}
.comparision-section .comparision-heading .common_tag_txt {
    margin-top: 0;
}
.comparision-section .comparision-heading .common_heading {
    font-weight: 700;
}
.comparision-section .compare_box {
    max-width: 835px;
    margin: 80px auto 5px;
    flex-wrap: nowrap;
}
.comparision-section .compare_col1 {
    width: 26.5%;
}
.comparision-section .compare_top {
    height: 120px;
    padding: 0;
}
.comparision-section .compare_col .compare_list li {
    padding: 0 10px 0 5px;
    color: #000;
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e1dfd6;
    height: 76px;
}
.comparision-section .compare_col1 .compare_list li h3 {
    padding: 0;
    letter-spacing: 0;
    width: 100%;
}
.comparision-section .compare_col1 .compare_list li:nth-child(odd) {
    background: rgba(235, 235, 235, 0.2);
}
.comparision-section .compare_col1 .compare_list li:nth-child(1) {
    border-top: 1px solid #e1dfd6;
}
.comparision-section .compare_col2 {
    width: 22.8%;
    background: #e8d4ba;
    border-radius: 7px;
    border: 2px solid #4d271c;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    overflow: visible;
}
.comparision-section .compare_col:not(.compare_col1) .compare_top{
    flex-direction: column;
}
.comparision-section .compare_col .compare_top .comp_prod {
    display: block;
    margin: -64px auto 10px;
    width: 170px;
    height: auto;
    object-fit: inherit;
}
.comparision-section .compare_col .compare_top .comp_prod2 {
    display: block;
    margin: -76px auto 24px;
    width: 136px;
    height: auto;
    object-fit: inherit;
}
.comparision-section .compare_top h3{
    font-size: 20px;
    line-height: 21px;
    color: #000;
    font-weight: 800;
    letter-spacing: 0;
}
.comparision-section .compare_list li:nth-child(odd) {
    background: rgba(235,235,235,0.2);
}
.comparision-section .compare_col3{
    margin: 0 20px;
}
.comparision-section .compare_col3,
.comparision-section .compare_col4{
    background: #f1f1f1;
    width: 22.8%;
    border-radius: 7px;
    border: 2px solid #d7d7d7;
    overflow: visible;
    box-shadow: none;
}
.comparision-section .compare_col:not(.compare_col1) .compare_list li{
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #686868;
    font-weight: 600;
    text-align:center;
}
.comparision-section .compare_col2 .compare_list li{
    color: #4d271c !important;
}
.comparision-section .compare_col:not(.compare_col1){
    padding-bottom: 35px;
}

.comparision-bottom .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
.comparision-section .comparision-bottom  {
    width: 100%;
    max-width: 479px;
    margin: 45px auto 0;
    text-align: center;
}
/* Comparision Section End */

/* Guarantee Section Start */
.warming_guarantee{
    background: #f6f4e9;
}
.warming_guarantee .guarantee_heading {
    margin-bottom: 40px;
}
.warming_guarantee .guarantee_top {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    border-bottom: 1px solid #ceb491;
    padding: 10px 10px 10px 20px;
}
.warming_guarantee .guarantee_top .img-box{
    width: 92px;
}
.warming_guarantee .guarantee_wpr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.warming_guarantee .guarantee_col {
    padding: 0;
    border: 2px solid #4d271c;
    border-radius: 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 100%;
}
.warming_guarantee .guarantee_top img{
    margin:0;
    height:auto;
}
.warming_guarantee .guarantee_top h3{
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    flex: 1;
    letter-spacing:0;
}
.warming_guarantee .guarantee_info {
    width: 100%;
    padding: 20px 20px 25px;
    text-align: left;
}

.warming_guarantee .guarantee_info p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.warming_guarantee .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
.warming_guarantee .warming_guarantee_bottom{
    width: 100%;
    max-width: 479px;
    margin: 45px auto 0;
}
/* Guarantee Section End */

/* Real Story Section Start */
.real-story-section {
    background-color: #fff;
}
.real-story-section .home_cook_review_col {
    height: auto;
}

.real-story-section .home_cook_review_col > .home_review_col_block {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.real-story-section .home_cook_review_info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.real-story-section .home_cook_review_info>img {
    height: auto;
}

.real-story-section .home_cook_review_info>p {
    flex: 1;
}
.real-story-section .real-story-bottom {
    width: 100%;
    max-width: 479px;
    margin: 45px auto 0;
}
.real-story-section .real-story-bottom .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
/* Real Story Section End */

/* FAQ Section Start */
.warming-faq{
    background-color: #f6f4e9;
}
.warming-faq .warming-faq-footer{
 width: 100%;
    max-width: 479px;
    margin: 45px auto 0;
}
.warming-faq .warming-faq-footer .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
}
/* FAQ Section End */

/* Warming Footer Section Start */
.warming-footer{
    border:0;
    padding:45px 0;
}
.warming-footer .sale_sticky_bottom.active-sticky .button_shipp li{
    color:#fff;
}
.warming-footer .sale_sticky_bottom .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto; 
}
.warming-footer .sale_sticky_bottom.active-sticky .button_shipp li .truck-ic {
    filter: brightness(10) invert(10);
}
.warming-footer .sale_sticky_bottom.active-sticky {
    background-color: #000;
}
.warming-footer .sale_sticky_bottom.active-sticky .btn-list{
    display:none;
}
/* Warming Footer Section End */
/* pdp Section Start */
.pdp-mat-sale.pdp_hero {
    padding: 50px 0 60px;
}
.pdp-mat-sale .pdp_bundle {
    margin: 0;
}
.pdp-mat-sale .pdp_bundle_title h6 {
    font-size: 35px;
    line-height: 41px;
    color: #4d271c;
    font-weight: 600;
}
.pdp-mat-sale .pdp_bundle_title {
    margin-bottom: 30px;
}
.pdp-mat-sale .pdp_bundle_main .pdp_bundle_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
    list-style: none;
}
.pdp_bundle_list .pdp_bundle_item {
    margin: 0;
    width: 100%;
    padding: 0;
}

.pdp-mat-sale .pdp_bundle_item label {
    cursor: pointer;
    background: #fff;
    border: 1px solid #000 !important;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem 1rem;
    display: flex;
    position: relative;
}

.pdp-mat-sale .pdp_bundle_item label::before,
.pdp-mat-sale .pdp_bundle_item label::after {
    content: none !important;
}

.pdp-mat-sale .bundle__block {
    padding: 0;
    flex-direction: column;
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
    align-items: inherit;
}


.pdp-mat-sale .bundle_number {
    max-width: 100%;
}

.pdp-mat-sale .bundle_number h6 {
    font-size: 33px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.pdp-mat-sale .bundle_img_wpr {
    flex: 1;
    padding: 0;
    width: 100%;
}
.pdp-mat-sale .bundle_img {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 135px;
}
.pdp-mat-sale .bundle_price h5 {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
}
.pdp-mat-sale .bundle_price {
    gap: 0;
}
.pdp-mat-sale .bundle_price span{
    font-size: 14px;
    font-weight: 400;
    color:#000;
}
.pdp-mat-sale  .bundle_save{
    position: absolute;
    inset: -.66rem 50% auto auto;
    transform: translateX(50%);
}
.pdp-mat-sale .bundle_save span {
    border-radius: 3px;
    padding: 4px 10px 3px;
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.pdp-mat-sale .pdp_bundle_item {
    margin: 0 !important;
}

.pdp-mat-sale .buy_more_link {
    margin-top: 30px;
    text-align: center;
}

.pdp-mat-sale .buy_more_link .more_bundle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding: 0 0 0;
    text-decoration: none;
    border-bottom: 1px solid #b15520;
}
.pdp-mat-sale .pdp_bundle_color {
    margin-top: 30px;
}
.pdp-mat-sale .group_color, 
.pdp-mat-sale .group_color_top {
    max-width: 100%;
    border-color: var(--black);
    border-radius: 8px;
}
.pdp-mat-sale  .bundle_color_wpr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
}

.pdp-mat-sale .bundle_color {
    margin: 0 !important;
}

.pdp-mat-sale .group_color_img {
    height: 30px;
    width: 30px;
    border: 1px solid var(--black);
    overflow: hidden;
}

.pdp-mat-sale .group_color_img .swatch {
    height: 100%;
    width: 100%;
}
.pdp-mat-sale .group_color_arrow {
    margin-left: 5px;
}
.pdp-mat-sale .product-form {
    margin-top: 30px;
}
.pdp-mat-sale .button_shipp li .truck-ic {
    vertical-align: middle;
    width: 24px;
    height: auto;
} 
.pdp-mat-sale .product-form .product-form__submit img {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin: 2px 0 0 15px;
}
.pdp-mat-sale  .pdp_left, 
.pdp-mat-sale .pdp_info{
    position:static;
}
.pdp-mat-sale .bundle_img_wpr .bd_image img {
    margin-left: 0 !important;
    max-width: 40px;
    height: auto;
}

.pdp-mat-sale .bundle_img_wpr .bd_image {
    transform: unset !important;
    margin: 0;
}
.pdp-mat-sale .pdp_arrow {
    background: #000000;
    width: 36px;
    height: 36px;
}

.pdp-mat-sale .pdp_arrow::after {
    color: #ffffff;
    font-size: 18px;
}
.pdp-mat-sale .swiper-slide.swiper-slide-thumb-active .pdp_thumbsSlide {
    border-color: var(--black);
}

.pdp-mat-sale .pdp_thumbsSlide {
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}
/* pdp Section End */
/* mate page end */

/* 
{{ images['sec1_row_img3.webp'] | image_url: width: images['sec1_row_img3.webp'].width | image_tag: alt: product.title ,  loading: "lazy" }}
*/


@media screen and (min-width: 768px) {
    .warming-mob{
        display:none !important
    }
     .pdp-mat-sale .pdp_bundle_item:nth-child(n+4) .bundle_img_wpr .bd_image:not(:first-child) {
        margin-left: -20px;
    }
    .pdp-mat-sale .pdp_bundle_item:nth-child(n+7) .bundle_img_wpr .bd_image:not(:first-child){
        margin-left: -28px;
    }
}
@media only screen and (min-width: 992px) {
    .template-sale .header_right {
        display: flex;
        align-items: center;
        gap: 14px;
        justify-content: flex-end;
    }
    .template-sale .header_right, .template-sale .header_left {
        width: 33.33%;
    }
}
@media only screen and (max-width: 1280px) {
    .sale_hero_right_inn .swiper-button-next.sale_hero_arrow {
        right: -10px;
    }
    .sale_hero_right_inn .swiper-button-prev.sale_hero_arrow {
        left: -10px;
    }
    .template-sale .header_right .header_right_inn {
        gap: 10px;
    }
    .template-sale .header_right .header-sale-btn .product-form__submit {
        font-size: 15px;
        padding-inline: 30px;
        min-height: 43px;
    }
    .pdp-mat-sale .bundle_img {
        width: 105px;
    }
}
@media only screen and (max-width: 1080px) {
    .common_heading {
        font-size: 32px;
        line-height: 38px;
    }
    .sale_hero_left_inn h1 br {
        display: none;
    }
    .scraped-section {
        padding: 50px 0 60px;
    }
    .common_text {
        font-size: 17px;
        line-height: 25px;
    }
    .common_text {
        font-size: 17px;
        line-height: 25px;
    }
    .sale_hero_review p {
        font-size: 16px;
        line-height: 18px;
    }
    .sale_hero_list li {
        font-size: 18px;
        line-height: 22px;
        gap: 10px;
    }
    .sale_hero_list li:not(:last-child) {
        margin: 0 0 8px;
    }
    .gift_box-heading p {
        font-size: 16px;
    }
    .sale_hero_right_inn .sale_hero_arrow {
        height: 35px;
        width: 35px;
        background-size: 8px;
    }
    .pdp_submit_sale_btn button.product-form__submit {
        min-height: 70px;
        font-size: 22px;
    }
    .btn-list li {
        padding: 0 5px;
        font-size: 14px;
    }
    .grocery_right li img {
        max-width: 60px;
    }
    .grocery_right_list h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .grocery_right li {
        align-items: flex-start;
    }
    .grocery_right li{
        margin: 15px 0 0;
        gap: 10px;
    }
    .grocery_right li:not(:last-child){
        padding: 0 0 15px;
    }
    .common_tag_txt {
        font-size: 16px;
        line-height: 18px;
    }
    .storage_fails_title h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .storage_fails_info h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .seal_smarter_content h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .seal_smarter_content p {
        font-size: 17px;
        line-height: 25px;
    }
    .reliable_section {
        padding: 50px 0 60px;
    }
    .reliable_right {
        width: 48%;
    }
    .reliable_left {
        width: 50%;
    }
    .reliable_right_info h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .reliable_right_info p {
        font-size: 17px;
        line-height: 25px;
    }
    .reliable_right_inn li:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .reliable_left_video,
    .reliable_left_video video {
        height: 100%;
    }
    .original_mason_wpr {
        margin: 35px auto 0;
        row-gap: 30px;
    }
    .original_mason_col {
        width: 48%;
        padding: 25px 15px 0;
    }
    .original_mason,
    .guarantee_section,
    .home_cook,
    .sale_faq {   
        padding: 50px 0 60px;
    }
    .sale_kitchen{
        padding: 50px 0 10px;
    }
    .keeping_food_info h3 {
        font-size: 26px;
        line-height: 28px;
    }
    .keeping_food_info p {
        font-size: 17px;
        line-height: 25px;
    }
    .keeping_food {
        padding: 50px 0 60px;
    }
    .real_result {
        padding: 50px 0 60px;
    }
    .etxtra_cost_img {
        width: 46%;
    }
    .etxtra_cost_info {
        width: 52%;
    }
    ul.etxtra_cost_cost li {
        font-size: 18px;
        line-height: 26px;
        margin-top: 12px;
        gap: 12px;
    }
    ul.etxtra_cost_cost li::before {
        height: 18px;
        width: 18px;
    }
    .etxtra_cost,
    .beautifully_gift {
        padding: 50px 0 60px;
    }
    .vacu_img_box img {
        max-width: 115px;
    }
    .vacu_img_box {
        width: 125px;
        height: 125px;
    }
    .vacu_box_cont {
        width: calc(100% - 125px);
    }
    .vacu_box_cont h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .vacu_box_cont p {
        font-size: 16px;
        line-height: 22px;
    }
    .vacu_box {
        margin: 25px auto 0;
    }
    .pluse_img img {
        max-width: 30px;
        margin: 15px auto;
    }
    .included_text p {
        font-size: 22px;
        line-height: 24px;
    }
    .included_text p img {
        max-width: 20px;
    }
    .beautifully_box {
        margin: 40px auto 0;
        row-gap: 60px;
    }
    .beautifully_img_box {
        width: 100px;
        height: 100px;
    }
    .free_seal {
        font-size: 14px;
        line-height: 14px;
        padding: 3px 8px 3px;
    }
    .beautifully_box_cont {
        width: calc(100% - 100px);
        padding-left: 12px;
    }
    .beautifully_box_cont h3 {
        font-size: 19px;
        line-height: 21px;
    }
    .beautifully_box_cont p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 8px;
    }
    .org_price {
        font-size: 30px;
        line-height: 30px;
    }
    .note_box.beautifully_note_box .note_bx_strip {
        font-size: 18px;
        line-height: 18px;
    }
    .note_box.beautifully_note_box p {
        font-size: 18px;
        line-height: 28px;
    }
    .sale_kitchen_box_info h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .sale_kitchen_box_info p {
        font-size: 17px;
        line-height: 25px;
    }
    .guarantee_block h3 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: normal;
    }
    .guarantee_block p {
        font-size: 17px;
        line-height: 25px;
    }
    .guarantee_col {
        padding: 0 15px 20px;
    }
    .guarantee_heading {
        margin: 0 0 80px;
    }
    .guarantee_block img {
        margin: -45px auto 0;
    }
    .home_cook_review_info h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .home_cook_review_info>p {
        margin-top: 10px;
    }
    .cook_review_info_btm p {
        font-size: 17px;
        line-height: 24px;
        margin-top: 18px;
    }
    .home_cook_heading{
        margin: 0 0 30px;
    }
    .sale_faq_main .accordion_title {
        padding: 22px 0 !important;
    }
    .sale_faq_main .accordion_title h6 {
        font-size: 20px;
        line-height: 26px;
    }
    .sale_faq_main .accordion_content p {
        font-size: 17px;
        line-height: 25px;
    }
    .customers_sharing {
        padding: 50px 0 60px;
    }
    .grocery_right,.grocery_left{
        width: 50%;
    }
    .problems-list {
        margin: 45px -20px 0;
    }
    .problems-list .problems-list-item {
        padding: 0 20px;
    }
    .problems-list .item-image {
        width: 160px;
    }
    .hosting-perfection-section .hosting-perfection-img {
        width: 500px;
        margin-left: -240px;
    }
    .hosting-perfection-section .hosting-perfection-info {
        width: 65%;
        margin: 0 auto;
    }
    .every-occasion-section .hosting-perfection-img {
        width: 44% !important;
    }
    .every-occasion-section .hosting-perfection-info {
        width: 53% !important;
    }
    .comparision-section .compare_col:not(.compare_col1) .compare_list li {
        font-size: 18px;
        line-height: 22px;
    }
    .warming_guarantee .guarantee_top h3 {
        font-size: 19px;
        line-height: 24px;
    }
    .warming_guarantee .guarantee_info {
        padding: 10px 7px 25px;
    }
    .warming_guarantee .guarantee_info p {
        font-size: 17px;
    }
    .warming_guarantee .guarantee_wpr {
        gap: 10px;
    }
    .warming_guarantee .guarantee_top .img-box {
        width: 60px;
    }
    .warming_guarantee .guarantee_top {
        padding: 10px;
    }
    .pdp-mat-sale .pdp_wrapper {
        flex-direction: column;
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        row-gap:35px;
    }
    .pdp-mat-sale .pdp_wrapper .pdp_left, 
    .pdp-mat-sale .pdp_wrapper .pdp_info {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}
@media only screen and (max-width: 991px) {
    .template-sale .header_right .header-sale-btn {
        display: none;
    }
    .holiday-hosting-section .sale_container {
        max-width:600px;
    }
    .holiday-hosting-outer {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .sale_hero_left, .sale_hero_right {
        width: 100%;
    }
    .reviewers_videos_col {
        padding-block: 5px;
    }
    .home_cook .reviewers_video_slider {
        margin: 0 -15px;
    }
    .show_mobile h1.on_desk {
        display: none;
    }
    .sale_page_hero {
        padding: 15px 0 30px;
    }
    .sale_sticky_bottom {
        display: block;
        transition: bottom 1s;
        width: 100%;
        bottom: 0%;
        left: auto;
        z-index: 99;
        padding: 10px 10px;
        background: #fff;
    }
    .sale_sticky_bottom .sale_btn_box{
        display: block;
        margin: 0 auto;
    }
    .show_mobile{
        display: block;text-align: center;
        margin: 0 0 15px;
    }
    .sale_hero_left_inn .sale_hero_review, .sale_hero_left_inn h1 {
        display: none;
    }
    .sale_hero_review {
        justify-content: center;
    }
    .show_mobile h1 {
        font-size: 27px;
        line-height: 31px;
    }
    .sale_hero_list li {
        font-size: 15px;
        line-height: 19px;
        gap: 6px;
    }
    .sale_hero_list li:before {
        height: 12px;
        width: 12px;
        background-size: 13px;
        margin-top: 2px;
    }
    .sale_hero_list li:not(:last-child){
        margin: 0 0 6px;
        padding: 0 0 6px;
        border-bottom: 1px solid #e1e1e1;
    }
    .banner-price-row span {
        font-size: 20px;
        line-height: 20px;
    }
    .sale_hero_right_inn .sale_hero_thumb {
        display: none;
    }
    .sale_hero_list {
        margin: 25px 0 0;
    }
    .sale_hero_review p {
        font-size: 14px;
    }
    .sale_hero_review img {
        max-width: 70px;
        margin-right: 6px;
    }
    .banner-regular-price,
    .banner-offer-price {
        font-size: 22px;
        line-height: 22px;
    }
    .gift_box-col-border {
        background: #fff;
        padding: 18px 7px 8px;
    }
    .sale_hero_wpr {
        flex-wrap: wrap-reverse;
        max-width: 600px;
        margin: 0 auto;
    }
    .gift_box-heading p {
        font-size: 14px;
    }
    .gift_box-heading p img {
        margin: 0 6px;
        width: 13px;
    }
    .gift_box-col-text1 p {
        font-size: 12px;
        line-height: 14px;
    }
    .gift_box-col-save {
        font-size: 11px;
        line-height: 12px;
    }
    .gift_box-col {
        width: 23.5%;
    }
    .sale_gift_box {
        margin-top: 35px;
    }
    .btn-list li {
        font-size: 12px;
    }
    .btn-list li img {
        width: 13px;
    }
    .sale_review_slider .swiper-pagination {
        margin: 10px 0 0;
    }
    .pdp_submit_sale_btn button.product-form__submit {
        min-height: 60px;
        border-radius: 10px;
        letter-spacing: 0.2px;
        font-size: 20px;
    }
    .pdp_submit_sale_btn .button-text span {
        width: 23px;
        margin-left: 15px;
    }
    .button_shipp li {
        font-size: 14px;
        line-height: 14px;
    }
    .sale_review_block {
        display: block;
        margin: 25px 0 0;
    }
    .banner_section {
        padding: 15px 0 30px;
    }
    .sale_header_right {
        display: none;
    }
    .sale_header_wpr {
        justify-content: center;
    }
    .sale_header_left {
        max-width: 100px;
    }
    .brand_heading {
        font-size: 18px;
        line-height: 20px;
        margin: 0 auto 15px;
        max-width: 250px;
    }
    .grocery_right_list {
        padding: 0 25px;
    }
    .brand_section_wpr p {
        font-size: 16px;
        line-height: 24px;
    }
    .brand_section_wpr {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
    ul.brand_list {
        max-width: 325px;
    }
    ul.brand_list li img {
        height: 80px;
    }
    .brand_section {
        padding: 20px 0;
    }
    .common_heading {
        font-size: 28px;
        line-height: 32px;
    }
    .common_text {
        font-size: 16px;
        line-height: 24px;
    }
    .scraped-section {
        padding: 20px 0 35px;
    }
    .grocery_heading .alert_img {
        max-width: 40px;
    }
    .common_tag_txt {
        font-size: 14px;
        line-height: 14px;
        margin: 20px 0 15px;
        border-radius: 5px;
    }
    .grocery_left{
        display: none;
    }
    .grocery_right {
        width: 100%;
    }
    .on_mob{
        display: block;
    }
    .grocery_budget {
        max-width: 570px;
        margin: 0 auto;
        padding: 0 0 40px;
    }
    .scraped-section .grocery_heading .common_text {
        margin: 0 0 20px;
    }
    .grocery_right li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    .grocery_wpr {
        margin: 0;
    }
    .note_box {
        padding: 0 20px 18px 15px;
        margin-top: 45px;
    }
    .note_bx_strip {
        font-size: 18px;
        line-height: 18px;
        padding: 9px 15px 7px;
        border-radius: 6px;
    }
    .note_box p {
        margin: 15px 0 0;
    }
    .storage_fails_title h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .storage_fails_title:before{
        display: none;
    }
    .storage_fails_col {
        width: 100%;
    }
    .storage_fails_wpr {
        margin: 25px auto 0;
        max-width: 360px;
        justify-content: center;
        row-gap: 25px;
    }
    .storage_fails_col {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .storage_fails_col img {
        max-width: 140px;
        height: 100%;
    }
    .storage_fails_info {
        flex: 1;
        padding: 0 0 0 12px;
    }
    .storage_fails_info h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .storage_fails_info ul {
        margin: 8px 0 0;
    }
    .storage_fails_info li {
        font-size: 15px;
        line-height: 19px;
        gap: 5px;
    }
    .storage_fails_info li:not(:last-child) {
        margin: 0 0 4px;
    }
    .storage_fails {
        max-width: 570px;
        margin: 0 auto;
    }
    .seal_smarter_right{
        display: none;
    }
    .seal_smarter_left {
        width: 100%;
    }
    .seal_smarter_content h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .seal_smarter_content .storage_fails_info {
        padding: 10px 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .seal_smarter_content .storage_fails_info li {
        font-size: 16px;
        line-height: 20px;
    }
    .seal_smarter_content .storage_fails_info li:not(:last-child) {
        margin: 0 0 13px;
    }
    .seal_smarter {
        max-width: 570px;
        margin: 0 auto;
        padding: 35px 0 0;
    }
    .seal_smarter .storage_fails_info ul {
        margin: 0;
        width: 63%;
    }
    .seal_smarter .storage_fails_info .on_mob {
        margin: 0;
        width: 22%;
    }
    .seal_smarter_wpr {
        padding: 15px;
    }
    .seal_smarter_content p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .seal_smarter_bottom{
        padding: 0;
    }
    .seal_smarter_bottom p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
    .reliable_section {
        padding: 30px 0 35px;
    }
    .reliable_section .grocery_heading .common_heading {
        margin: 0 auto 20px;
        max-width: 340px;
    }
    .reliable_inner {
        margin: 25px 0 0;
        row-gap: 27px;
    }
    .reliable_left, .reliable_right {
        width: 100%;
    }
    .reliable_right_info h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 5px;
    }
    .reliable_right_info p {
        font-size: 16px;
        line-height: 24px;
    }
    .reliable_right_inn li img {
        max-width: 45px;
    }
    .original_box_top h3 {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 12px;
    }
    .original_box_top>img {
        top: 20px;
        right: 12px;
        width: 40px;
    }
    .original_box_top>p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }
    .original_box_inn>p {
        font-size: 15px;
        line-height: 21px;
    }
    .original_mason_wpr {
        max-width: 380px;
        row-gap: 25px;
        justify-content: center;
    }
    .original_mason_col {
        width: 100%;
        padding: 20px 15px 0;
    }
    .original_mason {
        padding: 30px 0 35px;
    }
    .keeping_food_wpr {
        margin: 30px auto 0;
        max-width: 380px;
        justify-content: center;
        row-gap: 35px;
    }
    .keeping_food_col {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .keeping_food_col:not(:last-child):before{
        display: none;
    }
    .keeping_food_col>.keeping_food_step {
        display: none;
    }
    .s3_col_content h3 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 6px;
    }
    .keeping_food_info p {
        font-size: 16px;
        line-height: 24px;
    }
    .keeping_food_info .keeping_food_step {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 42px;
    }
    .keeping_food_info {
        padding: 0 0 0 55px;
        position: relative;
    }
    .keeping_food_info h3 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 6px;
    }
    .keeping_food_info p {
        font-size: 16px;
        line-height: 24px;
    }
    .keeping_food {
        padding: 30px 0 35px;
    }
    .grocery_heading {
        max-width: 570px;
        margin: 0 auto;
    }
    .difference_box {
        margin: 20px auto 0;
    }
    .difference_col {
        padding: 0 30px;
        flex-direction: column;
        padding-right: 0;
    }
    .difference_col.differ_col2 {
        flex-direction: column-reverse;
        padding-left: 10px;
    }
    .difference_col p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .difference_col img {
        max-width: 90px;
        width: 100%;
        height: auto;
    }
    .compare_box {
        margin: 30px auto 0;
        max-width: 600px;
    }
    .compare_col1 {
        width: 39%;
    }
    .compare_col2 {
        width: 24%;
        border-radius: 5px;
    }
    .compare_col3 {
        width: 35%;
        border-radius: 5px;
    }
    .compare_top {
        height: 65px;
        padding: 13px 10px;
    }
    .compare_list li {
        height: 60px;
        padding: 5px;
    }
    .compare_list img {
        max-width: 35px;
    }
    .compare_list li h3 {
        width: calc(100% - 35px);
        padding-left: 4px;
        text-align: left;
        font-size: 15px;
        line-height: 20px;
    }
    .compare_top h3 {
        font-size: 13px;
        line-height: 18px;
    }
    .compare_list li p {
        font-size: 12px;
        line-height: 18px;
    }
    .compare_list li p span {
        font-size: 14px;
        font-weight: bold;
    }
    .real_result {
        padding: 35px 0 45px;
    }
    .etxtra_cost_img {
        width: 100%;
    }
    .etxtra_cost_wpr {
        flex-wrap: wrap-reverse;
    }
    .etxtra_cost_info {
        text-align: center;
        margin-top: 30px;
        width: 100%;
    }
    .etxtra_cost_img img {
        margin: -32px auto;
    }
    .sale_faq_main .accordion_title h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .sale_footer_logo a {
        max-width: 100px;
    }
    .sale_footer_logo {
        margin: 20px 0;
    }
    .sale_footer_link a {
        font-size: 15px;
        line-height: 21px;
    }
    .sale_footer_link p {
        font-size: 15px;
        line-height: 21px;
    }
    .sale_footer {
        padding: 0 0 20px;
    }
    ul.etxtra_cost_cost {
        padding: 10px 10px 0;
        max-width: 350px;
        margin: 0 auto;
    }
    .guarantee_section .guarantee_heading h2.common_heading {
       max-width: 300px;
        margin: 0 auto;
    }
    ul.etxtra_cost_cost li {
        font-size: 16px;
        line-height: 22px;
        margin-top: 8px;
        gap: 8px;
    }
    ul.etxtra_cost_cost li::before{
        height: 16px;
        width: 16px;
        margin-top: 3px;
    }
    .etxtra_cost,
    .beautifully_gift {
        padding: 30px 0 35px;
    }
    .beautifully_heading {
        margin: 0 0 20px;
    }
    .vacu_img_box {
        width: 105px;
        height: 105px;
    }
    .vacu_img_box img {
        max-width: 105px;
    }
    .vacu_box_cont {
        width: calc(100% - 105px);
    }
    .vacu_box_cont h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .beautifully_box_col {
        width: 48%;
    }
    .included_text p {
        font-size: 20px;
        line-height: 22px;
    }
    .included_text p img {
        max-width: 15px;
        margin: 0 4px;
    }
    .price_text span:first-child {
        font-size: 20px;
        line-height: 30px;
    }
    .note_box.beautifully_note_box .note_bx_strip {
        font-size: 16px;
        line-height: 16px;
        padding: 11px 12px 9px;
    }
    .note_box.beautifully_note_box .note_bx_strip img {
        max-width: 19px;
    }
    .note_box.beautifully_note_box p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }
    .note_box.beautifully_note_box {
        max-width: 400px;
        margin-top: 50px;
    }
    .org_price {
        font-size: 28px;
        line-height: 28px;
    }
    .price_text {
        margin: 35px 0 0;
    }
    .sale_kitchen_box_col {
        width: 48%;
    }
    .sale_kitchen_box {
        row-gap: 40px;
    }
    .sale_kitchen_box_img img {
        max-width: 100%;
        height: 100%;
    }
    .guarantee_col {
        width: 100%;
        padding: 0 15px 25px;
    }
    .guarantee_block img {
        max-width: 75px;
        margin: -35px auto 0;
    }
    .guarantee_wpr {
        margin: 0 auto;
        max-width: 380px;
        row-gap: 45px;
    }
    .guarantee_heading {
        margin: 0 0 55px;
    }
    .guarantee_block h3 br {
        display: none;
    }
    /* .home_cook_review_col {
        width: 48%;
    } */
    /* .home_cook_review {
        row-gap: 40px;
    } */
    .sale_faq_main .accordion_title {
        padding: 14px 0 !important;
    }
    .accordion_title h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .sale_faq_main .accordion_content p {
        font-size: 16px;
        line-height: 24px;
    }
    .sale_faq,
    .sale_kitchen {
        padding: 30px 0 20px;
    }
    .home_cook,
    .guarantee_section {
        padding: 30px 0 35px;
    }
    .sale_btn_box{
        display: none;
    }
    .customers_sharing .common_tag_txt img {
        width: 54px;
    }
    .customers_sharing .common_tag_txt {
        gap: 4px;
        flex-wrap: nowrap;
        font-size: 12px;
    }
    .reviewers_videos {
        margin: 0 -15px;
    }
    .reviewers_videos_block video {
        aspect-ratio: 9 / 13;
    }
    .customers_sharing {
        padding: 30px 0 35px;
    }
    .original_mason .grocery_heading p.common_text {
        margin-top: 15px;
    }
    .warming-challenge-section .sale_container{
        max-width: 600px;
    }
    .warming-desk{
        display:none !important
    }  
    
    .cheap-mats-image {
        width: 90%;
        margin: 20px auto 10px;
    }
    .warming_slide_strip {
        padding: 16px 0;
    }
    .warming_slide_strip .slide_strip_row_inr span {
        font-size: 16px;
        line-height: 20px;
        padding: 0 20px;
    }
    .warming-challenge-section {
        padding: 30px 0 35px;
        overflow: hidden;
    }
    .challenge-outer {
        margin-top: 30px;
    }
    .problems-list {
        margin: 15px 0 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .problems-list .problems-list-item {
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
        border-right: 0;
        display: grid;
        grid-template-columns: 145px 1fr;
        gap: 15px;
        align-items: center;
    }
    .problems-list .problems-list-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .problems-list .item-image {
        width: auto;
    }
    .problems-list .item-info {
        margin-top: 0;
    }
    .problems-list .item-info .title {
        font-size: 20px;
        line-height: 24px;
    }
    .problems-list .item-info ul {
        margin-top: 10px;
    }
    .problems-list .item-info li {
        font-size: 15px;
        line-height: 18px;
        background-size: 13px;
        background-position: 0 2px;
        margin-bottom: 5px;
        padding-left: 20px;
        letter-spacing: 0;
    }
    .cheap-mats-outer {
        grid-template-columns: 1fr;
        margin: 30px auto 0;
        padding: 20px 20px 25px;
        text-align: center;
    }
    .cheap-mats-info .title {
        font-size: 28px;
        line-height: 34px;
    }
    .cheap-mats-info .mats-desc{
        font-size: 16px;
        line-height: 22px;
    }
    .cheap-mats-info .cheap-mats-fall {
        margin-top: 10px;
    }
    .cheap-mats-info .cheap-mats-fall li {
        font-size: 15px;
        line-height: 18px;
        background-size: 13px;
        background-position: 0 2px;
        margin-bottom: 5px;
        padding-left: 20px;
        letter-spacing: 0;
    }
    .holiday-hosting-section {
        padding: 30px 0 35px;
    }
    .holiday-hosting-heading .common_tag_txt {
        margin-bottom: 10px;
    }
    .holiday-hosting-heading .common_heading br {
        display: none;
    } 
    .holiday-hosting-heading {
        margin-bottom: 15px;
    }
    .holiday-hosting-outer .holiday-item-left {
        text-align: center;
    }
    .holiday-hosting-outer {
        margin-top: 15px;
    }
    .holiday-hosting-outer .holiday-left-img {
        margin-top: 25px;
    }
    .holiday-hosting-outer {
        gap: 0;
    }
    .holiday-hosting-list .holiday-hosting-img {
        max-width: 80px;
    }
    .holiday-hosting-list .holiday-hosting-item p {
        font-size: 17px;
        line-height: 22px;
    }
    .holiday-hosting-list {
        gap: 10px;
    }
    .holiday-hosting-gift {
        padding: 20px 30% 20px 15px;
        background-size: cover;
        margin: 20px 0 5px;
        border-radius: 15px;
        background-position: 89% center;
    }
    .holiday-hosting-gift h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .holiday-hosting-gift p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
    }
    .holiday-hosting-btn-wpr {
        margin-top: 30px;
    }
    .hosting-setup-section .grocery_heading {
        max-width: 100%;
    }
    .hosting-setup-section .keeping_food_wpr {
        margin: 30px auto 0;
        max-width: 380px;
        justify-content: center;
        row-gap: 35px;
    }
    .hosting-setup-section .keeping_food_wpr {
        margin: 25px 0 5px;
        max-width: 100%;
        flex-direction: column;
        gap:10px;
    }
    .hosting-setup-section .keeping_food_col {
        width: 100%;
        flex-direction: column;
    }
    .hosting-setup-section .sale_container {
        max-width: 600px;
    }
    .hosting-setup-section .keeping_food_info {
        padding: 0;
    }
    .hosting-setup-section .keeping_food_step {
        position: relative;
        width: 58px;
        height: 58px;
        font-size: 27px;
        line-height: 49px;
        display: block;
        z-index: 9;
        box-shadow: none;
    }
    .hosting-setup-section .keeping_food_video {
        margin: -28px auto 15px;
        position:relative;
        z-index: 1;
    }
    .hosting-setup-section .keeping_food_info h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .hosting-setup-section .keeping_food_col:not(:last-child):after {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        z-index: 2;
        margin: 0 auto;
        margin-top: 15px;
        width: 48px;
        height: 28px;
        flex-shrink: 0;
        background: url(/cdn/shop/files/step_arw_m.webp?v=1763467694) no-repeat center center;
        background-size: 46px;
    }
    .hosting-setup-section .keeping_food_col:last-child:before {
        content: none;
    }
    .hosting-setup-section.keeping_food .sale_btn_box {
        display: block;
        margin-top: 30px;
    }
    .hosting-perfection-inner {
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
    }
    .hosting-perfection-section{
        padding: 30px 0 38px;
        overflow: hidden;
    }
    .hosting-perfection-section .sale_container {
        max-width: 600px;
    }
    .hosting-perfection-section .hosting-perfection-img {
        width: 100%;
        margin-left: 0;
    }
    .hosting-perfection-outer .perfection-heading .common_heading {
        font-weight: 700;
    }
    .hosting-perfection-outer .perfection-heading .common_text {
        margin-top: 15px;
        line-height: 22px;
    } 
    .hosting-perfection-section .hosting-perfection-info {
        width: 100%;
        margin-top: 25px;
    }
    .hosting-perfection-section .perfection-col {
        align-items: flex-start;
        grid-template-columns: 40px 1fr;
    }
    .hosting-perfection-section .perfection-col-info .title {
        font-size: 18px;
        line-height: 21px;
    }
    .hosting-perfection-section .perfection-col-info .desc {
        font-size: 16px;
        line-height: 19px;
    }
    .hosting-perfection-section .hosting-perfection-bottom{
        margin-top: 30px;
    }
    .every-occasion-section .hosting-perfection-inner {
        margin-top: 30px;
        gap: 30px;
    }
    .every-occasion-section .hosting-perfection-img,
    .every-occasion-section .hosting-perfection-info {
        width: 100% !important;
    }
    .every-occasion-section .perfection-col {
        grid-template-columns: 55px 1fr !important;
        gap: 14px;
    }
    .every-occasion-section .perfection-col-info .title {
        font-size: 24px;
        line-height: 26px;
    }
    .every-occasion-section .perfection-col-info .desc {
        margin-top: 5px;
    }
    .comparision-section .sale_container{
        max-width: 600px;
    }
    .comparision-section .compare_col .compare_top .comp_prod {
        margin: -48px auto 10px;
        width: 90px;
    }
    .comparision-section .compare_top h3 {
        font-size: 13px;
        line-height: 16px;
    }
    .comparision-section .compare_top {
        height: 80px;
    }
    .comparision-section .compare_col .compare_list li {
        padding: 0 5px 0 10px;
        height: 60px;
    }
    .comparision-section .compare_col1 {
        width: 32%;
    }
    .comparision-section .compare_col:not(.compare_col1) {
        padding-bottom: 20px;
        width: 21%;
    }
    .comparision-section .compare_col2{
        width: 23% !important;
    }
    .comparision-section .compare_col3 {
        margin: 0 8px;
    }
    .comparision-section .compare_col .compare_top .comp_prod2 {
        margin: -42px auto 12px;
        width:70px;
    }
    .comparision-section .compare_col:not(.compare_col1) .compare_list li {
        font-size: 13px;
        line-height: 14px;
    }
    .comparision-section .compare_box {
        margin: 50px auto 5px;
    }
    .comparision-section .comparision-bottom {
        margin-top: 30px;
    }
    .warming_guarantee .sale_container{
        max-width:600px;
    }
    .warming_guarantee .guarantee_heading {
        margin-bottom: 30px;
    }
    .warming_guarantee .guarantee_wpr {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        max-width: 100%;
    }
    .warming_guarantee .guarantee_heading h2.common_heading {
        max-width: 100%;
    }
    .warming_guarantee .guarantee_top h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .warming_guarantee .guarantee_top .img-box {
        width: 80px;
    }
    .warming_guarantee .guarantee_top {
        padding: 10px 15px;
    }
    .warming_guarantee .guarantee_info{
        padding: 15px;
    }
    .warming_guarantee .guarantee_info p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
    .warming-faq .warming-faq-footer,
    .real-story-section .real-story-bottom,
    .warming_guarantee .warming_guarantee_bottom{
        margin: 30px auto 0;
    }
    .warming-gift_box.warming-mob {
        max-width: 490px;
        margin: 30px auto 0;
    }
    .warming_page_hero .bnr_col_icon {
        width: 50px;
    }
    .warming_page_hero .banner_row_col p {
        font-size: 12px;
    }
    .warming_page_hero  .sale_hero_list {
        margin-top: 18px;
    }
    .warming_page_hero .sale_hero_wpr {
        max-width: 570px;
    }
    .warming_page_hero .sale_gift_box {
        margin: 20px auto 0;
    }
    .warming_page_hero .banner-price-row {
        margin: 0;
        max-width: 290px;
    }

    .warming_page_hero .banner-regular-price {
        font-size: 20px;
        line-height: 20px;
    }

    .warming_page_hero .banner-offer-price {
        font-size: 20px;
        line-height: 20px;
    }

    .warming_page_hero .sale_hero_left_inn .sale_btn_box {
        margin-top: 20px;
    }
    .warming-faq-footer{
        display: none;
    }
    .pdp-mat-sale.pdp_hero {
        padding: 30px 0;
    }
    .pdp-mat-sale .pdp_wrapper {
        row-gap: 25px;
    }
    .pdp-mat-sale .pdp_bundle_title h6 {
        font-size: 25px;
        line-height: 31px;
    }
    .pdp-mat-sale .pdp_bundle_title {
        margin-bottom: 25px;
    }
    .pdp-mat-sale .pdp_bundle_item label {
        padding: 16px 8px 8px;
    }
    .pdp-mat-sale .pdp_bundle_main .pdp_bundle_list {
        column-gap: 8px;
        margin: 0;
    }
    .pdp-mat-sale .bundle_number h6 {
        font-size: 24px;
        line-height: 22px;
    }
    .pdp-mat-sale .bundle_img {
        width: 90px;
        padding: 5px 0;
    }
    .pdp-mat-sale .bundle_save span {
       padding: 5px 10px 4px;
        font-size: 10px;
        line-height: 10px;
    }
    .pdp-mat-sale .bundle_price h5 {
        font-size: 17px;
        line-height: 17px;
    }

    .pdp-mat-sale .bundle_price {
        flex-direction: row;
        justify-content: center;
    }
    .pdp-mat-sale .bundle_img_wpr:has(.bd_image) .bundle_img {
        min-height: unset !important;
    }
    .pdp-mat-sale .bundle_img_wpr .bd_image img {
        max-width: 28px;
        width: 100% !important;
    } 
    .pdp-mat-sale .pdp_bundle_item:nth-child(n+4) .bundle_img_wpr .bd_image:not(:first-child) {
        margin-left: -15px;
    }
    .pdp-mat-sale .pdp_bundle_item:nth-child(n+7) .bundle_img_wpr .bd_image:not(:first-child){
        margin-left: -20px;
    }
    .pdp-mat-sale .bundle_img_wpr .bd_image:not(:first-child) {
        margin-left: 0;
    }
    .pdp-mat-sale .pdp_bundle_color {
        margin-top: 25px;
    }
    .pdp-mat-sale .pdp_bundle_color .pdp_bundle_title {
        margin-bottom: 15px;
    }
    .pdp-mat-sale  .bundle_color_wpr {
        gap: 10px;
    }
    .pdp-mat-sale .group_color_top {
        padding: 12px 10px;
        gap: 5px;
    }

    .pdp-mat-sale .group_color_img {
        width: 25px;
        height: 25px;
    }

    .pdp-mat-sale .group_color_arrow {
        margin-left: 2px;
    }

    .pdp-mat-sale .group_color_arrow span {
        width: 11px;
        height: auto;
    }
    .pdp-mat-sale .pdp_thumbslider {
        margin-left: 0;
        margin-right: 0;
    }
    .pdp-mat-sale .group_color_name p {
        font-size: 15px;
    }
    .pdp-mat-sale .swiper-pagination.pdp_slider_pagination{
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .reviewers_modal_inn {
        width: 280px;
        min-height: 480px;
    }
    .included_text p:before, .included_text p:after{
        display: none;
    }
}

@media only screen and (max-width: 525px) {
    .beautifully_box_col {
        width: 100%;
    }
    .beautifully_box {
        margin: 30px auto 0;
        row-gap: 30px;
    }
    .sale_kitchen_box_info p {
        font-size: 16px;
        line-height: 22px;
    }
    .sale_kitchen_box_col {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
    }
    .sale_kitchen_box_img img {
        max-width: 247px;
        height: 123px;
    }
    .sale_kitchen_box_info {
        width: calc(100% - 155px);
        margin-top: 0;
        padding-left: 17px;
    }
    .sale_kitchen_box {
        row-gap: 20px;
    }
    .sale_kitchen_box_img {
        width: 100%;
        max-width: 155px;
    }
    .sale_kitchen_heading {
        margin: 0 0 25px;
    }
    /* .home_cook_review_col {
        width: 100%;
    } */
    .home_cook_review_info h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .home_cook_review_info>img {
        margin-top: 6px;
        max-width: 80px;
    }
    .customers_sharing h2.common_heading br {
        display: none;
    }
    .home_cook_review_info>p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .cook_review_info_btm p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }
    /* .home_cook_review {
        row-gap: 22px;
    } */
    .home_cook_review_info {
        margin: 15px 0 0;
    }
    .home_cook_heading h2 br{
        display: none;
    }
    .sale_testimonial_box {
        max-width: 350px;
        margin: 30px auto 0;
        row-gap: 20px;
    }
    .sale_testimonial_col {
        padding: 20px 18px 25px 20px;
    }
    .sale_testimonial_col_inr .home_cook_review_info {
        width: 100%;
        padding-right: 0;
    }
    .sale_testimonial_col_inr_img {
        width: 100%;
    }
    .sale_testimonial_col_inr {
        flex-wrap: wrap;
        gap: 15px;
    }
    .comparision-section .compare_col .compare_top .comp_prod {
        margin: -36px auto 10px;
        width: 70px;
    }
}
@media only screen and (max-width: 475px){
    .pdp-mat-sale .bundle_img_wpr .bd_image {
        rotate: 0deg;
    }
    .pdp-mat-sale .bundle_img_wpr img {
        max-width: 28px;
        height: auto;
    }

}
@media only screen and (max-width: 350px){
    .button_shipp li {
        column-gap: 3px;
        padding: 0 2px;
    }
    .btn-list li {
        font-size: 11px;
    }
}