/* Mini-Shop Frontend v0.8.8 - theme-proof */
body .msc-wrap, 
body .msc-wrap * { box-sizing:border-box; }

body .msc-wrap{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:20px !important;
  font-family:inherit !important;
  color:#2d2d2d !important;
}
body .msc-wrap .msc-hero{
  background:linear-gradient(135deg,#f7f7f7,#ffffff) !important;
  border:1px solid #ececec !important;
  border-radius:20px !important;
  padding:22px 22px 18px !important;
  box-shadow:0 8px 24px rgba(0,0,0,.04) !important;
  margin-bottom:18px !important;
}
body .msc-wrap .msc-badge{
  display:inline-block !important;
  background:#ed850f !important;
  color:#fff !important;
  padding:6px 10px !important;
  border-radius:999px !important;
  font-size:12px !important;
  line-height:1.2 !important;
  margin-bottom:8px !important;
}
body .msc-wrap .msc-hero h1{
  margin:0 0 8px !important;
  font-size:28px !important;
  line-height:1.15 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-description{
  margin:0 0 12px !important;
  font-size:14px !important;
  line-height:1.5 !important;
  color:#555 !important;
}
body .msc-wrap .msc-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
}
body .msc-wrap .msc-meta span{
  background:#fff !important;
  border:1px solid #e7e7e7 !important;
  border-radius:999px !important;
  padding:7px 10px !important;
  font-size:12px !important;
  line-height:1.3 !important;
}
body .msc-wrap .msc-cart-note,
body .msc-wrap .msc-alert,
body .msc-wrap .msc-delivery-rules{
  padding:12px 14px !important;
  border-radius:14px !important;
  margin-bottom:16px !important;
  font-size:13px !important;
  line-height:1.5 !important;
}
body .msc-wrap .msc-cart-note,
body .msc-wrap .msc-alert{
  background:#fff7ec !important;
  border:1px solid #f4d19c !important;
  color:#6a4b17 !important;
}
body .msc-wrap .msc-delivery-rules{
  background:#eef4ff !important;
  border:1px solid #cddcff !important;
  color:#2e467a !important;
}
body .msc-wrap .msc-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 350px !important;
  gap:18px !important;
  align-items:start !important;
}
body .msc-wrap .msc-products-area{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
}
body .msc-wrap .msc-category-section{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
}
body .msc-wrap .msc-category-header{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 12px !important;
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:14px !important;
}
body .msc-wrap .msc-category-header h2{
  margin:0 !important;
  font-size:18px !important;
  line-height:1.2 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-category-header span{
  font-size:12px !important;
  color:#666 !important;
}
body .msc-wrap .msc-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
}
body .msc-wrap .msc-card{
  background:#fff !important;
  border:1px solid #ececec !important;
  border-radius:16px !important;
  overflow:hidden !important;
  box-shadow:0 6px 18px rgba(0,0,0,.04) !important;
  display:flex !important;
  flex-direction:column !important;
}
body .msc-wrap .msc-image-wrap{
  aspect-ratio:16/7 !important;
  background:#f5f5f5 !important;
  overflow:hidden !important;
}
body .msc-wrap .msc-image-wrap img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
body .msc-wrap .msc-card-body{
  padding:12px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
}
body .msc-wrap .msc-card-top{
  display:flex !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  gap:10px !important;
}
body .msc-wrap .msc-card-top h3{
  margin:0 !important;
  font-size:16px !important;
  line-height:1.25 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-price{
  font-weight:700 !important;
  font-size:14px !important;
  line-height:1.2 !important;
  color:#ed850f !important;
  white-space:nowrap !important;
}
body .msc-wrap .msc-text{
  margin:0 !important;
  color:#555 !important;
  font-size:12px !important;
  line-height:1.45 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
body .msc-wrap .msc-info-block{
  background:#fafafa !important;
  border:1px solid #ededed !important;
  border-radius:10px !important;
  padding:9px !important;
  font-size:11px !important;
  line-height:1.45 !important;
}
body .msc-wrap .msc-info-block strong{
  display:block !important;
  margin-bottom:4px !important;
  font-size:11px !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-allergens{
  background:#fff3f3 !important;
  border-color:#f3d4d4 !important;
}
body .msc-wrap .msc-info-toggle summary{
  cursor:pointer !important;
  font-size:12px !important;
  line-height:1.3 !important;
  color:#3c3c3c !important;
  font-weight:600 !important;
}
body .msc-wrap .msc-actions{
  margin-top:auto !important;
  padding-top:4px !important;
  display:grid !important;
  grid-template-columns:78px 1fr !important;
  gap:8px !important;
  align-items:end !important;
}
body .msc-wrap .msc-qty label{
  display:block !important;
  font-size:11px !important;
  color:#666 !important;
  margin-bottom:4px !important;
}
body .msc-wrap .msc-qty-input{
  width:100% !important;
  padding:8px !important;
  border:1px solid #ddd !important;
  border-radius:10px !important;
  font-size:13px !important;
  line-height:1.2 !important;
  min-height:auto !important;
}
body .msc-wrap .msc-add-to-cart,
body .msc-wrap .msc-checkout-button{
  width:100% !important;
  border:none !important;
  background:#3c3c3c !important;
  color:#fff !important;
  border-radius:11px !important;
  padding:10px 12px !important;
  font-size:13px !important;
  line-height:1.2 !important;
  min-height:auto !important;
}
body .msc-wrap .msc-checkout-button:disabled,
body .msc-wrap .msc-add-to-cart:disabled{
  opacity:.7 !important;
}
body .msc-wrap .msc-cart-box{
  position:sticky !important;
  top:20px !important;
  background:#fff !important;
  border:1px solid #ececec !important;
  border-radius:18px !important;
  padding:16px !important;
  box-shadow:0 8px 24px rgba(0,0,0,.04) !important;
}
body .msc-wrap .msc-cart-box h2,
body .msc-wrap .msc-checkout-form h3{
  margin:0 0 10px !important;
  font-size:18px !important;
  line-height:1.2 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-checkout-form h3{
  margin-top:16px !important;
}
body .msc-wrap .msc-cart-empty{
  color:#666 !important;
  font-size:13px !important;
}
body .msc-wrap .msc-cart-items{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  margin-bottom:14px !important;
}
body .msc-wrap .msc-cart-row{
  border:1px solid #ededed !important;
  border-radius:12px !important;
  padding:10px !important;
  background:#fafafa !important;
}
body .msc-wrap .msc-cart-row-top,
body .msc-wrap .msc-cart-row-bottom{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:8px !important;
}
body .msc-wrap .msc-cart-row-top strong,
body .msc-wrap .msc-cart-row-bottom strong,
body .msc-wrap .msc-cart-row-bottom span{
  font-size:12px !important;
  line-height:1.3 !important;
}
body .msc-wrap .msc-cart-row-bottom{ margin-top:6px !important; }
body .msc-wrap .msc-cart-row-controls{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
}
body .msc-wrap .msc-cart-row-controls button,
body .msc-wrap .msc-remove{
  border:none !important;
  background:#3c3c3c !important;
  color:#fff !important;
  border-radius:8px !important;
  padding:3px 8px !important;
  font-size:12px !important;
  line-height:1.2 !important;
  cursor:pointer !important;
  min-height:auto !important;
}
body .msc-wrap .msc-remove{ background:#a94442 !important; }
body .msc-wrap .msc-cart-totals{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  border-top:1px solid #eee !important;
  padding-top:12px !important;
  margin-bottom:12px !important;
}
body .msc-wrap .msc-cart-totals div{
  display:flex !important;
  justify-content:space-between !important;
  gap:10px !important;
}
body .msc-wrap .msc-cart-totals span,
body .msc-wrap .msc-cart-totals strong{
  font-size:13px !important;
  line-height:1.3 !important;
}
body .msc-wrap .msc-total-line span,
body .msc-wrap .msc-total-line strong{
  font-size:16px !important;
}
body .msc-wrap .msc-field-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:8px !important;
}
body .msc-wrap .msc-field{
  display:flex !important;
  flex-direction:column !important;
  gap:5px !important;
  margin-bottom:9px !important;
}
body .msc-wrap .msc-field label{
  font-size:12px !important;
  line-height:1.3 !important;
  color:#555 !important;
}
body .msc-wrap .msc-field input,
body .msc-wrap .msc-field textarea{
  width:100% !important;
  padding:9px 11px !important;
  border:1px solid #ddd !important;
  border-radius:10px !important;
  font-size:13px !important;
  line-height:1.3 !important;
  min-height:auto !important;
}
body .msc-wrap .msc-date-help{
  font-size:11px !important;
  color:#666 !important;
  margin-top:4px !important;
}
body .msc-wrap .msc-order-response{
  margin:10px 0 !important;
  padding:10px 12px !important;
  border-radius:10px !important;
  font-size:12px !important;
  line-height:1.4 !important;
}
body .msc-wrap .msc-order-success{
  background:#eef9f0 !important;
  border:1px solid #b9e0c0 !important;
  color:#245c2b !important;
}
body .msc-wrap .msc-order-error{
  background:#fff3f3 !important;
  border:1px solid #efc2c2 !important;
  color:#8a2f2f !important;
}
@media (max-width:960px){
  body .msc-wrap .msc-layout{ grid-template-columns:1fr !important; }
  body .msc-wrap .msc-cart-box{ position:static !important; }
}
@media (max-width:700px){
  body .msc-wrap .msc-grid{ grid-template-columns:1fr !important; }
  body .msc-wrap .msc-field-grid{ grid-template-columns:1fr !important; }
  body .msc-wrap .msc-actions{ grid-template-columns:1fr !important; }
  body .msc-wrap{ padding:14px !important; }
  body .msc-wrap .msc-hero{ padding:18px !important; }
  body .msc-wrap .msc-hero h1{ font-size:24px !important; }
}
body .msc-wrap .msc-allowed-days{
  margin-top:6px !important;
  padding:8px 10px !important;
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:10px !important;
  font-size:12px !important;
  line-height:1.4 !important;
  color:#555 !important;
}

body .msc-wrap .msc-calendar-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  margin-bottom:8px !important;
}
body .msc-wrap .msc-calendar-nav strong{
  font-size:13px !important;
  line-height:1.3 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-cal-prev,
body .msc-wrap .msc-cal-next{
  border:none !important;
  background:#3c3c3c !important;
  color:#fff !important;
  border-radius:8px !important;
  padding:6px 10px !important;
  font-size:13px !important;
  line-height:1 !important;
  min-height:auto !important;
}
body .msc-wrap .msc-calendar-grid{
  display:grid !important;
  grid-template-columns:repeat(7,1fr) !important;
  gap:6px !important;
  margin-bottom:8px !important;
}
body .msc-wrap .msc-cal-weekday{
  text-align:center !important;
  font-size:11px !important;
  color:#666 !important;
  padding:4px 0 !important;
}
body .msc-wrap .msc-cal-day{
  border:1px solid #ddd !important;
  background:#fff !important;
  color:#3c3c3c !important;
  border-radius:8px !important;
  padding:8px 4px !important;
  font-size:12px !important;
  line-height:1.2 !important;
  min-height:auto !important;
}
body .msc-wrap .msc-cal-empty{
  border:none !important;
  background:transparent !important;
}
body .msc-wrap .msc-cal-disabled{
  background:#f2f2f2 !important;
  color:#aaa !important;
  border-color:#e6e6e6 !important;
  cursor:not-allowed !important;
}
body .msc-wrap .msc-cal-allowed{
  background:#eef9f0 !important;
  border-color:#b9e0c0 !important;
  color:#245c2b !important;
  cursor:pointer !important;
}
body .msc-wrap .msc-cal-selected{
  background:#ed850f !important;
  border-color:#ed850f !important;
  color:#fff !important;
}

body .msc-wrap .msc-layout{
  align-items:start !important;
}
body .msc-wrap .msc-cart-box{
  position:static !important;
  max-height:none !important;
}
body .msc-wrap .msc-cart-groups{
  margin-bottom:10px !important;
}
body .msc-wrap .msc-cart-group-box{
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:12px !important;
  padding:10px !important;
  margin-bottom:10px !important;
}
body .msc-wrap .msc-cart-group{
  margin-top:8px !important;
  padding-top:8px !important;
  border-top:1px solid #e9e9e9 !important;
}
body .msc-wrap .msc-cart-group:first-of-type{
  border-top:none !important;
  padding-top:6px !important;
}
body .msc-wrap .msc-cart-group-title{
  font-size:12px !important;
  font-weight:700 !important;
  color:#3c3c3c !important;
  margin-bottom:4px !important;
}
body .msc-wrap .msc-cart-group-item{
  font-size:12px !important;
  line-height:1.45 !important;
  color:#555 !important;
}
@media (min-width:961px){
  body .msc-wrap .msc-layout{
    grid-template-columns:minmax(0,1fr) 380px !important;
  }
}

body .msc-wrap .msc-delivery-address-box{
  background:#eef9f0 !important;
  border:1px solid #b9e0c0 !important;
  color:#245c2b !important;
  border-radius:14px !important;
  padding:12px 14px !important;
  margin-bottom:16px !important;
  font-size:13px !important;
  line-height:1.5 !important;
}
body .msc-wrap .msc-delivery-address-box strong{
  display:block !important;
  margin-bottom:4px !important;
}
body .msc-wrap .msc-category-details{
  border:1px solid #ececec !important;
  border-radius:14px !important;
  background:#fff !important;
  overflow:hidden !important;
}
body .msc-wrap .msc-category-details + .msc-category-details{
  margin-top:0 !important;
}
body .msc-wrap .msc-category-header{
  list-style:none !important;
  cursor:pointer !important;
  margin:0 !important;
}
body .msc-wrap .msc-category-header::-webkit-details-marker{
  display:none !important;
}
body .msc-wrap .msc-category-details .msc-grid{
  padding:0 12px 12px !important;
}
body .msc-wrap .msc-checkout-section-label{
  font-size:12px !important;
  font-weight:700 !important;
  color:#3c3c3c !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
  margin:10px 0 8px !important;
}
body .msc-wrap .msc-required{
  color:#c23b22 !important;
  font-weight:700 !important;
}

body .msc-wrap .msc-shop-info-box{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  margin-bottom:16px !important;
}
body .msc-wrap .msc-shop-info-item{
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:14px !important;
  padding:12px 14px !important;
  font-size:13px !important;
  line-height:1.5 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-shop-info-item strong{
  display:block !important;
  margin-bottom:3px !important;
}
body .msc-wrap .msc-product-badges{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:6px !important;
  margin-top:2px !important;
}
body .msc-wrap .msc-badge-day,
body .msc-wrap .msc-badge-cutoff{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  padding:4px 8px !important;
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}
body .msc-wrap .msc-badge-day{
  background:#eef9f0 !important;
  border:1px solid #b9e0c0 !important;
  color:#245c2b !important;
}
body .msc-wrap .msc-badge-cutoff{
  background:#fff3f3 !important;
  border:1px solid #efc2c2 !important;
  color:#8a2f2f !important;
}
@media (max-width:900px){
  body .msc-wrap .msc-shop-info-box{
    grid-template-columns:1fr !important;
  }
}

body .msc-wrap .msc-cart-note{
  display:none !important;
}
body .msc-wrap .msc-shop-info-box,
body .msc-wrap .msc-delivery-rules{
  display:none !important;
}
body .msc-wrap .msc-shop-topline{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:14px !important;
  padding:12px 14px !important;
  margin-bottom:16px !important;
  font-size:13px !important;
  line-height:1.5 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-shop-topline-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
}
body .msc-wrap .msc-shop-topline-item strong{
  font-weight:700 !important;
}
body .msc-wrap .msc-shop-topline-sep{
  color:#999 !important;
}
body .msc-wrap .msc-delivery-address-box{
  margin-top:0 !important;
}
body .msc-wrap .msc-card-body{
  gap:6px !important;
}
body .msc-wrap .msc-product-badges{
  margin-bottom:2px !important;
}
body .msc-wrap .msc-badge-day,
body .msc-wrap .msc-badge-cutoff{
  padding:3px 8px !important;
  font-size:10px !important;
}
@media (max-width:700px){
  body .msc-wrap .msc-shop-topline{
    align-items:flex-start !important;
    gap:6px !important;
  }
  body .msc-wrap .msc-shop-topline-sep{
    display:none !important;
  }
  body .msc-wrap .msc-shop-topline-item{
    width:100% !important;
  }
}

body .msc-wrap .msc-hero .msc-meta{
  display:none !important;
}
body .msc-wrap .msc-shop-topline{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:14px !important;
  padding:12px 14px !important;
  margin-bottom:16px !important;
  font-size:13px !important;
  line-height:1.5 !important;
  color:#3c3c3c !important;
}
body .msc-wrap .msc-shop-topline-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
}
body .msc-wrap .msc-shop-topline-sep{
  color:#999 !important;
}

body .msc-wrap .msc-card.msc-card-unavailable{
  opacity:.55 !important;
  filter:grayscale(.15) !important;
}
body .msc-wrap .msc-card.msc-card-unavailable .msc-image-wrap img{
  opacity:.8 !important;
}
body .msc-wrap .msc-availability-note{
  background:#fff3f3 !important;
  border:1px solid #efc2c2 !important;
  color:#8a2f2f !important;
  border-radius:10px !important;
  padding:8px 10px !important;
  font-size:11px !important;
  line-height:1.4 !important;
}

body .msc-wrap .msc-checkout-final-note{
  margin:10px 0 12px !important;
  padding:10px 12px !important;
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:10px !important;
  font-size:12px !important;
  line-height:1.45 !important;
  color:#555 !important;
}
body .msc-wrap .msc-checkout-button[disabled]{
  cursor:not-allowed !important;
}

body .msc-wrap .msc-order-success-actions{
  display:flex !important;
  gap:10px !important;
  margin:10px 0 12px !important;
}
body .msc-wrap .msc-order-another-day,
body .msc-wrap .msc-order-finish{
  border:none !important;
  border-radius:10px !important;
  padding:10px 12px !important;
  font-size:12px !important;
  line-height:1.2 !important;
  cursor:pointer !important;
  min-height:auto !important;
}
body .msc-wrap .msc-order-another-day{
  background:#ed850f !important;
  color:#fff !important;
}
body .msc-wrap .msc-order-finish{
  background:#f3f3f3 !important;
  color:#3c3c3c !important;
  border:1px solid #ddd !important;
}
body .msc-wrap .msc-checkout-final-note{
  margin:10px 0 12px !important;
  padding:10px 12px !important;
  background:#f7f7f7 !important;
  border:1px solid #ececec !important;
  border-radius:10px !important;
  font-size:12px !important;
  line-height:1.45 !important;
  color:#555 !important;
}
body .msc-wrap .msc-checkout-button[disabled]{
  cursor:not-allowed !important;
}
@media (max-width:700px){
  body .msc-wrap .msc-order-success-actions{
    flex-direction:column !important;
  }
}

body .msc-wrap .msc-is-hidden{
  display:none !important;
}

body .msc-wrap .msc-hero{
  padding:18px 20px 16px !important;
}
body .msc-wrap .msc-hero h1{
  margin-bottom:6px !important;
}
body .msc-wrap .msc-category-details{
  box-shadow:0 2px 10px rgba(0,0,0,.03) !important;
}
body .msc-wrap .msc-category-header{
  transition:background .15s ease !important;
}
body .msc-wrap .msc-category-header:hover{
  background:#f1f1f1 !important;
}
body .msc-wrap .msc-category-header h2{
  position:relative !important;
  padding-left:16px !important;
}
body .msc-wrap .msc-category-header h2:before{
  content:'▾';
  position:absolute;
  left:0;
  top:0;
  color:#777;
  font-size:12px;
}
body .msc-wrap .msc-category-details:not([open]) .msc-category-header h2:before{
  content:'▸';
}
body .msc-wrap .msc-cart-box{
  border-radius:16px !important;
}
body .msc-wrap .msc-checkout-section-label{
  margin-top:12px !important;
}

body .msc-wrap .msc-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
body .msc-wrap .msc-card{
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
}
body .msc-wrap .msc-image-wrap{
  aspect-ratio:16/8 !important;
}
body .msc-wrap .msc-card-body{
  padding:12px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}
body .msc-wrap .msc-card-top{
  align-items:flex-start !important;
  min-height:50px !important;
}
body .msc-wrap .msc-card-top h3{
  font-size:16px !important;
  line-height:1.2 !important;
  margin:0 !important;
}
body .msc-wrap .msc-price{
  font-size:14px !important;
  font-weight:700 !important;
  margin-left:8px !important;
}
body .msc-wrap .msc-product-badges{
  gap:5px !important;
  min-height:24px !important;
}
body .msc-wrap .msc-text{
  font-size:12px !important;
  line-height:1.45 !important;
  min-height:34px !important;
  max-height:34px !important;
  overflow:hidden !important;
}
body .msc-wrap .msc-card-meta{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  margin-top:2px !important;
}
body .msc-wrap .msc-info-toggle{
  margin:0 !important;
}
body .msc-wrap .msc-info-toggle summary{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  cursor:pointer !important;
  font-size:12px !important;
  color:#3c3c3c !important;
  font-weight:600 !important;
  list-style:none !important;
}
body .msc-wrap .msc-info-toggle summary::-webkit-details-marker{
  display:none !important;
}
body .msc-wrap .msc-info-toggle summary:before{
  content:'▸';
  color:#777 !important;
  font-size:11px !important;
}
body .msc-wrap .msc-info-toggle[open] summary:before{
  content:'▾';
}
body .msc-wrap .msc-info-block{
  margin-top:6px !important;
  padding:8px 10px !important;
  font-size:11px !important;
  line-height:1.45 !important;
}
body .msc-wrap .msc-allergens{
  background:#fff7f7 !important;
}
body .msc-wrap .msc-card-bottom{
  margin-top:auto !important;
  display:grid !important;
  grid-template-columns:88px 1fr !important;
  gap:10px !important;
  align-items:end !important;
  padding-top:4px !important;
}
body .msc-wrap .msc-actions{
  display:none !important;
}
body .msc-wrap .msc-qty label{
  font-size:11px !important;
  margin-bottom:4px !important;
}
body .msc-wrap .msc-qty-input{
  height:42px !important;
  padding:8px 10px !important;
  font-size:13px !important;
  border-radius:12px !important;
}
body .msc-wrap .msc-add-to-cart{
  height:42px !important;
  border-radius:12px !important;
  padding:8px 12px !important;
  font-size:13px !important;
  white-space:nowrap !important;
}
body .msc-wrap .msc-availability-note{
  margin-top:2px !important;
}
@media (max-width:700px){
  body .msc-wrap .msc-grid{
    grid-template-columns:1fr !important;
  }
}

body .msc-wrap .msc-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
body .msc-wrap .msc-card{
  border:1px solid #ececec !important;
  border-radius:14px !important;
  box-shadow:0 4px 14px rgba(0,0,0,.03) !important;
  overflow:hidden !important;
}
body .msc-wrap .msc-image-wrap{
  aspect-ratio:16/8 !important;
}
body .msc-wrap .msc-card-body{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  padding:12px !important;
}
body .msc-wrap .msc-card-top{
  min-height:44px !important;
  gap:10px !important;
  align-items:flex-start !important;
}
body .msc-wrap .msc-card-top h3{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.25 !important;
}
body .msc-wrap .msc-price{
  font-size:13px !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}
body .msc-wrap .msc-product-badges{
  gap:5px !important;
  min-height:22px !important;
}
body .msc-wrap .msc-badge-day,
body .msc-wrap .msc-badge-cutoff{
  padding:3px 8px !important;
  font-size:10px !important;
}
body .msc-wrap .msc-text{
  margin:0 !important;
  font-size:12px !important;
  line-height:1.4 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  min-height:34px !important;
}
body .msc-wrap .msc-card-meta{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
}
body .msc-wrap .msc-info-toggle{
  margin:0 !important;
}
body .msc-wrap .msc-info-toggle summary{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  cursor:pointer !important;
  font-size:12px !important;
  line-height:1.3 !important;
  color:#3c3c3c !important;
  font-weight:600 !important;
  list-style:none !important;
}
body .msc-wrap .msc-info-toggle summary::-webkit-details-marker{
  display:none !important;
}
body .msc-wrap .msc-info-toggle summary:before{
  content:'▸' !important;
  color:#777 !important;
  font-size:11px !important;
}
body .msc-wrap .msc-info-toggle[open] summary:before{
  content:'▾' !important;
}
body .msc-wrap .msc-info-block{
  margin-top:6px !important;
  padding:8px 10px !important;
  font-size:11px !important;
  line-height:1.45 !important;
}
body .msc-wrap .msc-allergens{
  background:#fff7f7 !important;
}
body .msc-wrap .msc-card-bottom{
  margin-top:auto !important;
  display:grid !important;
  grid-template-columns:86px 1fr !important;
  gap:10px !important;
  align-items:end !important;
  padding-top:4px !important;
}
body .msc-wrap .msc-actions{
  display:none !important;
}
body .msc-wrap .msc-qty label{
  font-size:11px !important;
  margin-bottom:4px !important;
}
body .msc-wrap .msc-qty-input{
  height:40px !important;
  padding:8px 10px !important;
  font-size:13px !important;
  border-radius:12px !important;
}
body .msc-wrap .msc-add-to-cart{
  height:40px !important;
  padding:8px 12px !important;
  border-radius:12px !important;
  font-size:13px !important;
  white-space:nowrap !important;
}
@media (max-width:700px){
  body .msc-wrap .msc-grid{
    grid-template-columns:1fr !important;
  }
}

body .msc-wrap .msc-card{
  background:#fff !important;
}
body .msc-wrap .msc-card-body{
  gap:10px !important;
}
body .msc-wrap .msc-card-top{
  min-height:54px !important;
}
body .msc-wrap .msc-card-top h3{
  font-size:17px !important;
}
body .msc-wrap .msc-price{
  font-size:14px !important;
}
body .msc-wrap .msc-text{
  display:none !important;
}
body .msc-wrap .msc-card-meta{
  min-height:22px !important;
}
body .msc-wrap .msc-info-toggle summary{
  font-size:12px !important;
  color:#5a5a5a !important;
}
body .msc-wrap .msc-card-bottom{
  grid-template-columns:92px 1fr !important;
  gap:12px !important;
}
body .msc-wrap .msc-qty-input{
  width:100% !important;
}
body .msc-wrap .msc-add-to-cart{
  width:100% !important;
  justify-self:stretch !important;
}

/* v10.5 card polish */
body .msc-wrap .msc-grid{
  gap:12px !important;
}
body .msc-wrap .msc-card{
  border:1px solid #e9e9e9 !important;
  border-radius:16px !important;
  box-shadow:0 2px 10px rgba(0,0,0,.03) !important;
  background:#fff !important;
}
body .msc-wrap .msc-image-wrap{
  aspect-ratio:16/7 !important;
  background:#fafafa !important;
}
body .msc-wrap .msc-card-body{
  padding:12px !important;
  gap:8px !important;
}
body .msc-wrap .msc-card-top{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:start !important;
  gap:8px !important;
  min-height:56px !important;
}
body .msc-wrap .msc-card-top h3{
  font-size:15px !important;
  line-height:1.22 !important;
  margin:0 !important;
  max-width:100% !important;
}
body .msc-wrap .msc-price{
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  align-self:start !important;
  margin:0 !important;
}
body .msc-wrap .msc-product-badges{
  gap:4px !important;
  min-height:20px !important;
  margin-top:-2px !important;
}
body .msc-wrap .msc-badge-day,
body .msc-wrap .msc-badge-cutoff{
  padding:3px 7px !important;
  font-size:10px !important;
}
body .msc-wrap .msc-card-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  min-height:20px !important;
}
body .msc-wrap .msc-info-toggle{
  margin:0 !important;
}
body .msc-wrap .msc-info-toggle summary{
  font-size:11px !important;
  line-height:1.25 !important;
  color:#666 !important;
  font-weight:600 !important;
  padding:0 !important;
}
body .msc-wrap .msc-info-toggle summary:before{
  font-size:10px !important;
}
body .msc-wrap .msc-info-block{
  margin-top:6px !important;
  padding:8px 9px !important;
  border-radius:10px !important;
}
body .msc-wrap .msc-card-bottom{
  margin-top:auto !important;
  display:grid !important;
  grid-template-columns:84px 1fr !important;
  gap:8px !important;
  align-items:end !important;
  padding-top:2px !important;
}
body .msc-wrap .msc-qty{
  min-width:0 !important;
}
body .msc-wrap .msc-qty label{
  font-size:10px !important;
  line-height:1.2 !important;
  color:#666 !important;
  margin-bottom:4px !important;
}
body .msc-wrap .msc-qty-input{
  height:40px !important;
  width:100% !important;
  padding:7px 10px !important;
  border-radius:12px !important;
  font-size:13px !important;
}
body .msc-wrap .msc-add-to-cart{
  height:40px !important;
  width:100% !important;
  border-radius:12px !important;
  padding:0 10px !important;
  font-size:12px !important;
  line-height:1 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
body .msc-wrap .msc-card-unavailable .msc-add-to-cart{
  font-size:11px !important;
}
body .msc-wrap .msc-availability-note{
  padding:7px 9px !important;
  font-size:10px !important;
}
@media (max-width:900px){
  body .msc-wrap .msc-card-top{
    min-height:52px !important;
  }
}

/* v10.6 pure layout finish */
body .msc-wrap .msc-products-area{gap:14px !important;}
body .msc-wrap .msc-category-section{gap:8px !important;}
body .msc-wrap .msc-category-details{border:1px solid #ececec !important;border-radius:14px !important;overflow:hidden !important;background:#fff !important;}
body .msc-wrap .msc-category-header{padding:12px 14px !important;min-height:unset !important;background:#fbfbfb !important;}
body .msc-wrap .msc-category-header h2{font-size:16px !important;line-height:1.2 !important;padding-left:16px !important;}
body .msc-wrap .msc-category-header span{font-size:12px !important;color:#777 !important;}
body .msc-wrap .msc-category-details .msc-grid{padding:12px !important;}
body .msc-wrap .msc-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
body .msc-wrap .msc-card{border:1px solid #ececec !important;border-radius:14px !important;box-shadow:none !important;display:flex !important;flex-direction:column !important;min-height:0 !important;}
body .msc-wrap .msc-image-wrap{aspect-ratio:16/6.5 !important;background:#fafafa !important;}
body .msc-wrap .msc-image-wrap img{object-fit:contain !important;padding:8px !important;}
body .msc-wrap .msc-card-body{padding:10px !important;gap:6px !important;}
body .msc-wrap .msc-card-top{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:8px !important;min-height:44px !important;align-items:start !important;}
body .msc-wrap .msc-card-top h3{font-size:14px !important;line-height:1.2 !important;margin:0 !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
body .msc-wrap .msc-price{font-size:13px !important;font-weight:700 !important;margin:0 !important;align-self:start !important;}
body .msc-wrap .msc-product-badges{gap:4px !important;min-height:18px !important;margin:0 !important;}
body .msc-wrap .msc-badge-day,
body .msc-wrap .msc-badge-cutoff{padding:2px 7px !important;font-size:10px !important;line-height:1.15 !important;}
body .msc-wrap .msc-text{display:none !important;}
body .msc-wrap .msc-availability-note{margin:0 !important;}
body .msc-wrap .msc-card-meta{display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:center !important;min-height:18px !important;}
body .msc-wrap .msc-info-toggle{margin:0 !important;}
body .msc-wrap .msc-info-toggle summary{font-size:11px !important;line-height:1.2 !important;color:#666 !important;font-weight:600 !important;}
body .msc-wrap .msc-info-block{margin-top:6px !important;padding:8px 10px !important;border-radius:10px !important;}
body .msc-wrap .msc-card-bottom{margin-top:auto !important;display:grid !important;grid-template-columns:80px 1fr !important;gap:8px !important;align-items:end !important;padding-top:4px !important;}
body .msc-wrap .msc-qty label{font-size:10px !important;margin-bottom:4px !important;}
body .msc-wrap .msc-qty-input{height:38px !important;padding:6px 10px !important;border-radius:10px !important;font-size:13px !important;}
body .msc-wrap .msc-add-to-cart{height:38px !important;border-radius:10px !important;padding:0 10px !important;font-size:12px !important;white-space:nowrap !important;}
body .msc-wrap .msc-card-unavailable{opacity:.6 !important;}
body .msc-wrap .msc-layout{grid-template-columns:minmax(0,1fr) 360px !important;gap:18px !important;}
body .msc-wrap .msc-cart-box{border:1px solid #ececec !important;border-radius:14px !important;box-shadow:none !important;padding:14px !important;}
body .msc-wrap .msc-cart-box h2,
body .msc-wrap .msc-checkout-form h3{font-size:18px !important;}
body .msc-wrap .msc-checkout-form h3{margin-bottom:8px !important;}
body .msc-wrap .msc-field{margin-bottom:8px !important;}
body .msc-wrap .msc-field label{font-size:12px !important;}
body .msc-wrap .msc-field input,
body .msc-wrap .msc-field textarea{border-radius:12px !important;}
@media (max-width:960px){body .msc-wrap .msc-layout{grid-template-columns:1fr !important;}}
@media (max-width:700px){body .msc-wrap .msc-grid{grid-template-columns:1fr !important;}body .msc-wrap .msc-card-bottom{grid-template-columns:84px 1fr !important;}}

/* v10.8 frontend rebuild */
body .msc-wrap.msc-flow-date-first{max-width:1160px!important}
body .msc-wrap .msc-panel-title{font-size:18px!important;font-weight:700!important;color:#3c3c3c!important;margin:0 0 10px!important}
body .msc-wrap .msc-date-first-panel,
body .msc-wrap .msc-cart-top-panel,
body .msc-wrap .msc-products-panel,
body .msc-wrap .msc-checkout-panel{margin-bottom:18px!important}
body .msc-wrap .msc-calendar-shell,
body .msc-wrap .msc-checkout-box{background:#fff!important;border:1px solid #ececec!important;border-radius:14px!important;padding:14px!important}
body .msc-wrap .msc-cart-top-panel .msc-cart-box{background:#fff!important}
body .msc-wrap .msc-date-select-headline{margin-bottom:10px!important;font-size:17px!important}
body .msc-wrap .msc-selected-date-info{margin:10px 0 12px!important;padding:10px 12px!important;background:#f7f7f7!important;border:1px solid #ececec!important;border-radius:10px!important;font-size:13px!important}
body .msc-wrap .msc-products-area{gap:12px!important}
body .msc-wrap .msc-category-section{display:none}
body .msc-wrap .msc-layout{display:block!important}
body .msc-wrap .msc-category-details .msc-grid{padding:12px!important}
body .msc-wrap .msc-category-header{padding:12px 14px!important}
body .msc-wrap .msc-calendar-grid{margin-bottom:10px!important}
body .msc-wrap .msc-cart-box{position:static!important}

/* v10.10 flow adjustments */
body .msc-wrap .msc-cutoff-info{display:none;margin:10px 0 8px!important;padding:10px 12px!important;background:#fff7ec!important;border:1px solid #f4d19c!important;border-radius:10px!important;font-size:13px!important;line-height:1.45!important;color:#6a4b17!important}
body .msc-wrap .msc-cart-middle-panel{margin-top:18px!important}
body .msc-wrap .msc-short-desc{font-size:11px!important;color:#666!important;padding:6px 10px 0 10px!important;line-height:1.35!important;min-height:20px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
body .msc-wrap .msc-image-wrap{overflow:hidden!important}
@media (hover:hover){
  body .msc-wrap .msc-card:hover .msc-image-wrap img{
    transform:scale(1.06)!important;
  }
}
body .msc-wrap .msc-image-wrap img{
  transition:transform .22s ease!important;
}
body .msc-wrap .msc-card-bottom{grid-template-columns:96px 1fr!important}
body .msc-wrap .msc-add-to-cart{
  font-size:12px!important;
  white-space:normal!important;
  line-height:1.15!important;
  height:auto!important;
  min-height:40px!important;
  padding:8px 10px!important;
}

body .msc-wrap .msc-field select{
  width:100% !important;
  border:1px solid #d9d9d9 !important;
  border-radius:12px !important;
  padding:12px 14px !important;
  font-size:14px !important;
  background:#fff !important;
}

body .msc-wrap #msc-accommodation{
  color:#3c3c3c !important;
  background:#fff !important;
}
body .msc-wrap #msc-accommodation option{
  color:#3c3c3c !important;
}


/* v10.13.5 select readability fix */
body .msc-wrap #msc-accommodation{
  color:#2f2f2f !important;
  background-color:#ffffff !important;
  -webkit-text-fill-color:#2f2f2f !important;
  opacity:1 !important;
  font-size:16px !important;
  line-height:1.35 !important;
  height:52px !important;
  min-height:52px !important;
  padding:12px 46px 12px 16px !important;
  text-indent:0 !important;
  text-shadow:none !important;
  box-sizing:border-box !important;
  appearance:auto !important;
  -webkit-appearance:menulist !important;
  -moz-appearance:menulist !important;
}

body .msc-wrap #msc-accommodation option{
  color:#2f2f2f !important;
  background:#ffffff !important;
}

body .msc-wrap #msc-accommodation:focus,
body .msc-wrap #msc-accommodation:active{
  color:#2f2f2f !important;
  -webkit-text-fill-color:#2f2f2f !important;
}

body .msc-wrap .msc-field label[for="msc-accommodation"] + #msc-accommodation{
  margin-top:6px !important;
}


.msc-payment-methods {
  margin: 18px 0 14px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
}
.msc-payment-methods-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #3c3c3c;
}
.msc-payment-option {
  display: block;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  padding: 12px 14px;
  cursor: pointer;
  background: #fafafa;
}
.msc-payment-option.is-active {
  border-color: #ed850f;
  box-shadow: 0 0 0 2px rgba(237,133,15,.08);
  background: #fff;
}
.msc-payment-option input {
  margin-right: 8px;
}
.msc-payment-option-label {
  font-weight: 700;
  color: #3c3c3c;
}
.msc-payment-option-hint {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 14px;
}
.msc-paypal-button-wrap {
  margin-top: 14px;
}
.msc-paypal-button-note {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}


.msc-paypal-button-container:empty {
  display: none;
}


.msc-wrap.msc-flow-date-first {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
}

.msc-wrap.msc-flow-date-first .msc-legal-links {
  margin-top: auto !important;
  padding-top: 18px;
}


/* v10.38.6 polish */
body .msc-wrap .msc-cart-middle-panel .msc-delivery-address-box{
  margin-top:14px !important;
  margin-bottom:0 !important;
}
body .msc-wrap .msc-checkout-box{
  min-height:100%;
  display:flex !important;
  flex-direction:column !important;
}
body .msc-wrap .msc-legal-links{
  margin-top:auto !important;
  padding-top:18px !important;
}
body .msc-wrap .msc-paypal-button-note{
  display:none !important;
}


/* v10.40 */
body .msc-wrap .msc-terms-checkbox{
  font-size:14px;
  line-height:1.45;
}
body .msc-wrap .msc-terms-checkbox a{
  text-decoration:underline;
}


/* v10.43 */
body .msc-wrap .msc-checkout-error{
  display:block;
  border:1px solid #e2b0aa;
  background:#fff6f5;
  color:#8a3124;
  padding:12px 14px;
  border-radius:8px;
  margin-bottom:12px;
}



/* v1.1.3 checkout links */
.msc-checkout a,
.msc-checkout-final-note a,
.msc-checkout-legal a,
.msc-wrap .msc-checkout a,
.msc-wrap .msc-checkout-final-note a,
.msc-wrap .msc-checkout-legal a {
  color: #777 !important;
  text-decoration: underline;
}

.msc-checkout a:hover,
.msc-checkout-final-note a:hover,
.msc-checkout-legal a:hover,
.msc-wrap .msc-checkout a:hover,
.msc-wrap .msc-checkout-final-note a:hover,
.msc-wrap .msc-checkout-legal a:hover {
  color: #333 !important;
}



/* v1.1.4 legal links stronger override */
.msc-wrap .msc-legal-links a,
.msc-wrap .msc-legal-links a:visited,
.msc-wrap .msc-legal-links a:active,
.msc-wrap .msc-order-terms a,
.msc-wrap .msc-order-terms a:visited,
.msc-wrap .msc-order-terms a:active,
body .msc-wrap .msc-legal-links a,
body .msc-wrap .msc-order-terms a {
  color: #777 !important;
  text-decoration: underline !important;
}

.msc-wrap .msc-legal-links a:hover,
.msc-wrap .msc-order-terms a:hover,
body .msc-wrap .msc-legal-links a:hover,
body .msc-wrap .msc-order-terms a:hover {
  color: #333 !important;
}



/* v1.2.0 payment success modal */
body.msc-modal-open {
  overflow: hidden;
}

.msc-payment-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.msc-payment-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.msc-payment-modal-dialog {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 460px;
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
  padding: 28px 24px 24px;
  text-align: center;
}

.msc-payment-modal-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #f4fbf4;
  color: #2f7d32;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
}

.msc-payment-modal-dialog h3 {
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 1.2;
  color: #2c2c2c;
}

.msc-payment-modal-dialog p {
  margin: 0 0 20px 0;
  color: #555;
}

.msc-payment-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.msc-payment-modal-btn {
  appearance: none;
  border: 1px solid #d4d4d4;
  background: #fff;
  color: #333;
  border-radius: 12px;
  padding: 12px 18px;
  font: inherit;
  cursor: pointer;
  min-width: 170px;
}

.msc-payment-modal-btn-primary {
  background: #ed850f;
  border-color: #ed850f;
  color: #fff;
}

.msc-payment-modal-btn:hover {
  opacity: 0.95;
}
