.elementor-26248 .elementor-element.elementor-element-0d81e96{--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:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26248 .elementor-element.elementor-element-81a6cbb{--display:flex;--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-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-26248 .elementor-element.elementor-element-81a6cbb:not(.elementor-motion-effects-element-type-background), .elementor-26248 .elementor-element.elementor-element-81a6cbb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E1030C;}.elementor-26248 .elementor-element.elementor-element-bcef501{margin:-32px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 100px;padding:0px 0px 0px 0px;}.elementor-26248 .elementor-element.elementor-element-bcef501 img{width:76%;}.elementor-26248 .elementor-element.elementor-element-cec4972{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26248 .elementor-element.elementor-element-07bb96b{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-26248 .elementor-element.elementor-element-07bb96b:not(.elementor-motion-effects-element-type-background), .elementor-26248 .elementor-element.elementor-element-07bb96b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ECE2D1;}@media(min-width:768px){.elementor-26248 .elementor-element.elementor-element-81a6cbb{--width:19%;}.elementor-26248 .elementor-element.elementor-element-cec4972{--width:81%;}}/* Start custom CSS for shortcode, class: .elementor-element-5ee44ed */.wc-category-names {
  margin-right: 30px;
 
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.wc-category-names li {
  text-align: right;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 5px;
}

.wc-category-names li a {
  line-height: 1.3em;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wc-category-names li a:hover {
  color: #ddd;
}

/* Responsive: categories */
@media (max-width: 768px) {
  .wc-category-names {
    margin-right: 0;
    justify-content: center;
    text-align: center;
    display: flex;
  }

  .wc-category-names li {
    text-align: center;
    padding: 6px 10px;
  }

  .wc-category-names li a {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae568ad */.wc-breadcrumb-inner {
  display: flex;
}
.wc-breadcrumb {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  margin: 10px 0 20px;
  text-transform: uppercase;
  color: #666;
  display: flex !important;
}

.wc-breadcrumb a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  
}

.wc-breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}

.wc-breadcrumb .separator {
  margin: 0 8px;
  color: #aaa;
 
}

@media (max-width: 768px) {
  .wc-breadcrumb {
    font-size: 13px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-db8a99a */.wc-simple-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
 
  font-family: "Montserrat", Arial, sans-serif;
}

.wc-simple-item {
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 15px;
  background: #fff;
  transition: all 0.3s ease;
}

.wc-simple-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.wc-simple-title {
  line-height: 1.3em;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.wc-simple-title:hover {
  text-decoration: underline;
}

.wc-simple-item img {
  width: 80%;
  height: auto;
  padding-top: 30px;
}

/* ---------------------- */
/* RESPONSIVE BEHAVIOR    */
/* ---------------------- */
@media (max-width: 1024px) {
  .wc-simple-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .wc-simple-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wc-simple-item img {
    width: 90%;
    padding-top: 20px;
  }
  .wc-simple-title {
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .wc-simple-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .wc-simple-title {
    font-size: 0.8em;
  }
}/* End custom CSS */