/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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";
/* ===============================
 * StoreOne Bundle – Frontend
 * =============================== */
.storeone-bundle-frontend {
  margin: 24px 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(239, 239, 239, 0.5);
  box-shadow: 0 24px 66px -20px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.storeone-bundle-frontend .s1-bundle-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.storeone-bundle-frontend .s1-bundle-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.storeone-bundle-frontend .s1-bundle-item {
  position: relative;
  display: flex;
  gap: 15px;
  padding: 1rem;
  background: rgba(248, 250, 252, 0.3);
  border: 1px solid #f1f5f9;
  border-radius: 10px;
}

/* ===============================
   STOREONE SVG CHECKBOX
================================= */
.storeone-bundle-frontend .s1-check-wrap {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

/* RESET DEFAULT */
.storeone-bundle-frontend .s1-bundle-check {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 22px;
  height: 22px;
  margin: 0 !important;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
}

/* CHECKED CIRCLE */
.storeone-bundle-frontend .s1-bundle-check:checked {
  background-color: #111827;
  border-color: #111827;
  /* SVG TICK */
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M20 6 9 17l-5-5%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

/* UNCHECKED */
.storeone-bundle-frontend .s1-bundle-check:not(:checked) {
  background-image: none;
  background-color: #ffffff;
  border-color: #d1d5db;
}

/* OPTIONAL HOVER */
.storeone-bundle-frontend .s1-bundle-check:hover {
  border-color: #9ca3af;
}

.storeone-bundle-frontend .s1-bundle-check:focus {
  outline: none;
}

.storeone-bundle-frontend .s1-thumb {
  width: 64px;
  height: 64px;
  padding: 6px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 66px -20px rgba(0, 0, 0, 0.1);
}

.storeone-bundle-frontend .s1-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}

.storeone-bundle-frontend a.s1-product-link {
  text-decoration: none;
}

.storeone-bundle-frontend .s1-info {
  flex: 1;
}

.storeone-bundle-frontend .s1-unit-price {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}

.storeone-bundle-frontend .s1-header-line {
  display: flex;
  justify-content: space-between;
}

.storeone-bundle-frontend .s1-line-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 13px;
  font-weight: 600;
  color: #999;
}

/* .storeone-bundle-frontend .s1-line-price .s1-line-unit{
    font-size: 15px;
    font-weight: bold;
    color: #111827;
    text-decoration: none;
} */
.storeone-bundle-frontend .s1-name {
  font-size: 16px;
  font-weight: bold;
  color: #111827;
}

.storeone-bundle-frontend .s1-line-qty,
.storeone-bundle-frontend .s1-line-multiply {
  font-size: 0.875rem;
  color: #cbd5e1;
}

/* ===============================
 * Qty – WooCommerce Style (Compact)
 * =============================== */
/* QTY */
.storeone-bundle-frontend .s1-qty-wrap {
  display: inline-flex;
  align-items: center;
  height: 26px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 24px 66px -20px rgba(0, 0, 0, 0.1);
  gap: 8px;
  margin-top: 20px;
}

.storeone-bundle-frontend .s1-desc p {
  margin: 0;
  font-size: 14px;
  color: #999;
}

.storeone-bundle-frontend .s1-qty-btn {
  width: 26px;
  height: 26px;
  background: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.storeone-bundle-frontend .s1-line-qty {
  width: 26px;
  text-align: center;
  font-size: 13px;
}

.s1-qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  overflow: hidden;
  height: 32px;
  background: #fff;
  margin-right: 0.5rem;
}

.s1-qty-wrap .s1-line-qty {
  color: #111827;
}

/* + / - buttons */
.s1-qty-btn {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: none;
  background: #f7f7f7;
  color: #333;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s1-line-qty {
  width: 30px;
  text-align: center;
}

.s1-qty-btn:hover {
  background: #ececec;
}

/* Number input */
.s1-qty-input {
  width: 30px !important;
  height: 30px !important;
  border: none;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 !important;
  background: #fff;
  color: #111;
}

/* Remove browser arrows */
.s1-qty-input::-webkit-inner-spin-button,
.s1-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.s1-qty-input[type=number] {
  -moz-appearance: textfield;
}

/* Disabled state (optional future use) */
.s1-qty-wrap.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* LINE PRICE */
.s1-line-price {
  font-weight: 600;
  min-width: 80px;
}

.storeone-bundle-frontend .storeone-bundle-above-text > p {
  margin-bottom: 10px;
}

.storeone-bundle-frontend .storeone-bundle-below-text > p {
  margin-bottom: 0px;
  margin-top: 10px;
}

.storeone-bundle-frontend .storeone-bundle-above-text > p,
.storeone-bundle-frontend .storeone-bundle-below-text > p {
  font-size: 14px;
  font-weight: 500;
}

.wc-block-components-product-details__bundle-items,
.wc-block-components-product-details__bundle-price {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 10pxpx;
}

.s1-bundle-cart-list {
  margin: 6px 0;
  padding-left: 18px;
}

.s1-desc p {
  margin: 0;
}

.wc-block-components-product-details li {
  margin-bottom: 10px;
}

/** cart page style **/
span.store-one-cart-qty {
  font-weight: 400;
  color: #b9b9b9;
}

/* Hide WooCommerce colon after bundle item name */
dl.variation dt:has(.s1-bundle-item-name) {
  font-size: 0;
  line-height: 0;
}

dl.variation dt:has(.s1-bundle-item-name) > * {
  font-size: 14px;
  line-height: normal;
}

/* Block cart colon hide */
.wc-block-components-product-details li span:has(.s1-bundle-item-name) {
  font-size: 0;
}

.wc-block-components-product-details li span:has(.s1-bundle-item-name) > * {
  font-size: 13px;
}

dl.variation dd {
  margin: 0 !important;
}

a.s1-bundle-link {
  text-decoration: none;
  color: inherit;
}

a.s1-bundle-link:hover {
  text-decoration: underline;
}

/* ===============================
 * VARIATION FIELDS (BUNDLE)
 * =============================== */
.s1-variation-form {
  margin-top: 8px;
}

.s1-variation-field {
  margin-bottom: 10px;
}

.s1-variation-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}

/* Select dropdown */
.s1-variation-field select {
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Hover / focus */
.s1-variation-field select:hover {
  border-color: #bbb;
}

.s1-variation-field select:focus {
  border-color: #2271b1; /* WP blue */
  box-shadow: 0 0 0 1px rgba(34, 113, 177, 0.3);
  outline: none;
}

/* Disabled option look */
.s1-variation-field select:disabled {
  background: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

/* Mobile friendly */
@media (max-width: 600px) {
  .s1-variation-field select {
    font-size: 16px;
  }
}
/* MOBILE */
@media (max-width: 480px) {
  .s1-bundle-item {
    flex-wrap: wrap;
  }
  .s1-line-price {
    width: 100%;
    text-align: left;
    margin-top: 8px;
  }
}
.storeone-old-price {
  text-decoration: line-through;
  opacity: 0.4;
  margin-right: 6px;
}

.storeone-sale-price, .storeone-main-price {
  font-weight: 500;
}

.s1-qty-btn:focus {
  outline: none;
  border: none;
}

.wc-block-components-product-details li {
  display: flex;
  justify-content: space-between;
}

/* mini cart style  */
/* remove default variation structure */
.woocommerce-mini-cart .variation dt {
  display: none;
}

.woocommerce-mini-cart .variation dd {
  padding: 0;
}

/* remove unwanted links created by theme */
.woocommerce-mini-cart .variation > a {
  display: none;
}

.s1-mini-bundle-row {
  display: flex;
}

/* bundle row layout  for mini cart */
.taiowc-woocommerce-mini-cart-item dl.variation,
.taiowcp-woocommerce-mini-cart-item dl.variation {
  display: flex;
  font-size: 0.79rem;
  margin-top: 0.3rem;
  gap: 0.5rem;
}

.taiowc-mini-cart-list .mini_cart_item .variation dt.variation-,
.taiowcp-mini-cart-list .mini_cart_item .variation dt.variation- {
  display: none;
}

.taiowc .taiowc-cart-model-body .woocommerce-mini-cart dl.variation, .taiowcp .taiowcp-cart-model-body .woocommerce-mini-cart dl.variation {
  display: inline-grid;
}

.s1-fbt-box.style_3.s1-is-mobile .s1-fbt-total-bar {
  display: block;
}

.s1-fbt-box.style_3.s1-is-mobile .s1-fbt-total-left {
  text-align: center;
}

.s1-fbt-box.style_3.s1-is-mobile .s1-fbt-add-btn.s1-fbt-add-bundle {
  margin-top: 0.8rem;
}

.s1-price-wrap {
  text-align: end;
}

.s1-fbt-box .variations_form {
  margin-top: 0.5rem;
}

.s1-fbt-box.style_3.s1-is-mobile .s1-fbt-flex-item {
  flex-wrap: wrap;
}

.s1-fbt-box.style_3.s1-is-mobile .variations_form {
  margin-left: 38px;
  margin-top: 0;
  width: 100%;
}

/* ================= STYLE 1 ================= */
.s1-fbt-box.style_1, .s1-fbt-box.style_3 {
  padding: 1.2rem;
  padding: 1.2rem;
  width: 100%;
  margin: 1rem auto;
}

.s1-fbt-box.style_2 {
  padding: 1.2rem;
  padding: 1.2rem;
  margin: 1rem auto;
  width: fit-content;
}

.style_1 .s1-fbt-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  margin-top: 0;
  border-color: rgba(229, 231, 235, 0.3);
  border-style: solid;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
  font-weight: 700;
}

.style_1 .s1-fbt-content-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
}

.s1-fbt-box.style_1 .s1-fbt-cards-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  justify-content: start;
  width: 60%;
}

.s1-fbt-box.style_1 .s1-fbt-plus-wrap {
  margin-top: 3.5em;
}

/* HOLDER */
.s1-fbt-box.style_1 .s1-fbt-card-holder {
  position: relative;
}

/* CARD */
.s1-fbt-box.style_1 .s1-fbt-card {
  width: 7rem;
  text-align: center;
  position: relative;
}

.s1-fbt-box.style_1 .s1-fbt-card-holder {
  position: relative;
  display: flex;
  gap: 1rem;
}

/* IMAGE */
.s1-fbt-box.style_1 .s1-fbt-image {
  padding: 0.725rem;
  border-radius: 0.75rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.s1-fbt-box.style_1 .s1-fbt-image img {
  max-width: 100%;
}

/* TITLE */
.s1-fbt-box.style_1 .s1-fbt-card-title, .s1-fbt-box.style_1 .s1-fbt-card-title a {
  margin-top: 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #6b7280;
  text-decoration: none;
}

/* PRICE */
.s1-fbt-box.style_1 .s1-fbt-card-price, .s1-fbt-box.style_1 .s1-fbt-card-price .price {
  font-weight: 600;
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

/* CHECKBOX */
.style_1 .s1-fbt-check-wrap {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
}

.style_1 .s1-fbt-check-wrap input {
  display: none;
}

.style_1 .s1-fbt-check-ui {
  width: 1.5rem;
  height: 1.5rem;
  background: #000;
  border-radius: 9999px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .style_1 .is-unchecked .s1-fbt-check-ui{
    border:1px solid #eee;
} */
/* PLUS SIGN */
.style_1 .s1-fbt-plus-floating {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 99999px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* SUMMARY */
.s1-fbt-box.style_1 .s1-fbt-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.5rem;
  width: 40%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.s1-fbt-summary-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  font-weight: 500;
  padding-right: 1rem;
}

.s1-fbt-footer-wrap-1, .s1-fbt-footer-wrap-2 {
  width: 100%;
}

/* BUTTON */
.s1-fbt-box.style_1 .s1-fbt-add-btn,
.s1-fbt-box.style_1 .added_to_cart {
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 600;
  width: 100% !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  background: #111;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: normal;
}

.s1-fbt-box.style_1 .s1-fbt-summary-price {
  font-weight: 700;
  margin: 0.4rem 0rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #111827;
  margin: 0.5rem 0;
}

.s1-fbt-box.style_1 .s1-fbt-summary-count {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #dcfce7;
  color: #15803d;
  border-radius: 9999px;
  justify-content: space-between;
}

.s1-fbt-box.style_1 .s1-title-wrap {
  display: flex;
  justify-content: space-between;
}

.style_1 .s1-title-wrap .s1-name {
  color: #1f2937;
}

.s1-fbt-box.style_1 .s1-price, .s1-fbt-box.style_1 .s1-price .price {
  font-weight: 600;
  color: #111827;
}

.s1-fbt-box.style_1 .s1-price .price {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.style_1 .s1-fbt-bundle-list-wrap {
  margin-top: 1.5rem;
}

.style_1 ul.s1-fbt-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style_1 ul.s1-fbt-checklist li {
  margin-bottom: 0.2rem;
}

.style_1 .s1-title-wrap {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.style_1 .s1-price del {
  opacity: 0.4;
  margin-right: 0.2rem;
}

.style_1 .s1-fbt-check-wrap {
  cursor: pointer;
}

/* input ko hide karo but clickable rakho */
.style_1 .s1-fbt-check-wrap input[type=checkbox] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

/* CHECKED STATE */
.style_1 .s1-fbt-check-wrap input:checked + .s1-fbt-check-ui {
  background: #111;
  color: #fff;
}

/* SVG hidden by default */
.style_1 .s1-fbt-check-ui svg {
  opacity: 0;
}

/* show tick when checked */
.style_1 .s1-fbt-check-wrap input:checked + .s1-fbt-check-ui svg {
  opacity: 1;
}

/* STYLE 1 ONLY */
.s1-fbt-box.style_1 .s1-fbt-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* clickable row */
.s1-fbt-box.style_1 .s1-fbt-click-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 10px;
}

/* hover feedback */
.s1-fbt-box.style_1 .s1-fbt-click-row:hover {
  background: rgba(0, 0, 0, 0.03);
}

/* disabled main product */
.s1-fbt-box.style_1 .s1-fbt-checkbox:disabled + .s1-name {
  opacity: 0.6;
  cursor: not-allowed;
}

/* List row disabled style */
.s1-fbt-box.style_1 .s1-fbt-row-disabled .s1-name,
.s1-fbt-box.style_1 .s1-fbt-row-disabled .s1-price {
  text-decoration: line-through;
  opacity: 0.5;
}

/* optional: cursor */
.s1-fbt-row {
  cursor: pointer;
}

/* Style 1 inactive card */
.style_1 .s1-fbt-card-holder.is-inactive .s1-fbt-image img {
  opacity: 0.45;
  filter: grayscale(100%);
}

/* .style_1 .s1-fbt-card-holder.is-inactive .s1-fbt-card-title,
.style_1 .s1-fbt-card-holder.is-inactive .s1-fbt-card-price {
    text-decoration: line-through;
} */
/* ------------------------------------------
   STORE-ONE FBT — STYLE 2
------------------------------------------- */
/* ================= STYLE 2 ================= */
.style_2 .s1-fbt-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.style_2 .s1-title-wrap .s1-name, .style_2 .s1-title-wrap .s1-name a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111827;
}

/* MAIN WRAP */
.style_2 .s1-fbt-style2-wrap {
  display: flex;
  gap: 0.1rem;
  align-items: stretch;
  margin-top: 2rem;
  flex-direction: column;
}

/* LEFT */
.style_2 .s1-fbt-style2-left {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 2rem;
}

.style_2 .s1-fbt-style2-right {
  width: 40%;
}

/* IMAGE EQUATION */
.style_2 .s1-fbt-equation {
  display: flex;
  align-items: center;
  gap: 1rem 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: start;
}

.style_2 .s1-fbt-eq-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.style_2 .s1-fbt-eq-img {
  width: 6.5rem;
  height: 6.5rem;
  overflow: hidden;
  padding: 0.5rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.style_2 .s1-fbt-eq-img img {
  object-fit: cover;
  max-width: 100%;
}

.style_2 .s1-fbt-plus {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* CHECK LIST */
.style_2 .s1-fbt-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style_2 .s1-fbt-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.style_2 .s1-check-icon {
  width: 18px;
  height: 18px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style_2 .s1-name {
  flex: 1;
}

.style_2 .s1-price, .style_2 .s1-price .price {
  font-weight: 700 !important;
  margin-left: 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

/* RIGHT */
.style_2 .s1-fbt-style2-right {
  border-left: 1px solid rgba(229, 231, 235, 0.3);
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}

.style_2 .s1-fbt-total-box {
  width: 100%;
}

.style_2 .s1-total-text {
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin: 0.4rem 0;
  font-weight: 400;
}

.style_2 .s1-total-text del {
  margin-left: 6px;
}

.style_2 .s1-total-price {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

.style_2 .s1-fbt-add-btn, .style_2 .added_to_cart {
  width: auto;
  padding: 10px 15px !important;
  border-radius: 999px;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 6px;
}

.style_2 .added_to_cart {
  margin-top: 0.5rem;
  line-height: normal;
  text-align: center;
}

/* hide real checkbox */
.s1-title-wrap .s1-fbt-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* label */
.s1-title-wrap .s1-fbt-check-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 0.2rem;
}

/* circle box */
.s1-title-wrap .s1-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* svg hidden by default */
.s1-title-wrap .s1-check-icon svg {
  width: 12px;
  height: 12px;
  color: #fff;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease;
}

/* checked state */
.s1-title-wrap .s1-fbt-checkbox:checked + .s1-check-icon {
  background: #111;
  border-color: #111;
}

.s1-title-wrap .s1-fbt-checkbox:checked + .s1-check-icon svg {
  opacity: 1;
  transform: scale(1);
}

/* disabled (main product) */
.s1-title-wrap .s1-fbt-checkbox:disabled + .s1-check-icon {
  opacity: 0.6;
  cursor: not-allowed;
}

/* optional: line-through when unchecked */
.s1-title-wrap .s1-fbt-checkbox:not(:checked) ~ .s1-name,
.s1-title-wrap .s1-fbt-checkbox:not(:checked) ~ .s1-price-wrap,
.s1-title-wrap .s1-fbt-checkbox:not(:checked) ~ .s1-price {
  opacity: 0.5;
  text-decoration: line-through;
}

/* checklist row */
.s1-fbt-row-disabled {
  opacity: 0.5;
}

.s1-fbt-row-disabled .s1-name,
.s1-fbt-row-disabled .s1-price,
.s1-fbt-row-disabled .s1-price-wrap {
  text-decoration: line-through;
}

/* equation image */
.s1-fbt-eq-item.is-inactive {
  opacity: 0.35;
  filter: grayscale(100%);
}

/* ==========================================================
   STYLE 3 — FLEX LAYOUT (IMPROVED)
========================================================== */
section.s1-fbt-box.style_3 {
  background: #fff;
  border-radius: 12px;
}

/* TITLE */
.s1-fbt-box.style_3 .s1-fbt-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* PRODUCT LIST WRAP */
.style_3 .s1-fbt-products-flex {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* SINGLE PRODUCT ROW */
.style_3 .s1-fbt-product-row,
.style_3 .s1-fbt-flex-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ===============================
   CUSTOM CHECKBOX (ROUND BLACK)
================================ */
.style_3 .s1-fbt-check {
  position: relative;
}

.style_3 .s1-fbt-check input {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #111;
  cursor: pointer;
  display: grid;
  place-content: center;
  background: #fff;
}

.style_3 .s1-fbt-check input::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.15s ease;
  background: #111;
}

.style_3 .s1-fbt-check input:checked::before {
  transform: scale(1);
}

.style_3 .s1-fbt-product-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  font-weight: 500;
  color: #1f2937;
}

/* IMAGE */
.style_3 .s1-fbt-thumb {
  width: 4rem;
  height: 4rem;
}

.style_3 .s1-fbt-image img,
.style_3 .s1-fbt-thumb img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border-radius: 0.375rem;
}

/* PRODUCT INFO */
.style_3 .s1-fbt-meta,
.style_3 .s1-fbt-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.style_3 .s1-fbt-product-title a {
  font-weight: 500;
  text-decoration: none;
}

/* PRICE */
.style_3 .s1-fbt-price {
  font-weight: 700;
  white-space: nowrap;
}

.style_3 .s1-old-price {
  margin-right: 6px;
  opacity: 0.5;
}

/* ===============================
   TOTAL BAR (IMAGE LIKE)
================================ */
.style_3 .s1-fbt-flex-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.style_3 .s1-fbt-footer,
.style_3 .s1-fbt-total-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

/* TOTAL TEXT */
.style_3 .s1-total-label {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.02rem;
}

.style_3 .s1-total-price {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.style_3 .s1-total-price del {
  opacity: 0.5;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-left: 0.3rem;
}

.style_3 .s1-fbt-total-left {
  text-align: end;
}

/* BUTTON */
.style_3 .s1-fbt-add-btn {
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
  background: #111;
}

.style_3 .s1-fbt-add-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.style_3 .s1-fbt-check-wrap {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 0.2rem;
}

/* circle box */
.style_3 .s1-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.style_3 .s1-check-icon svg {
  width: 12px;
  height: 12px;
  color: #fff;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease;
}

.style_3 .s1-fbt-checkbox:checked + .s1-check-icon {
  background: #111;
  border-color: #111;
}

.style_3 .s1-fbt-checkbox:checked + .s1-check-icon svg {
  opacity: 1;
  transform: scale(1);
}

.s1-fbt-checkbox:disabled + .s1-check-icon,
.s1-fbt-checkbox:disabled + .s1-fbt-check-ui {
  opacity: 0.6;
  cursor: not-allowed;
}

.style_3 .s1-fbt-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.style_3 .variations.s1-fbt-variation {
  display: flex;
}

.s1-fbt-box.style_3 .variable-items-wrapper {
  flex-wrap: nowrap;
}

.s1-fbt-box.style_3 .s1-fbt-variation .reset, .s1-fbt-box.style_3 .s1-fbt-variation .reset_variations {
  margin-top: 0;
}

.s1-fbt-box.style_1 .s1-fbt-image img,
.s1-fbt-box.style_2 .s1-fbt-eq-img img,
.s1-fbt-box.style_3 .s1-fbt-thumb img {
  display: block !important;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 767px) {
  .s1-fbt-box.style_1 .s1-fbt-cards-row {
    gap: 24px;
  }
  .s1-fbt-plus-floating {
    display: none;
  }
  .s1-fbt-box.style_1 .s1-fbt-summary {
    flex-direction: column;
    align-items: stretch;
  }
  .s1-fbt-add-btn {
    width: 100%;
  }
  .style_1 .s1-fbt-content-wrap {
    flex-direction: column;
    align-items: center;
  }
  .s1-fbt-box.style_1 .s1-fbt-cards-row {
    justify-content: center;
    width: 100%;
  }
  .s1-fbt-box.style_1 .s1-fbt-summary {
    width: 100%;
    margin-top: 2rem;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .style_2 .s1-fbt-style2-wrap {
    flex-direction: column;
  }
  .style_2 .s1-fbt-style2-right {
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-top: 1rem;
  }
  .style_2 .s1-fbt-style2-left {
    width: 100%;
  }
  .style_2 .s1-fbt-equation {
    flex-wrap: wrap;
  }
  .s1-fbt-box.style_3 .variable-items-wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: 1rem;
  }
}
@media (max-width: 625px) {
  .s1-fbt-box.style_1 .s1-fbt-card-holder:nth-of-type(odd) .s1-fbt-plus-wrap {
    display: none !important;
  }
}
/* variation box style */
.s1-fbt-variation .variation .select select {
  margin-top: 0.5rem;
  background-color: rgba(255, 255, 255, 0.231372549);
  margin-top: 0.5rem;
  min-width: 100px;
  border-color: rgba(255, 255, 255, 0.231372549);
}

.s1-fbt-variation .reset {
  margin-top: 0.5rem;
}

.style_3 .variations.s1-fbt-variation .select {
  margin-top: 0;
  margin-right: 0.5rem;
}

.style_3 .variations.s1-fbt-variation .select select {
  margin: 0;
}

.s1-fbt-box .added_to_cart {
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
  background: #111;
}

.th-people-view-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 10px 0;
}

.th-people-view-icon {
  line-height: 0 !important;
  padding: 3px 5px;
  border-radius: 3px;
}

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