/** Shopify CDN: Minification failed

Line 233:17 Unexpected "{"
Line 233:28 Expected ":"
Line 233:32 Unexpected "{"
Line 237:17 Unexpected "{"
Line 237:28 Expected ":"
Line 272:17 Unexpected "{"
Line 272:28 Expected ":"

**/
:root {
      --kdf-green: #5FA800;
      --kdf-green-dark: #4e8a00;
      --kdf-black: #000;
      --kdf-gray: #f5f5f5;
  }
  .shopify-section-kdf-combo { width: 100%; overflow-x: hidden; background: #fff; }

  .kdf-banner-outer-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: block;
  }

  .kdf-banner-container {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: var(--desktop-ratio);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transform: translateZ(0);
  }

  .kdf-banner-link { display: block; width: 100%; height: 100%; }

  .kdf-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
  }

  @media (max-width: 767px) {
    .kdf-banner-outer-wrapper {

      width: 100vw !important;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw !important;
      margin-right: -50vw !important;
      padding: 0 !important;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
    }

    .kdf-banner-container {

      width: calc(100% - 24px) !important;

      border-radius: 16px !important;

      box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;

      aspect-ratio: var(--mobile-ratio);
      overflow: hidden;
    }

    .kdf-banner-img {
      border-radius: 16px !important;
      width: 100% !important;
    }
  }

  .kdf-pro-grid { background: #fff; padding-bottom: 40px; position: relative; z-index: 1; }
  .kdf-grid-container { max-width: 1400px; margin: 0 auto; padding: 0 15px; }

  .kdf-grid-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; }

  .kdf-section-title { font-size: 24px; font-weight: 800; margin: 0; color: #000; text-transform: uppercase; letter-spacing: -0.5px; }

  .kdf-view-all { color: var(--kdf-green); font-weight: 700; text-decoration: none; font-size: 14px; transition: 0.3s; }
  .kdf-view-all:hover { color: var(--kdf-green-dark); letter-spacing: 0.5px; }

  .kdf-products-wrapper {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
  }

  .kdf-product-card {
      border: 1px solid #eaeaea;
      border-radius: 12px;
      overflow: hidden;
      display: flex; flex-direction: column;
      position: relative; height: 100%; background: #fff;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.03);
      contain: content;
  }
  .kdf-product-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(95, 168, 0, 0.15); border-color: var(--kdf-green); }

  .kdf-img-container { position: relative; width: 100%; aspect-ratio: 1/1; display: block; background: #f9f9f9; overflow: hidden; }
  .kdf-prod-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
  .kdf-product-card:hover .kdf-prod-img { transform: scale(1.05); }

  .kdf-sale-tag {
      position: absolute;
      top: 0; left: 0;
      background: #FF3333; color: #fff;
      padding: 4px 10px; font-size: 11px; font-weight: 800; z-index: 2;
      border-radius: 12px 0 12px 0;
      box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  }

  .kdf-card-info { padding: 12px; display: flex; flex-direction: column; flex-grow: 1; }

  .kdf-prod-title {
      font-size: 15px; color: #000; text-decoration: none; font-weight: 700;
      margin-bottom: 5px; line-height: 1.3;
      display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
      min-height: 40px;
  }

  .kdf-grid-rating {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      width: fit-content;
      max-width: 100%;
      min-height: 22px;
      margin: 0 0 8px;
      padding: 4px 8px;
      border: 1px solid rgba(255, 184, 0, 0.22);
      border-radius: 999px;
      background: #fff8e6;
      line-height: 1;
  }

  .kdf-grid-rating__stars {
      color: #ffb800;
      font-size: 13px;
      letter-spacing: 1px;
      text-shadow: 0 1px 0 rgba(0,0,0,0.08);
  }

  .kdf-grid-rating__score {
      color: #5c653f;
      font-size: 12px;
      font-weight: 800;
  }

	  .kdf-grid-rating__count {
	      color: #8a8a8a;
	      font-size: 11px;
	      font-weight: 600;
	  }

	  .kdf-grid-trust {
	      display: flex;
	      flex-wrap: wrap;
	      gap: 5px;
	      min-height: 22px;
	      margin: 0 0 8px;
	  }

	  .kdf-grid-trust span {
	      display: inline-flex;
	      align-items: center;
	      min-height: 22px;
	      padding: 4px 8px;
	      border: 1px solid rgba(95, 168, 0, 0.14);
	      border-radius: 999px;
	      background: #f3faea;
	      color: #4d8900;
	      font-size: 11px;
	      font-weight: 800;
	      line-height: 1;
	  }

	  .kdf-price-box { margin-bottom: 12px; }
  .kdf-new-price { font-weight: 800; color: var(--kdf-green); font-size: 17px; }
  .kdf-old-price { font-size: 13px; text-decoration: line-through; color: #999; margin-left: 5px; }

  .kdf-action-row { margin-top: auto; display: flex; gap: 8px; width: 100%; }

  .kdf-btn-view {
      flex: 1;
      background: var(--kdf-green);
      color: #fff !important;
      text-align: center; text-decoration: none;
      font-size: 13px; font-weight: 700;
      padding: 0; height: 40px;
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      transition: 0.2s; border: 1px solid var(--kdf-green);
  }
  .kdf-btn-view:hover { background: var(--kdf-green-dark); border-color: var(--kdf-green-dark); transform: translateY(-1px); }

  .kdf-btn-icon {
      width: 40px; height: 40px;
      background: #fff; color: var(--kdf-green);
      border: 1px solid var(--kdf-green);
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: 0.2s;
  }
  .kdf-btn-icon:hover { background: var(--kdf-green); color: #fff; transform: translateY(-1px); }

  @media (max-width: 1024px) { .kdf-products-wrapper { grid-template-columns: repeat(3, 1fr); } }

	  @media (max-width: 767px) {
	      .shopify-section-kdf-combo {
	        width: 100vw !important;
	        max-width: 100vw !important;
	        position: relative !important;
	        left: 50% !important;
	        right: 50% !important;
	        margin-left: -50vw !important;
	        margin-right: -50vw !important;
	        overflow-x: hidden;
	      }
	      .kdf-pro-grid { padding-bottom: 28px; }
	      #section-{{ unique_id }} {
	        width: 100%;
	        max-width: 100%;
	      }
	      #section-{{ unique_id }} .kdf-grid-container {
	        max-width: 100%;
	        padding: 0 6px !important;
	        box-sizing: border-box;
	      }
	      .kdf-banner-outer-wrapper { margin-bottom: 12px; }

	      .kdf-products-wrapper {
	        grid-template-columns: repeat(2, 1fr);
	        gap: 8px;
	        padding: 0;
	        background: #fff;
	      }

      .kdf-product-card { border-radius: 12px; border: 1px solid #edf0ea; box-shadow: 0 4px 14px rgba(30, 47, 12, 0.06); }
      .kdf-img-container { background: #f7faf2; }
      .kdf-sale-tag { border-radius: 8px 0 10px 0; font-size: 10px; padding: 3px 8px; }
	      .kdf-section-title { padding-left: 0; font-size: 18px; line-height: 1.2; }
	      .kdf-grid-header { margin: 0 0 12px; padding-right: 0; padding-bottom: 8px; }
	      .kdf-view-all { font-size: 13px; padding: 6px 0; }
	      .kdf-card-info { padding: 10px 9px; }
	      .kdf-prod-title { font-size: 13.5px; line-height: 1.28; min-height: 34px; margin-bottom: 4px; }
      .kdf-grid-rating { gap: 4px; min-height: 20px; margin-bottom: 6px; padding: 3px 6px; }
	      .kdf-grid-rating__stars { font-size: 11px; letter-spacing: 0; }
	      .kdf-grid-rating__score { font-size: 10px; }
	      .kdf-grid-rating__count { display: none; }
	      .kdf-grid-trust { gap: 4px; min-height: 20px; margin-bottom: 6px; }
	      .kdf-grid-trust span { min-height: 20px; padding: 3px 6px; font-size: 9px; }
	      .kdf-new-price { font-size: 15px; }
      .kdf-btn-view { height: 38px; font-size: 11px; border-radius: 8px; }
      .kdf-btn-icon { width: 38px; height: 38px; border-radius: 8px; }
      .kdf-btn-icon svg { width: 14px; height: 14px; }
  }

	  @media (max-width: 360px) {
	      #section-{{ unique_id }} .kdf-grid-container { padding-left: 5px !important; padding-right: 5px !important; }
	      .kdf-products-wrapper { gap: 6px; padding: 0; }
	      .kdf-card-info { padding: 8px 7px; }
	      .kdf-prod-title { font-size: 12px; }
	      .kdf-btn-view { font-size: 10px; }
	      .kdf-btn-icon { width: 36px; height: 36px; }
  }

  @media (prefers-reduced-motion: reduce) {
      .kdf-product-card,
      .kdf-prod-img,
      .kdf-btn-view,
      .kdf-btn-icon,
      .kdf-exact-backdrop,
      .kdf-exact-content,
      .kdf-variant-row,
      .kdf-btn {
          transition: none !important;
          animation: none !important;
      }

      .kdf-product-card:hover,
      .kdf-product-card:hover .kdf-prod-img,
      .kdf-btn-view:hover,
      .kdf-btn-icon:hover {
          transform: none !important;
      }
  }

  .kdf-exact-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: flex-end; justify-content: center; backdrop-filter: blur(5px); opacity: 0; transition: opacity 0.2s; }
  .kdf-exact-backdrop.active { opacity: 1; }
  .kdf-exact-content { background: #fff; width: 100%; max-width: 500px; border-radius: 20px 20px 0 0; position: relative; display: flex; flex-direction: column; max-height: 85vh; transform: translateY(100%); transition: transform 0.25s cubic-bezier(0.1, 0.9, 0.2, 1); box-shadow: 0 -5px 40px rgba(0,0,0,0.2); }
  .kdf-exact-content.active { transform: translateY(0); }
  @media (min-width: 769px) { .kdf-exact-backdrop { align-items: center; } .kdf-exact-content { border-radius: 16px; transform: scale(0.95); opacity: 0; } .kdf-exact-content.active { transform: scale(1); opacity: 1; } }
  .kdf-exact-header { padding: 15px; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 15px; position: relative; }
  .kdf-exact-img-box img { width: 60px; height: 60px; border-radius: 8px; object-fit: cover; border: 1px solid #eee; }
  .kdf-exact-title-box h3 { font-size: 16px; font-weight: 700; margin: 0; line-height: 1.2; color: #000; }
  .kdf-subtext { font-size: 13px; color: #666; margin: 4px 0 0; }
  .kdf-exact-close { position: absolute; right: 15px; top: 15px; background: none; border: none; font-size: 28px; line-height: 1; color: #555; cursor: pointer; padding: 5px; z-index: 10; }
  .kdf-scrollable-body { padding: 15px; overflow-y: auto; flex-grow: 1; }
  .kdf-variant-row { display: flex; justify-content: space-between; align-items: center; border: 1px solid #e0e0e0; border-radius: 10px; padding: 12px 15px; cursor: pointer; background: #fff; transition: all 0.2s; position: relative; overflow: hidden; min-height: 55px; margin-bottom: 10px; }
  .kdf-variant-row.active { border: 2px solid var(--kdf-green); background: #f0f9e6; animation: kdfPulse 0.3s ease-in-out; }
  @keyframes kdfPulse { 0% {transform: scale(1);} 50% {transform: scale(1.02);} 100% {transform: scale(1);} }
  .v-left { display: flex; align-items: center; gap: 12px; }
  .v-radio { width: 18px; height: 18px; border: 2px solid #ccc; border-radius: 50%; position: relative; transition: 0.2s; }
  .kdf-variant-row.active .v-radio { border-color: var(--kdf-green); }
  .kdf-variant-row.active .v-radio::after { content: ''; position: absolute; width: 10px; height: 10px; background: var(--kdf-green); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .v-icon { color: #999; display: flex; align-items: center; }
  .kdf-variant-row.active .v-icon { color: var(--kdf-green); }
  .v-title { font-size: 14px; font-weight: 600; color: #333; }
  .v-right { text-align: right; }
  .v-new-price { font-size: 14px; font-weight: 700; color: #000; }
  .kdf-variant-row.active .v-new-price { color: var(--kdf-green); }
  .kdf-qty-row { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; padding-top: 15px; border-top: 1px dashed #eee; }
  .kdf-qty-label { font-size: 15px; font-weight: 600; }
  .kdf-qty-control { display: flex; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
  .kdf-qty-control button { width: 45px; height: 40px; background: #fff; border: none; font-size: 18px; cursor: pointer; transition: 0.2s; }
  .kdf-qty-control button:hover { background: #f5f5f5; }
  .kdf-qty-control span { width: 40px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; background: #fafafa; }
  .kdf-exact-footer { border-top: 1px solid #eee; padding: 15px; background: #fff; }
  .kdf-total-row { display: flex; align-items: baseline; margin-bottom: 15px; justify-content: space-between; }
  .kdf-total-label { font-size: 14px; color: #666; }
  .kdf-final-price { font-size: 22px; font-weight: 800; color: var(--kdf-green); }
  .kdf-btn-group { display: flex; gap: 10px; }
  .kdf-btn { flex: 1; padding: 14px; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; position: relative; display: flex; justify-content: center; align-items: center; transition: 0.2s; }
  .kdf-btn-outline { background: #fff; border: 1px solid var(--kdf-green); color: var(--kdf-green); }
  .kdf-btn-fill { background: var(--kdf-green); border: 1px solid var(--kdf-green); color: #fff; }
  .kdf-loader { display: none; width: 20px; height: 20px; border: 3px solid rgba(255,255,255,0.3); border-radius: 50%; border-top-color: #fff; animation: kdf-spin 0.8s ease-in-out infinite; position: absolute; }
  .kdf-btn-outline .kdf-loader { border-color: rgba(95, 168, 0, 0.2); border-top-color: var(--kdf-green); }
  @keyframes kdf-spin { to { transform: rotate(360deg); } }
  .kdf-btn.loading .btn-text { visibility: hidden; opacity: 0; }
  .kdf-btn.loading .kdf-loader { display: block; }
  .kdf-btn.loading { pointer-events: none; opacity: 0.8; }
