.elementor-657 .elementor-element.elementor-element-d891eee{--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;}body.elementor-page-657:not(.elementor-motion-effects-element-type-background), body.elementor-page-657 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-b745ee3 */:root {
  --cwe-text: #2b2118;
  --cwe-accent: #1f1814;
}

.cwe-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1200px;
  margin: 60px auto;
  border: 1px solid #e0e0e0;
}

.cwe-product {
  text-align: center;
  padding: 40px 30px 110px;
  position: relative;
  border-right: 1px solid rgba(0,0,0,0.08);
}

.cwe-product:last-child {
  border-right: none;
}

.cwe-product:hover {
  box-shadow: 0 14px 35px rgba(0,0,0,0.10);
}

.cwe-img {
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cwe-img img {
  max-height: 100%;
}

.cwe-product h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin: 18px 0 8px;
  color: var(--cwe-text);
}

.stars {
  color: var(--cwe-accent);
  font-size: 16px;
  margin-bottom: 6px;
}

.price {
  font-size: 18px;
  font-weight: 500;
  color: var(--cwe-text);
}

.cwe-product form button {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  background: var(--cwe-accent);
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 14px 0;
  cursor: pointer;
  transition: bottom .35s ease;
}

.cwe-product:hover form button {
  bottom: 0;
}

@media (max-width: 900px) {
  .cwe-products {
    grid-template-columns: 1fr;
  }
  .cwe-product {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
}/* End custom CSS */