.elementor-14 .elementor-element.elementor-element-8afda7d{--display:flex;--min-height:60vh;--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;--justify-content:center;}.elementor-14 .elementor-element.elementor-element-8afda7d:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-8afda7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F1EB;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-1382b62{text-align:center;}.elementor-14 .elementor-element.elementor-element-1382b62 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:128px;font-weight:600;color:#D7CABD;}.elementor-14 .elementor-element.elementor-element-2a2a0b7{--display:flex;--min-height:60vh;--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;--justify-content:center;}.elementor-14 .elementor-element.elementor-element-2a2a0b7:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-2a2a0b7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F1EB;}/* Start custom CSS for shortcode, class: .elementor-element-6cd982f */.custom-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 40px;
}

.shop-item {
  position: relative;
}

.shop-images img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.shop-info {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.shop-info .discount {
  display: block;
  margin-top: 5px;
  color: #555;
}

.swatches {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.swatches .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
  margin: 0 3px;
}/* End custom CSS */