.elementor-11 .elementor-element.elementor-element-717c4ecc{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-34942e2c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-34942e2c{font-family:"Lato", Sans-serif;font-size:1.2rem;font-weight:400;color:var( --e-global-color-b6cc1bc );}.elementor-11 .elementor-element.elementor-element-34942e2c a{color:var( --e-global-color-0beda22 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-11 .elementor-element.elementor-element-717c4ecc{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-717c4ecc{--content-width:1500px;}}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-717c4ecc{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-11 .elementor-element.elementor-element-34942e2c > .elementor-widget-container{margin:0px 0px -720px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-34942e2c *//* Remove any built-in empty-cart icon or dotted separator */
.wc-block-cart__empty-cart__title:before,
.with-empty-cart-icon:before,
.wc-block-cart .is-style-dots{ display:none !important; }

/* Title: Lato, bold, bigger */
.dd-empty-title{
  font-family:"Playfair Display", Sans-serif;
  font-weight:700;
  font-size:clamp(28px,3.2vw,40px);
  margin:12px 0 40px;
  color:#000000;
}

/* Button: black default, gold hover (#D0B259), 2px radius */
.dd-btn{
  background:#000;
  color:#fff!important;
  border-radius:2px;
  padding:12px 22px;
  text-decoration:none;
  display:inline-block;
  font-weight:600;
  transition:background-color .2s ease;
}
.dd-btn:hover{ background:#D0B259; color:#fff; }

/* Center the CTA nicely */
.dd-empty-cta-wrap{ margin-top:8px; }

/* Empty cart vertical space */
.wp-block-woocommerce-empty-cart-block{ padding:100px 0; }

/* Proceed to checkout (Cart Blocks) */
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.wc-block-woocommerce-cart .wc-block-cart__submit-button{
  background:#000 !important;
  color:#fff !important;
  border:none !important;
  border-radius:2px !important;
  padding:12px 22px !important;
  font-weight:600 !important;
  text-decoration:none !important;
  transition:background-color .2s ease;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover,
.wc-block-woocommerce-cart .wc-block-cart__submit-button:hover{
  background:#D0B259 !important;
  color:#fff !important;
}

/* Focus + disabled states */
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:focus{
  outline:2px solid #D0B259;
  outline-offset:2px;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:disabled,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button[aria-disabled="true"]{
  opacity:.6; cursor:not-allowed;
}
/* Heading above the items list — shows only in FILLED cart */
.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block::before{
  content:"Items in your basket";
  display:block;
  font-family:"Playfair Display", serif;
  font-size:2rem;
  font-weight:700;
  color:#000;
  margin:0 0 20px 0; /* 20px gap above the items box */
  text-align:left;
}/* End custom CSS */