.elementor-20 .elementor-element.elementor-element-7342668{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#000000;--border-color:#000000;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.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-20 .elementor-element.elementor-element-b512081 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-98e274b .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-dfe373e .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-928891a .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-991e0da .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-e1c29fd .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-7a43380 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-e8f61ee .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-b505ae4 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;color:#000000;}.elementor-20 .elementor-element.elementor-element-36e9d32{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-20 .elementor-element.elementor-element-563c3c3{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20 .elementor-element.elementor-element-1f85d8a{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-563c3c3{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-1f85d8a *//* ===========================
   FIGMA CART – BASE
=========================== */

.figma-cart {
  max-width: auto;
  display: flex;
  gap: 20px;
}

.figma-cart-left {
  flex: 1;
}

.figma-cart-right {
  width: 360px;
  background: #F8F8F8;
  border-radius: 24px;
  padding: 24px;
  margin-top: 48px;
}

/* ===========================
   TITLE
=========================== */

.cart-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 22px;
  color: #000000;
}

/* ===========================
   COLUMN HEADERS
=========================== */

.cart-head {
  display: grid;
  grid-template-columns: 1.5fr 120px 140px 200px 40px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 24px;
}




/* ===========================
   CART ROW
=========================== */
.cart-row{display:grid;grid-template-columns:1.5fr 120px 140px 200px 40px;align-items:center;padding:28px 0;border-bottom:1px solid #EEEEEE;}


/* ===========================
   PRODUCT
=========================== */

.cart-product {
  display: flex;
  gap: 16px;
  align-items: center;
}

.img-wrap {
  width: 72px;
  height: 72px;
  background: #F8F8F8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wrap img {
  max-width: 90%;
  max-height: 90%;
}

.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

/* ===========================
   CONFIGURE LINK
=========================== */

.configure-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #716F77!important;
  margin-top: 6px;
  text-decoration: none;
}

.configure-btn img {
  width: 12px;
  height: 12px;
}

/* ===========================
   INPUT
=========================== */

.cart-qty {
  width: 96px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #D0D0D0;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  background: #FFFFFF;
}

/* ===========================
   PRICE
=========================== */

.cart-price {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.cart-price small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #716F77;
}

/* ===========================
   SHIPPING
=========================== */

.cart-ship strong {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.cart-ship small {
  display: block;
  font-size: 12px;
  color: #716F77;
  margin-top: 2px;
}

/* ===========================
   BACK LINK
=========================== */

.back-link {
  display: inline-block;
  margin-top: 32px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

/* ===========================
   SUMMARY
=========================== */

.figma-cart-right h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 24px;
  
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 16px;
  color: #000000;
}

.summary-row span:last-child {
  color: #000000;
  font-weight: 500;
}

.summary-row.total {
  border-top: 1px solid #E0E0E0;
  padding-top: 16px;
  margin-top: 24px;
  font-weight: 600;
}

/* ===========================
   COUPON
=========================== */

.coupon {
  width: 100%;
  height: 48px;
  border-radius: 999px!important;
  border: 1px solid #CFCFCF;
  padding: 0 20px;
  font-size: 12px;
  margin: 24px 0;

}

/* ===========================
   CONTINUE BUTTON
=========================== */

.summary-btn {
  display: block;
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}


/* ===========================
   MOBILE
=========================== */

@media (max-width: 900px) {
  .figma-cart {
    flex-direction: column;
  }

  .figma-cart-right {
    width: 100%;
  }

  .cart-head,
  .cart-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* Remove border ONLY for cart quantity input */
.figma-cart .cart-qty {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: #ffffff;
}

/* Prevent border on focus as well */
.figma-cart .cart-qty:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ======================================================
   CONFIG MODAL – FIGMA MATCH
====================================================== */

.config-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.config-modal.open {
  display: block;
}

/* Overlay */
.config-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* Modal box */
.config-box {
  position: relative;
  width: 480px;
  max-width: calc(100% - 32px);
  margin: 18vh auto;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.2);
}

/* Title */
.config-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 18px;
}

/* Close button */
.config-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: none;
  font-size: 18px;
  color: #716F77!important;
  cursor: pointer;
  line-height: 1;
}

/* Body */
.config-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
}

/* Attribute rows */
.config-body .cps-attr {
  display: grid;
  grid-template-columns: 140px 1fr;
  font-size: 14px;
  line-height: 1.5;
}

/* Labels */
.config-body .cps-attr strong {
  font-weight: 400;
  color: #716F77;
}

/* Values */
.config-body .cps-attr span,
.config-body .cps-attr {
  color: #000000;
}

/* Actions */
.config-actions {
  display: flex;
  gap: 12px;
}

/* Remove button */
.config-actions .btn-remove {
  flex: 1;
  height: 44px;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #E0E0E0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

/* Edit button */
.config-actions .btn-edit {
  flex: 1;
  height: 44px;
  background: #F2F2F2;
  color: #000000;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/* Hover */
.config-actions .btn-edit:hover {
  background: #E6E6E6;
}

.config-actions .btn-remove:hover {
  background: #FAFAFA;
}

/* Mobile */
@media (max-width: 480px) {
  .config-box {
    padding: 20px;
  }

  .config-body .cps-attr {
    grid-template-columns: 120px 1fr;
  }
}

/* Close button — static only */


/* Remove hover effects */
.config-close:hover {
  background-color: #ffffff!important;
  transform: none;
}

/* Remove focus styles */
.config-close:focus {
  outline: none;
  background-color: #D6365F;
  color: #FFFFFF;
  box-shadow: none;
}/* End custom CSS */