.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5aeb33:#fdfdfd;--e-global-color-c58817e:#762f79;--e-global-color-5420d44:#bc5234;--e-global-color-dff8941:#000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"TitilliumWeb";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"TitilliumWeb";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"TitilliumWeb";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"Open Sans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Open Sans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Open Sans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;background-color:#121212;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html {
  background-color: #121212;
}
body {
  background-color: #121212;
  color: #C9C9C9;
  font-family: 'Space Grotesk', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Clash Display', sans-serif;
  color: #E3E3E3;
}
a {
  color: #C9C9C9;
  text-decoration: none;
}
a:hover {
  color: #D3A164;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
}
/* Product card global reset */
.woocommerce ul.products {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products li.product {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce ul.products li.product img {
  border-radius: 4px;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce ul.products li.product:hover img {
  transform: scale(1.03);
  box-shadow: 0 8px 32px rgba(211,161,100,0.15);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #B0B0B0;
  margin: 8px 0 0;
  padding: 0;
}
.woocommerce ul.products li.product .price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #B0B0B0;
}
.woocommerce ul.products li.product del {
  opacity: 0.55;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce ul.products li.product ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
  display: none !important;
}
.star-rating {
  display: none !important;
}
/* Scrollbar styling */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #292929;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3B3B3B;
}/* End custom CSS */