.elementor-14 .elementor-element.elementor-element-2e5af233{--display:flex;--min-height:100vh;--justify-content:center;--gap:100px 100px;--row-gap:100px;--column-gap:100px;--padding-top:100px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}.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-5872c21{padding:0px 0px 0px 0px;text-align:center;}.elementor-14 .elementor-element.elementor-element-5872c21.elementor-element{--align-self:center;}.elementor-14 .elementor-element.elementor-element-5872c21 .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:57px;font-weight:600;line-height:44px;color:#C24061;}.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 );}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-2e5af233{--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:50px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-14 .elementor-element.elementor-element-5872c21.elementor-element{--align-self:center;}.elementor-14 .elementor-element.elementor-element-5872c21{text-align:center;}.elementor-14 .elementor-element.elementor-element-5872c21 .elementor-heading-title{font-size:47px;}}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-2e5af233{--content-width:1400px;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-2e5af233{--min-height:44vh;--justify-content:flex-end;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:100px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-14 .elementor-element.elementor-element-5872c21 .elementor-heading-title{font-size:28px;line-height:1em;}.elementor-14 .elementor-element.elementor-element-78d6890c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}}/* Start custom CSS for text-editor, class: .elementor-element-78d6890c *//* --- General Cart Container --- */
.wp-block-woocommerce-cart {
    font-family: 'Crimson Text', serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* --- Cart Table --- */
.wp-block-woocommerce-cart-items-block table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: center;
}

.wp-block-woocommerce-cart-items-block th,
.wp-block-woocommerce-cart-items-block td {
    padding: 15px 10px;
    vertical-align: middle;
}

.wp-block-woocommerce-cart-items-block th {
    font-weight: bold;
    text-transform: uppercase;
    color: #0B5858;
}

/* --- Product Name & Details --- */
.wc-block-cart-item__product a.wc-block-components-product-name {
    color: #0B5858;
    font-size:17px!important;
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.wc-block-components-product-price__value {
    font-size: 16px!important;
    color: black!important;
}

.wc-block-components-product-badge {
    background-color: #f5c2cb;
    color: #c94a63;
    padding: 3px 8px;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
}

/* --- Quantity Selector --- */
.wc-block-components-quantity-.elementor-14 .elementor-element.elementor-element-78d6890c {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.wc-block-components-quantity-.elementor-14 .elementor-element.elementor-element-78d6890c__input {
    width: 50px;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

/* --- Remove Button --- */
.wc-block-cart-item__remove-link {
    color: #C24061;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

/* --- Cart Totals Sidebar --- */
.wc-block-cart__sidebar {
    text-align: center;
    margin-top: 30px;
}

.wc-block-components-totals-wrapper {
    background: white;
    padding: 20px;
}

.wc-block-components-totals-item__label {
    font-weight: 500;
    color: #0B5858;
}

.wc-block-components-totals-item__value {
    font-weight: bold;
    font-size: 18px;
    color: #C24061;
}

/* --- Checkout Button --- */
.wc-block-cart__submit-button {
    background-color: #C24061 !important;
    color: #fff !important;
    font-family: 'Crimson Text', serif !important;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.wc-block-cart__submit-button:hover {
    background-color: #a32d4c !important;
    color: #fff !important;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .wp-block-woocommerce-cart-items-block table,
    .wp-block-woocommerce-cart-items-block th,
    .wp-block-woocommerce-cart-items-block td {
        display: block;
        width: 100%;
    }

    .wc-block-cart-item__image,
    .wc-block-cart-item__product,
    .wc-block-cart-item__total {
        text-align: center;
        margin-bottom: 15px;
    }
    .wc-block-components-product-name {
    font-size:10px!important;
    text-align: left!important;
    font-weight: 600;
}
}
/*.wc-block-components-sidebar{
   height: 150px!important;
} */

.wc-block-components-product-metadata__description{
    display:none!important;
}
.wc-block-cart-item__prices{
    display:none!important;
}
.wc-block-components-product-badge{
    display: none!important;
}

.wc-block-cart__empty-cart__title{
  color: #0B5858;
    font-size:20px!important;  
}
.is-style-dots{
    display:none!important;
}
.wc-block-grid__product-title{
 font-size:17px!important; 
}
.wc-block-grid__product:hover .wc-block-grid__product-title{
    color: #C24061!important;
}
.wc-block-grid__product {
  display: flex; 
  flex-direction: column;   /* arrange items vertically */
  justify-content: space-between; /* space between items vertically */
  align-items: center;      /* center items horizontally */
}
.woocommerce-Price-amount{
    font-size:15px!important;
}
.wp-block-button__link{
 background-color:#C24061;
}


@media (max-width:768px){

  /* Force container to shrink to content */
  .elementor-element-2e5af233{
      min-height: auto !important;
      height: auto !important;
      display: block !important;
  }

  /* Also remove flex behavior from inner container */
  .elementor-element-2e5af233 > .e-con-inner{
      min-height: auto !important;
      height: auto !important;
      display: block !important;
  }

}/* End custom CSS */