/* --- Snippet #94: [FEATURE] Pre-Order System --- */
.preorder-info {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.single_add_to_cart_button.preorder {
    background-color: #ff6b35 !important;
    border-color: #ff6b35 !important;
}

.single_add_to_cart_button.preorder:hover {
    background-color: #e55a2b !important;
    border-color: #e55a2b !important;
}

/* --- Snippet #98: Feat - Change Add To Cart price on tier - Ribbon --- */
.product-type-simple .mtc-cart-price-original {
    color: #f2b319 !important;
    opacity: 1 !important;
}

/* --- Snippet #102: Script - Product Package Selection --- */
/* 20% Discount Feature Styles */
.mtc-discounted-price {
  display: inline-block;
}

.mtc-discounted-price .mtc-original-price {
  color: #999 !important;
  text-decoration: line-through !important;
  margin-right: 8px;
  font-weight: normal;
}

.mtc-discounted-price .mtc-discount-price {
  color: #40d904 !important;
  font-weight: 600;
  text-decoration: none !important;
}

.mtc-discount-message {
  font-size: 0.8em !important;
  margin-top: 2px !important;
  color: #e74c3c !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Add some animation for the discount message */
.mtc-discount-message {
  animation: mtc-discount-pulse 2s ease-in-out infinite;
}

@keyframes mtc-discount-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}


/* Ensure discount styling works well with existing price elements */
.price .mtc-discounted-price,
.woocommerce-Price-amount.amount .mtc-discounted-price {
  display: inline-block;
}

/* Make sure the discount styling is prominent on product cards */
.product-small .price .mtc-discounted-price .mtc-discount-price {
  font-size: 1.1em;
}

/* Style for variation buttons with discount */
.mtc-select-variation-btn .variation-price-display .mtc-discounted-price {
  white-space: nowrap;
}

.mtc-select-variation-btn .variation-price-display .mtc-original-price {
  font-size: 0.9em;
}

.mtc-select-variation-btn .variation-price-display .mtc-discount-price {
  font-size: 1em;
  font-weight: 600;
}

/* Cart discount info styles */
.mtc-cart-discount-info {
  margin-bottom: 5px;
  padding: 2px 0;
}

.mtc-cart-discount-info .mtc-discount-amount {
  font-size: 0.9em;
  color: #e74c3c !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- Snippet #127: [MASTER] Frontend Logic (JS & CSS) --- */
/**
* Tailwind Generated
*/
*, ::before, ::after {--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x:  ;--tw-pan-y:  ;--tw-pinch-zoom:  ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position:  ;--tw-gradient-via-position:  ;--tw-gradient-to-position:  ;--tw-ordinal:  ;--tw-slashed-zero:  ;--tw-numeric-figure:  ;--tw-numeric-spacing:  ;--tw-numeric-fraction:  ;--tw-ring-inset:  ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur:  ;--tw-brightness:  ;--tw-contrast:  ;--tw-grayscale:  ;--tw-hue-rotate:  ;--tw-invert:  ;--tw-saturate:  ;--tw-sepia:  ;--tw-drop-shadow:  ;--tw-backdrop-blur:  ;--tw-backdrop-brightness:  ;--tw-backdrop-contrast:  ;--tw-backdrop-grayscale:  ;--tw-backdrop-hue-rotate:  ;--tw-backdrop-invert:  ;--tw-backdrop-opacity:  ;--tw-backdrop-saturate:  ;--tw-backdrop-sepia:  ;--tw-contain-size:  ;--tw-contain-layout:  ;--tw-contain-paint:  ;--tw-contain-style:  
}::backdrop {--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x:  ;--tw-pan-y:  ;--tw-pinch-zoom:  ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position:  ;--tw-gradient-via-position:  ;--tw-gradient-to-position:  ;--tw-ordinal:  ;--tw-slashed-zero:  ;--tw-numeric-figure:  ;--tw-numeric-spacing:  ;--tw-numeric-fraction:  ;--tw-ring-inset:  ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur:  ;--tw-brightness:  ;--tw-contrast:  ;--tw-grayscale:  ;--tw-hue-rotate:  ;--tw-invert:  ;--tw-saturate:  ;--tw-sepia:  ;--tw-drop-shadow:  ;--tw-backdrop-blur:  ;--tw-backdrop-brightness:  ;--tw-backdrop-contrast:  ;--tw-backdrop-grayscale:  ;--tw-backdrop-hue-rotate:  ;--tw-backdrop-invert:  ;--tw-backdrop-opacity:  ;--tw-backdrop-saturate:  ;--tw-backdrop-sepia:  ;--tw-contain-size:  ;--tw-contain-layout:  ;--tw-contain-paint:  ;--tw-contain-style:  
}.container {width: 100%
}@media (min-width: 640px) {.container {max-width: 640px
  }
}@media (min-width: 768px) {.container {max-width: 768px
  }
}@media (min-width: 1024px) {.container {max-width: 1024px
  }
}@media (min-width: 1280px) {.container {max-width: 1280px
  }
}@media (min-width: 1536px) {.container {max-width: 1536px
  }
}.absolute {position: absolute
}.relative {position: relative
}.inset-0 {inset: 0px
}.z-10 {z-index: 10
}.m-0 {margin: 0px
}.mx-auto {margin-left: auto;margin-right: auto
}.mb-0 {margin-bottom: 0px
}.mb-1 {margin-bottom: 0.25rem
}.mb-2 {margin-bottom: 0.5rem
}.mb-3 {margin-bottom: 0.75rem
}.mb-8 {margin-bottom: 2rem
}.ml-2 {margin-left: 0.5rem
}.mr-2 {margin-right: 0.5rem
}.block {display: block
}.inline-block {display: inline-block
}.inline-block {display: inline-block
}.flex {display: flex
}.inline-flex {display: inline-flex
}.grid {display: grid
}.inline-flex {display: inline-flex
}.grid {display: grid
}.hidden {display: none
}.max-w-6xl {max-width: 72rem
}.flex-grow {flex-grow: 1
}.grid-cols-1 {grid-template-columns: repeat(1, minmax(0, 1fr))
}.flex-row {flex-direction: row
}.flex-col {flex-direction: column
}.items-center {align-items: center
}.gap-4 {gap: 1rem
}.overflow-hidden {overflow: hidden
}.rounded-full {border-radius: 9999px
}.rounded-lg {border-radius: 0.5rem
}.rounded-xl {border-radius: 0.75rem
}.bg-gray-100 {--tw-bg-opacity: 1;background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}.bg-primary {--tw-bg-opacity: 1;background-color: rgb(230 45 46 / var(--tw-bg-opacity, 1))
}.bg-primary\/10 {background-color: rgb(230 45 46 / 0.1)
}.bg-white {--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}.p-3 {padding: 0.75rem
}.p-5 {padding: 1.25rem
}.\!px-0 {padding-left: 0px !important;padding-right: 0px !important
}.px-3 {padding-left: 0.75rem;padding-right: 0.75rem
}.px-4 {padding-left: 1rem;padding-right: 1rem
}.px-6 {padding-left: 1.5rem;padding-right: 1.5rem
}.py-1 {padding-top: 0.25rem;padding-bottom: 0.25rem
}.py-12 {padding-top: 3rem;padding-bottom: 3rem
}.py-3 {padding-top: 0.75rem;padding-bottom: 0.75rem
}.pb-0 {padding-bottom: 0px
}.text-left {text-align: left
}.text-center {text-align: center
}.align-top {vertical-align: top
}.align-middle {vertical-align: middle
}.text-2xl {font-size: 1.5rem;line-height: 2rem
}.text-3xl {font-size: 1.875rem;line-height: 2.25rem
}.text-4xl {font-size: 2.25rem;line-height: 2.5rem
}.text-lg {font-size: 1.125rem;line-height: 1.75rem
}.text-sm {font-size: 0.875rem;line-height: 1.25rem
}.text-xs {font-size: 0.75rem;line-height: 1rem
}.font-bold {font-weight: 700
}.font-light {font-weight: 300
}.font-medium {font-weight: 500
}.uppercase {text-transform: uppercase
}.text-gray-500 {--tw-text-opacity: 1;color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}.text-gray-700 {--tw-text-opacity: 1;color: rgb(55 65 81 / var(--tw-text-opacity, 1))
}.text-gray-800 {--tw-text-opacity: 1;color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}.text-primary {--tw-text-opacity: 1;color: rgb(230 45 46 / var(--tw-text-opacity, 1))
}.text-white {--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}.text-white\/90 {color: rgb(255 255 255 / 0.9)
}.opacity-10 {opacity: 0.1
}.shadow-lg {--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}.transition-all {transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms
}.transition-transform {transition-property: transform;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms
}.duration-200 {transition-duration: 200ms
}.hover\:scale-105:hover {--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}.hover\:bg-gray-100:hover {--tw-bg-opacity: 1;background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1))
}@media (min-width: 768px) {.md\:grid-cols-2 {grid-template-columns: repeat(2, minmax(0, 1fr))
  }.md\:text-5xl {font-size: 3rem;line-height: 1
  }
}@media (min-width: 1024px) {.lg\:grid-cols-4 {grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}@media (min-width: 768px) {.md\:\!max-w-sm {max-width: 24rem !important
  }
}

/**
* Preset Quantity Styles - From Snippet #96
*/
/* Single 2×3 grid wrapper */
.qty-presets {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border: 1px solid #c59a6c;
        margin-bottom: .5em;
    }
    /* All internal cells share right+bottom borders */
    .qty-presets .preset {
        background: #fff;
        border: none;
        border-right: 1px solid #c59a6c;
        border-bottom: 1px solid #c59a6c;
        padding: .5em 0;
        text-align: center;
        cursor: pointer;
        margin: 0;
    }

    /* Hover/active styles */
    .qty-presets .preset.active,
    .qty-presets .preset:hover {
        background: #f5e3d2;
    }
    /* Quantity picker layout below presets */
    .quantity {
        display: flex !important;
        align-items: center;
        margin-bottom: .5em;
    }
    .quantity .minus,
    .quantity .plus {
        cursor: pointer;
        user-select: none;
        font-size: 1.2em;
        width: 1.5em;
        text-align: center;
    }
    .quantity .qty {
        width: 3em;
        text-align: center;
        margin: 0 .25em;
    }


  /**
  * General Styles - From Snippet #124
  */
  @media screen and (max-width: 768px) {
      .campaign-reviews .tm-wall-track>div {
          animation: none !important;
          flex-direction: column !important;
      }
  }

  .campaign-reviews .mobile-reviews-load-more {
      display: none;
      text-align: center;
      margin: 20px 0;
      padding: 0 20px;
  }

  .campaign-reviews .mobile-reviews-load-more-btn {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      border: none;
      padding: 8px 24px;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
      min-width: 180px;
      position: relative;
      overflow: hidden;
  }

  .campaign-reviews .mobile-reviews-load-more-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  }

  .campaign-reviews .mobile-reviews-load-more-btn:active {
      transform: translateY(0);
  }

  .campaign-reviews .mobile-reviews-load-more-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      transform: none;
  }

  .campaign-reviews .btn-text,
  .btn-loading {
      transition: opacity 0.3s ease;
  }

  .campaign-reviews .btn-loading {
      display: none;
  }

  .campaign-reviews .btn-loading::after {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 8px;
      border: 2px solid transparent;
      border-top: 2px solid currentColor;
      border-radius: 50%;
      animation: mobile-reviews-spin 1s linear infinite;
  }

  .tm-wall-track>div>div:has(.mobile-reviews-item-hidden) {
      display: none !important;
  }

  .timeline__wrapper .section-content {
      display: flex;
      gap: 40px;
  }

  .timeline__wrapper .section-content h5 {
      font-family: 'Poppins';
  }

  .timeline__wrapper .section-content h6 {
      text-transform: none;
  }

  @media (max-width: 768px) {
      .timeline__wrapper .section-content {
          flex-direction: column;
      }
  }

  @keyframes mobile-reviews-spin {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }

  @keyframes mobile-reviews-fadeInUp {
      from {
          opacity: 0;
          transform: translateY(30px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  /**
  * Campaign Styles - From Snippet #121
  */
  body:has(.hide-woocommerce-message) .woocommerce-message {
      display: none !important;
  }
  .section-products .flickity-page-dots {
      bottom: -40px;
  }

  .section-rollies .col-inner {
      padding-top: 0 !important;
  }
  
  .review-gradient {
      mask-image: linear-gradient(to left, transparent, black 5%, black 95%, transparent);
  }
  
  .timeline__wrapper .section-content {
      display: grid !important;
      grid-template-columns: 1fr;
  }
  
  @media (max-width: 620px) {		
      .primetime_banner .banner-bg:before, .discount20_banner .banner-bg:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-position: center bottom;
          background-size: cover;
      }
      
      .primetime_banner .banner-bg:before {
          background-image: url('https://nativesmokes4less.one/wp-content/uploads/2025/07/banner_primetime_mobile.png');
      }
      
      .discount20_banner .banner-bg:before {
          background-image: url('https://nativesmokes4less.one/wp-content/uploads/2025/07/discount_banner_mobile.png');
      }
      
      .primetime_banner .banner-layers, .discount20_banner .banner-layers {
          z-index: 5;
      }
  }
  
  @media (min-width: 840px) {
      .timeline__wrapper .section-content {
          grid-template-columns: 1fr 1fr;
      }
  }
  
  @media (min-width: 1140px) {
      .timeline__wrapper .section-content {
          grid-template-columns: 1fr 1fr 1fr 1fr;
      }
  }

  /**
  * Upsell Products Styles - From Snippet #118
  */

  .cuw-product-addons .cuw-custom-checkbox-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 8px 16px;
      border: 2px solid #dddddd;
      border-radius: 8px;
      background-color: #ffffff;
      color: #555555;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.25s ease-in-out;
      user-select: none;
      min-width: 100px;
      text-align: center;
  }
  
  .cuw-product-addons .cuw-custom-checkbox-btn:not(.is-selected):hover {
      border-color: #334862;
      color: #334862;
      background-color: #f7faff;
  }
  
  .cuw-product-addons .cuw-custom-checkbox-btn.is-selected {
      background-color: #28a745;
      border-color: #28a745;
      color: #ffffff;
  }
  
  .cuw-product-addons .cuw-custom-checkbox-btn .cuw-btn-icon {
      font-size: 16px;
      line-height: 1;
  }
  
  .cuw-product-addons .cuw-product-row .cuw-custom-checkbox-btn {
      margin-left: auto;
      margin-right: 10px;
  }
  
  .cuw-product-addons .cuw-product-row > div:first-child {
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  
  .cuw-product-addons:not(:has(.cuw-product-variants)) .cuw-gird .cuw-product-image ~ div > div {
      display: block !important;
  }
  
  .cuw-product-addons .cuw-product-row .selected-variation {
      border-color: var(--e-global-color-primary, #334155) !important;
      background-color: var(--e-global-color-primary, #334155) !important;
      color: white !important;
      font-weight: bold !important;
  }
  
  .cuw-product-addons .cuw-product-row .selected-variation span {
      color: white !important;
  }
  
  .cuw-product-addons .cuw-product-row .cuw-product {
      opacity: 1 !important;
      pointer-events: all !important;
  }
  
  .cuw-product-addons .cuw-product-row .cuw-product-addons-pricing-section {
      display: none !important;
  }
  
  .cuw-total-price-section {
      display: none !important;
  }

  /**
  * Out of Stock Swatches Styles - From Snippet #82
  */
  .cfvsw-swatches-option.cfvsw-swatches-out-of-stock,
  .cfvsw-swatches-option.cfvsw-swatches-blur,
  .cfvsw-swatches-option.cfvsw-swatches-blur-disable,
  .cfvsw-swatches-option.cfvsw-swatches-disabled {
      display: none !important;
  }

/* --- Snippet #133: [FEATURE] - Free Shipping Progress --- */
:root {--fsb-icon-bg: #0d3d82;--fsb-bar-color: #4CAF50;--fsb-bar-bg: #e0e0e0;--fsb-text-light: #555;--fsb-text-dark: #1e1e1e;--fsb-success-color: #4CAF50;}
.fsb-minicart-bar-wrapper { padding: 15px 0 5px; border-top: 1px solid #eee; margin-top: 15px; }
.fsb-shortcode-instance { margin-top: 15px; }
.fsb-container { display: flex; align-items: center; gap: 15px; width: 100%; }
.fsb-icon { flex-shrink: 0; width: 44px; height: 44px; background-color: var(--fsb-icon-bg); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; }
.fsb-icon svg { width: 24px; height: 24px; }
.fsb-details { flex-grow: 1; display: flex; flex-direction: column; gap: 4px; }
.fsb-progress-bar { width: 100%; height: 10px; background-color: var(--fsb-bar-bg); border-radius: 10px; overflow: hidden; }
.fsb-progress-bar-inner { height: 100%; background-color: var(--fsb-bar-color); border-radius: 10px; transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.fsb-text { line-height: 1.3; display: flex; flex-direction: column; }
.fsb-text-line1 { font-size: 14px; color: var(--fsb-text-light); }
.fsb-text-line2 { font-size: 16px; font-weight: bold; color: var(--fsb-text-dark); }
.fsb-container.fsb-success .fsb-icon { background-color: var(--fsb-success-color); }
.fsb-container.fsb-success .fsb-text-line1, .fsb-container.fsb-success .fsb-text-line2 { color: var(--fsb-success-color); }
.fsb-toast-wrapper { position: fixed; bottom: 20px; right: 0; left: 0; margin: auto; z-index: 99999; background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.15); border: 1px solid #eee; width: 320px; transform: translateY(calc(100% + 200px)); transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.fsb-toast-wrapper.is-visible { transform: translateY(0); }
.fsb-text-line1 .woocommerce-Price-amount { font-weight: bold; color: #0d3d82;}
.fsb-container.fsb-in-progress .fsb-progress-bar-inner { background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-size: 40px 40px; animation: fsb-progress-bar-stripes 2s linear infinite; }
@keyframes fsb-progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } }
@media (max-width: 768px) { .fsb-toast-wrapper { display: none } }
.ux-mini-cart-footer { padding-bottom: 0 !important; }
.mfp-content .cart-popup-inner { padding-bottom: 20px !important }

/* --- Snippet #134: [FEATURE] - Frontend E-Transfer Instructions --- */
/* E-Transfer Instructions Styling */

.mcy-etransfer-instructions {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.mcy-instruction-header {
    text-align: center;
    margin-bottom: 30px;
}

.mcy-instruction-header h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.mcy-instruction-header p {
    color: #666;
    font-size: 16px;
}

.mcy-step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #0073aa;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}

.mcy-step-content {
    flex: 1;
}

.mcy-step-content h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
}

.mcy-copy-item {
    margin-bottom: 15px;
    flex-direction: column;
}

.mcy-copy-item:last-child {
    margin-bottom: 0;
}

.mcy-copy-item label {
    display: block;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    font-size: 14px;
}

.mcy-copy-data {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 768px) {
  .mcy-copy-data {
    gap: 0 !important;
  }
}

.mcy-obfuscated-email::after {
    content: '@gmail.com'; /* Default, will be overridden by inline styles */
}

.mcy-copy-button {
    background: #0073aa !important;
    color: white !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: background-color 0.2s !important;
    white-space: nowrap !important;
}

.mcy-copy-button:hover {
    background: #005a87 !important;
}

.mcy-copy-button:active {
    background: #004670 !important;
}

.mcy-copy-button.mcy-copy-success {
    background: #28a745 !important;
    transition: background-color 0.2s !important;
}

.mcy-copy-button.mcy-copy-success:hover {
    background: #28a745 !important;
}

.mcy-copy-button.mcy-copy-error {
    background: #dc3545 !important;
    transition: background-color 0.2s !important;
}

.mcy-copy-button.mcy-copy-error:hover {
    background: #dc3545 !important;
}

.mcy-copy-feedback {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-left: 10px;
    color: #28a745;
    font-weight: bold;
    font-size: 12px;
}

.mcy-post-instructions {
    background: #e8f4fd;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 4px solid #0073aa;
}

.mcy-post-instructions h4 {
    color: #0073aa;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.mcy-post-instructions ul {
    margin: 0 0 15px 20px;
    padding: 0;
}

.mcy-post-instructions li {
    margin-bottom: 8px;
    color: #555;
    line-height: 1.5;
}

.mcy-thank-you {
    font-weight: 600;
    color: #0073aa;
    margin: 0;
    font-style: italic;
}

.mcy-alternative-payment {
    text-align: center;
    padding: 25px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 2px dashed #ddd;
    margin-top: 30px;
}

.mcy-alternative-payment h4 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

.mcy-alternative-payment p {
    color: #666;
    margin-bottom: 20px;
}

.mcy-card-payment-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #28a745 !important;
    color: white !important;
    text-decoration: none !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: background-color 0.2s !important;
    border: none !important;
}

.mcy-card-payment-button:hover {
    background: #218838 !important;
    color: white !important;
}

.mcy-card-icon {
    height: 24px;
    width: auto;
}

.mcy-copy-data span {
  width: 100%;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .mcy-etransfer-instructions {
        padding: 15px;
    }
    
    .mcy-step {
        flex-direction: column;
        text-align: center;
    }
    
    .mcy-step-number {
        margin: 0 auto 15px auto;
    }
    
    .mcy-copy-data {
        flex-direction: column;
        align-items: stretch;
    }
    
    .mcy-copy-data span {
        min-width: auto;
        margin-bottom: 10px;
    }
    
    .mcy-copy-button {
        align-self: center;
        width: fit-content;
    }
    
    .mcy-card-payment-button {
        flex-direction: column;
        gap: 8px;
    }
}

/* Email-specific styles (for email templates) */
.mcy-email-instructions {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.mcy-email-step {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.mcy-email-step h4 {
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.mcy-email-data {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    color: #111;
}

/* --- Snippet #94: [FEATURE] Pre-Order System (Frontend Styles) --- */
/* Pre-Order Product Styling */

.preorder-info {
    animation: fadeIn 0.5s ease-in;
    background: #f8f9fa;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
    border-left: 4px solid #007cba;
}

.preorder-info h4 {
    margin-top: 0;
    color: #007cba;
    font-size: 16px;
    font-weight: 600;
}

.preorder-info p {
    margin-bottom: 8px;
    line-height: 1.5;
}

.preorder-info em {
    color: #666;
    font-style: italic;
}

@keyframes fadeIn {
    from { 
        opacity: 0; 
        transform: translateY(10px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

/* Pre-Order Button Styling */
.single_add_to_cart_button.preorder {
    background-color: #ff6b35 !important;
    border-color: #ff6b35 !important;
    color: white !important;
}

.single_add_to_cart_button.preorder:hover {
    background-color: #e55a2b !important;
    border-color: #e55a2b !important;
    color: white !important;
}

.single_add_to_cart_button.preorder:focus {
    background-color: #d64d20 !important;
    border-color: #d64d20 !important;
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3) !important;
}

/* Pre-Order Badge in Product Cards */
.product .preorder-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6b35;
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}

/* Admin Order List Pre-Order Indicators */
.shop_order .preorder-indicator {
    background: #dc3232;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
}

/* Pre-Order Info Display */
.preorder-availability-info {
    background: #f0f6fc;
    border: 1px solid #0073aa;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

.preorder-availability-info h4 {
    margin-top: 0;
    color: #0073aa;
    font-size: 14px;
}

.preorder-availability-info p {
    margin: 5px 0;
    font-size: 13px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .preorder-info {
        padding: 12px;
        margin: 10px 0;
    }
    
    .preorder-info h4 {
        font-size: 14px;
    }
    
    .preorder-badge {
        font-size: 10px;
        padding: 3px 6px;
    }
}

/* Pre-Order Status Colors */
.preorder-status-pending {
    color: #d63638;
}

.preorder-status-completed {
    color: #00a32a;
}

.preorder-status-deferred {
    color: #ff8c00;
}

.preorder-status-mixed {
    color: #0073aa;
}




.ui-loading {
  position: relative;
  overflow: hidden;
}

.ui-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  to {
      left: 100%;
  }
}

.ui-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 10000;
  white-space: nowrap;
  display: none;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.custom-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.custom-select-dropdown.open {
  display: block;
}

.custom-option {
  padding: 8px 12px;
  cursor: pointer;
}

.custom-option:hover {
  background: #f5f5f5;
}

.custom-option.selected {
  background: #007cba;
  color: white;
}

.field-error {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 4px;
}

.has-error input,
.has-error textarea,
.has-error select {
  border-color: #dc3545;
}

/* Cart Button Price Display */
.mtc-cart-prices {
  font-size: 0.9em;
  margin-top: 2px;
}

.mtc-cart-price-normal {
  color: inherit;
}

.mtc-volume-message {
  display: none !important;
}

.added_to_cart.wc-forward {
  display: none !important;
}

/**
 * Custom Price Classes for Product Engine
 * 
 * These classes are used instead of WooCommerce's standard price classes
 * to prevent WooCommerce from detecting and modifying our price elements.
 * 
 * Styled to match WooCommerce's default price styling for visual consistency.
 */

/* Main price container */
.mtc-price {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.2;
}

/* Price amount container */
.mtc-price-amount {
  font-weight: inherit;
  color: inherit;
}

/* For strikethrough/discounted prices */
.mtc-price del,
.mtc-price .mtc-original-price {
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: normal;
}
/* Variation button price displays */
.variation-price-display .mtc-price {
  font-size: 0.9em;
  margin: 0;
}

/* Loop/archive page price displays */
.product-small .mtc-price,
.shop-loop .mtc-price {
  font-size: 1em;
}

/* Responsive sizing */
@media (max-width: 768px) {
  .mtc-price {
      font-size: 1em;
  }
  
  .variation-price-display .mtc-price {
      font-size: 0.85em;
  }
}

/* Compatibility with existing WooCommerce themes */
.woocommerce .mtc-price,
.woocommerce-page .mtc-price {
  font-family: inherit;
  font-size: inherit;
}

/* Loading state animation for smooth transitions */
.mtc-price.updating {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.mtc-cart-price-original {
  color: #e62d2e !important;
}

body .product-small .qty-presets {
  margin-top: 12px !important;
}



/* ==============================================
   WOOCOMMERCE BLOCKS QUANTITY SELECTOR STYLES
   ============================================== */

   .mtc-blocks-quantity-selector {
    margin: 8px 0;
    padding: 8px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  
  .mtc-blocks-quantity-selector .quantity-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    margin-bottom: 4px;
  }
  
  .mtc-blocks-quantity-selector .quantity-controls {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 8px;
  }
  
  .mtc-blocks-quantity-selector .qty-btn {
    background: var(--e-global-color-primary, #334155);
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s ease;
    user-select: none;
    margin: 0 !important;
  }
  
  .mtc-blocks-quantity-selector .qty-minus {
    border-radius: 4px 0 0 4px;
  }
  
  .mtc-blocks-quantity-selector .qty-plus {
    border-radius: 0 4px 4px 0;
  }
  
  .mtc-blocks-quantity-selector .qty-btn:hover {
    background: var(--e-global-color-primary-dark, #1e293b);
  }
  
  .mtc-blocks-quantity-selector .qty-btn:active {
    transform: scale(0.95);
  }
  
  .mtc-blocks-quantity-selector .qty-input {
    flex: 1;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 14px;
    padding: 0 8px;
    height: 32px;
    background: white;
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0 !important;
    height: 40px;
  }
  
  .mtc-blocks-quantity-selector .qty-input::-webkit-outer-spin-button,
  .mtc-blocks-quantity-selector .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .mtc-blocks-quantity-selector .qty-input:focus {
    outline: none;
    border-color: var(--e-global-color-primary, #334155);
    box-shadow: 0 0 0 1px var(--e-global-color-primary, #334155);
  }
  
  .mtc-blocks-quantity-selector .remove-item {
    background: #dc3545;
    color: white;
    border: none;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .mtc-blocks-quantity-selector .remove-item:hover {
    background: #c82333;
  }
  
  .mtc-blocks-quantity-selector .remove-item .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
  }
  
  /* WooCommerce Blocks integration */
  .wc-block-checkout .mtc-blocks-quantity-selector {
    margin: 6px 0 10px 0;
  }
  
  .wc-block-cart .mtc-blocks-quantity-selector {
    margin: 8px 0;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .mtc-blocks-quantity-selector {
      padding: 6px;
    }
    
    .mtc-blocks-quantity-selector .qty-btn {
      width: 28px;
      height: 28px;
      font-size: 14px;
    }
    
    .mtc-blocks-quantity-selector .qty-input {
      height: 35px;
      font-size: 13px;
    }
    
    .mtc-blocks-quantity-selector .remove-item {
      padding: 4px 6px;
      font-size: 11px;
    }
  }
  
  /* ==============================================
     STICKY PLACE ORDER BUTTON FOR MOBILE
     ============================================== */
  
  .mtc-sticky-place-order-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 12px 16px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }
  
  .mtc-sticky-place-order-container.hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  
  .mtc-sticky-place-order-wrapper {
    max-width: 100%;
  }
  
  .mtc-sticky-place-order-container .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease !important;
  }
  
  .mtc-sticky-place-order-container .wc-block-components-checkout-place-order-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  }
  
  .mtc-sticky-place-order-container .wc-block-components-checkout-place-order-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  }
  
  .mtc-sticky-place-order-container .wc-block-components-button__text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  
  .mtc-sticky-place-order-container .wc-block-components-checkout-place-order-button__text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  
  .mtc-sticky-place-order-container .wc-block-components-checkout-place-order-button__price {
    font-weight: 700 !important;
    color: inherit !important;
  }
  
  .mtc-sticky-place-order-container .wc-block-components-checkout-place-order-button__separator::after {
    content: "·" !important;
    margin: 0 4px !important;
    opacity: 0.7 !important;
  }
  
  /* Hide on desktop */
  @media (min-width: 769px) {
    .mtc-sticky-place-order-container {
      display: none !important;
    }
  }
  
  /* Add bottom padding to checkout content to prevent overlap */
  @media (max-width: 768px) {
    .wc-block-checkout {
      padding-bottom: 80px !important;
    }
    
    .wc-block-checkout__main {
      padding-bottom: 20px !important;
    }
  }
  
  
  .wc-block-components-order-summary .wc-block-components-product-price__value.is-discounted {
    display: none !important;
  }
  
  @media (max-width: 768px) {
    .checkout-page-title .page-title-inner {
      justify-content: center;
    }
  }



/**
 * Archive Search Styles for Flatsome Child Theme
 * Custom search input for WooCommerce archives with PJAX integration
 */

/* Main search wrapper */
.flatsome-archive-search-wrapper {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #dee2e6;
}

/* Search container */
.archive-search-container {
  position: relative;
}

/* Search form */
.archive-search-form {
  margin-bottom: 0;
}

/* Search input */
.archive-search-input {
  width: 100%;
  padding: 15px 55px 15px 18px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.archive-search-input:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.archive-search-input::placeholder {
  color: #6c757d;
  opacity: 0.8;
}

/* Search button */
.archive-search-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 124, 186, 0.2);
}

.archive-search-button:hover {
  background: linear-gradient(135deg, #005a87 0%, #004066 100%);
  transform: translateY(-50%) translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 124, 186, 0.3);
}

.archive-search-button:active {
  transform: translateY(-50%) translateY(0);
  box-shadow: 0 2px 4px rgba(0, 124, 186, 0.2);
}

/* Search info (current search display) */
.archive-search-info {
  margin-top: 12px;
  padding: 8px 12px;
  background: rgba(0, 124, 186, 0.08);
  border-radius: 6px;
  font-size: 14px;
  color: #495057;
  border-left: 4px solid #007cba;
}

.archive-search-info strong {
  color: #007cba;
  font-weight: 600;
}

.archive-search-info a {
  color: #007cba;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.archive-search-info a:hover {
  color: #005a87;
  text-decoration: underline;
}

/* Loading states */
.archive-search-container.is-loading .archive-search-input {
  opacity: 0.6;
  pointer-events: none;
}

.archive-search-container.is-loading .archive-search-button {
  opacity: 0.6;
  pointer-events: none;
}

.search-loading {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  margin-top: 12px;
  text-align: center;
  padding: 12px;
  color: #6c757d;
  font-size: 14px;
  border: 1px solid rgba(0, 124, 186, 0.1);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon-spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

/* Responsive design */
@media (max-width: 768px) {
  .flatsome-archive-search-wrapper {
      padding: 20px 15px;
      margin-bottom: 25px;
      border-radius: 10px;
  }
  
  .archive-search-input {
      font-size: 16px !important; /* Prevent zoom on iOS */
      padding: 14px 50px 14px 16px;
  }
  
  .archive-search-button {
      padding: 9px 12px;
  }
  
  .archive-search-info {
      font-size: 13px;
      padding: 10px;
  }
}

@media (max-width: 480px) {
  .flatsome-archive-search-wrapper {
      padding: 15px 12px;
      margin-bottom: 20px;
  }
  
  .archive-search-input {
      padding: 12px 45px 12px 14px;
      font-size: 15px;
  }
  
  .archive-search-button {
      padding: 8px 10px;
      right: 6px;
  }
  
  .archive-search-button i {
      font-size: 14px;
  }
}

/* Animation enhancements */
.archive-search-input,
.archive-search-button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.flatsome-archive-search-wrapper {
  animation: slideInUp 0.4s ease-out;
}

@keyframes slideInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Focus management for accessibility */
.archive-search-input:focus + .archive-search-button {
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

.price_slider_wrapper {
  display: none !important;
}


@media (max-width: 768px) {
  .product-template-default .flickity-slider .col a {
    display: none !important;
  }

  .product-template-default .flickity-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 20px;
  }

  .product-template-default .flickity-slider .col {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    aspect-ratio: 1;
    padding: 0 !important;
    position: static !important;
    flex-basis: 0 !important;
    background-color: #f2b319;
    opacity: .4;
    transition: all .3s ease;
  }

  .product-template-default .product-thumbnails {
    height: 20px;
  }

  .product-template-default .flickity-slider .col.is-selected {
    opacity: 1;
    transform: scale(1.2)
  }
  
  .product-template-default .product-thumbnails .flickity-viewport {
    height: 20px !important;
  }


  .woocommerce-product-gallery__wrapper .flickity-viewport {
    height: 180px !important;
  }

  .woocommerce-product-gallery__wrapper .flickity-viewport .flickity-slider>div {
    height: 180px;
  }

  .woocommerce-product-gallery__wrapper .flickity-viewport .flickity-slider img {
    height: 100%;
    object-fit: contain;
  }

	.flickity-prev-next-button {
    opacity: 1 !important;
    transform: translateX(0%) !important;
  }

  .product-container .product-main .product-info {
    display: grid;
  }
  
  .product-container .product-main .product-info .custom-variations-ui {
    grid-row: 3;
  }

  .product-container .product-main .product-info .custom-variations-ui .variation-buttons-container {
    flex-direction: row !important;
  }

  .product-template-default .product-main .rank-math-breadcrumb p {
    margin: 0 !important;
  }

  .product-template-default .product-main {
    padding-top: 0 !important
  }

  .product-template-default .product-main .qty-presets {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .product-template-default .product-main .mtc-custom-tiered-pricing-table-container {
    margin: 0 !important
  }
	
	.mfp-content {
		font-size: 16px !important;
	}
}


/* New Product Details Styles */
.product-template-default .product-main {
  padding: 0 !important;
}

.product-template-default .product-main .product-gallery {
  max-width: 500px !important;
}

.product-template-default .product-main .product-info {
  display: grid !important;
  column-gap: 20px;
}

.tpt__tiered-pricing, .mtc-custom-tiered-pricing-table-container {
  max-width: 100% !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.product-template-default .product-main .product-info {
		display: block !important;
	}
}

@media (max-width: 1024px) {
  .product-template-default .product-main .product-gallery {
    margin: 0 auto !important;
  }

  .product-template-default .product-main .product-info {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media (min-width: 768px) {
  .product-template-default .product-main .product-info .custom-variations-ui {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 14;
  }
}

@media (max-width: 768px) {
  .product-template-default .product-main :is(.rank-math-breadcrumb.breadcrumbs, .woocommerce-product-rating)  {
    display: none !important;
  }


  
}

/* --- Custom Product Title with Star Rating Styles --- */
.ns4l-product-title-wrapper {
  display: block;
  margin-bottom: 15px;
}

.ns4l-product-title-wrapper .product-title {
  display: inline-block;
  margin: 0;
  margin-bottom: 0 !important;
}

.ns4l-product-rating-display {
  display: none;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.ns4l-star-icon {
  font-family: fl-icons;
  font-size: 16px;
  color: #f2b319;
  line-height: 1;
}

.ns4l-star-icon:before {
  content: "";
}

.ns4l-rating-link {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.ns4l-rating-link:hover {
  color: #f2b319;
  text-decoration: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .product-template-default .product-main .product-info  .product_title.entry-title {
    width: fit-content;
  }

  .ns4l-product-title-wrapper {
    align-items: center;
    gap: 8px;
  }
  
  .ns4l-product-rating-display {
    display: inline-flex;
    gap: 4px;
	margin-left: 12px;
  }
  
  .ns4l-star-icon {
    font-size: 14px;
  }
  
  .ns4l-rating-link {
    font-size: 13px;
    line-height: 1;
  }
}