/*
Theme Name: W2W Flooring

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

.back-button:hover {
  background-color: #fff;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 20px; /* spacing adjust karein */
}

.added_to_cart {
  display: none;
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/**
 * Products
 */

.woocommerce-message,
.woocommerce-info {
  display: inline-flex;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 2px 20px 4px rgba(68, 68, 65, 0.06);
  backdrop-filter: blur(12px);
  color: #000;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  position: absolute;
  right: 10px;
  left: 10px;
  top: 110px;
  z-index: 99999;
  border: 1px solid #00000026 !important;
  width: 90%;
  margin: 0 auto;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
a.showlogin {
  text-decoration: none;
  color: #30a67f;
}
.home .woocommerce-message,
.home .woocommerce-info {
  position: fixed !important;
  right: 10px !important;
  top: 68px !important;
}

.archive .woocommerce-info,
.archive .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
  position: fixed !important;
  right: 10px !important;
  top: 68px !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }

  ul.products li.product.first {
    clear: both;
  }

  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.79667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}

/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 0.5;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img {
  opacity: 1;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li {
  width: 48.1%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n + 1) {
  clear: both;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li {
  width: 30.79667%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: both;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  width: 22.15%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: both;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li {
  width: 16.96%;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n) {
  margin-right: 0;
}

.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
.offer-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.offer-badge {
  font-size: 11px;
  font-weight: 700;
  color: #0f7f53;
  background: #dff5ea;
  border: 1px dashed #9bd8bf;
  padding: 3px 6px;
  border-radius: 6px;
}
.rrp {
  font-size: 11px;
  color: #8b9096;
}
.price-line {
  font-size: 20px;
  font-weight: 700;
  color: #1d1f24;
}
.my-regular-price {
  padding: 20px 0px 10px 0px;
  display: block;
}
.my-regular-price .woocommerce-Price-currencySymbol,
.my-regular-price .woocommerce-Price-after-text,
.my-regular-price .price-decimal {
  font-size: 0.7em;
  vertical-align: top;
  position: relative;
}
span.my-regular-price {
  font-size: 22px;
  font-weight: bold;
  font-family: "NOTO SANS";
}

/* ====== GRID LAYOUT ====== */
.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 20px; /* spacing adjust karein */
}

/* ====== PRODUCT CARD ====== */
.product-card {
  width: 220px;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: left;
  font-family: "Inter", sans-serif;
  border: 1px solid transparent;
  position: relative;
  gap: 16px;
}
.product-card:hover {
  border-radius: 20px;
  border: 1px solid rgba(180, 180, 179, 0.4);
  background: #f5fbf9;
  box-shadow: 0 0 12px -2px rgba(54, 54, 53, 0.16);
  z-index: 999;
}
/* ====== PRODUCT IMAGE ====== */
.product-thumb {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.product-thumb img {
  width: 200px;
  height: 250px;
  object-fit: cover; /* crop/scale nicely */
  border-radius: 20px;
}
.product-icons {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 155px;
  align-items: end;
  text-align: right;
  z-index: 5;
}

.product-icons .wishlsbn,
.product-icons .yith-add-to-wishlist-button-block,
.product-icons .compare-button {
  width: auto;
  height: auto;
  max-width: 155px;
}

.product-icons .compare-button {
  display: flex;
  justify-content: flex-end;
  overflow: visible;
}
.product-icons .icon-btn {
  background: transparent;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 0px;
}

/* Regular price shown only in homepage carousels that opt in */
.bestseller-regular-price {
  display: none;
}

/* ====== TITLE ====== */
.product-card .product-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  color: #333;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 0.64px;
  width: 140px;
}
.title-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* Overlay */
.product-share-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#pd-hero .product-share {
  left: 40%;
  top: 45%;
}
/* Popup Box */
.product-share {
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  width: 250px;
  position: relative;
  animation: fadeIn 0.3s ease;
  left: 0;
  top: 51%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-share a {
  color: #30a67f;
}
/* Close Button */
.cls {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  cursor: pointer;
}

/* Animation */
@keyframes fadeIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Show class */
.popup-overlay.active {
  display: flex;
}
.product-card .btn-add-to-cart {
  display: flex;
  padding: 17px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 32px;
  background: #30a67f;
  color: #e6f4ef;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 640;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.2px;
  text-decoration: none;
}
.product-card .btn-add-to-cart:hover {
  background: #1f8462;
}

.product-card .btn-outstock {
  display: flex;
  padding: 17px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 32px;
  background: #30a67f;
  color: #e6f4ef;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 640;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.2px;
  text-decoration: none;
}
.product-card .btn-outstock:hover {
  background: #1f8462;
}

.product-card .btn-add-to-sample {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 32px;
  border: 1px solid #30a67f;
  color: #30a67f;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 640;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.2px;
  margin-bottom: 8px;
  background: transparent;
  text-decoration: none;
}
.product-card .btn-add-to-sample:hover {
  background: #e0f9f0;
}
.home .product-card .btn-add-to-sample {
  display: none;
}
/* ====== OFFER ROW ====== */
.offer-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.offer-badge {
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #1f8462;
  color: #1f8462;
  text-align: center;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 166.667% */
  letter-spacing: 0.12px;
  background: transparent;
}
.rrp {
  color: #444441;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
}
.rrp s {
  text-decoration: line-through;
}
.product-card .price-line {
  margin-bottom: 0px !important;
}
/* ====== PRICE ====== */
.price-line {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
.price-line .woocommerce-Price-currencySymbol {
  font-size: 12px;
  vertical-align: super; /* float currency up */
}
.price-line .price-decimal {
  font-size: 12px;
  vertical-align: super;
  margin-left: 1px;
  font-weight: bold;
}
.sqm {
  font-weight: bold;
  font-size: 10px;
  margin-left: 0px;
  color: #444;
  position: relative;
  vertical-align: super;
}
.specialOffersSec .sqm {
  display: none;
}
/* ====== INPUT ROW ====== */
.inputs {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.inputs .input {
  flex: 1;
  padding: 6px 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  width: 50px;
}
.inputs .select {
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
}

/* ====== QUANTITY ====== */
.qty {
  margin-bottom: 10px;
}
.qty-label {
  font-size: 12px;
  color: #555;
  float: left;
  line-height: 3;
}
.qty-ctrl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  justify-content: flex-end;
}
.qty-ctrl .step {
  width: 24px;
  height: 24px;

  border: 0px;
  color: #00995c;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  cursor: pointer;
  text-align: center;
}
.qty-ctrl .count {
  min-width: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

/* ====== SWATCHES ====== */
.swatches {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
  min-height: 20px;
}
.swatches .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #ddd; /* replace dynamically */
  cursor: pointer;
}
.swatches .more {
  font-size: 12px;
  color: #666;
}
.product-swatches {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0px 0;
}

.product-swatches .swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
}
.product-swatches .swatch img {
  width: 28px;
  height: 28px;
}
.product-swatches .more-swatches a {
  color: #444441;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.12px;
  opacity: 0.6;
  text-decoration: none;
}

/* ====== BUTTONS ====== */
.btn {
  width: 100%;
  border-radius: 24px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.2s ease;
}
.btn-outline {
  border: 2px solid #00995c;
  background: #fff;
  color: #00995c;
}
.btn-outline:hover {
  background: #e0f7ec;
}
.btn-solid {
  border: none;
  background: #00995c;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.btn-solid:hover {
  background: #00784b;
}
.product.ad-banner {
  width: 463px;
}
.icon-btn img {
  width: 25px;
  height: 25px;
}
.archive-top-bar {
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 12px 0 5px 0;
  /*   border-bottom: 1px solid #e5e5e5; */
  margin-bottom: 20px;
  justify-content: space-between;
}

.filters-sorting {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-filters {
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 6px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid rgba(54, 54, 53, 0.5);
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.2px;
  height: 54px;
}

.sort-dropdown {
  position: relative;
  display: inline-block;
}

/* The pill button look */
.sort-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* space between icon and text */
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

/* Icon */
.sort-btn .sort-icon {
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* Hide WooCommerce default dropdown (optional) */
.sort-dropdown select.orderby {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* keeps it accessible for WooCommerce */
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.category-tabcard {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.category-tabcard .tabcard {
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  padding: 14px 20px;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #ebebea;
  color: #363635;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
}
.category-tabcard .tabcard:hover {
  display: inline-flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  border: 1px solid #1f8462;
  background: #e0f9f0;
  height: 54px;
}
.category-tabcard .tabcard.active {
  font-weight: 600;
  border: 1px solid #363635;
  background: #e6f4ef;
  font-family: "Lato";
  color: #363635;
}

.faq-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5fbf9; /* light green background */
  padding: 12px;
  border-radius: 20px;
  color: #363635;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.64px;
}

.faq-link .see-faqs {
  text-decoration: none;
  color: #30a67f;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 640;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.2px;
}

.faq-link .see-faqs:hover {
  text-decoration: underline;
}

.custom-product-grid {
  margin-top: 40px;
}
.back-button {
  margin: 40px 0px 0;
  display: inline-block;
  padding-bottom: 0;
  padding-left: 0;
  margin-left: -5px;
  padding-top: 0;
}

.back-button a {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* space between icon and text */
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.back-button a:hover {
  color: #00a67e; /* green on hover */
}

.back-icon {
  font-size: 20px;
  line-height: 1;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px; /* more spacing between prev/info/next */
  margin: 40px 0;
  font-size: 16px;
  font-weight: 500;
}

.custom-pagination .page-info {
  color: #222;
  font-weight: 600;
}

/* Prev/Next Buttons */
.pagination-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 58px;
  border: 1px solid #ccc;
  border-radius: 999px; /* pill shape */
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.pagination-btn:hover {
  border-color: #00784b;
  color: #00784b;
}
.woocommerce-result-count {
  display: none;
}

.custom-sorting {
  position: relative;
  display: inline-block;
}

.sort-toggle {
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  height: 54px;
  padding: 20px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(54, 54, 53, 0.5);
}

.sort-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 297px;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 12px -2px rgba(54, 54, 53, 0.2);
  backdrop-filter: blur(10px);
  z-index: 999;
  margin: 0px;
}
.sort-dropdown li {
  display: flex;
  padding: 16px 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
}

.sort-dropdown li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sort-dropdown li:hover {
  background: #e6f4ef;
}
.sort-dropdown li a.active {
  background: #e6f4ef;
  font-weight: bold;
}

.custom-sorting.open .sort-dropdown {
  display: flex;
}
.product-single-page .product-title {
  font-family: "Noto Sans";
  font-size: 24px;
  letter-spacing: 0.24px;
}

/* === W2W Product Gallery === */
.w2w-gallery {
  width: 100%;
}

.w2w-main {
  position: relative;
  width: 100%;
}

.w2w-main-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px; /* rounded main image */
}

/* Thumbnails overlayed inside the main image */
.w2w-thumbs {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  width: clamp(300px, 70%, 560px); /* responsive container width */
  pointer-events: none; /* allow arrow/viewport to control interaction */
}

/* Viewport shows ONLY 4 thumbnails; overflow hidden clips the rest */
.w2w-thumbs-viewport {
  position: relative;
  overflow: hidden;
  pointer-events: auto; /* re-enable inside */
  width: calc(
    (78px * 4) + (10px * 6)
  ); /* 4 items width + side paddings + gaps (tuned for design) */
  padding: 0 10px; /* left/right soft padding so first/last don't stick to edges */
}

/* The sliding track */
.w2w-thumbs-track {
  display: flex;
  gap: 10px;
  transition: transform 0.35s ease;
  will-change: transform;
}

/* Each thumbnail button */
.w2w-thumb-item {
  flex: 0 0 auto;
  width: 78px;
  height: 62px;
  border-radius: 12px; /* rounded thumbnails */
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.w2w-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Active thumb outline (optional, subtle) */
.w2w-thumb-item.is-active {
  outline: 2px solid #2bb673; /* adjust to your brand green */
  outline-offset: 0;
}

/* Right arrow button (over the half area) */
.w2w-thumb-next {
  position: relative;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
}

/* --- Responsive tweaks --- */
@media (max-width: 990px) {
  .w2w-thumbs {
    width: clamp(280px, 82%, 500px);
  }
  .w2w-thumbs-viewport {
    width: calc((72px * 4) + (10px * 6));
  }
  .w2w-thumb-item {
    width: 72px;
    height: 58px;
    border-radius: 10px;
  }
  div#colourSwipersss {
    width: 427px;
    overflow: scroll;
  }
  div#colourSwipersss .swiper-wrappers {
    gap: 35px;
  }
  #pd-hero .product-share {
    left: 30%;
    top: 45%;
  }
}

@media (max-width: 600px) {
  .home .woocommerce-message,
  .home .woocommerce-info,
  .archive .woocommerce-info,
  .archive .woocommerce-message,
  .single-product .woocommerce-info,
  .single-product .woocommerce-message {
    right: 0px !important;
    top: 70% !important;
  }
  .productList h3 {
    margin-bottom: 32px;
  }
  .productList .swiper-button-next,
  .productList .swiper-button-prev {
    width: 38px;
    height: 38px;
    bottom: 27px;
    top: unset;
  }
  .productList .swiper-button-next {
    right: 0;
  }
  .productList .swiper-button-prev {
    left: 0;
  }
  .w2w-colours-list.mobileswiper .swiper-pagination-bullet {
    width: 20px;
    height: 12px;
    display: inline-block;
    border-radius: 10px;
    background: #37856a;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  .w2w-colours-list.mobileswiper .swiper-pagination-bullet-active {
    background: #37856a;
    opacity: 1;
  }
  .w2w-thumbs {
    bottom: 10px;
    gap: 6px;
  }
  .w2w-thumbs-viewport {
    width: calc((66px * 4) + (8px * 6));
    padding: 0 8px;
  }
  .w2w-thumb-item {
    width: 66px;
    height: 54px;
    border-radius: 10px;
  }
  .w2w-thumb-next {
    width: 26px;
    height: 26px;
  }
}

/* overlay */
#w2w-footer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease;
  z-index: 10001;
}

/* footer block - hidden by default (translated down) */
.custom-shop-footer-block {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
  transition: transform 0.42s cubic-bezier(0.22, 0.9, 0.29, 1);
  z-index: 10002;
  max-width: 1132px;
  width: calc(100% - 32px); /* responsive fallback */
  height: 95%;
  flex-shrink: 0;
  border-radius: 60px 60px 0 0;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  padding: 40px;
}

/* close button */
.custom-shop-footer-close {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 17px 17px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 32px;
  border: 1px solid #363635;
}

/* when open — visible and stuck to bottom */
body.w2w-footer-open #w2w-footer-overlay {
  opacity: 1;
  visibility: visible;
}

body.w2w-footer-open .custom-shop-footer-block {
  transform: translateX(-50%) translateY(0);
}

/* prevent background scroll when open */
body.w2w-footer-open {
  overflow: hidden;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .custom-shop-footer-block {
    width: 100%;
    left: 50%;
    border-radius: 18px 18px 0 0;
    height: 95%; /* mobile-friendly height */
    max-width: 100%;
    padding: 18px;
  }
  .custom-shop-footer-close {
    right: 12px;
    top: 8px;
    font-size: 18px;
  }
}

.custom-shop-footer-block .faqSec {
  padding: 0px !important;
  display: block;
  overflow: auto;
  height: 90%;
}

.yith-wcwl-add-to-wishlist-button__label {
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.whatsapp-btn a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.favoriteIcon {
  position: relative;
}
.favoriteIcon .wish-count {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: #30a67f;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.compareIcon {
  position: relative;
}
.compareIcon .wish-count {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: #30a67f;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.product-thumb .product-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor,
.product-thumb .product-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button,
.product-thumb .product-icons a.add-to-compare,
.product-thumb .product-icons a.compare {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  margin: 0;
  padding: 7px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: rgba(48, 166, 127, 0.8) !important;
  color: #fff !important;
  text-decoration: none !important;
  gap: 4px;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1;
  flex-shrink: 0;
  box-shadow: none !important;
  transition:
    width 0.35s ease,
    max-width 0.35s ease,
    padding 0.35s ease,
    border-radius 0.35s ease,
    background 0.2s ease;
}

.product-thumb .product-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
.product-thumb .product-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button svg.yith-wcwl-icon-svg,
.product-thumb .product-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img,
.product-thumb .product-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button img,
.product-thumb .product-icons a.add-to-compare img,
.product-thumb .product-icons a.compare img {
  display: block;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  padding: 0 !important;
  margin: 0;
  background: transparent !important;
  border-radius: 0;
  object-fit: contain;
  flex-shrink: 0;
}

.product-thumb .product-icons a.add-to-compare,
.product-thumb .product-icons a.compare {
  padding: 7px !important;
}

.product-thumb .product-icons a.add-to-compare .onadd,
.product-thumb .product-icons a.add-to-compare .onadded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 0;
}

/* Match base specificity so hover can expand past max-width: 32px. */
.product-thumb
  .product-icons
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover,
.product-thumb
  .product-icons
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:hover,
.product-thumb .product-icons a.add-to-compare:hover,
.product-thumb .product-icons a.compare:hover {
  width: auto !important;
  max-width: 155px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 7px 12px 7px 7px !important;
  border-radius: 20px !important;
  background: rgba(48, 166, 127, 0.8) !important;
  overflow: visible !important;
  justify-content: flex-start;
}

.product-thumb .product-icons a.add-to-compare .label,
.product-thumb .product-icons a.add-to-compare .compare_label,
.product-thumb .product-icons a.compare .label,
.product-thumb .product-icons a.compare .compare_label,
.product-thumb .product-icons .yith-wcwl-add-to-wishlist-button__label {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.4px;
  transform: scale(0.8);
  transition: all 0.35s ease;
}

.product-thumb .product-icons a.add-to-compare:hover .label,
.product-thumb .product-icons a.add-to-compare:hover .compare_label,
.product-thumb .product-icons a.compare:hover .label,
.product-thumb .product-icons a.compare:hover .compare_label,
.product-thumb
  .product-icons
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover
  .yith-wcwl-add-to-wishlist-button__label,
.product-thumb
  .product-icons
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:hover
  .yith-wcwl-add-to-wishlist-button__label {
  opacity: 1;
  max-width: 150px;
  color: #fff;
  transform: scale(1) translateX(-6px);
  text-decoration: none;
}

.product-thumb .product-icons a.add-to-compare:not(.added) .onadd,
.product-thumb .product-icons a.compare:not(.added) .onadd {
  display: contents;
}

.product-thumb .product-icons a.add-to-compare:not(.added) .onadded,
.product-thumb .product-icons a.compare:not(.added) .onadded {
  display: none;
}

.product-thumb .product-icons a.add-to-compare.added .onadd,
.product-thumb .product-icons a.compare.added .onadd {
  display: none;
}

.product-thumb .product-icons a.add-to-compare.added .onadded,
.product-thumb .product-icons a.compare.added .onadded {
  display: contents;
}

.product-thumb .product-icons a.compare.added {
  width: auto;
  padding: 0 10px 0 6px !important;
  border-radius: 20px;
}

.product-thumb .product-icons a.compare.added .compare_label,
.product-thumb .product-icons a.compare.added .label {
  opacity: 1;
  max-width: 150px;
  transform: none;
}

a.compare:not(.added) .onadded {
  display: none;
}
a.compare:not(.added) .onadd {
  display: inline-flex;
  align-items: center;
}
a.compare.added .onadded {
  display: flex;
  align-items: center;
}
a.compare.added .onadd {
  display: none;
}
.yith-add-to-wishlist-button-block {
  margin: 0px 0px !important;
}
.yith-wcwl-add-to-wishlist-button--anchor:hover
  .yith-wcwl-add-to-wishlist-button__label {
  opacity: 1;
  transform: scale(1);
  max-width: 150px; /* adjust based on text width */
  color: #fff;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.4px;
  transform: translateX(-6px);
}
.yith-wcwl-add-to-wishlist-button {
  transition:
    opacity 0.22s ease,
    transform 0.22s cubic-bezier(0.2, 0.9, 0.2, 1),
    margin-left 0.22s ease,
    max-width 0.22s ease;
}
.yith-wcwl-add-to-wishlist-button--added.yith-wcwl-add-to-wishlist-button--anchor,
.yith-wcwl-add-to-wishlist-button--added.yith-wcwl-add-to-wishlist-button--icon-button {
  background: #4fae96;
}

/* Homepage carousels — stop clipping compare/wishlist hover pills */
.bestsellersSec .product-thumb,
.figmaSpecialOffers .product-thumb,
.ecoCollectionSec .product-thumb {
  overflow: visible;
}

.bestsellersSec .product-thumb > a,
.figmaSpecialOffers .product-thumb > a,
.ecoCollectionSec .product-thumb > a {
  overflow: hidden;
  border-radius: 20px;
}

.bestsellersSec .product-icons,
.figmaSpecialOffers .product-icons,
.ecoCollectionSec .product-icons {
  overflow: visible;
  pointer-events: none;
}

.bestsellersSec .product-icons > *,
.figmaSpecialOffers .product-icons > *,
.ecoCollectionSec .product-icons > *,
.bestsellersSec .product-icons .compare-button a,
.figmaSpecialOffers .product-icons .compare-button a,
.ecoCollectionSec .product-icons .compare-button a {
  pointer-events: auto;
}

.bestsellersSec .swiper-slide,
.figmaSpecialOffers .swiper-slide,
.ecoCollectionSec .swiper-slide {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .category-tabcard {
    position: relative;
  }
  .category-tabcard.open .sort-dropdown {
    display: block;
    left: 0px;
  }
  .custom-product-grid .product-card .product-thumb img,
  .custom-product-grid .product-card .product-thumb {
    height: 190px;
  }
  .custom-product-grid .product-card {
    width: calc(50% - 2.5px);
    margin-bottom: 30px;
  }
  .woocommerce .custom-product-grid ul.products {
    display: contents !important;
  }
  .custom-shop-footer-block .faq_header {
    align-items: center;
    margin-bottom: 40px;
  }
  .custom-shop-footer-close {
    width: 40px;
    height: 40px;
    padding: 14px 8px;
  }
  .custom-shop-footer-block .faq_header .singleTitle {
    font-size: 18px;
  }
  a.compare.added .onadded {
    display: flex;
    width: auto;
    background: transparent;
    justify-content: end;
    align-items: center;
    padding: 0px;
  }
  .product-share {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    width: 168px;
    position: relative;
    animation: fadeIn 0.3s ease;
    left: 0;
    top: 51%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover,
  .add-to-compare:hover {
    padding: 0px 0px;
  }
  .yith-wcwl-add-to-wishlist-button--anchor:hover
    .yith-wcwl-add-to-wishlist-button__label,
  .add-to-compare:hover .compare_label {
    display: none;
  }
  .archive-top-bar {
    margin-bottom: 10px;
  }

  .sort-dropdown {
    left: auto;
    right: 0;
    width: 170px;
    border-radius: 15px;
  }
  .sort-dropdown li {
    padding: 10px 12px;
    gap: 24px;
  }
  .product-card .btn-add-to-cart {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.2px;
    padding: 13px 15px;
  }
  .product-card .btn-add-to-sample {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2px;
    padding: 13px 15px;
  }
  .product-swatches {
    gap: 7px;
    margin: 0px;
  }
  .product-swatches .swatch {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid rgba(54, 54, 53, 0.5);
    flex: 0 0 18px;
  }
  .product-swatches .swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }
  .custom-product-grid {
    gap: 0 !important;
  }
  a.compare:not(.added) .onadd span {
    display: none;
  }
  a.compare.added .onadded span {
    display: none;
  }
  .category-tabcard .sort-toggle {
    border-radius: var(--Icons-Radius-Small, 10px);
    border: 1px solid var(--Stroke-On-Surface-Black, #363635);
    background: var(--Fill-On-Brand-Primary, #e6f4ef);
    padding: 14px 20px;
    color: var(--Text-On-Surface-Primary, #363635);
    text-align: center;
    font-family: var(--Placement-Body-Font-I, Lato);
    font-size: var(--Placement-Body-Base, 16px);
    font-style: normal;
    font-weight: var(--Placement-Body-Black, 700);
    line-height: 24px; /* 150% */
    letter-spacing: 0.2px;
  }
  .btn-filters {
    border-radius: 10px;
    height: 40px;
  }
  .sort-toggle {
    height: 40px;
    border-radius: 10px;
  }
  .custom-sorting.open .sort-dropdown {
    display: flex;
    gap: 24px;
    padding: 20px 5px;
  }
}
.custom-shop-footer-block .faq_header {
  display: flex;
  justify-content: space-between;
  padding: 0px 22px;
}
.custom-shop-footer-block .faq_header .singleTitle {
  color: #363635;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.14px;
  text-transform: capitalize;
}
.custom-shop-footer-block .accordion-item.open {
  align-items: start !important;
}
.pd-actions a.compare.added .onadded {
  width: auto;
}
.pd-actions a.compare .compare_label {
  display: none;
}
.pd-actions
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover,
.pd-actions .add-to-compare:hover {
  padding: 0px 0px;
}
.pd-actions .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.pd-actions
  .yith-wcwl-add-to-wishlist-button--anchor:hover
  .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.pd-actions
  .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor
  img {
  background: transparent;
}
.accessories .swatches {
  display: none;
}
.yith-wcwl-feedback-messages-container {
  padding: 32px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #000;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  position: absolute;
  right: 10px;
  top: 110px;
  left: unset;
  z-index: 99999;
}
.yith-wcwl-feedback-messages-container .yith-wcwl-add-to-wishlist__feedback {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 2px 20px 4px rgba(68, 68, 65, 0.06);
  backdrop-filter: blur(12px);
  color: #000;
  font-family: "Noto Sans" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  letter-spacing: 0.64px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  gap: 0px;
}
.product-card .woocommerce-notices-wrapper {
  display: none;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  gap: 0px;
}
/* The container */
.contnr {
  display: none;
  position: relative;
  padding-left: 3px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.contnr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid;
}

/* On mouse-over, add a grey background color */
.contnr:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.contnr input:checked ~ .checkmark {
  background-color: #30a67f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contnr input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contnr .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contnrbox {
  position: relative;
  margin: 5px;
}
.contnrbox label.container {
  padding-left: 30px;
  font-size: 16px;
}
.w2w-calc-wrap .w2w-card {
  padding: 0px;
}
.wishlist_table .product-add-to-cart a {
  margin: 0 0 5px !important;
}
@media (min-width: 781px) {
  .productList .mySpecialSwiper {
    padding-top: 0px;
  }
  .productList {
    margin-bottom: 0px;
  }
  .klarna-popup-overlay .popup-box {
    width: 90%;
    height: auto;
  }
  .klarna-popup-overlay .popup-close {
    top: 23px;
    right: 35px;
  }
}
.productList .myAccessoriesSwiper {
  position: static;
}
.woocommerce-pagination {
  display: none;
}
/* Overlay background */
.klarna-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.klarna-popup-overlay .popup-box {
  background: #fff;
  border-radius: 60px;
  padding: 40px;
  width: 40%;
  max-width: 90%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
}
.klarna-popup-overlay ol {
  margin: 0;
  padding: 25px 17px;
}
.klarna-popup-overlay ol li {
  font-size: 16px;
  margin: 10px 0px;
  font-weight: bold;
}
span.subtxt {
  font-weight: normal;
}
/* Close button */
.klarna-popup-overlay .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
}

.klarna-popup-overlay .close-btn:hover {
  color: #000;
}

/* Animation (optional) */
.klarna-popup-overlay .popup-box {
  animation: popupScale 0.3s ease;
}

@keyframes popupScale {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .custom-shop-footer-block .faq_header .singleTitle {
    color: #363635;
    text-align: center;
    font-family: var(--Font--family2);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
  }
}
.special-description,
.K16-description {
  display: flex;
  flex-direction: column;
}
.special-description p,
.K16-description p {
  color: #444441;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
  margin-bottom: 0px;
}
.special-description p strong,
.K16-description p strong {
  color: #000;
}
.woocommerce-error {
  background-color: #ff000026 !important;
  list-style: none;
  padding: 20px;
  color: #fff !important;
  margin: 0px 0px 20px 0px !important;
}
.woocommerce-error a {
  color: red;
  text-decoration: none;
}
