/** Shopify CDN: Minification failed

Line 53:0 Unexpected "}"

**/
.footer-logo__custom-html-container {
  padding: 0 0 0 30px;
}
/*********** 13-09-2022 *************/
.footer-review-logo{
  margin-left:10px;
}
.header-mobile__item.text-center{
  z-index: 999;
}
@media (min-width: 1025px){
  .footer-review-logo{
  margin-left:15px;
}
}
#col-par{
  font-size:15px!important;
}

.footer-logo__item{
 margin-bottom:-3px!important;
  margin-top:-36px!important;
}
/*********** 21-11-2022 *************/
.custom-brand-items-container .buttons {
  display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.custom-brand-items-container .buttons a {
    height: 25px;
    line-height: 25px;
    color: hsl(0deg 0% 55%);
    text-align: center;
    display: block;
    min-width: 110px;
    margin: 5px;
    border-radius: 8px;
    transition: all .8s ease;
    flex-grow: 1;
    max-width: 130px;
}

.custom-brand-items-container .buttons a:hover {
  background: var(--title_background_on_hover);
  color:  var(--title_color);}
}
.digital-brochure-content {
  width: 100%;
}
.digital-brochure-content a {
  color: hsl(0deg 0% 100%);
  background: hsl(0deg 0% 0%);
  border: none;
  width: 100%;
  height: 35px;
  margin-top:10%!important;
}
.coll_custom_blocks .view-btn {
  width: 50%;
  align-items: center;
  display: flex;
  float: left;
}
.coll_custom_blocks .view-btn a {
  border: 1px solid;
  padding: 9px 20px;
}
.template-index .coll_custom_blocks .view-btn a {
  border: none;
  padding: 0;
}
.shop_categories .inner_loop {
    padding: 0 5px;
}
.custom_description .rich-text__text p {
  word-break: normal;
}
.coll_custom_blocks.mobile {
  display:none;
}
.slick_collection .slick-dots li button:before {
    font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .coll_custom_blocks {
    display:none;
  }
  .coll_custom_blocks.mobile {
    display:block;
  }
  .coll_custom_blocks .view-btn,
  .coll_custom_blocks .view-btn a {
    width: 100%;
    margin-bottom: 10px;
  }
  .coll_custom_blocks .view-btn a > span {
    display: none;
  }
  .coll_custom_blocks {
    padding: 30px 0 20px;
  }
}
.custom_vedio iframe > video {
  width: 100%;
}
/****************************** page collection swatch ***********************************/
.page-collection.swatch {
    padding-top: 0;
}
.page-collection.swatch .sort-by,
.page-collection.swatch #gf-controls-container {
  display: none;
}
.page-collection.swatch .gf-option-block-swatch-text .gf-option-box li {
    width: 30%;
    padding: 3px;
    display: inline-block;
}
.page-collection.swatch #gf-tree .gf-option-block-swatch-text a {
  display: grid;
  text-align: center;
}
.page-collection.swatch #gf-tree .gf-option-block-swatch-text span.gf-option-one-color {
  width: auto;
  margin: 0;
}
.product-form__item #product-size-variants {
  width: 50%;
  margin: 10px 0;
}
/*********** Marie Jo bra size calculator *************/
.bra-size-calculator-link {
  top: 43%;
  right: 0;
  z-index: 2;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  position: absolute;
  text-transform: uppercase;
  align-items: center;
}

.bra-size-calculator-link > svg {
    display: block;
    height: 1em;
    margin-left: 0.5em;
}
#braSizeCalculator-modal {
  margin-top: 9%;
}
#braSizeCalculator-modal .modal-content {margin: 0 auto;}
#braSizeCalculator-modal .hidden {display: none;}
.measure-at-home-content {
  padding: 0 2em;
  margin-bottom: 16px;
}
.measure-at-home-external .measure-at-home-external__IntroHead {
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 400;
}
.measure-at-home-external .measure-at-home-external__IntroBody {
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 400;
}
.measure-at-home-external .measure-at-home-external__IntroBody.note {
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: 400;
  border: none;
}
.measure-at-home-content .stepper-step-label {
  text-align: left;
  margin-bottom: 16px;
  font-size: 0.75rem;
  line-height: 1.2rem;
}
.measure-at-home-content .stepper-step-dots {
  -webkit-box-pack: start;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
.measure-at-home-content .stepper-step-dots .stepper-step-dot.first:not(:last-child) {
  margin-right: 16px;  
}
.measure-at-home-content .stepper-step-dots .stepper-step-dot.first,
.measure-at-home-content .stepper-step-dots.second .stepper-step-dot.second {
  height: 4px;
  border-radius: 4px;
  background: hsl(344deg 22% 48%);
  width: 8px;
}
.measure-at-home-content .stepper-step-dots.second .stepper-step-dot.first {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: hsl(344deg 22% 48%);
}
.measure-at-home-content .stepper-step-dots .stepper-step-dot.second {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: hsl(70deg 7% 84%);
}
.measure-at-home-content .measure-step-title{
  font-size: 2.25rem;
  line-height: 3.15rem;
  font-weight: 400;
    text-align: center;
    margin: 5px 40px 20px;
    width: 70%;
}
.measure-at-home-content .measure-step {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.measure-at-home-content .measure-step-form {
  width: 100%;
  margin-left: 16px;
}
.measure-at-home-content .measure-step-form label {
  font-size: 1rem;
  color: hsl(240deg 4% 26%);
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
  display: block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.00938em;
  text-align: left;
}
.measure-at-home-content .measure-step-full-width.form-control {
  padding: 3px 0;
  background: hsl(0deg 0% 100%);
  min-height: 32px;
  border-radius: 0px;
  display: flex;
  width: 100%;
  border: none;
  color: hsl(0deg 0% 0% / 87%);
  cursor: text;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-weight: 400;
  line-height: 1.1876em;
  letter-spacing: 0.00938em;
  margin-bottom: 3px
}
.measure-at-home-content .measure-step-full-width.form-control input {
  display: inline-flex;
  padding: 0px;
  height: 24px;
  font-size: max(16px, 1rem);
  width: 100%;
  border-radius: 0px;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: hsl(0deg 0% 0% / 0%);
  min-width: 0;
  margin: 0;
  border: none;
}
.measure-at-home-content .measure-step-full-width.form-control {
  border-bottom: 1px solid hsl(0deg 0% 0% / 42%);
}
.measure-at-home-content a.measure-step-next {
  width: 100%;
  padding: 16px 28px;
  position: relative;
    border-radius: 0px;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 42px;
    min-height: 42px;
    padding: 16px 28px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: none;
    text-decoration: none;
    background: hsl(240deg 4% 26%);
    color: hsl(0deg 0% 100%);
    border: 1px solid hsl(240deg 4% 26%);
    box-shadow: none;
    margin: 0px;
}
.measure-at-home-content .measure-step-your-size {
  background: hsl(348deg 19% 95%);
    padding: 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.measure-at-home-content .measure-step-your-size .your-size {
  background: hsl(0deg 0% 100%);
  width: 76px;
  height: 76px;
  border-radius: 76px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: auto;
  animation: 650ms cubic-bezier(0, 0.585, 0.24, 0.975) 0s 1 normal none running circle-transition-in;
  color: hsl(344deg 22% 48%);
  line-height: inherit;
}
.measure-at-home-content #measure-size {
  font-size: 22px;
  line-height: 1rem;
  margin-top: 10px;
}
.measure-at-home-content .measure-step-your-size .your-size.fr {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin: 13px 0 -6% 21%;
  background: hsl(351deg 74% 89%);
}
.measure-at-home-content .measure-again-button {
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  margin-bottom: 16px;
  text-decoration: underline;
}
.measure-at-home-content .measure-again-button:hover {
  text-decoration: none;
}
.measure-at-home-content .your-size-error {
  color: hsl(0deg 79% 52%);
}
/*********** end Marie Jo bra size calculator *************/
.product-wrapper .product__title a {
  text-decoration: underline;
}
.spf-product__swatchs {
  display: none;
}
/*********** timer section *************/
.timer-section .container {
  padding: 0 15px;
  max-width: 1200px;
}
.coll_custom_pre_pordder .cmn {
  position: relative;
}
.coll_custom_pre_pordder .cmn .all_home {
  text-align: center;
  width: 100%
}
.coll_custom_pre_pordder .cmn .main_img {
  background-color: #ffffff;
  width: 100%;
  height: 595px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coll_custom_pre_pordder .cmn .timer_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 3px;
    background-color: #ffffff;
    justify-content: space-around;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}
.coll_custom_pre_pordder .cmn .timer_main .time {
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    background-color: #e1e1e1;
    background-image: linear-gradient(to top, #f8d0d6 0%, #ffffff 100%);
    padding: 25px;
    font-family: "Jost*",sans-serif;
    margin: 0px 10px 0 0;
    width: 23%;
}
.coll_custom_pre_pordder .cmn .timer_main h4 {
    font-size: 39px;
    line-height: 1.1;
  font-family: "Jost*",sans-serif;
}
.coll_custom_pre_pordder .cmn .all_home .soon h5{
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 19px;
  font-family: "Jost*",sans-serif;
    text-transform: uppercase;
    color: #fff;
      margin: 0;
}
.coll_custom_pre_pordder .cmn .all_home h3 span {
    color: #f8d0d6;
}
.coll_custom_pre_pordder .cmn .all_home h3 {
    
    color: #fff;
  font-size: 38px;
    font-family: "Jost*",sans-serif;
    margin: 15px 0px;
}
.coll_custom_pre_pordder .cmn .all_home .logo_col {
  max-width: 120px;
  position: relative;
  top: -261px;
left: -25%;
  z-index: 3;
}
@media (min-width:1000px){
  .coll_custom_pre_pordder .cmn .all_home .logo_col {
    top: -313px;
    left: -27%;
  }
}
@media (max-width:1000px){
  .coll_custom_pre_pordder .cmn .all_home {
    padding-top: 18% !important;
  }
}
@media (max-width:500px){
  .coll_custom_pre_pordder .cmn .all_home {
    padding-top: 49% !important;
  }
}
.coll_custom_pre_pordder .cmn img.mob_img {
    display: none;
}
.coll_custom_pre_pordder .cmn .all_home .combine {
    position: relative;
    width: 70%;
    margin: 0 auto;
    top:72px;
}
.coll_custom_pre_pordder .cmn .all_home .combine .soon {
    position: relative;
    top: -28px;
    left: 0;
    right: 0;
    z-index: 9;
    background: transparent;
    display: inline-block;
    width: auto;
    padding: 0px 11px;
}

.coll_custom_pre_pordder .cmn img {
    width: 100%;
}
.coll_custom_pre_pordder .cmn a {
  color: #000;
  text-decoration: none;
}
@media (max-width:820px){
  .coll_custom_pre_pordder .cmn .all_home h3, 
  .coll_custom_pre_pordder .cmn .all_home .h3 {
    font-size: 28px;
  }
  .coll_custom_pre_pordder .cmn .timer_main h4 {
    font-size: 29px;
  }
  .coll_custom_pre_pordder .cmn .timer_main .time span {
    font-size: 16px;
  }
  .coll_custom_pre_pordder .cmn .timer_main .time{
    padding: 13px
  } 
}
@media (max-width:420px){
  .coll_custom_pre_pordder .cmn .timer_main .time span {
    font-size: 8px;
  }
  .coll_custom_pre_pordder .cmn .timer_main .time{
    padding: 8px
  }
  .coll_custom_pre_pordder .cmn .main_img .mob_img {
    max-height: 274px;
    overflow: hidden;
  }
  .coll_custom_pre_pordder .cmn .all_home {
    bottom: 25%;
  }
  .coll_custom_pre_pordder .timer_home.cmn {
    width: 100%;
  }
}
@media (min-width:551px){
.cart-quickview__footer .cart__submit-controls .btn{
margin-right:7px!important;
}
}

@media (max-width: 1025px) {
.mobileMenu-toggle{
     width:27px!important;
     height:23px!important;
     margin-top:7px!important;
}
.navUser-action .icon{
     width:23px;
     height:24px;
}
.header-mobile__item .site-header__logo-image img{
     max-height:50px;
     width:103px!important;
}
div.announcement-bar__message{
     font-size:9px!important;
}
.nav-action{
     font-size:15px!important;
     line-height:18px!important;
}
.dropdown-menu .lang-switcher{
     font-size:15px!important;
     line-height:18px!important;
}
#imgk{
   width:70px!important;
}
}
.navUser-action{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1030px) and (max-width: 1300px) {
.navUser-action .icon{
     width:21px;
     height:21px;
}
.navUser-action{
     font-size:14px!important;

}
}
.coll_custom_pre_pordder {
  margin-top: 20px
}
@media (max-width:767px){
 .coll_custom_pre_pordder .cmn .all_home {
   bottom: 0;
 } 
.coll_custom_pre_pordder .cmn .all_home h3 {
  font-size: 16px;
}
.coll_custom_pre_pordder .cmn .timer_main h4 {
    font-size: 25px;
}
.coll_custom_pre_pordder .cmn .all_home .soon h5{
    font-size: 14px;
}
.coll_custom_pre_pordder .cmn .timer_main .time {
  padding: 10px;
  margin: 0 5px 0 0;
}
.coll_custom_pre_pordder .cmn .all_home .logo_col {
    max-width: 100px;
}
  .coll_custom_pre_pordder .cmn img.desk_img{
    display: none;
  }
  .coll_custom_pre_pordder .cmn img.mob_img {
    display: block;
}
}
@media (max-width:480px){
.coll_custom_pre_pordder .cmn .all_home {
    bottom: 0;
}
.coll_custom_pre_pordder .cmn .all_home h3 {
    font-size: 20px;
}
.coll_custom_pre_pordder .cmn .timer_main .time {
   margin: 0 2px 0 0;
}
.coll_custom_pre_pordder .cmn .all_home .logo_col {
    max-width: 75px;
}
.coll_custom_pre_pordder .cmn .timer_main {
   padding: 5px;
}
.coll_custom_pre_pordder .cmn .timer_main h4, .coll_custom_pre_pordder .cmn .timer_main .h4 {
    font-size: 18px;
  margin: 0;
}
.coll_custom_pre_pordder .cmn .timer_main span {
    font-size: 10px;
}
}
/*********** end timer section *************/
.hello-retail-new-products .product-card__button--wrapper,
.hello-retail-product-recommendations .product-card__button--wrapper {
  top: -74px;
  height: 74px;
}
.hello-retail-new-products .product-card__button--wrapper a,
.hello-retail-product-recommendations .product-card__button--wrapper a {
    color: #1e1e1e;
}
.hello-retail-new-products .product-card__button--wrapper .product-card__btn,
.hello-retail-product-recommendations .product-card__button--wrapper .product-card__btn {
    background-color: #f8d0d6;  
    border: 1px solid #f8d0d6;
}
.hello-retail-product-recommendations .product-card__button--wrapper .product-card__btn:hover,
.hello-retail-product-recommendations .product-card__button--wrapper .product-card__btn:focus,
.hello-retail-new-products .product-card__button--wrapper .product-card__btn:hover,
.hello-retail-new-products .product-card__button--wrapper .product-card__btn:focus {
    color: $color-btn-checkout-text;
    background-color: $color-btn-checkout-focus;
    border-color: $color-btn-checkout-focus;
}
@media (max-width:767px){
  .hello-retail-new-products .product-card__button--wrapper,
  .hello-retail-product-recommendations .product-card__button--wrapper {
    top: -40px;
    height: 40px;
  }
}

#gf-products .spf-product-card .spf-product-card__inner .open-wishlist {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: flex;
  padding: 0;
  border: 0;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  flex: 0 0 38px;
  box-shadow: none;
  margin-left: 5px;
  border-radius: 2px;
  height: 38px;
}

.hello-retail-new-products .section-header h2{
  margin: 40px 0;
}
.site-nav .menu-lv-2 > .nav-action,
.site-nav .mega-menu .menu-lv-2 > .nav-action {
  font-weight: 800;
}
.site-nav .menu-lv-2 > .nav-action a,
.site-nav .mega-menu .menu-lv-2 > .nav-action a {
   text-decoration: underline;
  font-size: 19px;
}
#gf-products .spf-product-card:not(.spf-product-card__template-4) .open-quick-view {
  left: 10px;
  right: unset;
}
.site-nav .menu-lv-2 > .nav-action.nav-action--end a,
.site-nav .no-mega-menu .menu-lv-2 .nav-action a,
.site-nav-mobile .menu-lv-2 > .nav-action.nav-action--end a {
  font-weight: 400;
  text-decoration: none;
}

