/**
 * Insaltd Bundle Builder — Styles
 * Place at: flatsome-child/assets/bundle-builder.css
 */


 h1.product-title.product_title.entry-title {
    display: none !important;
}
.insaltd-bundle-wrap {
  max-width: 640px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #1a1a1a;
}



/* ── Header ── */
.insaltd-trigger-badge {
  display: inline-block;
  background: #c8355a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.insaltd-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.insaltd-des {
  margin-bottom: 16px !important;
}
.insaltd-sub {
  font-size: 12px;
  color: #ff005f;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px !important;
}

/* Rating */
.insaltd-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.insaltd-stars {
  display: flex;
  gap: 1px;
}

.insaltd-star {
  font-size: 22px;
  line-height: 1;
}

.star-half {
  opacity: 0.6;
}
.star-empty {
  color: #ddd;
}

.insaltd-rating-count {
  font-size: 15px;
}

/* ── Stat chips ── */
.insaltd-stat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}
.insaltd-chip {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 15px;
  line-height: 18px;
  background: #f0eeef;
  letter-spacing: 0.5px;
  color: #000000;
}
.insaltd-chip strong {
  font-weight: bold;
}

/* ── Section label ── */
.insaltd-section-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 12px !important;
}






/* ── Tier grid ── */
.insaltd-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}
.insaltd-tier-card {
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 16px 12px 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #fff;
  transition: border-color 0.15s;
  user-select: none;
  pointer-events: none;
}
.insaltd-tier-card:hover {
  border-color: #aaa;
}
.insaltd-tier-card.active {
  border: 1px solid #000000;
  background: #f0eeef;
}

.insaltd-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 10px;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.insaltd-badge-pink {
  background: #ff005f;
  color: #fff;
}
.insaltd-badge-green {
  background: #ff005f;
  color: #fff;
}

.insaltd-tier-name {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0px;
  font-weight: 700;
}
.insaltd-tier-price {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.insaltd-tier-per {
  font-size: 12px;
  color: #ff005f;
  margin-bottom: 0;
  font-weight: 700;
}
.insaltd-tier-save {
  font-size: 12px;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.5;
}

/* ── Flavor table ── */
.insaltd-flavor-table {
  overflow: visible !important;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.insaltd-flavor-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 14px;
  background: #f7f7f5;
  border-bottom: 1px solid #e0e0e0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}
.insaltd-flavor-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 5px 5px 24px;
  border: 1px solid #e0e0e0 !important;
  background: #fff;
  border-radius: 90px;
}
.insaltd-flavor-row:last-child {
  border-bottom: none;
}

.insaltd-flavor-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  flex-shrink: 0;
}
.insaltd-flavor-info {
  flex: 1;
}
.insaltd-flavor-name {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.insaltd-flavor-desc {
  font-size: 12px;
  color: #888;
}

/* ── Qty control ── */
.insaltd-qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #ededef;
  border-radius: 90px;
  overflow: hidden;
  flex-shrink: 0;
}
.insaltd-qty-btn {
  width: 38px;
  height: 44px;
  background: #f7f5f6;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition: background 0.1s;
  margin: 0;
}
.insaltd-qty-btn:hover {
  background: #e8e8e6;
  color: #1a1a1a;
}
.insaltd-qty-val {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #000000;
  background: #fff;
}

/* ── Hint bar ── */
.insaltd-hint-bar {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
}
.insaltd-hint-bar.active {
  color: #1d9e75;
  font-weight: 500;
}
.insaltd-calculation {
  margin-bottom: 34px;
  display: none;
}
.insaltd-calculation > div {
  display: flex;
  gap: 10px;
}
.insaltd-calculation > div {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.insaltd-total {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.insaltd-tprice {
  font-size: 24px;
  font-weight: 700;
  color: #ff005f;
}
.insaltd-tprice.tsale {
  font-weight: 400;
  color: #000;
  text-decoration: line-through;
}
.insaltd-cal-sub {
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
}

/* ── Purchase option ── */
.insaltd-purchase-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.insaltd-purchase-option {
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
}
.insaltd-purchase-option.active {
  border: 1px solid #000000;
  background: #f0eeef;
}
.insaltd-option-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 18px 12px;
}

.insaltd-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ccc;
  flex-shrink: 0;
}
.insaltd-radio.checked {
  border-color: #000000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insaltd-radio.checked::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  display: block;
}

.insaltd-option-label {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a1a;
  flex: 1;
  text-transform: capitalize;
  padding-bottom: 3px;
}
.insaltd-option-badge {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  white-space: nowrap;
}

.insaltd-option-info {
  margin-top: 1px;
}

.insaltd-option-price {
  margin-left: auto;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}

.sub-price-compare {
  color: #808080;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
}

.sub-price-final {
  color: #111;
  font-size: 16px;
  font-weight: 800;
}

.sub-dropdown-custom {
  margin: 0 18px 14px 38px;
}

.sub-selected-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sub-selected-text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #9a9a9a;
  border-bottom: 2px solid #9a9a9a;
  transform: rotate(45deg) translateY(-1px);
  display: inline-block;
  margin-left: 7px;
}

.sub-options-list {
  width: min(320px, calc(100vw - 64px));
}

.sub-option {
  padding: 11px 12px;
  border-radius: 10px;
  min-width: 0;
}

.sub-option-left {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.sub-option-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  text-align: right;
}

.sub-option-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}

.sub-option-frequency {
  font-size: 14px;
  line-height: 1.3;
}

.sub-option-discount {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.sub-option.selected .sub-option-frequency {
  font-weight: 700;
}

.sub-option-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  margin-right: 10px;
  flex: 0 0 auto;
}

.sub-option.selected .sub-option-radio {
  border-color: #111;
  background: #111;
  box-shadow: inset 0 0 0 3px #fff;
}

/* ── Order summary ── */
.insaltd-order-summary {
  background: #f7f7f5;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 16px;
  border: 1px solid #e0e0e0;
}
.insaltd-summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
.insaltd-summary-row:last-child {
  margin-bottom: 0;
}
.insaltd-summary-row.total {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

/* ── CTA ── */
.insaltd-cta-wrap {
  margin-bottom: 14px;
}
.insaltd-cta-btn {
  width: 100%;
  /* padding: 16px; */
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
  letter-spacing: 0.01em;
}
.insaltd-cta-btn:disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}
.insaltd-cta-btn:not(:disabled) {
  background: #ff0060;
  color: #fff;
}
.insaltd-cta-btn:not(:disabled):hover {
  background: #940139;
}

.insaltd-adding-notice {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 6px;
}

/* ── Trust bar ── */
.insaltd-trust-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.insaltd-trust-item {
  font-size: 12px;
  color: #888;
  position: relative;
  padding-left: 12px;
}
.insaltd-trust-item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c8355a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .insaltd-tier-grid {
    gap: 6px;
  }
  .insaltd-title {
    font-size: 22px;
  }
  .insaltd-tier-card {
    padding: 16px 2px 12px;
  }
  .insaltd-tier-per, .insaltd-tier-save {
    font-size: 11px;
  }
  .product-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .insaltd-flavor-row {
    padding: 5px 5px 5px 14px;
  }
  .insaltd-flavor-name {
    font-size: 13px;
  }
}

.insaltd-flavor-name-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.insaltd-tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.insaltd-tooltip-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111;
  line-height: 1;
  flex-shrink: 0;
}

.insaltd-tooltip-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.insaltd-tooltip {
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  display: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
  z-index: 9999;
}

.insaltd-tooltip-wrap:hover .insaltd-tooltip,
.insaltd-tooltip-icon:hover + .insaltd-tooltip,
.insaltd-tooltip-wrap:focus-within .insaltd-tooltip {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

div#order-summary {
  display: none !important;
}

/* Trust Batch */
.insaltd-benefits {
  display: flex;
  justify-content: start;
  gap: 28px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.insaltd-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 220px;
}

.insaltd-benefit-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

.insaltd-benefit-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.insaltd-benefit-item span {
  font-size: 13px;
  line-height: 1.3;
  color: #111;
  font-weight: 600;
}

.insaltd-benefits {
  display: flex;
  gap: 30px;
}
.insaltd-benefit-item {
  display: flex;
  gap: 20px;
}

.insaltd-tooltip-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 6px;
}

.insaltd-tooltip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.insaltd-tooltip {
  display: none !important;
}

.insaltd-tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
}

.insaltd-tooltip-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.insaltd-tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);

  width: 240px;

  background: #111;
  color: #fff;

  padding: 12px 14px;
  border-radius: 10px;

  font-size: 13px;
  line-height: 1.5;

  opacity: 0;
  visibility: hidden;

  transition: all 0.2s ease;

  z-index: 9999;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.insaltd-tooltip-wrap:hover .insaltd-tooltip {
  opacity: 1;
  visibility: visible;
}

.insaltd-sub-dropdown {
  margin-top: 8px;
  position: relative;
}

.sub-dropdown-custom {
  margin: 0 18px 14px 38px;
}

.sub-options-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 6px 6px;
  min-width: 280px;
  display: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: -1;
}

.sub-dropdown-custom:hover .sub-options-list,
.sub-dropdown-custom.open .sub-options-list {
  display: block;
}

.sub-selected-text {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}

.sub-options {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 8px 0;
  min-width: 220px;
  display: none;
  z-index: 999;
}

.insaltd-sub-dropdown:hover .sub-options {
  display: block;
}

.sub-option {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sub-option:hover {
  background: #f5f5f5;
}

.sub-option.selected {
  background: linear-gradient(90deg, #fff6fb, #fff);
  border-radius: 8px;
}

/* dropdown animation */
.sub-options-list {
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.sub-dropdown-custom.open .sub-options-list {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 600px) {
  .insaltd-option-header {
    padding: 16px 14px 10px;
    flex-wrap: wrap;
  }
  .insaltd-option-label {
    font-size: 15px;
    min-width: 0;
  }
  .insaltd-option-price {
    width: 100%;
    justify-content: flex-end;
    margin-top: -2px;
  }
  .sub-dropdown-custom {
    margin-left: 32px;
    margin-right: 14px;
  }
  .sub-options-list {
    width: min(100%, calc(100vw - 48px));
  }
}

/* ── UI Redesign: Pink Theme & Dropdown Overrides ── */



/* ── UI Redesign: Pink Theme & Dropdown Overrides ── */

/* 1. One-Time Purchase Active State (Black) */
#opt-onetime.active {
  border: 1px solid #111 !important;
  background: #f4f4f4 !important;
}
#opt-onetime.active .insaltd-radio.checked {
  border-color: #111;
  background: #fff;
}
#opt-onetime.active .insaltd-radio.checked::after {
  background: #111;
}

/* 2. Subscribe & Save Active State (Pink) */
#opt-subscribe.active {
  border: 1px solid #ff005f !important;
  background: #fff !important;
}
#opt-subscribe.active .insaltd-radio.checked {
  border-color: #ff005f;
  background: #ff005f;
}
#opt-subscribe.active .insaltd-radio.checked::after {
  background: #fff;
}
#opt-subscribe.active .insaltd-option-badge {
  color: #ff005f;
}

/* Selected Text & Arrow Toggle */
#opt-subscribe.active .sub-selected-text {
  color: #ff005f;
  text-decoration: none;
  font-weight: 500;
}


.insaltd-purchase-option.active .sub-selected-text::after {
  border-right: 2px solid #ff005f;
  border-bottom: 2px solid #ff005f;
  transition:
    transform 0.2s ease,
    margin-top 0.2s ease;
}

.sub-dropdown-custom.open .sub-selected-text::after {
  transform: rotate(225deg) translateY(0px) translateX(-2px) !important;
  margin-top: 4px;
}

/* Dropdown Container */
.sub-options-list {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  min-width: 550px;
}

/* Individual Option Rows */
.sub-option {
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.2s ease;
  background: #fff;
  margin-bottom: 4px;
}

.sub-option:last-child {
  margin-bottom: 0;
}

.sub-option.selected {
  background: #fff0f5 !important;
  border-color: #ff005f !important;
}

/* Left Icons (Truck/Calendar) */
.sub-option-icon {
  width: 36px;
  height: 36px;
  background: #ffecf2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff005f;
  flex-shrink: 0;
  margin-right: 14px;
}

.sub-option-icon svg {
  width: 18px;
  height: 18px;
}

/* Right Side Checkmark */
.sub-option-check {
  width: 22px;
  height: 22px;
  background: #ff005f;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 14px;
  flex-shrink: 0;
}

.sub-option.selected .sub-option-check {
  display: flex;
}

.sub-option-check svg {
  width: 12px;
  height: 12px;
}

/* Price Wrapping */
.sub-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.sub-price-wrap .original-price {
  color: #888;
  text-decoration: line-through;
  font-size: 12px;
}

.sub-price-wrap .discount-price {
  color: #111;
  font-weight: 700;
  font-size: 13px;
}


.insaltd-benefits {
    font-family: 'Montserrat';
    font-weight: bold;
}

.is-divider.divider.clearfix.has-block.tooltipstered{
  display: none !important;
}

.is-divider.small{
  display: none !important;
  margin: 0 !important;
}

/* Accordian */
.insaltd-accordion-wrap {
    border-top: none;
}

.insaltd-accordion-item {
    border-bottom: 1px solid #eaeaea;
}

.insaltd-accordion-trigger {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Aligns items to the left */
    gap: 12px; /* Space between icon and text */
    font-size: 16px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    transition: background 0.2s ease;
}

/* Light grey background and bold text for the active header */
.insaltd-accordion-item.active .insaltd-accordion-trigger {
    background: #f4f4f4; 
    font-weight: 700;
}

.insaltd-accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: transform 0.3s ease; /* Smooth rotation */
}

/* Flips the chevron arrow UP when the accordion is open */
.insaltd-accordion-item.active .insaltd-accordion-icon {
    transform: rotate(180deg);
    color: #111;
}

.insaltd-accordion-content {
    padding: 30px 14px 30px 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

button.insaltd-accordion-trigger {
    margin-bottom: 0px !important;
}

/* ── View Nutrition Link ── */
.insaltd-view-nutrition {
    margin: 20px 0;
}
.insaltd-view-nutrition .insaltd-tooltip-wrap {
    position: relative;
    display: inline-flex;
}
.insaltd-view-nutrition-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.insaltd-view-nutrition-link .insaltd-tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    
    border-radius: 50%;
}
.insaltd-view-nutrition-link .insaltd-tooltip-icon svg {
    width: 20px;
    height: 20px;
}
.insaltd-view-nutrition .insaltd-tooltip {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
}
.insaltd-view-nutrition .insaltd-tooltip-wrap:hover .insaltd-tooltip {
    display: block;
}


/* -- Dropdown Display Fix -- */
.sub-dropdown-custom {
    position: relative !important;
}

.sub-dropdown-custom.open .sub-options-list {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
}

.insaltd-accordion-wrap{
  padding-top: 20px;
}


.product-footer{
  display: none !important;
}
.page-title.shop-page-title.product-page-title{
  display: none !important;
}

.page-title:not(.featured-title)+main .product-main {
    padding-top: 4rem !important;
}

.iconic-woothumbs-images-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.iconic-woothumbs-all-images-wrap--thumbnails-below .iconic-woothumbs-thumbnails-wrap--sliding{
  margin-top: 3rem !important;
}
.iconic-woothumbs-thumbnails-wrap .slick-track {
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
}

.iconic-woothumbs-thumbnails-wrap .slick-slide {
    width: 110px !important;
}