.elementor-1812 .elementor-element.elementor-element-9836098{--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;}/* Start custom CSS for shortcode, class: .elementor-element-a7f060d */.manus-cart-wrapper {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  padding: 120px 70px;
  background: #fff;
}

/* ===== CART EMPTY STATE (SAFE) ===== */
.manus-cart-wrapper.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: calc(100vh - 120px); /* header height */
}


.manus-cart-left {
  width: 100%;
  /*padding-top:43px;*/
}


.manus-title {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  font-size: 20px !important;  
  font-weight: 500;
  margin-bottom: 30px !important;
}


.manus-title span {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}


.manus-cart-item {
  display: grid;
  grid-template-columns: 200px 1fr 160px;

  border: 1px solid #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 28px;
  background: #fff;
  align-items: flex-start;
}

.manus-cart-info {
  padding: 32px;

  display: flex;
  flex-direction: column;

  gap: 2px; 
}

.first-row{
    display: flex;
    justify-content: space-between;
}



.manus-cart-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}


.manus-sku {
  font-size: 13px;
  color: #000;
  margin: 0;
line-height: 16px;
}


.manus-unit-price {
  font-size: 13px;
  color: #000;
  margin: 0;
  line-height: 16px;

}


.manus-qty-text {
  font-size: 13px;
  color: #000;
  margin: 10px 0px 0px;
  line-height: 16px;
   display: flex;
  align-items: center;
  
 
  gap: 8px;

}

.manus-qty-label {
  display: flex;
  align-items: center;   /* 🔥 text vertically center */
  line-height: 1;        /* optional, safer */
}


.manus-cart-info p,
.manus-cart-info .variation {
  font-size: 13px;
  color: #000;
  margin: 0;
  line-height: 16px;

}



.manus-cart-price {
  padding: 32px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: flex-end;   
  gap: 3px;
}


.manus-cart-price .price,
.manus-cart-price span {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}

.manus-remove {
  font-size: 13px !important;
  color: #000;
  text-decoration: underline !important;
  cursor: pointer;
}


.manus-bottom-checkout {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.manus-bottom-checkout a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 420px;
  background: #000;
  color: #fff;
  padding: 12px 26px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
}
.manus-bottom-checkout a:hover{
  color: #fff;
  
}


.manus-cart-right {
  
  border:  1px solid #e5e5e5;

  padding: 28px;
  position: sticky;
  top: 100px;
  height: fit-content;
  background: #fff;
}

.manus-cart-right h3 {
  font-size: 20px;
  margin-bottom: 20px;
}


.manus-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color:black;
  margin-bottom: 14px;
}


.manus-checkout-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000 !important;
  color: #fff !important;
  padding: 12px 26px;
  text-decoration: none;
  font-size: 13px;
  
  border-radius: 5px;
}

.manus-help {
  margin-top: 20px;
}

.manus-help h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.manus-accordion {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

/* HEADER */
.manus-acc-head {
  width: 100%;
  background: #fff;
  border: none;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  box-shadow: none !important;
  align-items: center;
  cursor: pointer;
}

.acc-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.acc-left img {
  width: 22px;
  height: 22px;
}

.acc-icon {
  font-size: 22px;
  line-height: 1;
}
.acc-icon-left {
  font-size: 22px !important;

  line-height: 1;
}

.terms{
    margin: 14px 0 0;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}


/* BODY */
.manus-acc-body {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.manus-acc-inner {
  padding: 16px 18px 20px; /* 🔥 ALL spacing here */
}

.manus-acc-inner p {
  margin: 0 0 14px;
  color: #555;
  font-size: 13px;
  line-height: 1.6;
}

/* PAYMENTS */
.payments img {
  height: 26px;
  margin-right: 12px;
  vertical-align: middle;
}


.manus-qty-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 132px;
  height: 35px;
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
 

}


.manus-qty-btn {
  width: 44px;
  height: 35px;
  border: none;
  box-shadow: none;
  background: #000;
  border-radius: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  /*line-height: 1;*/
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
}

.manus-qty-btn:hover {
  background: #eee;
}


.manus-qty-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


.manus-qty-value {
  width: 44px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  user-select: none;
}

.manus-coupon-wrap {
  width: 100%;
  margin-bottom: 20px;
}

/* input + button row */
.manus-coupon-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.manus-coupon-row input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 13px;
  box-sizing: border-box;
  outline: none;
}

.manus-coupon-row button {
  padding: 0 22px;
  background: #000 !important;
  color: #fff !important;
  border-radius: 0px !important;
  border: 0px solid #000;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

.manus-coupon-row button:hover {
  background: #111 !important;
}

/* message always below */
.manus-coupon-msg {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
}

/* SUCCESS */
.manus-coupon-msg.success {
  color: #2e7d32;   /* green */
}

/* ERROR */
.manus-coupon-msg.error {
  color: #c62828;   /* red */
}

.manus-shipping-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.manus-shipping-note {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
  line-height: 1.4;
}

/* Mobile price hidden by default */
.manus-cart-price-mobile {
  display: none;
}



@media (max-width: 1024px) {
  .manus-cart-wrapper {
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }

  .manus-cart-right {
    position: static;
    margin-top: 40px;
  }

  .manus-bottom-checkout a {
    width: 100%;
  }
}

@media (max-width: 767px) {
    .manus-title{
        margin-top:15px;
    }
    
    

  .manus-cart-item {
    display: grid;
    grid-template-columns: 40% 60%;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
  }
  .manus-cart-info h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
.manus-sku{
    display: none;
}

  /* IMAGE */
  .manus-cart-img {
    grid-column: 1;
  }

  .manus-cart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* INFO */
  .manus-cart-info {
    grid-column: 2;
    padding: 10px 20px;
    gap: 4;
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
  }

  /* Hide desktop price column */
  .manus-cart-price {
    display: none !important;
  }

  /* Show mobile price block */
  .manus-cart-price-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 16px;
  }

  .manus-cart-price-mobile .price {
    font-size: 13px;
    font-weight: 500;
     margin-right: auto !important;
     text-align: left !important;
     color:#000;
  }
  .manus-cart-price-mobile .price .woocommerce-Price-amount{
      margin-left:0px !important;
  }
  .manus-qty-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
  }
  .manus-unit-price{
      margin-top:5px;
  }

  .manus-cart-price-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
  }

}
/* =================================================
   OFFER AS A GIFT – FULL FINAL CSS (NO JUMP)
================================================= */

/* MAIN WRAPPER */
.manus-gift {
  display: grid;
  grid-template-columns: 1fr 240px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  margin-top: 40px;
  transition: all 0.4s ease;
}

/* ================= LEFT ================= */

.manus-gift-left {
  padding: 36px 40px;
}

/* HEAD */
.manus-gift-head {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.manus-gift-head input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #000;
  margin-top: 4px;
}

.manus-gift-head strong {
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.manus-gift-head p {
  margin-top: 6px;
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
}

/* ================= EXPAND ================= */

.manus-gift-expand {
 padding-left: 28px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.manus-gift.expanded .manus-gift-expand {
  max-height: 260px;
}

.manus-gift-option {

  border-top: 1px solid #e5e5e5;
}

.manus-gift-option strong {
    padding-top: 5px;
  font-size: 13px;
  font-weight: 400;
  display: block;
  color: black;
}

.manus-gift-option p {
  /*margin-top: 6px;*/
  font-size: 12px;
  color: #000;
  margin-bottom:0 ;
}

/* BUTTON */
.manus-add-message-btn {
  margin-top: 10px;
  background: #000 !important;
  color: #fff !important;
  border: none;
  padding: 7px 13px;
  font-size: 13px;
  border-radius: 5px !important;
  cursor: pointer;
}

/* ================= RIGHT IMAGE ================= */
/* 🔥 CRITICAL PART – NO IMG TAG, NO GAP, NO JUMP */

.manus-gift-right {
  background-image: url("https://phiara.com/wp-content/uploads/2026/01/BRACELETES-CATEGORY-IMAGE.jpg");
  background-size: cover;              /* 🔥 always cover */
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-position 0.4s ease;
}

/* subtle luxury shift on expand */
.manus-gift.expanded .manus-gift-right {
  background-position: center 45%;
}

/* =================================================
   RIGHT DRAWER – GIFT MESSAGE
================================================= */

.manus-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);          /* soft dark */
  backdrop-filter: blur(20px);             /* 🔥 blur */
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9998;
}

.manus-drawer-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.manus-gift-drawer {
  position: fixed;
  top: 0;
  right: -520px;
  width: 520px;
  height: 100vh;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transition: right 0.4s ease;
}

.manus-gift-drawer.active {
  right: 0;
}

/* HEADER */
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.drawer-header h3 {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.drawer-close {
  font-size: 25px !important;
  background: none ;
  border: none;
  box-shadow: none !important;
  cursor: pointer;
  padding:0px !important;
}

/* BODY */
.drawer-body {
  padding: 60px 30px 30px 30px;
  overflow-y: auto;
  flex: 1;
}

/* CARD PREVIEW */
.gift-card-preview {
  border: 1px solid #e5e5e5;
  background: #fafafa;
  padding: 10px ;
  text-align: center;
  min-height: 250px;
 
}

.card-logo {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 18px;
  color: black;
}

.card-message {
  font-size: 13px;
  color: #000;
  min-height: 70px;
  line-height: 1.4;
}

/* TEXTAREA */
#gift-message-input {
  width: 100%;
  /*min-height: 120px;*/
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  padding: 10px 0;
  outline: none;
  resize: none;
}

/* CONFIRM */
.gift-confirm-btn {
  margin-top: 30px;
  width: 100%;
  padding: 16px;
  background: #e5e5e5 !important;
  border: none;
  font-size: 13px;
  cursor: not-allowed;
  border-radius: 5px !important;
  box-shadow: none !important;
}

.gift-confirm-btn:not(:disabled) {
  background: #000 !important;
  color: #fff !important;
  cursor: pointer;
}

/*.manus-gift-preview {*/
/*  margin-bottom: 14px;*/
/*  font-size: 13px;*/
/*  line-height: 1.5;*/
/*  color: #000;*/
/*  font-style: italic;*/
/*  display: flex;*/
/*  gap: 4px;*/
/*}*/

/*.manus-gift-preview .quote {*/
/*  font-size: 18px;*/
/*  line-height: 1;*/
/*}*/

/*.manus-gift-preview .gift-text {*/
/*  font-weight: 400;*/
/*}*/

/*.gift-edit-btn {*/
/*  color: #000;*/
/*}*/


/*.gift-remove-btn {*/
/*  color: #c62828;*/
/*}*/


/*.manus-gift-preview button:hover {*/
/*  opacity: 0.7;*/
/*}*/

/* ===============================
   GIFT MESSAGE PREVIEW (ABOVE BUTTON)
=============================== */

.manus-gift-preview {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px 8px;
  margin: 6px 0;
  border-radius: 5px;
  background: #f9f9f9;
  
}
.gift-preview-text{
    display: flex;
}

/* quotation */
.manus-gift-preview .gift-quote {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}

/* message text */
.manus-gift-preview .gift-text {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
  font-style: italic;
  word-break: break-word;
}

/* action buttons */
.manus-gift-preview .gift-actions {
  display: flex;
  gap: 14px;
  margin-top: 6px;
}

/* EDIT / REMOVE base */
.manus-gift-preview button {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

/* EDIT */
.gift-edit-btn {
  color: #000;
}

/* REMOVE */
.gift-remove-btn {
  color: #c62828;
}

/* hover effect */
.manus-gift-preview button:hover {
  opacity: 0.7;
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {
  .manus-gift {
    grid-template-columns: 1fr;
  }
  .manus-gift-left{
        padding: 20px ;
    }
 

  .manus-gift-right {
    min-height: 220px;
  }

  .manus-gift-drawer {
    width: 100%;
    right: -100%;
  }

  .manus-gift-drawer.active {
    right: 0;
  }
}/* End custom CSS */