/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 18:2 Unexpected "<"
Line 408:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .bg-white {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    border-radius: 4px;
    padding: 8px;
  }
  
  </style>

/* CSS from snippet stylesheet tags */
<style>
  .ajax-success-cbox.cbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .ajax-success-cbox .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
  
  .ajax-success-cbox .content {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  }

  /* Close button */
  .ajax-success-cbox .close-box {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
  }
  
  .ajax-success-cbox .close-box:hover {
    background: #e0e0e0;
    transform: rotate(90deg);
  }
  
  .ajax-success-cbox .close-box i {
    font-size: 18px;
    color: #333;
  }
 /* ================================
     RED CHECKOUT BUTTON
     ================================ */
  
  .checkout-buttons .checkout-btn-red {
    background-color: #FF0001 !important;
    background-image: none !important;
    border-color: #FF0001 !important;
    color: #ffffff !important;
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .checkout-buttons .checkout-btn-red:hover {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 0, 1, 0.3);
  }
  
  .checkout-buttons .checkout-btn-red span {
    color: #ffffff !important;
  }
  
  .checkout-buttons.disabled .checkout-btn-red {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
  }

  /* ================================
     MODAL CONTENT STYLING
     ================================ */
  
  .show-cart-wr {
    margin-top: 20px;
  }
  
  .cart-messages {
    background: #4CAF50;
    color: white;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }
  
  .cart-messages i {
    font-size: 20px;
  }
  
  .col-left {
    text-align: center;
    padding: 20px;
  }
  
  .product-image-modal {
    max-width: 200px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }
  
  .product-qty-popups,
  .product-price-popups {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
  }
  
  .col-right {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .count-popup {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
  }
  
  .count-popup .cart-count {
    color: #FF0001;
    font-size: 24px;
  }
  
  .summary {
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
  }
  
  .summary .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  
  .summary .price {
    color: #FF0001;
    font-size: 22px;
  }
  
  .button-continue span {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
  }
  
  .button-continue span:hover {
    background: #e0e0e0;
  }
  
  .button-viewcart a {
    display: block;
    padding: 12px 20px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
  }
  
  .button-viewcart a:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  .button-checks {
    text-align: center;
  }
  
  .button-checks a {
    color: #666;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
  }

  /* Loading */
  .loading.cbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #FF0001;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }

  /* Error modal */
  .ajax-error-cbox.cbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  
  .ajax-error-cbox .modal-inner {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    min-width: 300px;
    text-align: center;
  }
  
  .ajax-error-title {
    font-size: 20px;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 15px;
  }
  
  .ajax-error-message {
    font-size: 14px;
    color: #666;
  }

  /* ================================
     RESPONSIVE
     ================================ */
  
  @media (max-width: 767px) {
    .ajax-success-cbox .content {
      padding: 20px;
      max-height: 95vh;
    }

    .show-cart-wr .col-left img {
    max-width: 200px !important;
    }
    
    .show-cart-wr .col-left {
    padding-right: 0px;
    }
    .show-cart-wr .col-right {
        padding-left: 4px;
        text-align: center;
    }
    .show-cart-wr {
      flex-direction: column;
    }
    
    .col-left,
    .col-right {
      padding: 1px 14px !important;
    }
    
    .product-image-modal {
      max-width: 252px !important;
    }
    
    .cart-messages {
      font-size: 14px;
      padding: 10px;
    }
    
    .count-popup {
      font-size: 16px;
    }
    
    .summary .total {
      font-size: 16px;
    }
    
    .summary .price {
      font-size: 18px;
    }
  }

   .custom-button {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .custom-button .btn {
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 120px;
  }
  
  .custom-button .btn-sign-in {
    background: #333;
    color: #fff;
  }
  
  .custom-button .btn-sign-in:hover {
    background: #000;
  }
  
  .custom-button .btn-register {
    background: #FF0001;
    color: #fff;
  }
  
  .custom-button .btn-register:hover {
    background: #cc0000;
  }
  
  /* Might like section */
  .might_like_title {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
  }
  
  .related-heading h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
  }
  </style>