/* ============================================
   TAWOOS REIS — CUSTOM PRODUCT PAGE
   ============================================ */

.tw-pdp {
  background: #f7f6ef;
  font-family: 'Poppins', sans-serif;
  padding: 40px 0 60px 0;
}

.tw-pdp *,
.tw-pdp *::before,
.tw-pdp *::after {
  box-sizing: border-box;
}

.tw-pdp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tw-pdp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

/* ============ LEFT — GALLERY ============ */

.tw-pdp-left .woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 14px;
  align-items: flex-start;
  opacity: 1 !important;
  margin: 0;
  width: 100% !important;
  float: none !important;
}

.tw-pdp-left .woocommerce-product-gallery__wrapper {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.tw-pdp-left .woocommerce-product-gallery__image {
  border-radius: 14px;
  overflow: hidden;
  background: #eceaea;
}

.tw-pdp-left .woocommerce-product-gallery__image a,
.tw-pdp-left .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.tw-pdp-left .flex-control-thumbs {
  flex: 0 0 76px;
  width: 76px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 620px;
  overflow-y: auto;
  scrollbar-width: none;
}

.tw-pdp-left .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.tw-pdp-left .flex-control-thumbs li {
  width: 100% !important;
  margin: 0;
  padding: 0;
  float: none !important;
  list-style: none;
}

.tw-pdp-left .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid transparent;
  opacity: 1;
  cursor: pointer;
  transition: border-color 0.2s ease;
  display: block;
}

.tw-pdp-left .flex-control-thumbs img:hover {
  border-color: rgba(20, 67, 47, 0.35);
}

.tw-pdp-left .flex-control-thumbs img.flex-active {
  border-color: #14432f;
}

.tw-pdp-left .woocommerce-product-gallery__trigger,
.tw-pdp-left .onsale,
.tw-pdp .onsale {
  display: none !important;
}

/* ============ RIGHT — DETAILS ============ */

.tw-badge-best {
  display: inline-block;
  background: #fdf0dd;
  color: #d38b1e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.tw-pdp-title {
  font-size: 42px;
  line-height: 1.15;
  color: #14432f;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.tw-pdp-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.tw-stars {
  color: #f0b429;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1;
}

.tw-rating-text {
  font-size: 13.5px;
  color: #4a5a52;
  font-weight: 400;
}

.tw-sold {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13.5px;
  color: #e07b39;
  font-weight: 400;
}

.tw-pdp .tw-sold svg {
  width: 13px !important;
  height: 13px !important;
  max-width: 13px;
  flex-shrink: 0;
}

/* Price */
.tw-pdp-price {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.tw-pdp-price .price,
.tw-pdp-price p.price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #1f8a4c;
  line-height: 1;
}

.tw-pdp-price del {
  font-size: 17px;
  font-weight: 400;
  color: #9aa8a0;
  text-decoration: line-through;
  opacity: 1;
}

.tw-pdp-price ins {
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  color: #1f8a4c;
}

.tw-pdp-price .woocommerce-Price-amount {
  font-size: inherit;
  color: inherit;
}

.tw-off {
  background: #fde9e9;
  color: #e05a5a;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 6px;
  line-height: 1;
}

/* Short description */
.tw-pdp-short {
  font-size: 15px;
  line-height: 1.65;
  color: #5c6f65;
  margin-bottom: 22px;
}

.tw-pdp-short p {
  margin: 0;
}

/* Variation label */
.tw-choose-label {
  font-size: 14.5px;
  font-weight: 600;
  color: #14432f;
  margin: 0 0 12px 0;
}

/* ============ CART BOX ============ */

.tw-cart-box {
  border: 1px solid #e8dfc4;
  border-radius: 14px;
  background: #ffffff;
  padding: 22px;
}

/* Variations — pills */
.tw-cart-box .variations {
  margin: 0 0 20px 0;
  border: none;
  width: 100%;
}

.tw-cart-box .variations tbody,
.tw-cart-box .variations tr,
.tw-cart-box .variations td,
.tw-cart-box .variations th {
  display: block;
  border: none;
  padding: 0;
  background: transparent;
  width: auto;
}

.tw-cart-box .variations .label {
  display: none !important;
}

.tw-cart-box .variations select {
  display: none !important;
}

.tw-cart-box .reset_variations {
  display: none !important;
}

.tw-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.tw-pill {
  border: 1.5px solid #e0ddd2;
  background: #ffffff;
  border-radius: 9px;
  padding: 10px 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #3d4f45;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  line-height: 1;
}

.tw-pill:hover {
  border-color: #14432f;
}

.tw-pill.active {
  border: 2px solid #14432f;
  color: #14432f;
  font-weight: 600;
}

.tw-pill-check {
  display: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #1f8a4c;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tw-pdp .tw-pill-check svg {
  width: 9px !important;
  height: 9px !important;
  max-width: 9px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
}

.tw-pill.active .tw-pill-check {
  display: inline-flex;
}

.tw-pill.tw-pill-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Offers */
.tw-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.tw-offer {
  border: 1px solid #e6e3d8;
  border-radius: 10px;
  padding: 16px 16px 14px 16px;
  position: relative;
  background: #ffffff;
}

.tw-offer-active {
  border: 2px solid #14432f;
}

.tw-offer-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #4c6b52;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tw-offer-top {
  font-size: 12.5px;
  color: #7b8a82;
  margin: 0 0 4px 0;
  font-weight: 400;
}

.tw-offer-top b {
  font-size: 17px;
  color: #14432f;
  font-weight: 700;
}

.tw-offer-bot {
  font-size: 14px;
  color: #14432f;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}

/* Benefits */
.tw-benefits {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.tw-benefits li {
  position: relative;
  padding-left: 26px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #4a5a52;
  margin-bottom: 9px;
  list-style: none;
}

.tw-benefits li:last-child {
  margin-bottom: 0;
}

.tw-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1f8a4c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-4.5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* Cart row */
.tw-cart-box form.cart {
  margin: 0;
  display: block;
}

.tw-cart-box .single_variation_wrap {
  margin: 0;
}

.tw-cart-box .woocommerce-variation-price,
.tw-cart-box .woocommerce-variation-description,
.tw-cart-box .woocommerce-variation-availability {
  display: none !important;
}

.tw-cart-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tw-cart-box .quantity {
  display: inline-flex !important;
  align-items: center;
  border: 1px solid #e0ddd2;
  border-radius: 9px;
  overflow: hidden;
  background: #ffffff;
  flex-shrink: 0;
  height: 52px;
  margin: 0 !important;
  float: none !important;
}

.tw-qty-btn {
  width: 36px;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 18px;
  color: #5c6f65;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  line-height: 1;
  padding: 0;
}

.tw-qty-btn:hover {
  color: #14432f;
}

.tw-cart-box .quantity input.qty {
  width: 42px;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  color: #14432f;
  font-weight: 500;
  background: transparent;
  padding: 0;
  -moz-appearance: textfield;
  box-shadow: none;
}

.tw-cart-box .quantity input.qty::-webkit-outer-spin-button,
.tw-cart-box .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tw-cart-box button.single_add_to_cart_button {
  flex: 1;
  height: 52px;
  background: #14432f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 9px !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: background 0.25s ease;
  padding: 0 20px !important;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
  line-height: 1 !important;
  text-transform: none !important;
}

.tw-cart-box button.single_add_to_cart_button:hover {
  background: #0e3323 !important;
}

.tw-cart-box button.single_add_to_cart_button.disabled,
.tw-cart-box button.single_add_to_cart_button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.tw-pdp .tw-cart-icon {
  width: 17px !important;
  height: 17px !important;
  max-width: 17px;
  flex-shrink: 0;
}

/* ============ TABS ============ */

.tw-pdp-tabs {
  margin-top: 55px;
}

.tw-pdp-tabs .woocommerce-tabs {
  padding: 0;
}

.tw-pdp-tabs ul.tabs.wc-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  list-style: none;
  margin: 0 0 34px 0;
  padding: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
}

.tw-pdp-tabs ul.tabs.wc-tabs::before,
.tw-pdp-tabs ul.tabs.wc-tabs::after,
.tw-pdp-tabs ul.tabs.wc-tabs li::before,
.tw-pdp-tabs ul.tabs.wc-tabs li::after {
  display: none !important;
}

.tw-pdp-tabs ul.tabs.wc-tabs li {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  list-style: none;
}

.tw-pdp-tabs ul.tabs.wc-tabs li a {
  display: block;
  padding: 18px 4px;
  font-size: 15px;
  color: #7b8a82;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.tw-pdp-tabs ul.tabs.wc-tabs li a:hover {
  color: #14432f;
}

.tw-pdp-tabs ul.tabs.wc-tabs li.active a {
  color: #14432f;
  font-weight: 500;
  border-bottom-color: #14432f;
}

.tw-pdp-tabs .woocommerce-Tabs-panel {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.tw-pdp-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}

.tw-pdp-tabs .woocommerce-Tabs-panel p {
  font-size: 15px;
  line-height: 1.75;
  color: #5c6f65;
  margin: 0 0 18px 0;
}

.tw-pdp-tabs .woocommerce-Tabs-panel ul {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}

.tw-pdp-tabs .woocommerce-Tabs-panel ul li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: #5c6f65;
  margin-bottom: 12px;
  list-style: none;
}

.tw-pdp-tabs .woocommerce-Tabs-panel ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #1f8a4c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-4.5' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* Additional info table */
.tw-pdp-tabs .shop_attributes {
  width: 100%;
  max-width: 520px;
  border: none;
}

.tw-pdp-tabs .shop_attributes tr {
  border: none;
}

.tw-pdp-tabs .shop_attributes th {
  font-size: 14.5px;
  font-weight: 600;
  color: #2c3d34;
  padding: 11px 0;
  border: none;
  background: transparent;
  text-align: left;
  width: 40%;
}

.tw-pdp-tabs .shop_attributes td {
  font-size: 14.5px;
  color: #6b7d73;
  padding: 11px 0;
  border: none;
  background: transparent;
  font-style: normal;
}

.tw-pdp-tabs .shop_attributes td p {
  margin: 0;
  font-size: inherit;
  color: inherit;
}

/* Reviews inside WooCommerce tab */
.tw-pdp-tabs #reviews .commentlist {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}

.tw-pdp-tabs #reviews .comment-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #6b7d73;
}

/* ============ RELATED ============ */

.tw-pdp-related {
  margin-top: 60px;
}

.tw-pdp-related .related > h2,
.tw-pdp-related section.related > h2 {
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 700;
  text-align: center;
  margin: 0 0 34px 0;
}

.tw-pdp-related ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tw-pdp-related ul.products::before,
.tw-pdp-related ul.products::after {
  display: none;
}

.tw-pdp-related ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 0 14px 0;
  position: relative;
  clear: none !important;
}

.tw-pdp-related ul.products li.product a img {
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
  display: block;
  border-radius: 0;
}

.tw-pdp-related ul.products li.product .woocommerce-loop-product__title {
  font-size: 14.5px;
  color: #3d4f45;
  font-weight: 400;
  padding: 0 16px;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.tw-pdp-related ul.products li.product .price {
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 600;
  padding: 0 16px;
  display: block;
  margin: 0;
}

.tw-pdp-related ul.products li.product .price del {
  font-size: 13.5px;
  color: #9aa8a0;
  font-weight: 400;
  margin-left: 6px;
}

.tw-pdp-related ul.products li.product .price ins {
  text-decoration: none;
}

.tw-pdp-related ul.products li.product .star-rating {
  margin: 8px 16px 0 16px;
  font-size: 12px;
  color: #f0b429;
  float: none;
}

.tw-pdp-related ul.products li.product .onsale {
  display: block !important;
  position: absolute;
  top: 12px;
  left: 0;
  background: #e8443a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 0 5px 5px 0;
  margin: 0;
  min-height: 0;
  min-width: 0;
  line-height: 1.3;
  z-index: 2;
}

.tw-pdp-related ul.products li.product .button {
  position: absolute;
  bottom: 40px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f2f0e9 !important;
  color: #14432f !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  transition: background 0.2s ease;
}

.tw-pdp-related ul.products li.product .button:hover {
  background: #e2ded1 !important;
}

.tw-pdp-related ul.products li.product .button::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314432f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E") center/contain no-repeat;
  display: block;
}

/* ============ MOTION PREFERENCE ============ */

@media (prefers-reduced-motion: reduce) {
  .tw-pdp-left .flex-control-thumbs img,
  .tw-pdp-tabs ul.tabs.wc-tabs li a,
  .tw-pill,
  .tw-cart-box button.single_add_to_cart_button,
  .tw-pdp-related ul.products li.product .button {
    transition: none;
  }
}

/* ============================================
   RESPONSIVE — 1024px (tablet landscape)
   ============================================ */

@media screen and (max-width: 1024px) {
  .tw-pdp {
    padding: 34px 0 50px 0;
  }

  .tw-pdp-grid {
    gap: 34px;
  }

  .tw-pdp-title {
    font-size: 34px;
  }

  .tw-pdp-left .flex-control-thumbs {
    flex: 0 0 66px;
    width: 66px;
    gap: 10px;
  }

  .tw-cart-box {
    padding: 20px;
  }

  .tw-pdp-tabs {
    margin-top: 46px;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs {
    gap: 32px;
  }

  .tw-pdp-related ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* ============================================
   RESPONSIVE — 900px (single column shuru)
   ============================================ */

@media screen and (max-width: 900px) {
  .tw-pdp-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tw-pdp-left {
    max-width: 560px;
  }

  .tw-pdp-title {
    font-size: 32px;
  }
}

/* ============================================
   RESPONSIVE — 767px (mobile)
   ============================================ */

@media screen and (max-width: 767px) {
  .tw-pdp {
    padding: 26px 0 45px 0;
  }

  .tw-pdp-container {
    padding: 0 16px;
  }

  .tw-pdp-grid {
    gap: 26px;
  }

  /* Gallery — thumbnails neeche horizontal */
  .tw-pdp-left {
    max-width: 100%;
  }

  .tw-pdp-left .woocommerce-product-gallery {
    flex-direction: column;
    gap: 10px;
  }

  .tw-pdp-left .flex-control-thumbs {
    flex: 1 1 auto;
    width: 100%;
    flex-direction: row;
    gap: 8px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .tw-pdp-left .flex-control-thumbs li {
    flex: 0 0 66px;
    width: 66px !important;
  }

  /* Title + meta */
  .tw-badge-best {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 12px;
  }

  .tw-pdp-title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .tw-pdp-meta {
    gap: 12px;
    margin-bottom: 12px;
  }

  .tw-stars {
    font-size: 14px;
  }

  .tw-rating-text,
  .tw-sold {
    font-size: 12.5px;
  }

  /* Price */
  .tw-pdp-price {
    gap: 10px;
    margin-bottom: 14px;
  }

  .tw-pdp-price .price,
  .tw-pdp-price p.price,
  .tw-pdp-price ins {
    font-size: 22px;
  }

  .tw-pdp-price del {
    font-size: 15px;
  }

  .tw-off {
    font-size: 11px;
    padding: 4px 8px;
  }

  .tw-pdp-short {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .tw-choose-label {
    font-size: 13.5px;
    margin-bottom: 10px;
  }

  /* Cart box */
  .tw-cart-box {
    padding: 18px;
  }

  .tw-cart-box .variations {
    margin-bottom: 16px;
  }

  .tw-pills {
    gap: 8px;
    margin-bottom: 18px;
  }

  .tw-pill {
    padding: 9px 15px;
    font-size: 13.5px;
  }

  .tw-pill-check {
    width: 16px;
    height: 16px;
  }

  /* Qty + button — stacked */
  .tw-cart-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .tw-cart-box .quantity {
    width: 100%;
    justify-content: center;
    height: 48px;
  }

  .tw-qty-btn {
    width: 48px;
    font-size: 20px;
  }

  .tw-cart-box .quantity input.qty {
    width: 60px;
    font-size: 16px;
  }

  .tw-cart-box button.single_add_to_cart_button {
    width: 100% !important;
    height: 48px;
    font-size: 14.5px !important;
  }

  /* Offers */
  .tw-offers {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 16px;
  }

  .tw-offer {
    padding: 15px;
  }

  .tw-offer-top {
    font-size: 12px;
  }

  .tw-offer-top b {
    font-size: 16px;
  }

  .tw-offer-bot {
    font-size: 13.5px;
  }

  /* Benefits */
  .tw-benefits li {
    font-size: 13px;
    padding-left: 24px;
  }

  .tw-benefits li::before {
    width: 15px;
    height: 15px;
    background-size: 9px;
  }

  /* Tabs */
  .tw-pdp-tabs {
    margin-top: 38px;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs {
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 16px;
    margin: 0 -16px 26px -16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs::-webkit-scrollbar {
    display: none;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs li {
    flex: 0 0 auto;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs li a {
    font-size: 14px;
    padding: 15px 2px;
    white-space: nowrap;
  }

  .tw-pdp-tabs .woocommerce-Tabs-panel p,
  .tw-pdp-tabs .woocommerce-Tabs-panel ul li {
    font-size: 14px;
  }

  .tw-pdp-tabs .woocommerce-Tabs-panel ul li {
    padding-left: 26px;
  }

  .tw-pdp-tabs .shop_attributes {
    max-width: 100%;
  }

  .tw-pdp-tabs .shop_attributes th,
  .tw-pdp-tabs .shop_attributes td {
    font-size: 13.5px;
    padding: 9px 0;
  }

  .tw-pdp-tabs .shop_attributes th {
    width: 45%;
  }

  .tw-pdp-tabs #reviews .comment-text {
    font-size: 13.8px;
  }

  /* Related */
  .tw-pdp-related {
    margin-top: 42px;
  }

  .tw-pdp-related .related > h2,
  .tw-pdp-related section.related > h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .tw-pdp-related ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .tw-pdp-related ul.products li.product .woocommerce-loop-product__title {
    font-size: 13.5px;
    padding: 0 12px;
  }

  .tw-pdp-related ul.products li.product .price {
    font-size: 14px;
    padding: 0 12px;
  }

  .tw-pdp-related ul.products li.product .star-rating {
    margin: 6px 12px 0 12px;
  }

  .tw-pdp-related ul.products li.product .onsale {
    font-size: 10.5px;
    padding: 4px 9px;
    top: 10px;
  }

  .tw-pdp-related ul.products li.product .button {
    bottom: 34px;
    right: 10px;
    width: 34px;
    height: 34px;
  }
}

/* ============================================
   RESPONSIVE — 480px (chhota mobile)
   ============================================ */

@media screen and (max-width: 480px) {
  .tw-pdp {
    padding: 20px 0 38px 0;
  }

  .tw-pdp-container {
    padding: 0 14px;
  }

  .tw-pdp-left .flex-control-thumbs li {
    flex: 0 0 58px;
    width: 58px !important;
  }

  .tw-badge-best {
    font-size: 9.5px;
    padding: 5px 9px;
  }

  .tw-pdp-title {
    font-size: 24px;
  }

  .tw-pdp-meta {
    gap: 8px 12px;
  }

  .tw-rating-text,
  .tw-sold {
    font-size: 12px;
  }

  .tw-pdp-price .price,
  .tw-pdp-price p.price,
  .tw-pdp-price ins {
    font-size: 20px;
  }

  .tw-pdp-price del {
    font-size: 14px;
  }

  .tw-pdp-short {
    font-size: 13.5px;
  }

  .tw-cart-box {
    padding: 16px;
  }

  .tw-pill {
    padding: 8px 14px;
    font-size: 13px;
  }

  .tw-offer {
    padding: 14px;
  }

  .tw-offer-bot {
    font-size: 13px;
  }

  .tw-offer-top b {
    font-size: 15px;
  }

  .tw-benefits li {
    font-size: 12.8px;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs {
    gap: 16px;
    padding: 0 14px;
    margin: 0 -14px 22px -14px;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs li a {
    font-size: 13.5px;
    padding: 14px 2px;
  }

  .tw-pdp-tabs .woocommerce-Tabs-panel p,
  .tw-pdp-tabs .woocommerce-Tabs-panel ul li {
    font-size: 13.5px;
  }

  .tw-pdp-tabs .shop_attributes th,
  .tw-pdp-tabs .shop_attributes td {
    font-size: 13px;
    padding: 8px 0;
  }

  .tw-pdp-related .related > h2,
  .tw-pdp-related section.related > h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .tw-pdp-related ul.products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tw-pdp-related ul.products li.product .button {
    bottom: 38px;
    right: 14px;
    width: 38px;
    height: 38px;
  }
}

/* ============================================
   RESPONSIVE — 360px (bohot chhota mobile)
   ============================================ */

@media screen and (max-width: 360px) {
  .tw-pdp-title {
    font-size: 22px;
  }

  .tw-pdp-price .price,
  .tw-pdp-price p.price,
  .tw-pdp-price ins {
    font-size: 18.5px;
  }

  .tw-cart-box {
    padding: 14px;
  }

  .tw-pill {
    padding: 8px 12px;
    font-size: 12.5px;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs {
    gap: 14px;
  }

  .tw-pdp-tabs ul.tabs.wc-tabs li a {
    font-size: 13px;
  }
}