/* 
   FONTS
*/


@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../font/IBMPlexSans-Medium.woff2') format('woff2'),
        url('../font/IBMPlexSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../font/IBMPlexSans-Regular.woff2') format('woff2'),
        url('../font/IBMPlexSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../font/IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('../font/IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Fraunces';
    src: url('../font/Fraunces72pt-Bold.woff2') format('woff2'),
        url('../font/Fraunces72pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fraunces';
    src: url('../font/Fraunces72pt-Regular.woff2') format('woff2'),
        url('../font/Fraunces72pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  -webkit-font-smoothing: antialiased;
	font-family: IBM Plex Sans, sans-serif;
}

* {
  margin-top: 0;
}

.mb-0 * {
  margin-bottom: 0 !important;
}

.position-sticky {
  position: sticky !important;
}

.container {
	max-width: 1480px;
	padding: 0 20px;
	margin: 0 auto !important;
}

.site-header {
    margin-bottom: 80px;
}

.site-header.sticky-header {
	background-color: #000000 !important;
	animation: sticky 0.3s linear;
}

@keyframes sticky {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* links */
.link {
  width: fit-content;
  list-style: none;
}

.link li {
  pointer-events: none;
}

.link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

.link a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #ffffff;
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width;
}
.privacy-link .elementor-icon-list-icon{
	padding-inline-end: 0 !important;
}

/* Menu list variant — left expand */
.menu-list.link a::after {
  left: 0;
  transform: none;
}

/* Hover + keyboard focus */
.link a:hover::after,
.link a:focus-visible::after {
  width: 100%;
}

.link a:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
  border-radius: 2px;
}

/* Active page states — persistent underline, no load animation */
.menu-list.link .current-menu-item a::after,
.menu-list.link .current-menu-ancestor a::after,
.menu-list.link .current-menu-parent a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  border-radius: 2px;
  transform: none;
  transition: none;
	opacity: 1 !important;
}

.site-header .e-con-inner {
	position: relative;
}

/* navlogo */
.nav-logo {
/*     position: relative; */
	top: 0;
    width: 158px !important;        /* control pill width */
    padding: 28px 18px 18px 18px !important;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 0 0 999px 999px !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

/* The image inside */
.nav-logo .elementor-widget-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav-logo .elementor-widget-image img {
    width: 120px !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

.site-header.sticky-header .nav-logo{
	position: unset !important;
	padding: 0 !important;
	width: 100px !important;
	background-color: unset !important;
	border none;
}

.site-header.sticky-header .hfe-layout-horizontal {
    width: fit-content !important;
}

.site-header:not(.sticky-header) .e-con-inner {
	padding-top: 60px;
}

.site-header.sticky-header nav {
    width: unset !important;
}

/* top brands */

.top-brands img.swiper-slide-image {
    height: 60px;
    width: auto;
}

div#gallery-1 img {
/*     width: 150px; */
	height: 60px;
	width: auto;
    margin: 0 !important;
}

figure.gallery-item {width: fit-content !important;}

div#gallery-1 {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 44px;
}
.top-brand-mobile-slider img {
	height: 70px;
}

/* 
   SINGLE PRODUCT PAGE
    */


.single-product div.product {
  display: grid !important;
  grid-template-columns: 650px 1fr !important;
  gap: 48px;
/*   max-width: 1600px; */
  margin: 60px auto;
/*   padding: 0 32px; */
  align-items: start;
}

/* Gallery */
.woocommerce-product-gallery {
  width: 100% !important;
  display: flex !important;
  flex-direction: row;
  gap: 12px;
  position: relative;
  opacity: 1 !important;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  order: -1;
  flex-shrink: 0;
}

.flex-control-thumbs li {
  cursor: pointer;
  display: flex;
	align-items: center;
/*   height: 120px !important; */
	background-color: #FFFFFF33 !important;
	border-radius: 8px;
	  border: 2px solid transparent;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.flex-control-thumbs img {
 width: fit-content !important;
  height: fit-content !important;
	margin: 0 auto !important;
  object-fit: cover;
  display: block;
  
}

.flex-control-thumbs li:hover,
.flex-control-thumbs li.flex-active {
  opacity: 1;
}

.flex-viewport {
  flex: 1;
  border-radius: 6px;
  overflow: hidden;
  background: #141414;
  height: auto !important;
}

.woocommerce-product-gallery__wrapper {
  width: 100% !important;
  transform: none !important;
  display: block;
}

.woocommerce-product-gallery__wrapper:has(.flex-active-slide) .woocommerce-product-gallery__image:not(.flex-active-slide) {
  width: 100% !important;
  float: none !important;
  display: none !important;
  margin: 0 !important;
}

.woocommerce-product-gallery__image.flex-active-slide {
  display: flex !important;
  height: 560px;
  align-items: center;
  justify-content: center;
	
}
.price del.wc-block-components-product-price__regular {
	color: #fff;
}
.wc-block-components-quantity-selector button:hover {
	border: none !important;
}

.woocommerce-product-gallery__image a {
  display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: contain;
  display: block;
  padding: 24px;
  border: none !important;
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: fit-content !important;
	padding: 10px 20px;
}

.single-product .onsale {
  position: absolute !important;
  top: -5px !important;
  left: 160px !important;
  right: auto !important;
  background: #ff0000 !important;
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  z-index: 10;
  min-width: auto !important;
  line-height: 1.4;
}

/* Summary */
.summary.entry-summary {
  float: none !important;
  width: 100% !important;
  clear: none !important;
  padding-top: 8px;
}

.product_title.entry-title {
  font-family: Fraunces;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.single-product .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: IBM Plex Sans;
  color: #ffffff !important;
}

.single-product .price del {
  color: #9F9F9F !important;
  font-size: 16px;
}

.single-product .price ins {
  text-decoration: none;
  background: transparent !important;
}

.single-product .price ins .woocommerce-Price-amount,
.single-product .price > .woocommerce-Price-amount {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff !important;
  font-family: IBM Plex Sans;
  font-style: normal;
}

/* search outline */
.elementor-element.elementor-element-c91a1ad.elementor-widget.elementor-widget-shortcode:focus-visible {
    outline: none;
}

/* add to cart */
button.single_add_to_cart_button.button.alt.added:focus {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

.woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #FFFFFF80;
}

.woocommerce-product-details__short-description p {
  margin: 0 0 8px 0;
  font-family: IBM Plex Sans;
  color: #ffffff;
}

.woocommerce-product-details__short-description strong {
  color: #ffffff;
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}

section.custom-related-products h2 {
	font-family: Fraunces;
	color: #ffffff !important;
	font-size: 36px;
	font-weight: 400;
}

/* Cart form on product page */
form.cart {
  display: flex !important;
  flex-direction: column;
  align-items: self-start;
  gap: 14px;
  margin-bottom: 0 !important;
  padding: 0;
}

.quantity {
  display: flex !important;
  float: none !important;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 4px;
  overflow: hidden;
  background: #111;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.quantity button.minus,
.quantity button.plus {
  background: transparent;
  border: none;
  color: #888;
  font-size: 18px;
  width: 36px;
  height: 40px;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
  line-height: 1;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

.quantity button.minus:hover,
.quantity button.plus:hover {
  color: #f0ebe4;
  background: #1e1e1e;
}

.quantity input.qty {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 48px;
  height: 40px;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  border-radius: 0;
  -moz-appearance: textfield;
}

.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single_add_to_cart_button.button {
  flex: 1;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 4px;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 28px;
  height: 40px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  box-shadow: none !important;
  text-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.single-product .single_add_to_cart_button.button {
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform:capitalize !important;
	padding: 16px 32px;
	border: 1px solid #ffffff !important;
}

.single_add_to_cart_button.button:hover {
  background-color: #a93226 !important;
	border: 1px solid #ffffff !important;
  color: #fff !important;
}

.single_add_to_cart_button.button:active {
  transform: scale(0.98);
}

.product_meta {
  font-family: IBM Plex Sans;
  font-size: 11px;
  color: #555;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product_meta a {
  color: #777;
  text-decoration: none;
  transition: color 0.15s ease;
}

.product_meta a:hover {
  color: #c0392b;
}
.woocommerce-product-gallery__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product div.images img {
    width: 360px;
    height: auto;
/*     padding: 24px; */
}

/* Why choose */
.why-choose-prdoduct {
  grid-column: 1 / -1;
/*   padding-top: 48px; */
}

.why-choose-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

.why-choose-wrapper:not(:has(img)) {
  gap: 0;
}

.why-choose-wrapper h2 {
  font-family: Fraunces;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.why-choose-wrapper p {
  font-size: 16px;
  font-family: IBM Plex Sans;
  line-height: 1.75;
  color: #ffffff;
  margin: 0;
}

.why-choose-wrapper .img-holder img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.75;
  filter: grayscale(20%);
}
.elementor-13 .elementor-element.elementor-element-5c23583 .elementor-button:focus,
.elementor-13 .elementor-element.elementor-element-ba66ed3 .elementor-button:focus{
    background-color: #ffffff !important;
	color: #000000 !important;
}
/* 
   PRODUCT LOOP / SHOP PAGE
    */

.hfe-product-image {
  max-width: 90%;
  max-height: 400px;
  margin: 0 auto;
}

.hfe-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hfe-product-image a {
  display: block;
  padding: 10px;
}

span.onsale {
  background-color: #ff0000;
  color: #ffffff;
  padding: 12px;
  font-size: 16px;
  font-family: Fraunces;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 4px 0;
}

.product-list {
  padding-inline-start: 0 !important;
  --gaps: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(1480px / var(--columns) - var(--gaps) * (var(--columns) - 1) / var(--columns)), 1fr));
  gap: var(--gaps);
}

.product .img-wrapper {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  background: #FFFFFF33;
  border-radius: 8px;
  margin-bottom: 16px;
}

.product .img-wrapper img {
  width: auto;
  height: 80%;
  object-fit: contain;
}

.product .product-category {
  color: #ffffff;
  font-size: 14px;
  font-family: IBM Plex Sans;
  opacity: 0.7;
}

.product .woocommerce-loop-product__title {
  color: #ffffff;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  font-family: Fraunces;
  margin-bottom: 6px;
}

.product .price {
  color: #ffffff;
  font-size: 24px;
  font-family: IBM Plex Sans;
  font-weight: 600;
  font-style: italic;
}

.product .add_to_cart_button {
  position: absolute !important;
  top: 65%;
  right: 20px;
  width: 42px;
  height: 42px;
  font-size: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF1A !important;
  border: 1px solid #FFFFFF33 !important;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
	z-index: 9;
}

.product .add_to_cart_button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91595 19.1931C3.38078 21 6.10708 21 11.5597 21H12.4403C17.8929 21 20.6192 21 22.084 19.1931M1.91595 19.1931C0.45111 17.3864 0.953535 14.6432 1.9584 9.15712C2.673 5.25565 3.0303 3.30491 4.38679 2.15245M22.084 19.1931C23.5489 17.3864 23.0465 14.6432 22.0417 9.15712C21.327 5.25565 20.9697 3.30491 19.6132 2.15245M19.6132 2.15245C18.2567 1 16.318 1 12.4403 1H11.5597C7.68209 1 5.74329 1 4.38679 2.15245' stroke='white' stroke-width='2'/%3E%3Cpath d='M8.54602 6C9.0489 7.45649 10.4058 8.5 12.0008 8.5C13.5958 8.5 14.9528 7.45649 15.4556 6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

li.product:hover .add_to_cart_button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: relative;
}

.woocommerce div.product form.cart::before {
	content: "Quantity:" !important;
	color: #ffffff !important;
	font-size: 14px;
	font-family: IBM Plex Sans;
}
.woocommerce div.product form.cart::after,
.hfe-nav-menu:before,
.hfe-nav-menu:after{
	content: none !important;
}



/* Elementor kit button override — scoped away from WC blocks */
.elementor-kit-7 button:not(.wc-block-components-button):hover,
.elementor-kit-7 button:not(.wc-block-components-button):focus,
.elementor-kit-7 input[type="button"]:hover,
.elementor-kit-7 input[type="button"]:focus,
.elementor-kit-7 input[type="submit"]:hover,
.elementor-kit-7 input[type="submit"]:focus,
.elementor-kit-7 .elementor-button:hover,
.elementor-kit-7 .elementor-button:focus {
  background: transparent !important;
/*   border: none !important; */
	outline: none !important;
}



/* 
   PRODUCT SLIDER
    */

.custom-product-slider {
  position: relative;
  padding-top: 40px;
}

.splide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  transition: background 0.25s ease, opacity 0.25s ease;
}
.splide__arrow svg {
  width: 14px;
  height: 14px;
}

.splide__arrow {
  background: #ffffff;
}

.splide__arrow svg path {
  fill: #000000;
  stroke: #000000;
}

button.splide__arrow:hover {
  background: #eaeaea !important;
}

.single-product .woocommerce-breadcrumb {
    padding-top: 100px !important;
}

.elementor-kit-7 .splide__arrows button:not(.wc-block-components-button):hover,
.elementor-kit-7 .splide__arrows button:not(.wc-block-components-button):focus,
.elementor-kit-7 .splide__arrows input[type="button"]:hover,
.elementor-kit-7 .splide__arrows input[type="button"]:focus,
.elementor-kit-7 .splide__arrows input[type="submit"]:hover,
.elementor-kit-7 .splide__arrows input[type="submit"]:focus,
.elementor-kit-7 .splide__arrows .elementor-button:hover,
.elementor-kit-7 .splide__arrows .elementor-button:focus{
	background: #ffffff !important;
}

.splide__arrow:focus svg path {
    stroke: #000000 !important;
}

.splide__arrow:disabled {
  opacity: 0.35 !important;
  cursor: default;
  pointer-events: none;
  filter: grayscale(100%);
}

button.splide__arrow.splide__arrow--prev {
    position: absolute;
    top: 20px;
    right: 0px;
    left: inherit;
}

button.splide__arrow.splide__arrow--next {
    top: 20px;
    right: 0;
}

.splide.custom-product-slider:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
}

.custom-product-slider .splide__slide {
  background: transparent;
  border-radius: 12px;
}

/* splide arrow */
/* 
   Splide Arrow Wrapper
 */

.splide__arrows {
  position: absolute !important;
  top: -43px !important;
  right: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 12px !important;
  z-index: 20 !important;
}

.related-products-splide .splide__arrows {
	top: -71px !important;
}

/* 
   Base Arrow Style
 */

.splide__arrow {
  position: relative !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.25s ease;
 background: #ffffff4d !important;
	opacity: 1 !important;
}


/* 
   SVG Icon
 */

.splide__arrow--prev svg{
	transform: unset !important;
}
.splide__arrow svg{
	stroke-opacity: 0.5;
}
.splide__arrow:hover svg path{
	stroke-opacity: 1;
	stroke: #ffffff;
}

.splide__arrow:hover {
	background-color: #FFFFFF;
}

/* 
  Arrow
 */

.splide__arrow svg path {
  stroke: #ffffff !important;
}
.splide__arrow:hover svg path {
  stroke: #000000 !important;
}
.splide__arrow:hover {
  background: #eaeaea !important;
}


/* 
   Disabled State
 */

.splide__arrow:disabled {
  opacity: 0.35 !important;
  cursor: default !important;
  pointer-events: none !important;
  filter: grayscale(100%);
}


/* 
   Non-active Splide fallback
   (acts like grid if slider disabled)
 */

.splide.custom-product-slider:not(.is-active) .splide__list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px !important;
}


/* 
   Slide Card
 */

.custom-product-slider .splide__slide {
  background: transparent;
  border-radius: 12px;
  height: auto !important;
}

/* 
   PAGINATION
    */

.custom-pagination {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

.custom-pagination .page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.custom-pagination .page-numbers li a,
.custom-pagination .page-numbers li span {
  font-family: IBM Plex Sans;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
/*   padding: 0 14px; */
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid #FFFFFF80;
  background: transparent;
  color: #FFFFFF80;
}

.custom-pagination .page-numbers li a:hover {
  background: #fff;
  color: #222;
  border: 1px solid #ffffff;
}

.custom-pagination .page-numbers li .current {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: default;
}

.custom-pagination .page-numbers li .prev,
.custom-pagination .page-numbers li .next {
/*   padding: 0 12px; */
}

.custom-pagination .next.page-numbers svg path,
.custom-pagination .prev.page-numbers svg path {
  stroke: #FFFFFF80;
}

.custom-pagination .page-numbers li .prev:hover svg path,
.custom-pagination .page-numbers li .next:hover svg path {
  stroke: #000000;
  stroke-opacity: 1;
}

.pagination {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination .nav-previous a,
.pagination .nav-next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s ease;
  color: #fff;
  font-size: 0;
}

.pagination .nav-previous a::before,
.pagination .nav-next a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.25s ease;
}

.pagination .nav-previous a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8334 10.0001H4.16675M4.16675 10.0001L10.0001 15.8334M4.16675 10.0001L10.0001 4.16675' stroke='%23ffffff' stroke-opacity='1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pagination .nav-next a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' transform='matrix(-1,0,0,1,0,0)'%3E%3Cpath d='M15.8334 10.0001H4.16675M4.16675 10.0001L10.0001 15.8334M4.16675 10.0001L10.0001 4.16675' stroke='%23ffffff' stroke-opacity='1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.pagination .nav-previous a:hover,
.pagination .nav-next a:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.pagination .nav-previous a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8334 10.0001H4.16675M4.16675 10.0001L10.0001 15.8334M4.16675 10.0001L10.0001 4.16675' stroke='%23000000' stroke-opacity='1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.pagination .nav-next a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' transform='matrix(-1,0,0,1,0,0)'%3E%3Cpath d='M15.8334 10.0001H4.16675M4.16675 10.0001L10.0001 15.8334M4.16675 10.0001L10.0001 4.16675' stroke='%23000000' stroke-opacity='1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

/* 
   HEADER
    */

.nav-action-list {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-action-list .elementor-widget-shortcode {
  margin: 0 !important;
  padding: 0 !important;
}

.nav-action-list svg {
  display: block;
}

/* Search */
.header-search {
  position: relative;
}

.header-search .search-toggle-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header-search .search-toggle-btn:hover {
  background-color: transparent !important;
  border: none !important;
}

.header-search svg path {
  fill: #ffffff;
}

.header-search .search-content {
  position: absolute;
  top: 35px;
  right: -20px;
  background: #111;
  padding: 10px;
  border-radius: 8px;
  display: none;
  width: 350px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  z-index: 99;
}

.header-search .search-content input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #333;
  background: #000;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
}

.search-content input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.header-search .search-content input::placeholder {
  color: #777;
}

.header-search.active .search-content {
  display: block;
}

.search-result {
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #444 transparent;
}

.search-result::-webkit-scrollbar {
  width: 6px;
}

.search-result::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.search-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: #1a1a1a;
  border-radius: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}

.search-card:hover {
  background: #222;
}

.search-card .img-hold {
  width: 30%;
  height: 80px;
  background: #000;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-card .img-hold a {
  height: 100%;
	display: flex;
	align-items: center;
}

.search-card .img-hold img {
  width: auto;
  height: 100%;
}

.search-card .post-type {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: #e60000;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 4px;
}

.search-card h3 {
  font-family: Fraunces;
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.35;
}

/* Account icon */
.account-dropdown .account-btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.account-dropdown {
  position: relative;
}

.account-dropdown .account-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #050505;
  border: 1px solid #1e1e1e;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	list-style: none;
  z-index: 9999;
}

/* Arrow tip */
.account-dropdown .account-menu::before {
  content: '';
  position: absolute;
  top: -5px;
  right: 16px;
  width: 8px;
  height: 8px;
  background: #050505;
  border-left: 1px solid #1e1e1e;
  border-top: 1px solid #1e1e1e;
  transform: rotate(45deg);
}

.account-dropdown:hover .account-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Menu links */
.account-dropdown .account-menu a {
  display: block;
  padding: 10px 18px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}

.account-dropdown .account-menu a:hover {
  color: #ffffff;
  background: #0f0f0f;
}

/* Logout link — red accent */
.account-dropdown .account-menu a.logout,
.account-dropdown .account-menu li.logout a {
  color: #ff0000;
  border-top: 1px solid #1e1e1e;
  margin-top: 4px;
  padding-top: 12px;
}

.account-dropdown .account-menu a.logout:hover,
.account-dropdown .account-menu li.logout a:hover {
  color: #ff3333;
  background: #0f0f0f;
}
.account-dropdown .account-avatar {
	flex-shrink: 0;
}
.account-dropdown .account-avatar img {
	width: 22px;
	height: 22px;
	border-radius: 25px;
}
/* Cart icon */
.xoo-wsc-sc-cont {
  position: relative;
}

.xoo-wsc-sc-bki::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91595 19.1931C3.38078 21 6.10708 21 11.5597 21H12.4403C17.8929 21 20.6192 21 22.084 19.1931M1.91595 19.1931C0.45111 17.3864 0.953535 14.6432 1.9584 9.15712C2.673 5.25565 3.0303 3.30491 4.38679 2.15245M22.084 19.1931C23.5489 17.3864 23.0465 14.6432 22.0417 9.15712C21.327 5.25565 20.9697 3.30491 19.6132 2.15245M19.6132 2.15245C18.2567 1 16.318 1 12.4403 1H11.5597C7.68209 1 5.74329 1 4.38679 2.15245' stroke='white' stroke-width='2'/%3E%3Cpath d='M8.54602 6C9.0489 7.45649 10.4058 8.5 12.0008 8.5C13.5958 8.5 14.9528 7.45649 15.4556 6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.xoo-wsc-sc-count {
  position: absolute !important;
  top: -6px !important;
  right: -8px !important;
  background: #ff3b3b;
  color: #fff;
  font-size: 11px !important;
  padding: 2px 5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* 
   MINI CART DRAWER
    */

.xoo-wsc-container {
  width: 420px !important;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  font-family: inherit;
  right: -800px;
}

.xoo-wsc-header {
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}

.xoo-wsch-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xoo-wsch-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.xoo-wsch-close {
  cursor: pointer;
  font-size: 18px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.xoo-wsch-close:hover {
  opacity: 1;
}

.xoo-wsc-body {
  flex: 1;
  overflow-y: auto;
/*   padding: 20px 24px; */
}

.xoo-wsc-products {
  display: flex;
  flex-direction: column;
}

.xoo-wsc-product {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #f2f2f2;
}

.xoo-wsc-img-col {
  flex: 0 0 70px;
}

.xoo-wsc-img-col img {
  width: 60%;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.xoo-wsc-sum-col {
  flex: 1;
}

.xoo-wsc-sm-info {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.xoo-wsc-sm-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.xoo-wsc-pname a {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
}

.xoo-wsc-pname a:hover {
  text-decoration: underline;
}

.xoo-wsc-sml-qty {
  font-size: 13px;
  color: #666;
}

.xoo-wsc-pprice {
  font-size: 13px;
  color: #444;
}

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

.xoo-wsc-pprice ins {
  text-decoration: none;
  font-weight: 600;
}

.xoo-wsc-pprice del {
  opacity: 0.5;
}

.xoo-wsc-sm-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.xoo-wsc-smr-del {
  cursor: pointer;
  font-size: 14px;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.xoo-wsc-smr-del:hover {
  opacity: 1;
}

.xoo-wsc-smr-ptotal {
  font-weight: 600;
  font-size: 14px;
}

.xoo-wsc-psavings,
.xoo-wsc-ft-amt.xoo-wsc-less,
.xoo-wsc-psavings * {
  color: #ff0000 !important;
}

.xoo-wsc-psavings {
  font-size: 12px;
  border: 1px solid #ff0000 !important;
}

.xoo-wsc-footer {
  border-top: 1px solid #eee;
  padding: 20px 24px;
}

.xoo-wsc-ft-totals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.xoo-wsc-ft-amt {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.xoo-wsc-ft-amt-label {
  color: #666;
}

.xoo-wsc-ft-amt-subtotal {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.xoo-wsc-ft-buttons-cont {
  display: flex;
  gap: 10px;
}

.xoo-wsc-ft-btn {
  flex: 1;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.xoo-wsc-ft-btn-cart {
  background: #f5f5f5;
  color: #111;
}

.xoo-wsc-ft-btn-checkout {
  background: #111;
  color: #fff;
}

.xoo-wsc-ft-btn-checkout:hover {
  background: #000;
}

.xoo-wsc-body::-webkit-scrollbar {
  width: 6px;
}

.xoo-wsc-body::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* 
   FOOTER
    */

.newsletter-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #666;
  position: relative;
}

.newsletter-form p {
  margin: 0;
}

.newsletter-form .form-control {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  width: 100%;
}

.newsletter-form .form-control::placeholder {
  color: #cfcfcf;
}

.newsletter-form .form-btn-wrapper {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}

.newsletter-form .submit-btn {
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.newsletter-form .form-btn-wrapper::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.36189 2.69526C7.10154 2.95561 7.10154 3.37772 7.36189 3.63807L10.8905 7.16667H3.16662C2.79843 7.16667 2.49996 7.46514 2.49996 7.83333C2.49996 8.20152 2.79843 8.5 3.16662 8.5H10.8905L7.36189 12.0286C7.10154 12.2889 7.10154 12.7111 7.36189 12.9714C7.62224 13.2318 8.04435 13.2318 8.3047 12.9714L12.9714 8.30474C13.2317 8.04439 13.2317 7.62228 12.9714 7.36193L8.3047 2.69526C8.04435 2.43491 7.62224 2.43491 7.36189 2.69526Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.newsletter-form input {
  width: 100% !important;
}

.newsletter-form .wpcf7-spinner {
	display: none !important;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -40px;
  font-family: IBM Plex Sans;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #ffffff !important;
	position: absolute;
}

/* 
   MISC / GLOBAL
    */

.elementor-heading-title a {
  color: #ffffff !important;
}

.elementor-button {
  position: relative;
  z-index: 0;
  overflow: clip;
}

.elementor-button:before {
  content: '';
  position: absolute;
  inset: -1px;
  background-color: #00000026;
  border-radius: inherit;
  transform: translateY(100%);
  transition: 0.3s;
  z-index: -1;
}

.elementor-button:hover:before {
  transform: none;
}

.brand-image-carousel img.swiper-slide-image {
  width: 90%;
  height: 150px;
  object-fit: contain;
  filter: brightness(2);
}

.card-reveal-img {
  --deg: 60deg;
  --count: 3;
  --deg-i: calc(var(--deg) / var(--count));
}

.card-reveal-item {
  transform-origin: 50% calc(100% + 100px);
  transition: 0.7s 0.8s !important;
  --delay: 0.3s;
  --t-rotate: 0deg;
}

.animated.card-reveal-img .card-reveal-item:nth-child(1) {
  --delay: 0s;
  --t-rotate: var(--deg-i);
  transform: rotate(var(--t-rotate)) !important;
}

.animated.card-reveal-img .card-reveal-item:nth-child(3) {
  --t-rotate: calc(var(--deg-i) * -1);
  transform: rotate(var(--t-rotate)) !important;
  --delay: 0.6s;
}

@keyframes iterationTranlate {
  50%, 100%, 0% { transform: translatey(0); }
  27%, 23%, 25% {
    transform: translate(
      calc(-100px * cos(calc(var(--t-rotate) * -1 + 90deg))),
      calc(-100px * sin(calc(var(--t-rotate) * -1 + 90deg)))
    );
  }
}

.animated.card-reveal-img .card-reveal-item img {
  animation: iterationTranlate calc(0.6s * 8) calc(var(--delay) * 2 + 1.5s) linear infinite;
}

/* FAQ */
.faq-list .e-n-accordion-item {
  border-radius: 16px;
  overflow: hidden;
}

.faq-list .e-n-accordion-item-title[aria-expanded="true"] {
  background: #FFFFFF1A;
  padding-top: 32px;
}

.faq-list .e-n-accordion-item .e-n-accordion-item-title[aria-expanded="true"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF33;
  border-radius: 16px;
  z-index: -1;
}

.e-n-accordion-item-title {
  padding-left: 32px !important;
}


/* 
   CART PAGE  —  scoped to .wc-block-cart
    */

.wc-block-cart::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1000;
  opacity: 0.35;
}

.wc-block-components-sidebar-layout.wc-block-cart {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 48px;
  align-items: start;
  background: #000;
  padding: 60px 20px !important;
  max-width: 1480px;
  margin: 120px auto 0;
}

.wc-block-cart .wc-block-cart-items {
  width: 100% !important;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: IBM Plex Sans, sans-serif;
}

.wc-block-cart .wc-block-cart-items__header {
  border-bottom: 1px solid #1e1e1e;
}

.wc-block-cart .wc-block-cart-items__header th {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 16px !important;
  font-weight: 400;
  text-align: left;
}

.wc-block-cart .wc-block-cart-items__header th.wc-block-cart-items__header-image { width: 100px; }
.wc-block-cart .wc-block-cart-items__header th.wc-block-cart-items__header-total { text-align: right; width: 100px; }

.wc-block-cart .wc-block-cart-items__row {
  border-bottom: 1px solid #1e1e1e;
  transition: background 0.2s ease;
}

.wc-block-cart .wc-block-cart-items__row:hover { background: #111; }
.wc-block-cart .wc-block-cart-items__row td { padding: 28px 0; vertical-align: top; }

.wc-block-cart .wc-block-cart-item__image { width: 150px; padding-right: 20px !important; }

.wc-block-cart .wc-block-cart-item__image img {
  width: 90px !important;
  height: 80px;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
  border: 1px solid #1e1e1e;
  transition: filter 0.3s ease;
}

.wc-block-cart .wc-block-cart-item__image img:hover { filter: grayscale(0%); }

.wc-block-cart .wc-block-cart-item__product { padding-right: 24px !important; }

.wc-block-cart .wc-block-cart-item__wrap {
/*   display: flex;
  flex-direction: column;
  gap: 10px; */
}

.wc-block-cart .wc-block-components-product-name {
  font-family: Fraunces, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.1 !important;
  transition: opacity 0.2s !important;
}

.wc-block-cart .wc-block-components-product-name:hover { opacity: 0.6 !important; }

.wc-block-cart .wc-block-components-product-price__value {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 14px !important;
  color: #ffffff !important;
  letter-spacing: 0.05em !important;
}

.wc-block-cart .wc-block-components-product-metadata__description p {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  color: #666;
  font-style: italic;
  letter-spacing: 0.02em;
}

.wc-block-cart .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}

.wc-block-cart .wc-block-components-quantity-selector {
  display: flex !important;
  align-items: center;
  border: 1px solid #ffffff !important;
  width: fit-content !important;
}

.wc-block-cart .wc-block-components-quantity-selector__input {
  background: transparent;
  border: none;
  color: #fff !important;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 13px;
  width: 40px;
  text-align: center;
  outline: none;
  padding: 6px 4px;
  -moz-appearance: textfield;
}

.wc-block-cart .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.wc-block-cart .wc-block-components-quantity-selector__input::-webkit-outer-spin-button { -webkit-appearance: none; }

.wc-block-cart .wc-block-components-quantity-selector__button {
  background: transparent;
  border: none;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
  padding: 6px 12px;
  line-height: 1;
  transition: background 0.15s;
}

.wc-block-cart .wc-block-components-quantity-selector__button--minus { border-right: 1px solid #1e1e1e; }
.wc-block-cart .wc-block-components-quantity-selector__button--plus  { border-left:  1px solid #1e1e1e; }
.wc-block-cart .wc-block-components-quantity-selector__button:hover:not([disabled]) { background: #1a1a1a; }
.wc-block-cart .wc-block-components-quantity-selector__button[disabled] { color: #ffffff !important; cursor: not-allowed; border: none; }
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus { box-shadow: unset !important; }

.wc-block-cart .wc-block-cart-item__remove-link {
  background: none !important;
  border: none !important;
  color: #666 !important;
  cursor: pointer;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  padding: 0 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.wc-block-cart .wc-block-cart-item__remove-link:hover { color: #fff !important; }

.wc-block-cart .wc-block-cart-item__total { text-align: right; width: 100px; }
.wc-block-cart .wc-block-components-product-price { margin-bottom: 0 !important; }

.wc-block-cart .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-size: 16px !important;
  color: #fff !important;
}

.wc-block-cart td.wc-block-cart-item__total { display: block; }
.wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper { flex-direction: column !important; align-items: flex-start!important; }
.wc-block-cart .wc-block-components-product-badge.wc-block-components-sale-badge { color: #ffffff !important; width: fit-content; }

/* Cart sidebar */
.wc-block-cart .wc-block-components-sidebar { position: sticky; top: 40px; }
.wc-block-cart .wc-block-components-sidebar.wc-block-cart__sidebar { width: 100% !important; }
.wc-block-cart .wc-block-components-main { width: 100% !important; padding: 0 !important; }

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid #1e1e1e;
  padding: 32px;
  background: #050505;
}

.wc-block-cart .wc-block-cart__totals-title {
  font-family: Fraunces, serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.wc-block-cart .wc-block-components-totals-coupon.wc-block-components-panel {
  border-top: 1px solid #1e1e1e;
  padding-top: 16px;
}

.wc-block-cart .wc-block-components-panel__button {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  transition: color 0.2s !important;
  user-select: none !important;
  margin-bottom: 8px !important;
}

.wc-block-cart .wc-block-components-panel__button-icon { fill: currentColor; width: 14px; height: 14px; }

.wc-block-cart .wc-block-components-totals-coupon__form { display: flex; }
.wc-block-cart .wc-block-components-totals-coupon__input { flex: 1; position: relative; }
.wc-block-cart input#wc-block-components-totals-coupon__input-coupon { height: 100%; }

.wc-block-cart .wc-block-components-totals-coupon__input input {
  width: 100%;
  background: #0a0a0a;
  border: 1px solid #1e1e1e;
  border-right: none;
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  padding: 12px 14px;
  outline: none;
  letter-spacing: 0.06em;
  transition: border-color 0.2s;
}

.wc-block-cart .wc-block-components-totals-coupon__input input:focus { border-color: #444; }

.wc-block-cart .wc-block-components-totals-coupon__button {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 12px 18px !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s !important;
  white-space: nowrap !important;
}

/* cart */
button .wc-block-components-button__text {
    text-transform: uppercase !important;
    font-size: 14px !important;
	font-family: IBM Plex Sans, sans-serif !important;
}

.wc-block-cart .wc-block-components-totals-coupon__button:hover {
  background: transparent !important;
  color: #fff !important;
}

.wc-block-cart .wc-block-components-totals-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.wc-block-cart .wc-block-components-totals-item__label {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.wc-block-cart .wc-block-components-totals-item__value {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
}

.wc-block-cart .wc-block-components-totals-item__value strong {
  font-weight: 400 !important;
  color: #ff0000 !important;
  letter-spacing: 0.1em !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}

.wc-block-cart .wc-block-components-totals-wrapper { padding-bottom: 0 !important; }

.wc-block-cart .wc-block-components-totals-footer-item {
  border-top: 1px solid #1e1e1e !important;
  padding-top: 20px !important;
}

.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: Fraunces, serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: #fff !important;
  text-transform: none !important;
}

.wc-block-cart .wc-block-components-totals-footer-item-tax-value {
  font-family: Fraunces, serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #fff !important;
}

/* Cart checkbox */
.wc-block-cart .wc-block-components-checkbox label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  color: #666 !important;
  letter-spacing: 0.03em !important;
}

.wc-block-cart .wc-block-components-checkbox__input {
  position: relative !important;
  opacity: 1 !important;
  width: 24px !important;
  height: 24px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #0a0a0a !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: background 0.2s, border-color 0.2s !important;
}

.wc-block-cart .wc-block-components-checkbox__input:checked {
  background: #fff !important;
  border-color: #fff !important;
}

.wc-block-cart .wc-block-components-checkbox__input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #555 !important;
}

/* Cart submit */
.wc-block-cart .wc-block-cart__submit { margin-top: 20px; }

.wc-block-cart .wc-block-cart__submit-button {
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
  text-align: center !important;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: 0.2s ease !important;
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid #ffffff !important;
  padding: 18px 24px !important;
}

.wc-block-cart .wc-block-cart__submit-button:hover {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #ffffff !important;
}

/* Cart label fix */
.wp-block-woocommerce-cart label { color: #000000 !important; }

/* Cart notice banner */
.wc-block-cart .wc-block-components-notice-banner.is-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  border-left: 2px solid #fff !important;
  padding: 14px 16px !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 13px !important;
  color: #fff !important;
  letter-spacing: 0.02em !important;
}

.wc-block-cart .wc-block-components-notice-banner.is-info > svg {
  flex-shrink: 0 !important;
  fill: #666 !important;
  width: 16px !important;
  height: 16px !important;
}

.wc-block-cart .wc-block-components-notice-banner__content {
  flex: 1 !important;
  color: #aaa !important;
  font-size: 12px !important;
  letter-spacing: 0.03em !important;
  line-height: 1.5 !important;
}

.wc-block-cart .wc-block-components-notice-banner__dismiss {
  background: transparent !important;
  border: none !important;
  padding: 4px !important;
  cursor: pointer !important;
  color: #444 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color 0.2s !important;
  flex-shrink: 0 !important;
}

.wc-block-cart .wc-block-components-notice-banner__dismiss svg {
  fill: currentColor !important;
  width: 12px !important;
  height: 12px !important;
}

.wc-block-cart .wc-block-components-notice-banner__dismiss:hover { color: #fff !important; }

/* 
   CHECKOUT PAGE  —  scoped to .wc-block-checkout
    */
.wp-block-woocommerce-checkout.container {
	width: unset !important;
}
.wc-block-components-sidebar-layout.wc-block-checkout {
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 48px;
  align-items: start;
  background: #000;
  padding: 60px 0px !important;
  margin: 80px auto 0;
}

.wc-block-checkout .wc-block-checkout__sidebar { position: unset !important; top: 40px; }
.wc-block-checkout .wc-block-components-sidebar { padding-left: 0 !important; width: 100% !important; }
.wc-block-checkout .wc-block-checkout__main { width: 100% !important; padding: 0 !important; }

/* Checkout order summary */
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #1e1e1e !important;
  background: #050505 !important;
}

.wc-block-checkout .wc-block-components-checkout-order-summary__title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 20px !important;
  border-bottom: 1px solid #1e1e1e !important;
  cursor: pointer !important;
  margin-top: 0 !important;
}

.wc-block-checkout .wc-block-components-checkout-order-summary__title-text {
  font-family: Fraunces, serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
  flex: 1 !important;
  margin: 0 !important;
}

.wc-block-checkout .wc-block-components-checkout-order-summary__title-price {
  font-family: Fraunces, serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
}

.wc-block-checkout .wc-block-components-checkout-order-summary__title-icon svg {
  fill: #666 !important;
  width: 16px !important;
  height: 16px !important;
}

.wc-block-checkout .wc-block-components-order-summary-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #1e1e1e !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__image { position: relative !important; flex-shrink: 0 !important; }

.wc-block-checkout .wc-block-components-order-summary-item__image img {
  width: 56px !important;
  height: 56px !important;
  object-fit: cover !important;
  border: 1px solid #1e1e1e !important;
  display: block !important;
  filter: grayscale(20%) !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__quantity {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  background: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  width: 18px !important;
  min-width: 15px !important;
  height: 18px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__descript.wc-block-checkout .wc-block-components-totals-footer-item
ion { flex: 1 !important; }

.wc-block-checkout .wc-block-components-product-name {
  font-family: Fraunces, serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.wc-block-checkout .wc-block-components-product-price__value {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 16px !important;
  color: #fff !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__total-price {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
  flex-shrink: 0 !important;
}

.wc-block-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-product-price__value {
  color: #fff !important;
  font-size: 14px !important;
}

span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
  margin-top: 10px !important;
}

/* Checkout totals */
.wc-block-checkout .wc-block-components-totals-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.wc-block-checkout .wc-block-components-totals-item__label {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.wc-block-checkout .wc-block-components-totals-item__value {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  color: #fff !important;
}

.wc-block-checkout .wc-block-components-totals-item__value strong {
  font-weight: 400 !important;
  color: #ff0000 !important;
  letter-spacing: 0.1em !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}

.wc-block-checkout .wc-block-components-totals-wrapper { 
	    width: unset;
    padding: 16px;
	padding-bottom: 0 !important;
}

.wc-block-components-checkout-step__heading {
    padding: 16px;
}

.wc-block-checkout .wc-block-components-totals-footer-item {
  border-top: 1px solid #1e1e1e !important;
  padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: IBM Plex Sans, serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: none !important;
}

.wc-block-checkout .wc-block-components-totals-footer-item-tax-value {
  font-family: Fraunces, serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #fff !important;
}

/* Checkout coupon */
.wc-block-checkout .wc-block-components-totals-coupon.wc-block-components-panel {
  border-top: 1px solid #1e1e1e !important;
  padding-top: 16px !important;
}

.wc-block-checkout .wc-block-components-panel__button {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  transition: color 0.2s !important;
  user-select: none !important;
  margin-bottom: 8px !important;
}

.wc-block-checkout .wc-block-components-panel__button-icon { fill: currentColor !important; width: 14px !important; height: 14px !important; }

/* Checkout steps */
.wc-block-checkout .wc-block-components-checkout-step {
  border: none !important;
  padding: 0 0 32px !important;
  margin: 0 0 8px !important;
  border-bottom: 1px solid #1e1e1e !important;
}

.wc-block-checkout .wc-block-components-checkout-step:last-of-type { border-bottom: none !important; }

.wc-block-checkout .wc-block-components-checkout-step__heading-container { margin-bottom: 20px !important; }

.wc-block-checkout .wc-block-components-checkout-step__title {
  font-family: Fraunces, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  letter-spacing: 0.01em !important;
}

/* Checkout text inputs */
.wc-block-checkout .wc-block-components-text-input {
  position: relative !important;
/*   margin-bottom: 16px !important; */
}

.wc-block-checkout .wc-block-components-text-input input {
  width: 100% !important;
  height: 55px !important;
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  border-bottom: 1px solid #333 !important;
  color: #fff !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 13px !important;
  padding: 18px 14px 6px !important;
  outline: none !important;
  letter-spacing: 0.03em !important;
  transition: border-color 0.2s !important;
  border-radius: 0 !important;
}

.wc-block-checkout .wc-block-components-text-input input:focus { border-color: #444 !important; }

.wc-block-checkout .wc-block-components-text-input label {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 14px !important;
  color: #ffffff !important;
  pointer-events: none !important;
  transition: all 0.15s ease !important;
}

.wc-block-checkout .wc-block-components-text-input.is-active label {
  top: 3px !important;
  font-size: 9px !important;
  transform: none !important;
  color: #ffffff !important;
}

/* Checkout selects */
.wc-block-checkout .wc-blocks-components-select__container {
  position: relative !important;
  margin-bottom: 16px !important;
}

.wc-block-checkout .wc-blocks-components-select__label {
  position: absolute !important;
  top: 8px !important;
  left: 14px !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #555 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.wc-block-checkout .wc-blocks-components-select__select {
  width: 100% !important;
  height: 55px !important;
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  border-bottom: 1px solid #333 !important;
  color: #fff !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 13px !important;
  padding: 24px 40px 8px 14px !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  transition: border-color 0.2s !important;
}

.wc-block-checkout .wc-blocks-components-select__select:focus {
  border-color: #444 !important;
  border-bottom-color: #fff !important;
}

.wc-block-checkout .wc-blocks-components-select__select option {
  background: #0a0a0a !important;
  color: #fff !important;
}

.wc-block-checkout .wc-blocks-components-select__expand {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  fill: #666 !important;
  pointer-events: none !important;
  width: 16px !important;
  height: 16px !important;
}

/* Address toggle */
.wc-block-checkout .wc-block-components-address-form__address_2-toggle {
  display: inline-block !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #666 !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  margin-bottom: 16px !important;
  transition: color 0.2s !important;
}

.wc-block-checkout .wc-block-components-address-form__address_2-toggle:hover { color: #fff !important; }

/* Checkout checkbox */
.wc-block-checkout .wc-block-components-checkbox label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  color: #666 !important;
  letter-spacing: 0.03em !important;
}

.wc-block-checkout .wc-block-components-checkbox__input {
  position: relative !important;
  opacity: 1 !important;
  width: 24px !important;
  height: 24px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #0a0a0a !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: background 0.2s, border-color 0.2s !important;
}

.wc-block-checkout .wc-block-components-checkbox__input:checked {
  background: #fff !important;
  border-color: #fff !important;
}

.wc-block-checkout .wc-block-components-checkbox__input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #555 !important;
}

/* Radio controls */
.wc-block-checkout .wc-block-components-radio-control__option {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  border: 1px solid #1e1e1e !important;
  margin-bottom: 8px !important;
  cursor: pointer !important;
  transition: border-color 0.2s, background 0.2s !important;
  font-family: IBM Plex Sans, sans-serif !important;
}

.wc-block-checkout .wc-block-components-radio-control__option:hover {
  border-color: #333 !important;
  background: #0a0a0a !important;
}

.wc-block-checkout .wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border-color: #fff !important;
  background: #0a0a0a !important;
}

.wc-block-checkout .wc-block-components-radio-control__input {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #444 !important;
  border-radius: 50% !important;
  background: transparent !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  transition: border-color 0.2s !important;
}

.wc-block-checkout .wc-block-components-radio-control__input:checked {
  border-color: #fff !important;
  background: radial-gradient(circle, #fff 40%, transparent 41%) !important;
}

.wc-block-checkout .wc-block-components-radio-control__option-layout { padding-left: 30px !important; }

.wc-block-checkout .wc-block-components-radio-control__label {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 13px !important;
  color: #fff !important;
  letter-spacing: 0.02em !important;
}

.wc-block-checkout .wc-block-components-radio-control__secondary-label {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  color: #666 !important;
  margin-left: auto !important;
}

.wc-block-checkout .wc-block-checkout__shipping-option--free {
  color: #ff0000 !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.wc-block-components-address-form {
	gap: 16px !important;
}

.wc-block-checkout .wc-block-components-radio-control-accordion-content {
  padding: 12px 16px !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  color: #666 !important;
  border-top: 1px solid #1e1e1e !important;
  letter-spacing: 0.02em !important;
  line-height: 1.6 !important;
}

/* Address card */
.wc-block-checkout .wc-block-components-address-card {
  border: 1px solid #1e1e1e !important;
  padding: 14px 16px !important;
  background: #0a0a0a !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 16px !important;
}

.wc-block-checkout .wc-block-components-address-card address {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 12px !important;
  color: #666 !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  line-height: 1.6 !important;
}

.wc-block-checkout .wc-block-components-address-card__edit {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
}

.wc-block-checkout .wc-block-components-address-card__edit:hover { color: #666 !important; }

/* Terms */
.wc-block-checkout .wc-block-checkout__terms {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  color: #444 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.6 !important;
  padding-top: 24px !important;
  border-top: 1px solid #1e1e1e !important;
}

/* Validation error */
.wc-block-checkout .wc-block-components-validation-error {
  font-family: IBM Plex Sans !important;
  font-size: 12px !important;
}

/* Actions */
.wc-block-checkout .wc-block-checkout__actions_row {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding-top: 24px !important;
	flex-wrap: wrap !important;
}

.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s !important;
  width: 30% !important;
  border: 1px solid #ffffff !important;
  padding: 22px 24px !important;
}

.wc-block-checkout .wc-block-components-checkout-return-to-cart-button svg { display: none !important; }

.wc-block-checkout a.wc-block-components-checkout-return-to-cart-button:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button {
  flex: 1 !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ffffff !important;
  font-family: Fraunces, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  padding: 18px 24px !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
  overflow: hidden !important;
  text-align: center !important;
  border-radius: 0 !important;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button:hover,
.elementor-kit-7 button.wc-block-components-checkout-place-order-button:hover {
  background: #111 !important;
  color: #fff !important;
  border: 1px solid #ffffff !important;
}

/* Checkout notice banner */
.wc-block-checkout .wc-block-components-notice-banner.is-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  border-left: 2px solid #fff !important;
  padding: 14px 16px !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 13px !important;
  color: #fff !important;
  letter-spacing: 0.02em !important;
}

.wc-block-checkout .wc-block-components-notice-banner.is-info > svg {
  flex-shrink: 0 !important;
  fill: #666 !important;
  width: 16px !important;
  height: 16px !important;
}

.wc-block-checkout .wc-block-components-notice-banner__content {
  flex: 1 !important;
  color: #aaa !important;
  font-size: 12px !important;
  letter-spacing: 0.03em !important;
  line-height: 1.5 !important;
}

.wc-block-checkout .wc-block-components-notice-banner__dismiss {
  background: transparent !important;
  border: none !important;
  padding: 4px !important;
  cursor: pointer !important;
  color: #444 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color 0.2s !important;
  flex-shrink: 0 !important;
}

.wc-block-checkout .wc-block-components-notice-banner__dismiss svg {
  fill: currentColor !important;
  width: 12px !important;
  height: 12px !important;
}

.wc-block-checkout .wc-block-components-notice-banner__dismiss:hover { color: #fff !important; }

/* 
   MY ACCOUNT PAGE  —  scoped to .woocommerce-account
    */

.woocommerce-account.wp-singular.admin-bar .page-content {
  background: #000 !important;
  padding: 60px 0px !important;
  margin-top: 60px !important;
}

.woocommerce-account.wp-singular.admin-bar .page-content .container {
  display: grid !important;
  grid-template-columns: 220px 1fr !important;
  gap: 48px !important;
  align-items: start !important;
  max-width: 1060px;
 padding-top: 90px; 
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation {
  position: sticky !important;
  top: 40px !important;
  border: 1px solid #1e1e1e !important;
  background: #050505 !important;
  padding: 8px 0 !important;
  width: 100% !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation-link a {
  display: block !important;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #dbdbdb !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  border-left: 2px solid transparent !important;
  transition: color 0.2s, border-color 0.2s, background 0.2s !important;
  white-space: nowrap;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation-link a:hover {
  color: #fff !important;
  background: #0a0a0a !important;
  border-left-color: #333 !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation-link.is-active a {
  color: #fff !important;
  border-left-color: #fff !important;
  background: #0a0a0a !important;
  font-size: 14px !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #ff0000 !important;
  margin-top: 8px !important;
  border-top: 1px solid #1e1e1e !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: #ff0000 !important;
  border-left-color: #ff0000 !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-content {
  border: 1px solid #1e1e1e !important;
  background: #050505 !important;
  padding: 32px !important;
	    width: calc(100% - 64px) !important;
}

.woocommerce-MyAccount-content h2 {
    color: #ffffff;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-content p {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 14px !important;
  color: #dbdbdb !important;
  letter-spacing: 0.02em !important;
  line-height: 1.8 !important;
  margin-bottom: 16px !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-content p strong {
  font-weight: 500 !important;
  color: #fff !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-content a {
  font-family: IBM Plex Sans, sans-serif !important;
  background-color: #000000 !important;
  color: #fff !important;
  letter-spacing: 0.02em !important;
  transition: color 0.2s !important;
}

.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-content a:hover {
  color: #666 !important;
}

.woocommerce-MyAccount-content .woocommerce-info{
	display: flex;
    align-items: center;
    gap: 34px;
	margin-bottom: 0;
}

.woocommerce-info {
  border-top-color: #ff0000 !important;
}
.woocommerce-info::before {
	color: #ff0000 !important;
}

/* ── My Account: Addresses ── */
.woocommerce-account .woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  margin: 0 !important;
}

.woocommerce-account .woocommerce-Address {
  border: 1px solid #1e1e1e !important;
  background: #050505 !important;
  padding: 28px !important;
}

.woocommerce-account .woocommerce-Address-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 16px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #1e1e1e !important;
}

.woocommerce-account .woocommerce-Address-title h2 {
  font-family: Fraunces, serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  letter-spacing: 0.01em !important;
}

.woocommerce-account .woocommerce-Address-title .edit {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #666 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
  white-space: nowrap !important;
}

.woocommerce-account .woocommerce-Address-title .edit:hover {
  color: #fff !important;
}

.woocommerce-account .woocommerce-Address address {
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 13px !important;
  color: #cccccc !important;
  font-style: italic !important;
  line-height: 1.7 !important;
  letter-spacing: 0.02em !important;
}

.woocommerce-Addresses::before {
    display: none !important;
}

.woocommerce-Address {
    width: 80% !important;
}

.woocommerce-EditAccountForm fieldset {
    border: none;
    padding: 0;
}

.woocommerce-MyAccount-content button.button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff;
    transition: 0.2s ease;
}

.woocommerce-MyAccount-content button.button:hover {
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
}

/* single product page related  */
.woocommerce-breadcrumb {
	margin-top: 90px !important;
	font-family: IBM Plex Sans;
	color: #ffffff  !important;
}
.woocommerce-breadcrumb a {
	text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	color: #ffffff  !important;
}
.woocommerce div.product div.summary {
	margin-bottom: 0 !important;
}
.custom-related-products {
	margin-top: 20px;
	grid-column: 1 / -1;
	position: relative;
}

.custom-related-products .splide__list .product.type-product a{
	text-decoration: none;
}


.related-products-splide .product .img-wrapper {
    width: unset !important;
}

.related-products-splide span.woocommerce-Price-amount.amount {
    font-size: 24px;
	font-style: italic;
	font-weight: 600;
}
.related-products-splide .onsale {
	left: 0 !important;
}

/* product img */
div.product:hover .img-wrapper img {
  transform: scale(1);
}

li.product:hover .img-wrapper img {
  transform: scale(1.07);
}

.img-wrapper {
  overflow: hidden;
}

.img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.type-product:hover .img-wrapper img {
  transform: scale(1.07);
}

/* 
   SHOP / ARCHIVE PAGE  —  scoped to .archive.tax-product_cat
    */

/* Page wrapper */
.archive.tax-product_cat .site-main {
  max-width: 1480px !important;
  margin: 180px auto 60px auto !important;
  padding: 0 20px !important;
  background: #000 !important;
}

/* Breadcrumb */
.archive.tax-product_cat .woocommerce-breadcrumb {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #fff!important;
  margin-bottom: 32px !important;
  /* margin-top: 60px !important; */
}

.archive.tax-product_cat .woocommerce-breadcrumb a {
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.archive.tax-product_cat .woocommerce-breadcrumb a:hover {
  color: #fff !important;
}

/* Page title */
.archive.tax-product_cat .woocommerce-products-header {
  margin-bottom: 40px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #1e1e1e !important;
}

.archive.tax-product_cat .woocommerce-products-header__title {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(36px, 6vw, 72px) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
}

/* Toolbar row — result count + ordering */
.archive.tax-product_cat .woocommerce-result-count {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #fff!important;
  margin: 0 0 24px !important;
  float: none !important;
}

.archive.tax-product_cat .woocommerce-ordering {
  float: none !important;
  margin: 0 0 32px !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.archive.tax-product_cat .woocommerce-ordering select.orderby {
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  color: #fff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 10px 36px 10px 14px !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z' fill='%23666'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  transition: border-color 0.2s !important;
}

.archive.tax-product_cat .woocommerce-ordering select.orderby:focus {
  border-color: #444 !important;
}

.archive.tax-product_cat .woocommerce-ordering select.orderby option {
  background: #0a0a0a !important;
  color: #fff !important;
}

/* Product grid */
.archive.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px !important;
  list-style: none !important;
  margin: 0 0 60px !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}



/* Product card */
.archive.tax-product_cat ul.products li.product {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  background: transparent !important;
  position: relative !important;
}

.archive.tax-product_cat ul.products li.product a.woocommerce-loop-product__link {
  display: block !important;
  text-decoration: none !important;
  position: relative !important;
}

/* Product image wrapper */
.archive.tax-product_cat ul.products li.product .img-wrapper {
  width: unset !important;
  height: 320px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #FFFFFF33!important;
  border: 1px solid #1e1e1e !important;
  border-radius: 8px !important;
  margin-bottom: 20px !important;
  transition: border-color 0.3s, background 0.3s !important;
}

.archive.tax-product_cat ul.products li.product:hover .img-wrapper {
  border-color: #333 !important;
}

.archive.tax-product_cat ul.products li.product .img-wrapper img {
  width: auto !important;
  height: 75% !important;
  object-fit: contain !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

ul.products li.product:hover .img-wrapper img {
  transform: scale(1.04) !important;
}

/* Category label */
.archive.tax-product_cat ul.products li.product .product-category {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
  display: block !important;
}

/* Product title */
.archive.tax-product_cat ul.products li.product h2.woocommerce-loop-product__title {
  font-family: 'Fraunces', serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
/*   margin: 0 0 10px !important; */
  line-height: 1.2 !important;
}

/* Price */
.archive.tax-product_cat ul.products li.product .price {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-style: italic !important;
  display: block !important;
  margin-bottom: 0 !important;
}

.archive.tax-product_cat ul.products li.product .price .woocommerce-Price-amount {
  color: #ffffff !important;
}

.archive.tax-product_cat ul.products li.product .price del {
  color: #444 !important;
  font-size: 13px !important;
  margin-right: 6px !important;
}

.archive.tax-product_cat ul.products li.product .price ins {
  text-decoration: none !important;
  background: transparent !important;
}

/* Add to cart button */
.archive.tax-product_cat ul.products li.product .add_to_cart_button {
  position: absolute !important;
  bottom: 16px !important;
  right: 16px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #000000CC !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease, background 0.2s, border-color 0.2s !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.archive.tax-product_cat ul.products li.product .add_to_cart_button::before {
  content: "" !important;
  width: 18px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91595 19.1931C3.38078 21 6.10708 21 11.5597 21H12.4403C17.8929 21 20.6192 21 22.084 19.1931M1.91595 19.1931C0.45111 17.3864 0.953535 14.6432 1.9584 9.15712C2.673 5.25565 3.0303 3.30491 4.38679 2.15245M22.084 19.1931C23.5489 17.3864 23.0465 14.6432 22.0417 9.15712C21.327 5.25565 20.9697 3.30491 19.6132 2.15245M19.6132 2.15245C18.2567 1 16.318 1 12.4403 1H11.5597C7.68209 1 5.74329 1 4.38679 2.15245' stroke='white' stroke-width='2'/%3E%3Cpath d='M8.54602 6C9.0489 7.45649 10.4058 8.5 12.0008 8.5C13.5958 8.5 14.9528 7.45649 15.4556 6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block !important;
}

.archive.tax-product_cat ul.products li.product:hover .add_to_cart_button {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.archive.tax-product_cat ul.products li.product .add_to_cart_button:hover {
  background: #fff !important;
  border-color: #fff !important;
}

.archive.tax-product_cat ul.products li.product .add_to_cart_button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91595 19.1931C3.38078 21 6.10708 21 11.5597 21H12.4403C17.8929 21 20.6192 21 22.084 19.1931M1.91595 19.1931C0.45111 17.3864 0.953535 14.6432 1.9584 9.15712C2.673 5.25565 3.0303 3.30491 4.38679 2.15245M22.084 19.1931C23.5489 17.3864 23.0465 14.6432 22.0417 9.15712C21.327 5.25565 20.9697 3.30491 19.6132 2.15245M19.6132 2.15245C18.2567 1 16.318 1 12.4403 1H11.5597C7.68209 1 5.74329 1 4.38679 2.15245' stroke='black' stroke-width='2'/%3E%3Cpath d='M8.54602 6C9.0489 7.45649 10.4058 8.5 12.0008 8.5C13.5958 8.5 14.9528 7.45649 15.4556 6' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

/* Sale badge */
.archive.tax-product_cat ul.products li.product .onsale {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  background: #ff0000 !important;
  color: #fff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 0 !important;
  min-width: auto !important;
  line-height: 1.4 !important;
  z-index: 2 !important;
}

/* Pagination */
.archive.tax-product_cat .woocommerce-pagination {
  display: flex !important;
  justify-content: center !important;
  margin: 40px 0 !important;
}

.archive.tax-product_cat .woocommerce-pagination ul.page-numbers {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.archive.tax-product_cat .woocommerce-pagination ul.page-numbers li {
  margin: 0 !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers {
  font-family: 'IBM Plex Sans', sans-serif !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  height: 42px !important;
  padding: 0 14px !important;
  /* border: 1px solid #1e1e1e !important; */
  background: transparent !important;
  color: #fff !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  border-radius: 0 !important;
  letter-spacing: 0.05em !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers:hover {
  color: #fff!important;
  border-color: transparent!important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers.current {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  cursor: default !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers.next,
.archive.tax-product_cat .woocommerce-pagination .page-numbers.prev {
  font-size: 0 !important;
  min-width: 42px !important;
  padding: 0 !important;
  position: relative !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers.next::before,
.archive.tax-product_cat .woocommerce-pagination .page-numbers.prev::before {
  content: '' !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers.prev::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8334 10H4.16675M4.16675 10L10.0001 15.8334M4.16675 10L10.0001 4.16675' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers.next::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.8334M15.8334 10L10.0001 4.16675M15.8334 10L10.0001 15.8334' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers.next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16675 10H15.8334M15.8334 10L10.0001 4.16675M15.8334 10L10.0001 15.8334' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.archive.tax-product_cat .woocommerce-pagination .page-numbers.prev:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8334 10H4.16675M4.16675 10L10.0001 15.8334M4.16675 10L10.0001 4.16675' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.tax-product_cat ul.products.columns-4::before {
    display: none;
}

/* 
   LOGIN / REGISTER / LOST PASSWORD
    */

.user-log-in {
  max-width: 560px !important;
  margin: 80px auto !important;
  padding: 0 20px !important;
	padding-top: 100px !important;
}

/* Hide the inactive column — WC toggles display via inline style */
.user-log-in .u-column1,
.user-log-in .u-column2 {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Form card */
.user-log-in .woocommerce-form {
  background: #050505 !important;
  border: 1px solid #1e1e1e !important;
  padding: 48px !important;
  margin: 0 !important;
}

/* Form title */
.user-log-in .woocommerce-form h2 {
  font-family: 'Fraunces', serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 36px !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
}

/* Form row */
.user-log-in .woocommerce-form-row {
  margin: 0 0 20px !important;
  padding: 0 !important;
}

/* Label */
.user-log-in .woocommerce-form-row label,
.user-log-in .form-row label {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #fff!important;
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 400 !important;
  display: flex !important;
  text-align: center;
}

.user-log-in .required {
  color: #ff0000 !important;
  margin-left: 2px !important;
}

/* Text inputs */
.user-log-in .woocommerce-Input--text {
  width: 100% !important;
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  border-bottom: 1px solid #333 !important;
  color: #ffffff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  padding: 14px !important;
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.2s !important;
  -webkit-appearance: none !important;
}

.user-log-in .woocommerce-Input--text:focus {
  border-color: #444 !important;
  background: #0a0a0a !important;
}

/* Password wrapper */
.user-log-in .password-input {
  position: relative !important;
  display: block !important;
  width: 100%;
}

.user-log-in .password-input .woocommerce-Input--text {
  padding-right: 48px !important;
}

/* Show/hide password toggle */
.user-log-in .show-password-input {
  position: absolute !important;
  right: 4px !important;
  top: 25px !important;
  bottom: 0 !important;
  width: 46px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.user-log-in .show-password-input::after {
  color: #444 !important;
  font-size: 14px !important;
  transition: color 0.2s !important;
}

.user-log-in .show-password-input:hover::after {
  color: #fff !important;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18' fill='none'%3E%3Cpath d='M1 1.27L2.28 0L19 16.72L17.73 18L14.65 14.92C13.5 15.3 12.28 15.5 11 15.5C6 15.5 1.73 12.39 0 8C0.69 6.24 1.79 4.69 3.19 3.46L1 1.27ZM11 5C11.7956 5 12.5587 5.31607 13.1213 5.87868C13.6839 6.44129 14 7.20435 14 8C14.0005 8.34057 13.943 8.67873 13.83 9L10 5.17C10.3213 5.05698 10.6594 4.99949 11 5ZM11 0.5C16 0.5 20.27 3.61 22 8C21.1834 10.0729 19.7966 11.8723 18 13.19L16.58 11.76C17.9629 10.8034 19.0783 9.5091 19.82 8C19.0117 6.34987 17.7565 4.95963 16.1974 3.98735C14.6382 3.01508 12.8375 2.49976 11 2.5C9.91 2.5 8.84 2.68 7.84 3L6.3 1.47C7.74 0.85 9.33 0.5 11 0.5ZM2.18 8C2.98835 9.65013 4.24346 11.0404 5.80264 12.0126C7.36182 12.9849 9.16251 13.5002 11 13.5C11.69 13.5 12.37 13.43 13 13.29L10.72 11C10.0242 10.9254 9.37482 10.6149 8.87997 10.12C8.38512 9.62518 8.07458 8.97584 8 8.28L4.6 4.87C3.61 5.72 2.78 6.78 2.18 8Z' fill='%23fff'/%3E%3C/svg%3E") !important;
	    height: 16px !important;
    width: 20px !important;
}

.woocommerce form .show-password-input.display-password::before, .woocommerce-page form .show-password-input.display-password::before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='15' viewBox='0 0 22 15' fill='none'%3E%3Cpath d='M11 4.5C11.7956 4.5 12.5587 4.81607 13.1213 5.37868C13.6839 5.94129 14 6.70435 14 7.5C14 8.29565 13.6839 9.05871 13.1213 9.62132C12.5587 10.1839 11.7956 10.5 11 10.5C10.2044 10.5 9.44129 10.1839 8.87868 9.62132C8.31607 9.05871 8 8.29565 8 7.5C8 6.70435 8.31607 5.94129 8.87868 5.37868C9.44129 4.81607 10.2044 4.5 11 4.5ZM11 0C16 0 20.27 3.11 22 7.5C20.27 11.89 16 15 11 15C6 15 1.73 11.89 0 7.5C1.73 3.11 6 0 11 0ZM2.18 7.5C2.98825 9.15031 4.24331 10.5407 5.80248 11.5133C7.36165 12.4858 9.1624 13.0013 11 13.0013C12.8376 13.0013 14.6383 12.4858 16.1975 11.5133C17.7567 10.5407 19.0117 9.15031 19.82 7.5C19.0117 5.84969 17.7567 4.45925 16.1975 3.48675C14.6383 2.51424 12.8376 1.99868 11 1.99868C9.1624 1.99868 7.36165 2.51424 5.80248 3.48675C4.24331 4.45925 2.98825 5.84969 2.18 7.5Z' fill='%23fff'/%3E%3C/svg%3E") !important;
	height: 14px !important;
    width: 20px !important;
}

/* Remember me row */
.user-log-in .form-row {
  display: flex !important;
  align-items: center !important;
  /* justify-content: space-between !important; */
  flex-wrap: wrap !important;
/*   gap: 16px !important; */
  margin: 28px 0 0 !important;
  padding: 0 !important;
}

.user-log-in .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 12px !important;
  color: #666 !important;
  letter-spacing: 0.04em !important;
}

/* Checkbox */
.user-log-in .woocommerce-form__input-checkbox {
  position: relative !important;
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #0a0a0a !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: background 0.2s, border-color 0.2s !important;
  margin: 0 !important;
}

.user-log-in .woocommerce-form__input-checkbox:checked {
  background: #fff !important;
  border-color: #fff !important;
}

.user-log-in .woocommerce-form__input-checkbox:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Submit buttons */
.user-log-in .woocommerce-form-login__submit,
.user-log-in .woocommerce-form-register__submit {
  width: 100%;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  padding: 14px 32px !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: background 0.2s, color 0.2s !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.user-log-in .woocommerce-form-login__submit:hover,
.user-log-in .woocommerce-form-register__submit:hover {
  background: #111 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Register form submit — full width */
.user-log-in .woocommerce-form-register .woocommerce-form-row.form-row {
  display: block !important;
  margin-top: 28px !important;
}

.user-log-in .woocommerce-form-register__submit {
  width: 100% !important;
  text-align: center !important;
}

/* Lost password link */
.user-log-in .woocommerce-LostPassword {
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.user-log-in .woocommerce-LostPassword a {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.1em !important;
/*   text-transform: uppercase !important; */
  color: #DBDBDB !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
}

.user-log-in .woocommerce-LostPassword a:hover {
  color: #fff !important;
}

/* Toggle links — "Don't have an account? Create one." */
.user-log-in .woocommerce-register,
.user-log-in .woocommerce-login.login_account {
  margin: 16px 0 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid #1e1e1e !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  color: #cccccc !important;
  letter-spacing: 0.03em !important;
}

.user-log-in .loginregistertoggle {
  color: #ffffff !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
  font-weight: 500 !important;
}

.user-log-in .loginregistertoggle:hover {
  color: #666 !important;
}



/* Privacy policy text */
.user-log-in .woocommerce-privacy-policy-text {
  margin: 20px 0 0 !important;
  padding: 16px !important;
  border: 1px solid #1e1e1e !important;
  background: #0a0a0a !important;
}

.user-log-in .woocommerce-privacy-policy-text p {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  color: #ccc !important;
  line-height: 1.7 !important;
  letter-spacing: 0.02em !important;
  margin: 0 !important;
}

.user-log-in .woocommerce-privacy-policy-text a {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
}

.user-log-in .woocommerce-privacy-policy-text a:hover {
  color: #666 !important;
}

/* ── Lost password page ── */
.user-log-in .woocommerce-ResetPassword {
  background: #050505 !important;
  border: 1px solid #1e1e1e !important;
  padding: 48px !important;
}

.user-log-in .woocommerce-ResetPassword p:first-of-type {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.7 !important;
  margin-bottom: 28px !important;
}

.user-log-in .woocommerce-ResetPassword .woocommerce-form-row {
  margin-bottom: 20px !important;
}

.user-log-in .woocommerce-ResetPassword label {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #666 !important;
  display: block !important;
  margin-bottom: 8px !important;
}

.user-log-in .woocommerce-ResetPassword .woocommerce-Input--text {
  width: 100% !important;
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  border-bottom: 1px solid #333 !important;
  color: #fff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  padding: 14px !important;
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.2s !important;
}

.user-log-in .woocommerce-ResetPassword .woocommerce-Input--text:focus {
  border-color: #444 !important;
  border-bottom-color: #fff !important;
}

.user-log-in .woocommerce-ResetPassword .woocommerce-Button {
  width: 100% !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
  font-family: 'Fraunces', serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 14px 32px !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background 0.2s, color 0.2s !important;
  text-align: center !important;
  margin-top: 8px !important;
}

.user-log-in .woocommerce-ResetPassword .woocommerce-Button:hover {
  background: #111 !important;
  color: #fff !important;
}
.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before,
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
	content: none !important;
}

/* ── Lost / Reset Password Form ── */
form.woocommerce-ResetPassword {
  max-width: 560px !important;
  margin: 140px auto !important;
  background: #050505 !important;
  border: 1px solid #1e1e1e !important;
  padding: 48px !important;
  margin-top: 180px !important;
}



/* Intro text */
form.woocommerce-ResetPassword > p:first-of-type {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 32px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #1e1e1e !important;
}

/* Label */
form.woocommerce-ResetPassword label {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #666 !important;
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 400 !important;
}

form.woocommerce-ResetPassword .required {
  color: #ff0000 !important;
}

/* Form rows */
form.woocommerce-ResetPassword .woocommerce-form-row {
  margin: 0 0 20px !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
}

form.woocommerce-ResetPassword .clear {
  display: none !important;
}

/* Input */
form.woocommerce-ResetPassword .woocommerce-Input--text {
  width: 100% !important;
  background: #0a0a0a !important;
  border: 1px solid #1e1e1e !important;
  border-bottom: 1px solid #333 !important;
  color: #ffffff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  padding: 14px !important;
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.2s !important;
}

form.woocommerce-ResetPassword .woocommerce-Input--text:focus {
  border-color: #444 !important;
  background: #0a0a0a !important;
}

/* Submit row */
form.woocommerce-ResetPassword .form-row:last-of-type {
  margin-top: 32px !important;
  margin-bottom: 0 !important;
}

/* Submit button */
form.woocommerce-ResetPassword .woocommerce-Button {
  width: 100% !important;
  display: block !important;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  font-family: 'Fraunces', serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  padding: 16px 32px !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-align: center !important;
  -webkit-appearance: none !important;
  transition: background 0.2s, color 0.2s !important;
}

form.woocommerce-ResetPassword .woocommerce-Button:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* ── Lost Password Confirmation ── */
.lost-password-confirmation {
  max-width: 560px !important;
  margin: 140px auto !important;
  padding: 0 20px !important;
}

.lost-password-confirmation .woocommerce-message {
  font-family: 'Fraunces', serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background: #050505 !important;
  border: 1px solid #1e1e1e !important;
  border-left: 3px solid #ffffff !important;
  padding: 20px 24px 20px 60px!important;
  margin: 0 0 24px !important;
  border-radius: 0 !important;
  display: block !important;
}

.lost-password-confirmation p {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 13px !important;
  color: #ffffff !important;
  line-height: 1.8 !important;
  letter-spacing: 0.02em !important;
  margin: 0 !important;
  padding: 20px 24px !important;
  background: #050505 !important;
  border: 1px solid #1e1e1e !important;
  border-top: none !important;
}

/* ── Search Results Page ── */
.search-results-page {
  margin: 90px auto !important;
}

/* Title */
.search-results-page .search-title {
  font-family: 'Fraunces', serif !important;
  font-size: clamp(24px, 6vw, 36px) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin: 0 0 48px !important;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #1e1e1e !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
	padding-top: 60px;
}

/* Grid */
.search-results-page .search-results-list {
  list-style: none !important;
  margin: 0 0 60px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 24px !important;
}


/* Item */
.search-results-page .search-item {
  margin: 0 !important;
  padding: 0 !important;
}

/* Card */
.search-results-page .search-card {
  background: #050505 !important;
  border: 1px solid #1e1e1e !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  cursor: pointer !important;
  transition: border-color 0.25s ease !important;
/*   height: 100% !important; */
  align-items: flex-start;
}

.search-results-page .search-card:hover {
  border-color: #333 !important;
}

/* Image hold */
.search-results-page .search-card .img-hold {
  width: 100% !important;
  height: 160px !important;
  background: #0a0a0a !important;
  border-radius: 0 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
	overflow: hidden;
  transition: background 0.25s !important;
}

.search-results-page .search-card:hover .img-hold {
  background: #111 !important;
}

.search-results-page .search-card .img-hold img {
  width: auto !important;
  height: 80% !important;
  object-fit: contain !important;
  transition: ease 0.2s;
}


.search-results-page .search-card:hover .img-hold img {
	transform: scale(1.07);
}

/* Post type badge */
.search-results-page .search-card .post-type {
  position: absolute !important;
  bottom: 8px !important;
  right: 8px !important;
  background: #e60000 !important;
  border: 1px solid #1e1e1e !important;
  color: #fff !important;
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 3px 8px !important;
  border-radius: 0 !important;
}

/* Title */
.search-results-page .search-card h3 {
  font-family: 'Fraunces', serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  padding: 16px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.01em !important;
}

.search-results-page .search-card a {
	text-decoration: none !important;
}

.splide__pagination {
	display: none;
}

.cart-toast {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    padding: 15px 25px 15px 55px;
    border-radius: 5px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease;
    animation: toastRight 0.3s linear;
}

.cart-toast::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cg transform='matrix(1.99997 0 0 1.99997-10.994-2071.68)' fill='%23da4453'%3E%3Crect y='1037.36' x='7' height='8' width='8' fill='%2332c671' rx='4'/%3E%3Cpath d='m123.86 12.966l-11.08-11.08c-1.52-1.521-3.368-2.281-5.54-2.281-2.173 0-4.02.76-5.541 2.281l-53.45 53.53-23.953-24.04c-1.521-1.521-3.368-2.281-5.54-2.281-2.173 0-4.02.76-5.541 2.281l-11.08 11.08c-1.521 1.521-2.281 3.368-2.281 5.541 0 2.172.76 4.02 2.281 5.54l29.493 29.493 11.08 11.08c1.52 1.521 3.367 2.281 5.54 2.281 2.172 0 4.02-.761 5.54-2.281l11.08-11.08 58.986-58.986c1.52-1.521 2.281-3.368 2.281-5.541.0001-2.172-.761-4.02-2.281-5.54' fill='%23fff' transform='matrix(.0436 0 0 .0436 8.177 1039.72)' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@keyframes toastRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


/* 
   RESPONSIVE
    */

@media (max-width: 1280px) {
/* 	.woocommerce-account.wp-singular.admin-bar .page-content .container{
		width: 960px;
	} */
}

@media (max-width: 1200px) {
	.archive.tax-product_cat .site-main {
		margin-top: 160px !important;
	}
  .archive.tax-product_cat ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
	.search-results-page .search-results-list {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 1024px) {
	.nav-logo {
		width: 140px !important;
	}
	
	.site-header .e-con-inner {
		justify-content: flex-end !important;
	}
	
	.site-header.sticky-header .e-con-inner {
		justify-content: space-between !important;
	}
		.site-header:not(.sticky-header) .e-con-inner {
		padding-top: 40px;
	}
	
	.single-product div.product {
    grid-template-columns: 100% !important;
    gap: 32px !important;
/*     padding: 0 16px !important; */
    margin: 32px auto !important;
  }
	.nav-action-list {
		padding-right: 20px !important;
	}

	.site-header nav.hfe-nav-menu__layout-horizontal{
    align-items: flex-start;
    background-color: #ffffff !important;
    position: fixed !important;
    top: 128px !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    transform: translateX(100%);
    transition: 0.3s ease;
		bottom: 0;
        right: 0 !important;
        left: unset !important;
        max-width: 450px !important;
        width: 100% !important;
}
	
	.site-header.sticky-header nav.hfe-nav-menu__layout-horizontal{ 
		top: 128px !important;
	}

nav.hfe-nav-menu__layout-horizontal.menu-is-active {
    transform: translateX(0);
}

body:has(.menu-is-active){
    overflow: hidden;
}

nav.hfe-nav-menu__layout-horizontal ul{
    visibility: visible !important;
    opacity: 1 !important;
}

nav.hfe-nav-menu__layout-horizontal ul li {
    height: fit-content;
}
	
  .menu-item a.hfe-menu-item { 
	  color: #000000 !important; 
	  padding-left: 20px !important;
	}
  .custom-product-slider .img-wrapper { height: 320px !important; }
  .add_to_cart_button { top: 57% !important; }
	.elementor-element-79bd763,
	.elementor-element-79d5d62{
		padding: 0 !important;
	}
	
 .search-results-page .search-results-list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
		.woocommerce-product-details__short-description{
		padding-bottom: 0 !important;
	}
		.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout{
		width: unset !important;
	}
	.single-product .woocommerce-breadcrumb {
		padding-top: 60px !important;
	}
}

@media (max-width: 860px) {
  .wc-block-components-sidebar-layout.wc-block-cart,
  .wc-block-components-sidebar-layout.wc-block-checkout {
    grid-template-columns: 100% !important;
	gap: 24px;
  }

	.why-choose-wrapper {
    grid-template-columns: 100% !important;
		gap: 30px;
  }

  .why-choose-wrapper .img-holder {
    order: -1 !important;
  }
	.header-search .search-content {
		right: -110px;
	}
		.archive.tax-product_cat .site-main {
		margin-top: 120px !important;
	}
}

@media (max-width: 767px) {
	.elementor-46 .elementor-element.elementor-element-79d5d62.e-con {
		align-self: center !important;
	}
	
}

@media (max-width: 768px) {
	

	.nav-logo {
		width: 120px !important;
	}
	.wc-block-components-checkout-step__heading {
/* 		padding-left: 0; */
	}
	
.woocommerce div.product div.images .flex-control-thumbs li img {
	padding: 0 !important;
}
	.nav-action-list {
		gap: 10px;
	}
	  .archive.tax-product_cat ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
		.single-product .woocommerce-breadcrumb {
		padding-top: 45px !important;
	}
	.single-product .onsale {
		left: 0 !important;
	}
  .woocommerce-product-gallery {
    flex-direction: column-reverse !important;
  }

  .flex-control-thumbs {
    flex-direction: row !important;
    order: 0 !important;
  }

  .flex-control-thumbs img {
/*     width: 95px !important;
    height: 95px !important; */
	  object-fit: contain;
  }
	.search-results-page {
		margin-top: 60px !important;
	}

  .search-results .page-content {
    gap: 40px 24px !important;
  }

  .search-results .page-content .post > a:has(img) {
    padding: 40px 20px !important;
  }

  .search-results .entry-title {
    font-size: 20px !important;
  }

  .wc-block-cart .wc-block-cart-item__image img { width: 50px !important; }
  .wc-block-cart .wp-block-woocommerce-cart-order-summary-block { padding: 20px !important; }
  .wc-block-cart .wc-block-cart-item__product { padding-right: 0 !important; }
  .wc-block-cart .wc-block-cart-items__row:hover { background: none !important; }
  .wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper { justify-content: flex-end !important; }
  .wc-block-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  .wc-block-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
  .wc-block-cart .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    align-self: start !important;
  }
	.woocommerce-account.wp-singular.admin-bar .page-content {
		margin-top: 0 !important;
	}
  .woocommerce-account.wp-singular.admin-bar .page-content .container {
    grid-template-columns: 100% !important;
  }
	.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation {
		position: unset !important;
		width: 100%;
		overflow: auto;
	}
  .woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    display: flex !important;
/*     flex-wrap: wrap !important; */
    align-items: center !important;
	  justify-content: space-evenly
  }

  .woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation-link--customer-logout a {
    margin-top: 0 !important;
    border: none !important;
  }

  .xoo-wsc-container { width: 100% !important; }
  .xoo-wsc-product { gap: 10px !important; }
  .xoo-wsc-img-col img { width: 60px !important; height: 60px !important; }
	
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 100% !important;
  }
	.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-navigation-link.is-active a {
		border-left: 0 !important;
		border-bottom: 1px solid #ffffff !important;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
/* 		width: fit-content !important; */
		flex-direction: column !important;
		margin-bottom: 0 !important;
	}
	.woocommerce-product-gallery__image img {
		max-height: 300px;
	}
	.woocommerce-product-gallery__image.flex-active-slide {
		height: 380px;
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: fit-content !important;
	}
	.product .img-wrapper {
		height: 300px;
	}
	
}

@media (max-width: 600px) {
	.site-header nav.hfe-nav-menu__layout-horizontal {
		max-width: unset !important;
	}
	.site-header.sticky-header nav.hfe-nav-menu__layout-horizontal{
		top: 125px !important;
	}
	
		.site-header:not(.sticky-header) .e-con-inner {
		padding-top: 45px;
	}
  .search-results-page .search-results-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
	section.custom-related-products h2 {
		font-size: 32px;
	}
	.splide__arrows .splide__arrow {
		display: none !important;
	}
	.wc-block-components-sidebar-layout.wc-block-cart{
		padding: 0 !important;
	}
	.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
		display: block !important;
		width: fit-content !important;
		text-align: center;
	}
	.wc-block-components-sidebar-layout.wc-block-checkout {
		margin:0 !important;
		margin-top: 60px !important;
		gap: 0 !important;
	}
	.search-results-page .search-results-list {
    grid-template-columns: repeat(2, 1fr) !important;
	}
	.woocommerce-MyAccount-content .woocommerce-info {
		flex-direction: column;
	}
	.splide__pagination {
		display: block !important;
		text-align: center;
		bottom: -25px;
	}
	.related-products-splide .splide__pagination { 
		bottom: 0;
	}
	.splide__pagination__page {
		padding: 2px !important;
	}
	.single-product .woocommerce-breadcrumb {
		padding-top: 80px !important;
	}
}

@media (max-width: 480px) {
	.site-header.sticky-header nav.hfe-nav-menu__layout-horizontal {
		top: 107px !important;
	}
	.nav-logo .elementor-widget-image img {
		width: 80px !important;
	}
	.site-header:not(.sticky-header) .e-con-inner {
		padding-top: 40px;
	}
	div#gallery-1 {
		flex-direction: column;
	}
  .custom-pagination .page-numbers li a,
  .custom-pagination .page-numbers li span {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }
	  .archive.tax-product_cat ul.products {
    grid-template-columns: 1fr !important;
  }
	.user-log-in .woocommerce-form {
    padding: 28px 20px !important;
  }
	form.woocommerce-ResetPassword {
    padding: 28px 20px !important;
    margin: 40px auto !important;
	margin-top: 180px !important;
  }
	.product-list {
		grid-template-columns: 1fr;
	}
	.search-results-page .search-results-list {
    grid-template-columns: 1fr !important;
	}
	.product .img-wrapper {
		margin-bottom: 8px;
	}
	.header-search .search-content {
		width: 320px;
	}
	.woocommerce-account.wp-singular.admin-bar .woocommerce-MyAccount-content {
		padding: 20px !important;
		width: calc(100% - 40px) !important;
	}
}


