/*
 * Bigsoft WooCommerce UI
 * Uses WooCommerce core templates and theme hooks only.
 */

:root {
  --bigsoft-woo-ink: #18363e;
  --bigsoft-woo-green: #3c7239;
  --bigsoft-woo-green-dark: #2a4828;
  --bigsoft-woo-accent: #c2a284;
  --bigsoft-woo-surface: #fff;
  --bigsoft-woo-surface-soft: #f6f8f5;
  --bigsoft-woo-border: #e4e8e2;
  --bigsoft-woo-muted: #66736b;
  --bigsoft-woo-danger: #b42318;
  --bigsoft-woo-radius: 14px;
  --bigsoft-woo-shadow: 0 10px 32px rgba(24, 54, 62, 0.1);
  --bigsoft-woo-shadow-hover: 0 16px 42px rgba(24, 54, 62, 0.16);
  --bigsoft-woo-transition: 180ms ease;
}

/* Shared WooCommerce UI. */
.woocommerce .custom-content-category > .container {
  padding-top: 32px;
  padding-bottom: 56px;
}

.woocommerce .woocommerce-breadcrumb {
  position: static !important;
  inset: auto !important;
  z-index: auto;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 28px;
  padding: 12px 16px;
  border: 1px solid var(--bigsoft-woo-border);
  border-left: 4px solid var(--bigsoft-woo-green);
  border-radius: 10px;
  background: var(--bigsoft-woo-surface-soft);
  box-shadow: 0 4px 16px rgba(24, 54, 62, 0.06);
  color: var(--bigsoft-woo-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.woocommerce .woocommerce-breadcrumb a {
  display: inline-flex;
  align-items: center;
  color: var(--bigsoft-woo-ink);
  font-weight: 600;
  text-decoration: none;
  transition: color var(--bigsoft-woo-transition);
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: var(--bigsoft-woo-green);
}

.woocommerce .woocommerce-breadcrumb a:first-child::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  margin-bottom: 24px;
  padding: 18px 20px 18px 52px;
  border: 1px solid var(--bigsoft-woo-border);
  border-top: 0;
  border-radius: 10px;
  background: var(--bigsoft-woo-surface-soft);
  color: var(--bigsoft-woo-ink);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid var(--bigsoft-woo-green-dark);
  border-radius: 8px;
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color var(--bigsoft-woo-transition), border-color var(--bigsoft-woo-transition), color var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition);
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  border-color: var(--bigsoft-woo-ink);
  background: var(--bigsoft-woo-ink);
  color: #fff;
  transform: translateY(-1px);
}

.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.woocommerce form input:focus-visible,
.woocommerce form select:focus-visible,
.woocommerce form textarea:focus-visible {
  outline: 3px solid rgba(194, 162, 132, 0.4);
  outline-offset: 2px;
}

/* Shop and product archives. */
.woocommerce .woocommerce-products-header {
  margin-bottom: 24px;
}

.woocommerce .woocommerce-products-header__title {
  margin-bottom: 12px;
  color: var(--bigsoft-woo-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.woocommerce .shop-main {
  min-width: 0;
}

.woocommerce .custom-content-category ul.products,
.bigsoft-home-product-loop ul.products,
.single-product section.related ul.products,
.single-product section.upsells ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 36px;
}

.single-product section.related ul.products,
.single-product section.upsells ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce .custom-content-category ul.products::before,
.woocommerce .custom-content-category ul.products::after,
.bigsoft-home-product-loop ul.products::before,
.bigsoft-home-product-loop ul.products::after,
.single-product section.related ul.products::before,
.single-product section.related ul.products::after,
.single-product section.upsells ul.products::before,
.single-product section.upsells ul.products::after {
  display: none;
}

.woocommerce .custom-content-category ul.products li.product,
.bigsoft-home-product-loop ul.products li.product,
.single-product section.related ul.products li.product,
.single-product section.upsells ul.products li.product {
  position: relative;
  display: flex;
  float: none;
  flex-direction: column;
  width: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: var(--bigsoft-woo-radius);
  background: var(--bigsoft-woo-surface);
  box-shadow: var(--bigsoft-woo-shadow);
  transition: box-shadow var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition);
}

.woocommerce .custom-content-category ul.products li.product:hover,
.bigsoft-home-product-loop ul.products li.product:hover,
.single-product section.related ul.products li.product:hover,
.single-product section.upsells ul.products li.product:hover {
  box-shadow: var(--bigsoft-woo-shadow-hover);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: var(--bigsoft-woo-ink);
}

.woocommerce ul.products li.product .bigsoft-product-media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.woocommerce .custom-content-category ul.products li.product a img,
.bigsoft-home-product-loop ul.products li.product a img,
.single-product section.related ul.products li.product a img,
.single-product section.upsells ul.products li.product a img {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: 0;
  object-fit: cover;
  transition: transform 300ms ease;
}

.woocommerce .custom-content-category ul.products li.product:hover a img,
.bigsoft-home-product-loop ul.products li.product:hover a img,
.single-product section.related ul.products li.product:hover a img,
.single-product section.upsells ul.products li.product:hover a img {
  transform: scale(1.035);
}

.woocommerce ul.products li.product .product-category-label {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: max-content;
  max-width: calc(100% - 16px);
  height: auto !important;
  min-height: 0 !important;
  padding: 6px 10px;
  border-radius: 3px;
  background: #3c7239b0;
  color: #fff;
  line-height: 1.25;
  white-space: normal;
  opacity: 1;
}

.woocommerce ul.products li.product .onsale,
.single-product div.product .onsale {
  z-index: 4;
  top: 14px;
  right: 14px;
  left: auto;
  min-width: auto;
  min-height: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--bigsoft-woo-danger);
  line-height: 1.2;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  box-sizing: border-box;
  display: block !important;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 18px 18px 8px;
  overflow: visible;
  color: var(--bigsoft-woo-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-overflow: clip;
  white-space: normal;
}

.woocommerce ul.products li.product .star-rating {
  display: block;
  margin: 0 18px 8px;
  color: var(--bigsoft-woo-accent);
}

.woocommerce ul.products li.product .price {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin: 0;
  padding: 0 18px 10px;
  overflow: hidden;
  color: var(--bigsoft-woo-green-dark);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.woocommerce ul.products li.product .price del {
  margin-right: 6px;
  color: var(--bigsoft-woo-muted);
  font-size: 14px;
  opacity: 0.8;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .bigsoft-product-actions {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: auto;
  padding: 0 18px 18px;
}

.woocommerce ul.products li.product .bigsoft-product-actions .button,
.woocommerce ul.products li.product .bigsoft-product-actions #sp-wqv-view-button,
.woocommerce ul.products li.product .bigsoft-product-actions .yith-wcqv-button,
.woocommerce ul.products li.product .bigsoft-product-actions [class*="quick-view"],
.woocommerce ul.products li.product .bigsoft-product-actions [class*="quickview"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin: 0 !important;
  padding: 10px 12px;
  border: 1px solid var(--bigsoft-woo-green-dark);
  border-radius: 8px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.woocommerce ul.products li.product .bigsoft-product-actions #sp-wqv-view-button,
.woocommerce ul.products li.product .bigsoft-product-actions .yith-wcqv-button,
.woocommerce ul.products li.product .bigsoft-product-actions [class*="quick-view"],
.woocommerce ul.products li.product .bigsoft-product-actions [class*="quickview"] {
  background: #fff !important;
  color: var(--bigsoft-woo-green-dark) !important;
}

.woocommerce ul.products li.product .bigsoft-product-actions #sp-wqv-view-button:hover,
.woocommerce ul.products li.product .bigsoft-product-actions .yith-wcqv-button:hover,
.woocommerce ul.products li.product .bigsoft-product-actions [class*="quick-view"]:hover,
.woocommerce ul.products li.product .bigsoft-product-actions [class*="quickview"]:hover {
  background: var(--bigsoft-woo-green-dark) !important;
  color: #fff !important;
}

.woocommerce ul.products li.product .bigsoft-product-actions--added {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce ul.products li.product .bigsoft-product-actions .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--bigsoft-woo-green-dark);
  border-radius: 8px;
  background: #fff;
  color: var(--bigsoft-woo-green-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.woocommerce ul.products li.product .bigsoft-product-actions .added_to_cart:hover,
.woocommerce ul.products li.product .bigsoft-product-actions .added_to_cart:focus {
  background: var(--bigsoft-woo-ink);
  color: #fff;
}

.woocommerce ul.products li.product .bigsoft-product-actions .bigsoft-is-added {
  border-color: var(--bigsoft-woo-green-dark);
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
}

.woocommerce ul.products li.product .bigsoft-product-actions .bigsoft-is-adding {
  cursor: progress;
  opacity: 0.75;
}

.woocommerce ul.products li.product .bigsoft-product-actions--added #sp-wqv-view-button,
.woocommerce ul.products li.product .bigsoft-product-actions--added .yith-wcqv-button,
.woocommerce ul.products li.product .bigsoft-product-actions--added [class*="quick-view"],
.woocommerce ul.products li.product .bigsoft-product-actions--added [class*="quickview"] {
  grid-column: 1 / -1;
}

.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
  padding-bottom: 24px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  margin: 0;
  overflow: visible;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: 999px;
  background: var(--bigsoft-woo-surface);
  color: var(--bigsoft-woo-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(24, 54, 62, 0.06);
  transition: background-color var(--bigsoft-woo-transition), border-color var(--bigsoft-woo-transition), color var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition), box-shadow var(--bigsoft-woo-transition);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  border-color: var(--bigsoft-woo-green-dark);
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
  box-shadow: 0 6px 16px rgba(42, 72, 40, 0.22);
  transform: translateY(-2px);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  cursor: default;
  transform: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus-visible {
  outline: 3px solid rgba(194, 162, 132, 0.45);
  outline-offset: 2px;
}

.woocommerce nav.woocommerce-pagination .prev,
.woocommerce nav.woocommerce-pagination .next {
  padding-right: 17px;
  padding-left: 17px;
}

/* Single product. */
.single-product div.product {
  display: flow-root;
  padding-top: 24px;
}

.single-product div.product .custom-shape-product {
  display: flow-root;
  width: 100%;
  margin-bottom: 44px;
}

.single-product div.product .custom-shape-product > .woocommerce-product-gallery {
  float: left !important;
  box-sizing: border-box;
  width: 48% !important;
  max-width: 48% !important;
  margin: 0 !important;
}

.single-product div.product .custom-shape-product > .woo-variation-product-gallery {
  float: left !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 50% !important;
  margin: 0 !important;
}

.single-product div.product .custom-shape-product > .summary {
  position: static;
  float: right !important;
  box-sizing: border-box;
  width: 48% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.single-product div.product .woocommerce-product-gallery img,
.single-product div.product .woo-variation-product-gallery img {
  border-radius: 12px;
  transition: opacity var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition), box-shadow var(--bigsoft-woo-transition);
}

/* Product gallery thumbnails: five equal tiles below the main image. */
.single-product div.product .flex-control-thumbs {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 5);
  grid-auto-flow: column;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0 0 6px;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--bigsoft-woo-border) transparent;
}

.single-product div.product .flex-control-thumbs li {
  float: none;
  width: auto;
  min-width: 0;
  aspect-ratio: 1;
  scroll-snap-align: start;
}

.single-product .woo-variation-gallery-thumbnail-wrapper {
  margin-top: 16px;
}

.single-product .woo-variation-gallery-thumbnail-slider .slick-list {
  margin: 0;
}

.single-product .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image {
  box-sizing: border-box;
  min-width: 0;
  aspect-ratio: 1;
  scroll-snap-align: start;
}

.single-product div.product .flex-control-thumbs img,
.single-product .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: var(--bigsoft-woo-surface-soft);
  object-fit: cover;
  opacity: 0.78;
  cursor: pointer;
  transition: border-color var(--bigsoft-woo-transition), opacity var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition), box-shadow var(--bigsoft-woo-transition);
}

.single-product div.product .flex-control-thumbs img:hover,
.single-product .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img:hover {
  border-color: var(--bigsoft-woo-accent);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 5px 16px rgba(24, 54, 62, 0.14);
}

.single-product div.product .flex-control-thumbs img.flex-active,
.single-product .woo-variation-gallery-thumbnail-wrapper .current-thumbnail img,
.single-product .woo-variation-gallery-thumbnail-wrapper .active img {
  border-color: #ad432a;
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(173, 67, 42, 0.12);
}

.single-product div.product .summary .product_title {
  margin: 0 0 12px;
  color: var(--bigsoft-woo-ink);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
}

.single-product div.product .summary p.price,
.single-product div.product .summary .woocommerce-variation-price .price {
  display: block;
  margin: 12px 0 20px;
  color: #000;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.35;
}

.single-product div.product .summary p.price del,
.single-product div.product .summary .woocommerce-variation-price del {
  margin-right: 8px;
  color: var(--bigsoft-woo-muted);
  font-size: 18px;
  opacity: 0.75;
}

.single-product div.product .summary p.price ins,
.single-product div.product .summary .woocommerce-variation-price ins {
  text-decoration: none;
}

.single-product div.product .summary .woocommerce-product-details__short-description {
  margin-bottom: 22px;
  color: var(--bigsoft-woo-muted);
  line-height: 1.75;
}

.single-product div.product form.cart,
.single-product div.product form.variations_form {
  margin-bottom: 24px;
}

.single-product div.product form.cart:not(.variations_form) {
  display: block;
}

.single-product div.product form.cart .variations {
  margin-bottom: 18px;
  border: 0;
}

.single-product div.product form.cart .variations th,
.single-product div.product form.cart .variations td {
  display: table-cell;
  width: auto;
  padding: 0 10px 10px 0;
  text-align: left;
  vertical-align: middle;
}

.single-product div.product form.cart .variations label {
  color: var(--bigsoft-woo-ink);
  font-weight: 600;
}

.single-product div.product form.cart .variations select {
  width: auto;
  max-width: 100%;
  min-height: 46px;
  padding: 0 38px 0 12px;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: 8px;
  background: #fff;
  transition: border-color var(--bigsoft-woo-transition), box-shadow var(--bigsoft-woo-transition);
}

.single-product div.product form.cart .variations select:hover,
.single-product div.product form.cart .variations select:focus {
  border-color: var(--bigsoft-woo-green-dark);
  box-shadow: 0 0 0 3px rgba(60, 114, 57, 0.12);
}

.single-product .cfvsw-swatches-option {
  transition: border-color var(--bigsoft-woo-transition), box-shadow var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition);
}

.single-product .cfvsw-swatches-option:hover {
  border-color: var(--bigsoft-woo-accent);
  transform: translateY(-1px);
}

.single-product .cfvsw-swatches-option.cfvsw-selected-swatch {
  border-color: var(--bigsoft-woo-green-dark);
  box-shadow: 0 0 0 2px rgba(60, 114, 57, 0.16);
}

.single-product div.product form.cart .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: var(--bigsoft-woo-muted);
  font-size: 13px;
}

.single-product div.product form.cart .quantity {
  display: inline-flex;
  min-width: 92px;
  min-height: 48px;
  margin: 0 10px 0 0;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  transition: border-color var(--bigsoft-woo-transition), box-shadow var(--bigsoft-woo-transition);
}

.single-product div.product form.cart .quantity:focus-within {
  border-color: var(--bigsoft-woo-green-dark);
  box-shadow: 0 0 0 3px rgba(60, 114, 57, 0.14);
}

.single-product div.product form.cart .quantity .qty {
  width: 64px;
  min-height: 46px;
  padding: 0 8px;
  border: 0;
  background: transparent;
}

.single-product div.product form.cart .quantity .qty:focus,
.single-product div.product form.cart .quantity .qty:focus-visible {
  outline: 0;
  box-shadow: none;
}

.single-product div.product form.cart .single_add_to_cart_button {
  min-height: 48px;
  padding: 13px 26px;
  border-radius: 8px;
  background: var(--bigsoft-woo-accent) !important;
  color: var(--bigsoft-woo-ink) !important;
  font-weight: 700 !important;
}

.single-product div.product form.cart .single_add_to_cart_button:hover {
  background: var(--bigsoft-woo-green-dark) !important;
  color: #fff !important;
}

.single-product div.product .product_meta {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--bigsoft-woo-border);
  color: var(--bigsoft-woo-muted);
  font-size: 14px;
}

.single-product div.product .product_meta a {
  color: var(--bigsoft-woo-green-dark);
}

.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
  min-width: 0;
  line-height: 2.25;
}

.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as a {
  display: inline-flex;
  box-sizing: border-box;
  max-width: 100%;
  margin: 4px 5px 4px 2px;
  padding: 5px 10px;
  border: 1px solid rgba(60, 114, 57, 0.15);
  border-radius: 999px;
  background: #edf4eb;
  color: var(--bigsoft-woo-green-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  transition: border-color var(--bigsoft-woo-transition), background-color var(--bigsoft-woo-transition), color var(--bigsoft-woo-transition);
}

.single-product div.product .product_meta .tagged_as a {
  border-color: rgba(194, 162, 132, 0.3);
  background: #faf4ed;
}

.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
  border-color: var(--bigsoft-woo-green-dark);
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
}

.single-product div.product .woocommerce-tabs {
  clear: both;
  margin: 0 0 56px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--bigsoft-woo-border);
}

.single-product div.product .woocommerce-tabs ul.tabs::before,
.single-product div.product .woocommerce-tabs ul.tabs li::before,
.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 16px;
  border-bottom: 2px solid transparent;
  color: var(--bigsoft-woo-muted);
  white-space: nowrap;
  transition: border-color var(--bigsoft-woo-transition), color var(--bigsoft-woo-transition);
}

.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
  border-bottom-color: var(--bigsoft-woo-accent);
  color: var(--bigsoft-woo-green-dark);
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom-color: var(--bigsoft-woo-green-dark);
  color: var(--bigsoft-woo-ink);
}

.single-product div.product .woocommerce-tabs .panel {
  margin: 0;
  color: var(--bigsoft-woo-ink);
  line-height: 1.75;
}

.single-product section.related,
.single-product section.upsells {
  display: block;
  width: 100%;
  padding-top: 8px;
}

.single-product section.related > h2,
.single-product section.upsells > h2 {
  margin-bottom: 28px;
  color: var(--bigsoft-woo-ink);
  font-size: clamp(26px, 3vw, 34px);
  text-align: center;
}

/* Home uses the same WooCommerce card markup; Slick is mobile-only. */
.bigsoft-home-product-loop {
  min-width: 0;
}

.our-product .bigsoft-home-product-loop ul.products:not(.slick-initialized) li.product {
  width: auto !important;
  margin: 0;
}

.our-product .bigsoft-home-product-loop ul.products li.product .price,
.our-product .bigsoft-home-product-loop ul.products li.product .woocommerce-Price-amount,
.our-product .bigsoft-home-product-loop ul.products li.product .woocommerce-Price-currencySymbol {
  color: var(--bigsoft-woo-green-dark) !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.bigsoft-home-product-loop ul.products.slick-initialized {
  display: block;
  margin-right: -8px;
  margin-left: -8px;
  padding: 8px 0 22px;
}

.bigsoft-home-product-loop ul.products.slick-initialized .slick-list {
  padding-top: 6px;
  padding-bottom: 10px;
}

.bigsoft-home-product-loop ul.products.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}

.bigsoft-home-product-loop ul.products.slick-initialized li.product.slick-slide {
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
}

.single-product section.related ul.products li.product .bigsoft-product-actions a.add_to_cart_button,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_simple,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_variable,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_grouped,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_external {
  background: var(--bigsoft-woo-green-dark) !important;
  color: #fff !important;
}

.single-product section.related ul.products li.product .bigsoft-product-actions a.add_to_cart_button:hover,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_simple:hover,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_variable:hover,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_grouped:hover,
.single-product section.related ul.products li.product .bigsoft-product-actions a.product_type_external:hover {
  background: var(--bigsoft-woo-ink) !important;
  color: #fff !important;
}

.bigsoft-home-product-loop .slick-dots {
  bottom: -4px;
}

.bigsoft-home-product-loop .slick-dots li button::before {
  color: var(--bigsoft-woo-green-dark);
  font-size: 10px;
}

.bigsoft-home-product-loop .slick-prev,
.bigsoft-home-product-loop .slick-next {
  z-index: 5;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--bigsoft-woo-green-dark);
  box-shadow: 0 6px 18px rgba(24, 54, 62, 0.2);
}

.bigsoft-home-product-loop .slick-prev {
  left: 4px;
}

.bigsoft-home-product-loop .slick-next {
  right: 4px;
}

/* Cart, checkout and account. */
.woocommerce table.shop_table {
  overflow: hidden;
  border-color: var(--bigsoft-woo-border);
  border-radius: var(--bigsoft-woo-radius);
  background: var(--bigsoft-woo-surface);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px;
  border-color: var(--bigsoft-woo-border);
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 24px;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: var(--bigsoft-woo-radius);
  background: var(--bigsoft-woo-surface);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  background: var(--bigsoft-woo-green-dark) !important;
  color: #fff !important;
}

/* Empty cart: shared visual language with checkout and order received. */
.bigsoft-empty-cart {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 760px);
  margin: clamp(28px, 6vw, 72px) auto 22px;
  padding: clamp(34px, 6vw, 58px) clamp(22px, 6vw, 64px);
  overflow: hidden;
  border: 1px solid #dce7da;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(194, 162, 132, 0.22), transparent 31%),
    linear-gradient(145deg, #f4f8f2 0%, #fff 74%);
  box-shadow: var(--bigsoft-woo-shadow);
  color: var(--bigsoft-woo-ink);
  text-align: center;
}

.bigsoft-empty-cart__icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--bigsoft-woo-green-dark);
  box-shadow: 0 12px 28px rgba(42, 72, 40, 0.2);
  place-items: center;
}

.bigsoft-empty-cart__icon::before {
  width: 31px;
  height: 31px;
  background: #fff;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM17 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM6.2 5l.45 2H20a1 1 0 0 1 .96 1.27l-2 7A1 1 0 0 1 18 16H8a1 1 0 0 1-.98-.8L4.38 3H2V1h4l.43 2H21v2H6.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM17 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM6.2 5l.45 2H20a1 1 0 0 1 .96 1.27l-2 7A1 1 0 0 1 18 16H8a1 1 0 0 1-.98-.8L4.38 3H2V1h4l.43 2H21v2H6.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.bigsoft-empty-cart__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--bigsoft-woo-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bigsoft-empty-cart h2 {
  margin: 0;
  color: var(--bigsoft-woo-ink);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
}

.bigsoft-empty-cart p {
  max-width: 520px;
  margin: 13px auto 0;
  color: var(--bigsoft-woo-muted);
  font-size: 16px;
  line-height: 1.7;
}

.woocommerce-cart .return-to-shop {
  margin: 0 auto clamp(34px, 6vw, 70px);
  text-align: center;
}

.woocommerce-cart .return-to-shop a.wc-backward {
  display: inline-flex;
  min-width: 220px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-color: var(--bigsoft-woo-green-dark);
  border-radius: 9px;
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
  text-transform: none;
}

.woocommerce-cart .return-to-shop a.wc-backward:hover {
  border-color: var(--bigsoft-woo-ink);
  background: var(--bigsoft-woo-ink);
  color: #fff;
}

.woocommerce-cart .bigsoft-empty-cart-block {
  box-sizing: border-box;
  width: min(100%, 1180px);
  margin: 0 auto clamp(36px, 6vw, 72px);
}

.woocommerce-cart .bigsoft-empty-cart-block .bigsoft-empty-cart {
  margin-bottom: 18px;
}

.woocommerce-cart .bigsoft-empty-cart-cta {
  margin: 0 auto clamp(34px, 5vw, 54px);
  text-align: center;
}

.woocommerce-cart .bigsoft-empty-cart-cta .button {
  display: inline-flex;
  gap: 8px;
  min-width: 220px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-color: var(--bigsoft-woo-green-dark);
  border-radius: 9px;
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
}

.woocommerce-cart .bigsoft-empty-cart-cta .button span {
  transition: transform var(--bigsoft-woo-transition);
}

.woocommerce-cart .bigsoft-empty-cart-cta .button:hover span {
  transform: translateX(3px);
}

.woocommerce-cart .bigsoft-empty-cart-recommendations > h2 {
  margin: 0 0 26px;
  color: var(--bigsoft-woo-ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.3;
  text-align: center;
}

.woocommerce-cart .bigsoft-empty-cart-recommendations ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
}

/* WooCommerce Cart Block empty state and its "New in store" product cards. */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  box-sizing: border-box;
  width: min(100%, 1180px);
  margin: clamp(28px, 6vw, 72px) auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  color: var(--bigsoft-woo-ink);
  text-align: center;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 760px);
  margin: 0 auto clamp(34px, 5vw, 54px);
  padding: 112px clamp(22px, 6vw, 62px) 36px;
  border: 1px solid #dce7da;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(194, 162, 132, 0.22), transparent 31%),
    linear-gradient(145deg, #f4f8f2 0%, #fff 74%);
  box-shadow: var(--bigsoft-woo-shadow);
  color: var(--bigsoft-woo-ink);
  font-size: clamp(25px, 3.5vw, 36px);
  line-height: 1.25;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 50%;
  background-color: var(--bigsoft-woo-green-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM17 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM6.2 5l.45 2H20a1 1 0 0 1 .96 1.27l-2 7A1 1 0 0 1 18 16H8a1 1 0 0 1-.98-.8L4.38 3H2V1h4l.43 2H21v2H6.2Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 31px 31px;
  color: transparent;
  content: "";
  opacity: 1;
  transform: translateX(-50%);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.with-empty-cart-icon) {
  margin: 0 0 26px;
  font-size: clamp(25px, 3vw, 34px);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: var(--bigsoft-woo-radius);
  background: var(--bigsoft-woo-surface);
  box-shadow: var(--bigsoft-woo-shadow);
  text-align: center;
  transition: box-shadow var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover {
  box-shadow: var(--bigsoft-woo-shadow-hover);
  transform: translateY(-4px);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
  display: block;
  color: var(--bigsoft-woo-ink);
  text-decoration: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bigsoft-woo-surface-soft);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  transition: transform 300ms ease;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover .wc-block-grid__product-image img {
  transform: scale(1.035);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  margin: 0;
  padding: 18px 18px 8px;
  color: var(--bigsoft-woo-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 0 18px 10px;
  color: var(--bigsoft-woo-green-dark);
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: auto;
  margin: auto 0 0;
  padding: 0 18px 18px;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart.bigsoft-product-actions--added {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .added_to_cart {
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bigsoft-woo-green-dark);
  border-radius: 8px;
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .added_to_cart {
  background: #fff;
  color: var(--bigsoft-woo-green-dark);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .added_to_cart:hover {
  border-color: var(--bigsoft-woo-ink);
  background: var(--bigsoft-woo-ink);
  color: #fff;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale {
  top: 14px;
  right: 14px;
  left: auto;
  min-width: 0;
  min-height: 0;
  padding: 7px 11px;
  border: 0;
  border-radius: 999px;
  background: var(--bigsoft-woo-danger);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.95fr);
  column-gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.woocommerce-checkout form.checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.woocommerce-checkout form.checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 30px 32px 20px;
  border: 1px solid var(--bigsoft-woo-border);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: var(--bigsoft-woo-surface);
  color: var(--bigsoft-woo-ink);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.25;
}

.woocommerce-checkout form.checkout #order_review {
  grid-column: 2;
  grid-row: 2;
  padding: 0 32px 32px;
  border: 1px solid var(--bigsoft-woo-border);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: var(--bigsoft-woo-surface);
  box-shadow: var(--bigsoft-woo-shadow);
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order-table {
  margin: 0 0 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-checkout form.checkout #customer_details,
.woocommerce-checkout form.checkout #customer_details .col-1,
.woocommerce-checkout form.checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout form.checkout #customer_details {
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce-checkout .woocommerce-billing-fields > h3 {
  display: none;
}

.woocommerce-checkout .bigsoft-checkout-section-title {
  margin: 0 0 34px;
  color: #111;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.25;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 24px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
  margin-bottom: 10px;
  color: #171717;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label .required {
  color: var(--bigsoft-woo-danger);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: 8px;
  background: #fff;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-selection {
  box-sizing: border-box;
  width: 100%;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid #d9ddd7 !important;
  border-radius: 10px;
  background: #fff;
  color: #171717;
  font-size: 16px;
  line-height: 1.5 !important;
  transition: border-color var(--bigsoft-woo-transition), box-shadow var(--bigsoft-woo-transition);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-selection {
  height: 58px !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text:focus,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select:focus,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--focus .select2-selection,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container--open .select2-selection {
  border-color: var(--bigsoft-woo-green) !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(60, 114, 57, 0.12);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-selection__rendered {
  padding: 0 28px 0 0;
  color: #171717;
  line-height: 28px !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-selection__arrow {
  top: 50%;
  right: 12px;
  height: 24px !important;
  transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td {
  padding: 18px 0 24px;
  border-top: 0;
  border-bottom: 1px solid var(--bigsoft-woo-border);
  vertical-align: middle;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
  position: relative;
  height: 76px;
  padding-left: 92px !important;
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.woocommerce-checkout .bigsoft-checkout-product-thumbnail {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 76px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bigsoft-woo-surface-soft);
}

.woocommerce-checkout .bigsoft-checkout-product-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.woocommerce-checkout .bigsoft-checkout-product-title {
  display: block;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
  display: block;
  margin-top: 5px;
  color: var(--bigsoft-woo-muted);
  font-size: 14px;
  font-weight: 500;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
  min-width: 100px;
  padding-left: 16px;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  padding: 14px 0;
  border-color: var(--bigsoft-woo-border);
  color: #171717;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.woocommerce form .form-row textarea {
  min-height: 110px;
}

.woocommerce-checkout #payment {
  padding-top: 8px;
  border-top: 2px solid #d8dbd7;
  border-radius: 0;
  background: transparent !important;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.form-row {
  padding: 18px 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: var(--bigsoft-woo-border);
}

/* The store uses the first enabled gateway; keep its input available to
   WooCommerce while hiding the payment selector from customers. */
.woocommerce-checkout #payment ul.wc_payment_methods,
.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: none !important;
}

.woocommerce-checkout #payment .place-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  flex: 0 0 100%;
}

.woocommerce-checkout #payment #place_order {
  float: none;
  width: min(100%, 300px);
  min-height: 54px;
  margin: 8px auto 0;
  border-color: var(--bigsoft-woo-accent);
  border-radius: 8px;
  background: var(--bigsoft-woo-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus {
  border-color: var(--bigsoft-woo-green-dark);
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: var(--bigsoft-woo-radius);
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 16px;
  border-bottom: 1px solid var(--bigsoft-woo-border);
  color: var(--bigsoft-woo-ink);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: var(--bigsoft-woo-green-dark);
  color: #fff;
}

/* Order received. */
.woocommerce-order-received .woocommerce-order {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 24px;
  align-items: start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--bigsoft-woo-ink);
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  display: none;
}

.bigsoft-thankyou-hero {
  grid-column: 1 / -1;
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 8px 0 0;
  padding: clamp(30px, 5vw, 54px) clamp(26px, 5vw, 58px) clamp(70px, 7vw, 86px);
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(194, 162, 132, 0.3), transparent 30%),
    linear-gradient(135deg, #18363e 0%, #2a4828 100%);
  box-shadow: 0 18px 48px rgba(24, 54, 62, 0.2);
}

.bigsoft-thankyou-hero__icon {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bigsoft-woo-accent);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.bigsoft-thankyou-hero__icon::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 29px;
  height: 15px;
  border-bottom: 4px solid var(--bigsoft-woo-ink);
  border-left: 4px solid var(--bigsoft-woo-ink);
  content: "";
  transform: rotate(-45deg);
}

.bigsoft-thankyou-hero__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #e3c7aa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bigsoft-thankyou-hero h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.2;
}

.bigsoft-thankyou-hero p {
  margin: 9px 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.bigsoft-thankyou-status {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
}

.bigsoft-thankyou-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.bigsoft-thankyou-shop-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--bigsoft-woo-transition), transform var(--bigsoft-woo-transition);
}

.bigsoft-thankyou-shop-link:hover {
  color: #e3c7aa;
  transform: translateX(2px);
}

.bigsoft-thankyou-status--pending,
.bigsoft-thankyou-status--on-hold {
  border-color: rgba(234, 214, 191, 0.55);
  background: rgba(194, 162, 132, 0.2);
  color: #fff4e8;
}

.bigsoft-thankyou-status--refunded,
.bigsoft-thankyou-status--cancelled {
  border-color: rgba(217, 222, 219, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.woocommerce-order-received .woocommerce-order-overview {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin: -58px 24px 8px !important;
  padding: 10px !important;
  border: 1px solid rgba(228, 232, 226, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(24, 54, 62, 0.13);
  backdrop-filter: blur(8px);
}

.woocommerce-order-received .woocommerce-order-overview li {
  float: none !important;
  box-sizing: border-box;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 15px 16px !important;
  border: 0 !important;
  border-right: 1px solid var(--bigsoft-woo-border) !important;
  border-radius: 8px;
  background: transparent;
  color: var(--bigsoft-woo-muted);
  font-size: 11px;
  letter-spacing: 0.07em;
}

.woocommerce-order-received .woocommerce-order-overview li:last-child {
  border-right: 0 !important;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: var(--bigsoft-woo-ink);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.3;
}

.woocommerce-order-received .woocommerce-order-overview li.woocommerce-order-overview__total strong {
  color: var(--bigsoft-woo-green-dark);
}

.bigsoft-thankyou-contact {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  padding: clamp(22px, 3.5vw, 34px);
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: 18px;
  background: var(--bigsoft-woo-surface);
  box-shadow: 0 8px 26px rgba(24, 54, 62, 0.07);
  color: var(--bigsoft-woo-ink);
}

.bigsoft-thankyou-contact__header h2 {
  margin: 0 0 6px;
  color: var(--bigsoft-woo-ink);
  font-size: clamp(22px, 2.5vw, 28px);
}

.bigsoft-thankyou-contact__header p {
  margin: 0;
  color: var(--bigsoft-woo-muted);
}

.bigsoft-thankyou-contact__details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 24px 0;
}

.bigsoft-thankyou-contact__item {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: 12px;
  background: #f8faf7;
}

.bigsoft-thankyou-contact__item dt {
  margin-bottom: 6px;
  color: var(--bigsoft-woo-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bigsoft-thankyou-contact__item dt span {
  margin-left: 5px;
  color: var(--bigsoft-woo-green);
}

.bigsoft-thankyou-contact__item dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--bigsoft-woo-ink);
  font-size: 15px;
  font-weight: 600;
}

.bigsoft-thankyou-contact__item a,
.bigsoft-thankyou-support a {
  color: var(--bigsoft-woo-green-dark);
  text-decoration: underline;
  text-decoration-color: rgba(42, 72, 40, 0.32);
  text-underline-offset: 3px;
}

.bigsoft-thankyou-contact__item a:hover,
.bigsoft-thankyou-support a:hover {
  color: var(--bigsoft-woo-accent);
}

.bigsoft-thankyou-support {
  padding: 20px 22px;
  border-left: 4px solid var(--bigsoft-woo-accent);
  border-radius: 10px;
  background: #faf7f2;
}

.bigsoft-thankyou-support p {
  margin: 0;
  color: #43504a;
  line-height: 1.7;
}

.bigsoft-thankyou-support p + p {
  margin-top: 8px;
}

.woocommerce-order-received .woocommerce-order-details {
  grid-column: 1;
  grid-row: 3;
  margin-top: 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--bigsoft-woo-border);
  border-radius: 18px;
  background: var(--bigsoft-woo-surface);
  box-shadow: 0 8px 26px rgba(24, 54, 62, 0.07);
}

.woocommerce-order-received .woocommerce-order-details__title {
  margin: 0 0 22px;
  color: var(--bigsoft-woo-ink);
  font-size: clamp(23px, 2.7vw, 30px);
}

.woocommerce-order-received .woocommerce-order-details table.order_details {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-order-received .woocommerce-order-details table.order_details th,
.woocommerce-order-received .woocommerce-order-details table.order_details td {
  border-color: var(--bigsoft-woo-border);
}

.woocommerce-order-received .woocommerce-order-details table.order_details thead th {
  padding: 12px 0;
  color: var(--bigsoft-woo-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-details td.product-name {
  position: relative;
  height: 84px;
  padding: 20px 16px 20px 104px !important;
  color: var(--bigsoft-woo-ink);
  font-weight: 600;
}

.bigsoft-order-product-thumbnail {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 84px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
  background: var(--bigsoft-woo-surface-soft);
}

.bigsoft-order-product-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.bigsoft-order-product-title {
  display: block;
  color: var(--bigsoft-woo-ink);
  font-size: 16px;
  line-height: 1.45;
}

.woocommerce-order-received .woocommerce-order-details .bigsoft-order-product-quantity {
  display: block;
  margin-top: 7px;
  color: var(--bigsoft-woo-muted);
  font-size: 13px;
  font-weight: 500;
}

.woocommerce-order-received .woocommerce-order-details .bigsoft-order-product-quantity .product-quantity {
  display: inline;
  margin: 0 0 0 3px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-order-received .woocommerce-order-details td.product-name .wc-item-meta {
  margin: 7px 0 0;
  padding: 0;
  color: var(--bigsoft-woo-muted);
  font-size: 13px;
}

.woocommerce-order-received .woocommerce-order-details td.product-total {
  min-width: 120px;
  padding-right: 0 !important;
  color: var(--bigsoft-woo-ink);
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.woocommerce-order-received .woocommerce-order-details tfoot th,
.woocommerce-order-received .woocommerce-order-details tfoot td {
  padding: 14px 0;
}

.woocommerce-order-received .woocommerce-order-details tfoot td {
  color: var(--bigsoft-woo-ink);
  font-weight: 600;
  text-align: right;
}

.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child th,
.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child td {
  padding-top: 18px;
  color: var(--bigsoft-woo-green-dark);
  font-size: 19px;
  font-weight: 700;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received .woocommerce-notice--error {
  padding: 22px 24px 22px 54px;
  border: 1px solid #f0c5c1;
  border-radius: 14px;
  background: #fff6f5;
}

@media (max-width: 1199px) {
  .woocommerce .custom-content-category ul.products,
  .bigsoft-home-product-loop ul.products,
  .single-product section.related ul.products,
  .single-product section.upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 991px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-order-received .woocommerce-order {
    grid-template-columns: minmax(0, 1fr);
  }

  .bigsoft-thankyou-hero,
  .woocommerce-order-received .woocommerce-order-overview,
  .bigsoft-thankyou-contact,
  .woocommerce-order-received .woocommerce-order-details {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-order-received .woocommerce-order-details {
    grid-row: 3;
  }

  .bigsoft-thankyou-contact {
    grid-row: 4;
  }

  .woocommerce-checkout form.checkout.woocommerce-checkout {
    display: block;
  }

  .woocommerce-checkout form.checkout #customer_details {
    margin-bottom: 28px;
  }

  .woocommerce-checkout form.checkout #order_review_heading {
    margin-top: 0;
  }

  .bigsoft-thankyou-contact__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bigsoft-thankyou-contact__item--social {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .single-product div.product .custom-shape-product > .woocommerce-product-gallery,
  .single-product div.product .custom-shape-product > .woo-variation-product-gallery,
  .single-product div.product .custom-shape-product > .summary {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .single-product div.product .custom-shape-product > .woocommerce-product-gallery,
  .single-product div.product .custom-shape-product > .woo-variation-product-gallery {
    margin-bottom: 28px !important;
  }

  .single-product div.product form.cart .variations th,
  .single-product div.product form.cart .variations td {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .single-product div.product form.cart .variations select {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title,
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon {
    padding: 104px 20px 30px;
    border-radius: 18px;
  }

  .woocommerce .custom-content-category > .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .woocommerce .custom-content-category ul.products,
  .bigsoft-home-product-loop ul.products,
  .single-product section.related ul.products,
  .single-product section.upsells ul.products {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .woocommerce ul.products li.product .bigsoft-product-actions {
    grid-template-columns: 1fr;
  }

  .woocommerce ul.products li.product .bigsoft-product-actions.bigsoft-product-actions--added {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product div.product .flex-control-thumbs {
    grid-auto-columns: calc((100% - 30px) / 4);
    gap: 10px;
  }

  .woocommerce .woocommerce-breadcrumb {
    flex-wrap: nowrap;
    margin-bottom: 22px;
    padding: 10px 12px;
    overflow-x: auto;
    font-size: 12px;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .woocommerce nav.woocommerce-pagination ul {
    gap: 6px;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 38px;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .woocommerce-cart .cart_totals,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout form.checkout #order_review,
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 18px;
  }

  .woocommerce-checkout #customer_details {
    padding: 0;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .woocommerce-checkout .bigsoft-checkout-section-title {
    margin-bottom: 24px;
  }

  .woocommerce-checkout form.checkout #order_review_heading {
    padding: 24px 20px 16px;
  }

  .woocommerce-checkout form.checkout #order_review {
    padding: 0 20px 22px;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name {
    height: 62px;
    padding-left: 74px !important;
    font-size: 14px;
  }

  .woocommerce-checkout .bigsoft-checkout-product-thumbnail {
    width: 62px;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
    min-width: 72px;
    padding-left: 10px;
    font-size: 14px;
  }

  .single-product div.product form.cart .single_add_to_cart_button {
    box-sizing: border-box;
    flex: 1 1 150px;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.25;
  }

  .single-product div.product form.cart:not(.variations_form),
  .single-product div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }

  .single-product div.product form.cart .quantity {
    flex: 0 0 86px;
    min-width: 86px;
    min-height: 44px;
    margin: 0;
  }

  .single-product div.product form.cart .quantity .qty {
    width: 54px;
    min-height: 42px;
  }

  .bigsoft-thankyou-hero {
    align-items: flex-start;
    gap: 16px;
    padding: 26px 22px 62px;
    border-radius: 18px;
  }

  .bigsoft-thankyou-hero__icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .bigsoft-thankyou-hero__icon::before {
    top: 14px;
    left: 12px;
    width: 24px;
    height: 12px;
    border-width: 0 0 3px 3px;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
    margin: -46px 10px 24px !important;
    padding: 7px !important;
  }

  .woocommerce-order-received .woocommerce-order-overview li {
    padding: 13px !important;
    border-right: 0 !important;
    background: var(--bigsoft-woo-surface-soft);
  }

  .bigsoft-thankyou-contact__details {
    grid-template-columns: 1fr;
  }

  .bigsoft-thankyou-contact__item--social {
    grid-column: auto;
  }

  .bigsoft-thankyou-support {
    padding: 17px 18px;
  }

  .woocommerce-order-received .woocommerce-order-details td.product-name {
    height: 64px;
    padding-left: 76px !important;
  }

  .bigsoft-order-product-thumbnail {
    width: 64px;
  }

  .woocommerce-order-received .woocommerce-order-details td.product-total {
    min-width: 88px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woocommerce *,
  .woocommerce *::before,
  .woocommerce *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
