/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 272:0 Unexpected "<"

**/



<style>
  .shipping-protection-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 9998;
  }

  .shipping-protection-modal-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }

  .shipping-protection-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .shipping-protection-modal.open {
    opacity: 1;
    pointer-events: auto;
  }

  .shipping-protection-modal-inner {
    background: #fff;
    max-width: 480px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 12px;
    padding: 20px 20px 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
    font-size: 14px;
  }

  .shipping-protection-modal-title {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
  }

  .shipping-protection-modal-body p {
    margin: 0 0 8px;
  }

  .shipping-protection-modal-body ul {
    padding-left: 18px;
    margin: 4px 0 10px;
  }

  .shipping-protection-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }

  .shipping-protection-modal-cta {
    margin-top: 8px;
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 600;
    cursor: pointer;
    background: #000;
    color: #fff;
  }



  .free-product-item-wrap {
    display: flex;
  }
  .free-product-item-wrap .cd__item-bottom {
    margin-top: 0;
    justify-content: flex-end;
  }
  .free-product-item-wrap .free-price-wrap {
    min-width: 56px;
    display: flex;
    justify-content: flex-end;
  }
  .free-product-item-wrap .cd__item-bottom-free {
    text-align: right;
  }
  @media (min-width: 510px) {
    .free-product-item-wrap .cd__item-title { white-space: nowrap; }
  }

  /* Treat ALL gift lines (including Cuban) the same visually */
  .gift-line {
    order: -1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .gift-line img { width: 85%!important; }
  .free-product-item-wrap .cd__item-remove { display: none; }

  /* Keep existing specific rules working too */
  .cart-drawer__item[data-item-id="49312485179716"] img,
  .cart-drawer__item[data-item-id="47888833249604"] img,
  .cart-drawer__item[data-item-id="49312480854340"] img,
  .cart-drawer__item[data-item-id="55197681484100"] img {
    width: 85%!important;
  }

  .cart-drawer__item[data-item-id="49312485179716"],
  .cart-drawer__item[data-item-id="47888833249604"],
  .cart-drawer__item[data-item-id="49312480854340"],
  .cart-drawer__item[data-item-id="55197681484100"] {
    order : -1;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-drawer__item[data-item-id="49312485179716"] .cd__item-remove,
  .cart-drawer__item[data-item-id="47888833249604"] .cd__item-remove,
  .cart-drawer__item[data-item-id="49312480854340"] .cd__item-remove,
  .cart-drawer__item[data-item-id="55197681484100"] .cd__item-remove {
    display : none;
  }

  .discount-form-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .discount-form-wrapper.open { max-height: 100px; }
  .cd__discount-box {
    padding-bottom: 15px;
    border-bottom: 1px solid #dddd;
  }
  #cart-discount-input { width: 80%; }
  #cart-discount-input:focus { outline: none; }
  #apply-discount {
    width: 20%;
    color: #fff;
    background: #42b0f0;
    font-weight: 500;
  }
  .free-gift-price {
    font-size: 14px;
    font-weight: bold;
    margin-left: 3px;
    color: green;
    text-decoration: none!important;
  }
  .cd__item-bottom-free {
    display: flex;
    flex-direction: row;
    gap: 15px;
    color: #939393;
    font-weight: 500;
  }
  #discount-message { font-size: 12px; }

  #upsell-splide { visibility: hidden; opacity: 0; transition: opacity 0.3s ease; }
  #upsell-splide.is-initialized { visibility: visible; opacity: 1; }
  #upsell-splide .splide__pagination { bottom: -1em; z-index: 0!important; }
  #upsell-splide .splide__pagination__page.is-active { background: #42B0F0; }
  #upsell-splide .splide__arrow { height: 20px !important; width: 20px !important; }
  #upsell-splide .splide__arrow svg { height: 10px; width: 10px; }
  #upsell-splide .cd-upsell { grid-template-columns: 75px 1fr auto; }


    .shipping-protection-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0 16px;
    border-top: 1px solid #ddd;
    margin-top: 8px;
  }

  .shipping-protection-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .shipping-protection-icon img {
    display: block;
  }

  .shipping-protection-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .shipping-protection-title {
    font-weight: 600;
  }

  .shipping-protection-link {
    font-size: 13px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 3px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }

  .shipping-protection-toggle {
    position: relative;
    width: 40px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #333;
    background: #fff;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .shipping-protection-toggle .shipping-protection-knob {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #333;
    left: 2px;
    transition: transform 0.2s ease;
  }

  .shipping-protection-toggle.is-on {
    background: #333;
    border-color: #333;
  }

  .shipping-protection-toggle.is-on .shipping-protection-knob {
    background: #fff;
    transform: translateX(16px);
  }

  .shipping-protection-toggle.is-busy {
    opacity: 0.6;
    pointer-events: none;
  }
</style>
