.elementor-3310 .elementor-element.elementor-element-dd189a2{--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;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}#elementor-popup-modal-3310 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3310{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3310 .dialog-message{width:520px;height:auto;}#elementor-popup-modal-3310 .dialog-close-button{display:flex;}/* Start custom CSS *//* Containerul popup-ului */
.elementor-popup-modal .drs-cart-popup {
  background: #E7DFC8;           /* Ivory parchment */
  border: 2px solid #6C3F1F;      /* Logo Brown */
  color: #4A3B2B;                 /* Text principal */
  border-radius: 10px;
  padding: 14px 18px;
  align-items: center;
  justify-content: space-between;
   font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-weight: normal;
  line-height: 1.3;
}

/* Textul mesajului */
.elementor-popup-modal #drs-popup-msg {
  font-size: 16px;
}

/* Butonul View Cart */
.elementor-popup-modal .drs-cart-btn,
.elementor-popup-modal .drs-cart-btn.elementor-button {
  background: #B05C2E;   /* Rust Orange */
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  text-transform: uppercase;
  font-family: "Teutonic", serif;
  letter-spacing: 0.02em;
}
.elementor-popup-modal .drs-cart-btn:hover,
.elementor-popup-modal .drs-cart-btn.elementor-button:hover {
  background: #602E24;   /* Dark Burgundy */
  color: #fff;
}/* End custom CSS */