* {
  padding: 0;
  margin: 0;
}

:root {
  --gray: #333333;
  --gray2: #828282;
  --light: #F2F2F2;
  --semi-light: #F4F4F4;
  --border-light: #E0E0E0;
  --gold: #FFCE93;
  --red: #EB5757;
  --orange: #F2994A;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--light) white;
}

body {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.home header,
.page-id-198319 header {
  background-color: transparent;
  backdrop-filter: blur(0);
  position: fixed;
}

.home header.scrolled,
.page-id-198319 header.scrolled {
  background-color: rgb(51 51 51 / 75%);
  backdrop-filter: blur(1px);
}

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 30px 0;
  background-color: white;
}

a {
  text-decoration: none !important;
  position: relative;
}

h1,
h2 {
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 120%;
}

h1.entry-title {
  font-size: clamp(36px, 4vw, 54px);
}

img {
  max-width: 100%;
}

header,
button,
img,
a,
span,
svg,
input,
textarea,
select,
.catalog-burger i,
.cart-dropdown,
.submenu-close span,
.cats-dropdown,
.cats-close span,
.swiper-button-prev,
.swiper-button-next,
.product-card-item,
span.arrow-link,
.modal-close span,
.modal-overlay,
.filter-button i,
.cart-item__right .cart-remove svg path,
.xoo-cp-icon-cross:before,
.xoo-cp-icon-cross:after {
  transition: 0.2s !important;
  -webkit-transition: all 0.2s !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}

.v-top {
  align-items: start;
}

.v-center {
  align-items: center;
}

.v-bottom {
  align-items: end;
}

header a:hover,
.cart-link:hover {
  opacity: .8;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.top-left-menu ul,
.top-right-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  font-size: 14px;
  font-weight: 300;
}

.home header .top-left-menu ul li a,
.home header .top-right-menu ul li a,
.page-id-198319 .top-left-menu ul li a,
.page-id-198319 .top-right-menu ul li a {
  color: var(--light);
}

header .top-left-menu ul li a,
header .top-right-menu ul li a {
  color: var(--gray);
}

.home header svg,
.page-id-198319 header svg {
  filter: none;
  max-width: 100%;
}

header svg {
  filter: brightness(0.25);
}

.home .wishlist_products_counter:before,
.page-id-198319 .wishlist_products_counter:before {
  filter: none;
}

.wishlist_products_counter:before,
.cart-item__right .tinvwl-no-action a:before {
  filter: brightness(0.1);
}

.catalog-burger {
  display: inline-block;
  position: relative;
  justify-content: space-between;
  height: 12px;
  width: 15px;
  margin-left: 8px;
}

.catalog-burger i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--gray);
  position: absolute;
  border-radius: 2px;
}

.catalog-burger i:first-child {
  top: 0;
}

.catalog-burger i:nth-child(2) {
  top: calc(50% - 1px);
}

.catalog-burger i:last-child {
  bottom: 0;
}

/* .active .catalog-burger i:first-child {
  transform: rotate(45deg);
  top: 6px;
}
.active .catalog-burger i:nth-child(2) {
  opacity: 0;
}
.active .catalog-burger i:last-child {
  transform: rotate(-45deg);
  bottom: 4px;
} */
.header-row__right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-row__commerce {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-link {
  position: relative;
  background-color: transparent;
  border: none;
}

.cart-link .cart-count {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 12px;
  width: 12px;
  font-size: 8px;
  justify-content: center;
  align-items: center;
  background-color: #FF2C59;
  color: white;
  border-radius: 60px;
}

.cart-dropdown,
.cats-dropdown {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 11;
  display: flex;
  justify-content: start;
  align-items: center;
}

.cats-dropdown {
  right: auto;
}

.cart-dropdown__content-inner {
  height: 100%;
}

.cart-dropdown.active {
  right: 0;
}

.cats-dropdown.active {
  left: 0;
}

.cart-dropdown__content,
.cats-dropdown__content {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--light) white;
}

.overlay,
.modal-overlay {
  display: none;
  position: fixed;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: rgb(0 0 0 / 25%);
  backdrop-filter: blur(1px);
  z-index: 10;
}

.modal-overlay {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(5);
}

.modal-overlay.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.submenu-close {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
}

.submenu-close span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: var(--gray);
}

.submenu-close:hover span {
  opacity: .6;
}

.submenu-close span:first-child {
  transform: rotate(45deg);
}

.submenu-close span:last-child {
  transform: rotate(-45deg);
}

.submenu-close.disabled span:first-child {
  transform: rotate(0deg);
  opacity: 0;
}

.submenu-close.disabled span:last-child {
  transform: rotate(-180deg);
}

.cats-dropdown__content ul {
  list-style: none;
  margin-bottom: 0;
}

.cats-dropdown__content ul li a {
  font-size: 14px;
  color: var(--gray);
}

.parent-category {
  margin-top: 10px;
}

.child-categories {
  margin-top: 3px;
  padding: 0 !important;
}

.parent-category button {
    background-color: transparent;
    border: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.parent-category button:hover {
    color: var(--gold);
}

.parent-category button.active svg {
    transform: rotate(-180deg);
}

.parent-category a {
  font-weight: 500;
}

ul.child-categories {
    display: none;
}

.child-categories li a {
  font-size: 12px !important;
  font-weight: 300;
}

.cats-dropdown__content ul li a:hover {
  color: var(--gold);
  margin-left: 4px;
}

.header-row__bottom {
  max-width: 440px;
  margin: 20px auto 0 auto;
}

.slider-item {
  display: block;
  background-size: cover;
}

.slider-item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* .slider-item__1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url(/wp-content/themes/plata.cc/assets/image/slide1.webp);
}

.slider-item__2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url(/wp-content/themes/plata.cc/assets/image/slide2.webp);
}

.slider-item__3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), url(/wp-content/themes/plata.cc/assets/image/slide3.webp);
} */

.video-inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgb(0 0 0 / 25%), hsl(0deg 0% 0% / 15%));
}

.slider-item h1,
.slider-item h2,
section#promo h2 {
  color: var(--light);
  font-family: 'Cormorant SC', serif;
  font-size: clamp(28px, 4vw, 84px);
  font-weight: 500;
  line-height: 100%;
  max-width: 70%;
}

.slider-item__2 h2 {
  max-width: 100%;
}

.days-left {
  display: block;
  width: fit-content;
  padding: 12px 22px 16px 22px;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 600;
  line-height: 130%;
  font-family: 'Cormorant SC', serif;
  background-color: var(--orange);
  border-radius: 34px;
  margin-bottom: 12px;
}

section#promo h2 {
  font-size: clamp(28px, 4vw, 64px) !important;
}

.slider-item span {
  color: var(--light);
}

.container.slider-attrs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.swiper-button-prev,
.swiper-button-next {
  height: 40px;
  width: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
  height: 100%;
  width: 100%;
  background-size: contain;
}

.swiper-button-prev:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAuMDAwMDAwIiBoZWlnaHQ9IjQwLjAwMDAwMCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCTxkZXNjPgoJCQlDcmVhdGVkIHdpdGggUGl4c28uCgk8L2Rlc2M+Cgk8ZGVmcy8+Cgk8cmVjdCBpZD0iQ29tcG9uZW50IDEiIHJ4PSIwLjAwMDAwMCIgd2lkdGg9IjM4LjMzMzMzMiIgaGVpZ2h0PSIzOC4zMzMzMzIiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDQwLjgzMzMgMC44MzMzMzMpIiBmaWxsPSIjRkZGRkZGIiBmaWxsLW9wYWNpdHk9IjAiLz4KCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0yNy41IDIwTDEyLjUgMjBNMTguMzMgMTQuMTZMMTIuNSAyMEwxOC4zMyAyNS44MyIgc3Ryb2tlPSIjRjJGMkYyIiBzdHJva2Utb3BhY2l0eT0iMS4wMDAwMDAiIHN0cm9rZS13aWR0aD0iMi41MDAwMDAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgoJPHBhdGggaWQ9IlZlY3RvciIgZD0iTTYuMTQgMjUuNzRDNi44OSAyNy41NiA4IDI5LjIxIDkuMzkgMzAuNkMxMC43OCAzMS45OSAxMi40MyAzMy4xIDE0LjI1IDMzLjg1QzE2LjA3IDM0LjYxIDE4LjAzIDM1IDIwIDM1QzIxLjk2IDM1IDIzLjkyIDM0LjYxIDI1Ljc0IDMzLjg1QzI3LjU2IDMzLjEgMjkuMjEgMzEuOTkgMzAuNiAzMC42QzMxLjk5IDI5LjIxIDMzLjEgMjcuNTYgMzMuODUgMjUuNzRDMzQuNjEgMjMuOTIgMzUgMjEuOTYgMzUgMjBDMzUgMTYuMDIgMzMuNDEgMTIuMiAzMC42IDkuMzlDMjcuNzkgNi41OCAyMy45NyA1IDIwIDVDMTYuMDIgNSAxMi4yIDYuNTggOS4zOSA5LjM5QzYuNTggMTIuMiA1IDE2LjAyIDUgMjBDNSAyMS45NiA1LjM4IDIzLjkyIDYuMTQgMjUuNzRaIiBzdHJva2U9IiNGMkYyRjIiIHN0cm9rZS1vcGFjaXR5PSIxLjAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyLjUwMDAwMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.swiper-button-next:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAuMDAwMDAwIiBoZWlnaHQ9IjQwLjAwMDAwMCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KCTxkZXNjPgoJCQlDcmVhdGVkIHdpdGggUGl4c28uCgk8L2Rlc2M+Cgk8ZGVmcy8+Cgk8cmVjdCBpZD0iQ29tcG9uZW50IDEiIHJ4PSIwLjAwMDAwMCIgd2lkdGg9IjM4LjMzMzMzMiIgaGVpZ2h0PSIzOC4zMzMzMzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuODMzMzMzIDAuODMzMzMzKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIwIi8+Cgk8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTIuNSAyMEwyNy41IDIwTTIxLjY2IDE0LjE2TDI3LjUgMjBMMjEuNjYgMjUuODMiIHN0cm9rZT0iI0YyRjJGMiIgc3Ryb2tlLW9wYWNpdHk9IjEuMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNTAwMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KCTxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0zMy44NSAyNS43NEMzMy4xIDI3LjU2IDMxLjk5IDI5LjIxIDMwLjYgMzAuNkMyOS4yMSAzMS45OSAyNy41NiAzMy4xIDI1Ljc0IDMzLjg1QzIzLjkyIDM0LjYxIDIxLjk2IDM1IDIwIDM1QzE4LjAzIDM1IDE2LjA3IDM0LjYxIDE0LjI1IDMzLjg1QzEyLjQzIDMzLjEgMTAuNzggMzEuOTkgOS4zOSAzMC42QzggMjkuMjEgNi44OSAyNy41NiA2LjE0IDI1Ljc0QzUuMzggMjMuOTIgNSAyMS45NiA1IDIwQzUgMTYuMDIgNi41OCAxMi4yIDkuMzkgOS4zOUMxMi4yIDYuNTggMTYuMDIgNSAyMCA1QzIzLjk3IDUgMjcuNzkgNi41OCAzMC42IDkuMzlDMzMuNDEgMTIuMiAzNSAxNi4wMiAzNSAyMEMzNSAyMS45NiAzNC42MSAyMy45MiAzMy44NSAyNS43NFoiIHN0cm9rZT0iI0YyRjJGMiIgc3Ryb2tlLW9wYWNpdHk9IjEuMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNTAwMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  filter: brightness(0.75);
}

.swiper-pagination {
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  opacity: .15;
}

.swiper-pagination-bullet:hover {
  transform: scale(1.2);
  opacity: .35;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--gold);
  opacity: 1;
}

.woocommerce span.onsale {
    z-index: 3;
    background-color: #FFC107;
    color: white;
    border-radius: 10px;
    font-size: 16px;
    left: 16px;
    height: 50px;
    font-weight: 700;
}

/* :target {
  scroll-margin-top: 100px !important;
} */
.wishlist {
  width: 24px;
}

.wishlist_products_counter span {
  display: none;
}

.wishlist_products_counter:before,
.product-card-item__image .tinvwl_add_to_wishlist_button:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2025/03/heart-empty.svg);
  margin: 0 !important;
  position: absolute;
  height: 23px;
  width: 23px;
  top: -11px !important;
  background-size: cover;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.cart-item__right .tinvwl-no-action a:before {
  content: '' !important;
  background-image: url(/wp-content/uploads/2025/03/heart-empty.svg);
  margin: 0 !important;
  position: static !important;
  height: 23px;
  width: 23px;
  background-size: cover;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.product-card-item__image .tinvwl_add_to_wishlist_button:before {
  filter: invert(1);
}

.wishlist_products_counter.wishlist-counter-with-products:before,
.product-card-item__image .tinvwl_add_to_wishlist_button[data-tinv-wl-action="remove"]:before,
.cart-item__right .tinvwl-no-action a[data-tinv-wl-action="remove"]:before {
  background-image: url(/wp-content/uploads/2025/03/heart-fill.svg);
  filter: none !important;
}

.product-card-item__image .tinvwl_add_to_wishlist_button[data-tinv-wl-action="remove"]:before {
  filter: none;
}

.product-card {
  position: relative;
  height: 440px;
}

.product-card-item {
  border: 1px solid var(--border-light);
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: var(--semi-light);
  min-height: 100%;
  overflow: hidden;
}

.product-card-item:hover {
  z-index: 4;
  box-shadow: 0px 44px 44px -30px rgba(29, 34, 47, 0.15);
}

.product-card-item__image {
  position: relative;
  text-align: center;
  background-color: white;
}

.product-card-item__image .woocommerce-loop-product__link {
  display: block;
}

.product-card-item__image .tinv-wraper {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 24px;
  width: 24px;
}

span.onsale {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--red);
  color: white;
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  line-height: 120%;
  padding: 2px 8px 5px 8px;
  border-radius: 4px;
}

.product-card-item__text {
  padding: 20px;
}

.product-card-item__image .tinv-wraper {
  top: 26px;
  right: 26px;
  z-index: 1;
}

.product-card-item__text h2 a {
  color: var(--gray);
}

.product-card-item__text h2 {
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}

.product-card-item__text p.small {
  margin-bottom: .25rem;
  color: var(--gray);
  opacity: .55;
}

span.price,
.custom_product_price {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

#shop span.price {
  gap: 8px;
}

#shop span.price bdi {
  font-size: clamp(16px, 4vw, 28px);
}

span.price del,
span.price ins {
  text-decoration: none;
}

span.price bdi {
  color: var(--gray);
  font-family: 'Cormorant SC', sans-serif;
  font-size: clamp(18px, 4vw, 32px);
  font-weight: 500;
  line-height: 120%;
}

span.price del bdi {
  position: relative;
  color: rgb(51 51 51 / 30%);
}

span.price del bdi::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--gray);
}

span.price.small-price {
  margin-bottom: 8px;
}

span.price.small-price del bdi {
  font-size: 22px;
}

span.price.small-price ins bdi {
  font-size: 22px;
  color: var(--gray);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1 !important;
}

span.price.small-price span.wholesale-price {
  font-size: 12px;
  justify-content: space-between;
  width: 100%;
}

span.price.small-price span.wholesale-price bdi {
  font-size: 26px;
}

.product-card-item .add_to_cart_button,
.product-card-item .single_add_to_cart_button {
  margin-top: -38px !important;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.product-card-item:hover .add_to_cart_button,
.product-card-item:hover .single_add_to_cart_button {
  margin-top: 10px !important;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}

section#promo {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, 0.1)), url(/wp-content/themes/plata.cc/assets/image/promo.webp);
  background-size: cover;
  background-position: center;
}

h2.category-title a span.arrow-link {
  color: var(--gray);
}

h2.category-title a:hover span.arrow-link {
  margin-left: 10px;
}

h2.category-title a span.category-title__text {
  color: var(--gray);
  border-bottom: 1px solid;
  font-size: clamp(22px, 4vw, 36px);
}

.category-item a {
  display: block;
  border: 1px solid var(--border-light);
  background-color: var(--semi-light);
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}

.category-item a:hover {
  box-shadow: 0px 44px 44px -30px rgba(29, 34, 47, .15);
}

h3.category-title {
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 500;
  line-height: 120%;
}

.modal-content__inner h3 strong {
  font-size: clamp(18px, 4vw, 22px);
}

.category-link:hover span.arrow-link {
  color: var(--gold);
}

.bout-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.bout-grid img {
  height: 100%;
  object-fit: cover;
}

.bout-grid__clild-1 {
  grid-area: 1 / 1 / 3 / 2;
}

.bout-grid__clild-2 {
  grid-area: 1 / 2 / 2 / 3;
}

.bout-grid__clild-3 {
  grid-area: 2 / 2 / 3 / 3;
}

.reviews-item {
  background-color: var(--semi-light);
  padding: 20px;
  border-radius: 12px;
}

.reviews-item img {
  height: 76px;
  width: 76px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.reviews-item h4 {
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: clamp(18px, 4vw, 32px);
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}

.reviews-item span {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.reviews-attrs .swiper-button-prev,
.reviews-attrs .swiper-button-next,
.reviews-attrs .swiper-pagination {
  position: static;
  flex: 0 0 auto;
  margin: 0 !important;
}

.reviews-attrs .swiper-pagination {
  max-width: 70%;
  margin-top: -2px !important;
}

.reviews-attrs .swiper-button-prev,
.reviews-attrs .swiper-button-next {
  filter: brightness(0.5);
}

.reviews-attrs .swiper-button-prev:hover,
.reviews-attrs .swiper-button-next:hover,
.rating:hover img {
  opacity: .75;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  cursor: pointer;
}

.question {
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.toggle-button {
  position: relative;
  width: 14px;
  height: 14px;
}

.toggle-button span {
  position: absolute;
  top: 6px;
  height: 1.5px;
  width: 100%;
  background-color: var(--gray);
}

.toggle-button span:first-child {
  right: 0;
  transform: rotate(45deg);
}

.toggle-button span:last-child {
  right: 0;
  transform: rotate(-45deg);
}

.answer {
  display: none;
  padding: 15px;
}

.accordion-item .answer {
  display: none;
}

.accordion-item.active .toggle-button span:first-child {
  transform: rotate(180deg);
}

.accordion-item.active .toggle-button span:last-child {
  transform: rotate(180deg);
}

.contacts-block {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.contacts-block__item h5 {
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.contacts-block__item .contacts-attrs {
  color: var(--gray);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.contacts-block__item a.contacts-attrs:hover {
  color: var(--gold);
}

#map {
  height: 584px;
  width: 100%;
}

.rating img {
  max-width: 190px;
}

footer {
  background-color: #1A1A1A;
  padding: 80px 0;
  flex-shrink: 0;
}

footer a,
footer span {
  color: var(--light);
  font-size: 14px;
}

.copyright {
  opacity: .5;
}

footer a:hover {
  color: var(--gold);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-row .footer-row__item {
  flex: 0 0 auto;
}

.footer-row .footer-row__column.column-1 a:hover {
  opacity: .8;
}


.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .contacts-attrs {
  display: block;
}

.widget_shopping_cart_content {
  height: 100%;
}

.about {
  background-color: #FFFAF5;
  padding: 20px 0;
}


.woocommerce nav.woocommerce-pagination,
.navigation.pagination {
  text-align: end;
  margin-top: 32px;
}

.woocommerce nav.woocommerce-pagination .page-numbers,
.navigation.pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: none;
}

.nav-links a,
.nav-links span {
  padding: 8px !important;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  min-width: 42px;
  text-align: center;
  color: var(--gray);
  font-weight: 300;
  line-height: 140%;
  border-radius: 8px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li {
  border: none;
}

.woocommerce nav.woocommerce-pagination .page-numbers li a,
.woocommerce nav.woocommerce-pagination .page-numbers li span {
  display: block;
  padding: 10px;
  background-color: var(--light);
  min-width: 42px;
  text-align: center;
  color: var(--gray);
  font-weight: 300;
  line-height: 140%;
  border-radius: 8px;
}

.woocommerce nav.woocommerce-pagination .page-numbers li:first-child a,
.woocommerce nav.woocommerce-pagination .page-numbers li:last-child a,
.woocommerce nav.woocommerce-pagination .page-numbers li:first-child span,
.woocommerce nav.woocommerce-pagination .page-numbers li:last-child a {
  padding: 8px !important;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.nav-links a:hover,
.nav-links span.current,
span.page-numbers.current {
  background-color: var(--gold) !important;
  color: var(--gray) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.nav-links a:hover,
.nav-links a:focus {
  opacity: .8;
}

.filter-button {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  border: none;
  border-radius: 4px;
}


.filter-button i {
  position: absolute;
  height: 2px;
  background-color: var(--gray2);
}

.filter-button i:first-child {
  top: calc(50% - 6px);
  left: calc(50% - 10px);
  width: 20px;
}

.filter-button i:nth-child(2) {
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
}

.filter-button i:last-child {
  bottom: calc(50% - 6px);
  left: calc(50% - 4px);
  width: 8px;
}

.filter-button.active i:first-child {
  transform: rotate(45deg);
  top: 19px;
  width: 20px;
  left: 10px;
}

.filter-button.active i:nth-child(2) {
  opacity: 0;
}

.filter-button.active i:last-child {
  transform: rotate(-45deg);
  top: 19px;
  width: 20px;
  left: auto;
  right: 10px;
}

.wpfFilterVerScroll {
  scrollbar-width: thin;
  scrollbar-color: var(--light) white;
}

.wpfFilterContent {
  padding: 0 !important;
}

/* div#wpfBlock_8 {
  margin-top: -18px !important;
} */


div#wpfBlock_8 {
  margin-top: 1rem !important;
}

.irs--round .irs-bar {
  background-color: #797979 !important;
  height: 4px !important;
}

.irs--round .irs-handle {
  border: 4px solid black !important;
  box-shadow: 0 1px 3px rgb(0 0 0 / 30%) !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: black !important;
  border-radius: 2.5px !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: transparent !important;
}

#wpfSliderRange,
.wpfCurrencySymbol,
.wpfFilterDelimeter {
  display: none;
}

.irs.irs--round.js-irs-0 {
  visibility: hidden;
  height: 0 !important;
}

.wpfPriceInputs {
  justify-content: space-between !important;
}

ul.row {
  padding: 0;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--light) white;
}

.breadcrumbs span {
  flex: 0 0 auto;
}

.breadcrumbs a span {
  color: var(--gray2);
  font-size: 14px;
  line-height: 140%;
}

.breadcrumbs span.current-item {
  color: var(--gray);
  font-size: 14px;
  line-height: 140%;
}

.breadcrumbs a:hover {
  opacity: .7;
}

.custom-product-gallery-thumbs .d-flex {
  scrollbar-width: thin;
  scrollbar-color: var(--light) white;
}

.custom-product-gallery-thumbs .thumb {
  object-fit: cover;
  box-sizing: border-box;
  border: 1px solid var(--border-light);
  overflow: hidden;
  cursor: pointer;
  flex: 0 0 auto;
}

.custom-product-gallery-thumbs .thumb:hover {
  opacity: .75;
}

.custom-product-gallery-thumbs .thumb.active {
  filter: brightness(0.85);
  cursor: inherit;
  pointer-events: none;
  opacity: 1 !important;
}

.custom-product-gallery-main {
  box-sizing: border-box;
  border: 1px solid var(--border-light);
  border-radius: 30px;
  overflow: hidden;
}

.product_description {
  margin-bottom: 26px;
}

.product_details {
  background-color: var(--light);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 26px;
}

.product_details table {
  margin: 0 !important;
  border: none !important;
}

.product_details table tbody tr,
.product_details table tbody td,
.product_details table tbody th {
  border: none !important;
  background: transparent !important;
}

.product_details table tbody th {
  width: 30% !important;
  color: black;
  font-weight: 400 !important;
  line-height: 140%;
}

.product_details table tbody td a {
  color: var(--gray);
  font-weight: 300 !important;
  line-height: 140%;
  font-style: normal !important;
}

.product_details table tbody td a:hover {
  color: var(--red);
}

.disclaimer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background-color: white;
  border-radius: 4px;
  margin-top: 14px;
  width: fit-content;
}

.single_variation_wrap span.price {
  margin-bottom: 1rem;
}

.woocommerce-variation-price,
.single_variation .price {
  display: none !important;
}

.added_to_cart.wc-forward {
  display: none !important;
}

table.variations tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 4px;
}

table.variations tbody tr {
  display: block;
}

table.variations tbody tr th label {
  color: rgb(0, 0, 0);
  font-weight: 300 !important;
  line-height: 140%;
  margin-bottom: 10px;
}

table.variations tbody tr th,
table.variations tbody tr td {
  display: block;
}

.custom_block {
  margin-bottom: 26px;
}

.custom_block div {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid var(--border-light);
  overflow: hidden;
  width: 100%;
}

.custom_block div img {
  max-width: 124px;
  width: 100%;
  height: 34px;
  object-fit: contain;
}

.custom_block div span {
  color: black;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.rudr-variation-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6px;
}

.reset_variations {
  display: none !important;
}

.custom_product_price {
  margin-bottom: 24px;
}

.custom_product_price .price bdi {
  color: var(--gray) !important;
  font-family: 'Cormorant SC', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.custom_product_price .price bdi::after {
  content: none !important;
}

.custom_product_price del {
  opacity: 1 !important;
  text-decoration: none;
}

.custom_product_price del .woocommerce-Price-amount.amount bdi {
  color: rgb(51 51 51 / 30%);
  position: relative;
}

/* .custom_product_price del .woocommerce-Price-amount.amount bdi::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--gray);
  position: relative;
} */

.custom_product_price span.woocommerce-Price-amount bdi {
  color: rgb(51 51 51/30%);
  font-family: 'Cormorant SC', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.custom_product_price span.woocommerce-Price-amount bdi::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute !important;
  top: calc(50% + 2px);
  left: 0;
  display: block;
  background: var(--gray);
}

.custom_product_price ins,
.price ins {
  text-decoration: none !important;
  border: none;
}

.custom_product_price ins bdi,
.price ins bdi {
  color: var(--gray) !important;
}

.custom_product_price ins bdi::after,
.price ins bdi::after {
  content: none !important;
}

span.wholesale-price {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  color: var(--gray);
}

span.wholesale-price bdi {
  color: var(--gray) !important;
}

span.wholesale-price bdi::after {
  content: none !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: transparent !important;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.button-wishlist.tinvwl-position-shortcode {
  height: 43px;
  background: var(--light);
  display: inline-block;
  border-radius: 4px;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.button-wishlist.tinvwl-position-shortcode:hover {
  filter: opacity(.75);
  -webkit-filter: opacity(.75);
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.button-wishlist.tinvwl-position-shortcode:focus {
  box-shadow: 0 0 0 2px rgba(255, 156, 156, 0.45);
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.button-wishlist.tinvwl-position-shortcode::before {
  font-size: 24px;
  color: var(--gray);
  top: 20px;
}

.single_variation_wrap .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before, [data-tinv-wl-action="remove"].tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.button-wishlist.tinvwl-position-shortcode:before {
  color: var(--red) !important;
}

.xoo-cp-icon-check:before {
  content: none !important;
}

.add_to_cart .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
  margin-top: 42px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.woocommerce-mini-cart.cart_list.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}

a.remove.remove_from_cart_button {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 4px !important;
  color: var(--red) !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

a.remove.remove_from_cart_button:hover {
  color: #fff !important;
  background: var(--red);
}

.mini-cart-image {
  flex: 0 0 auto;
  width: 20%;
}

.mini-cart-image img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
}

.mini-cart-details {
  flex: 0 0 auto;
  width: 80%;
  padding-right: 30px;
}

h5.mini-cart-title {
  color: var(--gray);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.mini-cart-variation dl.variation {
  padding: 0 !important;
  border: none !important;
  margin: 0;
  line-height: 120%;
}

.mini-cart-variation dl.variation dt,
.mini-cart-variation dl.variation dd {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--gray);
  font-weight: 300 !important;
  font-size: 12px;
  line-height: 120% !important;
  display: inline-block;
}

.mini-cart-variation dl.variation dt p,
.mini-cart-variation dl.variation dd p {
  margin: 0;
}

.mini-cart-quantity-price {
  color: var(--gray);
  display: block;
  margin-top: 4px;
  font-weight: 700;
}

.woocommerce-mini-cart__total.total {
  margin-top: 12px;
  margin-bottom: 12px;
}

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}

.woocommerce-cart-form .cart-item {
  border-bottom: 1px solid #bdbdbd;
}

.woocommerce-cart-form .cart-item:last-of-type {
  border: none;
}

.cart-item__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cart-item__row a:hover,
.cart-item__row button:hover {
  opacity: .75;
}

.cart-item__left,
.cart-item__right {
  display: flex;
  flex: 0 0 auto;
}

.cart-item__right {
  gap: 16px;
}

.cart-item__left a {
  display: block;
  width: 180px;
}

.cart-item__left a img {
  width: 180px;
  object-fit: contain;
}

.cart-attrs {
  padding: 40px;
  background: var(--light);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-attrs h4 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 28px;
}

.cart-attrs ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 28px;
}

.cart-attrs ul li {
  display: flex;
  gap: 6px;
  padding: 15px 0;
  border-bottom: 1px solid #BDBDBD;
}

.cart-attrs ul li:last-child {
  border-bottom: none;
}

.cart-attrs ul li strong {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  flex: 0 0 auto;
  width: 50%;
}

.cart-attrs ul li .cart-left {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
}

.page-id-9 .mini-cart {
  pointer-events: none;
}

.cart-groups a {
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
  margin-bottom: 12px;
}

.cart-groups a:hover {
  color: var(--red);
  opacity: 1;
}

.cart-group dl,
.cart-group dt,
.cart-group dd {
  margin-bottom: 0;
}

.cart-group p {
  margin: 0;
}

.input-group.cart-quantity-block {
  display: flex;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.input-group.cart-quantity-block input {
  text-align: left !important;
  cursor: auto !important;
  border: 1px solid var(--light) !important;
}

.input-group.cart-quantity-block button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  border: none;
  background-color: var(--border-light);
  font-size: 24px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-minus {
  left: -40px;
}

.cart-plus {
  right: -40px;
}

.input-group.cart-quantity-block:hover input {
  padding-left: calc(50% - 3px);
}

.input-group.cart-quantity-block:hover .cart-minus {
  left: 0;
}

.input-group.cart-quantity-block:hover .cart-plus {
  right: 0;
}

.cart-item-total {
  color: var(--gray);
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.cart-item__right .tinvwl-no-action a {
  position: relative;
  height: 24px !important;
  width: 24px !important;
  display: block;
}

.cart-item__right .cart-remove svg path {
  stroke: #333;
}

.cart-item__right .cart-remove:hover svg path {
  stroke: var(--red);
}

.cart-item__right .tinv-wraper,
.cart-item__right .cart-remove {
  display: block;
  height: 24px;
}

.xoo-cp-notice-box {
  bottom: 0;
}

.xoo-cp-notice-box>div {
  background-color: transparent;
  padding: 0 !important;
  width: 100%;
}

.woocommerce-error {
  border-top-color: var(--red);
  background-color: #ffe7e7;
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  text-align: center !important;
  font-weight: 700;
  color: #a71f1f;
  margin: 0 !important;
}

.woocommerce-notices-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}

.woocommerce-notices-wrapper>div {
  margin: 0 !important;
  text-align: center !important;
  font-family: 'Cormorant SC', serif;
  font-size: 18px;
  font-weight: 700;
  background-color: white;
}

.woocommerce-notices-wrapper>div>a {
  max-width: 240px;
  font-size: 14px;
  margin: auto !important;
  float: none !important;
  margin-top: 12px !important;
  font-family: "Manrope", sans-serif;
}

.user-btn {
  background-color: transparent;
  border: none !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.toggle-form-button {
  display: block;
  width: 100%;
  margin-top: 15px;
  background: none;
  border: none;
  color: var(--red);
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
}

.partner-login {
  display: block;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
  margin: 0;
  color: var(--gray);
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.toggle-form-button:hover,
.partner-login:hover {
  opacity: .8;
}

.login-message .success,
.register-message .success {
  padding: 10px;
  text-align: center;
  margin-bottom: 16px;
  background: #d7fdcd;
  color: #2e7a1b;
  border-radius: 6px;
}

.login-message .error,
.register-message .error {
  padding: 10px;
  text-align: center;
  margin-bottom: 16px;
  background: #fdcdcd;
  color: #4a0000;
  border-radius: 6px;
}

.woocommerce-MyAccount-content a.woocommerce-Button.wc-forward.button {
  max-width: 240px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 16px 0;
  background: var(--light);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #bdbdbd;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  flex: 0 0 auto;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--red);
}

.woocommerce-MyAccount-navigation ul li:last-child a {
  border: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
  color: black;
}

#post-11 h3 {
  font-family: 'Cormorant SC', serif;
}

.woocommerce-MyAccount-content table a {
  color: var(--gray);
}

.woocommerce-MyAccount-content table a:hover {
  opacity: .8;
}

.wc-item-meta {
  padding: 0;
}

.woocommerce-customer-details .card {
  padding: 10px;
  border: 1px solid #dee2e6;
  height: calc(100% - 40px);
}

.woocommerce-customer-details .card ul {
  padding-left: 18px;
}

.xoo-cp-content {
  margin-top: 12px;
}

.xoo-cp-remove,
.xoo-cp-pqty {
  display: none;
}

.xoo-cp-active {
  backdrop-filter: blur(1px);
}

.xoo-cp-close {
  right: 14px !important;
  top: 0px !important;
  display: block;
  height: 24px !important;
  width: 24px !important;
  background-color: transparent !important;
}

.xoo-cp-ptitle a {
  font-family: 'Cormorant SC', serif;
  color: var(--gray);
  font-size: 22px !important;
}

.xoo-cp-icon-cross:before {
  content: "" !important;
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  height: 1px;
  width: 14px;
  background: var(--gray);
  transform: rotate(45deg);
}

.xoo-cp-icon-cross:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  height: 1px;
  width: 14px;
  background: var(--gray);
  transform: rotate(-45deg);
}

.xoo-cp-close:hover:before {
  transform: rotate(180deg);
}

.xoo-cp-close:hover:after {
  transform: rotate(-180deg);
}

.xoo-cp-pprice {
  text-align: end !important;
}

.xoo-cp-ptotal {
  margin-right: 0 !important;
}

.xoo-cp-modal {
  transform: scale(2);
  transition: .2s;
}

.xoo-cp-active {
  transform: scale(1) !important;
}

.xoo-cp-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100% !important;
  max-width: 100% !important;
  flex-wrap: wrap;
}

.wpfColorsRow {
  padding: 0;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wpfColorsRow li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 0;
  margin: 0;
}

.wpfColorsRow li label {
  margin: 0 !important;
  border-radius: 4px;
  position: relative;
}

.wpfColorsRow li input:checked+label.icon:before {
  content: '' !important;
  position: absolute;
  left: -2px;
  top: -2px;
  background: 0 0;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  margin: 0;
  border: 2px solid var(--red);
  border-radius: 7px;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  width: auto;
  display: block;
  margin: auto;
}

.bout-grid__clild-1 img {
  height: calc(480px + 20px);
  width: 100%;
}

.bout-grid__clild-2 img,
.bout-grid__clild-3 img {
  height: 240px;
  width: 100%;
}

.category-item-thumbnail {
  text-align: center;
}

.blog-item-link {
  padding: 20px;
  border-radius: 1rem;
  color: white;
}

.blog-item-link h2 {
  color: white;
  font-size: clamp(22px, 4vw, 32px);
}

.documentation-links a {
  display: block;
  padding: 1rem 2rem 2.8rem 2rem;
  border: 1px solid #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  border-radius: 6px;
}

.documentation-links a:hover {
  border: 1px solid var(--gold);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgb(209 209 209 / 18%);
  border-radius: 5px;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: white !important;
}

.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid white !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.fake-coupon-wrapper .woocommerce-info {
  border-top: none;
  border-radius: 4px;
  padding: 1rem 2rem;
}

.fake-coupon-wrapper .woocommerce-info a,
a.woocommerce-remove-coupon {
  color: var(--red);
  border-bottom: 1px dashed;
}

a.woocommerce-privacy-policy-link {
  color: var(--red);
  border-bottom: 1px solid;
}

.fake-coupon-wrapper .woocommerce-info a:hover,
a.woocommerce-privacy-policy-link:hover,
a.woocommerce-remove-coupon:hover {
  opacity: .75;
}

.fake-coupon-wrapper .woocommerce-info:before {
  display: none;
}

section.woocommerce-order-details td.woocommerce-table__product-total.product-total {
  text-align: end;
}

.woocommerce-form-coupon-toggle,
form.checkout_coupon.woocommerce-form-coupon {
  position: absolute;
  right: -999%;
  overflow: hidden;
}

.fake-input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 36px;
  background-color: #fff;
  outline: none;
}

.fake-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.fake-coupon-form {
  margin-top: 15px;
}

.page-id-198296 {
  overflow-x: hidden;
}

.calculator-container {
  max-width: 992px;
  margin: auto;
}

.calibration-section {
  background: #fffdf8;
  border: 2px dashed var(--gold);
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.calibration-content {
  display: none;
}

.card-reference {
  background: linear-gradient(45deg, #1e3c72 0%, #2a5298 100%);
  width: 200px;
  height: 126px;
  margin: 20px auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.calibration-controls {
  margin: 20px 0;
}

.calibration-slider {
  width: 100%;
  margin: 10px 0;
}

.calculator-section {
  text-align: center;
}

.ring-display {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  margin-top: -5.5%;
}

.ring-circle {
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(255, 208, 0, 0.1);
  position: relative;
  z-index: 2;
}

.ring-size-display {
  line-height: 100%;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.control-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease;
}

.control-btn:hover {
  background: var(--orange);
  transform: scale(1.1);
}

.size-slider {
  max-width: 200px;
  width: 100%;
}

.instructions {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}

.instructions h3 {
  margin-top: 0;
  color: #333;
}

.warning {
  background: #ffebee;
  border-left: 4px solid #f44336;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
}

input[type='range'] {
  display: inline-block;
  width: 250px;
}

input[type='range']:focus {
  outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  background-color: var(--gold);
  width: 20px;
  height: 20px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  margin-top: -9px;
}

input[type=range]::-moz-range-thumb {
  background-color: var(--gold);
  width: 15px;
  height: 15px;
  border: 3px solid var(--orange);
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  background-color: var(--gold);
  width: 20px;
  height: 20px;
  border: 3px solid var(--orange);
  border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--gold);
  height: 3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type=range]::-moz-range-track {
  background-color: var(--gold);
  height: 3px;
}

input[type=range]::-ms-track {
  background-color: #777;
  height: 3px;
}

input[type=range]::-ms-fill-lower {
  background-color: HotPink
}

input[type=range]::-ms-fill-upper {
  background-color: black;
}

#tab-1,
#tab-2 {
  display: none;
}

ul.wpfFilterVerScroll {
  flex-direction: row !important;
  flex-wrap: wrap;
}

.wpfCheckboxHier ul.wpfFilterVerScroll li {
  flex: 0 0 auto;
  display: block;
}

ul.wc_payment_methods.payment_methods.methods li {
    position: relative;
}

ul.wc_payment_methods.payment_methods.methods li input {
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
}

ul.wc_payment_methods.payment_methods.methods li label {
    margin-left: 38px;
}

p#billing_country_field {
    opacity: 0;
    font-size: 0px;
    visibility: hidden;
}