/** Shopify CDN: Minification failed

Line 432:0 Expected "}" to go with "{"

**/
.popup-trigger {
       background-color: #d4af37;
    color: #fff;
    font-weight: bold;
    padding: 9.1px 10px!important;
    border: none;
      border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    font-size: 15px!important;
    /* position: absolute!important; */
    top: 9%!important;
    left: 53%!important;
    /* margin-top: 19px; */
  }
iframe#tidio-chat-iframe {
    width: 0px !important;
}
  .popup-container h2 {
    margin-bottom: 15px;
    color: #d4af37;
  }

  .popup-container p, .popup-container label {
    margin-bottom: 10px;
    display: block;
    font-size: 1em;
  }

  .popup-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .popup-container .note {
    font-size: 0.9em;
    color: #555;
    margin-top: 10px;
  }

  .popup-close {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    margin-top: 20px;
  }

  .popup-overlay {
     display: none;
    position: absolute;
    top: -40px;
    right: -70px;
    width: 1766px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .popup-overlayy{
     display: none;
    position: absolute;
    top: -40px;
    right: -70px;
    width: 1766px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    position: absolute;
    right: 30%;
    top: 7%;
  }
  .product.product--large.product--left.product--stacked.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
    position: relative!important;
}
  .grid--2-col-tablet .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        z-index: 0!important;
}
.new-add.to.text {
    line-height: 1.1;
    font-size: 17px;
    margin-bottom: 20px;
    color: black;
    background-color: #f9f9f9;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}



/* Measurement Field Styles */
.measurement-field-container {
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
      border: 1px solid #d4af37;
   margin-bottom: 20px;
}

.measurement-label {
  font-size: 18px;
  font-family: 'MKZDQE-HVFitzgerald-BoldItalic', serif; /* Update to the store's custom font */
  color: navy;
  display: block;
  margin-bottom: 10px;
}

#customer-measurements {
  width: 100%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif; /* Store default font */
  border: 1px solid navy;
  border-radius: 4px;
  padding: 10px;
}

.measurement-guidance {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: navy;
  margin-top: 10px;
}

.measurement-guidance a {
  text-decoration: underline;
  font-weight: 600;
    color: #1a1a8c;
}

.measurement-error {
  font-size: 14px;
  color: red;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}

.hidden {
  display: none;
}
.text-boxx {
    padding: 20px;
    width: 100%;
}
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
    overflow: hidden;
}



    .error-message {
    color: #DF1D1D; /* Red color for error */
    font-size: 14px;
    margin-top: 5px;
    display: none; /* Initially hidden */
  }

  /* Input field styling */
  .text-boxx {
    border: 2px solid #000080; /* Navy blue border */
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Input field with error */
  .text-boxx.error {
    border-color: #DF1D1D; /* Red border if error */
  }

  /* Label styling */
  .measurement-label {
    font-family: 'Arial', sans-serif; /* Change font if needed */
    color: #000080; /* Navy Blue */
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
  }

  /* Add to cart button styling */
.add-to-cart-button {
    background-color: #DFC16D;
    color: #ffffff;
    font-size: 19px;
    padding: 23px 20px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    background: #000736;
    text-transform: math-auto;
    font-family: 'Avenir Next';
    border-radius: 37px;
      position: absolute;
    z-index: 999;
      margin-top: 0;
}

  /* Hide the button if required */
  .add-to-cart-button.hidden {
    display: none; /* Hide button */
  }

  /* Disabled button style */
  .add-to-cart-button:disabled {
    background-color: #cccccc; /* Disabled button color */
    cursor: not-allowed;
  } 


 
  .popup-container {
 display: none;
    position: absolute;
    top: 2%;
    right: 61%;
    transform: translate(2%, 0%);
    background-color: #fff;
    border: 1px solid #d4af37;
    border-radius: 10px;
  padding: 13px 21px;
    z-index: 1000;
    width: 900px;
    max-width: 1200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  .popup-container h2 {
    margin-bottom: 15px;
    color: #d4af37;
   margin-top: 0;    
  }

  .popup-container p, .popup-container label {
    margin-bottom: 10px;
    display: block;
    font-size: 15px!important;
        line-height: 1.5!important;
  }
.popup-container label {
    margin-bottom: 10px;
    display: block;
    font-size: 17px;
    font-weight: 600;
}
  .popup-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .popup-container .note {
    font-size: 0.9em;
    color: #555;
    margin-top: 10px;
  }

  .popup-close {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    margin-top: 20px;
  }

  .close-pop-up {
    text-align: end;
        cursor: pointer;
}
/* Change footer titles to gold */
/* .footer-block__heading {
    color: #D4AF37 !important;
    font-weight: bold; 
    text-transform: uppercase; 
} */
.click-pop-btn {
    display: flex;
    align-items: end;
}
svg.svvvv {
    background: #d4af37;
    height: 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 32px;
    padding-right: 10px;
    cursor: pointer;
    fill: #ffff;

}
.size-flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
}








@media (max-width: 767px) {
  .grid--2-col-tablet .grid__item {
    width: calc(90% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }

.product-media-container {
  width: 100% !important;
}
  .popup-container {
    display: none;
    position: absolute;
    top: 2%;
    right: 2%!important;
    transform: translate(2%, 0%);
    background-color: #fff;
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 6px 15px;
    z-index: 1000;
    width: 100%;
    /* max-width: 350px!important; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.popup-container h2 {
    margin-bottom: 15px;
    color: #d4af37;
    margin-top: 0;
    font-size: 20px;
}
.popup-container p, .popup-container label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px !important;
    line-height: 1.5 !important;
}
.pop-box {
    font-size: 15px!important;
}
span.adjust-btn {
    padding: 3px 30px !important;
    font-size: 15px !important;
}
.jsk-pop {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: white;
    padding: 30px 8px!important;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    width: 270px!important;
    text-align: center;
}
p.pop-p a {
    display: block;
}
  .popup-content {
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    position: fixed;
    right: 0%;
    top: 13%;
    width: 100%;
  }
.popup-overlay {
     display: none;
    position: absolute;
    top: -543px;
    right: -70px;
    width: 1766px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .popup-overlayy{
     display: none;
    position: absolute;
    top: -543px;
    right: -70px;
    width: 1766px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }




  

