.elementor-656 .elementor-element.elementor-element-1c39d69{--display:flex;}.elementor-656 .elementor-element.elementor-element-d5978ba{--display:flex;}.elementor-656 .elementor-element.elementor-element-aa3dba8{--display:flex;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-656 .elementor-element.elementor-element-125d5de.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-656 .elementor-element.elementor-element-125d5de.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-656 .elementor-element.elementor-element-125d5de.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-656 .elementor-element.elementor-element-125d5de.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-05d6cda *//* ==============================
   A GROUP CATEGORY INTRO
================================= */

.ag-category-intro {
  position: relative;
  overflow: hidden;
  margin: 25px 0 35px;
  padding: 45px 20px;
  border-radius: 26px;
  background: radial-gradient(circle at top, #ffffff 0%, #eef6fb 45%, #d9ecf6 100%);
  text-align: center;
  perspective: 1200px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

.ag-category-intro::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255,255,255,0.85) 50%,
    transparent 65%
  );
  transform: translateX(-100%) rotate(18deg);
  animation: agShine 2.8s ease forwards;
  animation-delay: 0.8s;
}

.ag-logo-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 120px;
  transform-style: preserve-3d;
  animation: agLogoEntrance 1.4s cubic-bezier(.2,.8,.2,1) forwards;
}

.ag-archive-logo {
  max-width: 190px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 20px rgba(0,0,0,0.22));
  transform-style: preserve-3d;
  animation: agLogoFloat 4s ease-in-out infinite;
}

.ag-category-text {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  opacity: 0;
  animation: agTextUp 0.9s ease forwards;
  animation-delay: 0.8s;
}

.ag-small-title {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0d3455;
}

.ag-category-text h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  font-weight: 800;
  color: #12395a;
}

/* ==============================
   PRODUCT GRID 3D ENTRANCE
================================= */

.ag-products-enter ul.products {
  perspective: 1400px;
}

.ag-products-enter ul.products li.product {
  opacity: 0;
  transform: translateY(55px) rotateX(18deg) scale(0.92);
  transform-origin: center bottom;
  animation: agProductEnter 0.85s cubic-bezier(.2,.8,.2,1) forwards;
  will-change: transform, opacity;
}

/* Stagger animation */
.ag-products-enter ul.products li.product:nth-child(1) { animation-delay: 0.15s; }
.ag-products-enter ul.products li.product:nth-child(2) { animation-delay: 0.25s; }
.ag-products-enter ul.products li.product:nth-child(3) { animation-delay: 0.35s; }
.ag-products-enter ul.products li.product:nth-child(4) { animation-delay: 0.45s; }
.ag-products-enter ul.products li.product:nth-child(5) { animation-delay: 0.55s; }
.ag-products-enter ul.products li.product:nth-child(6) { animation-delay: 0.65s; }
.ag-products-enter ul.products li.product:nth-child(7) { animation-delay: 0.75s; }
.ag-products-enter ul.products li.product:nth-child(8) { animation-delay: 0.85s; }
.ag-products-enter ul.products li.product:nth-child(9) { animation-delay: 0.95s; }
.ag-products-enter ul.products li.product:nth-child(10) { animation-delay: 1.05s; }

/* Product card hover 3D */
.hm-3d-product-grid ul.products li.product {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.hm-3d-product-grid ul.products li.product:hover {
  transform: translateY(-12px) rotateX(5deg) rotateY(-5deg) scale(1.025);
  box-shadow: 0 28px 65px rgba(0,0,0,0.18);
}

.hm-3d-product-grid ul.products li.product img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.hm-3d-product-grid ul.products li.product:hover img {
  transform: translateZ(35px) scale(1.06);
  filter: brightness(1.04);
}

.hm-3d-product-grid ul.products li.product .woocommerce-loop-product__title,
.hm-3d-product-grid ul.products li.product h2 {
  transition: transform 0.35s ease;
}

.hm-3d-product-grid ul.products li.product:hover .woocommerce-loop-product__title,
.hm-3d-product-grid ul.products li.product:hover h2 {
  transform: translateZ(22px);
}

/* ==============================
   KEYFRAMES
================================= */

@keyframes agLogoEntrance {
  0% {
    opacity: 0;
    transform: rotateX(70deg) rotateY(-45deg) translateY(40px) scale(0.55);
  }
  60% {
    opacity: 1;
    transform: rotateX(-8deg) rotateY(10deg) translateY(-8px) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) rotateY(0deg) translateY(0) scale(1);
  }
}

@keyframes agLogoFloat {
  0%, 100% {
    transform: translateY(0) rotateY(0deg);
  }
  50% {
    transform: translateY(-8px) rotateY(8deg);
  }
}

@keyframes agTextUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes agProductEnter {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
  }
}

@keyframes agShine {
  to {
    transform: translateX(100%) rotate(18deg);
  }
}

/* Mobile optimization */
@media (max-width: 767px) {
  .ag-category-intro {
    padding: 35px 15px;
    border-radius: 18px;
  }

  .ag-logo-wrap {
    width: 145px;
    height: 95px;
  }

  .ag-archive-logo {
    max-width: 145px;
  }

  .hm-3d-product-grid ul.products li.product:hover {
    transform: translateY(-6px) scale(1.01);
  }
}/* End custom CSS */
/* Start custom CSS for wc-archive-products, class: .elementor-element-125d5de */.hm-3d-product-grid ul.products li.product,
.hm-3d-product-grid .product {
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.hm-3d-product-grid ul.products li.product:hover,
.hm-3d-product-grid .product:hover {
  transform: translateY(-12px) rotateX(5deg) rotateY(-5deg) scale(1.03);
  box-shadow: 0 24px 55px rgba(0,0,0,0.18);
}

.hm-3d-product-grid ul.products li.product img,
.hm-3d-product-grid .product img {
  transition: transform 0.35s ease;
}

.hm-3d-product-grid ul.products li.product:hover img,
.hm-3d-product-grid .product:hover img {
  transform: translateZ(35px) scale(1.05);
}/* End custom CSS */