/*
Theme Name: W2W Flooring

WooCommerce styles override
*/

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

table.shop_table_responsive tbody th {
	display: none;
}

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 */
}


@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: 32px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50) !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: 24px;
    letter-spacing: 0.64px;
    position: absolute;
    right: 10px;
    top: 110px;
    z-index: 99999;
}
.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;	
}
.product-card:hover{
	border-radius: 20px;
    border: 1px solid rgba(180, 180, 179, 0.40);
    background: #F5FBF9;
    box-shadow: 0 0 12px -2px rgba(54, 54, 53, 0.16);
}
/* ====== PRODUCT IMAGE ====== */
.product-thumb {
  position: relative;
  overflow: hidden;
}
.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;	
}
.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;

}

/* ====== 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;
}
.title-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

/* Overlay */
.product-share-overlay {
  position: fixed;
  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;
}

/* Popup Box */
.product-share {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    width: 250px;
    position: relative;
    animation: fadeIn 0.3s ease;
    left: 40%;
    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-sample{
	display: flex;
	padding: 17px 32px;
	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;
}
.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: 20px; /* 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;
}

/* ====== 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;
}
.price-line::after {
  content: " per sqm";
  font-weight: bold;
  font-size: 13px;
    margin-left: 0px;
    color: #444;
    top: -7px;
    position: relative;
}

/* ====== 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: 12px;
}
.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: 16px;
  margin: 8px 0;
}

.product-swatches .swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  overflow:hidden;
}
.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 20px 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.50);	
	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-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
}

.category-tabs .tab {
    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-tabs .tab:hover{
display: inline-flex;
padding: 10px 12px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 20px;
border: 1px solid #1F8462;
background: #E0F9F0;
height: 54px;	
}
.category-tabs .tab.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: 25px 0px 15px; /* space below before filters/sort buttons */
}

.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.50);
}

.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.50);
    box-shadow: 0 2px 12px -2px rgba(54, 54, 53, 0.20);
    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; }
}

@media (max-width: 600px) {
  .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 .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 .42s cubic-bezier(.22,.9,.29,1);
  z-index: 10002;
  max-width: 1132px;
  width: calc(100% - 32px); /* responsive fallback */
  height: 744px;
  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: 30px;
}

/* close button */
.custom-shop-footer-close {
  position: absolute;
  right: 18px;
  top: 14px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10003;
}

/* 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: 70vh; /* 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: 724px;
}

.yith-wcwl-add-to-wishlist-button__label{
	display:none;

}
.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;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img{
	width:32px !important;
	height:32px !important;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover{
display: inline-flex;
padding: 4px 6px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 20px;
background: rgba(48, 166, 127, 0.80);	
	
}
.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{
	display:block;
	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 .22s ease,
    transform .22s cubic-bezier(.2,.9,.2,1),
    margin-left .22s ease,
    max-width .22s ease;		
}
.add-to-compare img{
	width:32px !important;
	height:32px !important;
}
.yith-wcwl-add-to-wishlist-button--added img{
	background: #4fae96;
    padding:3px;
}

@media screen and (max-width:767px){
	.sort-dropdown{
		left: auto;
        right: 0;
        width: 170px;
		border-radius: 15px;
	}
	.sort-dropdown li{
		padding: 0px 12px;
	}
	.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;
	}
	.price-line {
		display: none;
	}
	.product-swatches{
		gap:7px;
		margin: 15px 0 10px;
	}
	.product-swatches .swatch {
		width: 18px;
		height: 18px;
		border-radius: 100%;
		border: 1px solid rgba(54, 54, 53, 0.50);
		flex: 0 0 18px;
	}
	.product-swatches .swatch img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 100%;
	}
	.custom-product-grid{
		gap:0!important;
	}
	
	
}