.elementor-kit-188{--e-global-color-primary:#C8B273;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Space Grotesk";--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:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFF;--e-preloader-size:20px;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ① Make the product-thumb wrapper a stacking context */
ul.products li.product .woocommerce-loop-product__link,
.wc-block-grid__product-link {
    position: relative;          
    display: block;
}

/* ② Style the injected secondary image */
.ay-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;                    
    height: 100%;
    object-fit: cover;                 /* keep aspect ratio, crop if needed */
    opacity: 0;                        /* hidden by default */
    transition: opacity .6s ease;
    pointer-events: none;              /* don’t block clicks */
}
.woocommerce div.product form.cart .variations{
    margin-bottom:0rem;
}
.woocommerce-product-price.default .price{
    margin-bottom:0px;
}
/* ③ Fade main image out & hover image in */
ul.products li.product:hover img:first-child,
.wc-block-grid__product:hover img.wp-post-image {
    opacity: 0;
    transition:0.6s;
}

ul.products li.product:hover .ay-hover-img,
.wc-block-grid__product:hover .ay-hover-img {
    opacity: 1;
}
.product-single__variations .variations .disable-to-select{
    
    background: none;
    padding: 0;
    
}
.reset_variations{
    display:none !important;
}
.disable-to-select:hover{
    background:transparent !important;
    
}
.cfvsw-variation-disable-logic .value{
    background:transparent !important;
}
#product-list  .products {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem;
}

#product-list ul.products > li.product {
    flex: 1 0 calc(25% - 2rem);
  min-width: 300px;
}
#woo-store-vacation .woo-store-vacation__btn:hover{
    background: #C8B273 !important;
    color:white !important;
    border:2px solid white !important;
}
#woo-store-vacation .woo-store-vacation__btn{
    transition:0.3s;
    border:2px solid transparent !important;
    background: white !important;
    padding: 0.5rem 2rem;
    display: block;
    color: #C8B273 !important;
    border-radius: 0.2rem;
    font-weight: 600;
}
.wpconsent-banner{    padding:3rem 0rem !important;
    z-index: 2rem;
    justify-content: space-between !important;
}

.woocommerce-message {
    background: #c9b375 !important;
    margin-top:2rem;
    border:none !important;
    color: white;
    outline:none !important;
}
.woocommerce-message::before{
    color:white !important;
}
.variations_button{
    margin-top:0.3rem;
    margin-bottom:2rem;
}/* End custom CSS */