/** Shopify CDN: Minification failed

Line 725:24 Unexpected "{"
Line 725:33 Expected ":"

**/

  /* Offer Box */
.mit-offer-box{
    margin-top:10px;
    padding:10px 12px;
    background:#fff8f8;
    border:1.5px dashed #971f37;
    border-radius:14px;
    display:flex;
    flex-direction:column;
    gap:10px;
    box-shadow:0 6px 16px rgba(151,31,55,.08);
}

.mit-offer-item{
    display:flex;
    align-items:center;
    gap:10px;
    font-family:'Poppins',sans-serif;
    font-size:15px;
    line-height:1.5;
    color:#971f37;
}

.offer-icon{
    font-size:18px;
    flex-shrink:0;
}

.mit-offer-item strong{
    color:#971f37;
    font-weight:700;
}

.offer-code{
    display:inline-block;
    margin-left:6px;
    padding:3px 10px;
    border:1px solid #971f37;
    border-radius:6px;
    background:#fff;
    color:#971f37;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
}

/* Mobile */
@media(max-width:768px){

    .mit-offer-box{
        margin-top:14px;
        padding:12px 14px;
        border-radius:12px;
    }

    .mit-offer-item{
        font-size:13px;
        gap:8px;
    }

    .offer-icon{
        font-size:16px;
    }

    .offer-code{
        font-size:11px;
        padding:2px 8px;
    }
}



/* ===== Process Steps ===== */
.mit-process{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:14px;
    background:#f8f4f1;
    border-radius:999px;
    padding:1px 4px;
    overflow-x:auto;
    scrollbar-width:none;
}

.mit-process::-webkit-scrollbar{
    display:none;
}

.mit-step{
    display:flex;
    align-items:center;
    gap:8px;
    flex:none;
}

/* Active Step */
.mit-step:first-child{
    background:#971F37; /* Change to your brand color */
    color:#fff;
    padding:4px 8px;
    border-radius:999px;
}

.mit-step:first-child span{
    width:22px;
    height:22px;
    background:#fff;
    color:#971F37;
    border:none;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:600;
    margin:0;
    box-shadow:none;
}

.mit-step:first-child small{
    color:#fff;
}

/* Remaining Steps */
.mit-step:not(:first-child) span{
    width:22px;
    height:22px;
    border:1.5px solid #ddd;
    border-radius:50%;
    background:#fff;
    color:#666;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:600;
    margin:0;
    box-shadow:none;
}

.mit-step:not(:first-child) small{
    margin:0;
    color:#555;
    font-size:15px;
    font-weight:600;
    white-space:nowrap;
}

.mit-arrow{
    color:#bdb4ac;
    font-size:20px;
    font-weight:500;
    margin:0 -4px;
    display:flex;
    align-items:center;
}

/* Mobile */
@media (max-width:768px){

    /* Remove active pill styling */
    .mit-step,
    .mit-step:first-child{
        background:transparent !important;
        padding:0 !important;
        border-radius:0 !important;
        box-shadow:none !important;
        color:inherit !important;
    }

    /* Show number circles for all steps */
    .mit-step span,
    .mit-step:first-child span{
        display:flex !important;
        width:22px;
        height:22px;
        border:1px solid #ccc;
        border-radius:50%;
        background:#fff !important;
        color:#555 !important;
        font-size:11px;
        font-weight:600;
        margin:0;
        box-shadow:none !important;
    }

    /* Text */
    .mit-step small,
    .mit-step:first-child small{
        margin:0;
        font-size:11px;
        font-weight:500;
        color:#555 !important;
        white-space:nowrap;
    }

    /* Hide arrows */
    .mit-arrow{
        display:none !important;
    }

    /* Layout */
    .mit-process{
        justify-content:space-between;
        gap:8px;
        padding:8px 10px;
    }
}
 .mit-order-guide{
    background:#fff4eb;
    border:1px solid #ead2bf;
    border-radius:16px;
    padding:22px;
    margin:15px 0;
}



/* ==========================
   Mobile Responsive
========================== */
@media (max-width:768px){

.mit-order-guide{
    padding:10px;
    border-radius:14px;
    margin:11px 0;
}

/* Process */
.mit-process{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-wrap:nowrap;      /* Keep everything in one row */
    gap:6px;
}

.mit-step{
    flex:1;
    text-align:center;
    min-width:0;
}

.mit-step span{
    width:32px;
    height:32px;
    font-size:13px;
    border-width:1.5px;
}

.mit-step small{
    font-size:10px;
    line-height:1.3;
    margin-top:6px;
    font-weight:600;
    display:block;
    white-space:normal;
}

.mit-arrow{
    display:block;
    font-size:14px;
    margin-top:9px;
    flex-shrink:0;
}


}



.block-swatch-list{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
    margin-top:12px;
}

.paper-card{
    display:flex;
    flex-direction:column;
    padding:0;
    border:1px solid #d8d8d8;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
    transition:.3s;
    cursor:pointer;
    min-height:120px;
}

.paper-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 12px rgba(0,0,0,.08);
}

.paper-card__image{
    width:100%;
    height:85px;
    object-fit:cover;
    display:block;
}

.paper-card__content{
    padding:8px;
    text-align:center;
}

.paper-card__title{
    font-size:13px;
    font-weight:600;
    line-height:1.3;
    margin-bottom:6px;
    min-height:20px;
}

.block-swatch__radio:checked + .paper-card{
    border:2px solid #0a3832;
    box-shadow:0 0 0 3px rgba(10,56,50,.08);
}

.tooltip-icon{
    margin-top:4px;
    display:flex;
    justify-content:center;
}

.tooltip-icon svg{
    width:16px;
    height:16px;
}

@media(max-width:991px){
    .block-swatch-list{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .block-swatch-list{
        grid-template-columns:repeat(2,1fr);
    }
}



  .mit-accordion{
    border:1px solid #971F37;
    border-radius:18px;
    overflow:visible;
    margin-bottom:18px;
    background:#fff;
}

.mit-accordion-header{
    cursor:pointer;
}

.mit-accordion-body{
    display:none;
    padding:22px;
}

.mit-accordion.active .mit-accordion-body{
    display:block;
}
.mit-payment-simple{
    background:#fff;
    border:1px solid #f0d7dc;
    border-radius:14px;
    padding:20px;
}

.mit-payment-simple p{
    margin:0;
    color:#971F37;
    font-size:15px;
    line-height:1.8;
    font-weight:500;
}

@media (max-width:768px){

    .mit-payment-simple{
        padding:16px;
    }

    .mit-payment-simple p{
        font-size:14px;
        line-height:1.7;
    }

}
  .mit-shipping{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.mit-shipping ul{
    margin:10px 0 0;
    padding-left:18px;
}

.mit-shipping li{
    margin-bottom:10px;
    color:#971F37;
    line-height:1.7;
}

.mit-shipping p{
    margin:0;
    color:#971F37;
    line-height:1.8;
}

.mit-shipping strong{
    color:#971F37;
    font-weight:700;
}

.mit-warning{
    border:2px solid #971F37;
    background:#fff8f8;
}

.mit-warning h4{
    color:#971F37;
}

@media(max-width:768px){

    .mit-shipping{
        gap:15px;
    }

    .mit-shipping p,
    .mit-shipping li{
        font-size:14px;
    }

    .mit-feature-box{
        padding:15px;
    }

}
/*==============================
PRODUCT HELP ACCORDION
==============================*/
.mit-desc{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.mit-desc p{
    margin:0;
    color:#971F37;
    font-size:15px;
    line-height:1.5;
}

.mit-desc strong{
    color:#971F37;
    font-weight:600;
}

.mit-info-box,
.mit-feature-box{
    background:#fff;
    border:1px solid #f0d7dc;
    border-radius:14px;
    padding:8px;
}

.mit-info-box h4,
.mit-feature-box h4{
    margin:0 0 1px;
    color:#971F37;
    font-size:17px;
    font-weight:700;
}

.mit-info-box p,
.mit-feature-box p{
    margin:0;
    color:#971F37;
}

@media(max-width:768px){

    .mit-desc p{
        font-size:14px;
        line-height:1.4;
    }

    .mit-info-box,
    .mit-feature-box{
        padding:5px;
    }

    .mit-info-box h4,
    .mit-feature-box h4{
        font-size:16px;
    }

}
.mit-product-help{
    margin-top:4px;
}

.mit-accordion{
    background:#FFF8F2;
    border:1px solid #E7D5C8;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:6px;
    transition:.35s;
}

.mit-accordion:hover{
    border-color:#971F37;
    box-shadow:0 8px 24px rgba(151,31,55,.08);
}

/*==============================
HEADER
==============================*/

.mit-accordion-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 12px;
    cursor:pointer;
    font-size:17px;
    font-weight:600;
    color:#971F37;
    user-select:none;
    transition:.3s;
}

.mit-arrow{
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#971F37;
    color:#fff;
    font-size:18px;
    transition:.35s;
}

/*==============================
BODY
==============================*/

.mit-accordion-body{
 

    border-top:1px solid #E7D5C8;
}

/*==============================
WIDTH HEIGHT BOXES
==============================*/

.mit-measure-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:0;
    border:1px solid #E8DDD3;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:18px;
}

.mit-measure-card{
    padding:22px;
    background:#F7F1EB;
}

.mit-measure-card:first-child{
    border-right:1px solid #E8DDD3;
}

.mit-measure-card h4{
    margin:0 0 10px;
    color:#222;
    font-size:18px;
    font-weight:700;
}

.mit-measure-card p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.8;
}

/*==============================
TEXT
==============================*/

.mit-note,
.mit-accordion-body p{
    font-size:15px;
    line-height:1.8;
    color:#666;
    margin-bottom:18px;
}

.mit-note strong{
    color:#971F37;
}

/*==============================
BUTTONS
==============================*/

.mit-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.mit-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-width:180px;
    height:48px;
    padding:0 22px;
    border-radius:30px;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:.35s;
}

/* Primary Button */

.mit-btn-primary{
    background:#971F37;
    color:#fff;
    border:2px solid #971F37;
}

.mit-btn-primary:hover{
    background:#7E1930;
    border-color:#7E1930;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(151,31,55,.18);
}

/* Outline Button */

.mit-btn-outline{
    background:#fff;
    color:#971F37;
    border:2px solid #971F37;
}

.mit-btn-outline:hover{
    background:#971F37;
    color:#fff;
    transform:translateY(-2px);
}

.mit-btn svg{
    width:18px;
    height:18px;
    fill:currentColor;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:767px){

.mit-accordion-header{
    padding:16px;
    font-size:16px;
}

.mit-accordion-body{
    padding:18px;
}

.mit-measure-grid{
    grid-template-columns:1fr;
}

.mit-measure-card:first-child{
    border-right:none;
    border-bottom:1px solid #E8DDD3;
}

.mit-buttons{
    flex-direction:column;
}

.mit-btn{
    width:100%;
}

}




      #shopify-section-{{ section.id }} .shopify-payment-button {
        display: none;
      }
    

/* ==========================================================
   FRESH PRODUCT TEMPLATE — STRUCTURAL LAYOUT ONLY
   Existing colors/typography/components are intentionally kept.
   The important change is normal document flow: the right product
   column is NOT absolutely positioned, so accordions cannot overlap
   the next section.
========================================================== */
.mit-fresh-product,
.mit-fresh-product * { box-sizing: border-box; }

.mit-fresh-product {
  width: 100%;
  background: transparent;
  overflow: visible;
}

.mit-fresh-product__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
}

.mit-fresh-breadcrumb {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #971F37;
  overflow: hidden;
  white-space: nowrap;
}

.mit-fresh-breadcrumb a,
.mit-fresh-breadcrumb span { color: #971F37; text-decoration: none; }
.mit-fresh-breadcrumb__current { overflow: hidden; text-overflow: ellipsis; }
.mit-fresh-breadcrumb__next { margin-left: auto; flex: 0 0 auto; }

/* Two columns, normal flow. This replaces the old absolute info column. */
.mit-fresh-product__grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  position: relative;
}

.mit-fresh-product__gallery-column,
.mit-fresh-product__info-column {
  min-width: 0;
  width: 100%;
  position: relative;
}

.mit-fresh-product__info-column > .card {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
}

.mit-fresh-product__info-column .card__section {
  height: auto !important;
  overflow: visible !important;
}

/* Gallery matching the existing theme's visual treatment. */
.mit-fresh-gallery {
  width: 100%;
  border: 1px solid #e6d6ca;
  padding: 48px 70px 25px;
}

.mit-fresh-gallery__main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mit-fresh-gallery__image {
  width: 100%;
  max-height: 560px;
  display: block;
  object-fit: contain;
}

.mit-fresh-gallery__zoom {
  margin: 24px 0;
  text-align: center;
  color: #971F37;
}

.mit-fresh-gallery__thumbs {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  padding: 2px 0 5px;
  scrollbar-width: thin;
}

.mit-fresh-gallery__thumb {
  flex: 0 0 auto;
  width: 110px;
  height: 85px;
  padding: 2px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.mit-fresh-gallery__thumb.is-active { border: 2px solid #222; }
.mit-fresh-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Critical: never allow product-help/accordions to escape their column. */
.mit-product-help,
.mit-product-help .mit-accordion,
.mit-product-help .mit-accordion-body,
.mit-product-help .mit-accordion-body > * {
  position: relative;
  max-width: 100%;
}

.mit-product-help .mit-accordion-body { height: auto; overflow: hidden; }

/* HOW TO SECTION — preserve original colors and sizing. */
.how_to_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px !important;
  margin: 0 !important;
  position: relative;
  clear: both;
}

.how_to_card_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  justify-content: center;
  align-items: start;
}

.how_to_card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #ffede0;
  text-align: center;
  padding: 20px;
}

.how_to_heading { color: #15534c; }
.how_to_img { width: 220px; height: 140px; margin-bottom: 15px; object-fit: contain; }
.how_to_btn { color: #4C3C52; border: 1px solid #136056; border-radius: 5px; padding: 5px 10px; box-shadow: 0 0 5px 1px rgba(0,0,0,.2); text-decoration: none; }
.how_to_btn:hover { background-color: #4C3C52; color: #ffede0; cursor: pointer; }

/* WHY CHOOSE — exact existing palette. */
.why_us_container { width: 100%; display: flex; align-items: center; justify-content: center; height: fit-content; }
.why_us_wrap { width: 100%; height: fit-content; background-color: #ffffff; padding: 2em; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.why_us_heading { font-size: 2em; font-weight: 600; color: #0A3832; text-align: center; }
.para { width: 60%; height: fit-content; font-size: 1.2em; font-weight: 500; line-height: 1.5; text-align: center; }
.why_us_card_wrap { display: flex; justify-content: space-between; width: 95%; flex-wrap: wrap; }
.why_us_card { width: 250px; display: flex; flex-direction: column; align-items: center; background-color: #ffede0; text-align: center; padding: 20px; margin-bottom: 20px; box-shadow: -5px 5px 8px rgba(0,0,0,.25); }
.why_us_img { width: 120px; height: 100px; margin-bottom: 15px; object-fit: contain; }

/* DESIGN ASSISTANCE — exact existing palette. */
.assistance_wrap { display: flex; align-items: center; justify-content: center; background-color: #ffffff; width: 100%; }
.assistance_container { display: flex; width: 85%; max-width: 1000px; justify-content: space-between; align-items: center; }
.assistance_text { display: flex; flex-direction: column; align-items: start; justify-content: center; width: 100%; background-color: #fefefe; }
.whatsapp_ico { width: 34px; height: 34px; margin-right: 6px; color: #25D366; }
.whatsapp_btn { color: black; font-weight: 600; display: flex; align-items: center; justify-content: center; height: 50px; width: fit-content; padding: 5px 10px; border-radius: 10px; background-color: #fcffd9; text-decoration: none; }
.dig_assist_img { width: 300px; }

.mit-fresh-reviews { width: 100%; margin-top: 40px; position: relative; clear: both; }

/* Responsive */
@media (max-width: 999px) {
  .mit-fresh-product__grid { grid-template-columns: 1fr; }
  .mit-fresh-gallery { padding: 30px 30px 20px; }
  .how_to_card_wrap { width: 94%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
  .why_us_card_wrap { justify-content: center; gap: 15px; }
}

@media (max-width: 767px) {
  .mit-fresh-product__container { padding: 0 12px; }
  .mit-fresh-breadcrumb { min-height: 50px; font-size: 12px; }
  .mit-fresh-breadcrumb__next { display: none; }
  .mit-fresh-gallery { padding: 20px 15px; }
  .mit-fresh-gallery__thumb { width: 75px; height: 60px; }
  .mit-fresh-gallery__thumbs { gap: 10px; }
  .how_to_container { padding-top: 0 !important; margin-top: 0 !important; }
  .how_to_card_wrap { width: 92%; grid-template-columns: 1fr; gap: 30px; }
  .why_us_wrap { width: 100%; }
  .why_us_heading { font-size: 23px; }
  .para { width: 90%; font-size: 13px; }
  .why_us_card_wrap { display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; gap: 12px !important; }
  .why_us_card { width: 48% !important; max-width: 48% !important; padding: 12px !important; margin: 0 !important; border-radius: 10px; }
  .why_us_card img, .why_us_card .why_us_img { width: 70px !important; height: 70px !important; object-fit: contain; margin: 0 auto 10px; display: block; }
  .why_us_card h4, .why_us_heading { line-height: 1.3; margin-top: 8px; }
  .assistance_container { width: 100%; flex-direction: column; }
  .assistance_text { width: 100%; padding: 20px 0; }
  .dig_assist_img { width: 200px; }
}

@media (max-width: 440px) {
  .assistance_text { scale: .85; }
  .dig_assist_img { width: 150px; }
}
