/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/frontend/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ROOT */
#th-sale-notify-root {
  position: fixed;
  z-index: 9999;
}
/* MAIN BOX */
.th-notification {
  position: fixed;
  width: 320px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.5490196078);
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(151, 150, 150, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: all 0.4s ease;
}
/* SHOW */
.th-notification.show {
  opacity: 1;
  visibility: visible;
}
/* HIDE */
.th-notification.hide {
  opacity: 0;
  visibility: hidden;
}
/* INNER */
.th-notification .th-inner {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
  position: relative;
}
.s1-sale-prd-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* IMAGE */
.th-notification .th-inner img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* CONTENT */
.th-notification .th-content {
  display: flex;
  flex-direction: column;
}
.th-notification .th-line-1 {
  font-size: 1rem;
  font-weight: 600;
}
.th-notification .th-line-2 {
  margin: 0;
  font-size: 0.88rem;
  margin-bottom: 0.2rem;
  font-style: italic;
}
.th-notification .th-time {
  font-size: 0.75rem;
  opacity: 0.7;
  font-weight: 400;
  text-transform: uppercase;
}
/* POSITIONS */
.th-bottom_right {
  bottom: 20px;
  right: 20px;
}
.th-bottom_left {
  bottom: 20px;
  left: 20px;
}
.th-top_right {
  top: 20px;
  right: 20px;
}
.th-top_left {
  top: 20px;
  left: 20px;
}
/* CLOSE BUTTON */
.th-notification .th-close-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.th-notification .th-close-btn:hover {
  background: transparent;
  color: #111;
  transform: scale(1.1) rotate(90deg);
}
.s1-sale-prd-link:focus {
  outline: none;
}
/* ================= STYLE ================= */
.th-notification.style1 {
  background: #fff;
  border: 1px solid #e5e7eb;
}
.th-notification.style2 {
  background: #111827;
  color: #fff;
}
.th-notification.style2 .th-close-btn, .th-notification.style4 .th-close-btn {
  color: #fff;
}
.th-notification.style2 .th-time {
  color: #9ca3af;
}
.th-notification.style3 {
  background: transparent;
  border: 1px dashed #cbd5e1;
}
.th-notification.style3 .th-time {
  color: #94a3b8;
}
.th-notification.style4 {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
}
.th-notification.style4 .th-time {
  color: rgba(255, 255, 255, 0.7);
}
/* ================= ANIMATION ================= */
/* SLIDE */
.th-notification.slide {
  transform: translateY(20px);
}
.th-notification.slide.show {
  transform: translateY(0);
}
.th-notification.slide.hide {
  transform: translateY(20px);
}
/* FADE */
.th-notification.fade {
  transform: none;
}
.th-notification.fade.show {
  opacity: 1;
}
.th-notification.fade.hide {
  opacity: 0;
}
/* ZOOM */
.th-notification.zoom {
  transform: scale(0.8);
}
.th-notification.zoom.show {
  transform: scale(1);
}
.th-notification.zoom.hide {
  transform: scale(0.8);
}
.th-progress-bar {
  position: absolute;
  padding: 0;
  bottom: 5px;
  left: 15px;
  right: 15px;
  width: auto;
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.th-progress-fill {
  width: 0%;
  height: 100%;
}
@media (max-width: 767px) {
  .th-sale-group .th-notification .th-line-1 {
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 0;
  }
  .th-sale-group .th-notification .th-line-2 {
    font-size: 0.7rem;
    margin-bottom: 0;
  }
  .th-sale-group .th-notification .th-inner img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .th-sale-group .th-notification {
    padding: 10px !important;
  }
  .th-sale-group .th-notification {
    width: 360px;
  }
  .th-sale-group .th-notification .th-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .th-bottom_right {
    bottom: 20px;
    right: 0px;
  }
  .th-bottom_left {
    bottom: 20px;
    left: 0px;
  }
  .th-top_right {
    top: 20px;
    right: 0px;
  }
  .th-top_left {
    top: 20px;
    left: 0px;
  }
  .th-sale-group .th-notification {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }
}
/* ===============================
   BASE WRAPPER
================================= */
.th-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  /* //border: 1px solid rgba(0,0,0,0.05); */
  /* hidden state */
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.s1-sticky-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s1-offer-time {
  margin-left: 0rem;
  font-weight: 600;
}
.s1-offer-banner {
  text-align: center;
  padding: 10px 14px;
  background: #f3f4f6;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.s1-offer-icon {
  display: flex;
  color: #D97706;
}
/* ===============================
   POSITION
================================= */
/* BOTTOM */
.th-sticky-cart.th-bottom {
  bottom: 0px;
  top: auto;
  transform: translateY(120%);
}
/* TOP */
.th-sticky-cart.th-top {
  top: 0px;
  bottom: auto;
  transform: translateY(-120%);
}
/* ===============================
   SHOW STATE
================================= */
.th-sticky-cart.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
/* ===============================
   ANIMATION: SLIDE
================================= */
.th-sticky-cart.slide.show {
  transform: translateY(0);
}
/* ===============================
   ANIMATION: FADE
================================= */
.th-sticky-cart.fade {
  transform: none !important;
  opacity: 0;
}
.th-sticky-cart.fade.show {
  opacity: 1;
}
/* ===============================
   ANIMATION: BOUNCE
================================= */
.th-sticky-cart.bounce.show {
  animation: thBounceBottom 0.6s ease;
}
.th-sticky-cart.th-top.bounce.show {
  animation: thBounceTop 0.6s ease;
}
/* BOTTOM bounce */
@keyframes thBounceBottom {
  0% {
    transform: translateY(120%);
  }
  60% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* TOP bounce */
@keyframes thBounceTop {
  0% {
    transform: translateY(-120%);
  }
  60% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ===============================
   LEFT SECTION
================================= */
.th-sticky-cart .th-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* IMAGE */
.th-sticky-cart .th-thumb img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
/* INFO */
.th-sticky-cart .th-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* TITLE */
.th-sticky-cart .th-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
}
/* PRICE */
.th-sticky-cart .th-price {
  font-size: 0.9rem;
  font-weight: 500;
  color: #16a34a;
}
/* ===============================
   RIGHT SECTION
================================= */
.th-sticky-cart .th-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* Quantity Wrapper */
.th-quantity-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}
/* Input */
.th-quantity-wrap .th-qty {
  width: 41px;
  height: 41px;
  border: none;
  background: transparent;
  text-align: center;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
/* Remove browser arrows */
.th-quantity-wrap .th-qty::-webkit-outer-spin-button,
.th-quantity-wrap .th-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.th-quantity-wrap .th-qty {
  -moz-appearance: textfield;
}
/* Buttons */
.th-qty-minus,
.th-qty-plus {
  width: 41px;
  height: 41px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  transition: all 0.2s ease;
}
/* Hover */
.th-qty-minus:hover,
.th-qty-plus:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* Active */
.th-qty-minus:active,
.th-qty-plus:active {
  transform: scale(0.95);
}
.th-qty-minus:focus,
.th-qty-plus:focus,
.th-qty-minus:focus-visible,
.th-qty-plus:focus-visible,
.th-quantity-wrap .th-qty:focus,
.th-quantity-wrap .th-qty:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.th-qty-minus:active,
.th-qty-plus:active {
  outline: none !important;
  box-shadow: none !important;
}
/* BUTTON */
.th-sticky-cart .th-btn {
  padding: 0px 15px;
  height: 42px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(135deg, #facc15, #fbbf24);
  color: #111;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.th-sticky-cart .th-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
/* ===============================
   FORM FIX
================================= */
.th-sticky-form.variations_form.cart {
  margin-bottom: 0 !important;
}
/* -------------------
 * VARIATIONS WRAPPER
 * ------------------- */
.th-sticky-cart .th-variations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
/* each attribute group */
.th-sticky-cart .th-var-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 8px;
}
/* label */
.th-sticky-cart .th-var-row label {
  font-size: 0.89rem;
  font-weight: 600;
  color: #555;
  margin-right: 0.5rem;
}
/* -------------------
 * SELECT BOX STYLE
 * ------------------- */
.th-sticky-cart .th-var-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 110px;
}
/* hover */
.th-sticky-cart .th-var-select:hover {
  border-color: #999;
}
/* focus */
.th-sticky-cart .th-var-select:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}
/* selected (visual feel) */
.th-sticky-cart .th-var-select option:checked {
  font-weight: 600;
}
/* -------------------
 * COMPACT MODE (for sticky)
 * ------------------- */
.th-sticky-cart .th-variations {
  gap: 6px;
}
.th-sticky-cart .th-var-select {
  height: 41px;
  font-size: 12px;
}
.th-sticky-cart .th-btn.disabled,
.th-sticky-cart .th-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.th-sticky-cart .th-btn:focus {
  outline: none;
}
@media (max-width: 767px) {
  .th-sticky-cart .th-var-row label {
    display: none;
  }
  .th-sticky-cart .th-variations {
    flex-wrap: nowrap !important;
  }
  .s1-sticky-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
  }
  .th-sticky-cart .th-qty, .th-qty-minus, .th-qty-plus {
    font-size: 12px;
    width: 35px;
    height: 32px;
  }
  .th-sticky-cart .th-var-select {
    height: 32px;
    font-size: 12px;
  }
  .th-sticky-cart .th-btn {
    padding: 0;
    height: 35px;
    width: 120px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: normal;
  }
  .th-sticky-cart .th-title {
    font-size: 0.89rem;
  }
  .th-sticky-cart .th-price {
    font-size: 0.78rem;
  }
  .th-sticky-cart .th-thumb img {
    width: 50px;
    height: 50px;
  }
  .s1-offer-banner {
    font-size: 0.89rem;
  }
  .th-quantity-wrap .th-qty {
    width: 32px;
    height: 32px;
  }
}
.th-buy-now-btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.th-buy-now-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.th-buy-now-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}
.th-buy-now-form {
  margin-top: 10px;
}
.th-buy-now-form.s1-single {
  display: flex;
  margin: 0;
}
.s1-single .th-buy-now-btn, .th-buy-now-btn.button.th-buy-now-single {
  width: 100%;
}
.th-buy-now-btn.button.th-buy-now-custom {
  background: var(--th-buy-bg);
  color: var(--th-buy-color);
  border-style: var(--th-buy-border-style);
  border-color: var(--th-buy-border-color);
  border-width: var(--th-buy-border-top) var(--th-buy-border-right) var(--th-buy-border-bottom) var(--th-buy-border-left);
  border-radius: var(--th-buy-radius-top) var(--th-buy-radius-right) var(--th-buy-radius-bottom) var(--th-buy-radius-left);
  padding: var(--th-buy-pad-top) var(--th-buy-pad-right) var(--th-buy-pad-bottom) var(--th-buy-pad-left);
  line-height: normal;
}
.th-buy-now-form.s1-single .th-buy-now-btn.button.th-buy-now-custom, .th-buy-now-btn.button.th-buy-now-single {
  width: var(--th-buy-width);
}
.th-buy-now-custom.th-buy-now-single.th-buy-align-center {
  margin: 0 auto;
  display: block;
}
.th-buy-now-custom.th-buy-now-single.th-buy-align-left {
  margin-left: 0;
  display: block;
}
.th-buy-now-custom.th-buy-now-single.th-buy-align-right {
  margin-left: auto;
  display: block;
}
.th-style1 {
  padding: 20px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.th-cd {
  margin: 15px 0;
}
/* MESSAGE */
.th-style1 .th-msg {
  font-size: 18px;
  font-weight: 600;
  color: #facc15;
  margin-bottom: 16px;
}
/* TIMER */
.th-timer-box {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.th-style1 div.dotes {
  background: rgba(215, 211, 211, 0.7215686275);
  padding: 0px 5px;
  display: flex;
  align-items: center;
}
.th-style1 .t-item {
  background: #1f1f1f;
  padding: 12px 14px;
  min-width: 70px;
  text-align: center;
}
.th-style1 .t-item span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.th-style1 .t-item small {
  font-size: 11px;
  color: #aaa;
}
/* STOCK ROW */
.th-stock-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
  color: #ccc;
}
/* BAR */
.th-bar {
  height: 8px;
  background: rgba(225, 224, 224, 0.31);
  border-radius: 10px;
  overflow: hidden;
  width: 60%;
}
.th-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #22c55e, #f97316);
  transition: width 0.5s ease;
}
/* STYLE 2 WRAP */
.th-style2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 0;
}
/* INLINE ROW */
.th-style2 .th-inline-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
/* MESSAGE */
.th-style2 .th-msg {
  color: #e11d48;
  font-weight: 600;
  font-size: 16px;
}
/* TIMER */
.th-style2 .th-timer-inline {
  display: flex;
  gap: 4px;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.th-style2 .sep {
  opacity: 0.3;
}
/* STOCK ROW */
.th-style2 .th-stock-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
}
/* BAR */
.th-style2 .th-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.th-style2 .th-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #f97316);
  transition: width 0.4s ease;
}
/* STYLE3 WRAPPER */
.th-style3 {
  display: flex;
  flex-direction: column;
}
/* MESSAGE */
.th-style3 .th-msg {
  font-size: 16px;
  font-weight: 500;
  color: #333; /* normal color (NOT red) */
  margin-bottom: 12px;
  text-align: center;
}
/* TIMER WRAP */
.th-style3 .th-box-timer {
  display: flex;
  gap: 12px;
}
/* CARD */
.th-style3 .t-card {
  background: #0a0a0a;
  border-radius: 12px;
  padding: 10px 12px;
}
/* NUMBER */
.th-style3 .t-card span {
  font-size: 22px;
  font-weight: 700;
}
/* LABEL */
.th-style3 .t-card .label {
  font-size: 10px;
}
/* FULL WIDTH WRAPPER */
.th-style4 {
  width: 100%;
}
/* INNER BOX FULL WIDTH */
.th-style4 .th-inner {
  width: 100%; /*key */
  box-sizing: border-box; /* padding included */
  background: #f8f8f8;
  border: 1px solid #f1b5b5;
  border-radius: 16px;
  padding: 16px 20px;
  text-align: center;
}
/* MESSAGE */
.th-style4 .th-msg {
  font-size: 18px;
  font-weight: 600;
  color: #dc2626;
  margin-bottom: 6px;
}
/* TIMER */
.th-style4 .th-timer-inline {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
/* BAR */
.th-style4 .th-bar {
  width: 100%; /* 👈 ensure full */
  height: 6px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.th-style4 .th-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #f97316);
}
/* ==========================================================================
   STYLE 4 - COUNTDOWN CIRCLE STYLES (FRONTEND)
   ========================================================================== */
/* Main Box Layout */
.th-cd.s4-style {
  padding: 16px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
/* Flex Alignment Controls */
.s4-align-center .s4-timer-wrap {
  justify-content: center;
}
.s4-align-left .s4-timer-wrap {
  justify-content: flex-start;
}
.s4-align-right .s4-timer-wrap {
  justify-content: flex-end;
}
/* Main Timer Wrapper */
.s4-timer-wrap {
  display: flex;
  gap: 0px; /* Chote circles ke liye space manage kiya hai taaki mobile me ek line me aaye */
  flex-wrap: wrap;
}
/* Individual Circle Item Column */
.s4-circle-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* SVG Perfect Circle Wrapper */
.s4-svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
/* Hover Zoom Animation */
.s4-svg-wrapper:hover {
  transform: scale(1.05);
}
/* Smooth Dynamic Filling Ring */
.s4-circle-progress {
  transition: stroke-dashoffset 1s linear;
  stroke-dasharray: 155.5; /* Radius 24.75 ka exact circumference */
  stroke-dashoffset: 0;
}
/* Inside Typography (Timer Digit) */
.s4-timer-number {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.2px;
}
/* Inside Typography (Labels: DAYS, HOURS, etc.) */
.s4-timer-label-inside {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
/* Message Text Block */
.s4-message {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.th-cd.th-ac {
  text-align: center;
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.th-cd .th-msg {
  font-weight: 600;
  color: #d63638;
  font-size: 14px;
}
.th-ac .th-stock-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-bottom: 6px;
}
.th-ac .th-bar {
  width: 100%;
  height: 3px;
  background: #eee;
  border-radius: 6px;
  margin: 0 auto;
  overflow: hidden;
}
.th-ac .th-fill {
  height: 100%;
  background: #ff4d4f;
  transition: width 0.3s ease;
}
.th-ac1 .th-timer-inline {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}
.th-ac2 .th-timer-circles {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}
.th-ac2 .t-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.th-ac2 .t-box span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.th-ac2 .t-box small {
  font-size: 11px;
  opacity: 0.7;
  line-height: 1;
}
.th-ac3 .th-timer-boxes {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}
.th-ac3 .t-box {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #f5f6f8;
  border: 1px solid rgba(229, 231, 235, 0.2705882353);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.th-ac3 .t-box span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.th-ac3 .t-box small {
  font-size: 11px;
  line-height: 1;
}
.th-cd .th-expired {
  font-size: 14px;
  font-weight: 600;
  color: #d63638;
}
.th-cd.th-style3.s1-align-left {
  text-align: left !important;
}
.th-cd.th-style3.s1-align-left .th-msg {
  text-align: left;
}
.th-cd.th-style3.s1-align-left .th-box-timer {
  justify-content: start !important;
}
.th-cd.th-style3.s1-align-left .th-bar {
  margin-left: 0 !important;
}
.th-cd.th-style3.s1-align-right {
  text-align: right !important;
}
.th-cd.th-style3.s1-align-right .th-msg {
  text-align: right;
}
.th-cd.th-style3.s1-align-right .th-box-timer {
  justify-content: end !important;
}
.th-cd.th-style3.s1-align-right .th-bar {
  margin-right: 0 !important;
}
.th-cd.th-style2.s1-align-right {
  text-align: right !important;
}
.th-cd.th-style2.s1-align-right .th-inline-wrap {
  justify-content: end;
}
.th-cd.th-style2.s1-align-right .th-bar {
  margin-right: 0 !important;
}
.th-cd.th-style2.s1-align-left {
  text-align: left !important;
}
.th-cd.th-style2.s1-align-left .th-inline-wrap {
  justify-content: start;
}
.th-cd.th-style2.s1-align-left .th-bar {
  margin-left: 0 !important;
}
.th-cd.th-style1.s1-align-right {
  text-align: right !important;
}
.th-cd.th-style2.s1-align-right .th-timer-box {
  justify-content: end;
}
.th-cd.th-style1.s1-align-right .th-bar {
  margin-right: 0 !important;
}
.th-cd.th-style1.s1-align-left {
  text-align: left !important;
}
.th-cd.th-style1.s1-align-left .th-timer-box {
  justify-content: start;
}
.th-cd.th-style1.s1-align-left .th-bar {
  margin-left: 0 !important;
}
.th-cd.th-ac1.s1-align-right {
  text-align: right !important;
}
.th-cd.th-ac1.s1-align-left {
  text-align: left !important;
}
.th-cd.th-ac2.s1-align-right {
  text-align: right !important;
}
.th-cd.th-ac2.s1-align-left {
  text-align: left !important;
}
.th-cd.th-ac2.s1-align-left .th-stock-row {
  justify-content: left;
}
.th-cd.th-ac2.s1-align-right .th-stock-row {
  justify-content: right;
}
.th-cd.th-ac2.s1-align-right .th-bar {
  margin-right: 0;
}
.th-cd.th-ac2.s1-align-left .th-bar {
  margin-left: 0;
}
.th-cd.th-ac1.s1-align-left .th-stock-row {
  justify-content: left;
}
.th-cd.th-ac1.s1-align-right .th-stock-row {
  justify-content: right;
}
.th-cd.th-ac1.s1-align-right .th-bar {
  margin-right: 0;
}
.th-cd.th-ac1.s1-align-left .th-bar {
  margin-left: 0;
}
.th-cd.th-ac3.s1-align-right {
  text-align: right !important;
}
.th-cd.th-ac3.s1-align-left {
  text-align: left !important;
}
.th-cd.th-ac3.s1-align-left .th-stock-row {
  justify-content: left;
}
.th-cd.th-ac3.s1-align-right .th-stock-row {
  justify-content: right;
}
.th-cd.th-ac3.s1-align-right .th-bar {
  margin-right: 0;
}
.th-cd.th-ac3.s1-align-left .th-bar {
  margin-left: 0;
}
.th-style5 .s1-style5-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.th-style5 .s1-style5-timer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.th-style5 .s1-style5-timer .num {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}
.th-style5 .s1-style5-timer .label {
  font-size: 1.1rem;
  font-weight: 500;
}
.th-style5 .s1-style5-timer .colon {
  font-size: 1.1rem;
  font-weight: 700;
}
.th-cd.s4-style.s4-align-right {
  text-align: right;
}
.th-cd.s4-style.s4-align-right .th-timer-box {
  justify-content: right;
}
.th-cd.s4-style.s4-align-center .th-bar {
  margin-right: auto;
  margin-left: auto;
}
.th-cd.th-style1.s1-align-right .th-timer-box {
  justify-content: right;
}
.th-cd.th-style1.s1-align-right .th-bar, .th-cd.th-style1.s1-align-center .th-bar {
  margin: auto;
}
.th-msg-icon {
  margin-right: 5px;
}
.storeone-btl-wrapper {
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 0.625rem;
  border: 0.0625rem solid #e5e7eb;
  background: #fff;
  box-sizing: border-box;
}
.storeone-btl-title {
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.storeone-btl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.storeone-btl-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}
.storeone-btl-item .storeone-btl-text {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
}
.storeone-btl-item:last-child {
  margin-bottom: 0;
}
.storeone-btl-icon {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.75rem;
  line-height: 0;
  padding: 0.3rem;
  border-radius: 50%;
}
.style_4 .storeone-btl-item, .style_5 .storeone-btl-item {
  padding: 1rem;
  border-radius: 1rem;
}
.style_4 .storeone-btl-item .storeone-btl-icon {
  border-radius: 0.5rem;
}
.style_5 .storeone-btl-item .storeone-btl-icon {
  background-color: transparent;
}
.style_5 .storeone-btl-item {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.4);
}
.storeone-btl-icon svg {
  width: 1rem; /* 16px */
  height: 1rem;
  display: block;
}
.storeone-btl-text {
  font-size: 0.9375rem; /* 15px */
  line-height: 1.5;
}
ul.storeone-product-brand-list {
  list-style: none;
  margin: 0;
}
/* ===== Wrapper spacing ===== */
.storeone-product-brand-wrapper {
  margin: 20px 0;
}
/* ===== Main Card ===== */
/* ===== Title ===== */
.storeone-product-brand-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}
/* ===== List ===== */
.storeone-product-brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
/* ===== Item ===== */
.storeone-product-brand-item {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  padding: 0.3rem;
  border-radius: 4px;
  justify-content: center;
}
/* ===== Image ===== */
.storeone-product-brand-item img {
  max-width: 100px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  transition: all 0.3s ease;
}
/* ===== Hover Effect ===== */
.storeone-product-brand-item img:hover {
  transform: scale(1.05);
}
/* ===== Link Reset ===== */
.storeone-product-brand-item a {
  display: inline-block;
}
/* ================= WRAPPER SCOPE ================= */
.storeone-product-brand-wrapper .swiper {
  --swiper-navigation-color: #000; /* icon color */
}
/* ================= BUTTON STYLE ================= */
.storeone-product-brand-wrapper .swiper-button-prev,
.storeone-product-brand-wrapper .swiper-button-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  /* 🔥 same as preview */
  background: rgba(255, 255, 255, 0.9);
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: none;
}
/* ================= ICON ================= */
.storeone-product-brand-wrapper .swiper-button-prev::after,
.storeone-product-brand-wrapper .swiper-button-next::after {
  font-size: 12px !important;
  line-height: 1;
}
/* ================= POSITION ================= */
.storeone-product-brand-wrapper .swiper-button-prev {
  left: 5px;
}
.storeone-product-brand-wrapper .swiper-button-next {
  right: 5px;
}
/* ================= HOVER ================= */
.storeone-product-brand-wrapper .swiper-button-prev:hover,
.storeone-product-brand-wrapper .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
/* ================= DISABLED ================= */
.storeone-product-brand-wrapper .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
/* Black & White Mode */
.s1-bw-mode img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
/* optional hover color back */
.s1-bw-mode img:hover {
  filter: grayscale(0%);
}
.th-recent-view-wrap ul.products {
  gap: var(--th-gap);
}
/* ================= WRAPPER FIX ================= */
.th-recent-slider {
  position: relative;
}
/* ================= NAV BUTTON ================= */
.th-recent-slider .swiper-button-prev,
.th-recent-slider .swiper-button-next {
  top: 40% !important;
  transform: translateY(-40%) !important;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  width: auto !important;
  height: auto !important;
  z-index: 5;
  cursor: pointer;
  transition: all 0.25s ease;
}
/* ================= ICON ================= */
.th-recent-slider .swiper-button-prev::after,
.th-recent-slider .swiper-button-next::after {
  font-size: 16px !important;
  line-height: 1;
  font-weight: 600;
  color: #111;
}
/* ================= POSITION ================= */
.th-recent-slider .swiper-button-prev {
  left: 8px;
}
.th-recent-slider .swiper-button-next {
  right: 8px;
}
/* ================= HOVER ================= */
.th-recent-slider .swiper-button-prev:hover,
.th-recent-slider .swiper-button-next:hover {
  background: #111;
  transform: translateY(-50%) scale(1.05);
}
.th-recent-slider .swiper-button-prev:hover::after,
.th-recent-slider .swiper-button-next:hover::after {
  color: #fff;
}
/* ================= DISABLED ================= */
.th-recent-slider .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.th-has-video img.attachment-woocommerce_thumbnail {
  display: none !important;
}
/*DEFAULT HIDE */
.th-recent-slider .swiper-button-prev,
.th-recent-slider .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
/*SHOW ON HOVER */
.th-recent-slider:hover .swiper-button-prev,
.th-recent-slider:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.th-recent-view-wrap ul.products li.product .thunk-product .price {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #767676;
  font-family: "Jost";
  font-weight: 500;
  margin-bottom: 15px;
}
.th-has-video img.attachment-woocommerce_thumbnail {
  display: none !important;
}
/* Slide container fix */
.woocommerce-product-gallery__image.th-video-slide {
  position: relative;
  overflow: hidden;
  background: #000;
}
/* Remove any gap */
.th-video-slide iframe,
.th-video-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
}
/* Remove inline spacing issue */
.th-video-slide iframe {
  vertical-align: top;
}
/* Prevent white edges */
.th-video-slide {
  line-height: 0;
  font-size: 0;
}
/* Fix flexslider weird spacing */
.flex-viewport {
  overflow: hidden !important;
}
.th-video-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 10;
  pointer-events: none;
}
/* Default */
.th-aspect-default {
  aspect-ratio: 1/1;
}
.th-aspect-1-1 {
  aspect-ratio: 1/1;
}
.th-aspect-16-9 {
  aspect-ratio: 16/9;
}
.th-aspect-9-16 {
  aspect-ratio: 9/16;
}
.th-aspect-4-3 {
  aspect-ratio: 4/3;
}
.th-aspect-3-2 {
  aspect-ratio: 3/2;
}
.th-aspect-auto {
  aspect-ratio: auto;
}
.th-aspect-default {
  aspect-ratio: 16/9;
}
.th-aspect-3-4 {
  aspect-ratio: 3/4;
}
.th-aspect-3-2 {
  aspect-ratio: 3/2;
}
.th-aspect-2-3 {
  aspect-ratio: 2/3;
}
.th-aspect-5-7 {
  aspect-ratio: 5/7;
}
.th-aspect-7-5 {
  aspect-ratio: 7/5;
}
.th-aspect-auto {
  aspect-ratio: auto;
}
.th-aspect-custom {
  aspect-ratio: var(--th-g-aspect-ratio);
}
/* Important for video/image fit */
.woocommerce-product-gallery__image.th-video-slide {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.woocommerce-product-gallery__image.th-video-slide img,
.woocommerce-product-gallery__image.th-video-slide iframe,
.woocommerce-product-gallery__image.th-video-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
/* video shop page  */
.th-video-wrap {
  position: relative;
}
.th-loop-video {
  margin-bottom: 1rem;
}
.th-video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
}
.th-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.th-video-play svg {
  width: 30px;
  height: 30px;
}
.th-has-video .woocommerce-LoopProduct-link::before {
  display: none !important;
}
.th-video-play {
  z-index: 9999;
}
.th-video-wrap {
  z-index: 10;
}
.th-video-play:hover {
  cursor: poinet;
}
/* 1. Thumbnails ko Square (1:1) banane ke liye */
.flex-control-thumbs li.th-video-thumb {
  aspect-ratio: 1/1; /* Force Square Ratio */
  overflow: hidden;
  position: relative;
}
.flex-control-thumbs li.th-video-thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.th-video-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.th-video-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.th-loop-video iframe,
.th-loop-video video {
  border: 0 !important;
  display: block;
}
.th-loop-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* KEY FIX */
.th-loop-video iframe,
.th-loop-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* ====================== SHOP LOOP VIDEO OVERLAY ====================== */
.th-loop-video {
  position: relative;
  overflow: hidden;
}
/* Overlay - Sirf Self-hosted Video ke liye */
.th-loop-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(---overlay-color);
  transition: opacity 0.4s ease;
  z-index: 99;
  pointer-events: none;
}
/* ====================== YOUTUBE & VIMEO FIX ====================== */
/* YouTube aur Vimeo iframe ko overlay se upar rakho */
.th-loop-video iframe {
  position: relative;
  z-index: 3; /* Important */
  width: 100%;
  height: 100%;
}
.th-loop-video {
  position: relative;
  overflow: hidden;
}
.th-loop-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.th-has-video video {
  pointer-events: none; /* user click na kare */
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.th-has-video video::-webkit-media-controls {
  display: none !important;
}
.th-has-video video::-webkit-media-controls-panel,
.th-has-video video::-webkit-media-controls-play-button,
.th-has-video video::-webkit-media-controls-volume-slider,
.th-has-video video::-webkit-media-controls-mute-button,
.th-has-video video::-webkit-media-controls-timeline {
  display: none !important;
}
ul .th-has-video.product .ct-media-container img {
  display: none !important;
}
/* ======================================
   QUICK SOCIAL – BASE WRAPPER
====================================== */
.s1-quick-social {
  position: fixed;
  z-index: 9999;
  pointer-events: auto;
}
/* Inner flex container */
.s1-quick-social__inner {
  display: flex;
  gap: 12px;
}
/* ======================================
   ICON ITEM (CIRCLE)
====================================== */
.s1-quick-social__item {
  /* Outer circle size */
  background: var(--s1-icon-bg);
  color: var(--s1-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--s1-border-radius);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
/* Hover */
.s1-quick-social__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  background: var(--s1-icon-bg-hover);
  color: var(--s1-icon-color-hover);
}
/* ======================================
   ICON WRAPPER (UNIVERSAL SIZE CONTROL)
====================================== */
.s1-quick-social__icon {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* SVG */
.s1-quick-social__icon svg {
  display: block;
  fill: currentColor;
  width: var(--s1-icon-size);
  height: var(--s1-icon-size);
}
/* IMAGE */
.s1-quick-social__icon img {
  width: var(--s1-icon-size);
  height: var(--s1-icon-size);
  -o-object-fit: contain;
     object-fit: contain;
}
/* Safety */
.s1-quick-social__icon img {
  max-width: 100%;
  max-height: 100%;
}
/* ======================================
   STYLE 1 – LEFT FLOAT
====================================== */
.s1-quick-social--style1 {
  left: var(--s1-left);
  top: var(--s1-top, 50%);
  transform: translateY(calc(-1 * var(--s1-top, 50%)));
}
.s1-quick-social--style1 .s1-quick-social__inner {
  flex-direction: column;
  padding-left: 14px;
}
/* ======================================
   STYLE 2 – RIGHT FLOAT
====================================== */
.s1-quick-social--style2 {
  right: var(--s1-right);
  top: var(--s1-top, 50%);
  transform: translateY(calc(-1 * var(--s1-top, 50%)));
}
.s1-quick-social--style2 .s1-quick-social__inner {
  flex-direction: column;
  padding-right: 14px;
}
/* ======================================
   STYLE 3 – BOTTOM CENTER BAR
====================================== */
.s1-quick-social--style3 {
  bottom: var(--s1-bottom);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.s1-quick-social__item {
  outline: none;
}
.s1-quick-social__item:focus,
.s1-quick-social__item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
/* ===================================================== */
/* =============== BASE SOCIAL ITEM ==================== */
/* ===================================================== */
.s1-popup-icons .s1-quick-social__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* ===================================================== */
/* ===================== TOOLTIP ======================= */
/* ===================================================== */
/* Hidden by default */
.s1-quick-social__item::before,
.s1-quick-social__item::after {
  opacity: 0;
  pointer-events: none;
}
/* Tooltip Box */
.s1-quick-social__item[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #111;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  opacity: 1;
  transition: 0.18s ease;
  z-index: 10000;
}
/* Tooltip Arrow */
.s1-quick-social__item[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  bottom: 85%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  opacity: 1;
  transition: 0.18s ease;
  z-index: 10000;
}
/* Disable tooltip on + trigger */
.s1-more-trigger::before,
.s1-more-trigger::after {
  display: none !important;
}
/* ===================================================== */
/* ===================== + ICON ======================== */
/* ===================================================== */
.s1-more-trigger {
  cursor: pointer;
}
/* ===================================================== */
/* ===================== POPUP ========================= */
/* ===================================================== */
/* Fullscreen Overlay (Frontend Correct) */
.s1-popup-overlay {
  position: fixed; /* IMPORTANT FIX */
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none; /* controlled by JS */
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
/* Popup Box */
.s1-popup-content {
  position: relative;
  background: #2a2a2a;
  color: #fff;
  padding: 30px;
  border-radius: 16px;
  width: 480px;
  max-width: 95%;
  overflow: visible; /* tooltip inside popup visible */
  animation: s1PopupScale 0.25s ease;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}
/* Close Button */
.s1-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.25s ease;
}
.s1-popup-close:hover {
  transform: rotate(90deg);
}
/* Icons Layout */
.s1-popup-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.s1-quick-social.s1-quick-social-onpage {
  position: relative;
  margin: 1rem 0;
}
/* ===================================================== */
/* ===================== ANIMATION ===================== */
/* ===================================================== */
@keyframes s1PopupScale {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* ======================================
   VISIBILITY CONTROL
====================================== */
@media (max-width: 1024px) {
  .s1-quick-social[data-visibility=show-desktop] {
    display: none;
  }
}
@media (min-width: 1025px) {
  .s1-quick-social[data-visibility=show-tab-mobile] {
    display: none;
  }
}
/* ==========================
   OFFER WRAPPER
========================== */
.th-offer-wrapper {
  margin: 16px 0;
  border-radius: 8px;
  background: #fff;
  margin: 16px 0;
  border-radius: 8px;
  background: #fff;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.th-offer-label {
  display: flex;
  align-items: center; /* Vertical center alignment */
  gap: 12px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box; /* Padding ko width ke andar rakhega */
  flex-wrap: nowrap; /* Content ko wrap hone se rokega */
  margin: 0 !important;
}
.th-offer-content {
  display: flex;
  flex-grow: 1; /* Yeh label ki bachi hui jagah le lega */
  align-items: center;
  justify-content: space-between; /* Left aur Right ko door rakhega */
  gap: 10px;
  min-width: 0; /* Yeh bahut zaroori hai, isse text overflow nahi hoga */
}
.th-offer-left {
  flex: 1; /* Title ko flexible space dega */
  overflow: hidden;
}
.th-offer-title {
  margin: 0;
  white-space: nowrap; /* Text ko break hone se roke ga */
  overflow: hidden;
  text-overflow: ellipsis; /* Agar zyada bada ho to "..." dikha dega */
}
.th-offer-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0; /* Right side (Price/Badge) ko kabhi shrink nahi hone dega */
}
/* ==========================
   CARD DESIGN (Compact)
========================== */
.th-offer-radio {
  display: none;
}
.th-offer-radio-card {
  position: relative;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  margin-bottom: 15px;
}
/* Active State */
.th-offer-radio-card.active,
.th-offer-radio-card:has(.th-offer-radio:checked) {
  background: var(--th-card-active-bg);
}
/* ==========================
   LABEL & RADIO
========================== */
.th-radio-mark {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}
/* ==========================
   CONTENT COMPACTING
========================== */
.th-offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.th-offer-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 !important;
}
.th-offer-subtitle {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
/* Badge (Small & Sharp) */
.th-save-badge {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  flex-shrink: 0;
}
/* Price Section (Balanced) */
.th-offer-right {
  text-align: right;
}
.th-offer-right .th-price {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  line-height: 1;
}
.th-offer-right del {
  font-size: 12px;
  color: #9ca3af;
  margin-right: 4px;
}
/* Price Wrap - Inner */
.th-price .th-price-wrap {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 4px;
}
.th-price-text {
  font-size: 14px;
  font-weight: 600;
}
.th-offer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.th-offer-left img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.th-offer-left {
  align-items: center;
  overflow: hidden;
  display: flex;
  gap: 10px;
}
/* ======================
   FRONTEND OFFER CARD
====================== */
.th-offer-row {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #d1d5db;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}
.th-offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 14px;
}
.th-offer-left {
  flex: 1;
  min-width: 0;
}
.th-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
/* ======================
   RIGHT SIDE
====================== */
.th-offer-wrp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.th-offer-wrp .th-price {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  text-align: right;
}
.th-offer-wrp .th-price del {
  font-size: 13px;
  color: #9ca3af;
  margin-right: 4px;
}
.th-offer-wrp .th-price strong {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  color: inherit;
}
.th-offer-short-desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #6b7280;
  font-weight: 500;
  text-align: right;
}
.th-offer-skeleton {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
}
.th-skel-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.th-skel-left,
.th-skel-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.th-skel-title,
.th-skel-badge,
.th-skel-price,
.th-skel-desc {
  position: relative;
  overflow: hidden;
  background: #f3f4f6;
  border-radius: 8px;
}
.th-skel-title {
  width: 220px;
  height: 18px;
}
.th-skel-badge {
  width: 90px;
  height: 24px;
  border-radius: 999px;
}
.th-skel-price {
  width: 140px;
  height: 18px;
  margin-left: auto;
}
.th-skel-desc {
  width: 120px;
  height: 12px;
  margin-left: auto;
}
.th-skel-title::after,
.th-skel-badge::after,
.th-skel-price::after,
.th-skel-desc::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: thSkeleton 1.2s infinite;
}
@keyframes thSkeleton {
  100% {
    transform: translateX(100%);
  }
}
.th-offer-loading {
  display: none;
}
.th-offer-radio-card {
  background: var(--th-card-bg);
  padding-top: var(--th-padding-top);
  padding-bottom: var(--th-padding-bottom);
  padding-left: var(--th-padding-left);
  padding-right: var(--th-padding-right);
  border-top: var(--th-border-top-width) var(--th-border-style) var(--th-border-color);
  border-right: var(--th-border-right-width) var(--th-border-style) var(--th-border-color);
  border-bottom: var(--th-border-bottom-width) var(--th-border-style) var(--th-border-color);
  border-left: var(--th-border-left-width) var(--th-border-style) var(--th-border-color);
  border-top-left-radius: var(--th-card-radius-top);
  border-top-right-radius: var(--th-card-radius-right);
  border-bottom-right-radius: var(--th-card-radius-bottom);
  border-bottom-left-radius: var(--th-card-radius-left);
}
.th-offer-card.offer_select,
.th-offer-card.th-card-active {
  background: var(--th-card-active-bg);
}
.th-offer-title, .th-offer-short-desc {
  color: var(--th-heading-color);
}
.th-offer-card .th-price,
.th-offer-card .th-new-price,
.th-offer-card .th-each-price, .th-offer-card .th-price-wrap, .th-offer-card .th-price del {
  color: var(--th-price-color);
}
.th-save-badge {
  background: var(--th-badge-bg);
  color: var(--th-badge-color);
}
.th-radio-mark {
  --th-radio-color: var(--th-highlight-color);
}
/* style 2 */
.th_layout_2.th-dynamic .th-offer-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  align-items: flex-start;
}
.th_layout_2.th-dynamic .th-offer-content .th-offer-header h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--th-heading-color, #0f172a);
}
.th_layout_2.th-dynamic .th-offer-label {
  padding: 0;
  gap: 18px;
}
.th_layout_2.th-dynamic .th-offer-content .th-offer-meta .th-save-badge {
  background-color: var(--th-badge-bg, #0f172a);
  color: var(--th-badge-color, #ffffff);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.th_layout_2.th-dynamic .th-price-content {
  display: flex;
  align-items: flex-start;
  color: var(--th-price-color, #334155);
}
.th_layout_2.th-dynamic .th-price-content .th-price {
  font-size: 14px;
  padding: 0;
  text-align: left;
}
.th_layout_2.th-dynamic .th-price-content .th-offer-short-desc {
  font-size: 14px;
}
.th-radio-mark {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #111;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  flex-shrink: 0 !important;
}
.th-card-active.offer_select .th-radio-mark {
  background: var(--th-radio-color);
  border-color: var(--th-radio-color);
}
.th-card-active.offer_select .th-radio-mark::after {
  content: "\f147";
  font-family: dashicons;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.th-offer-radio-card.active,
.th-offer-radio-card:has(.th-offer-radio:checked) {
  border-color: var(--th-highlight-color);
}
/* bogo y and x style style 2 */
.th_layout_2 .th-offer-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  align-items: flex-start;
}
.th_layout_2 .th-offer-content .th-offer-header {
  display: flex;
  align-items: center;
}
.th_layout_2 .th-offer-content .th-offer-header h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--th-heading-color, #0f172a);
  white-space: normal;
}
.th_layout_2 .th-offer-label {
  padding: 0;
  gap: 18px;
}
.th_layout_2 .th-offer-content .th-offer-meta .th-save-badge {
  background-color: var(--th-badge-bg, #0f172a);
  color: var(--th-badge-color, #ffffff);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.th_layout_2 .th-price-content {
  display: flex;
  align-items: flex-start;
  color: var(--th-price-color, #334155);
}
.th_layout_2 .th-price-content .th-price {
  font-size: 14px;
  padding: 0;
  text-align: left;
}
.th_layout_2 .th-price .th-price-wrap {
  justify-content: flex-start;
}
.th_layout_2 .th-price-content .th-offer-short-desc {
  font-size: 14px;
}
.th_layout_2 .th-offer-label img {
  width: 48px;
  height: 48px;
  background: rgb(243, 244, 246);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  flex-shrink: 0;
}
/* ==========================
   MOBILE (Responsive)
========================== */
@media (max-width: 600px) {
  .th-offer-label {
    padding: 12px;
  }
  .th-offer-content {
    gap: 8px;
  }
  .th-offer-title {
    font-size: 14px;
  }
  .th-offer-right .th-price {
    font-size: 16px;
  }
}
/* Responsive fix: Agar screen bahut chhoti ho jaye */
@media (max-width: 480px) {
  .th-offer-label {
    flex-direction: column;
    align-items: flex-start;
  }
  .th-offer-content {
    width: 100%;
  }
}
/* ========================================
   BASE WRAPPER
======================================== */
.th-shopable-list-wrap {
  width: 100%;
}
.th-shopable-title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}
.th-shopable-grid {
  display: grid;
}
/* ========================================
   CARD
======================================== */
.th-shopable-card {
  position: relative;
  width: 100%;
}
/* ========================================
   LAYOUT STYLE 1
======================================== */
.th-shopable-layout-style1 .th-shopable-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f5f5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.th-shopable-layout-style1 .th-shopable-video {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
/* ========================================
   PLAY BUTTON
======================================== */
.th-shopable-layout-style1 .th-shopable-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  z-index: 5;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.th-shopable-layout-style1 .th-shopable-play:hover {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(0, 0, 0, 0.6);
}
.th-shopable-layout-style1 .th-shopable-play svg {
  width: 28px;
  height: 28px;
  display: block;
  margin-left: 3px;
}
.th-shopable-layout-style1 .th-shopable-play.is-playing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* ========================================
   PRODUCT BAR
======================================== */
.th-shopable-layout-style1 .th-shopable-product-bar {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 4;
}
.th-shopable-layout-style1 .th-shopable-product-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.th-shopable-layout-style1 .th-shopable-product-left img {
  width: 42px;
  height: 42px;
  min-width: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.th-product-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-slide.th-product-init-slide {
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.th-shopable-slider-nav {
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.th-shopable-slider-nav button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
}
/* Hover */
.th-shopable-slider-nav button:hover {
  transform: translateY(-1px);
  background: rgba(0, 0, 0, 0.85);
  opacity: 0.6;
}
/* Click */
.th-shopable-slider-nav button:active {
  opacity: 0.65;
  transform: scale(0.94);
}
/* Remove focus ring */
.th-shopable-slider-nav button:focus,
.th-shopable-slider-nav button:focus-visible {
  outline: none;
  box-shadow: none;
}
.th-shopable-slider-nav svg {
  width: 18px;
  height: 18px;
  color: #fff;
  pointer-events: none;
}
/* ========================================
   PRODUCT CONTENT
======================================== */
.th-shopable-layout-style1 .th-shopable-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}
.th-shopable-product-link {
  display: block;
  text-decoration: none !important;
}
.th-shopable-product-link:hover {
  text-decoration: none !important;
}
.th-shopable-layout-style1 .th-shopable-product-content .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: 0.2s ease;
}
.th-shopable-product-link:hover .title {
  color: #2271b1;
}
.th-shopable-layout-style1 .th-shopable-product-content .price {
  color: #111;
  font-size: 13px;
  font-weight: 600;
}
.th-shopable-layout-style1 del {
  opacity: 0.5;
  margin-right: 4px;
}
.th-shopable-layout-style1 ins {
  text-decoration: none;
}
/* ========================================
   CART BUTTON
======================================== */
.th-shopable-btn {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #22c55e !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: 0.25s ease !important;
}
.th-shopable-btn:hover {
  background: #16a34a !important;
  color: #fff !important;
  transform: translateY(-2px) scale(1.05);
}
.th-shopable-btn svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: #fff;
}
.th-shopable-btn.loading {
  opacity: 0.6;
}
.th-shopable-btn.added {
  background: #15803d !important;
}
.th-shopable-btn .check-icon {
  display: none;
}
.th-shopable-btn.added .cart-icon {
  display: none;
}
.th-shopable-btn.added .check-icon {
  display: flex;
}
.th-shopable-btn .check-icon svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 3;
}
.th-shopable-product-bar .added_to_cart.wc-forward {
  display: none !important;
}
/* ========================================
   PROGRESS BAR
======================================== */
.th-shopable-layout-style1 .th-shopable-progress {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: 0.25s ease;
}
.th-shopable-card.is-active .th-shopable-progress {
  opacity: 1;
  visibility: visible;
}
.th-shopable-layout-style1 .th-shopable-progress::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}
.th-shopable-progress-fill {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
/* ========================================
   PRODUCT INFO POSITION
======================================== */
.th-shopable-layout-style1.th-product-info-top .th-shopable-product-bar {
  top: 12px;
  bottom: auto;
}
.th-shopable-layout-style1.th-product-info-top .th-shopable-progress {
  top: auto;
  bottom: 10px;
}
.th-shopable-layout-style1.th-product-info-bottom .th-shopable-product-bar {
  bottom: 12px;
}
.th-shopable-layout-style1.th-product-info-bottom .th-shopable-progress {
  top: 10px;
}
/* ========================================
   SWIPER
======================================== */
.th-shopable-slider {
  position: relative;
}
.th-shopable-slider .swiper-slide {
  height: auto;
}
.th-shopable-slider .swiper-button-prev,
.th-shopable-slider .swiper-button-next {
  width: 46px !important;
  height: 46px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: 0.2s ease;
}
.th-shopable-slider .swiper-button-prev::after,
.th-shopable-slider .swiper-button-next::after {
  color: #2271b1;
  font-size: 16px !important;
  font-weight: 700;
}
.th-shopable-slider .swiper-button-prev {
  left: 12px !important;
}
.th-shopable-slider .swiper-button-next {
  right: 12px !important;
}
/* LAYOUT 2 */
/* ==========================================
   STYLE 2
========================================== */
.th-shopable-layout-style2 {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}
/* ==========================
   VIDEO
========================== */
.th-shopable-layout-style2 .th-shopable-video-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.th-shopable-layout-style2 .th-shopable-video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
/* ==========================
   PLAY BUTTON
========================== */
.th-shopable-layout-style2 .th-shopable-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  color: #111;
  cursor: pointer;
  backdrop-filter: blur(4px);
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
  padding: 0;
}
.th-shopable-layout-style2 .th-shopable-play.is-playing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.th-shopable-layout-style2 .th-shopable-play svg {
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 2px;
}
/* ==========================
   PROGRESS BAR
========================== */
.th-shopable-layout-style2 .th-shopable-progress {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  z-index: 20;
}
.th-shopable-layout-style2 .th-shopable-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 999px;
}
/* ==========================
   PRODUCT BAR
========================== */
.th-shopable-layout-style2 .th-shopable-product-bar {
  display: flex;
  align-items: center;
  padding: 0;
  background: #fafafa;
  margin-top: 7px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.th-shopable-layout-style2 .th-shopable-product-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
/* ==========================
   PRODUCT IMAGE
========================== */
.th-shopable-layout-style2 .th-product-image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* ==========================
   CONTENT
========================== */
.th-shopable-layout-style2 .th-shopable-product-content {
  flex: 1;
  min-width: 0;
}
.th-shopable-layout-style2 .th-shopable-product-link {
  text-decoration: none;
}
.th-shopable-layout-style2 .title {
  margin: 0px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
}
.th-shopable-layout-style2 .price {
  display: block;
  margin-top: 4px;
  color: #4b5563;
  font-size: 12px;
  font-weight: 600;
}
.th-shopable-layout-style2 del {
  opacity: 0.45;
  margin-right: 4px;
}
.th-shopable-layout-style2 ins {
  text-decoration: none;
}
.th-shopable-layout-style2 .th-shopable-product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.th-shopable-layout-style2 .th-shopable-cnt {
  width: 80%;
}
.th-shopable-layout-style2 .th-shopable-btn svg {
  width: 15px;
  height: 15px;
}
.th-shopable-layout-style2 .check-icon {
  display: none;
}
.th-shopable-layout-style2 .th-shopable-btn.added .cart-icon {
  display: none;
}
.th-shopable-layout-style2 .th-shopable-btn.added .check-icon {
  display: flex;
}
.th-shopable-slider .swiper-button-prev, .th-shopable-slider .swiper-button-next {
  opacity: 0 !important;
}
.th-shopable-slider:hover .swiper-button-prev, .th-shopable-slider:hover .swiper-button-next {
  opacity: 1 !important;
}
/* ==========================
   MOBILE
========================== */
@media (max-width: 767px) {
  .th-shopable-layout-style2 .th-product-image {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
  .th-shopable-layout-style2 .title {
    font-size: 12px;
  }
  .th-shopable-layout-style2 .price {
    font-size: 11px;
  }
}
/* layout 2 */
.th-shopable-slider {
  visibility: hidden;
  opacity: 0;
}
.th-shopable-slider.swiper-ready {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.th-shopable-slider {
  width: 100%;
  overflow: hidden;
}
.th-shopable-slider .swiper-wrapper {
  display: flex;
}
.th-shopable-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.th-shopable-card {
  border: none;
}
.th-shopable-layout-style1 .th-shopable-video-wrap,
.th-shopable-layout-style2 .th-shopable-video-wrap {
  border-style: var(--s1-border-style);
  border-color: var(--s1-border-color);
  border-top-width: var(--s1-border-top);
  border-right-width: var(--s1-border-right);
  border-bottom-width: var(--s1-border-bottom);
  border-left-width: var(--s1-border-left);
  border-top-left-radius: var(--s1-radius-top);
  border-top-right-radius: var(--s1-radius-right);
  border-bottom-right-radius: var(--s1-radius-bottom);
  border-bottom-left-radius: var(--s1-radius-left);
}
.th-shopable-card .th-shopable-product-bar .swiper-slide {
  background: var(--s1-bg-color);
}
.th-shopable-card .th-shopable-product-bar {
  border-radius: var(--s1-card-border-radius) !important;
}
.th-shopable-product-content a.th-shopable-product-link .title {
  color: var(--s1-title-color);
}
.th-shopable-product-content .price {
  color: var(--s1-price-color) !important;
}
.th-shopable-card .th-shopable-btn, .th-mini-open-btn .th-shopable-btn, .th-mini-open-btn {
  background: var(--s1-cart-bg) !important;
  color: var(--s1-cart-color) !important;
  border-radius: 50%;
}
.th-shopable-card .th-shopable-play {
  background: var(--s1-play-bg) !important;
  color: var(--s1-play-color) !important;
}
.th-shopable-btn svg {
  stroke: var(--s1-cart-color) !important;
}
.th-shopable-progress-fill {
  background: var(--s1-progress-color) !important;
}
.th-shopable-slider .swiper-button-prev.swiper-button-disabled,
.th-shopable-slider .swiper-button-next.swiper-button-disabled {
  display: none !important;
}
/* ============== TH SHOPABLE POPUP - IMAGE STYLE IMPROVED ============== */
.th-shopable-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100% !important;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999999999;
  backdrop-filter: blur(12px);
}
/* Main Container */
.th-shopable-popup .th-popup-main {
  display: flex;
  width: 1000px;
  height: 78vh;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  max-width: 58vw;
}
/* ================= LEFT - VIDEO / IMAGE ================= */
.th-shopable-popup .th-video-reel-container {
  width: 400px;
  height: 100%;
  background: #111;
  position: relative;
}
.th-shopable-popup .th-video-swiper {
  height: 100%;
}
.th-shopable-popup .th-popup-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Loader */
.th-shopable-popup .reel-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: none;
}
.th-shopable-popup .loader-spinner {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Navigation Arrows (Bottom Left) */
.th-shopable-popup .th-video-nav {
  position: absolute;
  bottom: 10px;
  right: 0%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}
.th-shopable-popup .th-nav-arrow {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 0px;
}
.th-shopable-popup .th-nav-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}
/* Close Button */
.th-shopable-popup .th-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 32px;
  color: #fff;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 20;
  padding: 0;
}
/* ================= RIGHT SIDE - CONTENT (Image Style) ================= */
.th-shopable-popup .th-side-panel {
  flex: 1;
  padding: 1.5rem 1.5rem 0rem;
  overflow-y: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  border: none;
}
.th-shopable-popup .th-product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* Product Image (Small Top) */
.th-shopable-popup .th-content-image {
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}
/* Title */
.th-shopable-popup .th-product-content h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1a1a1a;
}
/* Price */
.th-shopable-popup .price, .th-shopable-popup .price ins {
  font-size: 16px;
  font-weight: 700;
  color: #e63939;
}
/* Description */
.th-shopable-popup .desc {
  color: #555;
  line-height: 1.65;
  font-size: 15.2px;
  margin-bottom: 30px;
  flex: 1;
}
/* Buttons */
.th-shopable-popup .button-group {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(131, 123, 123, 0.1803921569);
}
.th-shopable-popup .button {
  flex: 1;
  padding: 13px 0;
  border-radius: 0px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.th-shopable-popup .more-info {
  background: #f1f1f1;
  color: #333;
}
.th-shopable-popup .add-to-cart {
  background: #333;
  color: white;
}
.th-shopable-popup .add-to-cart:hover {
  opacity: 0.9;
}
.th-shopable-grid {
  grid-template-columns: repeat(var(--desktop-columns), minmax(0, 1fr)) !important;
}
/* video mute  */
.th-video-mute-toggle {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.th-video-mute-toggle svg {
  width: 18px;
  height: 18px;
}
.th-video-mute-toggle .icon-unmute {
  display: none;
}
.th-video-mute-toggle.is-muted .icon-mute {
  display: block;
}
.th-video-mute-toggle.is-muted .icon-unmute {
  display: none;
}
.th-video-mute-toggle:not(.is-muted) .icon-mute {
  display: none;
}
.th-video-mute-toggle:not(.is-muted) .icon-unmute {
  display: block;
}
.th-product-detail {
  display: none;
}
.th-product-info-top .th-shopable-slider-nav {
  left: auto !important;
  right: 15px;
  bottom: 20px;
  top: auto !important;
}
/* ==========================
   PRODUCT ITEM
========================== */
.th-product-list .product-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.th-product-list .product-list-item:hover {
  background: #f8fafc;
  border-color: #e5e7eb;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
/* ==========================
   IMAGE
========================== */
.th-product-list .product-list-item img {
  width: 60px !important;
  height: 60px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px !important;
  flex-shrink: 0;
  background: #f5f5f5;
}
/* ==========================
   CONTENT
========================== */
/* .th-product-list .product-list-item > div:nth-child(2){

    flex:1;
    min-width:0;
} */
/* ==========================
   TITLE
========================== */
.th-product-list .product-title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ==========================
   PRICE
========================== */
.th-product-list .product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.th-product-list .product-price del {
  color: #9ca3af;
  font-weight: 500;
}
.th-product-list .product-price ins {
  text-decoration: none;
  color: #111827;
  font-weight: 700;
  margin-left: 5px;
}
/* ==========================
   PLUS BUTTON
========================== */
.th-product-list .plus-btn {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #071329;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: 0.25s ease;
}
.th-product-list .product-list-item:hover .plus-btn {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(7, 19, 41, 0.25);
}
/* ==========================
   ACTIVE ITEM
========================== */
.th-product-list .product-list-item.active {
  background: #f8fafc;
  border-color: #cbd5e1;
}
/* TITLE */
.s1-shopalbe-popup-content .th-product-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
}
/* PRICE */
.s1-shopalbe-popup-content .th-product-price {
  font-size: 21px;
  font-weight: 700;
  color: #111827;
}
.s1-shopalbe-popup-content .th-product-price del {
  opacity: 0.45;
  margin-right: 8px;
}
.s1-shopalbe-popup-content .th-product-price ins {
  text-decoration: none;
}
/* GALLERY */
.s1-shopalbe-popup-content .th-product-gallery {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 18px;
  background: #f8f8f8;
  margin-bottom: 28px;
}
/* .s1-shopalbe-popup-content .th-product-gallery .swiper-wrapper,
.s1-shopalbe-popup-content .th-product-gallery .swiper-slide{
    height:260px;
} */
.s1-shopalbe-popup-content .th-gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
/* PAGINATION */
.s1-shopalbe-popup-content .swiper-pagination {
  bottom: 16px !important;
}
.s1-shopalbe-popup-content .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #312e2d;
  opacity: 0.5;
}
.s1-shopalbe-popup-content .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  opacity: 1;
}
/* DIVIDER */
.s1-shopalbe-popup-content .th-divider {
  height: 1px;
  background: #ececec;
  margin: 25px 0;
}
/* DESCRIPTION */
.s1-shopalbe-popup-content .th-product-description {
  font-size: 14px;
  line-height: 1.9;
  color: #6b7280;
}
.s1-shopalbe-popup-content .th-product-description p {
  margin-bottom: 16px;
}
/* SECTION TITLE */
.s1-shopalbe-popup-content .th-section-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 12px;
}
.s1-shopalbe-popup-content form.cart {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.s1-shopalbe-popup-content .single_add_to_cart_button {
  flex: 1;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: #071329 !important;
  color: #fff !important;
}
/* variation popup style */
/* ==========================================================================
   TH SHOPABLE POPUP - VARIATION FORM & DROPDOWNS CUSTOM STYLES
   ========================================================================== */
/* 1. Main Variations Table Wrapper */
.s1-shopalbe-popup-content.th-product-content .variations_form {
  width: 100%;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
.s1-shopalbe-popup-content.th-product-content .variations {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: none;
}
/* Row Styling */
.s1-shopalbe-popup-content.th-product-content .variations tr {
  display: flex;
  flex-direction: column; /* Stack Label and Select for mobile-first layout */
  margin-bottom: 15px;
  border: none;
}
/* 2. Label Styling (Color, Size etc.) */
.s1-shopalbe-popup-content.th-product-content .variations td.label {
  padding: 0 0 6px 0 !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #333333;
}
.s1-shopalbe-popup-content.th-product-content .variations td.label label {
  margin: 0;
}
.s1-shopalbe-popup-content.th-product-content .variations th {
  background: transparent;
  padding: 10px 0;
  border: none;
}
.s1-shopalbe-popup-content.th-product-content .variations th label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b7280;
}
/* 3. Dropdown (Select) Field Container & Input Styling */
.s1-shopalbe-popup-content.th-product-content .variations td.value {
  padding: 0 !important;
  position: relative;
  width: 100%;
  background: none;
  border: none;
}
.s1-shopalbe-popup-content.th-product-content .variations select {
  width: 100% !important;
  height: 42px;
  padding: 0 15px !important;
  font-size: 14px;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #ececec; /* Subtle border color */
  border-radius: 6px;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease-in-out;
  appearance: none; /* Default browser arrow remove karne ke liye */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Custom Modern Clean Arrow Icon */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23666%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
}
/* Dropdown Focus and Hover States */
.s1-shopalbe-popup-content.th-product-content .variations select:hover {
  border-color: #cbd5e1;
}
.s1-shopalbe-popup-content.th-product-content .variations select:focus {
  border-color: #111111; /* Popup brand matching dark active border */
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.05);
}
/* 4. WooCommerce Clear/Reset Link Styling ("Clear" text) */
.s1-shopalbe-popup-content.s1-shopalbe-popup-content.th-product-content .reset_variations {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: #ef4444; /* Clean Soft Red */
  text-decoration: none;
  transition: opacity 0.2s;
  font-weight: 500;
}
.s1-shopalbe-popup-content.th-product-content .reset_variations:hover {
  opacity: 0.8;
  text-decoration: underline;
}
/* 5. Custom Deactive/Disabled Add to Cart Button Styling */
.s1-shopalbe-popup-content #th-custom-add-to-cart.disabled,
.s1-shopalbe-popup-content #th-custom-add-to-cart:disabled {
  background-color: #e2e8f0 !important;
  color: #94a3b8 !important;
  border-color: #e2e8f0 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
  pointer-events: none; /* Kisi bhi user click interaction ko block karega */
  transform: none !important;
}
.s1-shopalbe-popup-content .variations_form .single_add_to_cart_button,
.s1-shopalbe-popup-content .variations_form .quantity,
.s1-shopalbe-popup-content .variations_form .woocommerce-variation-add-to-cart {
  display: none !important;
}
.s1-shopalbe-popup-content .variations_form .single_variation_wrap {
  display: none !important;
}
/* ==================================
   QUANTITY SECTION
================================== */
.s1-shopalbe-popup-content .th-quantity-wrapper {
  margin-bottom: 20px;
}
/* Label */
.s1-shopalbe-popup-content .th-label {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b7280;
}
/* Quantity Box */
.s1-shopalbe-popup-content .th-quantity-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.s1-shopalbe-popup-content .th-quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  height: 48px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  transition: 0.25s ease;
}
.s1-shopalbe-popup-content .th-quantity-box:hover {
  border-color: #cbd5e1;
}
/* Minus / Plus Buttons */
.s1-shopalbe-popup-content .th-qty-minus,
.s1-shopalbe-popup-content .th-qty-plus {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: #334155;
  font-size: 18px;
  font-weight: 500;
  transition: 0.25s ease;
}
.s1-shopalbe-popup-content .th-qty-minus:hover,
.s1-shopalbe-popup-content .th-qty-plus:hover {
  background: #e2e8f0;
  color: #111827;
}
/* Quantity Input */
.s1-shopalbe-popup-content .th-quantity-box .qty {
  width: 40px !important;
  min-width: 40px;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  box-shadow: none !important;
  outline: none !important;
  -moz-appearance: textfield;
}
/* Remove Chrome Arrows */
.s1-shopalbe-popup-content .th-quantity-box .qty::-webkit-inner-spin-button,
.s1-shopalbe-popup-content .th-quantity-box .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.th-quantity-box button {
  padding: 0;
}
.s1-shopalbe-popup-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.s1-shopalbe-popup-content .th-cart-section {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 0px; /* button height */
}
.s1-shopalbe-popup-content .button-group {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 20px 0px;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 10;
}
/* ==================================
   SKELETON LOADER
================================== */
.s1-shopalbe-popup-content.th-loading {
  pointer-events: none;
}
.th-product-skeleton {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.th-skeleton-image,
.th-skeleton-title,
.th-skeleton-price,
.th-skeleton-desc,
.th-skeleton-btn {
  background: linear-gradient(90deg, #f1f1f1 25%, #fafafa 50%, #f1f1f1 75%);
  background-size: 200% 100%;
  animation: thSkeleton 1.5s infinite linear;
  border-radius: 10px;
}
.th-skeleton-image {
  height: 260px;
  border-radius: 18px;
}
.th-skeleton-title {
  width: 70%;
  height: 28px;
}
.th-skeleton-price {
  width: 120px;
  height: 22px;
}
.th-skeleton-desc {
  width: 100%;
  height: 14px;
}
.th-skeleton-desc.short {
  width: 80%;
}
.th-skeleton-btn {
  width: 100%;
  height: 48px;
  border-radius: 999px;
}
@keyframes thSkeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* ==================================
   STICKY BOTTOM ACTIONS
================================== */
.s1-shopalbe-popup-content .th-bottom-actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid #ececec;
  z-index: 10;
}
/* Button Group */
.s1-shopalbe-popup-content .button-group {
  display: flex;
  gap: 12px;
  width: 100%;
}
.s1-shopalbe-popup-content .button-group .button {
  flex: 1;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: 0.25s ease;
}
/* More Info */
.s1-shopalbe-popup-content .button-group .more-info {
  background: #f5f5f5;
  color: #111827;
}
.s1-shopalbe-popup-content .button-group .more-info:hover {
  background: #ececec;
}
/* Add To Cart */
.s1-shopalbe-popup-content .button-group .add-to-cart {
  background: #071329;
  color: #fff;
}
.s1-shopalbe-popup-content .button-group .add-to-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(7, 19, 41, 0.15);
}
/* ==========================================================================
   DESKTOP DEFAULT LAYOUT (APKA ORIGINAL CODE - NO CHANGES)
   ========================================================================== */
.th-shopable-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100% !important; /* Ye desktop layout structure handle karne ke liye pehle se tha */
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999999999;
  backdrop-filter: blur(12px);
}
.th-shopable-popup .th-popup-main {
  display: flex;
  width: 1000px;
  height: 78vh;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  max-width: 58vw;
  position: relative;
}
.th-shopable-video-wrap.product-info-top .th-video-mute-toggle,
.th-shopable-video-wrap.product-info-top .th-shopable-slider-nav {
  top: 90px;
}
/* ================= MOBILE VIEW ONLY ================= */
@media (max-width: 768px) {
  .th-shopable-grid {
    grid-template-columns: repeat(var(--mobile-columns), minmax(0, 1fr)) !important;
  }
}
/* ==========================================================================
   MOBILE BREAKPOINT OVERRIDES (CLEAN - NO !IMPORTANT)
   ========================================================================== */
@media (max-width: 768px) {
  /* Reset center bounds safely on active viewport */
  .th-shopable-popup.th-mobile-active-view .th-popup-main {
    width: 100%;
    height: 100vh; /* 100vh se chhota kiya taaki video natural ratio me float kare */
    max-height: 100vh;
    border-radius: 0; /* Premium curved reel edges */
    background: #000000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: auto;
    max-width: 100%;
  }
  .th-shopable-popup {
    margin: 0 !important;
  }
  /* Video scaling correction (Ensures video doesn't break/stretch) */
  .th-shopable-popup.th-mobile-active-view .th-popup-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0px;
  }
  /* Floating trigger card perfectly overlayed on bottom inside the main area */
  .th-shopable-popup.th-mobile-active-view .th-popup-main .th-side-panel.global-mini-layout {
    position: absolute;
    bottom: 60px; /* Inner video bound bottom anchoring */
    left: 5%;
    right: 5%;
    width: 90%;
    height: 68px;
    max-height: 68px;
    padding: 0;
    /* Premium Glassmorphism texture layout */
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    z-index: 999999;
    transform: none;
    overflow: hidden;
  }
  /* Bottom sheet drawer display sheets */
  .th-shopable-popup.th-mobile-active-view .th-popup-main .th-side-panel.drawer-expanded {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 60vh;
    height: auto;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    z-index: 9999999;
    overflow-y: auto;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
    padding: 0;
  }
  .th-product-list .plus-btn,
  .th-mini-open-btn, .th-mobile-mini-trigger-card a.th-shopable-btn {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
  .th-shopable-btn svg {
    width: 15px;
    height: 15px;
  }
  /* Mini trigger card row grid wrappers */
  .th-mobile-mini-trigger-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .th-mobile-mini-trigger-card .th-mini-img {
    width: 44px;
    height: 44px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .th-mobile-mini-trigger-card .th-mini-info {
    flex: 1;
    padding-left: 10px;
    text-align: left;
    overflow: hidden;
  }
  .th-mobile-mini-trigger-card .th-mini-title {
    margin: 0 0 1px 0;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .th-mobile-mini-trigger-card .th-mini-price {
    font-size: 12px;
    color: #222222;
    font-weight: 600;
  }
  /* Screenshot Style Rounded Green Cart Button */
  .th-mobile-mini-trigger-card .th-mini-open-btn {
    background: #2ecc71;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }
  .th-mobile-mini-trigger-card .th-mini-open-btn svg,
  .th-mobile-mini-trigger-card .th-mini-open-btn span {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
  }
  /* Right corner overlay close targets */
  .th-mobile-drawer-close-x {
    position: absolute;
    top: 14px;
    right: 14px;
    left: auto;
    width: 26px;
    height: 26px;
    background: #f1f3f5;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    padding: 0;
  }
  .th-back-to-list-btn {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #111111;
    color: #ffffff;
    border: none;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 9999999;
  }
  .th-shopable-popup .th-video-nav {
    position: absolute;
    top: 10px;
    left: 25px;
    bottom: auto;
    right: auto;
  }
  .th-shopable-popup .th-nav-arrow {
    width: 30px;
    height: 30px;
  }
  .th-shopable-popup .th-nav-arrow svg {
    width: 15px;
    height: 15px;
  }
  .th-shopable-popup .th-product-content {
    padding: 10px;
  }
  .th-shopable-popup .th-product-content:hover {
    cursor: pointer;
  }
  /* Product Title scale down */
  .s1-shopalbe-popup-content .th-product-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  /* Product Price scale down */
  .s1-shopalbe-popup-content .th-product-price {
    font-size: 18px;
  }
  /* Gallery Aspect Ratio Adjustment */
  /* .s1-shopalbe-popup-content .th-product-gallery,
  .s1-shopalbe-popup-content .th-product-gallery .swiper-wrapper,
  .s1-shopalbe-popup-content .th-product-gallery .swiper-slide {
      height: 180px;
  } */
  .s1-shopalbe-popup-content .th-product-gallery {
    margin-bottom: 16px;
    border-radius: 12px;
  }
  /* Divider Spacing adjustment */
  .s1-shopalbe-popup-content .th-divider {
    margin: 15px 0;
  }
  /* Description Font & Line Height optimization */
  .s1-shopalbe-popup-content .th-product-description {
    font-size: 13px;
    line-height: 1.6;
  }
  .s1-shopalbe-popup-content .th-product-description p {
    margin-bottom: 10px;
  }
  /* Variation Dropdown Options Styling */
  .s1-shopalbe-popup-content.th-product-content .variations tr {
    margin-bottom: 10px;
  }
  .s1-shopalbe-popup-content.th-product-content .variations td.label {
    font-size: 11px;
    padding-bottom: 4px;
  }
  .s1-shopalbe-popup-content.th-product-content .variations select {
    height: 38px;
    font-size: 13px;
    padding: 0 10px;
    background-position: right 10px center;
    background-size: 12px;
  }
  /* Quantity Box Component Scale down */
  .s1-shopalbe-popup-content .th-quantity-wrapper {
    margin-bottom: 15px;
  }
  .s1-shopalbe-popup-content .th-quantity-box {
    width: 120px;
    height: 38px;
    padding: 0 6px;
  }
  .s1-shopalbe-popup-content .th-qty-minus,
  .s1-shopalbe-popup-content .th-qty-plus {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .s1-shopalbe-popup-content .th-quantity-box .qty {
    font-size: 14px;
    width: 30px;
    min-width: 30px;
  }
  /* Skeleton Height Optimization */
  .th-skeleton-image {
    height: 180px;
    border-radius: 12px;
  }
  .th-skeleton-title {
    height: 22px;
  }
  /* Bottom Sticky Actions Optimization */
  .s1-shopalbe-popup-content .th-bottom-actions {
    margin-top: 15px;
    padding-top: 10px;
  }
  .s1-shopalbe-popup-content .button-group {
    padding: 12px 0;
    gap: 8px;
  }
  .s1-shopalbe-popup-content .button-group .button {
    height: 40px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .th-shopable-popup .th-nav-arrow svg {
    width: 15px;
    height: 15px;
  }
  .th-shopable-popup .th-popup-close {
    position: absolute;
    top: 38px;
    right: 8px;
  }
  .th-video-mute-toggle {
    position: absolute;
    top: 5px;
    right: 12px;
  }
}
.th-video-mute-toggle {
  opacity: 0;
}
.th-shopable-card:hover .th-video-mute-toggle {
  opacity: 1;
}
.thw-add-to-wishlist-button-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 5px 0;
}
.thw-add-to-wishlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.thw-add-to-wishlist-button {
  color: #111;
  font-size: 14px;
  font-weight: normal;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: none;
  background: none;
}
.thw-add-to-wishlist-button .thw-icon {
  margin-right: 4px;
  font-size: 0;
  line-height: 1;
}
.thw-btn-custom-style .thw-add-to-wishlist-button {
  padding: 6px 15px;
  border-radius: 4px;
}
/* ======================================
   Classic Wishlist
====================================== */
.thwl-normal {
  background: #fff;
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
}
.thwl-normal::-webkit-scrollbar {
  height: 8px;
}
.thwl-normal::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 20px;
}
/* ======================================
   Header
====================================== */
.thwl-normal .thwl-normal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  min-width: 980px;
}
.thwl-normal .thwl-normal-title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.thwl-normal .thwl-normal-title h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}
.thwl-normal .thwl-badge, .thwl-badge.thwl-badge-shared {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  background: #eef2ff;
  color: #4f46e5;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}
.thwl-normal .thwl-share-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #f8fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s;
}
.thwl-normal .thwl-share-btn:hover {
  background: #ede9fe;
}
/* ======================================
   Table
====================================== */
.thwl-normal .thwl-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse; /* Borders ko cleanly merge karne ke liye */
  border-spacing: 0; /* Extra cell spacing hatane ke liye */
  border: none; /* Base table border reset */
  padding: 1rem;
}
.thwl-normal .thwl-table thead th {
  background: #fafafa;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  padding: 16px;
  text-align: center;
  border: 1px solid #ececec;
}
.thwl-normal .thwl-table tbody td {
  padding: 18px 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #f3f4f6;
  border-top: none; /* Kisi outer CSS se aane wali top border overwrite ko rokne ke liye */
}
.thwl-normal .thwl-item-row {
  transition: background 0.25s ease;
}
.thwl-normal .thwl-item-row:hover {
  background: #fafafa;
}
/* ======================================
   Checkbox
====================================== */
.thwl-normal .thwl-check-col {
  width: 50px;
}
.thwl-normal .thwl-checkbox {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid #4b5563;
  border-radius: 4px;
}
/* ======================================
   Product Image
====================================== */
.thwl-normal .thwl-product-image {
  width: 90px;
}
.thwl-normal .thwl-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thwl-normal .thwl-product-link img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ececec;
  border-radius: 10px;
  transition: 0.25s;
}
.thwl-normal .thwl-product-link:hover img {
  transform: scale(1.05);
}
/* ======================================
   Product Title
====================================== */
.thwl-normal .thwl-product-title {
  text-align: left !important;
  min-width: 240px;
}
.thwl-normal .thwl-title-link {
  color: #111827;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.25s;
  text-decoration: none !important;
}
.thwl-normal .thwl-title-link:hover {
  color: #6b4df7;
}
/* ======================================
   Price
====================================== */
.thwl-normal .thwl-product-price {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.thwl-normal .thwl-product-price ins {
  text-decoration: none;
}
.thwl-normal .thwl-product-price del {
  margin-right: 6px;
  opacity: 0.55;
}
/* ======================================
   Stock
====================================== */
.thwl-normal .thwl-product-stock {
  white-space: nowrap;
}
.thwl-normal .thwl-stock-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}
.thwl-normal .thwl-stock-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.thwl-normal .thwl-stock-status.in-stock {
  background: #ecfdf3;
  color: #16a34a;
}
.thwl-normal .thwl-stock-status.in-stock::before {
  background: #16a34a;
}
.thwl-normal .thwl-stock-status.out-stock {
  background: #fef2f2;
  color: #dc2626;
}
.thwl-normal .thwl-stock-status.out-stock::before {
  background: #dc2626;
}
/* ======================================
   Add To Cart
====================================== */
.thwl-normal .thwl-product-action {
  min-width: 170px;
}
.thwl-product-action .thwl-cart-btn, .button.thwl-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  height: 42px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: #6b4df7;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s;
  cursor: pointer;
  margin: 0 !important;
}
.thwl-normal .thwl-cart-btn:hover {
  background: #5b3ef2;
  color: #fff !important;
}
.thwl-normal .thwl-cart-disabled {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 600;
}
/* ======================================
   Remove
====================================== */
.thwl-product-remove {
  width: 70px;
}
.thwl-remove-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-decoration: none;
  color: #ef4444;
  transition: 0.25s;
  text-decoration: none !important;
}
.thwl-remove-item:hover {
  background: #fee2e2;
  color: #dc2626;
}
.thwl-remove-item .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}
/* ======================================
   Empty Wishlist
====================================== */
.thwl-normal .thwl-empty-row td {
  padding: 60px 20px !important;
}
.thwl-normal .thwl-empty {
  text-align: center;
  color: #6b7280;
  font-size: 16px;
  font-weight: 500;
}
.thwl-normal .thwl-product-link:focus {
  outline: none;
}
/* ======================================
   Responsive
====================================== */
@media (max-width: 768px) {
  .thwl-normal .thwl-normal-header {
    min-width: 980px;
  }
  .thwl-normal .thwl-table {
    min-width: 980px;
  }
}
/* ==========================================
   Traditional Wishlist
========================================== */
.s1-traditional {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.s1-tr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #ececec;
}
.s1-tr-title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.s1-tr-title h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}
.s1-tr-badge {
  padding: 5px 14px;
  border-radius: 30px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 600;
}
.s1-tr-share-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f8fafc;
  cursor: pointer;
  transition: 0.25s;
}
.s1-tr-share-btn:hover {
  background: #ede9fe;
}
.s1-tr-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid #ececec;
}
.s1-tr-row:last-child {
  border-bottom: none;
}
.s1-tr-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.s1-tr-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #444;
  border-radius: 4px;
}
.s1-tr-image {
  width: 100px;
  height: auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s1-tr-image img {
  max-width: 100%;
  height: auto;
}
.s1-tr-row .info {
  flex: 1;
}
.s1-tr-row h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.s1-tr-row .price {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
.s1-tr-row .stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf3;
  color: #16a34a;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.s1-tr-row .stock:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
}
.s1-tr-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.s1-tr-actions button {
  border: none;
  background: #6b4df7;
  color: #fff;
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}
.s1-tr-actions button:hover {
  background: #5b3ef2;
}
.s1-tr-remove {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ef4444;
  font-size: 18px;
  cursor: pointer;
  transition: 0.25s;
}
.s1-tr-remove:hover {
  background: #fee2e2;
}
@media (max-width: 768px) {
  .s1-tr-row {
    flex-wrap: wrap;
  }
  .s1-tr-actions {
    width: 100%;
    justify-content: space-between;
  }
}
/* ==========================================
   Modern Wishlist
========================================== */
.thwl-modern {
  border-radius: 14px;
  overflow: hidden;
}
.thwl-modern-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #fff;
}
.thwl-modern-title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.thwl-modern-title h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #111827;
}
.thwl-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  padding: 24px;
}
/* Card */
.thwl-modern-card {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s ease;
}
.thwl-modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
/* Top */
.thwl-card-top {
  position: absolute;
  top: 10px;
  left: auto;
  right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}
/* Checkbox */
.thwl-modern-card .thwl-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #444;
  border-radius: 4px;
  background: #fff;
}
/* Remove */
.thwl-modern-card .thwl-remove {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ef4444;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: 0.25s;
}
.thwl-modern-card .thwl-remove:hover {
  background: #fee2e2;
  color: #dc2626;
  transform: scale(1.08);
}
/* Image */
.thwl-modern-card .thwl-image-morden {
  margin: 18px;
  margin-top: 52px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thwl-modern-card .thwl-image-morden a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.thwl-modern-card .thwl-image-morden img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.thwl-modern-card:hover .thwl-image-morden img {
  transform: scale(1.05);
}
/* Title */
.thwl-modern-card h4 {
  margin: 0 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.thwl-modern-card h4 a {
  color: #111827;
  text-decoration: none;
  transition: 0.25s;
  text-decoration: none !important;
}
.thwl-modern-card h4 a:hover {
  color: #6b4df7;
}
/* Price */
.thwl-modern-card .thwl-price {
  margin: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
}
/* Stock */
.thwl-modern-card .thwl-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 20px 20px;
  padding: 6px 14px;
  background: #ecfdf3;
  color: #16a34a;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.thwl-modern-card .thwl-stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
}
.thwl-modern-card .thwl-stock.out-stock {
  background: #fee2e2;
  color: #dc2626;
}
.thwl-modern-card .thwl-stock.out-stock::before {
  background: #dc2626;
}
/* Add to cart */
.thwl-modern-card .thwl-cart-btn,
.thwl-modern-card .thwl-add-to-cart-manage {
  width: calc(100% - 40px);
  height: 42px;
  border: none;
  border-radius: 10px;
  background: #6b4df7;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
  margin-bottom: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.thwl-modern-card .thwl-cart-btn:hover,
.thwl-modern-card .thwl-add-to-cart-manage:hover {
  background: #5b3ef2;
}
/* Empty */
.thwl-modern-empty {
  grid-column: 1/-1;
  background: #fff;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
}
/* Share */
.thwl-wishlist-share {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Responsive */
@media (max-width: 768px) {
  .thwl-modern-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .thwl-modern-header {
    padding: 18px;
  }
  .thwl-modern-title h3 {
    font-size: 20px;
  }
  .thwl-modern-card .thwl-image-morden {
    height: 200px;
  }
}
.thwl-wishlist-share .thwl-social-share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.thwl-wishlist-share .thwl-social-title {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}
.thwl-wishlist-share .thwl-social-share a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.thwl-wishlist-share .thwl-social-share a:hover {
  transform: translateY(-2px);
}
.thwl-wishlist-share .thwl-share-facebook:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}
.thwl-wishlist-share .thwl-share-twitter:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.thwl-wishlist-share .thwl-share-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.thwl-wishlist-share .thwl-share-pinterest:hover {
  background: #e60023;
  border-color: #e60023;
  color: #fff;
}
.thwl-wishlist-share .thwl-share-email:hover {
  background: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.thwl-wishlist-share .thwl-copy-link:hover {
  background: #ff6b35;
  border-color: #ff6b35;
  color: #fff;
}
.button.thwl-cart-btn.loading::after {
  top: 0em !important;
}
.button.thwl-cart-btn.add_to_cart_button.added {
  display: none;
}
.thwl-normal .thwl-table thead th {
  background: var(--thwl-table-bg, #fafafa);
  color: var(--thwl-table-text, #111827);
  border: 1px solid var(--thwl-table-border, #ececec) !important;
}
.thwl-normal .thwl-table tbody td {
  background: var(--thwl-table-bg, #fff);
  color: var(--thwl-table-text, #111827);
  border: 1px solid var(--thwl-table-border, #f3f4f6) !important;
}
.thwl-normal .thwl-title-link {
  color: var(--thwl-table-text, #111827) !important;
}
.thwl-modern-card {
  background: var(--thwl-card-bg, #fff) !important;
  color: var(--thwl-card-text, #333) !important;
  border: 1px solid var(--thwl-card-border, #e5e5e5) !important;
}
.thwl-modern-card h4,
.thwl-modern-card h4 a,
.thwl-modern-card .thwl-price,
.thwl-modern-card .thwl-stock,
.thwl-modern-card .thwl-remove {
  color: var(--thwl-card-text, #333) !important;
}
.s1-traditional .s1-tr-row {
  background: var(--thwl-bg, #fff) !important;
}
.s1-traditional .info h4,
.s1-traditional .info h4 a,
.s1-traditional .price,
.s1-traditional .stock,
.s1-traditional .s1-tr-remove {
  color: var(--thwl-text, #111827) !important;
}
.s1-traditional {
  border-color: var(--thwl-border, #ececec) !important;
}
.s1-traditional .s1-tr-row, .s1-traditional .s1-tr-header {
  border-bottom-color: var(--thwl-border, #ececec) !important;
}
.thw-add-to-wishlist-button-wrap.thw-btn-custom-style .thw-icon {
  color: var(--icon-color);
}
.thw-add-to-wishlist-button-wrap.thw-btn-custom-style .thw-icon svg {
  width: var(--svg-width);
  height: var(--svg-height);
  font-size: var(--svg-font-size);
}
.thw-add-to-wishlist-button-wrap.th-wishlist-single .thw-icon,
.thw-add-to-wishlist-button-wrap.th-wishlist-single {
  margin: 0;
}
.thw-add-to-wishlist-button {
  position: relative;
  overflow: visible;
}
.thw-add-to-wishlist-button[data-enable-tooltip="1"]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(5px);
  background: #1f2937;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 999;
}
.thw-add-to-wishlist-button[data-enable-tooltip="1"]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  transform: translateX(-50%) translateY(5px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1f2937;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 998;
}
.thw-add-to-wishlist-button[data-enable-tooltip="1"]:hover::after,
.thw-add-to-wishlist-button[data-enable-tooltip="1"]:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.thw-add-to-wishlist-button.loading {
  pointer-events: none;
  opacity: 0.8;
}
.thw-add-to-wishlist-button.loading .thw-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.thw-loader {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: thwSpin 0.7s linear infinite;
  will-change: transform;
}
@keyframes thwSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.s1-thwl-wishlist-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}
.s1-thwl-wishlist-tabs::-webkit-scrollbar {
  display: none;
}
.s1-thwl-wishlist-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  text-decoration: none;
  color: #475569;
  background: #fbfbfb;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.25s ease;
  text-decoration: none !important;
}
.s1-thwl-wishlist-tabs .thwl-wishlist-tab:hover {
  background: #ffffff;
  color: #2563eb;
}
.s1-thwl-wishlist-tabs .thwl-wishlist-tab.active {
  background: #2563eb;
  color: #fff;
}
.s1-thwl-wishlist-tabs .thwl-wishlist-tab:not(.active) .thwl-tab-count {
  background: #e2e8f0;
  color: #475569;
}
.thwl-wishlist-share .thwl-social-share a:focus,
.s1-thwl-wishlist-tabs a:focus {
  outline: none;
}

/*# sourceMappingURL=style-frontend.css.map*/