.fvd-cart-icon-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:1.5px solid #ff4d4d;
  color:#ff4d4d;
  background:#fff;
  padding:0;
  line-height:1;
  text-decoration:none !important;
  box-shadow:none;
}
.fvd-cart-icon-button:hover{ filter:brightness(0.95); }
.fvd-cart-icon{ fill: currentColor; }

/* Modal */
.fvd-modal{ position:fixed; inset:0; display:none; z-index:999999; }
.fvd-modal.is-open{ display:block; }
.fvd-modal-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.45); }
.fvd-modal-dialog{
  position:relative;
  max-width:520px;
  margin:10vh auto;
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 40px rgba(0,0,0,.25);
  overflow:hidden;
}
.fvd-modal-body{ padding:16px; }
.fvd-modal-header{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px; padding:14px 16px; border-bottom:1px solid rgba(0,0,0,.08);
}
.fvd-modal-title{ font-weight:600; font-size:15px; }
.fvd-modal-close{
  appearance:none; border:0; background:transparent; cursor:pointer;
  font-size:22px; line-height:1; padding:0 4px;
}
.fvd-modal-loading, .fvd-modal-error{ padding:10px 2px; font-size:14px; }

.fvd-variations-form table.variations{ width:100%; margin:8px 0 14px; }
.fvd-variations-form table.variations td.label{ width:35%; padding:6px 0; font-size:13px; }
.fvd-variations-form table.variations td.value{ padding:6px 0; }
.fvd-variations-form select{
  width:100%;
  padding:10px 10px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:10px;
}
.fvd-popup-add{
  width:100%;
  border-radius:12px;
  padding:12px 14px;
}
