@charset "utf-8";
/* CSS Document */


body, body a, body blockquote, body li, body p {
  font-size: 18px;
  color:unset;
  line-height:1.4em;
  font-family: Montserrat,sans-serif;
  }

p {
  margin-bottom: 20px!important;
  font-size: 18px;
}


h6 {
  font-size: 22px!important;
}


h5 {
    font-size: 24px!important;
    font-weight: 700;
  }

h4 {
    font-size: 30px!important;
    font-weight: 700;
  }

h3 {
    font-size: 36px!important;
    font-weight: 700;
  }

h2 {
    font-size: 48px!important;
    font-weight: 700;
  }

h1 {
    font-size: 96px;
    font-weight: 700;
  }

body ul li::marker {
  color: unset;

}

h2, h3 {
  margin-bottom:.6em!important;
}


.col_padd, .dnd-section > .row-fluid .dnd-column, .dnd-section > .row-fluid > [class*="span"].dnd-module, .flex_row .col1, .flex_row .col10, .flex_row .col11, .flex_row .col12, .flex_row .col2, .flex_row .col20, .flex_row .col3, .flex_row .col4, .flex_row .col5, .flex_row .col6, .flex_row .col7, .flex_row .col8, .flex_row .col9 {
  padding-left: 0px;
  padding-right: 0px;
}
/*primary-red-button*/
.hs-button {
  background: #c20047;
  border: 1px solid #c20047;
  border-radius: 50px;
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 24px;
  text-decoration: none;
  text-transform: none;
  transition: all .3s ease-in-out;
}

.hs-button:hover, .tabber .media-col .form-wrap input.hs-button:hover, form input[type="submit"]:hover {
  background-color: #f5005a;
  border-color: #f5005a;
  color: #fff;
  font-weight: 600;
}

.button, button {
  color: #ffffff;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
}

/*Secondary-white-button*/
.hs-sec-btn {
   background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #c20047;
  font-family: Montserrat,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 24px;
  text-decoration: none;
  text-transform: none;
  transition: all .3s ease-in-out;
}


.hs-sec-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #c20047;
  font-weight: 600;
}

/*
/*a {
  text-decoration: underline;
}*/

a {
 text-decoration: underline; 
}

a:hover {
  text-decoration: underline;

}




.footer-text{
  color: #898989; 
  font-size: 14px; 
  line-height: 25px;
}

table {
  background-color: unset;

}

table, td, th {
  border: unset;
  color: unset;
}

form label, form label span {
  color: #fff;
}


.footer-text p, .footer-text a,{
  color: #898989; 
  font-size: 14px; 
  line-height: 25px;
  margin:0px;
}

/*form*/


form {
  font-family: Inter,sans-serif;
  font-weight: 400;
}

form label, form label span {
    font-size: 14px;
    font-weight: 700;
  }

form input[type="date"], form input[type="email"], form input[type="file"], form input[type="number"], form input[type="password"], form input[type="tel"], form input[type="text"], form select, form textarea {
    border-bottom:1px solid #fffffe!important;
  }


   #hs_cos_wrapper_widget_1734315469895 .hd-form--form-container .form-wrapper form input[type="text"]:hover,#hs_cos_wrapper_widget_1734315469895 .hd-form--form-container .form-wrapper form input[type="tel"]:hover, #hs_cos_wrapper_widget_1734315469895 .hd-form--form-container .form-wrapper form input[type="email"]:hover, #hs_cos_wrapper_widget_1734315469895 .hd-form--form-container .form-wrapper form select:hover, #hs_cos_wrapper_widget_1734315469895 .hd-form--form-container .form-wrapper form textarea:hover {
  border: 1px solid #f298c0!important; 
  }


.hs-error-msg, .hs_error_rollup label, .systems-page ul.no-list.hs-error-msgs label {
  color: #e11d48 !important;
}

form .hs-input.invalid.error {
  border-color: #fb7185 !important;
}
/*from button*/

.hd-form--form-container .form-wrapper form input[type="submit"], .hd-form--form-container .form-wrapper form .hs-button {
  vertical-align: middle;
  background: rgba(0,0,0,0.0);
  border-color: #FAFAFA;
  font-family: Montserrat,sans-serif;
  padding: 10px 20px;
  font-size:18px;
  border-radius: 30px;
}

.hd-form--form-container .form-wrapper form input[type="submit"]:hover, .hd-form--form-container .form-wrapper form .hs-button:hover {
border-color: #F5005A;
  background: rgba(245,0,90,0.8);
}

/*a:visited {
  color: #555555;
  text-decoration: underline;
} 

a:active {
  color: #555555;
  text-decoration: underline;
} 
*/
hr{
  margin: 40px 0px;
}
.con-pink-bg-text h2,.con-pink-bg-text p, .con-pink-bg-text a {
color:#fffffe;
}

.con-pink-bg-text a:hover {
  color:#fffffe;
  text-decoration: underline;
}
.con-pink-bg-text a:focus {
  color:#fffffe;
  text-decoration: underline;
}

/*Home page*/
.big-ctas {
  width:100%;
  border: 1px solid #B3B3B3;
  text-align: center;
  color:#00000e;
  padding: 40px;  
  text-decoration: none;
  text-transform: none;
  transition: all .1s ease-in-out;
  height:200px;
  background-color:#ffffff;

}

.big-ctas:hover {
  background-color:#F9F9F9;
  border: 2px solid #F61B71;

}

ul.home-lists {
  list-style-type: none;
  padding-left:0px;
  margin-top:1em;
}

.home-lists li {
  border-bottom: 1px solid #B3B3B3;
  color: #F61B71;
  padding:0px;

}

.home-lists li a {
  display: block;
  padding: 20px; /* Apply padding to a */
  color: #F61B71;
  text-decoration: none;
}

.home-lists li a:hover {
  background-color: #FFE9F2;
  border-bottom: 1px solid #F61B71;
}



/*product page*/

.vendor-shop-cta { 
  background: #c20047;
  border-radius: 50px;
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align:center;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: none;
  width:80%;
  transition: all .3s ease-in-out;
  margin:3px 3px;
}

.vendor-shop-cta:hover {
  color:#ffffff!important;
  text-decoration: none;
  background-color:#e01a5c!important;
  font-weight: 600!important;

}

.vendor-info-cta {
background: #ffffff;
  border: 1.5px #c20047 solid;
  border-radius: 50px;
  color: #c20047;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-align:center;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: none;
  width:80%;
  transition: all .3s ease-in-out;
  margin:3px 3px;
}

.vendor-info-cta:hover {
  color:#c20047!important;
  background-color:#FFF3F8;
  border: 1.5px #e01a5c solid;
  text-decoration: none;
  font-weight: 600!important;

}

/*.hs-image__grid__item__overlay__content{
  word-break: break-word;
  font-size:16px; 
  line-height:22px;
  color:#ffffff!important;
  background: #c20047;
  border-radius: 50px;
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: none;
  transition: all .3s ease-in-out;
}*/


.category-wrapper {
 position:relative;
}

.category-wrapper, .category-wrapper img, .category-overlay {
width:100%;
   aspect-ratio: 1 / 1;
}
.category-overlay {
  position:absolute;
  top:0;
  background-color: hsla(0,0%,100%,.4);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;

}

.category-overlay:hover {
  opacity: 1;
}


.category-cta {
  width:80%;
  font-size:16px; 
  line-height:22px;
  color:#ffffff!important;
  background: #c20047;
  border-radius: 50px;
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 12px 16px;
  text-decoration: none!important;
  text-transform: none;
  text-align:center;
  transition: all .3s ease-in-out;

}


.category-cta:hover {
  color:#ffffff!important;
  text-decoration: none;
  background-color:#e01a5c!important;
  font-weight: 600!important;
}



#hs_cos_wrapper_widget_1720572602933 .hs-image__grid__item__overlay__content--fit {
white-space: wrap !important;
}

.pink-bullet::marker {
  color: #c20047!important;
}

.o-faq__question {
  font-weight: 600;
}









/*Contact-us-page*/

.email-link:hover {
  color:#c20047;
  font-weight:700;
}

/*News-page*/

.news-heading {
  color:#c20047;
  font-size:26px;
  line-height:1.2em;
  font-weight:400;
  margin-bottom:.7em;
}
  
.news-content {
  font-size:14px;
  line-height:1.6em;
}

#hs_cos_wrapper_widget_1721018553035 .card-item {
  padding: 0px 0px 60px 0px;
}


/*About us -page*/

.hide { 
  display: none; 
  cursor: pointer;
  color: #c20047;
}

.read-more {
  cursor: pointer;
  color:#ff8dc4;
}

.read-more:hover {
 color:#f61b71;
  text-decoration:underline;
  font-weight:700;
}



/*Partner-with-us*/

.red-card {
  width: calc(100% + 64px); 
  height: calc(100% + 80px); 
  background-color: #c20047; 
  margin: -28px -32px !important;
  padding: 28px 32px;
}

/*trading-hours-page*/




.holiday-trading-hours-table td {
   padding: 16px 5px;
  font-size:16px;
  line-height:22px;
}








/*---media queries----*/

@media (min-width: 768px) {
  .dnd-section > .row-fluid .dnd-column, .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 0px;
  }
}

@media (max-width: 810px){ 
  .big-ctas{
  height: 300px;  
  
  }
  
  .card-item .icon-image {
  margin-top: 0px!important;
  }
 
}



@media (max-width: 768px){

.card-item .icon-image {
  margin-top: 0px!important;
}
  
  .big-ctas{
  height: unset;  
  
  }
  
  /*adjust header paddings im mobile*/
  
    .dnd_area-row-0-padding {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}