.elementor-kit-4{--e-global-color-primary:#8B4513;--e-global-color-secondary:#000000;--e-global-color-text:#8B4513;--e-global-color-accent:#61CE70;--e-global-color-058c8bc:#8B4513;--e-global-color-ea66e3c:#D31C1C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-letter-spacing:140%;--e-global-typography-primary-word-spacing:0%;--e-global-typography-secondary-font-family:"Comic Neue";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:140%;--e-global-typography-secondary-letter-spacing:0%;--e-global-typography-text-font-family:"Comic Neue";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:14px;--e-global-typography-text-letter-spacing:-0.1px;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:400;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:var( --e-global-color-primary );background-image:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-weight:400;line-height:14px;letter-spacing:-0.1px;border-width:-2px -2px -2px -2px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-family:"Comic Neue", Sans-serif;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);padding:010px 020px 010px 020px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{color:#8B4513;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{--error-message-text-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );--message-buttons-normal-text-color:var( --e-global-color-secondary );--message-border-type:solid;--message-buttons-border-radius:5px 5px 5px 5px;--message-buttons-padding:3px 3px 3px 3px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS *//* Force EAEL product grid to 4 columns */
.eael-product-grid ul.products {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.eael-product-grid ul.products li.product {
  flex: 0 0 calc(25% - 15px) !important;
  max-width: calc(25% - 15px) !important;
  min-height: 465px !important;
  border-radius: 10px !important;
  border: 1px solid #eee !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.eael-product-grid ul.products li.product img {
  width: 100% !important;
  height: 200px !important;
  object-fit: contain !important;
  display: block !important;
}

.eael-product-grid ul.products li.product
.woocommerce-loop-product__title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-top: 10px !important;
  text-align: center !important;
}

/* Match product grid container width to category grid */
@media (min-width: 768px) {
  .elementor-element-dc6f566 {
    --width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .elementor-element-dc6f566 {
    --width: 100% !important;
    width: 100% !important;
  }
}

.elementor-element-dc6f566 {
  --width: 100% !important;
  width: 100% !important;
  --flex-grow: 1 !important;
  --align-self: stretch !important;
}/* End custom CSS */