﻿/*
Theme Name: Drile Child
Theme URI: http://demo.theme-sky.com/drile/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: drile
Version: 1.7.2
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: drile-child
*/

header .logo img, header .logo-header img {
  width: 190px !important;
  margin-top: 0px;
}

.filter-widget-area-button:not([data-style="sidebar"]) a:after {
  content: "\e874";
  transform: rotate(270deg);
}
.ts-header .menu-wrapper nav > ul.menu > li > a,
.ts-header .menu-wrapper nav > ul > li > a,
.ts-header .menu-wrapper nav > ul.menu > li:before {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-top > .container {
  display: table;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-middle > .container {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ts-floating-sidebar .ts-sidebar-content {
  position: fixed;
  padding: 50px;
  top: 0;
  bottom: 0;
  left: 0px;
  z-index: 100001;
  width: 520px;
  max-width: 100%;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*overflow-y: scroll;*/
  height: 100%;
}
/* Cloud Zoom: show click-to-lightbox affordance on the overlay that captures pointer events */
.images-thumbnails .cloud-zoom-wrap > .mousetrap {
	cursor: zoom-in;
}

/* PhotoSwipe lightbox: hide caption, cream frosted backdrop */
.pswp__caption {
	display: none !important;
}

.shopping-cart-wrapper .dropdown-container, .my-account-wrapper .dropdown-container, header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, header .header-currency ul {
  padding: 48px 20px 20px 20px !important;
}

.pswp__bg {
	background: #f5f2edcc;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: opacity 300ms ease, visibility 300ms ease;
}

.pswp__top-bar,
.pswp__ui--fit .pswp__top-bar {
	background: transparent !important;
}

.pswp__counter {
	color: #222;
	opacity: 0.9;
}

.pswp__top-bar .pswp__button {
	filter: brightness(0) saturate(100%);
	opacity: 0.8;
}

.pswp__top-bar .pswp__button:hover,
.pswp__top-bar .pswp__button:focus {
	opacity: 1;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
	width: 18px;
	height: 18px;
	top: 41px;
	background: none !important;
	border: solid #222;
	border-width: 3px 3px 0 0;
	filter: none;
	opacity: 0.85;
}

.pswp__button--arrow--left::before {
	left: 22px;
	transform: rotate(-135deg);
}

.pswp__button--arrow--right::before {
	right: 22px;
	transform: rotate(45deg);
}

div.product:not(.vertical-thumbnail) .images-thumbnails > .thumbnails .thumbnails-container ul li {
    padding: 0 5px !important;
}
/* @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .ts-floating-sidebar .ts-sidebar-content {
      left: 100px !important;
    }
  }
} */
.ts-header li.ts-megamenu-fullwidth .sub-menu > li > .ts-megamenu-static-html-container, .ts-header li.ts-megamenu-fullwidth-stretch .sub-menu > li > .ts-megamenu-container {
  border-top: 1px solid #a0b29a73;
}
#group-icon-header.active .ts-sidebar-content {
  transform: translate(0, 78px);
  padding: 15px 15px 100px 15px !important;
}
@media (max-width: 1279px) {
  #group-icon-header .ts-search-result-container {
    display: none;
    clear: both;
    padding: 20px 0 0;
    box-shadow: none;
    background: transparent;
  }

  #group-icon-header .ts-search-result-container > p {
    margin: 0;
    padding: 10px 0 0;
  }

  #group-icon-header .ts-search-result-container ul.product_list_widget {
    margin: 0;
  }

  #group-icon-header .ts-search-result-container ul.product_list_widget li {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }

  #group-icon-header .ts-search-result-container .view-all-wrapper {
    margin-top: 20px;
    text-align: left;
  }
}
.hm-main-slider .nivo-directionNav {
  top: 45% !important;
  position: absolute;
  width: 100%;
}

.hm-main-slider .nivo-box {
  display: none !important;
}

.hm-main-slider .nivo-directionNav a {
  opacity: 1 !important;
  display: block !important;
  height: unset !important;
  width: unset !important;
}
.hm-main-slider .nivo-directionNav a.nivo-prevNav:before {
  content: "\2039";
}
.hm-main-slider .nivo-directionNav a.nivo-nextNav:before {
  content: "\203A";
}

.wpcf7-not-valid-tip {
  margin: 5px 0;
  display: inline-block;
  width: 100%;
}

/* CF7 honeypot — hidden from people, left in DOM for bots */
.drile-cf7-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.drile-required-marker {
  color: #b42318;
  font-weight: 700;
}

.woocommerce .widget_layered_nav_filters ul li a:after,
.woocommerce .widget_rating_filter > ul li.wc-layered-nav-rating.chosen a:after,
.widget-container.product-filter-by-brand ul > li.selected label:after,
.widget-container.product-filter-by-availability
  ul
  li
  input[checked]
  + label:after,
.widget-container.product-filter-by-color ul li.chosen a:after,
.widget-container.product-filter-by-material ul li.chosen a:after,
.widget-container.product-filter-by-price ul li.chosen label:after,
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item--chosen
  a:after {
  content: "î€“";
  font-family: WooCommerce;
  font-size: 14px;
  line-height: 22px;
  color: #202020;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 5px; /*rtl*/
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  transition: color 350ms ease;
}
.woocommerce .product .thumbnail-wrapper > a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: unset;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: 500ms ease 0s;
}
.filter-widget-area-button:not([data-style="sidebar"]) a.active:after {
  transform: rotate(90deg);
}
.filter-widget-area-button a.active:not(:hover) {
  color: #ffffff !important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0; /* rtl */
}

/* PLP toolbar triggers â€” outlined pills, sage accent on hover/open */
.woocommerce .woocommerce-ordering ul.orderby .orderby-current,
.product-per-page-form ul.perpage li .perpage-current,
.filter-widget-area-button.style-sidebar a.ts-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  background-color: #ffffff;
  color: #202020;
  border: 1px solid #202020;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 350ms ease, color 350ms ease, border-color 350ms ease;
}

.woocommerce .woocommerce-ordering ul.orderby .orderby-current {
  min-width: 0;
}

.product-per-page-form ul.perpage li .perpage-current > strong {
  font-weight: 600;
  font-family: inherit;
  padding: 0 4px;
}

.woocommerce .woocommerce-ordering ul.orderby .orderby-current:hover,
.woocommerce .woocommerce-ordering ul.orderby .orderby-current.active,
.product-per-page-form ul.perpage li .perpage-current:hover,
.product-per-page-form ul.perpage li .perpage-current.active,
.filter-widget-area-button.style-sidebar a.ts-button:hover,
.filter-widget-area-button.style-sidebar a.ts-button.active {
  background-color: #a0b29a;
  color: #ffffff;
  border-color: #a0b29a;
}

.product-per-page-form ul.perpage li .perpage-current:hover > *,
.product-per-page-form ul.perpage li .perpage-current.active > * {
  color: #ffffff;
}

.product-per-page-form {
  width: auto;
  margin-left: auto;
  float: unset;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
}

.product-per-page-form:before {
  display: none;
}

.product-per-page-form ul.perpage li .perpage-current:after {
  content: "\e874";
  font-family: "Linearicons-Free";
  font-size: 10px;
  margin-left: 10px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}

.product-per-page-form ul.perpage li .perpage-current.active:after {
  content: "\e873";
}

/* Shared dropdown panel â€” light list, not button-weight type */
.woocommerce .woocommerce-ordering ul.orderby ul.dropdown,
.product-per-page-form ul.perpage ul.dropdown {
  top: calc(100% + 4px);
  left: 0;
  right: auto;
  min-width: 100%;
  width: max-content;
  padding: 0;
  border: 1px solid #202020;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.woocommerce .woocommerce-ordering .orderby li, .product-per-page-form ul.perpage li {
  padding: 0 !important;
}

.woocommerce .woocommerce-ordering ul.orderby ul.dropdown:before,
.product-per-page-form ul.perpage ul.dropdown:before {
  display: none;
}

.woocommerce .woocommerce-ordering ul.orderby ul.dropdown li a,
.product-per-page-form ul.perpage ul.dropdown li a {
  display: block;
  padding: 8px 16px;
  color: #202020;
  font-weight: 400;
  font-family: inherit;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
}

.woocommerce .woocommerce-ordering ul.orderby ul.dropdown li a:hover,
.woocommerce .woocommerce-ordering ul.orderby ul.dropdown li a.current,
.product-per-page-form ul.perpage ul.dropdown li a:hover,
.product-per-page-form ul.perpage ul.dropdown li a.current {
  background-color: #a0b29a;
  color: #ffffff;
}

/* Per-page options: numbers only (theme default), same weight as body */
.product-per-page-form ul.perpage ul.dropdown li a > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  visibility: hidden;
}

.product-per-page-form ul.perpage ul.dropdown li a > strong {
  display: inline;
  font-weight: 400;
  font-family: inherit;
  color: inherit;
  padding: 0;
}

.product-per-page-form ul.perpage ul.dropdown li a.current > strong,
.product-per-page-form ul.perpage ul.dropdown li a:hover > strong {
  font-weight: 400;
  color: inherit;
}
.woocommerce .before-loop-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 12px;
}
.woocommerce .before-loop-wrapper .filter-widget-area-button {
  float: none;
  margin-right: 0;
  padding: 0;
}
.woocommerce-notices-wrapper {
  width: 100%;
}
.meta-content .ts-social-sharing li.print a:hover {
  background-color: #A0B29A;
  color: #ffffff;
}
.meta-content .ts-social-sharing li.devider {
  display: block;
  line-height: 40px;
}
.meta-content .ts-social-sharing li.email a:hover {
  opacity: 0.5;
}
.meta-content .ts-social-sharing li.whatsapp a:hover {
  background-color: #25d366;
  color: #ffffff;
}
.meta-content .ts-social-sharing li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  margin-top: 2px;
  border: 1px solid rgba(160,178,154,1);
}
.product-content.opened {
  max-height: 3000px !important;
}
.product-content.show-more-less:before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  content: "";
  transition: 350ms ease 0s;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(90%, #fff)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    #fff 90%
  );
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  margin: 2px 0 0;
}
.single-product .lb-outerContainer .lb-dataContainer {
  position: absolute !important;
  right: -40px !important;
  width: unset !important;
  top: -5px !important;
}
.cart-dropdown-form.dropdown-container.woocommerce .cart-item-wrapper a {
  line-height: 16px;
}
/* Custom CSS Start */

.pdp-table-icon .fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.pdp-table-icon .fa,
.pdp-table-icon .fa-brands,
.pdp-table-icon .fa-duotone,
.pdp-table-icon .fa-light,
.pdp-table-icon .fa-regular,
.pdp-table-icon .fa-solid,
.pdp-table-icon .fa-thin,
.pdp-table-icon .fab,
.pdp-table-icon .fad,
.pdp-table-icon .fal,
.pdp-table-icon .far,
.pdp-table-icon .fas,
.pdp-table-icon .fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.ts-megamenu-static-html-container {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.mm-pct-tabs {
  display: flex;
  gap: 10px;
  /* padding-bottom: 10px;
      margin-bottom: 15px; */
  flex-flow: column nowrap;
  min-width: 330px;
}

.mm-pct-btn {
  background: #C7B8A3;
  border: none;
  padding: 24px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  border-radius: 5px 0 0 5px;
  color: #000 !important;
}

.mm-pct-btn.active,
.mm-pct-btn:hover {
  background: #A0B29A !important;
  color: #fff !important;
}

.mm-pct-contents {
  display: inline-flex;
  flex-flow: row wrap;
  gap: 20px;
  width: 100%;
}

.mm-pct-content {
  display: none;
  width: 100%;
}

.mm-pct-content.active {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  cursor: auto;
}

.category-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  margin: auto;
}

.category-view-btn:hover {
  color: #000000 !important;
}

.mm-pct-content.active {
  flex-wrap: nowrap;
  align-items: stretch;
}

.category-preview {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.category-preview img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
}

.subcategory-grid {
  margin: 0 10px 10px;
  max-width: 63%;
  width: 63%;
  min-width: 63%;
}

.mm-pct-subcategory {
  text-align: left;
  transition: transform 0.3s ease;
  overflow: hidden;
  border-radius: 5px;
  position: relative !important;
  padding: 0 !important;
}

.mm-pct-subcategory img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
}

.mm-pct-subcategory img.loaded {
  opacity: 1;
}

.mm-pct-subcategory a {
  display: block;
  overflow: hidden;
}

.mm-pct-subcate-item.level-2:has(.level-3) > .mm-pct-subcate-name a,
.mm-pct-subcate-item.level-2 > .mm-pct-subcate-name a {
  font-weight: bold;
}

.mm-pct-subcategory a:hover img {
  transform: scale(1.1);
  opacity: 1;
  overflow: hidden;
}

.mm-pct-subcate-columns {
  display: flex;
  gap: 30px;
  width: 100%;
}

.mm-pct-subcate-columns .mm-pct-subcate-list.level-2 {
  flex: 1;
  min-width: 0;
}

.mm-pct-subcate-list.level-2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 10px !important;
}

.mm-pct-subcate-list li > ul {
  margin: 0;
  margin-left: 10px;
}

.mm-pct-subcate-item.level-2 {
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.mm-pct-subcate-name {
  display: block;
  line-height: 15px;
}

.mm-pct-container {
  display: inline-flex;
  flex-flow: row nowrap;
  width: 100%;
}

.ts-header .menu-wrapper nav > ul.menu li.ts-megamenu-fullwidth > ul.sub-menu {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

.mm-pct-subcate-item.level-2 > .mm-pct-subcate-name {
  margin-bottom: 20px;
}
.mm-pct-subcate-item:not(.level-2) {
  padding: 0 0 10px 0 !important;
}

/* Themes custom CSS */
.tabs > .tab-item .category-count,
.ts-product-in-category-tab-wrapper.hp-category-section > .column-content,
.single-product .ts-product-attribute.configurations,
.cart-item-wrapper .product-name i.ywmmq-icon,
.woocommerce .products > .list-categories:after,
.ts-header .menu-wrapper nav > ul.menu li ul.sub-menu:before {
  display: none !important;
}

.services-main-usps .vc_tta-tab.vc_active .vc_tta-icon:before,
.services-main-usps .vc_tta-tab:hover .vc_tta-icon {
  color: #A0B29A !important;
}
.services-main-usps .vc_tta-tabs-list a {
  display: flex !important;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.services-main-usps .vc_tta-tabs-list a .vc_tta-icon {
  font-size: 52px !important;
  margin-bottom: 42px;
}

.services-main-usps .vc_tta-tabs-list a .vc_tta-title-text {
  font-size: 18px;
}

/* Homepage services tab: Free Space Plan CTA block */
body.home .services-main-usps .text-content {
  text-align: left;
}

body.home .services-main-usps .text-content .wpb_content_element {
  margin-bottom: 14px;
}

body.home .services-main-usps .text-content .wpb_content_element:last-child {
  margin-bottom: 0;
}

body.home .services-main-usps .text-content .wpb_wrapper:empty,
body.home .services-main-usps .text-content .wpb_content_element:has(> .wpb_wrapper:empty) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

body.home .services-main-usps .text-content h2,
body.home .services-main-usps .text-content h2 a {
  margin: 0 0 10px;
  line-height: 1.25;
  text-align: left;
}

body.home .services-main-usps .text-content h5.width-45,
body.home h5.width-45 {
  width: 100%;
  max-width: 100%;
  margin: 10px 0 12px;
  padding: 0;
  line-height: 1.35;
  text-align: left;
}

body.home .services-main-usps .text-content a.open-btn,
body.home a.open-btn {
  display: inline-block;
  padding: 10px 22px;
  margin: 0;
  border: 1px solid;
  border-radius: 10px;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  white-space: normal;
}
body.home .services-main-usps .text-content a.open-btn:hover {
  color: #a0b29a;
}

.menu-divider {
  padding: 0 !important;
  margin: 20px 0 !important;
  border-top: 1px solid #f3f3f3;
  height: 2px;
}

.menu-divider a {
  font-size: 0 !important; 
} 

body.home .services-main-usps .text-content .ts-button-wrapper {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
}

body.home .services-main-usps .text-content .ts-button-wrapper:last-child {
  margin-bottom: 0;
}

body.home .services-main-usps .text-content .ts-button-wrapper .ts-button {
  white-space: normal;
  line-height: 1.3;
  max-width: 100%;
}

.hp-category-section.style-verticle > .column-content {
  border: 0 !important;
  padding: 30px 0 !important;
}
.hp-category-section .tabs .tab-item:last-child {
  margin-bottom: 0;
}

.services-main-usps.vc_tta.vc_general
  .vc_tta-title-text:not(:empty):not(:first-child),
.services-main-usps.vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 0 !important;
}

.services-main-usps.vc_tta.vc_general .vc_tta-panels,
.services-main-usps.vc_tta.vc_general .vc_tta-panels-container {
  min-height: 570px;
}

.hm-vertical-slider .vc_tta-panels {
  display: flex;
  flex-direction: column;
  transition: transform 0.8s ease-in-out;
}

.hm-vertical-slider .vc_tta-panel {
  height: 100vh;
  flex-shrink: 0;
}

.hm-vertical-slider .vc_tta-panels-container {
  height: 100vh;
  overflow: hidden;
}

.cta-form {
  position: relative;
  z-index: 0;
}

.product div.images-thumbnails div.thumbnails {
  margin-top: 10px !important;
}

.cta-form .container {
  position: relative;
  width: 100%;
  min-height: 70vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-form .form {
  width: 100%;
  max-width: 1020px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.cta-form .contact-form {
  background-color: #C7B8A3;
  position: relative;
}

.cta-form .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #A0B29A);
  position: absolute;
}

.cta-form .circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.cta-form .circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.cta-form .contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #C7B8A3;
  transform: rotate(45deg);
  top: 100px;
  left: -13px;
}

.cta-form form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.cta-form .title {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.cta-form .input-container {
  margin: 0 0 1rem 0;
}
.cta-form .input-container,
.cta-form .input-container p {
  position: relative;
}

.cta-form .input {
  width: 100%;
  outline: none;
  border: 2px solid #000;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #000;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 10px;
  transition: 0.3s;
}

.cta-form textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 10px;
  resize: none;
  overflow-y: auto;
}

.cta-form .input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
    color: #A0B29A;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.cta-form .input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.cta-form .btn {
  padding: 0.6rem 1.3rem;
  background-color: #A0B29A;
  border: 2px solid #A0B29A;
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 !important;
  width: 100%;
}

.cta-form .btn:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}

.cta-form .input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.cta-form .input-container.focus span:before,
.cta-form .input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.cta-form .contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.cta-form .contact-info .title {
  color: #A0B29A;
}

.cta-form .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.cta-form .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.cta-form .information i {
  color: #A0B29A;
}

.cta-form form.wpcf7-form > p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 0;
  width: 100%;
  position: relative;
}

.cta-form form.wpcf7-form > p .wpcf7-submit,
.cta-form form.wpcf7-form input.wpcf7-submit {
  float: none !important;
  margin: 0 !important;
  border-radius: 10px !important;
}

.cta-form form.wpcf7-form > p .wpcf7-spinner {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  flex: 0 0 auto;
}

.cta-form form.wpcf7-form.submitting > p .wpcf7-submit {
  padding-right: 48px;
}

.cta-form .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.cta-form .input-container p > span:not(span.wpcf7-form-control-wrap):before,
.cta-form .input-container p > span:not(span.wpcf7-form-control-wrap):after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #C7B8A3;
  top: 50%;
  transform: translateY(-50%);
}

.cta-form .input-container p > span:not(span.wpcf7-form-control-wrap):before {
  left: 50%;
}

.cta-form .input-container p > span:not(span.wpcf7-form-control-wrap):after {
  right: 50%;
}

.cta-form .input-container p > span:not(span.wpcf7-form-control-wrap) {
  color: #000;
  position: absolute;
  top: 16px;
  font-size: 14px;
  left: 10px;
  transition: 0.5s ease-in-out;
}

.cta-form .wpcf7-form-control-wrap.focus + span {
  top: -8px !important;
  left: 25px !important;
  padding: 0 5px;
  background-color: #C7B8A3;
}

.cta-form .wpcf7-response-output {
  margin: 010px 0 0 !important;
  border-color: #f00 !important;
  color: #000000;
  padding: 5px !important;
  line-height: 16px;
  font-size: 13px !important;
}

.wpcf7-spinner {
  visibility: hidden;
  opacity: 0;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  vertical-align: middle;
  background: transparent !important;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.wpcf7 form.submitting .wpcf7-spinner,
form.submitting .wpcf7-spinner {
  visibility: visible !important;
  opacity: 1 !important;
}

.wpcf7-spinner::before {
  content: "" !important;
  display: block;
  position: absolute;
  inset: 0;
  border: 2px solid rgba(160, 178, 154, 0.25);
  border-top-color: #879a81;
  border-radius: 50%;
  box-sizing: border-box;
  animation: drile-cf7-spinner-rotate 0.8s linear infinite;
}

@keyframes drile-cf7-spinner-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Sitewide CF7 fields/buttons radius + submit loader alignment */
body .wpcf7 input.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
body .wpcf7 textarea.wpcf7-form-control,
body .wpcf7 select.wpcf7-form-control,
body .wpcf7 input[type="file"] {
  border-radius: 10px !important;
}

body .wpcf7 input.wpcf7-submit,
body .wpcf7 .wpcf7-submit,
body input.wpcf7-submit {
  float: none !important;
  border-radius: 10px !important;
}

body .wpcf7 form.wpcf7-form p:has(> .wpcf7-submit),
body .wpcf7 form.wpcf7-form p:has(> .wpcf7-spinner) {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

body .wpcf7 form.wpcf7-form .wpcf7-spinner {
  position: relative;
  top: auto;
  margin: 0 !important;
  flex: 0 0 24px;
}

body div.wpcf7 .ajax-loader {
  float: none !important;
  margin: 0 0 0 12px !important;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

/* CTA callback: loader sits inside the full-width submit button */
.cta-form form.wpcf7-form > p:has(.wpcf7-submit) {
  position: relative;
}

.cta-form form.wpcf7-form > p .wpcf7-submit,
.cta-form form.wpcf7-form input.wpcf7-submit.ts-button {
  border-radius: 10px !important;
}

.cta-form form.wpcf7-form > p .wpcf7-spinner {
  position: absolute !important;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  flex: none;
}

/* Contact Us / popup: loader sits neatly beside the button */
.page-id-1613 .md-contact-form__actions > p .wpcf7-spinner,
#modalOverlay .md-contact-form__actions > p .wpcf7-spinner,
.req-space-form .form-group.full-width .wpcf7-spinner {
  position: static !important;
  transform: none !important;
}

.mb-30 .heading-tab .heading-title {
  margin-bottom: 30px !important;
}

.home .nivo-caption {
  display: none !important;
}
.home .style-horizontal .column-tabs ul.tabs > .tab-item {
  background: #C7B8A3;
  padding: 15px 30px;
  opacity: 1 !important;
}

.home .style-horizontal .column-tabs ul.tabs > .tab-item.current,
.home .style-horizontal .column-tabs ul.tabs > .tab-item:hover {
  background: #A0B29A;
}
.home .style-horizontal .column-tabs ul.tabs > .tab-item.current span,
.home .style-horizontal .column-tabs ul.tabs > .tab-item:hover span {
  color: #ffffff !important;
}

.home .nivo-controlNav .nivo-control {
  height: 2px !important;
  width: 48px !important;
  border: 2px solid #C7B8A3 !important;
  border-radius: unset !important;
  margin: 12px 8px 0 0 !important;
}
.home .nivo-controlNav .nivo-control.active {
  border-color: #A0B29A !important;
}
.home
  .style-horizontal
  .column-tabs
  ul.tabs
  > .tab-item:not(.tab-item:last-child) {
  margin-right: 10px;
}

.product .product-group-button,
.products
  section.product
  .product-wrapper
  .thumbnail-wrapper
  .product-group-button,
.products .product-wrapper .meta-wrapper .product-group-button-meta {
  display: none !important;
}
.ts-button-wrapper .ts-button.ts-button-25 {
  background: #ffffff;
  color: #000000;
}

.ts-button-wrapper.style-sidebar .ts-button.ts-button-26 {
  background: #ffffff;
  color: #000000 !important;
}

.ts-button-wrapper.style-sidebar .ts-button.ts-button-26:hover {
  background-color: #A0B29A;
  color: #ffffff !important;
  border-color: #A0B29A;
}

.filter-widget-area-button.ts-button-wrapper.btn-inline.has-border.style-sidebar
  .ts-button {
  margin: 0;
}

.price-row.price-inc-vat {
  opacity: 0.6;
}

.archive.tax-product_cat .price-row.price-inc-vat,
.home .price-row.price-inc-vat,
section.up-sells.upsells.products .price-row.price-inc-vat {
  font-size: 12px;
}

/* .sku-wrapper.product_meta .ts-social-sharing {
  margin: 0 0 0 30px !important;
} */

.sku-wrapper.product_meta {
  display: inline-flex;
  align-items: center;
}

.cat-title-font .category-name :is(h1, h2, h3, h4, h5, h6) {
  font-size: 8px !important;
}
.fast-dl-page .meta-wrapper .category-name :is(h1, h2, h3, h4, h5, h6) {
  font-size: 6px !important;
}

/*color version*/
/*ul.dl-ct-swatches-color.ts-product-attribute.pa_color {
    display: inline-flex;
    flex-flow: row wrap;
  }
  
  
  .dl-ct-swatches-color.product-filter-by-color ul li a > span:not(.color-name) {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
    z-index: 10;
    padding: 5px 10px 15px 10px;
    margin-right: 10px;
    border-radius: 100%;
    transition: 350ms ease 0s;
  }
  
  .dl-ct-swatches-color.product-group-button.button-tooltip, .ts-product-attribute.button-tooltip {
    color: rgba(32, 32, 32, 1);
  }
  
  
  .dl-ct-swatches-color.span.ts-tooltip.button-tooltip:hover {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  
  .dl-ct-swatches-color.product-group-button.button-tooltip:before, .ts-product-attribute.button-tooltip:before {
    background: rgba(255,255,255,1);
  }
  
  .dl-ct-swatches-color.product-group-button.button-tooltip:before, .ts-product-attribute.button-tooltip:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  
  
  .dl-ct-swatches-color.ts-product-attribute .button-tooltip:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 5px;
    content: "";
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ffffff;
  }
  */
/*color version end */

.vc_row.wpb_row.vc_row-fluid.feature-grid.grid-align.vc_column-gap-default.ts-row-wide {
  display: flex;
  justify-content: center;
}

.vc_row.wpb_row.vc_row-fluid.feature-grid.grid-align.vc_custom_1750391531088.vc_column-gap-default.ts-row-wide > .wpb_column {
  width: 16%;
  margin: auto 0;
}

.ts-feature-wrapper.vertical-icon .feature-icon, .ts-feature-wrapper.vertical-image .feature-icon {
  display: inline-block;
  margin-bottom: 35px;
}

h4.feature-title.heading-title.entry-title {
  line-height: 16px;
  min-height: 40px;
letter-spacing: 0px;
}

div#main > *:first-child:before,
.nivo-caption,
.ywmmq-rules-wrapper.entry-summary {
display: none !important;
}

.ywmmq-rules-wrapper.entry-summary:has(ul) {
  display: block !important;
}

.theme-default .nivo-prevNav {
font-size: 30px;
color: white;
}

.theme-default .nivo-nextNav {
font-size: 30px;
color: white;
}

.nivo-controlNav a.nivo-control:hover {
background: #A0B29A;           
}

.nivo-controlNav a.nivo-control.active {
background-color: #A0B29A !important; 
}

.woocommerce-MyAccount-navigation-link,
.error404 article .button,
.single_add_to_cart_button,
.single_add_to_cart_button:focus,
.single_add_to_cart_button:active,
.single_add_to_cart_button.button.alt,
.single_add_to_cart_button.button.alt.added,
.single_add_to_cart_button.button.alt.loading,
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info,
#ts-ajax-add-to-cart-message,
.button.wc-backward,
.woocommerce table.my_account_orders .button,
.shopping-cart-wrapper .dropdown-container:before, .my-account-wrapper .dropdown-container:before, header .wcml_currency_switcher > ul:before, header .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before, header .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu:before{
border-radius: 10px !important;
overflow: hidden; 
}
.single_add_to_cart_button {
outline: 2px #b9b5b6;
}

.md-dp-dam-accordion.vc_tta.vc_general .vc_tta-panel-title>a {
  background: #C7B8A3 !important;
  border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul,.woocommerce-MyAccount-navigation li {
list-style: none !important;
}

.ts-product-in-category-tab-wrapper  .ts-button-wrapper.btn-inline.has-border {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.wpb_content_element,
.usps-cta-font {
margin-bottom: 26px;
}

a.ts-button-reverse {
  background-color: #ffffff !important;
  color: black !important;
  transition: all 0.3s ease !important;
}

a.ts-button-reverse:hover {
  background-color: #A0B29A !important;
  color:#ffffff !important;
  border-color:#A0B29A !important;
}

.vc_custom_heading, .vc_custom_heading.vc_do_custom_heading {
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

.options.per-row-5, .options.per-row-10 {
  display: flex !important;
  flex-wrap: wrap !important;
gap:0 !important;
}


.col-border.wpb_column:not(:last-child) {
border: solid 3px white;
border-top: 0;
border-bottom: 0;
border-left: 0;
}

.wpb_wrapper ul,
.product-content ul {
list-style: none;
}

.wpb_wrapper ul li:not(.footer-container .wpb_wrapper ul li, ul.tabs li),
.product-content ul li:not(.footer-container .wpb_wrapper ul li, ul.tabs li) {
list-style: disc;
margin-left: 20px;
}

.wpb_wrapper ul:not(.footer-container .wpb_wrapper ul, ul.tabs),
.product-content ul:not(.footer-container .wpb_wrapper ul, ul.tabs) {
list-style: none;
}

.info-content .info-location {
  display: inline-flex;
}


/*CSS req-space custom form*/
.req-space-form.req-space-close-btn {
  display: block;
  width: 100%;
  max-width: 920px;
}

.req-space-form.req-space-close-btn > h3 {
  margin: 0 0 22px;
  padding-right: 40px;
  line-height: 1.3;
  font-size: 1.25rem;
  color: #202020;
  font-weight: 600;
}

.req-space-form.req-space-close-btn .md-contact-form {
  width: 100%;
  max-width: 100%;
}

.req-space-form .req-space-form {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.form-group {
  width: 48%;
  margin: 0 0 10px;
  padding: 0;
  box-sizing: border-box;
}

.req-space-form .form-group > p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.req-space-form .form-group > label,
.req-space-form .form-group > p > label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  margin: 0;
  width: 100%;
  line-height: 1.3;
  font-weight: 500;
}

.req-space-form .form-group label .drile-cf7-label-text {
  display: inline-block;
  line-height: 1.3;
}

.req-space-form .form-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
}

.req-space-form .form-group input[type="text"],
.req-space-form .form-group input[type="email"],
.req-space-form .form-group input[type="tel"],
.req-space-form .form-group input[type="file"],
.req-space-form .form-group textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  border-radius: 10px !important;
}

.req-space-form .form-group input[type="file"] {
  padding: 10px 12px;
  border: 1px dashed #cfcbc4;
  background: #fff;
  color: #6b6b6b;
  font-size: 14px;
  cursor: pointer;
}

.req-space-form .form-group input[type="file"]::file-selector-button,
.req-space-form .form-group input[type="file"]::-webkit-file-upload-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0 14px 0 0;
  padding: 10px 18px;
  border: 1px solid #a0b29a;
  border-radius: 10px;
  background: #a0b29a;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.req-space-form .form-group input[type="file"]:hover::file-selector-button,
.req-space-form .form-group input[type="file"]:hover::-webkit-file-upload-button {
  background: #879a81;
  border-color: #879a81;
}

.req-space-form .form-group textarea {
  min-height: 96px;
  height: 96px;
  resize: vertical;
  border-radius: 10px !important;
}

.req-space-form .wpcf7-form-control.wpcf7-submit {
  width: 300px;
  max-width: 100%;
  float: none !important;
  margin: 0;
  border-radius: 10px !important;
}

.req-space-form .form-group.full-width {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.req-space-form .form-group.full-width > label,
.req-space-form .form-group.full-width > p,
.req-space-form .form-group.full-width .wpcf7-form-control-wrap,
.req-space-form .form-group.full-width textarea,
.req-space-form .form-group.full-width .wpcf7-submit {
  width: 100%;
  max-width: 100%;
}

.req-space-form .form-group.full-width > p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.req-space-form .req-space-upload-hint {
  display: block;
  margin-top: 6px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.req-space-form .form-group.full-width .wpcf7-spinner {
  margin: 0 !important;
  flex: 0 0 24px;
}

.req-space-form .form-group > p > br,
.req-space-form .form-group label > br {
  display: none;
}

.req-space-form .wpcf7-not-valid-tip,
.req-space-form span.wpcf7-not-valid-tip {
  margin: 2px 0 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  width: 100%;
}

.full-width {
  width: 100%;
}

.radio-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

.req-space-form .form-group.radio-wrap > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.req-space-form .form-group.radio-wrap > p > label {
  display: block;
  width: auto;
  flex-direction: unset;
  gap: 0;
}

.req-space-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.req-space-form .wpcf7-list-item {
  margin: 0;
}

.req-space-form .wpcf7-list-item label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: auto;
}
/*req-space custom form CSS ends*/


.vc_custom_heading,
.vc_custom_heading.vc_do_custom_heading {
  margin: 0 0 25px 0;
}

.woocommerce .product figure {
  border-radius: 30px;
  border: 1px solid #cbcbcb;
}

.desk-tabs-wrapper ul.tabs>li {
  border-radius: 10px;
}
.woocommerce div.product .summary .meta-content .ts-social-sharing, .woocommerce div.product .summary .meta-content .sharethis-inline-share-buttons {
  margin-top: 10px !important;
}

.woocommerce div.product .summary a.compare,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:before {
  border-radius: 10px;
}

.ts-image-gallery-wrapper.ts-shortcode.ts-slider.columns-1.hide-dots-mobile.show-dots.dots-verticle {
  border-radius: 10px !important;
  overflow: hidden;
}

.owl-carousel .owl-item img {
  margin: 0 !important;
}

.woocommerce div.product .thumbnails a img {
  border: 1px solid #c7b8a345;
}

a.product_type_variable.add_to_cart_button.add_to_cart.alt,
.woocommerce table.wishlist_table td.product-thumbnail img,
.a.checkout-button.button.alt.wc-forward,
.button.button.empty-cart-button,
input#quantity_685a80c4519b6,
.woocommerce-checkout #payment div.payment_box,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-checkout-review-order-table .read-more-btn,
.woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
input,
.woocommerce form .form-row input.input-text,
img.stripe-cards-icon.stripe-icon,
.woocommerce-additional-fields textarea,
.woocommerce-cart table.cart img,
.quantity .qty,
.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon button,
.woocommerce table.shop_table td.actions button,
.woocommerce-cart button.button[name="update_cart"],
.woocommerce-cart button.button:disabled[name="update_cart"],
.woocommerce button.button,
.wc-proceed-to-checkout a.button.checkout-button,
.woocommerce .wc-proceed-to-checkout a.button.checkout-button,
.woocommerce.dropdown-container ul.cart_list li img,
a.button.view-cart,
a.button.checkout-button,
a.ts-button.ts-button-1.medium,
.more-less-buttons a,
a.ts-button.ts-button-2.medium,
.p-Field Input,
.ts-button-wrapper a.ts-button-3,
.woocommerce ul.product_list_widget li img {
  border-radius: 10px !important;
}

.input-text {
  border-radius: 0 !important;
}

.image-curve,
.image-curve img,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img,
img.vc_single_image-img.attachment-large.wvs-archive-product-image,
img.vc_single_image-img.attachment-full.wvs-archive-product-image,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
.woocommerce-cart table.cart img,
.custom-img-overlay, .mm-pct-container img {
  border-radius: 30px;
}

.hp-category-section ul.tabs>li.tab-item:first-child {
  border-top-left-radius: 10px;
}

.hp-category-section ul.tabs>li.tab-item:last-child {
  border-bottom-left-radius: 10px;
}

a.banners {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

section.product-category.product.first .product-wrapper {
  border-bottom-left-radius: 12px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-right-radius:12px;
  border-left: 1px solid #d7d7d7;
  overflow: hidden;
}

section.product-category.product.last .product-wrapper {
  border-bottom-left-radius: 12px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-right-radius:12px;
  border-left: 1px solid #d7d7d7;
  overflow: hidden;
}

section.product-category.product .product-wrapper {
  border-bottom-left-radius: 12px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-right-radius:12px;
  border-left: 1px solid #d7d7d7;
  overflow: hidden;
}

.products.owl-carousel,
.products.owl-carousel .owl-stage,
.products.owl-carousel .owl-stage-outer,
.products.owl-carousel .owl-item,
.products.owl-carousel .owl-item.cloned,
.products.owl-carousel .product,
.products.owl-carousel .product-wrapper,
.products.owl-carousel .thumbnail-wrapper,
.products.owl-carousel img {
  border: 0 !important;
  outline: 0 !important;
}

.products.owl-carousel .product-wrapper figure.has-back-image {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
}


.image-border .thumbnail-wrapper>a img {
  border-style: none;
}

.ts-product-category-wrapper.fix-width-for-cate .products>section.product-category {
  max-width: calc(30vw - 10px);
}

.ts-product-category-wrapper.grid .products {
  justify-content: center;
  margin: 0 -6px;
}

/* /products/ landing page â€” 1:1 square category grid */
body.drile-products-square-grid .ts-product-category-wrapper.grid .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  justify-content: stretch;
}

body.drile-products-square-grid .ts-product-category-wrapper.grid .products .product.product-category {
  width: auto !important;
  float: none !important;
  clear: none !important;
  padding: 0;
  margin: 0;
  aspect-ratio: 1 / 1;
}

body.drile-products-square-grid .ts-product-category-wrapper.grid .products .product.product-category .product-wrapper {
  position: relative;
  height: 100%;
}

body.drile-products-square-grid .ts-product-category-wrapper.grid .products .product.product-category .product-wrapper > a {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
}

body.drile-products-square-grid .ts-product-category-wrapper.grid .products .product.product-category .product-wrapper > a img {
  width: 100% !important;
  height: 100%;
  max-width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

/* Category archives â€” Display Type Subcategories: inline-flex, 4 per row.
   Cards are wrapped in .list-categories (drile_before_output_product_categories). */
body.drile-category-subcats-grid #main-content.show-filter-sidebar,
body.drile-category-subcats-grid #main-content {
  padding-left: 15px !important;
}

body.drile-category-subcats-grid .woocommerce.main-products,
body.drile-category-subcats-grid .woocommerce.main-products .products,
body.drile-category-subcats-grid .woocommerce.main-products .products .list-categories {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
  border-radius: 10px;
}

body.drile-category-subcats-grid .woocommerce.main-products .products {
  display: block;
  margin: 0;
}

body.drile-category-subcats-grid .woocommerce.main-products .products .list-categories {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
}

body.drile-category-subcats-grid .woocommerce.main-products .products .list-categories:after {
  display: none;
  content: none;
}

body.drile-category-subcats-grid .woocommerce.main-products .products .product.product-category {
  flex: 0 0 calc((100% - 36px) / 4);
  width: calc((100% - 36px) / 4) !important;
  max-width: calc((100% - 36px) / 4) !important;
  float: none !important;
  clear: none !important;
  padding: 0 !important;
  margin: 0;
  aspect-ratio: 1 / 1;
  min-width: 0;
  overflow: hidden;
}

body.drile-category-subcats-grid .woocommerce.main-products .products .product.product-category .product-wrapper {
  position: relative;
  height: 100%;
  border-left: 0;
  overflow: hidden;
}

body.drile-category-subcats-grid .woocommerce.main-products .products .product.product-category .product-wrapper > a {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
}

body.drile-category-subcats-grid .woocommerce.main-products .products .product.product-category .product-wrapper > a img {
  width: 100% !important;
  height: 100%;
  max-width: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

/* Responsive titles: no theme scale() â€” real font sizes that fit every breakpoint. */
body.drile-category-subcats-grid .products .product.product-category .product-wrapper .meta-wrapper,
body.drile-category-subcats-grid.layout-fullwidth .products .product.product-category .product-wrapper .meta-wrapper,
body.drile-category-subcats-grid.main-content-fullwidth .products .product.product-category .product-wrapper .meta-wrapper,
body.drile-category-subcats-grid .reverse-effect .products .product.product-category .product-wrapper .meta-wrapper {
  left: 12px;
  right: 12px;
  width: auto;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
  transform: translateY(-50%) scale(1) !important;
  opacity: 1;
  visibility: visible;
}

body.drile-category-subcats-grid .reverse-effect .products .product.product-category:hover .product-wrapper .meta-wrapper,
body.drile-category-subcats-grid.layout-fullwidth .products .product.product-category:hover .product-wrapper .meta-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(1) !important;
}

body.drile-category-subcats-grid .category-name,
body.drile-category-subcats-grid .category-name :is(h1, h2, h3, h4, h5, h6),
body.drile-category-subcats-grid .category-name :is(h1, h2, h3, h4, h5, h6) a {
  font-size: clamp(15px, 1.15vw + 0.55rem, 22px) !important;
  line-height: 1.25 !important;
  margin: 0;
  padding: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  text-align: center;
}

body.drile-category-subcats-grid .woocommerce.main-products .products .product.product-category .count {
  display: none;
}


.fast-dl-page .meta-wrapper .category-name :is(h1, h2, h3, h4, h5, h6) {
  font-size: 20px !important;
}

body.wpb-js-composer .vc_general.vc_tta-tabs.custom-tab-style .vc_tta-tabs-list {
  display: flex !important;
  justify-content:center;
}

h2.custom-img-section-title {
  letter-spacing: -0.5px !important;
}
body.wpb-js-composer .vc_toggle_round .vc_toggle_title {
  background-color: #A0B29A !important;
}
.woocommerce .woocommerce-ordering .orderby-current,
.filter-widget-area-button.ts-button-wrapper.btn-inline.has-border.style-sidebar
.ts-button {
  border-radius: 10px;
}

.inline-flex-faq-btn {
  display: inline-flex;
  justify-content: flex-end;
}

.clickable-image-box img {
  transition: opacity 0.4s ease;
}

.clickable-image-box:hover img {
  opacity: 0.7;
}

.custom-hover-link:hover {
  color: #A0B29A !important;
  text-decoration: none;
  font-weight: 700 !important;
}


.single-product .lb-outerContainer .lb-container .lb-dataContainer {
  position: absolute;
  top: 0;
  right: 300px;
  width: auto;
  padding: 5px;
  margin: 0;
  border-radius: 0 0 0 4px;
  z-index: 10;
}









.pdp-table table {
  border-collapse: collapse;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.pdp-table caption {
  font-size: 1.5em;
  margin: 10px;
  font-weight: bold;
  color: #333;
}

.pdp-table th,
.pdp-table td {
  padding: 15px 20px !important;
}

.pdp-table th {
  background-color: rgba(255, 255, 255, 0.3);
  color: #333;
}

.pdp-table td {
  background-color: rgba(255, 255, 255, 0.2);
  color: #222;
}

.pdp-table tr:hover td {
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease;
}

.pdp-table td:first-child,
.pdp-table th:first-child {
  text-align: right;
}
.pdp-table td {
  width: 50%;
}
.pdp-spec-img .vc_single_image-img {
  border-radius: 10px;
}

.design-col.wpb_column.vc_column_container.vc_col-sm-4 {
  border: 3px solid white;
  border-top: 0;
  border-bottom: 0;
}

.hamburger-menu {
    position: relative;
    z-index: 9999;
}

.hamburger-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 10001;
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
}

.hm-menu-container {
    display: none;
    position: fixed;
    top: var(--hm-menu-top, 121px);
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    transform: none;
    overscroll-behavior: contain;
    /* Avoid browser wheel-target quirks with nested scrollers */
    -webkit-overflow-scrolling: touch;
}

.hm-menu {
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    width: 350px;
    height: 100%;
    margin: 0;
    padding: 20px 0 40px;
    list-style: none;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.hm-menu::-webkit-scrollbar {
    width: 6px;
}

.hm-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.hm-menu::-webkit-scrollbar-track {
    background: transparent;
}

.hm-menu-item {
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.hm-menu-item a {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-wrap-mode: wrap;
    text-transform: uppercase;
    transition: unset;
}

i.ct-chevron-icon {
    transform: rotate(270deg);
    height: 24px;
    width: 24px;
    display: inline-block;
}

.hm-menu-item.has-children i.ct-chevron-icon::after {
    content: "\e874";
    font-family: "Linearicons-Free";
    position: relative;
    font-size: 16px;
    color: #999;
    font-weight: bold;
    height: 24px;
    width: 24px;
    display: block;
}

.hm-menu > li:hover > a,
.hm-menu > li.is-active > a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #C7B8A3;
    text-decoration-color: #A0B29A;
}

/* Sibling flyout columns — height always tracks the viewport under the header */
.hm-subflyout {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 350px;
    background: #fff;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    z-index: 1;
}

.hm-subflyout.is-open {
    display: block;
}

.hm-subflyout[data-level="2"] {
    left: 350px;
    z-index: 2;
}

.hm-subflyout[data-level="3"] {
    left: 700px;
    z-index: 3;
}

.hm-subflyout[data-level="4"] {
    left: 1050px;
    z-index: 4;
}

.hm-subflyout[data-level="5"] {
    left: 1400px;
    z-index: 5;
}

.hm-subflyout-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    box-sizing: border-box;
}

.hm-subflyout-scroll::-webkit-scrollbar {
    width: 6px;
}

.hm-subflyout-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.hm-subflyout-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.hm-subflyout .hm-menu {
    height: auto;
    min-height: 100%;
    border-right: 0;
    padding-bottom: 40px;
    overflow: visible;
}

.header-v4 .header-middle .menu-wrapper .ts-menu {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
}
.header-v4 .header-middle .menu-wrapper .ts-menu .ts-icon-toggle-header-top {
    margin-right: 20px;
}
.header-v4 .ts-floating-sidebar.search-sidebar .ts-sidebar-content {
    right: 0;
    left: unset !important;
}
.hm-menu-container.active {
    display: block;
}
header.ts-header.has-sticky .header-template {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.admin-bar header.ts-header.has-sticky .header-template {
    top: 30px;
}
.admin-bar .hm-menu-container {
    top: var(--hm-menu-top, 151px);
}
.plp-color-swatches,
.plp-material-swatches {
    display: inline-flex;
    flex-flow: row wrap;
    max-width: 200px;
    margin: 0;
}
.plp-color-swatches li,
.plp-material-swatches li {
    margin: 0 !important;
    padding: 0 !important;
}
.plp-color-swatches li a > span:first-child,
.plp-color-swatches li a > img:first-child,
.plp-material-swatches li a > img:first-child {
    border-radius: 0 !important;
    height: 40px !important;
    width: 40px !important;
    margin: 5px !important;
    transform: scale(1) !important;
}

.plp-color-swatches .chosen span:first-child,
.plp-material-swatches .chosen img {
    border: 2px solid #000000;
}

.plp-color-swatches li a .color-name,
.plp-material-swatches li a .material-name,
.options-container .options .label-container-display .inside {
    min-width: 70px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    display: inline-block;
    padding: 5px 10px 15px 10px;
    position: absolute;
    left: 50%;
    bottom: 80%;
    transform: translate(-50%, -10px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 350ms ease 0s;
    color: #202020;
}
.options-container .options .label-container-display .inside {
  bottom: 100%;
}

.plp-color-swatches li a .color-name:before,
.plp-material-swatches li a .material-name:before,
.options-container .options .label-container-display .inside:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    z-index: -1;
    background: rgba(255,255,255,1);
}
.plp-color-swatches li a .color-name:after,
.plp-material-swatches li a .material-name:after,
.options-container .options .label-container-display .inside:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 5px;
    content: "";
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ffffff;
}
.plp-color-swatches li a:hover .color-name,
.plp-material-swatches li a:hover .material-name,
.options-container .options .label-container-display:hover .inside {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.plp-color-swatches .chosen .color-name,
.plp-material-swatches .chosen .material-name {
    display: none;
}

.plp-color-swatches .chosen a::after, .plp-material-swatches .chosen a::after {
    content: "\00d7" !important;
    position: absolute;
    right: 2px;
    top: 0px;
    color: #000000 !important;
    margin: 0 !important;
    height: unset;
    width: unset;
    font-size: 24px !important;
    font-family: unset !important;
    background: #ffffff;
    padding: 5px !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 12px !important;
    font-weight: unset !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px #888888;
}
.toggle-swatches {
    font-weight: 500;
    display: inline-flex;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.toggle-swatches:after {
    content: "\e874";
    font-family: "Linearicons-Free";
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 5px;
}
span.toggle-swatches.active:after {
    transform: rotate(180deg);
}

.single-product .variations .label .woo-selected-variation-item-name,
a.reset_variations,
.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title span {
  color: #383838 !important;
}

.single-product .variations .label {
    background-color: #C7B8A3;
    padding: 15px;
    display: block;
    width: 100%;
    margin: 0 !important;
    border-radius: 10px;
    font-size: 14px !important;
    line-height: 1.5;
    font-weight: 700;
    color: #A0B29A;
    user-select: text;
}

/* YITH WMMQ minimum quantity notice on product page */
.single-product .ywmmq-rules-wrapper {
  margin: 0 0 1rem;
  padding: 5px;
  background-color: #f5f2ed;
  border-left: 3px solid #A0B29A;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  width: 62%;
}

.single-product .ywmmq-rules-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-product .ywmmq-rules-wrapper li {
	margin: 0;
  list-style: none;

}

/* YWMMQ min-qty price stack: two-column layout (theme price classes unchanged) */
.pdp-price-bx.maati-ywmmq-price-stack {
	display: flex;
	align-items: flex-start;
}

.maati-ywmmq-price-stack .maati-ywmmq-price-stack-col {
	min-width: 230px;
}

.maati-ywmmq-price-stack .maati-ywmmq-price-stack-col + .maati-ywmmq-price-stack-col {
	border-left: 1px solid #ccc;
	padding-left: 40px;
}

.maati-ywmmq-price-stack .maati-ywmmq-price-stack-col:first-child {
	padding-right: 40px;
}

.maati-ywmmq-price-stack .maati-ywmmq-qty-label {
	display: block;
	margin-bottom: 4px;
}

/* YITH WAPO addon header: collapsed summary + open full-title state */
.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
    background-color: #C7B8A3;
    padding: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 0 0 10px !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 700;
    color: #A0B29A;
    line-height: 1.3;
    min-height: auto;
}

.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title::before {
    flex: 0 0 auto;
    line-height: 1;
    margin-right: 0.35rem;
}

.yith-wapo-block .wapo-addon-title .special-space-col-one {
    flex: 0 0 45%;
    width: 45%;
    max-width: 45%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    overflow: hidden;
}

.yith-wapo-block .wapo-addon-title .special-space-col-one > span:first-child {
    display: inline-block;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.yith-wapo-block .wapo-addon-title .special-space-col-one:has(.required) > span:first-child {
    max-width: calc(100% - 0.65em);
}

.yith-wapo-block .wapo-addon-title .special-space-col-one .required {
    flex: 0 0 auto;
    line-height: 1;
    margin-left: 0.1em;
}

.yith-wapo-block .wapo-addon-title .special-space-col-two {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow: hidden;
}

.yith-wapo-block .wapo-addon-title .selected-op-ttl-hdr {
    flex: 0 1 75%;
    width: 75%;
    max-width: 75%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: 400;
    line-height: 1.3;
}

.selected-op-ttl-hdr, .selected-op-prc-hdr {
  font-weight: 700 !important;
}

.yith-wapo-block .wapo-addon-title .selected-op-prc-hdr {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
    text-align: right;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.3;
}

.yith-wapo-block .wapo-addon-title .selected-op-prc-hdr:empty,
p.order-again {
    display: none;
}

/* When price is empty, let selection use the full right column */
.yith-wapo-block .wapo-addon-title .special-space-col-two:has(.selected-op-prc-hdr:empty) .selected-op-ttl-hdr {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
}

/* Collapsed with no selection: title spans remaining header width */
.yith-wapo-addon.wapo-toggle:not(.toggle-open) .wapo-addon-title .special-space-col-two:not(:has(.selected-op-ttl-hdr:not(:empty))) {
    display: none;
}

.yith-wapo-addon.wapo-toggle:not(.toggle-open) .wapo-addon-title:not(:has(.selected-op-ttl-hdr:not(:empty))) .special-space-col-one {
    flex: 1 1 0;
    width: auto;
    max-width: none;
}

/* Open: hide selection summary, expand title to full width */
.yith-wapo-addon.wapo-toggle.toggle-open .wapo-addon-title .special-space-col-one,
.wapo-addon-title.toggle-open .special-space-col-one {
    flex: 1 1 0;
    width: auto;
    max-width: none;
}

.yith-wapo-addon.wapo-toggle.toggle-open .wapo-addon-title .special-space-col-two,
.wapo-addon-title.toggle-open .special-space-col-two {
    display: none;
}
.summary.entry-summary .meta-content {
  display: inline-flex;
  flex-flow: column nowrap;
}
.services-main-usps .vc_tta-panel-title a, .woocommerce-message, .woocommerce .woocommerce-message, .woocommerce-error, .woocommerce .woocommerce-error, .woocommerce-info, .woocommerce .woocommerce-info, #ts-ajax-add-to-cart-message, .button.wc-backward {
  border-radius: 10px;
}
.woocommerce-cart-form__cart-item.cart_item .ywmmq-icon::before {
  display: none !important;
}

.single-product .variations .label label {
  padding: 0;
  margin-right: 0;
  color: #383838 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: inline;
  white-space: nowrap;
}

.single-product .variations .label .woo-selected-variation-item-name {
  display: inline !important;
  font-weight: 400;
}
.yith-wapo-block + #wapo-total-price-table {
    display: none !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .yith-wapo-container > .yith-wapo-block {
    display: none !important;
}

.usp-icon {
  height: 60px !important;
  width: 60px !important;
}
.usp-border > .wpb_column:not(:last-child) {
  border: dotted 2px white;
}

.col-border.wpb_column:not(:last-child) {
  border: solid 3px white;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}

/* Checkout order review: Shipping matches Subtotal / VAT / Total row layout */
body.woocommerce-checkout #order_review table.shop_table tr.shipping th,
body.woocommerce-checkout #order_review table.shop_table tr.shipping td {
  vertical-align: middle;
  padding-bottom: 4px;
}

body.woocommerce-checkout #order_review table.shop_table ul#shipping_method {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  text-align: right !important;
  width: 100%;
}

body.woocommerce-checkout #order_review table.shop_table ul#shipping_method li {
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout #order_review table.shop_table ul#shipping_method label {
  display: inline-flex;
  line-height: inherit;
  white-space: nowrap;
  text-align: right;
  flex-flow: column;
}
body.woocommerce-checkout #order_review table.shop_table ul#shipping_method span.maati-shipping-delivery-note {
  font-size: 9px;
}
span.maati-shipping-delivery-note span.woocommerce-Price-amount.amount {
  display: none;
}
body.woocommerce-checkout #order_review table.shop_table ul#shipping_method .maati-shipping-delivery-note {
  display: block;
  margin-top: 2px;
  color: #666;
  font-size: 9px;
  font-weight: normal;
  line-height: 1.4;
  white-space: normal;
}

/* Cart totals: keep Shipping / VAT on one line like Subtotal / Total */
.cart-collaterals .cart_totals table.shop_table tr.shipping td,
.cart-collaterals .cart_totals table.shop_table tr.tax-rate td,
.cart-collaterals .cart_totals table.shop_table tr.tax-total td,
.cart-collaterals .cart_totals table.shop_table tr.fee td {
  text-align: right;
}

.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td:before,
.cart-collaterals .cart_totals table.shop_table tbody tr.tax-rate td:before,
.cart-collaterals .cart_totals table.shop_table tbody tr.tax-total td:before,
.cart-collaterals .cart_totals table.shop_table tbody tr.fee td:before {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-bottom: 0;
  float: none;
}

.cart-collaterals .cart_totals ul#shipping_method {
  margin: 0;
  text-align: right;
}

.cart-collaterals .cart_totals ul#shipping_method li {
  margin: 0;
  padding: 0;
}



.read-more-wrapper {
    display: inline-block;
    max-height: 50px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}
.read-more-wrapper::after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding-left: 5px;
}
.read-more-wrapper.expanded {
    max-height: none;
}
.read-more-wrapper.expanded::after {
    content: none; 
}
.read-more-toggle {
    color: #A0B29A;
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
}


 .pdp-table-icon-v2 caption {
  padding: 10px;
  font-size: 16px;
}
.pdp-table-icon-v2 table {
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.pdp-table-icon-v2 td {
  padding: 18px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.pdp-table-icon-v2 td:first-child {
  font-weight: bold;
  color: #333;
}

.pdp-table-icon-v2 .fa {
  color: #C7B8A3;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pdp-table-icon-v2 td:first-child,
.pdp-table-icon-v2 th:first-child {
  padding-left: 18px;
}
.pdp-table-icon-v2 td,
.pdp-table-icon-v2 th {
  width: 50%;
}


.pdp-table-icon-v3 caption {
  padding: 10px;
  font-size: 16px;
}
.pdp-table-icon-v3 table {
  border: 0px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
}

.pdp-table-icon-v3 td {
  padding: 18px;
  font-size: 16px;
  border-bottom: 0px solid #eee;
}

.pdp-table-icon-v3 td:first-child {
  font-weight: bold;
  color: #333;
}

.pdp-table-icon-v3 .fa {
  color: #C7B8A3;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pdp-table-icon-v3 td:first-child,
.pdp-table-icon-v3 th:first-child {
  padding-left: 18px;
}
.pdp-table-icon-v3 tr th:first-child {
  width: 40%;
}
.pdp-table-icon-v3 tr th:last-child {
  width: 60%;
}
.pdp-table-icon-v3 table tr th {
    border: 0;
}


button.read-more,button.read-less {
  background: none !important;
  color: #A0B29A !important;
  border: 0 !important;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

button.read-more:hover,
button.read-less:hover {
  text-decoration: underline !important;
}

/* Category archive description: 2-line clamp + Read More/Less */
.term-description-readmore {
  margin-bottom: 1em;
}

.term-description-readmore .term-description-content {
  position: relative;
  line-height: 1.7;
}

.term-description-readmore:not(.is-expanded) .term-description-content {
  max-height: calc(1.6em * 2);
  overflow: hidden;
}

.term-description-readmore .term-description-text {
  display: inline;
}

.term-description-readmore:not(.is-expanded) .term-description-toggle {
  position: absolute;
  right: 0;
  bottom: -2px;
  white-space: nowrap;
  line-height: 1.6;
  background: #fff;
  height: 27px;
}

.term-description-readmore.is-expanded .term-description-content {
  max-height: none;
  overflow: visible;
}

.term-description-readmore.is-expanded .term-description-toggle {
  position: static;
  display: inline;
  background: none;
  padding-left: 0;
  white-space: normal;
}

.term-description-readmore.is-expanded .term-description-dots {
  display: none;
}

.term-description-readmore .term-description-toggle button.read-more,
.term-description-readmore .term-description-toggle button.read-less {
  display: inline !important;
  margin: 0;
  vertical-align: baseline;
}

.term-description-readmore .term-description-toggle[hidden] {
  display: none !important;
}

.cats-link {
  display: inline-flex;
}


.hidden-fields-container {
    display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected .variable-item-contents:after {
    width: 28px;
    height: 28px;
}


.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display img {
    min-width: 150px;
    min-height: 150px;
}

.page-id-52 .cta-form,
.page-id-53 .cta-form {
    display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{
	z-index: 990 !important;
}
.woocommerce .woocommerce-ordering .orderby-current {
  padding: 9px 16px;
}

.woocommerce-order-received .wpb_wrapper ul li:not(.footer-container .wpb_wrapper ul li, ul.tabs li), .product-content ul li:not(.footer-container .wpb_wrapper ul li, ul.tabs li) {
  list-style: none;
  margin-left: 0 !important;
}

.wc-bacs-bank-details.order_details.bacs_details li {
  margin: 0 !important;
  padding: 5px 15px 0;
}

.woocommerce .woocommerce-order {
  padding: 30px;
  margin-bottom: 50px;
  background: #C7B8A3 !important;
  border-radius: 10px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin: 30px 0 50px;
  text-align: center;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  font-size: 26px;
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-size: 18px;
}

.woocommerce .wc-bacs-bank-details-account-name,
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  width: 100%;
  text-align: center;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  flex-flow: row wrap;
}

.woocommerce-bacs-bank-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  margin: 60px 0 0;
}

.woocommerce .woocommerce-order-details {
  margin-top: 65px;
}

.woocommerce .order_details.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details.order_details.bacs_details li,
.woocommerce-table__product-name.product-name a{
  color: #685944;
  font-weight: 600;
}

.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 26px;
  text-align: center;
}

.woocommerce table.woocommerce-table--order-details tfoot tr.order-customer-note td {
  text-align: left;
}

.woocommerce-order-details .woocommerce-table tr th, .woocommerce-order-details .woocommerce-table tr td {
  border-color: #A0B29A !important;
}

.woocommerce ul.order_details li {
  border-right: 1px dashed #A0B29A !important;
}
.woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: none;
  color: #000;
}

.header-template {
  border-bottom: 1px solid #c7b8a338;
}

.woocommerce ul.order_details li:last-child {
  border-right: unset !important;
}

/* PLP filter sidebar â€” desktop toolbar + header UX */
.filter-widget-area-button.style-sidebar a:after {
  display: none;
}

.filter-widget-area-button.style-sidebar a .filter-btn-icon.ts-icon-toggle-header-top {
  display: inline-block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 8px;
  flex-shrink: 0;
  vertical-align: middle;
  position: relative;
  cursor: inherit;
  pointer-events: none;
  overflow: visible;
}

.filter-widget-area-button.style-sidebar a .filter-btn-icon span {
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  left: 50%;
  right: auto;
  margin-left: -8px;
  background-color: currentColor;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, top 0.25s ease-in-out, width 0.25s ease-in-out;
}

.filter-widget-area-button.style-sidebar a .filter-btn-icon span:nth-child(1) {
  top: 5px;
}

.filter-widget-area-button.style-sidebar a .filter-btn-icon span:nth-child(2) {
  top: 10px;
}

.filter-widget-area-button.style-sidebar a .filter-btn-icon span:nth-child(3) {
  top: 15px;
}

.filter-widget-area-button.style-sidebar a.active .filter-btn-icon span:nth-child(1),
.filter-widget-area-button.style-sidebar a.filter-sidebar-open .filter-btn-icon span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.filter-widget-area-button.style-sidebar a.active .filter-btn-icon span:nth-child(2),
.filter-widget-area-button.style-sidebar a.filter-sidebar-open .filter-btn-icon span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.filter-widget-area-button.style-sidebar a.active .filter-btn-icon span:nth-child(3),
.filter-widget-area-button.style-sidebar a.filter-sidebar-open .filter-btn-icon span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.filter-widget-area-button.style-sidebar a .filter-btn-label-hide {
  display: none;
}

.filter-widget-area-button.style-sidebar a.active .filter-btn-label-show,
.filter-widget-area-button.style-sidebar a.filter-sidebar-open .filter-btn-label-show {
  display: none;
}

.filter-widget-area-button.style-sidebar a.active .filter-btn-label-hide,
.filter-widget-area-button.style-sidebar a.filter-sidebar-open .filter-btn-label-hide {
  display: inline;
}

.filter-widget-area-button.style-sidebar a:focus-visible {
  outline: 2px solid #a0b29a;
  outline-offset: 2px;
}

/*** Back to Top Button ***/
#to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  background-color: #A0B29A;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 0 4px 14px rgba(43, 80, 109, 0.28);
  transform: translateY(calc(100% + 32px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s ease,
    visibility 0.45s,
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

#to-top.on {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  line-height: 1 !important;
  font-size: 0;
  letter-spacing: 0;
  text-decoration: none;
  box-sizing: border-box;
}

#to-top a:before {
  content: '\e877';
  display: block;
  font-size: 22px;
  line-height: 1 !important;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.3s ease;
}

#to-top:hover {
  background-color: #ffffff;
  border-color: #A0B29A;
  box-shadow: 0 4px 14px rgba(43, 80, 109, 0.15);
}

#to-top:hover a:before {
  color: #A0B29A;
  transform: translateY(-3px);
}

#to-top a:focus-visible {
  outline: 2px solid #A0B29A;
  outline-offset: 2px;
}

/*** WhatsApp FAB ***/
.maati-whatsapp-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  width: 48px;
  height: 48px;
  padding: 0;
  background: #25d366;
  color: #fff;
  border: 2px solid #25d366;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    bottom 0.3s ease;
}

.maati-whatsapp-fab svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.maati-whatsapp-fab:hover {
  background: #fff;
  color: #25d366;
  transform: scale(1.1);
  border-color: #25d366;
}

.maati-whatsapp-fab:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 2px;
}

.maati-whatsapp-fab--raised {
  bottom: 88px;
}

/*-------------------------------------------------------------
  VIII. CHECKOUT â€“ Maati brand forms & buttons
--------------------------------------------------------------*/

/* -- Width: align login, coupon & notices with billing column -- */
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce > .woocommerce-message,
body.woocommerce-checkout .woocommerce > .woocommerce-error,
body.woocommerce-checkout .woocommerce > .woocommerce-info {
  width: 59%;
  max-width: 100%;
}

/* -- Info banners (login, coupon prompts & checkout notices) -- */
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-message,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-error,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-info,
body.woocommerce-checkout .woocommerce > .woocommerce-message,
body.woocommerce-checkout .woocommerce > .woocommerce-error,
body.woocommerce-checkout .woocommerce > .woocommerce-info {
  background-color: #f5f2ed !important;
  border: none !important;
  border-left: 3px solid #A0B29A !important;
  border-radius: 10px !important;
  padding: 14px 20px !important;
  color: #333 !important;
  margin-bottom: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: auto;
  line-height: 1.5;
  max-width: 100% !important;
  box-sizing: border-box;
}

body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-message,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-error,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-info {
  width: 100% !important;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info:before,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message:before,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error:before,
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info:before,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-message:before,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-error:before,
body.woocommerce-checkout .checkout-login-coupon-wrapper .woocommerce-info:before,
body.woocommerce-checkout .woocommerce > .woocommerce-message:before,
body.woocommerce-checkout .woocommerce > .woocommerce-error:before,
body.woocommerce-checkout .woocommerce > .woocommerce-info:before {
  display: none;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info a.showlogin,
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info a.showcoupon {
  color: #A0B29A;
  text-decoration: underline;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info a.showlogin:hover,
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info a.showcoupon:hover {
  color: #202020;
}

/* -- Shared checkout inputs -- */
body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row select,
body.woocommerce-checkout .woocommerce form .form-row textarea {
  background-color: #fff;
  border: 2px solid #cbcbcb !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 0.95rem;
  color: #202020;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row select:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea:focus {
  border-color: #A0B29A !important;
  box-shadow: 0 0 0 1px #A0B29A;
  outline: none;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #cbcbcb !important;
  border-radius: 10px !important;
  min-height: 44px;
  padding: 4px 8px;
}

body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #A0B29A !important;
  box-shadow: 0 0 0 1px #A0B29A;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #202020;
}

/* -- Login form -- */
body.woocommerce-checkout .checkout-login-wrapper > p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login {
  background: #fafafa;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login .form-row label {
  color: #333;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login .lost_password a {
  color: #A0B29A;
  text-decoration: none;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login .lost_password a:hover {
  text-decoration: underline;
  color: #202020;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login .form-row:has(.woocommerce-form-login__remember) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login .woocommerce-form-login__rememberme {
  margin-top: 0 !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login button.button {
  margin-top: 0 !important;
}

/* -- Checkout checkboxes (theme accent) -- */
body.woocommerce-checkout input[type="checkbox"] {
  accent-color: #A0B29A;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
}

body.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  line-height: 1.4;
}

/* -- Coupon form -- */
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 30px;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first {
  width: 250px !important;
  float: none;
  margin: 0;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
  flex: 0 0 auto;
  width: auto !important;
  float: none;
  margin: 0;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button {
  width: auto;
  min-width: 160px;
  white-space: nowrap;
}

/* -- Primary checkout action buttons -- */
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login button.button,
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button,
body.woocommerce-checkout .woocommerce #payment #place_order {
  background-color: #A0B29A !important;
  border: 2px solid #A0B29A !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 24px !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper form.login button.button:hover,
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button:hover,
body.woocommerce-checkout .woocommerce #payment #place_order:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

/* -- Billing & shipping -- */
body.woocommerce-checkout .woocommerce > form.checkout #customer_details h3 {
  color: #202020;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

body.woocommerce-checkout .woocommerce > form.checkout .form-row label {
  color: #333;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce > form.checkout .form-row label .required {
  color: #A0B29A;
  text-decoration: none;
}

body.woocommerce-checkout .woocommerce > form.checkout .form-row textarea {
  min-height: 100px;
}

body.woocommerce-checkout .woocommerce-checkout form.checkout .form-row .woocommerce-password-strength,
body.woocommerce-checkout .woocommerce-checkout form.checkout .form-row .woocommerce-password-hint {
  margin-left: 32%;
  width: 67%;
}

body.woocommerce-checkout .form-row .woocommerce-input-wrapper .description {
  display: none !important;
  position: static !important;
  background-color: #C7B8A3;
  color: #000000;
  border-radius: 10px;
  padding: 10px;
  margin: 8px 0 0;
  line-height: 1.5;
  font-size: 12px !important;
}

body.woocommerce-checkout .form-row .woocommerce-input-wrapper .description::before,
body.woocommerce-checkout .form-row .woocommerce-input-wrapper .description::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-checkout .form-row:focus-within .woocommerce-input-wrapper .description {
  display: block !important;
}

/* -- Order review sidebar -- */
body.woocommerce-checkout .woocommerce > form.checkout #order_review {
  background: transparent;
  border: 2px solid #cbcbcb !important;
}

body.woocommerce-checkout .woocommerce > form.checkout #order_review_heading {
  color: #202020;
  letter-spacing: 0.5px;
}

/* -- Payment -- */
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
  background-color: #f5f2ed !important;
  border-radius: 10px !important;
  border: none;
}

#order_review table.shop_table ul#shipping_method {
  text-align: right;
}

#order_review table.shop_table ul#shipping_method label {
  font-size: inherit;
}

#order_review table.shop_table ul#shipping_method .maati-shipping-delivery-note {
  font-size: 9px;
  color: #666;
}

body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f5f2ed;
}

body.woocommerce-account #primary .woocommerce {
  max-width: 100%;
}

body.woocommerce-account .entry-header .entry-title,
body.woocommerce-account .breadcrumb-title {
  color: #202020;
  letter-spacing: 0.5px;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account #customer_login h2 {
  color: #202020;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

body.woocommerce-account .woocommerce form .form-row label {
  color: #333;
  font-weight: 500;
}

body.woocommerce-account .woocommerce form .form-row label .required {
  color: #A0B29A;
  text-decoration: none;
}

/* -- Notices -- */
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-account .woocommerce > .woocommerce-message,
body.woocommerce-account .woocommerce > .woocommerce-error,
body.woocommerce-account .woocommerce > .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #f5f2ed !important;
  border: 1px solid #e8e4df !important;
  border-left: 3px solid #A0B29A !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  color: #333;
  margin-bottom: 20px;
  min-height: auto;
  line-height: 1.5;
  max-width: 100%;
  width: auto;
  box-shadow: none;
}

body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message:before,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error:before,
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info:before,
body.woocommerce-account .woocommerce > .woocommerce-message:before,
body.woocommerce-account .woocommerce > .woocommerce-error:before,
body.woocommerce-account .woocommerce > .woocommerce-info:before,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info:before {
  display: none !important;
  content: none !important;
}

/* Empty state bars (orders, downloads) */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button.button {
  margin-left: auto;
  flex-shrink: 0;
  text-decoration: none;
}

footer hr {
  border: unset;
  border-top: 1px solid #000000 !important;
}

/* Error / warning notices - override parent theme red defaults */
body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-account .woocommerce > .woocommerce-error {
  background-color: #f5f2ed !important;
  border: none !important;
  border-left: 3px solid #A0B29A !important;
  border-top: none !important;
  color: #333 !important;
}

body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error li,
body.woocommerce-account .woocommerce > .woocommerce-error li {
  color: #333 !important;
}

body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error a,
body.woocommerce-account .woocommerce > .woocommerce-error a {
  color: #A0B29A !important;
  text-decoration: underline;
}

body.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error a:hover,
body.woocommerce-account .woocommerce > .woocommerce-error a:hover {
  color: #202020 !important;
}

/* -- Shared account inputs -- */
body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account .woocommerce form .form-row select,
body.woocommerce-account .woocommerce form .form-row textarea {
  background-color: #fff;
  border: 2px solid #cbcbcb !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 0.95rem;
  color: #202020;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

body.woocommerce-account .woocommerce form .form-row input.input-text:focus,
body.woocommerce-account .woocommerce form .form-row select:focus,
body.woocommerce-account .woocommerce form .form-row textarea:focus {
  border-color: #A0B29A !important;
  box-shadow: 0 0 0 1px #A0B29A;
  outline: none;
}

body.woocommerce-account .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #cbcbcb !important;
  border-radius: 10px !important;
  min-height: 44px;
  padding: 4px 8px;
}

body.woocommerce-account .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-account .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #A0B29A !important;
  box-shadow: 0 0 0 1px #A0B29A;
}

body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #202020;
}

body.woocommerce-account input[type="checkbox"] {
  accent-color: #A0B29A;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
}

body.woocommerce-account .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  line-height: 1.4;
}

/* -- Login / Register cards -- */
body.woocommerce-account #customer_login {
  width: 100%;
  margin-top: 10px;
}

body.woocommerce-account #customer_login::after {
  content: '';
  display: table;
  clear: both;
}

body.woocommerce-account #customer_login .col-1 {
  width: 45%;
  float: left;
  min-width: 0;
  background: #fafafa;
  padding: 24px;
  border-radius: 10px;
  box-sizing: border-box;
}

body.woocommerce-account #customer_login .col-2 {
  width: 45%;
  float: right;
  min-width: 0;
  background: #fafafa;
  padding: 24px;
  border-radius: 10px;
  box-sizing: border-box;
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

body.woocommerce-account .woocommerce form.login .lost_password a,
body.woocommerce-account .woocommerce form.register .woocommerce-privacy-policy-text a {
  color: #A0B29A;
  text-decoration: none;
}

body.woocommerce-account .woocommerce form.login .lost_password a:hover,
body.woocommerce-account .woocommerce form.register .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
  color: #202020;
}

body.woocommerce-account .woocommerce form.login .form-row:has(.woocommerce-form-login__remember) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

body.woocommerce-account .woocommerce form.login .woocommerce-form-login__rememberme {
  margin-top: 0 !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

body.woocommerce-account .woocommerce form.login .button,
body.woocommerce-account .woocommerce form.register .button {
  margin-top: 0 !important;
}

body.woocommerce-account .woocommerce form.register .woocommerce-privacy-policy-text {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* -- Primary action buttons -- */
body.woocommerce-account .woocommerce form.login .button,
body.woocommerce-account .woocommerce form.register .button,
body.woocommerce-account .woocommerce-EditAccountForm button.button,
body.woocommerce-account .woocommerce-address-fields button.button,
body.woocommerce-account .woocommerce-MyAccount-content > form button.button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button {
  background-color: #A0B29A !important;
  border: 2px solid #A0B29A !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 24px !important;
  min-height: 44px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

body.woocommerce-account .woocommerce form.login .button:hover,
body.woocommerce-account .woocommerce form.register .button:hover,
body.woocommerce-account .woocommerce-EditAccountForm button.button:hover,
body.woocommerce-account .woocommerce-address-fields button.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content > form button.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

/* -- Secondary / outline buttons (orders view, etc.) -- */
body.woocommerce-account .woocommerce table.my_account_orders .button,
body.woocommerce-account .woocommerce-MyAccount-content .button:not(.woocommerce-Button) {
  background-color: #ffffff !important;
  border: 2px solid #A0B29A !important;
  color: #202020 !important;
  border-radius: 10px !important;
  font-weight: 600;
  padding: 10px 18px !important;
  min-height: 44px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

body.woocommerce-account .woocommerce table.my_account_orders .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:not(.woocommerce-Button):hover {
  background-color: #A0B29A !important;
  color: #ffffff !important;
  border-color: #A0B29A !important;
}

/* -- Logged-in navigation -- */
body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 40px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  float: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  line-height: 1.4;
  color: #202020;
  background: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background-color: rgba(160, 178, 154, 0.25);
  color: #ffffff;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #A0B29A;
  color: #ffffff;
}

/* -- Content area -- */
body.woocommerce-account .woocommerce-MyAccount-content p {
  line-height: 1.6;
  color: #333;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8e4df;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  padding: 14px 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th {
  background: #f5f2ed;
  color: #202020;
  font-weight: 600;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .button {
  min-height: 44px;
}

/* -- Addresses -- */
body.woocommerce-account .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

body.woocommerce-account .woocommerce-Address {
  flex: 1 1 280px;
  background: #f5f2ed;
  padding: 24px;
  border-radius: 10px;
  box-sizing: border-box;
}

body.woocommerce-account .woocommerce-Address-title {
  margin-bottom: 16px;
}

body.woocommerce-account .woocommerce-Address-title h3 {
  margin-bottom: 8px;
}

body.woocommerce-account .woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

/* -- Order detail view -- */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-top: 30px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title {
  color: #202020;
  letter-spacing: 0.5px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table--order-details {
  border-radius: 10px;
  overflow: hidden;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  background: #f5f2ed;
  padding: 20px;
  border-radius: 10px;
  border: none;
}

/* -- Edit account password hint -- */
body.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8e4df;
  border-radius: 10px;
}

body.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  color: #202020;
  font-weight: 600;
  padding: 0 8px;
}

/* -- Lost password / reset password -- */
body.woocommerce-lost-password #primary .woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.woocommerce-lost-password #primary .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 450px;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-lost-password .woocommerce > .woocommerce-error {
  width: 100%;
  background-color: #f5f2ed !important;
  border: none !important;
  border-left: 3px solid #A0B29A !important;
  border-top: none !important;
  border-radius: 10px !important;
  padding: 14px 20px !important;
  color: #333 !important;
  margin-bottom: 20px;
  min-height: auto;
  line-height: 1.5;
  list-style: none;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error li,
body.woocommerce-lost-password .woocommerce > .woocommerce-error li {
  color: #333 !important;
  padding: 0;
  line-height: 1.5;
}

body.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error:before,
body.woocommerce-lost-password .woocommerce > .woocommerce-error:before {
  display: none !important;
  content: none !important;
}

body.woocommerce-lost-password form.lost_reset_password {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  border-width: 0;
  padding: 0;
  line-height: 26px;
  box-sizing: border-box;
}

body.woocommerce-lost-password form.lost_reset_password .form-row-first,
body.woocommerce-lost-password form.lost_reset_password .form-row-last {
  width: 100%;
  float: none;
  margin-right: 0;
  clear: both;
}

body.woocommerce-lost-password form.lost_reset_password .form-row input.input-text {
  width: 100%;
  max-width: 100%;
}

body.woocommerce-lost-password form.lost_reset_password .button {
  margin-top: 7px;
  min-width: 160px;
  background-color: #A0B29A !important;
  border: 2px solid #A0B29A !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 24px !important;
  min-height: 44px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

body.woocommerce-lost-password form.lost_reset_password .button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

body.woocommerce-lost-password #primary .woocommerce > p {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.6;
  color: #333;
}

/* PDP Delivery & Installation notices */
.pdp-delivery-install {
  margin-top: 15px;
  margin-bottom: 15px !important;
  clear: both;
  width: 100%;
  border-top: 1px solid #C7B8A3;
  border-bottom: 1px solid #C7B8A3;
  padding: 20px 0;
}

.pdp-delivery-install-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.pdp-delivery-install-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
}

.pdp-delivery-install-icon {
  flex: 0 0 18px;
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-delivery-install-icon i,
.pdp-delivery-install-icon i::before,
.pdp-delivery-install .fa,
.pdp-delivery-install .fa::before,
.pdp-delivery-install .fa-solid,
.pdp-delivery-install .fa-solid::before,
.pdp-delivery-install .fas,
.pdp-delivery-install .fas::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
}

.pdp-delivery-install-icon i,
.pdp-delivery-install .fa,
.pdp-delivery-install .fa-solid,
.pdp-delivery-install .fas {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: #C7B8A3;
}

.pdp-delivery-install-text {
  flex: 1 1 auto;
  min-width: 0;
}

.pdp-delivery-install-text a {
  color: inherit;
  text-decoration: underline;
}

.pdp-delivery-install-text a:hover,
.pdp-delivery-install-text a:focus {
  color: #C7B8A3;
}

/* PDP USPs */
.images-thumbnails .pdp-usps {
  margin-top: 15px;
  clear: both;
  width: 100%;
  max-width: 100%;
  float: none;
}

.pdp-usps-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 15px;
  row-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pdp-usps-item {
  margin: 0;
  padding: 0;
  min-width: 0;
  list-style: none;
}
.pdp-price-bx,
.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
  user-select: text;
}
.pdp-usps-action {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #333;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.pdp-usps-icon {
  flex: 0 0 18px;
  width: 18px;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-usps-icon i,
.pdp-usps-icon i::before,
.pdp-usps .fa,
.pdp-usps .fa::before,
.pdp-usps .fa-solid,
.pdp-usps .fa-solid::before,
.pdp-usps .fas,
.pdp-usps .fas::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
}

.pdp-usps-icon i,
.pdp-usps .fa,
.pdp-usps .fa-solid,
.pdp-usps .fas {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #a0b29a;
}

.pdp-usps-label {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.pdp-usps-action:hover, a.pdp-usps-action:focus, a.pdp-usps-warranty:hover, a.pdp-usps-warranty:focus {
  color: #C7B8A3;
  text-decoration: none;
}

.pdp-usps-warranty-modal {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: 0;
  color: #222;
}

.pdp-usps-warranty-modal .overlay {
  background: rgba(245, 242, 237, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity 300ms ease, visibility 300ms ease;
}

.pdp-usps-warranty-modal .popup-container {
  width: min(960px, calc(100vw - 48px));
  max-width: min(960px, calc(100vw - 48px));
  max-height: 90vh;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(34, 34, 34, 0.08);
  overflow: hidden;
  transform: translate(-50%, calc(-50% + 20px));
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
}

.pdp-usps-warranty-modal.show .popup-container {
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 14px;
}

.pdp-usps-warranty-modal[hidden] {
  display: none !important;
}

.pdp-usps-warranty-modal:not([hidden]) {
  display: block;
}

.pdp-usps-warranty-modal .close {
  display: none !important;
}

.pdp-warranty-scroll {
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pdp-warranty-inner {
  padding: 36px 40px 40px;
}

.pdp-warranty-close {
  position: absolute;
  top: 28px;
  right: 32px;
  z-index: 2;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 200ms ease;
}

.pdp-warranty-close:hover,
.pdp-warranty-close:focus {
  background: #333;
  outline: none;
}

.pdp-warranty-close:focus-visible {
  outline: 2px solid #a0b29a;
  outline-offset: 2px;
}

.pdp-warranty-close svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.pdp-warranty-header {
  margin: 0 0 28px;
  padding-right: 48px;
}

.pdp-usps-warranty-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  text-align: left;
}

.pdp-usps-warranty-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 16px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.pdp-usps-warranty-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #6d6d6d;
}

.pdp-usps-warranty-item-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f2ed;
}

.pdp-usps-warranty-item-icon i,
.pdp-usps-warranty-item-icon i::before,
.pdp-usps-warranty-modal .fa,
.pdp-usps-warranty-modal .fa::before,
.pdp-usps-warranty-modal .fas,
.pdp-usps-warranty-modal .fas::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
}

.pdp-usps-warranty-item-icon i,
.pdp-usps-warranty-modal .fa,
.pdp-usps-warranty-modal .fas {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #a0b29a;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.pdp-usps-warranty-item-text {
  flex: 1 1 auto;
  min-width: 0;
}

.pdp-warranty-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdp-warranty-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #222;
}

.pdp-warranty-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  color: #a0b29a;
}

.pdp-warranty-contact-item a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
  transition: color 200ms ease;
}

.pdp-warranty-contact-item a:hover,
.pdp-warranty-contact-item a:focus {
  color: #a0b29a;
  text-decoration: none;
}

body.maati-warranty-modal-open {
  overflow: hidden;
}

.ts-popup-modal.show .popup-container {
  border-radius: 14px;
}

.home  button.close-btn:hover {
  border: 1px solid #a0b29a;
}

/* Space reserved for always-fixed .header-template; height set via --ts-header-offset (JS) */
header.ts-header.has-sticky {
  margin-bottom: var(--ts-header-offset, 100px);
}

tr.woocommerce-cart-form__cart-item.cart_item dl.variation {
  display: inline-flex;
  flex-flow: column;
}

@media (min-width: 1366px) {
	body.drile-dynamic-product-grid .woocommerce.main-products .products .product {
		transition: width 0.3s ease;
	}
  .style-verticle .list-categories ul.tabs li span.category-name {
    font-size: 16px !important;
  }
  .ts-shortcode .heading-tab .heading-title {
      font-size: 20px !important;
  }
}

@media only screen and (min-width: 1279px) {
  body:not(.header-v2):not(.header-v6):not(.header-v9):not(.header-v10):not(
      .header-v4
    )
    #group-icon-header {
    display: none;
  }
}

@media (min-width: 992px) {
  body.woocommerce-checkout #order_review .maati-mobile-product-subtotal {
    display: none !important;
  }
  .main-content-fullwidth.woocommerce .ts-col-24 div.product div.summary {
      padding-left: 40px;
  }
  body.drile-plp-sidebar {
    --drile-plp-sidebar-width: clamp(290px, 22vw, 360px);
    --drile-plp-sidebar-gap: 28px;
  }

  body.drile-plp-sidebar #main-content.show-filter-sidebar {
    padding-left: calc(15px + var(--drile-plp-sidebar-width) + var(--drile-plp-sidebar-gap)) !important;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .ts-sidebar-content {
    width: var(--drile-plp-sidebar-width) !important;
    max-width: var(--drile-plp-sidebar-width) !important;
    padding: 0;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar aside.filter-widget-area {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    color: #202020;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-widget-area > .widget-container {
    padding: 0;
    margin: 0 0 24px;
    background: transparent;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-widget-area > .widget-container:last-child {
    margin-bottom: 0;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-widget-area .widget-title-wrapper .widget-title {
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-widget-area a {
    color: #202020;
    transition: color 0.25s ease;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-widget-area a:hover,
  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-widget-area .chosen a {
    color: #a0b29a;
  }

  body.drile-plp-sidebar .filter-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 14px;
    margin: 0 0 6px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.12);
    position: relative;
    z-index: 3;
  }

  body.drile-plp-sidebar .filter-sidebar-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    color: #202020;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-sidebar-header .close {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 32px;
    height: 32px;
    min-width: 32px;
    color: #202020;
    cursor: pointer;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-sidebar-header .close:after {
    line-height: 32px;
    font-size: 18px;
    color: #202020;
  }

  body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar .filter-sidebar-header .close:focus-visible {
    outline: 2px solid #a0b29a;
    outline-offset: 2px;
  }
	#ts-filter-widget-area.style-sidebar .ts-sidebar-content {
		transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}

@media only screen and (max-width: 1279px) {
  .style-verticle .list-categories ul.tabs li {
      padding: 12px !important;
  }
  .style-verticle .list-categories ul.tabs li span.category-name{
      font-size: 13px !important;
  }
  .footer-columns-gp .wpb_column.vc_column_container.vc_col-sm-4 {
      margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .hm-main-slider+.vc_empty_space {
    display: none !important;
  }
  /* Homepage: remove page gutters so hero can sit edge-to-edge */
  body.home #main > .page-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }

  body.home #main > .page-container > .ts-col-24 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Restore side padding for all homepage rows except the hero */
  body.home .wpb-content-wrapper > .vc_row:not(:has(.hm-main-slider)) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Homepage hero: edge-to-edge breakout + no crop */
  body.home .vc_row:has(.hm-main-slider),
  body.home .vc_row.vc_row-o-full-height:has(.hm-main-slider) {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    align-items: flex-start !important;
    box-sizing: border-box !important;
  }

  body.home .vc_row:has(.hm-main-slider) > .vc_column_container,
  body.home .vc_row:has(.hm-main-slider) > .vc_column_container > .vc_column-inner,
  body.home .vc_row:has(.hm-main-slider) > .vc_column_container > .wpb_wrapper,
  body.home .vc_row:has(.hm-main-slider) .hm-main-slider,
  body.home .vc_row:has(.hm-main-slider) .hm-main-slider > .wpb_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  body.home .hm-main-slider,
  body.home .hm-main-slider .wpb_wrapper,
  body.home .hm-main-slider .wpb_gallery_slides,
  body.home .hm-main-slider .theme-default,
  body.home .hm-main-slider .nivoSlider {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.home .hm-main-slider .nivoSlider {
    overflow: hidden;
    background-image: none !important;
  }

  /* Only the main/slide images â€” never slice/box clones used by Nivo transitions */
  body.home .hm-main-slider .nivoSlider > img.nivo-main-image,
  body.home .hm-main-slider img.nivo-main-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.home .hm-main-slider .nivoSlider > img:not(.nivo-main-image) {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Protect transition clones so they keep full source dimensions */
  body.home .hm-main-slider .nivo-slice img,
  body.home .hm-main-slider .nivo-box img {
    width: auto !important;
    max-width: none !important;
    height: auto !important;
  }

  body.home .hm-main-slider .nivo-controlNav {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 0 !important;
  }

  body.home .hm-main-slider .nivo-controlNav .nivo-control,
  body.home .theme-default .nivo-controlNav a {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 48px !important;
    height: 2px !important;
    border: 2px solid #C7B8A3 !important;
    margin: 0 4px !important;
    padding: 0 !important;
    vertical-align: middle !important;
  }

  body.home .hm-main-slider .nivo-controlNav .nivo-control.active,
  body.home .theme-default .nivo-controlNav a.active {
    background: #A0B29A !important;
    border-color: #A0B29A !important;
  }

  body.home .hm-main-slider .nivo-directionNav {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: 25% !important;
    transform: translateY(-50%);
  }

  .pdp-usps-warranty-modal .popup-container {
    width: min(860px, calc(100vw - 40px));
    max-width: min(860px, calc(100vw - 40px));
  }

  .pdp-warranty-inner {
    padding: 32px 28px 32px;
  }

  .pdp-warranty-close {
    top: 24px;
    right: 24px;
  }

  .pdp-usps-warranty-title {
    font-size: 28px;
  }
  .home .style-horizontal .column-tabs ul.tabs > .tab-item {
    padding: 15px 20px;
}
.woocommerce .products .product:not(.product-category) .product-wrapper {
  padding-bottom: 0;
}

.home .style-horizontal .column-tabs ul.tabs>.tab-item {
  margin-top: 7px;
}

.style-horizontal .list-categories ul.tabs {
  display: block;
}


body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab {
  padding: 0 8px;
  position: relative;
}

.services-main-usps .vc_tta-tabs-list a .vc_tta-icon {
  font-size: 40px !important;
}


.services-main-usps.custom-tab-style .vc_tta-tabs-list {
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.services-main-usps.custom-tab-style .vc_tta-tabs-list .vc_tta-tab {
  padding: 0 !important;
  margin: 0 5px !important;
}

.services-main-usps.custom-tab-style .vc_tta-tabs-list a {
  flex-flow: row nowrap;
  align-items: center;
  min-height: 54px;
}

.services-main-usps .vc_tta-tabs-list a {
  display: flex !important;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.services-main-usps .vc_tta-tabs-list a .vc_tta-title-text {
  font-size: 18px;
}

.services-main-usps.vc_tta.vc_general
  .vc_tta-title-text:not(:empty):not(:first-child), .services-main-usps.vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 0 !important;
}

.services-main-usps .vc_tta-tabs-list a .vc_tta-icon {
  font-size: 32px !important;
  margin-bottom: 0;
  margin-right: 10px;
}

.style-verticle .list-categories ul.tabs li span.category-name {
  font-size: 12px;	
}

.vc_custom_heading, .vc_custom_heading.vc_do_custom_heading {
  min-height: 30px;
}
h2.vc_custom_heading.vc_do_custom_heading {
  margin-top: 0px;
}
.cat-title-font .category-name :is(h1, h2, h3, h4, h5, h6) {
  font-size: 20px !important;
}

}

@media (max-width: 991px) {
	body.drile-category-subcats-grid .woocommerce.main-products .products .product.product-category {
		flex: 0 0 calc((100% - 12px) / 2);
		width: calc((100% - 12px) / 2) !important;
		max-width: calc((100% - 12px) / 2) !important;
	}

	body.drile-category-subcats-grid .category-name,
	body.drile-category-subcats-grid .category-name :is(h1, h2, h3, h4, h5, h6),
	body.drile-category-subcats-grid .category-name :is(h1, h2, h3, h4, h5, h6) a {
		font-size: clamp(15px, 2.4vw + 0.35rem, 20px) !important;
	}

	a.banners {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	}

	.hp-category-section ul.tabs>li.tab-item:nth-child(7) {
		border-bottom-left-radius: 10px;
	}

	.hp-category-section ul.tabs>li.tab-item:nth-child(2) {
		border-top-right-radius: 10px;
	}

	.hp-category-section .tabs .tab-item:last-child {
    margin-bottom: 10px;
	}	

	.hp-category-section ul.tabs>li.tab-item:last-child {
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
	}
	
	.owl-carousel .owl-item img {
		margin-top:10px;
		margin-bottom:10px;
	}
 
}

@media (max-width: 850px) {
  .cta-form .form {
    grid-template-columns: 1fr;
  }

  .cta-form .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .cta-form .contact-form:before {
    top: -13px;
    left: 70px;
    right: unset;
  }

  .cta-form .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .cta-form .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .cta-form .text {
    margin: 1rem 0 1.5rem 0;
  }

  .cta-form .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 768px) {
  .hp-category-section .tabs .tab-item:last-child {
    margin-bottom: 10px;
  }

  .hp-category-section ul.tabs>li.tab-item:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .hp-category-section ul.tabs>li.tab-item:nth-child(2) {
    border-top-right-radius: 10px;
  }

  .hp-category-section ul.tabs>li.tab-item:nth-child(5) {
    border-bottom-left-radius: 10px;
  }

  a.banners {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .overlay-img-full {
  background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
  }

  h2.vc_custom_heading.vc_do_custom_heading.head-pg {
    letter-spacing: -1px;
  }

  .services-main-usps.vc_tta.vc_general
  .vc_tta-title-text:not(:empty):not(:first-child), .services-main-usps.vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
    margin-left: 10px !important;
  }

  h2.vc_custom_heading.vc_do_custom_heading.custom-img-section-title {
    margin-top: 10px;
  }

  .ts-button-wrapper.btn-inline:not(.ts-button-wrapper.btn-inline:last-child) {
    margin-bottom: 10px !important;
  }

  /* Homepage services / Free Space Plan CTA â€” mobile */
  body.home .services-main-usps.vc_tta.vc_general .vc_tta-panels,
  body.home .services-main-usps.vc_tta.vc_general .vc_tta-panels-container {
    min-height: 0 !important;
  }

  body.home .services-main-usps .vc_tta-panel-body {
    padding-top: 8px;
  }

  body.home .services-main-usps .text-content,
  body.home .services-main-usps .img-content {
    width: 100% !important;
    text-align: left !important;
  }

  body.home .services-main-usps .text-content {
    padding-top: 4px;
  }

  body.home .services-main-usps .text-content .wpb_content_element {
    margin-bottom: 10px !important;
  }

  body.home .services-main-usps .text-content h2,
  body.home .services-main-usps .text-content h2 a {
    margin: 0 0 8px !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  body.home .services-main-usps .text-content h5.width-45,
  body.home h5.width-45 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 10px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  body.home .services-main-usps .text-content .ts-button-wrapper {
    margin: 0 0 8px !important;
    text-align: left !important;
  }

  body.home .services-main-usps .text-content .ts-button-wrapper .ts-button {
    display: inline-block;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }

  body.home .services-main-usps .img-content {
    margin-top: 8px;
  }

  body.home .services-main-usps .vc_row.vc_inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Free Space Plan popup form â€” stack + tighten */
  .req-space-form.req-space-close-btn {
    max-width: 100%;
  }

  .req-space-form.req-space-close-btn > h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    padding-right: 36px;
  }

  .req-space-form .req-space-form {
    display: flex;
    flex-flow: column nowrap;
    max-width: 100%;
    justify-content: flex-start;
  }

  .form-group,
  .req-space-form .form-group.radio-wrap,
  .req-space-form .form-group.full-width {
    width: 100%;
    margin: 0 0 8px;
  }

  .req-space-form .form-group > label,
  .req-space-form .form-group > p > label {
    gap: 4px;
  }

  .req-space-form .form-group.radio-wrap > p {
    gap: 4px;
  }

  .req-space-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .req-space-form .form-group.full-width > p {
    width: 100%;
    position: relative;
  }

  .req-space-form .form-group.full-width .wpcf7-spinner {
    position: absolute !important;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .req-space-form .form-group.full-width .wpcf7-form.submitting .wpcf7-submit,
  .req-space-form form.submitting .form-group.full-width .wpcf7-submit {
    padding-right: 48px;
  }

  .req-space-form .wpcf7-form-control,
  .req-space-form input[type="text"],
  .req-space-form input[type="email"],
  .req-space-form input[type="tel"],
  .req-space-form input[type="file"],
  .req-space-form textarea,
  .req-space-form .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .req-space-form .form-group textarea {
    min-height: 80px;
    height: 80px;
  }

  .req-space-form .wpcf7-not-valid-tip,
  .req-space-form span.wpcf7-not-valid-tip {
    margin: 2px 0 0;
    font-size: 11px;
  }

  .modal-overlay {
    align-items: flex-start;
    padding: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.admin-bar .modal-overlay {
    padding-top: 56px;
  }

  .modal {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 20px);
    margin: 0;
    padding: 1rem 0.875rem 1.15rem;
    overflow-y: auto;
    box-sizing: border-box;
  }

  body.admin-bar .modal {
    max-height: calc(100vh - 66px);
  }

  .modal .close-btn,
  .close-btn {
    top: 6px;
    right: 6px;
    margin-top: 0;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .home .vc_custom_1785499560381 h1 {
    font-size: 20px;
    line-height: 24px;
}
	.vc_single_image-wrapper.vc_box_rounded.vc_box_border_grey {
    margin-top: 10px;
	margin-bottom:10px;
	}

	.ts-shortcode.ts-image-gallery-wrapper .items {
    margin-bottom: 10px;
	margin-top:10px;
	}

	.col-border.wpb_column.vc_column_container.vc_col-sm-3:not(:last-child) {
    border-bottom: 3px white solid;
	border-left:0px;
	border-right:0px;
	}

	.col-border.wpb_column.vc_column_container.vc_col-sm-3 {
	border-left:0px;
	border-right:0px;
	}

	#ts_product_filter_by_material-1 .plp-material-swatches,
	#ts_product_filter_by_color-2 .plp-color-swatches {
    display: inline-flex !important;
    flex-wrap: wrap;
	gap: 8px;
    padding: 0;
    max-width: 300px;
	}

  	.feature-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  	}

  	.feature-grid > .vc_column_container {
    width: 48%;
    margin-bottom: 20px;
  	}

	.ts-shortcode.ts-image-gallery-wrapper .items {
    margin: 0 !important;
    border-radius: 10px !important;
	}

	.design-col.wpb_column.vc_column_container.vc_col-sm-4 {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    border-left: 0;
    border-right: 0;
	}

	img.vc_single_image-img.attachment-full.wvs-archive-product-image {
		margin-top:10px;
	}

  .pdp-usps-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pdp-usps-warranty-modal .popup-container {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .pdp-warranty-inner {
    padding: 24px 20px 24px;
  }

  .pdp-warranty-close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .pdp-warranty-header {
    margin-bottom: 22px;
    padding-right: 40px;
  }

  .pdp-usps-warranty-title {
    font-size: 24px;
  }

  .pdp-usps-warranty-list {
    grid-template-columns: 1fr;
    row-gap: 14px;
    margin-bottom: 22px;
  }

  .pdp-usps-warranty-item {
    font-size: 14px;
    line-height: 1.55;
  }

  body.drile-products-square-grid .ts-product-category-wrapper.grid .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .yith-wapo-block .wapo-addon-title .special-space-col-one {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
  }

  .yith-wapo-block .wapo-addon-title .special-space-col-two {
    flex: 0 0 55%;
    width: 55%;
    max-width: 55%;
  }
  .maati-ywmmq-price-stack .maati-ywmmq-price-stack-col {
    min-width: 200px;
  }

  .pdp-price-bx.maati-ywmmq-price-stack {
    flex-flow: row wrap;
  }
  .maati-ywmmq-price-stack .maati-ywmmq-price-stack-col + .maati-ywmmq-price-stack-col {
    border-left: 0;
    padding-left: 0;
}
.maati-ywmmq-price-stack .maati-ywmmq-price-stack-col:first-child {
  padding-right: 0;
}
.pdp-price-bx.maati-ywmmq-price-stack .maati-ywmmq-price-stack-col {
  margin-bottom: 20px;
}
.single-product .ywmmq-rules-wrapper {
  width: 100%;
}
}

@media (max-width: 575px) {
  .main-content-fullwidth.woocommerce .ts-col-24 div.product div.summary {
    padding-left: 0px;
}
}

@media (max-width: 556px) {
  .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 18px;
    margin: 15px 0 30px;
    text-align: center;
  }
  .woocommerce-order-received .wpb_wrapper ul li:not(.footer-container .wpb_wrapper ul li, ul.tabs li) {
    text-align: center;
    border: 0 !important;
  }
  .wc-bacs-bank-details.order_details.bacs_details {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .wc-bacs-bank-details.order_details.bacs_details li {
    margin: 0 20px 10px !important;
  }
  .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: 22px;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-size: 16px;
}
.woocommerce .woocommerce-order-details {
  margin-top: 35px;
}
.woocommerce table.shop_table td.product-name a {
  font-size: 14px;
}
.wc-item-meta li {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  text-align: left !important;
}
.wc-item-meta.md-wc-item-meta--inline li.md-wc-item-meta-inline {
  display: flex;
  line-height: 18px;
}
.wc-item-meta.md-wc-item-meta--inline .md-wc-item-meta-value {
  margin: 0 0 5px !important;
}
  .woocommerce .woocommerce-order {
    padding: 18px 14px;
  }

  .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 16px;
    margin: 10px 0 24px;
  }

  .woocommerce .woocommerce-order-details {
    margin-top: 25px;
  }

  .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /* Order overview (number / date / total / payment) stacks vertically */
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    flex-flow: column nowrap;
    align-items: stretch;
  }

  .woocommerce ul.order_details li {
    border-right: 0 !important;
    border-bottom: 1px dashed #A0B29A !important;
    padding: 8px 0 !important;
    text-align: center;
  }

  .woocommerce ul.order_details li:last-child {
    border-bottom: 0 !important;
  }

  /* Order details table -> stacked cards so the Total no longer gets squashed */
  .woocommerce-order-details .woocommerce-table--order-details,
  .woocommerce-order-details .woocommerce-table--order-details tbody,
  .woocommerce-order-details .woocommerce-table--order-details tfoot {
    display: block;
    width: 100%;
  }

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

  .woocommerce-order-details .woocommerce-table--order-details tbody tr.order_item {
    display: block;
    border: 1px solid #A0B29A;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 14px;
  }

  .woocommerce-order-details .woocommerce-table--order-details tbody tr.order_item td {
    display: block;
    width: 100%;
    border: 0 !important;
    padding: 0;
  }

  .woocommerce-order-details .woocommerce-table--order-details td.product-name {
    margin-bottom: 10px;
  }

  .woocommerce-order-details .woocommerce-table--order-details td.product-total {
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
  }

  .woocommerce-order-details .woocommerce-table--order-details td.product-total::before {
    content: "Total: ";
    font-weight: 600;
  }

  /* Footer totals -> aligned label / value rows */
  .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
  }

  .woocommerce-order-details .woocommerce-table--order-details tfoot th,
  .woocommerce-order-details .woocommerce-table--order-details tfoot td {
    display: block;
    border: 0 !important;
    padding: 0;
  }

  .woocommerce-order-details .woocommerce-table--order-details tfoot th {
    text-align: left;
    white-space: nowrap;
  }

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

  /* Billing / shipping addresses stack full width */
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  body.drile-products-square-grid .ts-product-category-wrapper.grid .products {
    grid-template-columns: repeat(1, 1fr);
  }
  body.drile-category-subcats-grid .woocommerce.main-products .products .product.product-category {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.drile-category-subcats-grid .category-name,
  body.drile-category-subcats-grid .category-name :is(h1, h2, h3, h4, h5, h6),
  body.drile-category-subcats-grid .category-name :is(h1, h2, h3, h4, h5, h6) a {
    font-size: clamp(16px, 4.5vw, 20px) !important;
  }
  .cta-form .container {
    padding: 1.5rem;
  }

  .cta-form .contact-info:before {
    display: none;
  }

  .cta-form .square,
  .cta-form .big-circle {
    display: none;
  }

  .cta-form form,
  .cta-form .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .cta-form .text,
  .cta-form .information,
  .cta-form .social-media p {
    font-size: 0.8rem;
  }

  .cta-form .title {
    font-size: 1.15rem;
  }

  .cta-form .icon {
    width: 23px;
  }

  .cta-form .input {
    padding: 0.45rem 1.2rem;
  }

  .cta-form .btn {
    padding: 0.45rem 1.2rem;
  }


  .options.per-row-5 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    grid-template-columns: none !important;
  	}

	.single-product .variations .label,
	.single-product .variations .label label {
		font-size:12px !important;
	}

	.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
		column-gap: 0 !important;
		font-size: 12px !important;
		padding: 15px;
	}
  .yith-wapo-block .wapo-addon-title .selected-op-prc-hdr {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
}

	.yith-wapo-block .wapo-addon-title .special-space-col-one {
		flex: 0 0 38%;
		width: 38%;
		max-width: 38%;
	}

	.yith-wapo-block .wapo-addon-title .special-space-col-two {
		flex: 0 0 57%;
		width: 57%;
		max-width: 57%;
	}

	.col-border.wpb_column.vc_column_container.vc_col-sm-3 {
    border: solid 3px white;
    border-top: 0;
    border-bottom: 0;
	}

	.wpb_single_image .vc_single_image-wrapper {
    margin-top: 10px;
	margin-bottom: 10px;
	}

	.overlay-img-full {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
	}

	.services-main-usps.vc_tta.vc_general
	.vc_tta-title-text:not(:empty):not(:first-child), .services-main-usps.vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
    margin-left: 10px !important;
	}

	.owl-carousel .owl-item img {
		margin-top:20px;
		margin-bottom:20px;
	}
	.wpb_single_image img {
		margin-bottom:20px;
		border-radius:10px !important;
	}
	
	.design-col.wpb_column.vc_column_container.vc_col-sm-4 {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    border-left: 0;
    border-right: 0;
	}

	.col-border.wpb_column.vc_column_container.vc_col-sm-3:not(:last-child) {
    border-bottom: 3px white solid;
	border-left:0px;
	border-right:0px;
	}

	.col-border.wpb_column.vc_column_container.vc_col-sm-3 {
	border-left:0px;
	border-right:0px;
	}

	img {
    border-radius: 0px !important;
	}

	#ts_product_filter_by_material-1 .plp-material-swatches,
	#ts_product_filter_by_color-2 .plp-color-swatches {
    display: inline-flex !important;
    flex-wrap: wrap;
	gap: 8px;
    padding: 0;
    max-width: 300px;
	}
  
.quantity .qty, .woocommerce .quantity .qty {
    padding: 9px 34px 9px 20px;
}

}

@media (min-width: 480px) and (max-width: 991px) {
  .text-content,
  .img-content {
  width: 100% !important;
  }
.vc_row.wpb_row.vc_row-fluid.feature-grid.grid-align.vc_column-gap-default.ts-row-wide {
  display: flex;
  flex-wrap: wrap;
  }
.vc_row.wpb_row.vc_row-fluid.feature-grid > .wpb_column {
width: 33.33% !important;
}
}

@media (min-width: 320px) and (max-width: 480px) {
    .sect-zero-pad {
        padding: 0 !important;
    }

    .page-id-17595 .breadcrumb-title-wrapper .breadcrumb-title {
     margin-bottom: 80px;
  }

} 

@media (max-width: 991px) {
  body.drile-plp-sidebar .filter-sidebar-title {
    display: none;
  }

  body.drile-plp-sidebar .filter-sidebar-header {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
	body.drile-plp-sidebar #main-content:not(.show-filter-sidebar) #primary > .woocommerce,
	body.drile-plp-sidebar #main-content:not(.show-filter-sidebar) #primary > .after-loop-wrapper {
		transform: none;
	}
	body.drile-plp-sidebar #ts-filter-widget-area.style-sidebar:not(.active) .ts-sidebar-content {
		transform: translate(-100%, 0);
	}
}
@media (max-width: 767px) {
  #to-top {
    right: 16px;
    bottom: 16px;
  }
  .maati-whatsapp-fab {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }

  .maati-whatsapp-fab svg {
    width: 22px;
    height: 22px;
  }

  .maati-whatsapp-fab--raised {
    bottom: 76px;
  }
}

@media (max-width: 991px) {
  body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper,
  body.woocommerce-checkout .woocommerce-notices-wrapper,
  body.woocommerce-checkout .woocommerce > .woocommerce-message,
  body.woocommerce-checkout .woocommerce > .woocommerce-error,
  body.woocommerce-checkout .woocommerce > .woocommerce-info {
    width: 100%;
  }
  .woocommerce-cart-form .shop_table .cart_item a, .woocommerce-cart-form .shop_table .cart_item .variation {
      text-align: left !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  body.woocommerce-checkout .woocommerce-notices-wrapper,
  body.woocommerce-checkout .woocommerce > .woocommerce-message,
  body.woocommerce-checkout .woocommerce > .woocommerce-error,
  body.woocommerce-checkout .woocommerce > .woocommerce-info {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first,
  body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
    flex: 1 1 100%;
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }

  body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-checkout .woocommerce > form.checkout .form-row label,
  body.woocommerce-checkout .woocommerce > form.checkout .form-row .woocommerce-input-wrapper {
    width: 100%;
  }

  body.woocommerce-checkout .woocommerce-checkout form.checkout .form-row .woocommerce-password-strength,
  body.woocommerce-checkout .woocommerce-checkout form.checkout .form-row .woocommerce-password-hint {
    margin-left: 0;
    width: 100%;
  }

  body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead th.product-total,
  body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
    display: none;
  }

  body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table thead th.product-name,
  body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    text-align: left;
  }

  body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item {
    display: block;
  }

  body.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
    padding-bottom: 0;
  }

  body.woocommerce-checkout #order_review .maati-mobile-product-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

  body.woocommerce-checkout #order_review .maati-mobile-product-subtotal__label {
    color: #202020;
    font-weight: 500;
  }

  body.woocommerce-checkout #order_review .maati-mobile-product-subtotal__value {
    text-align: right;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  body.woocommerce-account #customer_login .col-1,
  body.woocommerce-account #customer_login .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }

  body.woocommerce-account #customer_login .col-2 {
    margin-bottom: 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    padding: 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account #primary .woocommerce {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  body.woocommerce-account #customer_login .col-1,
  body.woocommerce-account #customer_login .col-2 {
    padding: 20px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    width: 100%;
    float: none;
    margin: 0 0 8px;
  }

  body.woocommerce-account .woocommerce form.login .form-row:has(.woocommerce-form-login__remember) {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.woocommerce-account .woocommerce form.login .button,
  body.woocommerce-account .woocommerce form.register .button,
  body.woocommerce-account .woocommerce-EditAccountForm button.button,
  body.woocommerce-account .woocommerce-address-fields button.button,
  body.woocommerce-account .woocommerce-MyAccount-content > form button.button {
    width: 100%;
    text-align: center;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button.button {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  body.woocommerce-account .woocommerce-Addresses {
    flex-direction: column;
  }

  body.woocommerce-account .woocommerce-Address {
    flex: 1 1 100%;
  }

  body.woocommerce-account .woocommerce table.my_account_orders tr td:last-child .button {
    font-size: inherit;
    line-height: inherit;
    padding: 10px 18px !important;
    min-width: 44px;
    min-height: 44px;
    height: auto;
    border-width: 2px;
    letter-spacing: 0.5px;
  }

  body.woocommerce-account .woocommerce table.my_account_orders tr td:last-child .button:before {
    display: none;
  }
}

@media (max-width: 575px) {
  body.woocommerce-account #customer_login .col-1,
  body.woocommerce-account #customer_login .col-2 {
    padding: 16px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 12px 14px;
    font-size: 0.95rem;
  }

  body.woocommerce-account .woocommerce-Address {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-lost-password form.lost_reset_password,
  body.woocommerce-lost-password #primary .woocommerce .woocommerce-notices-wrapper,
  body.woocommerce-lost-password #primary .woocommerce > p {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  body.woocommerce-lost-password form.lost_reset_password .button {
    width: 100%;
    text-align: center;
    min-width: 0;
  }
}

/* =========================================================
   Static contact CTA band (.cms-static-cta)
   ========================================================= */
.vc_row.wpb_row.cms-static-cta {
  --cms-cta-ink: #ffffff;
  --cms-cta-muted: #d0d0d0;
  --cms-cta-sage: #a0b29a;
  --cms-cta-sage-deep: #879a81;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #202020 !important;
  background-image: none !important;
  border: none !important;
}

.vc_row.wpb_row.cms-static-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 110px;
  height: 4px;
  background-color: var(--cms-cta-sage);
  pointer-events: none;
  z-index: 1;
}

.vc_row.wpb_row.cms-static-cta::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 50%;
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  animation: cms-static-cta-ring 12s ease-in-out infinite;
}

@keyframes cms-static-cta-ring {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translateY(-50%) scale(1.06);
    opacity: 0.9;
  }
}

.cms-static-cta > .wpb_column,
.cms-static-cta .wpb_wrapper,
.cms-static-cta .wpb_text_column,
.cms-static-cta .wpb_content_element {
  margin: 0 !important;
  background: transparent !important;
}

.cms-static-cta > .wpb_column {
  float: none !important;
}

.cms-static-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px 72px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 48px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.cms-static-cta.is-visible .cms-static-cta__inner {
  opacity: 1;
  transform: translateY(0);
}

.cms-static-cta__copy {
  flex: 1 1 420px;
  max-width: 680px;
  text-align: left;
}

.cms-static-cta__label {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--cms-cta-sage);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.3;
}

.cms-static-cta__label::after {
  display: none;
}

.cms-static-cta__title {
  margin: 0 0 16px !important;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18 !important;
  text-align: left !important;
}

.cms-static-cta__copy p {
  margin: 0 !important;
  color: var(--cms-cta-muted) !important;
  font-family: Montserrat, sans-serif;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.7 !important;
  text-align: left !important;
}

.cms-static-cta__actions {
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.cms-static-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color 0.28s ease, color 0.28s ease,
    border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.cms-static-cta__btn i {
  font-size: 14px;
  line-height: 1;
}

.cms-static-cta__btn--primary {
  background-color: var(--cms-cta-sage);
  border: 2px solid var(--cms-cta-sage);
  color: #ffffff !important;
  box-shadow: none;
}

.cms-static-cta__btn--primary:hover,
.cms-static-cta__btn--primary:focus {
  background-color: var(--cms-cta-sage-deep);
  border-color: var(--cms-cta-sage-deep);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: none;
}

.cms-static-cta__btn--outline {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #ffffff !important;
}

.cms-static-cta__btn--outline:hover,
.cms-static-cta__btn--outline:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #202020 !important;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .cms-static-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 52px 36px;
  }

  .cms-static-cta__copy {
    flex: 0 1 auto;
    width: 100%;
  }

  .cms-static-cta__actions {
    flex: 0 1 auto;
    width: 100%;
    max-width: 420px;
  }

  .cms-static-cta::after {
    width: 280px;
    height: 280px;
    right: -18%;
    opacity: 0.45;
  }
}

@media (max-width: 575px) {
  .cms-static-cta__inner {
    padding: 44px 24px;
  }

  .cms-static-cta__copy p {
    font-size: 15px !important;
  }

  .cms-static-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cms-static-cta__btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .cms-static-cta::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cms-static-cta::after {
    animation: none;
  }

  .cms-static-cta__inner,
  .cms-static-cta__label::after {
    transition: none;
  }
}

/* =========================================================
   Contact Us page (.page-id-1613) + Free Space Plan popup
   Form on top, contact details stacked below
   ========================================================= */
.page-id-1613,
#modalOverlay {
  --md-contact-ink: #202020;
  --md-contact-muted: #6b6b6b;
  --md-contact-line: #e4e2de;
  --md-contact-sage: #a0b29a;
  --md-contact-sage-deep: #879a81;
  --md-contact-sand: #f7f6f4;
  --md-contact-max: 920px;
}

.page-id-1613 .md-contact-section,
.page-id-1613 .md-contact-form-row,
.page-id-1613 .md-contact-details-row {
  width: 100%;
}

.page-id-1613 .md-contact-form-row {
  margin: 0 !important;
}

.page-id-1613 .md-contact-form-col > .wpb_wrapper,
.page-id-1613 .md-contact-form-row > .wpb_column > .wpb_wrapper,
.page-id-1613 .md-contact-details-col > .wpb_wrapper {
  max-width: var(--md-contact-max);
  margin-left: auto;
  margin-right: auto;
}

.page-id-1613 .md-contact-form__field > p,
#modalOverlay .md-contact-form__field > p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-id-1613 .md-contact-form__field > p > br,
#modalOverlay .md-contact-form__field > p > br {
  display: none;
}

.page-id-1613 .md-contact-intro {
  text-align: left;
}

.page-id-1613 .md-contact-title {
  margin: 0 0 12px;
  color: var(--md-contact-ink);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: none;
}

.page-id-1613 .md-contact-lead {
  margin: 0;
  color: var(--md-contact-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* Form */
.page-id-1613 .cu-form.md-contact-form,
#modalOverlay .cu-form.md-contact-form,
.page-id-1613 .md-contact-form,
#modalOverlay .md-contact-form {
  width: 100%;
}

.page-id-1613 .md-contact-form__grid,
#modalOverlay .md-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
}

.page-id-1613 .md-contact-form__field,
#modalOverlay .md-contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

.page-id-1613 .md-contact-form__field--full,
#modalOverlay .md-contact-form__field--full,
.page-id-1613 .md-contact-form__actions,
#modalOverlay .md-contact-form__actions {
  grid-column: 1 / -1;
  width: 100%;
}

.page-id-1613 .md-contact-form__field > label,
#modalOverlay .md-contact-form__field > label,
.page-id-1613 .md-contact-form__choice-label,
#modalOverlay .md-contact-form__choice-label {
  margin: 0;
  color: var(--md-contact-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.page-id-1613 .md-contact-form__field .wpcf7-form-control-wrap,
#modalOverlay .md-contact-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
}

.page-id-1613 .md-contact-form input.wpcf7-form-control,
#modalOverlay .md-contact-form input.wpcf7-form-control,
.page-id-1613 .md-contact-form textarea.wpcf7-form-control,
#modalOverlay .md-contact-form textarea.wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--md-contact-line);
  border-radius: 10px;
  background: #fff;
  color: var(--md-contact-ink);
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-id-1613 .md-contact-form textarea.wpcf7-form-control,
#modalOverlay .md-contact-form textarea.wpcf7-form-control {
  min-height: 140px;
  resize: vertical;
}

.page-id-1613 .md-contact-form input.wpcf7-form-control::placeholder,
#modalOverlay .md-contact-form input.wpcf7-form-control::placeholder,
.page-id-1613 .md-contact-form textarea.wpcf7-form-control::placeholder,
#modalOverlay .md-contact-form textarea.wpcf7-form-control::placeholder {
  color: #9a9a9a;
  opacity: 1;
}

.page-id-1613 .md-contact-form input.wpcf7-form-control:hover,
#modalOverlay .md-contact-form input.wpcf7-form-control:hover,
.page-id-1613 .md-contact-form textarea.wpcf7-form-control:hover,
#modalOverlay .md-contact-form textarea.wpcf7-form-control:hover {
  border-color: #cfcbc4;
}

.page-id-1613 .md-contact-form input.wpcf7-form-control:focus,
#modalOverlay .md-contact-form input.wpcf7-form-control:focus,
.page-id-1613 .md-contact-form textarea.wpcf7-form-control:focus,
#modalOverlay .md-contact-form textarea.wpcf7-form-control:focus {
  outline: none;
  border-color: var(--md-contact-sage);
  box-shadow: 0 0 0 3px rgba(160, 178, 154, 0.22);
}

.page-id-1613 .md-contact-form__choice .wpcf7-radio,
#modalOverlay .md-contact-form__choice .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.page-id-1613 .md-contact-form__choice .wpcf7-list-item,
#modalOverlay .md-contact-form__choice .wpcf7-list-item {
  margin: 0;
}

.page-id-1613 .md-contact-form__choice .wpcf7-list-item label,
#modalOverlay .md-contact-form__choice .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 92px;
  padding: 10px 16px;
  border: 1px solid var(--md-contact-line);
  border-radius: 10px;
  background: #fff;
  color: var(--md-contact-ink);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.page-id-1613 .md-contact-form__choice .wpcf7-list-item input,
#modalOverlay .md-contact-form__choice .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-id-1613 .md-contact-form__choice .wpcf7-list-item:has(input:checked) label,
#modalOverlay .md-contact-form__choice .wpcf7-list-item:has(input:checked) label,
.page-id-1613 .md-contact-form__choice label:has(input:checked),
#modalOverlay .md-contact-form__choice label:has(input:checked) {
  border-color: var(--md-contact-sage);
  background: rgba(160, 178, 154, 0.14);
  color: var(--md-contact-ink);
}

.page-id-1613 .md-contact-form__upload[hidden],
#modalOverlay .md-contact-form__upload[hidden] {
  display: none !important;
}

.page-id-1613 .md-contact-form__upload input[type="file"],
#modalOverlay .md-contact-form__upload input[type="file"] {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px dashed #cfcbc4;
  border-radius: 10px;
  background: #fff;
  color: var(--md-contact-muted);
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  cursor: pointer;
}

.page-id-1613 .md-contact-form__upload input[type="file"]::file-selector-button,
#modalOverlay .md-contact-form__upload input[type="file"]::file-selector-button,
.page-id-1613 .md-contact-form__upload input[type="file"]::-webkit-file-upload-button,
#modalOverlay .md-contact-form__upload input[type="file"]::-webkit-file-upload-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0 14px 0 0;
  padding: 10px 18px;
  border: 1px solid var(--md-contact-sage);
  border-radius: 10px;
  background: var(--md-contact-sage);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.page-id-1613 .md-contact-form__upload input[type="file"]:hover::file-selector-button,
#modalOverlay .md-contact-form__upload input[type="file"]:hover::file-selector-button,
.page-id-1613 .md-contact-form__upload input[type="file"]:hover::-webkit-file-upload-button,
#modalOverlay .md-contact-form__upload input[type="file"]:hover::-webkit-file-upload-button {
  background: var(--md-contact-sage-deep);
  border-color: var(--md-contact-sage-deep);
}

.page-id-1613 .md-contact-form__upload input[type="file"]:focus,
#modalOverlay .md-contact-form__upload input[type="file"]:focus {
  outline: none;
  border-color: var(--md-contact-sage);
  box-shadow: 0 0 0 3px rgba(160, 178, 154, 0.22);
}

.page-id-1613 .md-contact-form__upload input[type="file"]:focus::file-selector-button,
#modalOverlay .md-contact-form__upload input[type="file"]:focus::file-selector-button,
.page-id-1613 .md-contact-form__upload input[type="file"]:focus::-webkit-file-upload-button,
#modalOverlay .md-contact-form__upload input[type="file"]:focus::-webkit-file-upload-button {
  background: var(--md-contact-sage-deep);
  border-color: var(--md-contact-sage-deep);
}

.page-id-1613 .md-contact-form__hint,
#modalOverlay .md-contact-form__hint {
  color: var(--md-contact-muted);
  font-size: 12px;
  line-height: 1.4;
}

.page-id-1613 .md-contact-form__actions,
#modalOverlay .md-contact-form__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.page-id-1613 .md-contact-form__actions > p,
#modalOverlay .md-contact-form__actions > p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
  width: auto;
}

.page-id-1613 .md-contact-form input.wpcf7-submit,
#modalOverlay .md-contact-form input.wpcf7-submit,
.page-id-1613 .md-contact-form .md-contact-form__submit,
#modalOverlay .md-contact-form .md-contact-form__submit,
.page-id-1613 body .md-contact-form input.wpcf7-submit {
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  margin: 0;
  padding: 14px 28px;
  border: 1px solid var(--md-contact-sage);
  border-radius: 10px;
  background: var(--md-contact-sage);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.page-id-1613 .md-contact-form input.wpcf7-submit:hover,
#modalOverlay .md-contact-form input.wpcf7-submit:hover,
.page-id-1613 .md-contact-form .md-contact-form__submit:hover,
#modalOverlay .md-contact-form .md-contact-form__submit:hover {
  background: var(--md-contact-sage-deep);
  border-color: var(--md-contact-sage-deep);
  color: #fff;
  transform: translateY(-1px);
}

.page-id-1613 .md-contact-form .wpcf7-spinner,
#modalOverlay .md-contact-form .wpcf7-spinner {
  margin: 0 !important;
  flex: 0 0 24px;
  position: static;
  transform: none;
}

.page-id-1613 .md-contact-form .wpcf7-not-valid-tip,
#modalOverlay .md-contact-form .wpcf7-not-valid-tip {
  margin: 4px 0 0;
  color: #b42318;
  font-size: 12px;
}

.page-id-1613 .md-contact-form .wpcf7-not-valid,
#modalOverlay .md-contact-form .wpcf7-not-valid {
  border-color: #d96b63 !important;
}

.page-id-1613 .md-contact-form + .wpcf7-response-output,
#modalOverlay .md-contact-form + .wpcf7-response-output,
.page-id-1613 .wpcf7 form .wpcf7-response-output {
  margin-top: 18px !important;
  padding: 12px 14px !important;
  border-width: 1px !important;
  font-size: 14px;
}

/* Contact details band */
.page-id-1613 .md-contact-details-row {
  position: relative;
  margin-top: 28px !important;
  margin-bottom: 0 !important;
  padding: 32px 24px !important;
  background-color: var(--md-contact-sand) !important;
  border-radius: 10px;
}

.page-id-1613 .md-contact-details-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(920px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(32, 32, 32, 0.12), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.page-id-1613 .md-contact-details-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px !important;
  margin: 0 !important;
  width: 100% !important;
}

.page-id-1613 .md-contact-details-grid::before,
.page-id-1613 .md-contact-details-grid::after {
  display: none !important;
  content: none !important;
}

.page-id-1613 .md-contact-details-grid > .wpb_column,
.page-id-1613 .md-contact-details-grid > .vc_column_container {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
}

.page-id-1613 .md-contact-details-grid > .wpb_column > .vc_column-inner {
  padding: 0 !important;
  width: 100% !important;
}

.page-id-1613 .md-contact-detail {
  text-align: left;
}

.page-id-1613 .md-contact-detail .wpb_wrapper,
.page-id-1613 .md-contact-detail .wpb_text_column,
.page-id-1613 .md-contact-detail .wpb_text_column .wpb_wrapper {
  margin: 0 !important;
}

.page-id-1613 .md-contact-detail .wpb_wrapper {
  display: inline-flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
  row-gap: 10px;
}

.page-id-1613 .md-contact-detail__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 12px 0 0;
  border: 1px solid rgba(160, 178, 154, 0.45);
  border-radius: 50%;
  color: var(--md-contact-sage-deep);
  font-size: 18px;
  line-height: 1;
  background: #fff;
}

.page-id-1613 .md-contact-detail__label {
  margin: 0;
  color: var(--md-contact-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-id-1613 .md-contact-detail__text {
  margin: 2px 0 0;
  color: var(--md-contact-muted);
  font-size: 15px;
  line-height: 1.65;
  width: 100%;
}

.page-id-1613 .md-contact-detail__text a {
  color: var(--md-contact-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-id-1613 .md-contact-detail__text a:hover {
  color: var(--md-contact-sage-deep);
  border-bottom-color: var(--md-contact-sage);
}

@media (max-width: 991px) {
  .page-id-1613 .md-contact-section {
    padding: 32px 20px 0;
  }

  .page-id-1613 .md-contact-form-row,
  .page-id-1613 .md-contact-details-row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .page-id-1613 .md-contact-details-row {
    margin-top: 24px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .page-id-1613 .md-contact-details-row::before {
    width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .page-id-1613 .md-contact-form__grid,
  #modalOverlay .md-contact-form__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-id-1613 .md-contact-form__actions,
  #modalOverlay .md-contact-form__actions {
    justify-content: stretch;
  }

  .page-id-1613 .md-contact-form__actions > p,
  #modalOverlay .md-contact-form__actions > p {
    width: 100%;
    justify-content: stretch;
    position: relative;
  }

  .page-id-1613 .md-contact-form input.wpcf7-submit,
  #modalOverlay .md-contact-form input.wpcf7-submit,
  .page-id-1613 .md-contact-form .md-contact-form__submit,
  #modalOverlay .md-contact-form .md-contact-form__submit {
    width: 100%;
    position: relative;
  }

  .page-id-1613 .md-contact-form__actions .wpcf7-spinner,
  #modalOverlay .md-contact-form__actions .wpcf7-spinner {
    position: absolute !important;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-id-1613 .md-contact-form form.submitting .wpcf7-submit,
  #modalOverlay .md-contact-form form.submitting .wpcf7-submit {
    padding-right: 48px;
  }

  .page-id-1613 .md-contact-details-grid {
    grid-template-columns: 1fr;
    gap: 28px !important;
  }

  .page-id-1613 .md-contact-section {
    padding: 24px 16px 0;
  }

  .page-id-1613 .md-contact-form-row,
  .page-id-1613 .md-contact-details-row {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .page-id-1613 .md-contact-title {
    font-size: 1.85rem;
  }

  .page-id-1613 .md-contact-choice,
  .page-id-1613 .md-contact-form__choice .wpcf7-list-item label,
  #modalOverlay .md-contact-form__choice .wpcf7-list-item label {
    min-width: calc(50% - 5px);
    justify-content: center;
  }
}

/* Reusable content CTA row for service/content pages */
.cms-content-cta-section {
  position: relative;
  padding: 0 20px;
  margin: 120px 0;

}

.cms-content-cta-section > .wpb_column > .wpb_wrapper {
  position: relative;
  margin: 0 auto;
  padding: 50px 42px;
  background: #C7B8A3;
  border: 1px solid rgba(199, 184, 163, 0.38);
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(34, 34, 34, 0.06);
  overflow: hidden;
}

.cms-content-cta-section > .wpb_column > .wpb_wrapper:before {
  content: none;
}

.cms-content-cta-section > .wpb_column > .wpb_wrapper:after {
  content: none;
}

.cms-content-cta-section .wpb_content_element {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cms-content-cta-section .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px 36px;
  flex-wrap: wrap;
}

.cms-content-cta-section p {
  margin: 0;
  color: #4e4a45;
  flex: 1 1 520px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  text-wrap: pretty;
}

.cms-content-cta-section p strong {
  font-weight: 600;
}

.cms-content-cta-section .cms-content-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px 36px;
}

.cms-content-cta-section .cms-content-cta__content {
  max-width: 720px;
}

.cms-content-cta-section .cms-content-cta__title {
  margin: 0 0 12px;
  color: #2f332f;
  font-size: clamp(28px, 1vw + 18px, 38px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cms-content-cta-section .cms-content-cta__text,
.cms-content-cta-section .cms-content-cta__text p {
  margin: 0;
  color: #4e4a45;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

.cms-content-cta-section .cms-content-cta__text:before,
.cms-content-cta-section .cms-content-cta__text p:before {
  content: none;
}

.cms-content-cta-section .cms-content-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  width: 260px;
  flex: 0 0 260px;
}

.cms-content-cta-section .cms-content-cta__actions a,
.cms-content-cta-section .cms-content-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 14px 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #a0b29a;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.12);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cms-content-cta-section .cms-content-cta__actions a:first-child,
.cms-content-cta-section .cms-content-cta__actions a:last-child,
.cms-content-cta-section .cms-content-cta__button--phone,
.cms-content-cta-section .cms-content-cta__button--email {
  background: #a0b29a;
}

.cms-content-cta-section .cms-content-cta__actions a:first-child:before,
.cms-content-cta-section .cms-content-cta__button--phone:before {
  content: "\f879";
  margin-right: 8px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

.cms-content-cta-section .cms-content-cta__actions a:last-child:before,
.cms-content-cta-section .cms-content-cta__button--email:before {
  content: "\f0e0";
  margin-right: 8px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

.cms-content-cta-section .cms-content-cta__actions a:hover,
.cms-content-cta-section .cms-content-cta__actions a:focus,
.cms-content-cta-section .cms-content-cta__button:hover,
.cms-content-cta-section .cms-content-cta__button:focus {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(34, 34, 34, 0.16);
}

.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  min-height: 50px;
  margin: 16px 12px 0 0;
  padding: 13px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #a0b29a;
  box-shadow: 0 10px 20px rgba(160, 178, 154, 0.16);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a[href^="mailto:"] {
  background: #c7b8a3;
  box-shadow: 0 10px 20px rgba(199, 184, 163, 0.18);
}

.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a:hover,
.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(34, 34, 34, 0.12);
}

.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a[href^="tel:"]:hover,
.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a[href^="tel:"]:focus {
  background: #879a81;
}

.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a[href^="mailto:"]:hover,
.cms-content-cta-section > .wpb_column > .wpb_wrapper > .wpb_text_column > .wpb_wrapper > p a[href^="mailto:"]:focus {
  background: #b8a58c;
}

.cart_item .variation-container .read-more-btn {
  background: transparent;
  border: none;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .cms-content-cta-section {
    margin-top: 40px;
    padding: 0 16px;
  }

  .cms-content-cta-section > .wpb_column > .wpb_wrapper {
    padding: 50px 22px;
    border-radius: 18px;
  }

  .cms-content-cta-section > .wpb_column > .wpb_wrapper:after {
    right: -85px;
    top: -75px;
    width: 170px;
    height: 170px;
  }

  .cms-content-cta-section p {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 1.75;
  }

  .cms-content-cta-section p:before {
    font-size: 30px;
  }

  .cms-content-cta-section .cms-content-cta__layout {
    grid-template-columns: 1fr;
  }

  .cms-content-cta-section .cms-content-cta__actions {
    min-width: 100%;
    align-items: flex-start;
    width: 100%;
    flex-basis: 100%;
  }

  .cms-content-cta-section .cms-content-cta__actions a,
  .cms-content-cta-section .cms-content-cta__button {
    width: 100%;
    max-width: 320px;
  }

  .cms-content-cta-section a {
    min-width: 0;
    width: calc(50% - 8px);
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .first-footer-area .vc_row > .wpb_column {
    text-align: center;
  }
  .ts-social-icons .list-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-menu-blocks .mobile-2-columns {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .footer-menu-blocks .mobile-2-columns li {
    width: unset !important;
  }
  .footer-menu-blocks .wpb_wrapper h4 {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .cms-content-cta-section a {
    width: 100%;
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-1613 .md-contact-form input.wpcf7-form-control,
  #modalOverlay .md-contact-form input.wpcf7-form-control,
  .page-id-1613 .md-contact-form textarea.wpcf7-form-control,
  #modalOverlay .md-contact-form textarea.wpcf7-form-control,
  .page-id-1613 .md-contact-form input.wpcf7-submit,
  #modalOverlay .md-contact-form input.wpcf7-submit,
  .page-id-1613 .md-contact-detail__text a {
    transition: none;
  }

  .page-id-1613 .md-contact-form input.wpcf7-submit:hover,
  #modalOverlay .md-contact-form input.wpcf7-submit:hover {
    transform: none;
  }
}

/* Hide cart/checkout coupon UI and Update cart button */
.woocommerce-cart table.cart td.actions .coupon {
  display: none !important;
}

body.woocommerce-checkout .checkout-coupon-wrapper {
  display: none !important;
}

.woocommerce-cart button.button[name="update_cart"],
.woocommerce-cart button.button:disabled[name="update_cart"] {
  display: none !important;
}

/* Keep mini-cart dropdown open after qty AJAX (fragment replace clears :hover) */
.shopping-cart-wrapper.active .dropdown-container,
.shopping-cart-wrapper.maati-mini-cart-keep-open .dropdown-container {
  display: block;
}

/* ==========================================================================
   HTML Sitemap (Rank Math) — page-id-29295
   Responsive multi-column grid for Pages, Products, and Categories
   ========================================================================== */
.page-id-29295 .rank-math-html-sitemap {
  --md-sitemap-sage: #a0b29a;
  --md-sitemap-ink: #202020;
  --md-sitemap-line: rgba(160, 178, 154, 0.35);
  max-width: 100%;
  margin: 0 auto 48px;
}

.page-id-29295 .rank-math-html-sitemap__section {
  margin: 0 0 40px;
  padding: 0 0 32px;
  border-bottom: 1px solid var(--md-sitemap-line);
}

.page-id-29295 .rank-math-html-sitemap__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.page-id-29295 .rank-math-html-sitemap__title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  color: var(--md-sitemap-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-bottom: 2px solid var(--md-sitemap-sage);
  display: inline-block;
  width: auto;
  min-width: 120px;
}

.page-id-29295 .rank-math-html-sitemap ul,
.page-id-29295 .rank-math-html-sitemap li,
.page-id-29295 .rank-math-html-sitemap__list,
.page-id-29295 .rank-math-html-sitemap__item {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.page-id-29295 .rank-math-html-sitemap__item::marker {
  content: none;
}

.page-id-29295 .rank-math-html-sitemap__item {
  break-inside: avoid;
}

/* Pages + Products: multi-column grid */
.page-id-29295 .rank-math-html-sitemap__section--post-type > .rank-math-html-sitemap__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 0;
}

.page-id-29295 .rank-math-html-sitemap__section--post-type .rank-math-html-sitemap__item {
  padding: 8px 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.06);
}

/* Categories: masonry-style columns — short groups fill gaps under tall ones */
.page-id-29295 .rank-math-html-sitemap__section--taxonomy > .rank-math-html-sitemap__list {
  display: block;
  columns: 3;
  column-gap: 28px;
}

.page-id-29295 .rank-math-html-sitemap__section--taxonomy > .rank-math-html-sitemap__list > .rank-math-html-sitemap__item {
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.page-id-29295 .rank-math-html-sitemap__section--taxonomy > .rank-math-html-sitemap__list > .rank-math-html-sitemap__item > .rank-math-html-sitemap__link {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.08);
  color: var(--md-sitemap-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.page-id-29295 .rank-math-html-sitemap__link {
  color: var(--md-sitemap-ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.page-id-29295 .rank-math-html-sitemap__link:hover,
.page-id-29295 .rank-math-html-sitemap__link:focus {
  color: var(--md-sitemap-sage);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body .wc-block-components-notice-banner.is-warning, body .wc-block-components-notice-banner.is-error, .alert.alert-warning, div.wpcf7-spam-blocked, .woocommerce-error, .woocommerce .woocommerce-error, .alert.alert-error, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, #ts-ajax-add-to-cart-message.error {
  background: #f5f2ed !important;
  border-radius: 10px;
  padding: 20px !important;
  text-align: center;
}

.blog .search-wrapper {
  display: none !important;
}

/* Nested category children */
.page-id-29295 .rank-math-html-sitemap__item > .rank-math-html-sitemap__list {
  display: block;
  margin: 4px 0 0;
  padding: 0 0 0 14px;
  border-left: 1px solid var(--md-sitemap-line);
}

.page-id-29295 .rank-math-html-sitemap__item > .rank-math-html-sitemap__list .rank-math-html-sitemap__item {
  padding: 5px 0;
}

.page-id-29295 .rank-math-html-sitemap__item > .rank-math-html-sitemap__list .rank-math-html-sitemap__link {
  font-size: 13px;
  font-weight: 500;
  color: var(--md-sitemap-sage);
}

.page-id-29295 .rank-math-html-sitemap__item > .rank-math-html-sitemap__list .rank-math-html-sitemap__item > .rank-math-html-sitemap__list {
  margin-top: 2px;
  padding-left: 12px;
}

@media (max-width: 991px) {
  .page-id-29295 .rank-math-html-sitemap__section--post-type > .rank-math-html-sitemap__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  .page-id-29295 .rank-math-html-sitemap__section--taxonomy > .rank-math-html-sitemap__list {
    columns: 2;
    column-gap: 20px;
  }

  .page-id-29295 .rank-math-html-sitemap__title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .page-id-29295 .rank-math-html-sitemap {
    margin-bottom: 32px;
  }

  .page-id-29295 .rank-math-html-sitemap__section {
    margin-bottom: 28px;
    padding-bottom: 24px;
  }

  .page-id-29295 .rank-math-html-sitemap__section--post-type > .rank-math-html-sitemap__list {
    grid-template-columns: 1fr;
  }

  .page-id-29295 .rank-math-html-sitemap__section--taxonomy > .rank-math-html-sitemap__list {
    columns: 1;
  }

  .page-id-29295 .rank-math-html-sitemap__section--taxonomy > .rank-math-html-sitemap__list > .rank-math-html-sitemap__item {
    margin-bottom: 16px;
  }

  .page-id-29295 .rank-math-html-sitemap__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}