/* Southline - Customizer CSS */

.row row--wrapper .hfg-slot.right .builder-item.desktop-left {
  margin-left: 0px !important;
}
.header--row-inner .hfg-slot.right .builder-item.desktop-left.hfg-is-group {
  margin: 0 !important;
}
.item--inner.builder-item--header_cart_icon {
  margin-left: 60px !important;
}
.sl-auth-group {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 4px;
}
a.cart-icon-wrapper {
  border: 1.5px solid #000 !important;
  height: 50px !important;
  border-radius: var(--border-radius) !important;
}
.header--row-inner input.search-field {
  height: 50px !important;
}
.sl-contact-group {
  margin-top: 7px !important;
}
.header--row-inner input.search-field {
  border: 1.5px solid transparent !important;
  border-radius: var(--border-radius) !important;
}
.cart-icon-wrapper .cart-count {
  margin-right: 20px !important;
}
a.cart-icon-wrapper::after {
  content: "items";
  font-weight: 300 !important;
  color: #000;
  position: relative !important;
  right: 22px !important;
}

.product_slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px;
  padding: 4% 0;
}
.single_product {
  padding: 11px !important;
  background: #fff;
  border-radius: var(--border-radius);
}
.color_style_option p {
  font-size: 13px !important;
  line-height: 100%;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: var(--border-radius);
  color: #fff;
  text-transform: uppercase;
  left: 2px;
  position: relative;
  font-weight: 600;
}
.p_delivery p:first-child {
  font-size: 13px !important;
  line-height: 100%;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: var(--border-radius);
  color: #fff;
  text-transform: uppercase;
  left: 2px;
  /* position: relative; */
  font-weight: 600;
  background: #73cf11;
}
.p_delivery p:last-child {
  font-size: 13px !important;
  line-height: 100%;
  margin-bottom: 0;
  padding: 5px 10px;
  border-radius: var(--border-radius);
  color: #fff;
  text-transform: uppercase;
  left: 2px;
  /* position: relative; */
  font-weight: 600;
  background: #e83e8c;
}
.p_detail h3 {
  margin-bottom: 0px;
  font-size: 22px !important;
  color: #495057;
  font-weight: bold;
  text-transform: math-auto !important;
}
.p_attribute .circle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  box-shadow: inset 1px 1px 3px rgb(0, 0, 0, 0.5) !important;
}
.partner-section h2.vc_custom_heading {
  font-size: 40px !important;
  color: #495057 !important;
  font-weight: bold !important;
  margin-bottom: 2px !important;
  text-transform: math-auto;
}


.process_section .wpb_wrapper {
  display: flex;
  padding: 10px 10px 0px 11px;
  gap: 30px !important;
}


.red-box p {
  margin-top: 7px !important;
}
.green-box p {
  margin-top: 3px !important;
}
.purple-box .wpb_wrapper {
  background: #fff;
  padding: 12px !important;
  padding-top: 13px !important;
}
.cyan-box .wpb_text_column.wpb_content_element {
  margin-bottom: 8px !important;
}
.green-box .wpb_text_column.wpb_content_element {
  margin-bottom: 36px !important;
}
.partner-section h2.vc_custom_heading {
  font-size: 40px !important;
  color: #495057 !important;
  font-weight: bold !important;
  margin-bottom: 2px !important;
  text-transform: math-auto;
}
span.green-text {
  color: #149d1f !important;
}
.cta_section .vc_row-fluid.cta-section {
  max-width: 1280px !important;
  margin: auto !important;
}
.small_banner .vc_column-inner {
  padding: 7.5px !important;
}
.small_banner .wpb_column.vc_column_container {
  padding: 0px !important;
}
/* For space issue fix */
.small_banner {
  margin: var(--gap) auto 0 !important;
}
.home_slider .banner_slider_item {
  display: block !important;
}
.small_banner .vc_column-inner {
  padding: 0 !important;
}
.small_banner .vc_single_image-wrapper,
.small_banner .wpb_wrapper,
.small_banner .wpb_content_element {
  height: 100% !important;
}
.small_banner > .wpb_column:not(:last-child) {
  padding-right: var(--gap) !important;
}
.small_banner .wpb_content_element {
  margin: 0 !important;
}
/* end css for space issue fix */
body {
	background: #F5F5F7;
}
.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0!important;
	padding: 0!important;
}
.product-category {
	width: 220px !important;
}
.product-category {
	padding: 0px !important;
	padding-block: 40px !important;
}
.product-category a {
	gap: 20px !important;
}
/* sameed css  */

@media (max-width: 767px) {
	/* your css here */


	.site-logo img {
		max-width: 100% !important;
		width: 130px !important;
	}
}
.splide__arrows.splide__arrows--ltr 
.splide__arrow.splide__arrow--prev, .splide__arrows.splide__arrows--ltr 
.splide__arrow.splide__arrow--next {
	top: 105% !important;
	z-index: 999999!important;
}
.splide__arrows.splide__arrows--ltr 
.splide__arrow.splide__arrow--prev, .splide__arrows.splide__arrows--ltr 
.splide__arrow.splide__arrow--next {
	top: 115% !important;
	z-index: 999999!important;
	background: none !important;
}

.header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle {
	position: relative;
	color: #000 !important;
}
button.navbar-toggle {
	color: #000;
}

/* Tablet to Mobile */
@media (max-width: 1024px) {
	[data-row-id] .row {
		justify-content: space-between;
	}
}


.banner_slider{
	padding-left:0;
}
.banner_slider .slick-track{
	gap:0 !important;
}


:root {
	--products-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
}
header.header,
.header-grid,
.header-row,
.header-main,
.header-row-inner,
.site-header {
	border-bottom: none !important;
	box-shadow: none !important;
}

.primary-menu-ul a {
	color: #202020 !important;
	font-size: 16px !important;
}
.header--row-inner.header-top-inner *:not(.htb_phone_field, .htb_phone_field *, .cart-icon-wrapper, .cart-icon-wrapper *) {
	color: #202020 !important;
	font-weight: 400 !important;
}

.header-top-inner .primary-menu,
.header-top-inner .nav-menu {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
}


.header-top-inner .primary-menu > li,
.header-top-inner .nav-menu > li {
	white-space: nowrap;
}

.header-top-inner .primary-menu > li {
	margin-right: 15px;
}


.toggle-palette {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	gap: 6px;
}


.toggle-palette::before,
.toggle-palette::after {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #202020;
	white-space: nowrap;
}

/*Text before & after toggle */
.toggle-palette::before {
	content: "inc VAT";
}

.toggle-palette::after {
	content: "exc VAT";
} 

&.splide__arrow--next {
	right: 0 !important;
	left: 0 !important;
	transform: translateY(0) !important;
}
.p_detail h5 {
	margin: 0px;
}
.product_additional_tags {
	display: flex;
	gap: 10px;
	padding-left: 16px !important;
	padding-bottom: 10px;
	justify-content: start !important;
	flex-direction: row-reverse !important;
}
p.tag.tag-new-colour {
	background: #24A0EE !important;
}
p.tag.tag-organic {
	background: #73CF11 !important;
}
button.splide__arrow.splide__arrow--prev{
	left: auto !important;
	right: calc(-8px + 15px) !important; /* gap = 15px */
	transform: translate(-100%, -50%) !important;
}
button.splide__arrow.splide__arrow--next {
	position: absolute;
	left: auto !important;
	top: calc(100% + 30px) !important;
	right: 0;
}
button.splide__arrow[disabled]{
	opacity: 0.6 !important;
}
p.tag.tag-new-style {
	background: #F3BB2E !important;
}
.splide__pagination {
	bottom: -2.5rem;
	display: none;

}

.sl-divider {
	color: #4a5568;
	font-weight: 300;
}
.header--row-inner .builder-item.desktop-left {
	width: 100%;
}
.header--row-inner .builder-item.desktop-left {
	padding: 0;
}
.header--row-inner .builder-item img.neve-site-logo.skip-lazy {
	width: 236px;

}
.header--row-inner .search-submit.nv-submit {
	display: none;
}
.header--row-inner input.search-field {
	width: 364px;
	border: 2px solid transparent !important;
	border-radius: 10px !important;
	border-image-slice: 1 !important;
	background-image: linear-gradient(#F5F5F7, #F5F5F7), linear-gradient(90deg, #88D2ED, #AF33FF, #FDDABD, #F3BB2E, #EE2D24) !important;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	height: 50px !important;
	margin-right: 15px;
}
/* .site-logo img {
margin-left: 20px;
} */
.header-top-inner .row.row--wrapper {
	grid-template-columns: 1fr auto !important;
	justify-content: center !important;
	align-items: center !important;
}  
.sl-contact-group {
	margin-top: 10px;
}
.header--row-inner a.cart-icon-wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
a.cart-icon-wrapper::after {
	content: 'items';
	font-weight: 300 !important;
	color: #000;
}
a.sl-phone-link {
	display: flex;
	margin-top: 3px;
}
.cart-icon-wrapper .cart-count {
	background: var(--nv-light-bg);
	color: var(--nv-text-color);
	position: absolute;
	/* font-size: .6em; */
	padding: 3px;
	bottom: -7px;
	right: -13px;
	font-weight: 800;
	line-height: 0; 
	border-radius: 3px;
	order: 3;
	color: #000 !important;
	margin-top: 1px;
}
a.cart-icon-wrapper {
	border: 1px solid #000;
	border-radius: 8px;
	padding: 3px 10px;
}
.cart-icon-wrapper .nv-cart {
	display: flex;
	margin-left: 10px;
}
li#menu-item-4603 a {
	font-weight: bold !important;
}
li#menu-item-57355 a {
	color: #ED5A24 !important;
}
/* .builder-item {
padding-right: 80px;
} */
.banner-product-section img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 129px !important;
}

/* Title */
.woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-top: auto;
	color: #111;
}

/* Price */

.woocommerce ul.products li.product .price {
	text-align: center;
	font-size: 14px;
	margin-top: 6px;
}
/* .woocommerce ul.products {
	display: flex;
	gap: 24px;
} */
.woocommerce ul.products{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.home-banner {
	margin-top: 0;
}
.slick-track {
	display: flex !important;
	gap: var(--gap) !important;
}
.nv-card-content-wrapper {
	padding: 15px;
}
h2.woocommerce-loop-product__title {
	font-size: 10px !important;
	color: #495057 !important;
	font-weight: 100;
}
.figma-product-card span.price {
	display: none !important;
}
span.price {
	display: none !important;
}
.vc_column-inner {
	position: relative;
}
h2.woocommerce-loop-category__title {
	text-align: center !important;
	font-size: var(--font-size-regular) !important;
	text-transform: capitalize !important;
}

.woocommerce ul.products li.product {
	height: 100%;
	display: flex;
	justify-content: center;
	width: 100% !important;
}
@media (max-width: 768px) {
	.best_selling_section h2.vc_custom_heading::after {
		content: "";
		left: auto !important;
		right: 91px !important;
		top: 9px !important;
	}
	.best_selling_section .vc_btn3.vc_btn3-size-md {
		margin-top: 25px;
	}
	.best_selling_section .vc_btn3.vc_btn3-size-md {
		margin-top: 25px;
	}
}



/*  Shop Now button */ 
a.shownow_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 47px;
	min-height: 52px;
	background: #50B848;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	border: none;
	box-shadow: 0 10px 24px rgba(76, 175, 80, 0.35);
	transition: all 0.25s ease;
}

/* Hover effect */
a.shownow_btn:hover {
	transform: translateY(-2px);
}
.slick-list{
	overflow-y: visible !important;
}
/* Active / click */
a.shownow_btn:active {
	transform: translateY(0);
	box-shadow: 0 8px 18px rgba(76, 175, 80, 0.3);
}

@media (min-width: 2560px) {
	.shownow_btn {

		left: 8% !important;
		bottom: 18%!important;
		font-size: 22px !important;
	}
}

.splide:hover {
	box-shadow: unset !important;
	background: none;
}

/* Targets WPBakery Single Image container/wrapper */
.small_banner.wpb_single_image,
.vc_single_image-wrapper,
.wpb_content_element.wpb_single_image,
.vc_single_image-el {
	border-radius: var(--border-radius) !important;     /* Makes the container fully circular */
	overflow: hidden;                  /* Very important – clips the image inside the round container */
	/* Optional: add bg if image doesn't fill perfectly */
}

/* Ensures the image fills the round container nicely */
.small_banner .wpb_single_image img,
.small_banner .vc_single_image img,
.small_banner .wpb_single_image .vc_single_image-el img {
	border-radius: 0 !important;       /* Reset img radius so container controls shape */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;             
	display: block;
}
.banner_slider .slick-dots {
	list-style: none;
	display: flex;
	gap: 10px;
	justify-content: end;
	margin-left: -142px;
	margin-bottom: 47px;
}
.banner_slider .slick-dots button {
	padding: 0;
	line-height: 1;
	width: 20px;
	height: 20px !important;
	border-radius: 100%;
	font-size: 0;
	background: color-mix(in oklch, #CACACA 30%, white);
	border-radius: 100% !important;
	transition: all .4s linear;

}
.banner_slider .slick-dots li.slick-active button {
	width: 40px;
	height: 20px;
	border-radius: 10px !important;
}
.banner_slider .slick-dots li.slick-active button::before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #CACACA;
}
.slick-list {
	padding: 0 !important;
}
.home-banner .banner_slider {
	padding-left: 8% !important;
	padding-right: 9% !important;
}
.banner_slider .slick-dots {
	position: absolute;
	right: auto !important;
	left: auto !important;
	bottom: -40px;
	margin: 0;
	justify-content: center !important;
}
.home_slider {
	margin-bottom: 0;
}
.home_slider .banner_slider_item {
	padding: 0 !important;
}



.product_slider {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	padding:4% 0
}
.p_img {
	position: relative;
	display: block;
}
.p_logo {
	position: absolute;
	top: 5px;
	left: 5px;
}
.p_img img {
	border-radius: var(--border-radius);
}
.single_product {
	padding: 5px;
	background: #fff;
	border-radius: var(--border-radius);
}
.color_style_option {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 10px;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
}
.color_style_option p {
	font-size: 9px;
	line-height: 100%;
	margin-bottom: 0;
	padding: 5px 10px;
	border-radius: var(--border-radius);
	color: #fff;
	text-transform: uppercase;
	left: 2px;
	position: relative;
	font-weight: 600;
}
.color_style_option .color p{
	background:#21A2F7;
}
.color_style_option .style p{
	background:#EEBE34;
}
.p_attribute {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 5px 0 15px 0;
}
.p_attribute .circle {
	width: 16px;
	height: 16px;
	border-radius: 100%;
}
.circle.color_1 {
	background: #133F76;
}
.circle.color_2 {
	background: #98A0AA;
}
.circle.color_3 {
	background: #75CF0F;
}
.circle.color_4 {
	background: #926F90;
}
.circle.color_5 {
	background: #000000;
}
.circle.color_6 {
	background: #A2A29A;
}
.best_selling_section h2.vc_custom_heading {
	margin-bottom: 2px;
	font-weight: bold !important;
	text-transform: math-auto;
}
.best_selling_section .vc_btn3.vc_btn3-size-md {
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff !important;
}
.best_selling_section h2.vc_custom_heading {
	position: relative;
	display: inline-block; /* important */
	/* space for icon */
}

.best_selling_section h2.vc_custom_heading::after {
	content: "";
	position: absolute;
	right: -31px;
	top: -8px; /* move icon upward like figma */

	width: 30px;
	height: 29px;

	background-image: url("https://southline.co.uk/wp-content/uploads/2026/02/Vector-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.p_detail h3 {
	margin-bottom: 0px;
	font-size: 17px;
	color: #495057;
	font-weight: bold;
}
.p_detail p {
	font-size: 14px;
	color: #495057;
	margin-bottom: 3px;
}
.price span {
	font-weight: bold;
}
.converter {
	color: #7E7E7E;
	font-weight: normal !important;
	font-size: 13px;
}
.p_delivery {
	display: flex;
	gap: 10px;
}
.p_delivery p {
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 0;
	padding: 5px 10px;
	border-radius: 20px;
	/* color: #fff; */
	text-transform: uppercase;
	left: 2px;
	/* position: relative; */
	font-weight: 600;
}
.p_delivery p:first-child {
	font-size: 9px;
	line-height: 100%;
	margin-bottom: 0;
	padding: 5px 10px;
	border-radius: 20px;
	color: #fff; 
	text-transform: uppercase;
	left: 2px;
	/* position: relative; */
	font-weight: 600;
	background: #73CF11;
}
.p_delivery p:last-child {
	font-size: 9px;
	line-height: 100%;
	margin-bottom: 0;
	padding: 5px 10px;
	border-radius: 20px;
	color: #fff; 
	text-transform: uppercase;
	left: 2px;
	/* position: relative; */
	font-weight: 600;
	background: #E83E8C;
}
.price {
	padding-left: 18px;
}
.p_delivery {
	display: flex;
	gap: 10px;
	padding-left: 18px;
	padding-bottom: 10px;
}
.p_detail {
	padding-left: 18px;
}
.best_selling_section .vc_btn3-container.vc_btn3-right {
	margin-bottom: 0px !important;
}
.best_selling_section .product_slider {
	padding: 0 !important;
}
.process_section .wpb_wrapper {
	display: flex;
	padding: 10px 10px 0px 11px;
}
.process_section h2.vc_custom_heading {
	font-size: 48px;
	font-weight: bold !important;
	color: #495057 !important;
	text-transform: math-auto;
}
.process_section_wrap .vc_column-inner {
	border: 2px solid #690FF0;
	/* display: flex; */
	/* padding: 37px; */
	padding: 19px 31px 0 26px;
	border-radius: var(--border-radius);
}
.step_purple .wpb_content_element {
	margin-bottom: 38px !important;
}
.step_green .wpb_content_element {
	margin-bottom: 38px !important;
}

span.steps {
	color: #690FF0;
	font-size: large;
	font-weight: bold;
}
.process_section_wrap p {
	color: #690FF0;
	font-size: large;
}
.process_section_wrap .wpb_column:nth-child(2) p {
	color:#0088FF;
	font-size: large;
}
.process_section_wrap .wpb_column:nth-child(3) p {
	color:#00A9CC !important;
	font-size: large;
}
.process_section_wrap .wpb_column:nth-child(4) p {
	color:#34C759 !important;
	font-size: large;
}
span.blue_pro {
	color: #0088FF !important;
	font-size: large;
	font-weight: bold;
}
span.navy_pr0 {
	color:#00A9CC;
	font-size: large;
	font-weight: bold;
}
span.green_pro {
	color:#34C759;
	font-size: large;
	font-weight: bold;
}
.our-brands {
	.our-brands-heading {
		h2.featured-categories-heading {
			margin-bottom: 0px !important;
			text-transform: math-auto;
		}
	}
	
	.vc_inner {
		background: #fff !important;
		border-radius: var(--border-radius);
		padding: 17px;
	}
	img.attachment-full {
		/* align-items: center; */
		display: flex;
		margin: auto !important;
	}
}
span.green-text {
	color: #34C759;
}
.partner-section h2.vc_custom_heading {
	font-size: 40px !important;
	color: #495057 !important;
	font-weight: bold !important;
	margin-bottom: 2px !important;
	text-transform: math-auto;
}
.partner-section p {
	font-size: 20px;
	color: #495057 !important;
}
.best_selling_section .wpb_text_column .wpb_wrapper p {
	font-size: 20px;
	color: #495057;
}
.partner-section .wpb_raw_code.wpb_content_element.wpb_raw_html {
	margin: 0px !important;
}
.custom-heading {
	font-size: 40px !important;
	color: #495057 !important;
	font-weight: bold !important;
	margin-bottom: 2px !important;
	text-transform: math-auto;
}
.purple-box .wpb_wrapper {
	background: #fff;
	padding: 10px;
}
.purple-box .wpb_single_image.wpb_content_element.vc_align_left {
	margin-bottom: 2px;
}

.red-box p {
	margin-top: 8px !important;
}
.cta_section.vc_custom_1771100683370.vc_section-has-fill {
	padding-top: 20px !important;
}
.cyan-box .wpb_single_image.wpb_content_element.vc_align_left {
	margin-bottom: 0px;
}

.green-box .wpb_single_image.wpb_content_element.vc_align_left {
	margin-bottom: 0px;
}

.red-box .wpb_single_image.wpb_content_element.vc_align_left {
	margin-bottom: 0px;
}
.cyan-box .wpb_text_column.wpb_content_element {
	margin-bottom: 3px !important;
}
.cyan-box p {
	margin-top: 9px;
}
span.purple-text {
	color: #CB30E0;
	font-weight: bold;
}
span.cyan-text {
	color: #0088FF;
	font-weight: bold;
}
span.green-p {
	color: #34C759;
	font-weight: bold;
}
span.red-text {
	color: #FF5F57;
	font-weight: bold;
}

.footer-content-wrap a {
	color: #495057 !important;
	font-size: 14px;
}
.nv-footer-content .item--inner.builder-item--footer-menu.has_menu:before {
	content: 'Info';
	width: 100%;
	height: 100% !important;
	color:#495057 !important;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 17%;
	/* bottom: 0px !important; */
	/* right: 10px !important; */
}
.nv-footer-content ul#footer-menu {
	padding-top: 63px;
	position: relative;
}
.footer-content-wrap p.widget-title {
	font-size: 14px !important
}
.builder-item--footer-one-widgets p {
	font-size: 14px !important;
	font-weight: bold;
}
.footer-content-wrap div#media_image-3 {
	margin-bottom: 0px;
}
.footer-content-wrap {
	padding: 2% !important;
}
.footer-content-wrap .widget li {
	margin-top: 0px !important;
}


.footer-top-bar {
	width: 100%;
}

.footer-top-inner {
	max-width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-social a {
	color: #495057 !important;
	font-size: 16px;
	font-weight: bold !important;
	text-decoration: none;
}

.footer-center-text {
	flex: 1;
	text-align: center;
	font-size: 16px;
	color: #495057 !important;
	max-width: 35%;
}

.footer-center-text a {
	color: #495057 !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.footer-right-text {
	font-size: 16px;
	color: #495057 !important;
	white-space: nowrap;
}
.footer-content-wrap .component-wrap {
	display: block;
	margin: 0 !important;
}
.home-banner .vc_row[data-vc-full-width] {
	overflow: visible;
}
.best_selling_section .vc_btn3.vc_btn3-size-md {
	transition: all 0.5s ease !important;
}
.best_selling_section .vc_btn3.vc_btn3-size-md:hover {
	background: #000 !important;
	color: #fff !important;
}











/* Make columns stretch */
.row.g-4 {
	display: flex;
	flex-wrap: wrap;
}

/* Make each column flex */
.row.g-4 > div {
	display: flex;
}

/* Make product card take full height */
.single_product {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.single_product h5,
.single_product p {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.p_detail h5 {
	margin: 0px;
	overflow-wrap: break-word;
}






/* header responsive */
@media (min-width: 768px) and (max-width: 1268px) {

	.primary-menu-ul li a {
		font-size: var(--font-size-small) !important;
	}
	.header--row-inner .row.row--wrapper {
		justify-content: stretch !important;
	}
	.sl-auth-group {
		position: relative !important;
		right: 0 !important;
	}
	.sl-phone-link {
		font-size: 20px !important;
	}
	.header--row-inner input.search-field {
		width: 230px !important;
	}
	.header--row-inner .builder-item img.neve-site-logo.skip-lazy {
		width: 160px !important;
	}
	.header-main-inner .hfg-slot.right {
		position: relative !important;
		padding: 0px !important;
	}

}





@media (max-width: 959px) {
	/* Your styles here */

	.hfg-slot.right {
		justify-content: flex-end !important;
		flex-direction: row;
	}
	.splide__slide .product-category img {
		margin: auto !important;
	}
}
@media (max-width: 768px) {

	.product-category {
		width: 100% !important;
	}

	.home-banner .splide__list {
		gap: 20px !important;
	}
	.footer-bottom-inner {
		display: flex;
	}
	.footer-right-text {
		margin: auto;
	}
	.cta-section {
		width: 100% !important;
	}
	.cta-section .wpb_column {
		width: 100%;
	}

	.custom-garments-printing .vc_row.wpb_row.vc_row-fluid.partner-section {
		width: 100% !important;
	}
	.custom-garments-printing br {
		display: none !important;
	}
	.garments_section {
		display: grid !important;
		gap: var(--gap);
		grid-template-columns: 1fr 1fr !important;
		width: 100%
	}
	.cta-section p {
		white-space: normal;
	}
	.cta-section p br {
		display: none !important;
	}
	.garments_section .vc_row:before, .vc_row:after {
		content: none !important;
		display: table;
	}
	.garments_section:before {
		content: none !important;
	}
	.garments_section .vc_col-sm-3 {
		width: 100%;
	}
}


@media (max-width: 440px) {
	.product-category {
		width: 100% !important;

	}
	.cta_section .vc_column-inner {
		padding-inline: 21px !important;
	}
	.cta-section {
		border-radius: var(--border-radius-medium);
		width: 100%;
	}
	.brand_section li {
		width: 50% !important;
	}
	.brand-carousel-item {
		margin: auto !important;
	}
	.partner-section p {
		font-size: 20px;
		color: #495057 !important;
	}
	.custom-garments-printing .vc_row.wpb_row.vc_row-fluid.partner-section {
		width: 100% !important;
	}
	.garments_section {
		width: 100%;
	}
	.best_selling_section .splide__list {
		width: 80%;
	}
	.partner-section p br {
		display: none !important;
	}
	.best-selling-products .splide__track {
		padding-inline: 0px !important;
	}

	.home-banner .splide__list {
		gap: 20px !important;
	}
	button.splide__arrow.splide__arrow--prev {
		left: auto;
		right: auto !important;
		transform: translate(800%, -50%) !important;
	}
	.splide__arrows.splide__arrows--ltr 
	.splide__arrow.splide__arrow--prev, .splide__arrows.splide__arrows--ltr 
	.splide__arrow.splide__arrow--next {
		top: 106% !important;
		z-index: 999999!important;
		background: none !important;
	}
	button.splide__arrow.splide__arrow--next {
		position: absolute;
		left: 300px !important;
		top: calc(100% + 30px) !important;
		right: auto !important;
	}
	.home-banner {
		padding-top: 4% !important;
		padding-bottom: 6% !important;
		background-color: #f5f5f7 !important;
	}
	.southline-footer-bottom 	.footer-bottom-inner {
		align-items: left !important;
	}
	.best_selling_section h2.vc_custom_heading::after {
		content: "";
		left: auto !important;
		right: 80px !important;
		top: 9px !important;
	}
	.best_selling_section .vc_btn3.vc_btn3-size-md {
		font-size: 14px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}




	/* anchorr best selling	 */

	.best_selling_section {
		anchor-name: --best-selling;
		position: relative;
		padding-bottom: 4% !important;
	}


	.best_selling_section .best-selling-right {
		position: absolute;
		bottom: 0;
		left: 50%;
		display: flex;
		justify-content: center;
		width: auto;
		transform: translate(-50%, 50%);
	}
	.best_selling_section .vc_btn3.vc_btn3-size-md:hover {
		background: #000 !important;
		color: #fff !important;
	}
}
@media (max-width: 425px) {
	.southline-footer-bottom .footer-bottom-inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
		text-align: left;
	}
	.footer-right-text {
		margin: 0px !important;
	}
	.footer-center-text a {
		font-size: 12px;
	}
	.footer-center-text {
		font-size: 12px;
	}
	.footer-col.footer-logo-col {
		justify-self: center;
	}
	.southline-footer-grid {
		display: grid;
		grid-template-columns: 1fr 1fr; 
		gap: 30px; 
	}
	.footer-logo-col {
		grid-column: span 2;
		text-align: center;
	}
	.footer-social {
		margin: auto;
	}
}




@media (max-width: 320px) {
	.footer-center-text {
		font-size: 10px;
	}
	.cta-section a {
		font-size: 22px;
	}
	button.splide__arrow.splide__arrow--prev {
		left: auto;
		right: auto !important;
		transform: translate(700%, -50%) !important;
	}
	button.splide__arrow.splide__arrow--next {
		position: absolute;
		left: 260px !important;
		top: calc(100% + 30px) !important;
		right: auto !important;
	}
}
@media (max-width: 440px) {
	.footer-center-text {
		font-size: 12px;
		margin: auto;
		white-space: normal;
		display: inline-flex;
		flex-direction: column;
	}
	.product-category {
		height: 100%;
		display: flex !important;
		background: #ffffff;
		border-radius: var(--border-radius-medium);
		padding: 10px;
		box-shadow: 0 0px 12px rgba(0, 0, 0, 0.10);
		transition: all 0.3s ease;
		justify-content: center;
		width: auto !important;
	}
	button.splide__arrow.splide__arrow--prev {
		left: auto;
		right: auto !important;
		transform: translate(700%, -50%) !important;
		display: none;
	}
	button.splide__arrow.splide__arrow--next {
		position: absolute;
		left: 260px !important;
		top: calc(100% + 30px) !important;
		right: auto !important;
		display: none !important;
	}
}
@media (max-width: 440px) {
	.home-banner .splide__list {
		/* gap: 20px !important; */
		width: 35% !important;
	}
	.home-banner .splide__track {
		padding-inline: 10px !important;
	}

	.garments_section {
		/* animation-fill-mode: backwards; */
		/* display: flex !important; */
		/* gap: var(--gap); */
		display: grid !important;
		grid-template-columns: 1fr !important;
	}
	.small_banner .vc_col-has-fill {
		padding: 0px !important;
	}
	.small_banner > .wpb_column:not(:last-child) {
		padding-right: 0 !important;
	}
	.small_banner {
		gap: 20px !important;
	}
	.home-banner .vc_row.wpb_row.vc_row-fluid.figma-product-card.vc_custom_1772133115552.vc_row-has-fill {
		padding-bottom: 0 !important;
	}
	.best_selling_section h2.vc_custom_heading::after {
		content: "";
		right: 57px;
		top: -1px;
	}
	.home-banner {
		padding-bottom: 0% !important;
	}

	.best_selling_section {
		padding-top: 0px !important;
	}
	.cta-section h2.vc_custom_heading {
		white-space: pre-wrap;
		text-transform: math-auto;
	}
	.cta-section p {
		margin-bottom: 5px;
		color: #000 !important;
		font-size: 21px;
		white-space: normal;
		line-break: unset !important;
	}
	.cta-section p br {
		display: none !important;
	}
	.southline-footer-bottom .footer-bottom-inner {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
		text-align: left;
	}
	.footer-right-text {
		margin: 0px !important;
		margin: auto !important;
	}
	.footer-center-text a {
		font-size: 12px;
	}
	.footer-center-text {
		font-size: 12px;
	}
	.footer-col.footer-logo-col {
		justify-self: center;
	}
	.southline-footer-grid {
		display: grid;
		grid-template-columns: 1fr 1fr; 
		gap: 30px; 
	}
	.footer-logo-col {
		grid-column: span 2;
		text-align: center;
	}
	.footer-social {
		margin: auto;
	}
}




/* carting page — legacy overrides removed in favor of responsive _cart.scss */

/* Alternative specific selector */
.primary-menu-ul.menu-desktop .menu-item > .wrap > a:hover {
	color: #0088FF !important;
}
/* Change main menu item text color on hover */
ul#nv-primary-navigation-top li.menu-item a {
	transition: all .5s ease;
}
/* Change the specific 'Deals' menu item to blue */
#menu-item-57355 a:hover{
	color: #0088FF !important;
}


.top-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

.filter-section h2 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}

.pills-grid {
	display: grid;
	grid-template-columns: repeat(6, auto);
	gap: 12px 10px;
	width: fit-content;
}

.pill {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid var(--border-color);
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	background: white;
	gap: 12px;
	min-width: 90px;
}

.pill .circle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.reset-section {
	padding-top: 36px;
}

.reset-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid #666;
	background: white;
	color: #333;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}

.select-section {
	display: flex;
	flex-direction: column;
}

.select-section label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}

.custom-select select {
	padding: 8px 30px 8px 12px;
	border: 1px solid var(--border-color);
	border-bottom: 2px solid #888;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	appearance: none;
	background: white;
	min-width: 250px;
	outline: none;
}

/* Grid */
.tshirt-grid {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 10px;
}

.product-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 5px 10px 5px;
	border: 1px solid transparent;
	cursor: pointer;
	position: relative;
	background: white;
	transition: all 0.2s;
}

.product-item.active {
	border-color: #ccc;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.product-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}

.product-image img {
	width: 90%;
	height: 90%;
	object-fit: contain;
}

.badge {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #3da9fc;
	color: white;
	font-size: 10px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 4px;
	white-space: nowrap;
}

.product-name {
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	color: #444;
}

.magnifier {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
	color: #111;
	display: none;
}

.product-item.active .magnifier {
	display: block;
}

/* Product Details Section */
.product-details-section {
	margin-top: 40px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.details-content {
	display: flex;
	gap: 30px;
	padding: 20px;
}

.details-left {
	width: 200px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex-shrink: 0;
}

.details-image-box {
	border: 1px solid #e0e0e0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
}

.details-image-box img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}

.magnifier-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
	color: #111;
}

.more-info-link {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: 500;
}

.details-right {
	flex: 1;
}

.details-right h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #333;
}

.size-stock-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: center;
}

.size-stock-table th {
	background-color: #f2f2f2;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
	color: #666;
	border: 1px solid #e0e0e0;
}

.size-stock-table td {
	padding: 10px;
	font-size: 12px;
	color: #333;
	border: 1px solid #e0e0e0;
	font-weight: 500;
}

.size-stock-table td:first-child {
	font-weight: 600;
}

.size-stock-table tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.size-stock-table tbody tr:nth-child(even) {
	background-color: #ffffff;
}

.action-buttons {
	display: flex;
	gap: 10px;
}

.action-buttons button {
	flex: 1;
	padding: 12px;
	border: none;
	background-color: #357688;
	color: white;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.action-buttons button:hover {
	background-color: #2b6170;
}

/* Search Band */
.search-band {
	background-color: #e6e6e6;
	padding: 25px 0;
	border-top: 1px solid #dcdcdc;
	margin-top: 40px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
}

.search-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.search-input-wrapper {
	position: relative;
	width: 500px;
}

.search-input-wrapper input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #666;
	outline: none;
}

.search-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}


.matrix-wrapper {
	width: 100%;
}

.matrix-header {
	margin-bottom: 25px;
	display: flex;
	justify-content: end;
}

.matrix-header form {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr;
	align-items: end;
	gap: 5px 15px;
}

.matrix-header label {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	font-size: 18px;
	font-weight: 600;
	color: #231F20;
}

.matrix-header select {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	padding: 8px 30px 8px 12px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	font-size: 16px;
	color: #231F20;
	appearance: none;
	min-width: 200px;
	outline: none;
	cursor: pointer;
}

.matrix-header input[type="reset"] {
    padding: 0px 0px;
    background-color: white;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    color: #231F20;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    text-transform: math-auto;
    width: 110px;
    height: 30px;
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
}

.matrix-header input[type="reset"]:hover {
	background-color: #f5f5f5;
}

.matrix-cards {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 25px 10px;
}

.card {
	display: flex;
	flex-direction: column !important;
	align-items: center !important;
	cursor: pointer !important;
	transition: transform 0.2s ease !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.card img {
	width: 100% !important;
	aspect-ratio: 1 !important;
	object-fit: contain !important;
	margin-bottom: 6px !important;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	mix-blend-mode: multiply !important;
}

.card .title {
    font-size: 14px !important;
    color: #231F20 !important;
    text-align: center !important;
    line-height: 2.2 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}

.card.dim {
	opacity: 1 !important;
}

.card.active {
	opacity: 1 !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
.card img {
	width: 100% !important;
	aspect-ratio: 1 !important;
	object-fit: contain !important;
	margin-bottom: 8px !important;
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	mix-blend-mode: multiply !important;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.card:hover  {
	    box-shadow: 0px 0px 4px 1px #9F9F9F!important;
}
.card.active {
	    box-shadow: 0px 0px 4px 1px #9F9F9F!important;
			transition: all .5s ease !important;	
}
.card.active .title {
    border-bottom-color: #231F20 !important;
		transition: all .3s linear;
}
.card {
		transition: all .5s ease !important;	
}
.related .woocommerce ul.products li.product a {

    align-items: start !important;
}
/* related products  */
ul.products li.product div.single_product div.p_detail_outer div.p_detail a {
    align-items: start !important;
}

/* CSS for Colour Filter Bar */


.colour-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	padding: 10px 0;
	font-size: 0;
	line-height: 0;
}
.cf-dot {
    width: 14px !important;
    height: 14px !important;
}
.cf-btn {
    font-size: 14px !important;
}
.cf-btn {
	display: inline-flex;
	flex-direction: row-reverse; 
	align-items: center;
	justify-content: space-between;
	width: 110px;
	height: 32px;
	padding: 0 12px;
	border: 1.5px solid;
	border-radius: 9999px; 
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-transform: lowercase; 
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	transition: all 0.2s ease-in-out;
}
.cf-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.cf-btn:active {
	transform: translateY(0) scale(0.97);
}
.cf-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	flex-shrink: 0;
}

/* Blacks */
.cf-btn[data-group="Blacks"] {
	color: #000000;
	border-color: #000000;
}
.cf-btn[data-group="Blacks"]:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* Greens */
.cf-btn[data-group="Greens"] {
	color: #22c55e;
	border-color: #22c55e;
}
.cf-btn[data-group="Greens"]:hover {
	background-color: rgba(34, 197, 94, 0.05);
}

/* Purples */
.cf-btn[data-group="Purples"] {
	color: #a855f7;
	border-color: #a855f7;
}
.cf-btn[data-group="Purples"]:hover {
	background-color: rgba(168, 85, 247, 0.05);
}

/* Reds */
.cf-btn[data-group="Reds"] {
	color: #ef4444;
	border-color: #ef4444;
}
.cf-btn[data-group="Reds"]:hover {
	background-color: rgba(239, 68, 68, 0.05);
}

/* Greys */
.cf-btn[data-group="Greys"] {
	color: #888888;
	border-color: #888888;
}
.cf-btn[data-group="Greys"]:hover {
	background-color: rgba(136, 136, 136, 0.05);
}

/* Pinks */
.cf-btn[data-group="Pinks"] {
	color: #ec4899;
	border-color: #ec4899;
}
.cf-btn[data-group="Pinks"]:hover {
	background-color: rgba(236, 72, 153, 0.05);
}

/* Blues */
.cf-btn[data-group="Blues"] {
	color: #1d4ed8;
	border-color: #1d4ed8;
}
.cf-btn[data-group="Blues"]:hover {
	background-color: rgba(29, 78, 216, 0.05);
}

/* Oranges */
.cf-btn[data-group="Oranges"] {
	color: #ea580c;
	border-color: #ea580c;
}
.cf-btn[data-group="Oranges"]:hover {
	background-color: rgba(234, 88, 12, 0.05);
}

/* Yellows */
.cf-btn[data-group="Yellows"] {
	color: #eab308;
	border-color: #eab308;
}
.cf-btn[data-group="Yellows"]:hover {
	background-color: rgba(234, 179, 8, 0.05);
}

/* Whites - Specific Styling to override default light-grey and add custom borders */
.cf-btn[data-group="Whites"] {
	color: #4b5563;
	border-color: #4b5563;
}
.cf-btn[data-group="Whites"] .cf-dot {
	background-color: #ffffff !important;
	border: 1px solid #4b5563;
	box-sizing: border-box;
}
.cf-btn[data-group="Whites"]:hover {
	background-color: rgba(75, 85, 99, 0.05);
}

/* Browns */
.cf-btn[data-group="Browns"] {
	color: #92400e;
	border-color: #92400e;
}
.cf-btn[data-group="Browns"]:hover {
	background-color: rgba(146, 64, 14, 0.05);
}

/* Neutrals */
.cf-btn[data-group="Neutrals"] {
	color: #b45309;
	border-color: #d4b896;
}
.cf-btn[data-group="Neutrals"]:hover {
	background-color: rgba(212, 184, 150, 0.08);
}
.matrix-header fieldset {
    border: none !important;
}
.matrix-header form {
    align-items: center !important;
}
.cf-btn.active {
	box-shadow: 0 0 0 3px #cbd5e1;
}
.cf-btn[data-group="Blacks"] {
	color: #111111;
	border-color: #111111;
}
.cf-btn[data-group="Blacks"]:hover,
.cf-btn[data-group="Blacks"].active {
	background-color: rgba(17, 17, 17, 0.05);
	border-color: #111111;
}
/* Greens */
.cf-btn[data-group="Greens"] {
	color: #22c55e;
	border-color: #22c55e;
}
.cf-btn[data-group="Greens"]:hover,
.cf-btn[data-group="Greens"].active {
	background-color: rgba(34, 197, 94, 0.08);
	border-color: #22c55e;
}
/* Purples */
.cf-btn[data-group="Purples"] {
	color: #a855f7;
	border-color: #a855f7;
}
.cf-btn[data-group="Purples"]:hover,
.cf-btn[data-group="Purples"].active {
	background-color: rgba(168, 85, 247, 0.08);
	border-color: #a855f7;
}
/* Reds */
.cf-btn[data-group="Reds"] {
	color: #ef4444;
	border-color: #ef4444;
}
.cf-btn[data-group="Reds"]:hover,
.cf-btn[data-group="Reds"].active {
	background-color: rgba(239, 68, 68, 0.08);
	border-color: #ef4444;
}
/* Greys */
.cf-btn[data-group="Greys"] {
	color: #9ca3af;
	border-color: #9ca3af;
}
.cf-btn[data-group="Greys"]:hover,
.cf-btn[data-group="Greys"].active {
	background-color: rgba(156, 163, 175, 0.08);
	border-color: #9ca3af;
}
/* Pinks */
.cf-btn[data-group="Pinks"] {
	color: #f472b6;
	border-color: #f472b6;
}
.cf-btn[data-group="Pinks"]:hover,
.cf-btn[data-group="Pinks"].active {
	background-color: rgba(244, 114, 182, 0.08);
	border-color: #f472b6;
}
/* Blues */
.cf-btn[data-group="Blues"] {
	color: #3b82f6;
	border-color: #3b82f6;
}
.cf-btn[data-group="Blues"]:hover,
.cf-btn[data-group="Blues"].active {
	background-color: rgba(59, 130, 246, 0.08);
	border-color: #3b82f6;
}
/* Oranges */
.cf-btn[data-group="Oranges"] {
	color: #f97316;
	border-color: #f97316;
}
.cf-btn[data-group="Oranges"]:hover,
.cf-btn[data-group="Oranges"].active {
	background-color: rgba(249, 115, 22, 0.08);
	border-color: #f97316;
}
/* Yellows */
.cf-btn[data-group="Yellows"] {
	color: #eab308;
	border-color: #eab308;
}
.cf-btn[data-group="Yellows"]:hover,
.cf-btn[data-group="Yellows"].active {
	background-color: rgba(234, 179, 8, 0.08);
	border-color: #eab308;
}
/* Whites - specific dark grey theme for outline/text and white circle */
.cf-btn[data-group="Whites"] {
	color: #6b7280;
	border-color: #6b7280;
}
.cf-btn[data-group="Whites"] .cf-dot {
	background-color: #ffffff !important; /* override light grey inline style to pure white */
	border: 1px solid #6b7280;
	box-sizing: border-box;
}
.cf-btn[data-group="Whites"]:hover,
.cf-btn[data-group="Whites"].active {
	background-color: rgba(107, 114, 128, 0.05);
	border-color: #6b7280;
}
/* Browns */
.cf-btn[data-group="Browns"] {
	color: #92400e;
	border-color: #92400e;
}
.cf-btn[data-group="Browns"]:hover,
.cf-btn[data-group="Browns"].active {
	background-color: rgba(146, 64, 14, 0.08);
	border-color: #92400e;
}
/* Neutrals */
.cf-btn[data-group="Neutrals"] {
	color: #d4b896;
	border-color: #d4b896;
}
.cf-btn[data-group="Neutrals"]:hover,
.cf-btn[data-group="Neutrals"].active {
	background-color: rgba(212, 184, 150, 0.08);
	border-color: #d4b896;
}
.dp-img-wrap img {
    width: 90%;
    height: 90%;
    object-fit: contain;
	mix-blend-mode: multiply;
    background: transparent !important;
}
/* End pasting 10-06-2026 */