.elementor-kit-2187{--e-global-color-primary:#392388;--e-global-color-secondary:#46C9CB;--e-global-color-text:#3F3F3F;--e-global-color-accent:#AE19AF;--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;background-color:#02010108;font-size:16px;font-weight:400;font-style:normal;line-height:24px;}.elementor-kit-2187 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2187 p{margin-block-end:20px;}.elementor-kit-2187 h1{font-size:50px;font-weight:800;}.elementor-kit-2187 h2{font-size:40px;font-weight:700;}.elementor-kit-2187 h3{font-size:35px;font-weight:700;}.elementor-kit-2187 h4{font-size:30px;font-weight:600;}.elementor-kit-2187 h5{font-size:25px;font-weight:600;}.elementor-kit-2187 h6{font-size:20px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-2187 h2{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2187 h1{font-size:40px;}.elementor-kit-2187 h2{font-size:35px;}.elementor-kit-2187 h3{font-size:32px;}.elementor-kit-2187 h4{font-size:28px;}.elementor-kit-2187 h5{font-size:24px;}.elementor-kit-2187 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Header container */
.shrinker {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: padding .2s linear, background .2s linear, box-shadow .2s linear;
}

/* Sticky state */
.shrinker.elementor-sticky--effects {
  background: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
}

/* Logo */
.shrinking-logo img {
  width: 190px;
  transition: width .2s linear;
}

.shrinker.elementor-sticky--effects .shrinking-logo img {
  width: 120px;
}

/* Menu text */
.shrinker.elementor-sticky--effects ul li a {
  font-size: .9rem;
}

/* Hide Astra category label on product cards (this widget only) */
.elementor-element-69b3ace .ast-woo-product-category {
  display: none !important;
}



html {
  scroll-padding-top: 130px;
}



/* QuickView button centre and hidden */

/* ================================
   Barn2 Quick View – Image Hover
   Centre button over product image
   ================================ */

/* 1. Make product card the anchor */
.woocommerce ul.products li.product {
  position: relative;
}

/* 2. Style + hide Quick View button */
.woocommerce ul.products li.product a.wc-quick-view-button {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 7px 5px !important;
 margin: 0 !important;
 font-size: 12px !important;
 line-height: 2 !important;
 min-height: 0 !important;
 height: auto !important;
 max-width: 80%;

  background: rgba(0,0,0,0.75);
  color: #fff;
 
  border-radius: 999px;
  
  font-weight: 600;
  text-decoration: none;
  
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* 3. Show button when hovering product image */
.woocommerce ul.products li.product:hover a.wc-quick-view-button {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -55%);
}/* End custom CSS */