.elementor-635 .elementor-element.elementor-element-7278590{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-635 .elementor-element.elementor-element-7278590:not(.elementor-motion-effects-element-type-background), .elementor-635 .elementor-element.elementor-element-7278590 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F2F3;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-635 .elementor-element.elementor-element-799a3bc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-635 .elementor-element.elementor-element-d676a68{--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;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#E0E0E0;--border-color:#E0E0E0;--border-radius:10px 10px 10px 10px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-635 .elementor-element.elementor-element-9f83c20{--n-tabs-direction:row;--n-tabs-heading-direction:column;--n-tabs-heading-width:22%;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:initial;--n-tabs-heading-justify-content:flex-start;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:flex-start;--n-tabs-heading-wrap:wrap;--n-tabs-title-justify-content:flex-start;--n-tabs-title-text-align:start;--n-tabs-title-gap:0px;--n-tabs-gap:20px;--n-tabs-title-border-radius:0px 0px 0px 0px;--n-tabs-title-padding-top:5px;--n-tabs-title-padding-right:5px;--n-tabs-title-padding-bottom:5px;--n-tabs-title-padding-left:10px;--n-tabs-title-color-active:var( --e-global-color-secondary );}.elementor-635 .elementor-element.elementor-element-9f83c20.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#F1F2F3;border-style:none;}.elementor-635 .elementor-element.elementor-element-9f83c20.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-635 .elementor-element.elementor-element-9f83c20.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#F1F2F3;border-style:none;}.elementor-635 .elementor-element.elementor-element-9f83c20.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not( :hover ){border-style:none;}.elementor-635 .elementor-element.elementor-element-9f83c20.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-635 .elementor-element.elementor-element-9f83c20 [data-touch-mode="false"] .e-n-tab-title[aria-selected="false"]:hover{--n-tabs-title-color-hover:var( --e-global-color-secondary );}:where( .elementor-635 .elementor-element.elementor-element-9f83c20.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-content ) > .e-con{--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}@media(max-width:767px){.elementor-635 .elementor-element.elementor-element-7278590{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-635 .elementor-element.elementor-element-7278590{--content-width:1400px;}}/* Start custom CSS for shortcode, class: .elementor-element-bb931e7 */.remote-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.remote-product {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}


/* Grid container */
.remote-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* Individual product card */
.remote-product {
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* ensures equal height */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

/* Hover effect */
.remote-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Image styling */
.remote-product img {
    width: 100%;
    height: 200px; /* fixed height */
    object-fit: cover; /* keeps image proportions, crops if needed */
    margin-bottom: 15px;
    border-radius: 6px;
}

/* Product title */
.remote-product h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-align: center;
}

/* Price styling */
.remote-product .woocommerce-Price-amount {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

/* View Product button */
.remote-product a {
    display: inline-block;
    text-align: center;
    background-color: orange;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
    margin-top: auto;
}

/* Button hover */
.remote-product a:hover {
    background-color: darkorange;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bb931e7 */.remote-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.remote-product {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}


/* Grid container */
.remote-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* Individual product card */
.remote-product {
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* ensures equal height */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

/* Hover effect */
.remote-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Image styling */
.remote-product img {
    width: 100%;
    height: 200px; /* fixed height */
    object-fit: cover; /* keeps image proportions, crops if needed */
    margin-bottom: 15px;
    border-radius: 6px;
}

/* Product title */
.remote-product h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-align: center;
}

/* Price styling */
.remote-product .woocommerce-Price-amount {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

/* View Product button */
.remote-product a {
    display: inline-block;
    text-align: center;
    background-color: orange;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
    margin-top: auto;
}

/* Button hover */
.remote-product a:hover {
    background-color: darkorange;
}/* End custom CSS */