.elementor-2095 .elementor-element.elementor-element-1bdd776{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:040px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-2095 .elementor-element.elementor-element-1bdd776:not(.elementor-motion-effects-element-type-background), .elementor-2095 .elementor-element.elementor-element-1bdd776 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-56a570a );}.elementor-2095 .elementor-element.elementor-element-b61254a .elementor-heading-title{font-size:49px;}.elementor-2095 .elementor-element.elementor-element-fe99ba3 > .elementor-widget-container{margin:0% 59% 0% 0%;border-style:solid;border-width:0px 0px 0px 0px;border-radius:20px 20px 20px 20px;}.elementor-2095 .elementor-element.elementor-element-fe99ba3 .searchform{--wd-form-height:48px;--wd-form-color:var( --e-global-color-243b056 );--wd-form-brd-color:#EAEAEA;--wd-form-bg:#F3F3F3;}.elementor-2095 .elementor-element.elementor-element-fe99ba3{--wd-form-brd-radius:35px;}.elementor-2095 .elementor-element.elementor-element-a28dcc1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-2095 .elementor-element.elementor-element-a28dcc1:not(.elementor-motion-effects-element-type-background), .elementor-2095 .elementor-element.elementor-element-a28dcc1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2095 .elementor-element.elementor-element-a15f674{--display:flex;}.elementor-2095 .elementor-element.elementor-element-a15f674.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2095 .elementor-element.elementor-element-a4d9b52{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:10px 20px;--row-gap:10px;--column-gap:20px;}.elementor-2095 .elementor-element.elementor-element-4173aa3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;}.elementor-2095 .elementor-element.elementor-element-4173aa3.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:769px){.elementor-2095 .elementor-element.elementor-element-1bdd776{--content-width:88%;}.elementor-2095 .elementor-element.elementor-element-a28dcc1{--content-width:88%;}.elementor-2095 .elementor-element.elementor-element-a15f674{--width:99.912%;}.elementor-2095 .elementor-element.elementor-element-4173aa3{--width:99.408%;}}@media(max-width:1024px) and (min-width:769px){.elementor-2095 .elementor-element.elementor-element-a15f674{--width:100%;}.elementor-2095 .elementor-element.elementor-element-4173aa3{--width:100%;}}@media(max-width:1024px){.elementor-2095 .elementor-element.elementor-element-1bdd776{--margin-top:-20px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;}.elementor-2095 .elementor-element.elementor-element-a4d9b52{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-2095 .elementor-element.elementor-element-4173aa3{--justify-content:space-between;}}/* Start custom CSS for wd_archive_products, class: .elementor-element-1e5f79c *//* ============================
   Shared Transition Standard
============================ */
:root {
    --transition-standard: 250ms cubic-bezier(0.22, 1, 0.36, 1); /* ease-out, 200-300ms range */
}

/* ============================
   Product Card Wrapper
============================ */
.woodmart-products-holder li.product,
.wd-product {
    border-radius: 16px;
    overflow: hidden;
    transition: transform var(--transition-standard),
                box-shadow var(--transition-standard);
}

.woodmart-products-holder li.product:hover,
.wd-product:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

/* ============================
   Product Image
============================ */
.wd-product .product-element-top img,
img {
    transition: transform var(--transition-standard),
                opacity var(--transition-standard);
}

.wd-product:hover .product-element-top img {
    transform: scale(1.04);
}

/* ============================
   Add To Cart Button
============================ */
.wd-product .add_to_cart_button,
.wd-product a.button {
    background: #8A6A45 !important;
    color: #fff !important;
    border-radius: 60px !important;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
    transition: background var(--transition-standard),
                transform var(--transition-standard),
                box-shadow var(--transition-standard) !important;
}

.wd-product .add_to_cart_button:hover,
.wd-product a.button:hover {
    background: #3E2F23 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(138, 106, 69, 0.35);
}

/* Parent wrapper white box fix */
.wd-product .wd-add-btn,
.wd-product .wd-add-to-cart {
    background: transparent !important;
    box-shadow: none !important;
}

/* ============================
   Links (general)
============================ */
a {
    transition: color var(--transition-standard),
                opacity var(--transition-standard);
}

/* ============================
   Generic Buttons (site-wide)
============================ */
button,
.btn {
    transition: background var(--transition-standard),
                color var(--transition-standard),
                transform var(--transition-standard),
                box-shadow var(--transition-standard),
                border-color var(--transition-standard);
}

/* ============================
   Respect Reduced Motion
============================ */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transform: none !important;
    }
}/* End custom CSS */