/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 281:0 Unexpected "<"

**/
<style>
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .header ,.header-wrapper {
        background:#fbf6f0 !important;
    padding:6px 20px ;
  }

  body {
 
      background:#f3f0ec!important;

  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
    background:#f3f0ec!important;

  }

  .formbold-steps {
    padding-bottom: 18px;
    margin-bottom: 35px;
    border-bottom: 1px solid #DDE3EC;
  }
  .formbold-steps ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 40px;
  }
  .formbold-steps li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
        margin: 10px 0;
  }
  .formbold-steps li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DDE3EC;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
  }
  .formbold-steps li.active {
    color: #07074D;;
  }
  .formbold-steps li.active span {
    background: #6A64F1;
    color: #FFFFFF;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
  }
  .formbold-input-flex > div {
    width: 50%;
  }
  .formbold-form-input {
    width: 100%;
    padding: 13px 22px;
    border: 1px solid #000;
    border-radius: 0;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: black;
    font-weight: bolder!important;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }
@media only screen and (max-width:1440px){
  .formbold-form-label{
    font-size:11px;
  }
}

  .formbold-form-confirm {
    border-bottom: 1px solid #DDE3EC;
    padding-bottom: 35px;
  }
  .formbold-form-confirm p {
    font-size: 16px;
    line-height: 24px;
    color: #536387;
    margin-bottom: 22px;
    width: 75%;
  }
  .formbold-form-confirm > div {
    display: flex;
    gap: 15px;
  }

  .formbold-confirm-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 0.5px solid #DDE3EC;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
    cursor: pointer;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
  }
  .formbold-confirm-btn {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  }
  .formbold-confirm-btn.active {
    background: #6A64F1;
    color: #FFFFFF;
  }

  .formbold-form-step-1,
  .formbold-form-step-2,
  .formbold-form-step-3 {
    display: none;
  }
  .formbold-form-step-1.active,
  .formbold-form-step-2.active,
  .formbold-form-step-3.active {
    display: block;
  }

  .formbold-form-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    margin-top: 25px;
  }
  .formbold-back-btn {
    cursor: pointer;
    background: #FFFFFF;
    border: none;
    color: #07074D;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: none;
  }
  .formbold-back-btn.active {
    display: block;
  }
  .formbold-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    background-color: #6A64F1;
    color: white;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
@media screen and (max-width: 480px) {
 .formbold-steps ul {
    display: block;
    margin: 10px;
  }
}



.loader-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }

  .loader {
    border: 12px solid #f3f3f3;
    border-top: 12px solid Black;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    display:block !important;
  }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
::-webkit-scrollbar-track {
  background-color: #eee; /* Color of the scrollbar track */
}

.product-title{
  width:69%;
}


.pagination__list {
    flex-wrap: unset!important;
    margin: auto!important;

}
.collection_heading{
    position: absolute;
    bottom: 0px;
    background-color: white;
    padding-left: 4% !important;
    width: 53%!important;
}
.startRegistry{
      width: 200px;
    text-decoration: none;
}
.startRegistry button{
      background: transparent;
    width: 180px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid;
  font-weight:600;
}
.startRegistry button:hover{
  color:black;
}
.sw-instagram-footer-load-more div{
  background:black !important;
}
</style>
