/** Shopify CDN: Minification failed

Line 305:0 Comments in CSS use "/* ... */" instead of "//"
Line 470:0 All "@import" rules must come first

**/
.window-display-inner-wrapper .text-wrapper .window-feature-copy p{
  text-align: left;
}
.promo-banner-content.desktop-use{
  display: block;
}
li.grid__item.set-width.three-column-view {
    width: 32%;
    max-width: 49%;
    height: 100%;
}
.promo-banner-content.mobile-use{
  display: none;
}
.header__menu-item span:hover{
    font-weight: 700 !important;
}
label.variant_swatch.disabled {
    /* pointer-events: none !important; */
  opacity: .3;
}
.video-content .media>*:not(.zoom):not(.deferred-media__poster-button){
  position: relative;
}
.multicolumn:not(.background-none) .multicolumn-card.auto-height{
  height: auto;
}
.video-content .media.media--transparent.media--adapt {
    padding-bottom: 25px;
}
@media (max-width: 767px) {
  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: block; /* No !important needed */
  }
}

/* For desktop devices */
@media (min-width: 768px) {
  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none !important; /* Apply !important for desktop */
  }
}
@media (min-width:768px) and (max-width:992px){
  .window-display-inner-wrapper .window-feature-wrapper:first-child .text-wrapper .window-feature-title{
  white-space:unset!important;
}
  .window-display-inner-wrapper .window-feature-wrapper .text-wrapper .window-feature-title{
  font-size:12px!important;
}

.window-display-inner-wrapper .text-wrapper .window-feature-copy p {
  text-align:left;
  font-size:12px!important;
}
}
@media (max-width:767px){
  .window-display-inner-wrapper .window-feature-wrapper .window-feature{
    justify-content:flex-start!important;
  }
  .promo-banner-content.desktop-use{
  display: none;
}
.promo-banner-content.mobile-use{
  display: block;
}
  .window-display-inner-wrapper .window-feature-wrapper .text-wrapper .window-feature-title{
  font-size:10.047px!important;
}
.window-display-inner-wrapper .text-wrapper .window-feature-copy p {
  text-align:left;
  font-size:12px!important;
}
}

.absorbency-drops_icons-wrapper,
.saalt-wear-styles_icons-wrapper{
  border-bottom:unset!important;
}

.non-megamenu-top{
  position:relative!important;
}
.header__inline-menu .non-megamenu{
  width:fit-content;
}
.header__inline-menu .non-megamenu .mega-menu__list li{
  width:210px;
}
label.absorbency-option {
   display: flex;
   border: 1px solid #E0E0E0;
   padding: 0px 5px;
   cursor: pointer;
   border-radius: 7px;
}
.absorbency-radio-buttons {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}
.absorbency-drops_inner-icon-wrapper.empty svg.absorbency-icon {
    fill: #E0E0E0;
    color: transparent;
}
.absorbency-drops_inner-icon-wrapper svg.absorbency-icon {
    fill: rgba(var(--color-icons), var(--color-icons-opacity));
    color: #CDCDCD;
    stroke: #CDCDCD;
    stroke-width: 1px;
}
.absorbency-drops_inner-icon-wrapper {
    padding: 1px;
}
.abs-swatch {
    display: flex;
    flex-direction: column-reverse;
}
label.absorbency-option.selected {
  box-shadow: 0px 0px 0px 1px #000;
}
label.variant_swatch.disabled{
    position:relative;
}
label.variant_swatch.disabled:after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    display: block;
    width: 100%;
    border: none;
    border-top: 3px solid #E0E0E0 !important;
    left: 0;
}
  @media screen and (max-width: 576px){
  .card-information {
    position: relative;
    z-index: 2;
}
    .header__icons.header__icons--localization.header__localization {
        width: auto !important;
        margin-left: auto !important;
    }
    .header__heading-logo {
    height: auto;
    max-width: none;
}
  }
label.variant_swatch.disabled {
    opacity: .3;
}

/*header Update*/
.header__icons.header__icons--localization.header__localization {
    width: 13%;
    margin-left: auto;
}
header.header.header--top-left.header--mobile-left.page-width.header--has-menu.header--has-social.header--has-account {
    width: 100%;
    display: flex;
}
h1.header__heading {
    width: 10%;
}
.header__icons.header__icons--localization.header__localization {
    /* width: 13%; */
    width: 180px;
    max-width: max-content;
    margin-left: auto;
}
nav.header__inline-menu {
    /* width: 75%; */
   width: calc(90% - 180px);
    margin-left: auto;
    margin-right: auto;
}
.header__menu-item span {
    font-weight: 500;
}
.header__active-menu-item{
  font-weight: 700 !important;
}

li.grid__item.scroll-trigger.animate--slide-in.set-width {
    width: 50%;
    max-width: 49%;
}
/* Code By AS */
.collection .set-width {
  position:relative;
}
.collection .set-width a{
  text-decoration:none;
  display:flex;
}
.collection .set-width img{
  width:100%;
}
.collection .set-width span{
  transition: background .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out, border-width .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
  font-size: 1.5rem;
  font-weight:400;
  letter-spacing: .1rem;
  line-height: calc(1 + .2 / var(--font-body-scale));
  padding: 1.4rem 3rem;
  cursor: pointer;
  background-color: rgba(var(--color-button-primary-background), var(--alpha-button-background));
  border-radius:50px;
  color:#fff;
  min-width: calc(12rem + var(--buttons-border-width)* 2);
  min-height: calc(4.5rem + var(--buttons-border-width)* 2);
  position:absolute;
  bottom:35px;
  right:35px;
  border-color: 1px solid rgba(var(--color-button-primary-background), var(--alpha-button-background));
  text-align:center;
}
.collection .set-width span:hover{
  background-color: rgb(var(--color-button-hover));
  border-color: rgb(var(--color-button-hover));
}

.collection .set-width .product-content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100%;
  padding:0 20px;
}

.collection .set-width .product-content .text_heading{
  text-align:center;
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * .06rem);
  font-size: 1.75rem;
  line-height: 1.5;
  /* color:rgb(var(--palette-color-0)); */
}
.collection .set-width .product-content p {
  text-align:center;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  font-size:1.6rem;
  /* color:rgb(var(--palette-color-0)); */
}


@media(max-width:1230px){
  .header__menu-item.list-menu__item.link.link--text.focus-inset {
   font-size: 1.2rem;
  }  
}
@media(max-width:1165px){
summary.list-menu__item {
  padding-right: 2rem !important;
}
}
@media(max-width:1024px){
  li.grid__item.scroll-trigger.animate--slide-in.set-width.scroll-trigger--active {
    width: 65.8%;
    max-width: 65.8%;
  }
}
@media (max-width:990px){
  li.grid__item.scroll-trigger.animate--slide-in.set-width.scroll-trigger--active {
        width: 65.7%;
        max-width: 65.7%;
    }
}
@media (min-width:750px) and (max-width:989px){
  li.grid__item.scroll-trigger.animate--slide-in.set-width.scroll-trigger--active {
    width: 47.8%;
    max-width: 47.8%;
  }
  .collection .set-width span{
    right:50%;
    transform:translateX(50%);
    padding:.8rem 2rem;
    min-height:auto;
    font-size:12px;
  }
}
@media (max-width:749px){
  li.grid__item.scroll-trigger.animate--slide-in.set-width.scroll-trigger--active {
        width: 100%;
        max-width: 100%;
    }
  li.grid__item.set-width  {
            width: 100% !important;
        max-width: 100% !important;
}
}

// Code By AS
.header__menu-item:hover{
  text-decoration:none;
  border-bottom:none;
}
.header__menu-item:hover span{
  text-decoration:none;
  border-bottom:none;
}
body .mega-menu__link:hover{
  text-decoration:none;
  border-bottom:none;
}
body .mega-menu__link:hover span{
  text-decoration:none;
  border-bottom:none;
}
body .mega-menu__link--active{
  text-decoration:none;
  border-bottom:none;
}
body .mega-menu .header__menu-item.link:hover{
  text-decoration:none;
  border-bottom:none;
}
body .mega-menu .header__menu-item.link:hover span{
  text-decoration:none;
  border-bottom:none;
}
body details[open]>.header__menu-item{
  text-decoration:none;
}
body .mega-menu .mega-menu__content:not(.non-megamenu) .mega-menu__list .mega-menu__link--level-2{
  text-decoration:underline!important;
}
body .mega-menu.non-megamenu-top .mega-menu__content .mega-menu__list li .mega-menu__link--level-2:hover{
  font-weight:700!important;
}
body .mega-menu:not(.non-megamenu-top) .mega-menu__content .mega-menu__list li .mega-menu__link--level-3 a:hover .link-title{
  font-weight:700!important;
}

body .mega-menu .mega-menu__content:not(.non-megamenu) .mega-menu__list .mega-menu__link--level-2.no-child{
  text-decoration:none!important;
}
body .mega-menu .mega-menu__content:not(.non-megamenu) .mega-menu__list .mega-menu__link--level-2.no-child:hover{
  font-weight:bold;
}
li.grid__item.set-width  {
    width: 50%;
    max-width: 49%;
}
/* li.grid__item.promo-banner{
   background: #000;
    color: #fff;
} */
.promo-banner-3-col{
  width: 66%;
  max-width: 66%;
}
.announcement-bar .slider-button--prev {
    margin-left: -1.4rem;
}
.announcement-bar .slider-button--next {
    margin-right: -1.4rem;
}


/*-------------------menu UI fix --------------------*/

nav.header__inline-menu .list-menu{
  width: 100%;
  justify-content: center;
}
@media (min-width: 990px) and (max-width: 1280px){
  body .header:not(.drawer-menu).page-width{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 990px) and (max-width: 1165px){
  nav.header__inline-menu .header__menu-item{
    padding: 1.2rem 0.5rem calc(1.2rem + 4px) 0.5rem;
  }
}

/* floating buttons fixes  */
@media (max-width: 767px) {
  .product-form__payment-container {
    transition: all 0.3s ease-in-out;
  }
  .product-form__payment-container.visible {
    position: fixed;
    bottom: 0%;
    z-index: 99;
    background: #fff;
    width: 100%;
    left: 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 23px 14px;
    border-top: 1px solid #e3e3e3;
    margin-bottom:0!important;
  } 

   .product-form__payment-container.visible .product-form__buttons{
    display:flex;
    justify-content:space-between;
  }
  .product-form__payment-container.visible button,
  .product-form__payment-container.visible .shopify-payment-button {
    width: 100%;
    font-size: 13px;
    background-color: rgb(var(--color-variant-options-color));
    color: #fff;
  }
  button.product-form__add-button.button.button--disabled {
    width: 100%;
}
  .product-form__payment-container.visible .shopify-payment-button {
    margin-top: 0px;
    display:none;
  }
  .product-form__payment-container.visible
    .shopify-payment-button__more-options {
    display: none;
  }
  .product-form__payment-container.visible .gw-button-widget-container{
     display: none;
  }
}



/* Custom Style */
:root {
  --customText-color: #373737;
}
.montserrat{font-family: "Montserrat", sans-serif;}
.homemade-apple-regular{font-family: "Homemade Apple", cursive;font-weight: 400;font-style: normal;}
@font-face {
    font-family: 'Gotham Book';
    src: url('/cdn/shop/files/Gotham-Book.woff2?v=1755788627') format('woff2'),
        url('/cdn/shop/files/Gotham-Book.woff?v=1755788626') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('/cdn/shop/files/Gotham-Medium.woff2?v=1756380695') format('woff2'),
        url('/cdn/shop/files/Gotham-Medium.woff?v=1756380695') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-style: italic;
    font-family: 'Gotham italic';
    src: url('/cdn/shop/files/Gotham-MediumItalic.woff2?v=1760008883') format('woff2'),
        url('/cdn/shop/files/Gotham-MediumItalic.woff?v=1760008884') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');
 /* font-family: "Instrument Serif", serif; */

.text-center{text-align:center}
.text-left{text-align:left;}
.ft-700{font-weight:700;}
.mb-0{margin-bottom:0}
.picky-widget.picky-cart {z-index: 9999999999;}
product-form.product-form.product-form__payment-container.visible{z-index:9999999999;}
.announcement_m_text,.multi_img_mobile,.review-slider.mobile-use,.need-to-upgrade-normal,.ctn-sleep-mobile,.mobile-star{display:none}
.alt_text p{margin:0;font-size:2.2rem;font-weight:700;text-transform:uppercase}
.banner-sec{padding:14rem 0;position:relative;background:#dfddd9;background-image:url("/cdn/shop/files/bogo-banner.webp?v=1755763154");background-image:url("/cdn/shop/files/bogo-banner.webp?v=1755763154"), linear-gradient(90deg,rgba(223, 221, 217, 1) 50%, rgba(235, 236, 231, 1) 50%);background-repeat:no-repeat;background-position:center;background-size:auto 100%;}
.banner-sec.sleep-short-banner{background:transparent;background-image:url("/cdn/shop/files/sleep-short-model.webp?v=1756114733");background-repeat:no-repeat;background-position:center;background-size:auto 100%;}
.banner-sec.sleep-short-banner:before,.banner-sec.sleep-short-banner:after,
.template-page-saalt-vs-thinx .banner-sec:before,.template-page-saalt-vs-thinx .banner-sec:after{content:'';position:absolute;top:0;width:50%;height:100%;z-index:-1;}
.banner-sec.sleep-short-banner:before{background-image:url('/cdn/shop/files/sleep-short-bnr-left.webp?v=1756116397');background-repeat:repeat;background-position:0 0;background-size:auto 100%;left:0;}
.banner-sec.sleep-short-banner:after{background-image:url('/cdn/shop/files/sleep-short-bnr-right.webp?v=1756116415');background-repeat:repeat;background-position:0 0;background-size:auto 100%;right:0;}
.banner-sec.reasons-banner{background-color:#FCF7F3;background-image:none;padding:2rem 0}
.banner-sec.reasons-banner .big-wrapper{padding: 12rem 0;background-image:url("/cdn/shop/files/reason-banner.webp?v=1756733760");background-repeat:no-repeat;background-position:center right;background-size:auto 100%;}
.banner-content {width: 615px;max-width: 100%;}
.banner-heading{font-size: 4.8rem;line-height: 1.2;margin:0 0 3.5rem;color:#373737;}
.template-page-you-need-to-upgrade .banner-heading{margin-bottom:9rem}
.sleep-short-banner .banner-subhead,.reasons-banner .banner-subhead{font-size:1.8rem;}
.reasons-banner .banner-heading{font-size:4.5rem}
.reasons-banner .banner-subhead{width:500px;max-width:100%;line-height:140%;}
.template-page-reasons-update .custom-btn{font-size:1.249rem;background:#575F6E}
.template-page-reasons-update .fifty-off-holder .custom-btn{background:#373737;}
.banner-heading b{font-weight:900;}
.banner-subhead{margin:0 0 4.8rem;font-size:2.7rem;line-height: 140%;color:#373737;}
.custom-btn{display: inline-flex;min-width:280px;justify-content: center;align-items: center;text-align:center;background:#373737;border: 0;border-radius:4rem;color:#fff;padding:1.5rem 4rem;cursor: pointer;text-transform: uppercase;font-weight: 600;font-size: 1.6rem;letter-spacing: .1rem;text-decoration: none;transition: background .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out, border-width .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;}
.custom-btn:hover,.faq .custom-btn:hover{background:#F7C6B5}
.custom-btn span{text-decoration:underline;margin-left:4px}
.as-seen-holder{padding:5rem 0 7rem}
.as-seen{display:flex;justify-content: center;align-items: end;row-gap:1.5rem;font-size:2.2rem;font-weight:600;line-height:1;}
.template-page-reasons-update .as-seen-holder{background:rgba(247, 198, 181, 0.4);}
.template-page-reasons-update .as-seen{flex-flow:column;align-items: center;row-gap:2.5rem;font-size:1.8rem}
.as-seen-img{display:grid;justify-content: center;align-items: end;row-gap:2rem;grid-template-columns:auto auto auto auto;}
.as-seen,.as-seen-img{column-gap:6rem;}
.as-seen-img img{height:30px;width:auto;}
.stains-section{width:1100px;max-width:100%;margin:0 auto;}
.stains-section h4{text-align:center;font-size:3rem;font-weight:600;font-family: "Montserrat", sans-serif;color:var(--customText-color);width:900px;max-width:100%;margin:3rem auto;}
.stains-section h4 span{font-style:italic;}
.stains-inr{display: grid;align-items: center;grid-template-columns:1fr 1fr;gap:1rem;padding:12rem 10rem 14rem;}
.stains-inr img{max-width:100%;}
.stain-img{position:relative;}
.stainInr-img,.stainInr-img2{position:absolute;width:46%}
.stainInr-img{left:-20%;top:-20%;}
.stainInr-img2{right:-13%;bottom:-20%;}
.stain-img p{position:absolute;margin:0;line-height:1;font-size:1.8rem;font-family: 'Gotham Book';white-space:nowrap;color:var(--customText-color);bottom:-27px;}
.stain-img + .stain-img p{top:-38px}
.stains-section h5{font-size:2.7rem;font-weight:400;text-align:center;width:850px;max-width:100%;margin:0 auto;color:var(--customText-color);}
.custom-wrapper{margin:0 auto;max-width:100%;width:1620px;padding:0 1.5rem;}
.big-wrapper{margin:0 auto;max-width:100%;width:1750px;}
.wrapper{margin:0 auto;max-width:100%;width:1510px;padding: 0 2.5rem;}
.hero-content .wrapper{width:1610px;padding: 0 2.5rem;}
.custom-multirow-holder{background:#FDF7F3;padding:6rem 1.5rem;margin:12rem auto 4rem;}
.custom-multirow-single-row{display:flex;justify-content:space-between;padding:4rem 0;flex-wrap:wrap;}
.rowImg-holder{width:39%}
.rowCon-holder{width:53%}
.rowImg-holder img{max-width:100%;}
.rowCon-holder h4{font-size:4.5rem;font-weight:600;color:var(--customText-color);margin:0;line-height:1;margin:0 0 3rem;background:#F7D6C5;padding:1rem 2rem;display:inline-block;}
.rowCon-holder .rowContent p{color:var(--customText-color);font-size:2.7rem;line-height: 1.3;margin:0 0 2rem}
.rowCon-holder .rowContent p:last-child{margin:0;}
.custom-multirow-single-row:nth-child(even) .rowCon-holder{order:1}
.custom-multirow-single-row:nth-child(even) .rowImg-holder{order:2}
.rowCon-holder .custom-btn{margin-top:4.5rem;} 
.multirow-img-up {position:relative;}
.multirow-img-up .rowCon-holder{margin-top:4.5rem}
.multi_img_desktop,.multi_img_mobile{position:relative;}
.multi_img_desktop p,.multi_img_mobile p{margin:0;position:absolute;left:0;right:0;width:100%;text-align:center;top:5rem;font-size:2.7rem;font-weight:500;color:var(--customText-color)}
.buyonegetone-sec{padding:8rem 0 0;}
.buyonegetone-holder{background:#D2D1C8;}
.buyonegetone-holder .custom-wrapper{padding:0;} 
.buyonegetone-main{padding:10rem 0;position:relative;} 
.buyonegetone-main:before{content:'';background:url("/cdn/shop/files/buyonegetone-model.webp?v=1755779246");z-index:1;background-size:contain;background-repeat:no-repeat;background-position:bottom right;position:absolute;bottom:0;right:0;width:50%;height:110%;}
.buyonegetone{
  /* background: #F2DADA;background: linear-gradient(90deg,rgba(242, 218, 218, 1) 62%, rgba(255, 255, 255, 0) 62%); */
 display:inline-block;width:100%;}
.buyonegetone-Content{display:flex;align-items:center;justify-content:space-between;}
.leftContentInr{width:60%;padding:10rem;display: flex;flex-flow: column;align-items:start;position:relative;background: #F2DADA} 
.leftContentInr p{font-size:1.8rem;font-weight:700;margin:0 0 3rem;color:var(--customText-color)}
.section-title{font-size:4.8rem;font-weight:600;margin:0;line-height:1.2;color:var(--customText-color)}
.section-title p{margin:0;}
.leftContentInr ul{margin:4rem 0 3rem;padding:0;width:600px;max-width:100%;}
.leftContentInr li{list-style:none;padding-left:4rem;position:relative;margin:2rem 0;font-size:2.7rem;line-height:1.3;font-family: 'Gotham Book';color:var(--customText-color)}
.leftContentInr li:before{content:'';position:absolute;left:0;width: 26px;background:url("/cdn/shop/files/check-mark.webp?v=1755779733");
  background-size:contain;background-repeat:no-repeat;height:23px;top:.5rem;}
.rightContentInr{font-weight:600;font-size:4.9rem;color:#fff;line-height:1;position: absolute;left: 64%;z-index:2;}
.rightContentInr span{display:block;font-size:11.5rem;}
.review-caption{display:flex;align-items:center;gap:2rem;justify-content:center;margin:0 0 2rem;color:var(--customText-color)}
.review-caption img{}
.review-caption span{font-size:2.7rem;white-space:nowrap;}
.small-title{font-size:4.5rem;text-align:center;font-weight:600;line-height:1.3;color:#373737;}
.small-title p{margin:0 0 3rem}
.review-cards-holder{padding:10rem 0 12rem;background:#FDF7F3;}
.review-cards-holder .small-title p{margin:0 0 3rem;}
  .review-cards-holder .section-title{text-align:center;}
.compare-table-holder{padding:0 0 12rem;background:#FDF7F3;} 
.table_image_container{width:1050px;max-width:100%;margin:7rem auto 0;position:relative}
.table_image_container img{max-width:100%;}
.table-left{position:absolute;left:0;top:28%;height:53%;display:flex;flex-flow:column;justify-content:space-between;width:38%;}
.table-top{position:absolute;left:65%;top:0;display:flex;top:7%;width: 29%;justify-content: space-between;}
.table-left-1,.table-left-2,.table-left-3,.table-top-1,.table-top-2{font-family: 'Gotham Book';line-height:1.1;text-align:center;}
.table-left-1,.table-left-2,.table-left-3{font-size:2.7rem;width:100%;padding:0 2rem;margin:0 auto;}
.template-page-sleep-short .table-left-1,.template-page-sleep-short .table-left-2,.template-page-sleep-short .table-left-3{font-size:1.8rem}
.template-page-reasons-update .table-left-1,.template-page-reasons-update .table-left-2,.template-page-reasons-update .table-left-3{font-size:1.952rem}
.template-page-reasons-update .table-top-1,.template-page-reasons-update .table-top-2{font-size:2.139rem}
.table-top-1,.table-top-2{font-size:2.7rem;font-weight:500;font-family: 'Gotham';white-space:nowrap;}
.template-page-sleep-short .table-top-1,.template-page-sleep-short .table-top-2{font-size:2.2rem;}
.review-card-outer{padding:0 10rem}
.review-card-outer .review-list{margin:8rem 0 0;padding:0;display:flex;justify-content:space-between;flex-wrap:wrap;}
.review-card-outer .review-item{width:48.5%;list-style:none;margin:2rem 0;padding:5rem;border-radius:.8rem;position:relative;overflow:hidden} 
.review-card-data p{width:66%;font-size:3rem;margin:0 0 3rem;line-height:1.4}
.review-card-data span{font-size:3rem;font-weight:600;text-transform:uppercase;display:block;}
.review-caption .star_image_container{width:212px}
.review-card-data .star_image_container {width:230px;margin:0 0 3rem}
.review-caption .star_image_container img{float:left;}
.review-caption .star_image_container img,.review-card-data .star_image_container img{width:100%;}
.leakproof-upgrade-container{padding:15rem 0;background:#dfddd9;background-image:url("/cdn/shop/files/leakproof-model2.webp?v=1756383025");
  background-image:url("/cdn/shop/files/leakproof-model2.webp?v=1756383025"), linear-gradient(90deg,rgba(202, 199, 191, 1) 50%, rgba(203, 198, 190, 1) 50%);background-repeat:no-repeat;background-position:center;background-size:auto 100%;}
.leakproof-upgrade-content{width:49%}
.leakproof-upgrade-content p{font-size:2.7rem;line-height: 1.4;margin:3rem 0 4rem}
 #review-card.owl-theme .owl-nav, .take-word-slider.owl-theme .owl-nav,.testimonial-slider.owl-theme .owl-nav,.custom-variant-images.owl-theme .owl-nav{position:absolute;width:100%;top:35%;margin:0;color:#373737;}
 .take-word-slider.owl-theme .owl-nav{top:42%}
 .testimonial-slider.owl-theme .owl-nav{top:50%}
 .custom-variant-images.owl-theme .owl-nav{top:45%}
 #review-card .owl-prev,#review-card .owl-next,.take-word-slider.owl-carousel .owl-nav button.owl-prev,.take-word-slider.owl-carousel .owl-nav button.owl-next,
 .testimonial-slider.owl-carousel .owl-nav button.owl-prev,.testimonial-slider.owl-carousel .owl-nav button.owl-next,
 .custom-variant-images.owl-carousel .owl-nav button.owl-prev,.custom-variant-images.owl-carousel .owl-nav button.owl-next{position:absolute;font-size:4rem;margin:0;}
 .take-word-slider .owl-prev,.testimonial-slider .owl-prev{left:-2.5rem;}
 .take-word-slider .owl-next,.testimonial-slider .owl-next{right:-2.5rem;}
 #review-card.owl-theme .owl-nav{top:33%;}
 #review-card .owl-prev,.custom-variant-images .owl-prev{left:2rem}
#review-card .owl-next,.custom-variant-images .owl-next{right:2rem}
.custom-variant-images.owl-carousel .owl-nav button.owl-prev,.custom-variant-images.owl-carousel .owl-nav button.owl-next{color:#fff;font-size: 6rem;line-height: 1;}
.custom-variant-images.owl-theme .owl-nav [class*=owl-]:hover,.custom-variant-images.owl-theme .owl-nav [class*=owl-]:hover{background:transparent;}
.take-word-slider.owl-theme .owl-nav [class*=owl-]:hover,#review-card.owl-theme .owl-nav [class*=owl-]:hover{background:transparent;color:#000}
.section-custom-featured-product  .link.product__view-details.animate-arrow{display:none;}
.three-icon-box{display:flex;justify-content:space-between;align-items:start;padding:7rem 0;}
.three-icon-box-single{width: 320px;padding:3rem 1rem;text-align:center;display:flex;flex-flow:column;margin:0 auto;}
.icon-box{height:75px;width:75px;margin:0 auto 1rem;}
.icon-box img{width: 100%;height: 100%;object-fit: contain;}
.three-icon-box-single span{font-size:2.2rem;font-weight:600;line-height:1.3}
.icons-content{display:flex;flex-flow:column;}
.villain{background:url('/cdn/shop/files/white-bg.webp?v=1756126018');background-repeat:no-repeat;background-position:center;background-size:cover;margin:0 0 6.5rem;}
.villain div{width:1000px;max-width:100%;margin:0 auto;text-align:center;font-size:3rem;font-weight:600;padding:5.5rem 0;line-height:1.3}
.villain div span{background:#BA3030;color:#fff;}
.never{text-align:center;font-size:3rem;font-weight:600;margin: 4rem 0 9rem;}
.never span{font-size:4rem;font-family: "Homemade Apple", cursive;font-weight: 400;font-style: normal;}
.cotton-sleep-short-holder{position:relative;}
.cotton-sleep-short{display:flex;}
.cotton-sleep-left{width:60%;position:relative;}
.cotton-sleep-right{width:40%;}
.cotton-sleep-left img,.cotton-sleep-right img{width:100%;height:100%;object-fit:cover;object-position:center bottom;}
.cotton-sleep-inr{position:absolute;left:0;top:0;width:100%;height:100%;}
.cotton-sleep-wrapper{display:flex;justify-content:space-between;width:100%;}
.cotton-sleep-inr .page-width{height: 100%;display: flex;align-items: center;}
.cotton-sleep-content {width: 540px;max-width: 100%;padding:4rem 0;}
.cotton-sleep-content ul{padding:2rem 0 3rem 0;margin:0}
.cotton-sleep-content ul li{list-style:none;font-size:2.2rem;margin:2rem 0;position:relative;padding-left: 4rem;}
.cotton-sleep-content ul li:before{content:'';position:absolute;left:0;top:.75rem;width: 9px;height: 20px;border: solid #373737;border-width: 0 1px 1px 0;transform: rotate(45deg);}
.cotton-sleep-right-text{position:relative;width:440px;max-width:100%;display:none;}
.cotton-text{position:absolute;font-size:5.1rem}
.cotton-text-1{top: -17%;left: 14%;}
.cotton-text-2{top:35%;right: -25%;}
.cotton-text-3{bottom: 8%;left: 38%;color:#fff;}
.cotton-text-4{bottom: 0%;left: 62%;color:#fff;}
.saalt-wear-work{display:flex;justify-content:space-between;padding:10rem 0;flex-wrap:wrap;}
.saalt-wear-work-left{width:35%}
.saalt-wear-work-right{width:65%}
.saalt-wear-work-left p{font-size:1.8rem;color:#373737;margin-bottom:0;padding-right: 81px;}
.saalt-wear-work-right img{max-width:100%;}
.take-our-word{padding:9rem 0 10rem;background:#FCF7F3;}
.take-word-slider{display:flex;justify-content:space-between;padding:7rem 0;}
.testimonial{width:24%;position:relative;}
.testimonial-con{position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;display: flex;flex-flow: column;justify-content: center;padding: 0 3.3rem;}
.testimonial-img{position:relative;border-radius: 1rem;overflow: hidden;}
.testimonial-img:after{position:absolute;content:'';width:100%;height:100%;left:0;top:0;background:rgba(55,55,55,.2)}
.testimonial-img img{max-width:100%;display:block;}
.testimonial-con img{max-width:100%;width:160px;margin:0 auto;}
.testimonial-con p{color:#fff;font-size:2.2rem;line-height:1.2;min-height:13rem;}
.testimonial-con span{display:block;text-align:center;font-size:1.8rem;font-weight:600;color:#fff;text-transform:uppercase;}
.template-page-sleep-short .compare-table-holder{background:transparent;padding: 9rem 0 10rem;}
.template-page-sleep-short .table_image_container,.template-page-seamless-thong .table_image_container{margin-bottom:9rem} 
.video-section{position:relative;display:flex;justify-content:end;align-items:center;padding:0 0 11rem;flex-wrap:wrap;}
.custom-video-wrapper{width:65%;}
.video-content{position:absolute;left:0;width:100%;}
.video-content p{font-size:1.8rem;margin-bottom:3.5rem;}
.custom-video-wrapper .custom-btn{display:none;margin: 3rem 0 0;}
/* .custom-video-wrapper  .single-video{
  position:relative:
  z-index:1;
}
.custom-video-wrapper  .single-video div{
  z-index: 100;
}
.custom-video-wrapper  .single-video::after{
    content: "";
    z-index: 99;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    cursor: grab;
} */

.template-page-sleep-short .custom-btn{font-size:1.3rem;}
.section-custom-featured-product .product__media-item{background: #d6d2c7;}
.section-custom-featured-product .product-media-container{border:none;}
.section-custom-featured-product .product-form__input .select{max-width:100%;}
.section-custom-featured-product .quantity{width:9rem;padding:0 1.2rem}
.section-custom-featured-product .quantity .quantity__button{width:1rem}
.section-custom-featured-product .product-form__input .select:after,.section-custom-featured-product .quantity:after{border-radius:0;border-color: #373737;box-shadow: none;
    outline: 1px solid #373737;border: none;}
.section-custom-featured-product .product-form__input .select:after{}
.section-custom-featured-product .select__select:focus{box-shadow:none;}
.section-custom-featured-product variant-radios{display:flex;flex-flow:column;} 
.section-custom-featured-product .product-form__input{position:relative;margin: 0 0 .5rem;}
.section-custom-featured-product .product-form__input .qty-note{position:absolute;white-space: nowrap;top: -21px;font-size: 12px;color: #f50000;font-weight: 500;}
.section-custom-featured-product .size_quantity{order:2;display: flex;flex-flow: column;}
.section-custom-featured-product .size_quantity fieldset.first-color-selected{order:1;margin:1rem 0 0;}
.section-custom-featured-product variant-radios variant-selects{order:2}
.section-custom-featured-product .size_quantity > div{order:3}
.section-custom-featured-product .product__title{font-size:3.4rem;color:#373737;margin:0;}
.section-custom-featured-product button.size-chart-button{padding-right:0;}
.section-custom-featured-product .form__label,.section-custom-featured-product .price--large,.section-custom-featured-product button.size-chart-button,
.section-custom-featured-product .select__select,.section-custom-featured-product .quantity__input{font-size:1.8rem;color:#373737;}
.section-custom-featured-product .price--large{display:flex;align-items:center;gap:10px}
.section-custom-featured-product .sold-out{background:#414758;}
.section-custom-featured-product .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text{font-size:1.8rem!important;}
.section-custom-featured-product .summery{font-size:1.8rem!important;margin:0;position:relative}
.section-custom-featured-product .summery:before{content:'|';padding-left:5px;display:inline-block;}
.section-custom-featured-product .summery span{display:inline-block;}
.section-custom-featured-product .summery span:last-word{text-decoration:underline;}
.section-custom-featured-product .product__info-container>*+*{margin: 1rem 0;}
.section-custom-featured-product .product-form__error-message-wrapper svg {margin-top: 0;}
.template-page-sleep-short .product__tax.caption,.template-page-sleep-short .product__tax.caption+div{margin:0}
.faq-section{padding: 10rem 0;background: #DDE2E8;}
.faq{display:flex;flex-wrap:wrap;justify-content: space-between;}
.faq-left,.faq-right{width:49%;color:#373737;}
.faq-right .custom-btn{display:none}
.faq-left .small-title{text-align:left;margin:0;}
.faq-left p{margin:3rem 0 4rem;font-size:1.8rem;}
.faq .custom-btn{background:#575F6E;}
.template-page-saalt-vs-thinx .faq-left .small-title{font-size:5.782rem;line-height: 1.1;} 
.template-page-saalt-vs-thinx .faq-left p{font-size:2.313rem} 
.section-custom-featured-product legend.has-size-chart{display:flex;align-items:center;}
.section-custom-featured-product legend.has-size-chart .availibility_status{position: absolute;left: 45px;}
.custom_star_rating {display:flex;align-items:center;gap:5px;flex-wrap:wrap;}
.section-custom-featured-product .yotpo-reviews-star-ratings-widget{margin:0!important}
.section-custom-featured-product .product-form__submit{background:#373737;color:#fff;font-size:1.3rem;}
.thousands-reviews{margin:0 0 2rem;display:flex;align-items:center;gap:1rem;}
.thousands-reviews img{width:10.9rem;max-width:100%;}
.thousands-reviews span{font-size:1.8rem;color:#373737;position: relative;top: 2px;}
.thousands-reviews.justify-center{justify-content:center;}
.five-reason-holder{padding:2rem 0;margin:5rem 0 0;}
.five-reason{display:flex;justify-content:space-between;align-items:center;background:#FCF7F3;margin:3rem 0;border-radius:1rem;}
.five-reason-left{width:45%;align-self:stretch;} 
.five-reason-left img{max-width:100%;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:1rem; box-shadow: 0 0 0 .468rem #FCF7F3 inset;padding:.468rem}
.five-reason-right{width:46rem;max-width:100%;margin:0 auto;padding:2rem;}
.reason-heading{display:flex;align-items:center;}
.reason-heading span{font-size:2.86rem;font-weight:600;width:5.7rem;min-width:5.7rem;height:5.7rem;border-radius:50%;color:#fff;background:#373737;display:flex;justify-content:center;align-items:center;}
.reason-heading h3{font-size:2.5rem;font-weight:600;padding-left:1.5rem;line-height:1.2;}
.section-custom-featured-product .product-form__input input[type=radio]+label{font-size:1.8rem;font-weight:500;} 
.reason-btn{font-size:1.952rem;color:#D4A885;text-decoration:underline;}
.reason-text p{font-size:1.952rem;color:#373737;line-height:140%;} 
.section-custom-featured-product .product-form__buttons{display:flex;flex-wrap:wrap;justify-content:space-between;}
.section-custom-featured-product button.product-form__submit{width: auto;flex: 1;margin-left: 15px;}
.section-custom-featured-product .shopify-payment-button{width:100%}
.section-custom-featured-product .product__info-container .product-form{margin-top:0;}
.section-custom-featured-product .product__info-container .product-form form{margin-top:2.5rem;}
.section-custom-featured-product .product-form__error-message-wrapper:not([hidden]){padding-bottom: .5rem;position: relative;top: 1rem;line-height:1}

/* accordion style */
.faq-section .accordion {margin:0;border:none;margin-top:-2rem;}
.faq-section .accordion .accordion-item {
  border-bottom: 1px solid #373737;
}

.faq-section .accordion .accordion-item button[aria-expanded='true'] {
  /* border-bottom: 1px solid #000; */
}

.faq-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #373737;
  font-size: 2.2rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding-right:2rem;
}
.template-page-reasons-update .faq-section .accordion button{ font-size: 1.952rem;}
.template-page-saalt-vs-thinx .faq-section .accordion button{ font-size: 2.827rem;}
.faq-section .accordion button:hover,
.faq-section .accordion button:focus {
  cursor: pointer;
  color: #000;
}

.faq-section .accordion button:hover::after,
.faq-section .accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}

.faq-section .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: "Montserrat", sans-serif;
}

.faq-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 0;
   box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #373737;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: all 150ms ease-in-out;
}

.faq-section .accordion button[aria-expanded='true'] .icon {transform: rotate(-45deg);}

/* .faq-section .accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq-section .accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
} */

.faq-section .accordion button[aria-expanded='true'] {
  color: #000;
}
.faq-section .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.faq-section .accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: none;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.template-page-saalt-vs-thinx .faq-section .accordion .accordion-content p{font-size: 1.8rem;font-weight:400;}
/* end accordion style */

.fifty-off-main{padding:10rem 0;overflow:hidden}
.fifty-off-holder{position:relative;background:#dfddd9;background-image:url("/cdn/shop/files/fifty-off-model.webp?v=1756889990");background-image:url("/cdn/shop/files/fifty-off-model.webp?v=1756889990"), linear-gradient(90deg,rgba(223, 221, 217, 1) 50%, rgba(235, 236, 231, 1) 50%);background-repeat:no-repeat;background-position:center;background-size:auto 100%;}
.fifty-off-holder .page-width{position:relative;}
.fifty-off-holder .page-width:before,.fifty-off-holder .page-width:after{content:'';position:absolute;height:300px;}
.fifty-off-holder .page-width:before{background:url('/cdn/shop/files/underwear2.webp?v=1756889989');background-repeat:no-repeat;background-size: 100%;background-position:0 0;width:253px;right: -6%;top: -8rem;}
.fifty-off-holder .page-width:after{background:url('/cdn/shop/files/underwear1.webp?v=1756889989');background-repeat:no-repeat;background-size: 100%;background-position:0 bottom;width:300px;bottom: -8rem;right: 34%;}
.fifty-off{width:470px;text-align:center;padding:14rem 0;max-width:100%;}
.fifty-off h2{font-size:11.74rem;font-weight:600;margin:1rem 0 3rem;line-height: 1;color:#373737;}
.fifty-off h3{font-size:5.16rem;font-weight:600;margin:0;line-height: 1.2;color:#373737;}
.fifty-off p{font-size:2.108rem;margin:1rem 0;line-height: 1.3;color:#373737;}
.fifty-off .custom-btn{margin-top:5rem;}
.template-page-reasons-update .compare-table-holder{background:transparent;margin:2rem 0 0;}
.template-page-reasons-update .section-title,.template-page-reasons-update .small-title{font-size:3.748rem}
.template-page-reasons-update .table_image_container{margin:7rem auto}
.testimonial-slider{margin:5rem 0 2rem;display:flex;justify-content:space-between;padding:7rem 0}
.testimonial-slider .owl-stage-outer{padding-top:7rem}
.template-page-reasons-update .testimonial{padding:8rem 0 4rem;background: #fff;border-radius:1.562rem;}
.template-page-reasons-update .testimonial-img{position: absolute;top: -6.65rem;width:13.3rem;z-index: 99999;margin: 0 auto;left: 0;right: 0;}
.template-page-reasons-update .testimonial-img:after{background: transparent;}
.template-page-reasons-update .testimonial-con{position:static;}
.template-page-reasons-update .testimonial-con p,.template-page-reasons-update .testimonial-con span{color:#373737;}
.template-page-reasons-update .testimonial-con p{font-size:2.3rem}
.template-page-reasons-update .testimonial-con span{font-size:1.718rem}
.template-page-reasons-update .testimonial-con img{width:19.654rem}
.template-page-reasons-update .faq-section{background:transparent;}
.reason-mobile-bnr{display:none;}
.vimeo-videoContainer {position: relative;padding-bottom: 98%; height: 0;}
.vimeo-videoContainer iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.five-reason-video{padding: 5px;}
.five-reason-video .vimeo-videoContainer {overflow:hidden;border-radius: .6rem;}
.five-reason-video .vimeo-videoContainer iframe{top:-2px;height:101%;}
.template-page-seamless-thong .banner-sec{background:#D5D1C9;background-image:url("/cdn/shop/files/seemless-thong-bnr.webp?v=1757413652");background-repeat:no-repeat;background-position:center;background-size:auto 100%;}
.template-page-seamless-thong .banner-content{width:655px}
.template-page-seamless-thong .banner-subhead{font-size:1.8rem;}
.template-page-seamless-thong .compare-table-holder{background:transparent;padding-top:10rem;}
.template-page-saalt-vs-thinx .banner-sec{padding:17rem 0;background:transparent;background-image:url("/cdn/shop/files/saalt-vs-thinx.webp?v=1757427517");background-repeat:no-repeat;background-position:center;background-size:cover;}
.template-page-saalt-vs-thinx-v2 .banner-sec{margin-bottom:5rem}
.template-page-saalt-vs-thinx .banner-content{width:100%;text-align:center;color:#fff;}
.template-page-saalt-vs-thinx .banner-heading{color:#fff;font-size:7.2rem;}
.template-page-saalt-vs-thinx .banner-sec:before{background-image:url('/cdn/shop/files/thinx-left.webp?v=1757428504');background-repeat:repeat;background-position:0 0;background-size:auto 100%;left:0;}
.template-page-saalt-vs-thinx .banner-sec:after{background-image:url('/cdn/shop/files/thinx-right.webp?v=1757428505');background-repeat:repeat;background-position:0 0;background-size:auto 100%;right:0;}
.custom-richtext{padding:12rem 0;} 
.template-page-saalt-vs-thinx-v2 .custom-richtext{padding:5rem 0;} 
.template-page-saalt-vs-thinx-v2 .custom-richtext h2{font-size:4.5rem;margin:0 0 2rem;}
.medium-text{font-size:2.7rem;line-height: 1.5;}
.medium-text+.medium-text{margin-top:3rem}
.template-page-saalt-vs-thinx .multirow__inner .image-with-text+.image-with-text{padding:10rem 0 0;}
.template-page-saalt-vs-thinx .image-with-text__content{padding:0 7rem 7rem;justify-content: start;}
.template-page-saalt-vs-thinx .image-with-text__content .h1{font-size:4.5rem;line-height:1.2;margin:0 0 2rem;}
.template-page-saalt-vs-thinx .image-with-text__content p{font-size:2.7rem;line-height: 1.3;margin: 0 0 2.5rem;} 
.template-page-saalt-vs-thinx .image-with-text__content .rte>p:last-child{margin:0}
.template-page-saalt-vs-thinx .image-with-text__content p.image-with-text__text--caption{margin:0;}
.img-text-sec{display:flex;justify-content:space-between;padding:10rem 0;}
.template-page-saalt-vs-thinx-v2 .img-text-sec{padding:10rem 0 5rem}
.img-text{display:flex;align-items:center;width:48%;background:#FBF8F3;}
.img-text img{max-width:100%;}
.leakproof-img,.leakproof-text{width:50%}
.leakproof-img img{display:block;}
.leakproof-text{padding:0 2rem;min-height: 67%;display: flex;flex-flow: column;justify-content: space-between;}
.leakproof-text h3{font-size:3.214rem;margin:0;color:#373737;font-weight:500;}
.leakproof-text p{font-size:1.543rem;color:#373737;}
.voted{margin:1rem 0 2rem;line-height:1;}
.voted span{background:#F7D6C5;color:#373737;font-size:1.555rem;line-height:1.5;display:inline-block;padding:0 3px;font-weight:600;}
.leakproof-text img{width:216px;max-width:100%;margin:0 0 3rem;}
.leakproof-text .custom-btn{min-width:100%;font-size: 1.455rem;padding-left:.5rem;padding-right:.5rem;}
.template-page-saalt-vs-thinx .grid--2-col-tablet .grid__item.image-with-text__media-item,
.template-page-saalt-vs-thinx .grid--2-col-tablet .grid__item.image-with-text__text-item{width:100%}
.template-page-saalt-vs-thinx .grid--2-col-tablet .grid__item.image-with-text__media-item .global-media-settings{border:none;}
.template-page-saalt-vs-thinx .multirow__inner .image-with-text:nth-child(2){margin:0;} 
.template-page-saalt-vs-thinx .grid--2-col-tablet .grid__item.image-with-text__media-item .global-media-settings{}
.global-media-settings{}
.big-richtext{text-align:center;width:1017px;max-width:100%;margin:0 auto;}
.big-richtext h3{margin:0 0 6rem;font-size:5.143rem;font-weight:500;}
.big-richtext .custom-btn {font-size: 3.24rem;min-width: 520px;}
.leakproof-sec-main{padding:13rem 0 0;}
.leakproof-sec{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;background:rgba(188,187,214,.5);}
.leakproof-left-img,.leakproof-right-con{width:50%;}
.leakproof-left-img img{display:block;max-width:100%}
.leakproof-right-con{padding: 5rem 7rem;}
.leakproof-right-con h2{font-size:3.857rem;font-weight:600;color:#373737;margin:0 0 2rem}
.leakproof-right-con p{color:#373737;font-size:1.8rem;margin:0 0 4rem}
.leakproof-right-con .custom-btn{font-size:1.455rem}
.img-overflow.image-with-text .global-media-settings{overflow:visible!important;}
.img-overflow .image-with-text__media img{bottom: 0;top: auto!important;height: calc(100% + 90px)!important;object-position: top left!important;}
 .template-page-saalt-vs-thinx-v2 .big-richtext{padding:3rem 0;}


 .hero-slider-holder{position:relative;}
.hero-content{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);}
.hero-text{max-width:100%;width:725px;}
.hero-text .custom-btn{font-size:1.751rem;}
.hero-slider-holder .owl-dots{position:absolute;left:0;right:0;bottom:5px;}
.hero-slider-holder .owl-theme .owl-dots .owl-dot span{background:rgba(255,255,255,.5);margin:5px;}
.hero-slider-holder .owl-theme .owl-dots .owl-dot.active span,.hero-slider-holder .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}
.category-title{margin:10rem 0 5rem}
.katie-couric-holder{background:#EEF0F4;margin-top:5rem;}
.katie-couric{text-align:center;width:900px;max-width:100%;margin:0 auto;padding:10rem 0;}
.katie-couric-holder h4{font-size:3rem;font-weight:400;letter-spacing:1.5rem;text-transform:uppercase;}
.why-saalt-wear{display:flex;gap:2rem;}
.why-saalt-wear-img{flex:50%;}
.why-saalt-wear-img img{width:100%;display:block;height: 100%;object-fit: cover;}
.why-saalt-wear-content{flex:50%;display:flex;align-items:start;justify-content:center;flex-flow:column;background:#FCEFE8;}
.why-saalt-wear-content-inr{width:75%;margin:0 auto;padding:5rem 0;}
.featured-collections-tabs .full-unstyled-link{font-size:1.8rem;font-weight:600;color:3373737;}
.home-review-holder{padding:10rem 0;}
.home-review-title{text-align:center}
.home-review-title img{width:295px;max-width:100%;margin:0 auto 2rem;}
.home-review-title p{font-size:2.7rem;margin:0 0 2rem;}
.home-review .item{text-align:center;}
.home-review .item h4{width:1120px;max-width:100%;margin:0 auto;font-size:4.5rem;font-weight:400;color:#373737;padding:0 5rem}
.home-review .item h4 b{font-weight:600;}
.author{font-size:4.5rem;font-weight:600;margin:4rem 0 0;color:#373737;line-height:1;display:flex;flex-flow:column;align-items: center;gap: 1.5rem;}
.author div{display: flex;align-items: center;gap: 1rem;}
.author div:before{content:'';width:20px;height:.25rem;background:#000;}
.author a{font-size:1.8rem;font-weight:400;text-decoration: underline;color:#373737;}
.author a:hover{text-decoration:none;color:#000;}
.home-review.owl-carousel .owl-nav button.owl-next, .home-review.owl-carousel .owl-nav button.owl-prev{position:absolute;top:15%;font-size:6rem;line-height:1;}
.home-review.owl-carousel .owl-nav button.owl-prev{left:0}
.home-review.owl-carousel .owl-nav button.owl-next{right:0}
.home-review.owl-carousel .owl-nav button.owl-next:hover, .home-review.owl-carousel .owl-nav button.owl-prev:hover{background:transparent;color:#000;}
.upToFiftyOff{display:flex;justify-content:space-between;margin:2rem 0 0;}
.upToFiftyOffBox{width:32.5%;position:relative;display:flex;align-items:center;position:relative;flex-flow:column}
.prod_tag{font-size:1.5rem;color:#fff;font-weight:600;background:#000;border-radius:3rem;width:7rem;height:2.4rem;display: flex;justify-content: center;align-items: center;position: absolute;left: 10%;top: 5%;display:none;}
.upToFiftyOffImg{position:absolute;right:-18%;top:-10%;width:188px;height:188px;background:url('/cdn/shop/files/Upto50_off.webp?v=1763453188');background-size: contain;
  /* background:#000;border-radius:50%;display: flex;justify-content: center;align-items: center;text-align: center; */
}
.upToFiftyOffImg span{position:absolute;color:#fff;font-size:3rem;line-height:1.1;font-family: 'Gotham italic';font-weight:400;padding-bottom:1.5rem;
transform:rotate(-10deg);-ms-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-webkit-transform:rotate(-10deg);-o-transform:rotate(-10deg);display:none;}
.upToFiftyOffBox img{max-width:100%;width:100%}
.upToFiftyOffBox h5 {align-self: start;}
.upToFiftyOffBox h5 a{text-align:left;color:#373737;font-size:1.8rem;font-weight:600;margin: 2rem 0 0;text-decoration:none;}
.upToFiftyOffBoxText{position:absolute;left:0;width:100%;text-align:center;display:none;}
.upToFiftyOffBoxText h3{font-size:3.888rem;font-weight:600;margin:0 0 2rem;color:#fff;line-height: 1;display: flex;justify-content: center;align-items: center;min-height: 90px;}
.upToFiftyOffBoxText h3 span{position:relative;display: flex;}
.upToFiftyOffBoxText h3 span .plus-icon{position: relative;height: 38px;width:40px;margin-left: 3px;}
.plus-icon::before, .plus-icon::after {content: " ";width:100%;height:7px;background-color: #fff;display: block;position: absolute;top: 50%;left: 50%;transition: all 0.15s cubic-bezier(.42, 0, .58, 1);opacity: 1;border-radius:1rem;}
.plus-icon::before {transform: translate(-50%, -50%) rotate(90deg);}
.plus-icon::after {transform: translate(-50%, -50%);}

.upToFiftyOffBoxText h3 span img{width: 40%;position: absolute;bottom: -20px;right: 5px;}
.upToFiftyOffBoxText a{display:inline-block;padding:0 2rem;border-radius:50px;background:#fff;color:#373737;text-decoration:none;font-size:13px;font-weight:600;transition: all 0.4s ease-in-out;min-width:200px;height:48px;line-height:48px;}
.upToFiftyOffBoxText a:hover{background:#000;color:#fff;}
.no_waste_no_leaks_holder{padding:8rem 0}
.no_waste_no_leaks{display:grid;grid-template-columns: 1fr 1fr;gap:20px;}
.no_waste_no_leaks.saalt-story{margin:2rem 0 0}
.no_waste_no_leaks_img{}
.no_waste_no_leaks_img img{max-width:100%;display: block;}
.no_waste_no_leaks_text{background:#EEF0F4;display:flex;align-items:center;justify-content:center}
.saalt-story .no_waste_no_leaks_text{background:rgba(251, 212, 194, .4);}
.no_waste_no_leaks_text_inr{width:76%;margin:0 auto;}
.no_waste_no_leaks_text h2{}
.no_waste_no_leaks_text p{font-size:1.9rem;line-height:1.3}
.saalt-story .no_waste_no_leaks_text p{font-size:1.8rem}  
.no_waste_no_leaks_text_inr .custom-btn{font-size:1.3rem}
.no_waste_icon{display:grid;grid-template-columns: repeat(4, 1fr);text-align:center;padding:3rem 0 0;}
.no_waste_icon img{width:4rem;margin:0 auto 10px}
.no_waste_no_leaks_text .no_waste_icon p{margin:0;color:#373737;font-size:1.6rem;line-height:1.2;font-weight:500;}
.saalt-story-img{width:200px;max-width:100%;padding:1rem 0 3rem}
.saalt-story-img img{max-width:100%;}
.first_order_holder{padding:0 0 8rem;}
.first_order_holder p{margin:4rem 0 4rem;font-size:1.978rem;line-height:1.3}
.first_order_subcription{position:relative;width:405px;max-width:100%;}
.first_order_subcription input[type="email"]{width:100%;padding:.5rem 3rem .5rem 1.5rem;height:7.4rem;font-size:1.978rem;border:1px solid #373737;color:#373737;font-family: "Montserrat", sans-serif;border-radius: 0;}
.first_order_subcription *:focus-visible{outline:none;box-shadow:none;}
.first_order_subcription button{position:absolute;right:0;top:0;height:100%;width:5rem;background:transparent;border:none;cursor:pointer;}
.first_order_subcription button img{width:1rem}
.as-available-holder{background:#FDF7F3;margin:0 0 7rem;padding: 6rem 0;}
.as-available .as-seen-img{grid-template-columns:auto auto auto auto auto auto auto auto;align-items:center;column-gap:4rem;}
.as-available .as-seen-img img{height: auto;max-height:35px;max-width: 150px;}
.owl-carousel .owl-item img.hero-mob,.hero-mob{display:none;}
.featured-collections-tabs .price__regular .price-item--regular{font-size:1.8rem;color:#373737;}
.featured-collections-tabs .product_card:before{content:'';position:absolute;left:-12rem;top: .5rem;width:19.3rem;height:19rem;z-index:1;background:url('/cdn/shop/files/Stocking-Stuffer.webp?v=1763453188');background-repeat:no-repeat;background-size:contain;}
.no_waste_no_leaks_img img.mob-view{display:none;width:100%;} 
.custom-newsletter .newsletter__wrapper {padding-left:0;padding-right:0;}
.custom-newsletter .newsletter__subheading{max-width:100%;}
.custom-newsletter .newsletter__wrapper .newsletter-form__field-wrapper {margin:0!important;}
.custom-newsletter #layout{background:transparent!important;}
.product_card .card--standard .card__inner{min-height:480px}
.home_new .banner-subhead{font-size:1.8rem;font-weight:400;}
.home_new .as-seen {flex-flow: column;align-items: center;row-gap: 3.5rem;font-size:3rem;}
.theme-color-bg-2.utility-bar{background:#000000;}
.theme-color-bg-2.utility-bar p.h5{font-size:1.5rem;font-weight:600;}

.template-product-saalt-wear-product-update .page-width,.template-product-saalt-wear-product-update .section-image-with-text{max-width:1730px;width:100%;}
.template-product-saalt-wear-product-update .section-image-with-text{padding: 0 5rem;margin:9rem auto 4rem;}
.template-product-saalt-wear-product-update #MainContent{padding-top:7rem}  
.template-product-saalt-wear-product-update #section-template--18451491192913__afb57bcf-95f9-4c58-bcb0-46be33b273c1 .breadcrumbs{display:none;} 
.template-product-saalt-wear-product-update .product__info-container{position:relative;}
.template-product-saalt-wear-product-update .product__title h1{font-size:3rem;font-weight:600;color:#373737;}
.template-product-saalt-wear-product-update .desktop_title_section.product__title h1{padding-right:100px;}
.template-product-saalt-wear-product-update .product__info-container .price--show-badge{position: absolute;top: 0;right: 0;}
.template-product-saalt-wear-product-update .product__info-container .price--show-badge .price__container{display: block;}
.template-product-saalt-wear-product-update .product__info-container .price--show-badge .sold-out{position: absolute;right: 0;}
.template-product-saalt-wear-product-update .product__info-container .yotpo-star-rating-reviews-summary-link .yotpo-star-rating-reviews-summary-icon{display:none!important;}
.template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button {position: relative;padding-right: 1rem;}
.template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button:after{content:'';width:.175rem;height:20px;background:#373737;margin:0 1rem 0 0;position:absolute;right:0;top:5px;}
.template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button svg{width:25px;height:25px;}
.template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button svg path{fill: #000;stroke: #000;}
.template-product-saalt-wear-product-update .product__accordion .summary__title svg.icon-accordion{display:none;} 
.template-product-saalt-wear-product-update .complementary-slide>ul.list-unstyled{flex-direction:row;}
.template-product-saalt-wear-product-update .complementary-slide>ul.list-unstyled li{width:23%}
.template-product-saalt-wear-product-update .complementary-slide>ul.list-unstyled .card.card--horizontal{flex-direction:column;}
.template-product-saalt-wear-product-update .complementary-products__container .card--horizontal .card__inner{max-width: 100%;}
.template-product-saalt-wear-product-update div#yuma-product-questions {display: none;}
.template-product-saalt-wear-product-update variant-radios{padding-top:4rem;border-top:.5px solid rgba(55, 55, 55, 0.5);margin-top:4.5rem;display: flex;flex-flow: column;}
.template-product-saalt-wear-product-update fieldset.product-form__input{max-width:100%;}
.template-product-saalt-wear-product-update fieldset.product-form__input:first-child{position:relative;margin: 0 0 4rem;order: 1;}
.template-product-saalt-wear-product-update variant-radios .size_quantity{order:2;display: flex;flex-flow: column;}
.template-product-saalt-wear-product-update fieldset.product-form__input:nth-child(2){order:3;}
.template-product-saalt-wear-product-update fieldset.product-form__input.first-color-selected{order:1;}
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects{order:2;}
.template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper{order:3;margin:0;padding:2rem 0;display:flex;gap: 2rem;}
.template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper li{list-style:none;}
.template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper li button{background:#F7C6B5;color:#373737;font-size:1.3rem;font-weight:600;border-radius:50px;height:6rem;border:none;width: 100%;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form){order:4}
.template-product-saalt-wear-product-update .ninty_days_wrapper{display:flex;justify-content:space-between;align-items:center;order:5;padding:2rem 0 0;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons{max-width:100%;padding-left:160px;position:relative}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc{position:absolute;left:0;}
.template-product-saalt-wear-product-update ul.icons-wrapper{display: grid;grid-template-columns: repeat(2, minmax(314px, 1fr));padding:4rem 0 0;order:6;border-top:.5px solid rgba(55,55,55,.5);margin: 4rem 0 2rem;} 
.template-product-saalt-wear-product-update ul.icons-wrapper li .icon-text{font-size:18px;color:#373737;}
.template-product-saalt-wear-product-update .size_quantity .product__description{order:7;margin-bottom:0;}
.template-product-saalt-wear-product-update .size_quantity .accordion{order:8}
.template-product-saalt-wear-product-update .size_quantity .accordion summary{padding:2.5rem 0;}
.template-product-saalt-wear-product-update variant-radios .size_quantity .complementary-products {order:9;margin:3rem 0 0}
.template-product-saalt-wear-product-update variant-radios .size_quantity .complementary-products .accordion__title{font-size:2.2rem;font-weight:600;}
.template-product-saalt-wear-product-update .ninty_days_wrapper span{font-size:2.2rem;color:#373737;display: flex;align-items: center;gap: 1.5rem;}
.template-product-saalt-wear-product-update .ninty_days_wrapper span:before{width:34px;height:27px;background:url('/cdn/shop/files/pink-heart.webp?v=1761827817');content:'';background-size:contain;background-repeat:no-repeat;} 
.template-product-saalt-wear-product-update .ninty_days_wrapper .guarantee-button{font-size:2.2rem;background:transparent;padding:0;text-decoration:underline;color:#373737;border:none;font-weight:400;font-family: 'Montserrat', sans-serif;cursor:pointer;}
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input,
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select{max-width: 100%;}
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select:after{border-radius:0;border-color: #373737;border-width:.136rem}
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select{font-size: 2.2rem;}
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select:focus,
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select:focus-visible{border-radius:0;box-shadow:none;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity,
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button,
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select{height:65px;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity .quantity__input{font-size:2.449rem;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity:after{border-radius:0;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button{font-size:1.769rem}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button.product-form__submit{background:#373737;color:#fff;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button.product-form__submit:hover{background:#272727;}
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button.product-form__submit:hover:after{box-shadow:none;}
.template-product-saalt-wear-product-update .product-form__quantity label{display:none}
.template-product-saalt-wear-product-update legend.has-absorbency-chart{justify-content: space-between;}
.template-product-saalt-wear-product-update fieldset.product-form__input:first-child input[type=radio]+label {position:absolute;left:155px;top:-44px;font-size: 2.2rem;font-weight:400;padding:1.2rem 2rem;margin-top: 0;}
.template-product-saalt-wear-product-update legend.has-absorbency-chart button.absorbency-chart-button{font-size:2.2rem;color:#373737;font-weight:400;border: none;border-bottom: 1px solid;border-radius: 0;padding: 0;line-height: 1;}
.template-product-saalt-wear-product-update .product__description p b{font-size:22px;font-weight:600;color:#373737;}
.template-product-saalt-wear-product-update .product__description p{font-size:18px;color:#373737;}
.template-product-saalt-wear-product-update .product__accordion .accordion__title{font-size:18px;}
.template-product-saalt-wear-product-update .accordion{border-color:rgba(55, 55, 55, 0.5);}
.template-product-saalt-wear-product-update .section-image-with-text .theme-color-bg-5{background:#e3ccc0;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .section-inner #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-1{display:none;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .section-inner #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2{padding-right:1.5rem;background:#fff;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .section-inner #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper{background:#FCEFE8;padding: 10rem 5rem;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper{text-align:left;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .section-content,
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 ul.icons-wrapper{max-width:86%;margin:0 auto;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper h2{font-size:4.8rem;font-weight:600;line-height:1.3;color:#373737;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper p{font-size:2.7rem;line-height:1.3;color:#373737;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 ul.icons-wrapper {padding-right:50px;border:none}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 ul.icons-wrapper li div{margin: 0 auto;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 ul.icons-wrapper li span p{text-align:center;}
.template-product-saalt-wear-product-update h2.related-products__heading{font-size:3rem;font-weight:600;color:#373737;}
.template-product-saalt-wear-product-update .full-unstyled-link{font-size:1.8rem;font-weight:600;color:#373737;}
.template-product-saalt-wear-product-update .card--horizontal .price__container .price-item{font-size:1.8rem;}
.template-product-saalt-wear-product-update .price__container .price-item{font-size:3rem;color:#373737;font-weight:400;}
.template-product-saalt-wear-product-update .card--horizontal__quick-add{font-size:1.3rem;color:#404757;}
.template-product-saalt-wear-product-update .card--horizontal__quick-add:not([disabled]):hover{background:unset;}
.template-product-saalt-wear-product-update .yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline{font-size:2.6rem;font-weight:600;color:#373737;}
.template-product-saalt-wear-product-update .form__label,.template-product-saalt-wear-product-update button.size-chart-button{font-size:2.2rem;color:#373737;font-weight:400}
.template-product-saalt-wear-product-update button.size-chart-button{white-space:nowrap;}
.template-product-saalt-wear-product-update .form__label .availibility_status{align-self: center;margin-left: 10px;margin-right: auto;}
.template-product-saalt-wear-product-update saalt-modal .inner-wrapper{background:#fff;height: auto;}
.template-product-saalt-wear-product-update saalt-modal .info-wrapper{padding: 0 5rem 4rem;}
.order-title {font-size:3rem;font-weight: 600;margin: 0;line-height: 1.2;color:#373737}
.why-saalt-wear-content-inr .custom-btn{font-size:1.3rem}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .icons-wrapper-2 .icon-wrapper .icon-svg-wrapper{max-width: 36%;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .icons-wrapper-2 .icon-wrapper .icon-text > *{font-size:18px;font-weight:500;}
 .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .icons-wrapper-2.desktop-grid{grid-template-columns: repeat(3, 1fr);display: grid;}
.template-product-saalt-wear-product-update .show-swatches .price__container .price-item{font-size:1.8rem;color:#373737;font-weight:400;}
.icon-plus-new{position: absolute;height:1rem;right: 1.5rem;top: calc(50% - .5rem);}


.hero-white-text .banner-heading,.hero-white-text .banner-subhead {color:#fff;}
.hero-white-text .custom-btn{background:#fff;color:#373737;}
.hero-white-text .custom-btn:hover{background:#F7C6B5;}
.banner-subhead-mob,.banner-heading-mob,.banner-subheading-mob,.hero-content-top .banner-heading br{display:none;}
.mob-btn{display:none;}
.banner-subheading-mob{padding:3rem 2.5rem 0;background:#fff;}
.banner-subheading-mob h3{font-size:2.2rem;font-weight:600;color:#373737;margin:0 0 1rem}
.banner-subheading-mob p{font-size:1.5rem;font-weight:400;color:#373737;line-height:1.3;margin:0;} 
.collection-bnr-holder .item{position: relative;height:auto;}
.collection-bnr-holder img{width:100%;height:100%;object-fit:cover;}
.collection-bnr-holder .banner-heading{font-size:4.5rem}
.collection-bnr-holder .banner-subhead{margin:0;font-size:1.8rem;width: 501px;max-width: 100%;}
.home_new .window-display-inner-wrapper .window-feature-wrapper .text-wrapper .window-feature-title,
.home_new .window-display-inner-wrapper .window-feature-wrapper .window-feature:hover .text-wrapper .window-feature-title{text-align:left!important;}






@media(min-width: 750px) {
  .wrapper,.hero-content .wrapper{padding: 0 5rem;}
  /* edit 31st oct */
  /* .template-index .wrapper{padding: 0 16rem;}
  html:has(.template-index) {font-size:8px;--page-width:170rem;}
  html:has(.template-index) .section-title,
  .home-review .item h4,
  .author{font-size:3.8rem;}
  .upToFiftyOffBoxText a{text-transform:uppercase;font-size:1.6rem;}
  .upToFiftyOffImg{width: 158px;height: 158px;right: -12%;}
   html:has(.template-index) .header__menu-item,
   html:has(.template-index) .mega-menu__link--level-2,
   html:has(.template-index) .header__localization .disclosure .localization-form__select{font-size:1.8rem;}
   html:has(.template-index) .mega-menu__link{font-size:1.6rem;}
    html:has(.template-index) .announcement-bar__message{font-size:calc(var(--font-heading-scale) * 1.6rem);} */
  .upToFiftyOffBoxText a{text-transform:uppercase;}
   /* edit 31st oct */
  html:has(.template-index)
 .section-custom-featured-product .product__info-wrapper{padding:0 0 0 2rem}
 .section-custom-featured-product .price--large{font-size:2.2rem;}
 .template-page-saalt-vs-thinx .grid--2-col-tablet .grid__item.image-with-text__media-item{width:43%}
 .template-page-saalt-vs-thinx .grid--2-col-tablet .grid__item.image-with-text__text-item{width:57%}
 .custom-newsletter .newsletter__wrapper {padding-left:0;padding-right:0;}
 .template-product-saalt-wear-product-update .product__info-wrapper .icons-wrapper .icon-wrapper{max-width:295px;}
 .template-product-saalt-wear-product-update .product__info-container{max-width:100%;}
 .template-product-saalt-wear-product-update .product__column-sticky{top:0;}
 .mobile_title_section{display:none;}
 .template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper li{flex:1;}
 .as-seen:not(.as-available) .as-seen-img{column-gap: 10rem;}
}
@media(min-width: 768px) {
  .collection-bnr-holder .item{height:245px;}
}
@media(min-width: 990px) {
    .section-custom-featured-product .featured-product:not(.product--no-media)>.product__info-wrapper {padding: 0 0 0 4rem;}
    .template-product-saalt-wear-product-update .product--medium:not(.product--no-media) .product__media-wrapper{width:47%;max-width:47%;}
    .template-product-saalt-wear-product-update .product--medium:not(.product--no-media) .product__info-wrapper{width:53%;max-width:53%;}
    .template-product-saalt-wear-product-update .product--medium .thumbnail-list{grid-template-columns: repeat(3, 1fr);}
     .collection-bnr-holder .item{height:300px;}
}
@media(min-width: 1030px) {
  .home_new .section-title{font-size:4.5rem;}
.section-title.section-title-sm{font-size:3rem;}
.why-saalt-wear-content-inr .medium-text{font-size:2.331rem}
.home_new .why-saalt-wear-content-inr .medium-text{font-size:1.8rem} 
}
@media(min-width:1200px){
  .home_new .banner-heading{font-size:4.5rem;}
  .collection-bnr-holder .item{height:350px;}
}
@media(min-width:1300px){
  .collection-bnr-holder .item{height:400px;}
}
@media(min-width:1400px){
  .template-page-saalt-vs-thinx .banner-sec{padding:19rem 0}
  .collection-bnr-holder .item{height:430px;}
}
@media(min-width:1600px){
.rightContentInr{font-size:6.4rem;}
.rightContentInr span{font-size:14.6rem;}
.as-available-holder .as-seen-img{padding:1rem 0;}
.as-available-holder .as-seen .as-seen-img img{height:50px}
.as-available-holder .as-available .as-seen-img img:nth-child(5){position:relative;top: -7px;}
.as-available-holder .as-available .as-seen-img img:last-child{position:relative;top: 7px;}
.as-available-holder .as-available .as-seen-img img{max-height:50px;max-width: 160px;height: auto;}
.collection-bnr-holder .item{height:475px;}
}
@media(max-width:1650px){
.featured-collections-tabs .product_card:before{left: -7rem;top:1rem;width: 12rem;}
}
@media(max-width:1599px){
  .review-card-outer{padding:0 3rem;}
  .fifty-off-holder{background-position:center right}
  .fifty-off-holder .page-width:before{right:0;}
  .fifty-off-holder .page-width:after{right:43%;}
   .product_card .card--standard .card__inner{min-height:410px}
   .featured-collections-tabs .product_card:before{left: -5rem;}
    .upToFiftyOffImg{right: -10%;}
}
@media(min-width:1000px) and (max-width:1540px){
  .section-custom-featured-product .product-media-container.constrain-height .media{padding-top:700px}
}
@media(max-width:1400px){
  .banner-sec.reasons-banner .big-wrapper{padding:10rem 0;}
  .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 ul.icons-wrapper{padding-right:0}
}
@media(max-width:1370px){
  .banner-sec.reasons-banner .big-wrapper{padding:6rem 0;}
  .fifty-off-holder .page-width:before{right:7%;width:230px;}
  .fifty-off-holder .page-width:after{right:48%;width: 250px;}
  .leakproof-text h3{font-size:2.5rem}
.voted span{font-size:1.4rem}
.template-page-saalt-vs-thinx .banner-heading{font-size:6rem;}
.home-review .item h4,.author{font-size:4rem}
 .upToFiftyOffBoxText h3{font-size:4rem}
 .upToFiftyOffBoxText h3 span .plus-icon{height: 30px;width: 34px;}
 .plus-icon:before, .plus-icon:after{height:6px;}
 .saalt-wear-work-left p{padding-right: 70px;}
 .product_card .card--standard .card__inner{min-height:370px}
   .template-product-saalt-wear-product-update ul.icons-wrapper{grid-template-columns: repeat(2, 1fr);}
  .template-product-saalt-wear-product-update .product__title h1,.template-product-saalt-wear-product-update .price__container .price-item{font-size:1.9rem;}
  .template-product-saalt-wear-product-update .ninty_days_wrapper span,.template-product-saalt-wear-product-update .ninty_days_wrapper .guarantee-button,
  .template-product-saalt-wear-product-update .form__label, .template-product-saalt-wear-product-update button.size-chart-button,
  .template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select,
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity .quantity__input,
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button,
  .template-product-saalt-wear-product-update ul.icons-wrapper li .icon-text,.template-product-saalt-wear-product-update .product__description p b,
  .template-product-saalt-wear-product-update .product__description p,.template-product-saalt-wear-product-update .product__accordion .accordion__title,
  .template-product-saalt-wear-product-update fieldset.product-form__input:first-child input[type=radio]+label,
  .template-product-saalt-wear-product-update legend.has-absorbency-chart button.absorbency-chart-button{font-size:1.7rem}
  .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .section-content, .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 ul.icons-wrapper{max-width:100%;}
  .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .section-inner #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper{padding:5rem 3rem}
  .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper h2{font-size:3rem}
  .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper p{font-size:1.8rem}
   .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .icons-wrapper-2 .icon-wrapper .icon-svg-wrapper{max-width: 30%;}
   .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .icons-wrapper-2 .icon-wrapper .icon-text > *{font-size:12px;}
   .template-product-saalt-wear-product-update fieldset.product-form__input:first-child input[type=radio]+label{left: 120px;top: -38px;}
     .upToFiftyOffImg{width:150px;height:150px;}
      .upToFiftyOffImg span{font-size:2.5rem;}
}
@media(max-width:1300px){
  .buyonegetone-sec{padding:0;}
  .buyonegetone-main{overflow:hidden;}
  .buyonegetone-main:before{right:-5%;width:48%;}
  .rightContentInr{font-size:4rem;}
.rightContentInr span{font-size:9rem;}
.as-seen,.as-seen-img{column-gap:4rem;}
.cotton-text{font-size:4rem;}
.cotton-text-1 {top: 0%;left: 10%;}
.cotton-text-3 {bottom: 20%;left: 32%;}
.cotton-text-4 {bottom: 11%;left: 50%;}
.review-card-outer{padding:0 1rem;}
.leftContentInr{padding:5rem}
.section-title{font-size:4rem}
.rowCon-holder h4{font-size:3.8rem}
.leakproof-upgrade-container{padding:10rem 0}
.testimonial-con p{font-size:2rem;}
.reasons-banner .banner-heading{font-size:4rem;}
.fifty-off-holder .page-width:after{right:52%;}
.voted span{font-size:1.2rem}
.big-richtext h3{font-size:4rem;margin:0 0 4rem}
.template-page-saalt-vs-thinx .banner-sec{background-size:cover;padding:10rem 0;}
.template-page-saalt-vs-thinx .faq-left .small-title{font-size:4.5rem;}
.template-page-saalt-vs-thinx .faq-left p{font-size:2rem} 
.template-page-saalt-vs-thinx .faq-section .accordion button{font-size:2.2rem}
.template-page-saalt-vs-thinx .faq-section .accordion .accordion-content p{font-size:1.6rem;}
 .leakproof-right-con h2{font-size:3rem}
 .featured-collections-tabs .tab-button{font-size:2.5rem}
 .featured-collections-tabs .full-unstyled-link{font-size:1.5rem}
 .no_waste_no_leaks_text p{font-size:2rem;}
 .no_waste_no_leaks_text .no_waste_icon p{font-size:1.6rem}
  .home_new .as-seen{row-gap: 2.5rem;}
  .as-available .as-seen-img{column-gap:3rem;}
  .home-review-title img{width:25rem}
  .home-review .item h4,.author{font-size:3.5rem}
  .upToFiftyOffBoxText h3{font-size:3.5rem}
  .no_waste_icon img{width: 3rem;}
  .home_new .as-seen{font-size:2.5rem}
  .upToFiftyOffImg{width:135px;height:135px;}
  .upToFiftyOffImg span{font-size:2rem;}
  .saalt-wear-work-left p{padding-right:30px;}
  .product_card .card--standard .card__inner{min-height:350px}
  .collection-bnr-holder .banner-heading{font-size:4rem}
}

@media(max-width:1199px){
.stain-img + .stain-img p{right:0;}
.cotton-text-1 {top: 6%;left: 20%;}
.cotton-sleep-content ul{padding:0;}
.testimonial{width:100%;}
.owl-carousel .owl-item .testimonial-con img{width:130px}
.testimonial-con p{font-size:1.8rem}
.testimonial-con span{font-size:1.5rem}
.review-card-data .star_image_container{width:200px;margin:0 0 .5rem}
.review-card-data p{margin:0 0 1rem;width:75%}
.review-card-data p,.review-card-data span{font-size:2rem;}
.section-title{font-size:3.5rem}
.template-page-you-need-to-upgrade .banner-heading{margin-bottom:7rem}
.testimonial-con p{min-height:9rem;}
.multirow-img-up .rowCon-holder{margin-top:3.5rem}
.banner-sec{background-position: right 30% center;}
.section-custom-featured-product .summery{display:none;}
.banner-sec.reasons-banner .big-wrapper{background-size: auto 80%;}
.template-page-reasons-update .banner-content{width:470px;}
.reasons-banner .banner-heading{font-size:3.5rem;}
.fifty-off{padding:8rem 0;}
.fifty-off-holder {background-position: center right 20%;}
.fifty-off-holder .page-width:before {right: 0;width: 200px;}
.fifty-off-holder .page-width:after {right: 42%;width: 200px;}
.template-page-reasons-update .testimonial-con p{font-size:2rem;}
.template-page-reasons-update .testimonial-con span{font-size:1.6rem;}
.testimonial-slider{padding-top:0;}
.template-page-saalt-vs-thinx .image-with-text__content .h1{font-size:3.5rem}
.template-page-saalt-vs-thinx .image-with-text__content p {font-size: 2.2rem;}
.template-page-saalt-vs-thinx .image-with-text__content{padding:0 0 0 5rem}
.leakproof-text h3{font-size:2rem}
.voted span{font-size:1rem}
.leakproof-text .custom-btn{font-size: 1.2rem;}
.leakproof-text p{font-size:1.2rem;margin:.5rem 0;}
.voted{margin:1rem 0;}
.leakproof-text img{margin:0 0 1rem;}
.template-page-saalt-vs-thinx .banner-heading{font-size:5.5rem;}
.featured-collections-tabs .tab-button{font-size:2.3rem}
.featured-collections-tabs .full-unstyled-link{font-size:1.4rem}
.no_waste_no_leaks_text p{font-size:1.8rem;}
 .no_waste_no_leaks_text .no_waste_icon p{font-size:1.5rem}
 .as-available-holder{padding:5rem 0}
 .as-available .as-seen-img img{max-height:30px}
 .home_new .banner-heading{font-size:4rem}
 .category-title {margin:8rem 0 5rem;} 
 .katie-couric-holder h4{font-size:2rem;letter-spacing:1rem;}
 .katie-couric{padding:8rem 0 7rem;}
 .product_card product-card-swatches input[type='radio'] + label.variant_swatch {padding:.75rem;}
 .home-review .item h4,.author{font-size:3rem}
 .home-review-holder {padding:8rem 0;}
 .featured-collections-tabs .price__regular .price-item--regular{font-size:1.5rem}
 .upToFiftyOffBoxText h3 span img{bottom:-15px}
 .product_card .card--standard .card__inner{min-height:310px}
 .template-product-saalt-wear-product-update .ninty_days_wrapper span:before,.template-product-saalt-wear-product-update .ninty_days_wrapper .guarantee-button{display:none;}
 .template-product-saalt-wear-product-update .ninty_days_wrapper{justify-content:center;text-align:center;}
 .template-product-saalt-wear-product-update .product__info-wrapper{padding-left:2rem;}
 .collection-bnr-holder .banner-heading{font-size:3.5rem}
 .home_new .banner-subhead{font-size:1.5rem;width: 350px;}
 .home_new .banner-subhead br{display:none;}
}
@media(max-width:1030px){
  .banner-heading{font-size:4rem;}
  .banner-subhead,.medium-text{font-size:2.2rem}
  .stains-section h4{font-size:3rem;margin-top:0;}
  .stains-section h5{font-size:2.5rem;}
  .rowCon-holder h4{font-size:3rem;}
  .rowCon-holder .rowContent p{font-size:2rem;}
  .section-title{font-size:3rem;}
  .rightContentInr{font-size:3rem}
  .rightContentInr span{font-size:8rem;}
  .small-title{font-size:3.3rem}
  .as-seen,.as-seen-img{column-gap:3rem;}
  .as-seen-img img{height:25px}
  .three-icon-box-single span{font-size:2rem}
   .review-card-outer .review-item{padding:3rem;}
   .leakproof-upgrade-container{padding:8rem 0}
   .multirow-img-up .rowCon-holder{margin-top:3rem}
   .multi_img_desktop p, .multi_img_mobile p{font-size:2rem;top:2.5rem}
   .banner-subhead{width:450px;max-width:100%;}
   .banner-content {width: 568px;}
   .template-page-saalt-vs-thinx .banner-heading{font-size:5rem;}
   .big-richtext h3{font-size:3rem;margin:0 0 3rem}
   .leakproof-right-con h2{font-size:2.5rem}
   .leakproof-right-con p{font-size:1.5rem;}
   .template-page-saalt-vs-thinx .banner-subhead{width:100%;}
   .template-page-saalt-vs-thinx-v2 .custom-richtext h2{font-size:3.5rem;}
   .big-richtext .custom-btn {font-size: 2.5rem;min-width: auto;}
   .section-custom-featured-product .form__label,.section-custom-featured-product .price--large,.section-custom-featured-product button.size-chart-button,
.section-custom-featured-product .select__select,.section-custom-featured-product .quantity__input{font-size:1.6rem;}
.section-custom-featured-product legend.has-size-chart .availibility_status{left:35px;}
.featured-collections-tabs .tab-button{font-size:2rem}
.featured-collections-tabs .full-unstyled-link{font-size:1.3rem}
.no_waste_no_leaks_text_inr .custom-btn{font-size:1.2rem;}
.as-available .as-seen-img img{max-height:25px}
.home_new .banner-heading{font-size:3rem;width:450px;max-width:100%;}
 .category-title {margin:5rem 0 3rem;}
 .home-review-title img{width:20rem;margin-bottom:1.5rem} 
 .home-review-title p{font-size:2rem}
 .home-review .item h4,.author{font-size:2.5rem}
  .author{margin-top:4rem;}
 .author a{font-size:1.5rem}
  .home-review.owl-carousel .owl-nav button.owl-next, .home-review.owl-carousel .owl-nav button.owl-prev{font-size:5rem}
   .upToFiftyOffBoxText h3{font-size:3rem}
   .no_waste_icon img{width: 2.5rem;margin:0;}
   .home_new .as-seen{font-size:2rem}
   .first_order_subcription input[type="email"]{font-size:1.5rem;height:6rem}
   .hero-text .custom-btn{font-size:1.5rem;}
   .katie-couric-holder{margin-top:3rem}
   .upToFiftyOffBoxText h3 span .plus-icon{height: 22px;width:28px;}
 .plus-icon:before, .plus-icon:after{height:5px;}
  .product_card .card--standard .card__inner{min-height:270px}
  .order-title{font-size:2.4rem}
   .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper h2{font-size:2.2rem;margin-top:0}
   .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper p{font-size:1rem}
   .template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button svg {width:18px;height:18px;}
   .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity,
.template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button,
.template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select{height:50px;}
.featured-collections-tabs .product_card:before{left: -4rem;width: 8rem;}
.upToFiftyOffBox h5 a{font-size:1.5rem;}
.collection-bnr-holder .banner-heading{font-size:3rem}
}
@media(max-width:999px){
.custom-video-wrapper{width: 60%;}
.template-page-reasons-update .banner-content {width: 399px;}
.reasons-banner .banner-heading {font-size: 3rem;}
 .custom-richtext{padding:9rem 0}
 .leakproof-text h3{font-size:1.5rem}
.voted span{font-size:.8rem}
.leakproof-text .custom-btn{font-size: 1rem;}
  .template-page-saalt-vs-thinx .banner-heading{font-size:4.5rem;}
  .table-left-1, .table-left-2, .table-left-3{font-size:1.7rem;}
  .template-page-saalt-vs-thinx .faq-left .small-title{font-size:3.5rem;}
  .no_waste_icon{padding:1rem 0 0;}
  .saalt-story-img{padding:0 0 1rem;}
  .no_waste_no_leaks_text_inr .section-title {font-size: 2rem;}
  .home_new .banner-heading{font-size:3rem}
  .katie-couric-holder h4{font-size:1.5rem}
  .katie-couric{padding:7rem 0 5rem;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons{padding-left: 0;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc{position:static;}
  .template-product-saalt-wear-product-update ul.icons-wrapper{grid-template-columns: repeat(1, 1fr);}
  .template-product-saalt-wear-product-update .product__info-wrapper .icons-wrapper .icon-wrapper{max-width:100%;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper{gap:.5rem;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper li button{font-size:1rem;height: 4rem;}
  .template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button svg {width: 11px;height: 11px;}
  .template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button:after{width: .1rem;height: 15px;top: 9px;margin-right:0;right: 10px;}
  .upToFiftyOffBox h5 a{font-size:1.3rem;}
   .home_new .banner-subhead{width: 300px;}
   .collection-bnr-holder .banner-subhead{width:404px;font-size:1.5rem} 
}
@media(max-width:900px){
  .leakproof-upgrade-content{width:60%;}
  .rightContentInr{font-size:3rem}
  .rightContentInr span{font-size:6.8rem;}
  .section-title{font-size:2.5rem;}
  .leftContentInr li{font-size:2.2rem;}
  .rowCon-holder h4{font-size:2rem;margin:0 0 1.5rem;}
   .custom-multirow-holder{padding:2rem 0}
   .three-icon-box-single span{font-size:1.5rem}
   .cotton-sleep-content ul li{font-size:1.5rem;margin:1rem 0;}
   .cotton-text-1{top:-10%}
  .saalt-wear-work{padding:5rem 0;width:500px;max-width:100%;margin:0 auto;}
  .saalt-wear-work .section-title{width:200px;max-width:100%;margin:0 auto 3rem;font-size:2.2rem;}
  .saalt-wear-work-left{margin:0 0 2rem;width:100%;text-align:center;}
  .saalt-wear-work-right{width:100%;text-align:center;max-width:100%;margin:0 auto;}
  .custom-video-wrapper{width: 55%;}
  .cotton-sleep-content{width:400px}
  .banner-subhead{width:400px;}
  .banner-sec{background-position: right 36% center;}
  .table-top{width:32%}
  .table-top-1, .table-top-2{font-size:1.8rem}
  .reason-mobile-bnr{display:block;margin: 0 auto;max-width:100%;}
  .banner-sec.reasons-banner{padding:0;}
  .banner-sec.reasons-banner .big-wrapper{background:none;padding:0 0 6rem}
  .template-page-reasons-update .banner-content{width:390px;text-align:center;margin: 0 auto;}
  .thousands-reviews{justify-content:center;margin:4rem 0;}
  .reasons-banner .banner-subhead{width:100%;}
  .reason-heading h3{font-size:2.2rem;margin: 1rem 0 1.5rem;}
  .reason-text p,.reason-btn{font-size:1.5rem;}
  .reason-heading span{font-size:1.659rem;width:3.319rem;min-width:3.319rem;height:3.319rem;}
  .fifty-off h2{font-size:11rem;}
  .fifty-off h3{font-size:4.5rem;}
  .fifty-off-holder {background-position: center right 30%;}
  .fifty-off-holder .page-width:after{right:38%;}
  .template-page-reasons-update .table-left-1,.template-page-reasons-update .table-left-2,.template-page-reasons-update .table-left-3{font-size:1.5rem}
  .template-page-saalt-vs-thinx .image-with-text__content .h1{font-size:3rem;margin:0;}
  .template-page-saalt-vs-thinx .image-with-text__content p {font-size: 2rem;}
   .leakproof-left-img,.leakproof-right-con{width:100%;}
  .leakproof-left-img{order:1}
  .leakproof-right-con{order:2;padding:3rem 3rem 4rem;max-width:100%;width: 500px;margin: 0 auto;}
  .section-custom-featured-product legend.has-size-chart .availibility_status{font-size:1.05rem!important}
  .featured-collections-tabs .tab-button{font-size:1.8rem}
  .no_waste_no_leaks_text p {font-size: 1.5rem;}
  .saalt-story .no_waste_no_leaks_text p{font-size:1.5rem} 
  .no_waste_no_leaks_text .no_waste_icon p{font-size: 1.3rem;}
  .no_waste_no_leaks_text_inr .custom-btn{font-size:1rem;min-width:auto;}
  .as-available-holder{padding:4rem 0}
  .home_new .as-seen.as-available{padding:0}
  .as-available .as-seen-img{column-gap:2rem;}
  .product_card product-card-swatches input[type='radio'] + label.variant_swatch {padding:.5rem;}
  .home-review-title img{width:15rem;margin-bottom:1rem}
  .home-review-title p{font-size:1.5rem}
  .home-review .item h4,.author{font-size:2rem}
  .author a{font-size:1.2rem}
   .home-review.owl-carousel .owl-nav button.owl-next, .home-review.owl-carousel .owl-nav button.owl-prev{font-size:4rem}
    .upToFiftyOffBoxText h3{font-size:2.5rem}
    .home-review-holder {padding:7rem 0;}
    .no_waste_icon img{width: 2rem;}
    .home_new .as-seen{font-size:1.5rem}
    .featured-collections-tabs .price__regular .price-item--regular{font-size:1.3rem}
    .upToFiftyOffBoxText h3 span img{bottom:-12px}
  .upToFiftyOffImg{width:100px;height:100px;}
  .upToFiftyOffImg span{font-size:1.5rem;}
  .upToFiftyOffBoxText h3 span .plus-icon{height:18px;width:20px;}
  .plus-icon:before, .plus-icon:after {height: 4px;}
   .saalt-wear-work-left p{padding-right:0;}
   .product_card .card--standard .card__inner{min-height:200px}
   .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 ul.icons-wrapper{padding-top:1rem;}
   .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .icons-wrapper-2 .icon-wrapper .icon-text>*{font-size:8px}
    .template-product-saalt-wear-product-update .ninty_days_wrapper span, .template-product-saalt-wear-product-update .ninty_days_wrapper .guarantee-button, 
  .template-product-saalt-wear-product-update .form__label, .template-product-saalt-wear-product-update button.size-chart-button, 
  .template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select, 
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity .quantity__input, 
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button, 
  .template-product-saalt-wear-product-update ul.icons-wrapper li .icon-text, .template-product-saalt-wear-product-update .product__description p b, 
  .template-product-saalt-wear-product-update .product__description p, .template-product-saalt-wear-product-update .product__accordion .accordion__title,
  .template-product-saalt-wear-product-update fieldset.product-form__input:first-child input[type=radio]+label,
  .template-product-saalt-wear-product-update legend.has-absorbency-chart button.absorbency-chart-button{font-size:1.5rem;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity,  
  .template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select{height:4rem}
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons button{height:5rem;font-size:1.354rem;}
  
  .template-product-saalt-wear-product-update fieldset.product-form__input:first-child input[type=radio]+label {left: 105px;top: -35px;}
.collection-bnr-holder .banner-heading{font-size:2.5rem}
}
@media(max-width:799px){
  .rightContentInr{font-size:2.8rem;}
  .rightContentInr span{font-size:6.5rem}
  .as-seen{flex-flow:column;}
  .as-seen-img img{height:18px}
  .table-left-1, .table-left-2, .table-left-3, .table-top-1, .table-top-2{font-size:1.5rem}
  .multi_img_desktop p, .multi_img_mobile p{font-size:1.5rem;}
  .template-page-saalt-vs-thinx .banner-heading{font-size:4rem;}
  .custom-richtext{padding:7rem 0}
  .featured-collections-tabs .tab-button{font-size:1.5rem}
  .home_new .banner-heading{font-size:3rem}
   .upToFiftyOffBoxText h3{font-size:2rem}
   .no_waste_no_leaks_text .no_waste_icon p{font-size:1rem}
   .home_new .as-seen{font-size:1.3rem}
   .no_waste_no_leaks_text_inr .custom-btn{font-size:.8rem}
   .upToFiftyOffBoxText h3 span .plus-icon{height:12px;width:16px;}
  .plus-icon:before, .plus-icon:after {height:3px;}
    .product_card .card--standard .card__inner{min-height:190px}
    .collection-bnr-holder .banner-heading{font-size:2rem}
}
@media(max-width:768px){
.section-custom-featured-product .product__info-wrapper{padding-top:1.5rem;}
.section-custom-featured-product .product__info-container{display:flex;flex-flow:column;}
.section-custom-featured-product .custom_star_rating{order:1;}
.section-custom-featured-product .product__title{order:2;font-size:1.8rem}
.section-custom-featured-product .custom_featured_price{order:3;}
.section-custom-featured-product variant-radios{order:4;margin-top: 0 !important;}
.section-custom-featured-product .size_quantity{width: 44rem;max-width:100%;justify-content:space-between;flex-flow: wrap;align-items:end;}
.section-custom-featured-product .product-form__buttons{flex-flow:column;}
.section-custom-featured-product button.product-form__submit{margin-left:0}
.section-custom-featured-product variant-radios variant-selects{width: calc(100% - 9rem);}
.section-custom-featured-product .product-form__quantity{margin:0}
.section-custom-featured-product variant-radios .quantity-size-wrapper{width:9rem;}
.section-custom-featured-product variant-radios .quantity-size-wrapper .size-chart-button{padding:0;position: relative;top: -5px;width: 100%;text-align: right;font-size: 1.5rem;}
.section-custom-featured-product .quantity{width:100%}
.section-custom-featured-product variant-selects .product-form__input{margin-bottom:0}
.section-custom-featured-product .product-form__input .qty-note{top: auto;bottom: -21px;right:0;}
.section-custom-featured-product .product-form__buttons{width:100%;}
.section-custom-featured-product .size_quantity>noscript+div{width: 100%;}
.section-custom-featured-product .product-form__error-message-wrapper:not([hidden]){top:2rem;}
.section-custom-featured-product .product-form__error-message-wrapper svg{margin-top:0;}

.section-custom-featured-product .form__label,.section-custom-featured-product .price--large,.section-custom-featured-product button.size-chart-button,
.section-custom-featured-product .select__select,.section-custom-featured-product .quantity__input{font-size:1.5rem;}
.section-custom-featured-product .product-form__input input[type=radio]+label.variant_swatch{padding:1rem;}
.section-custom-featured-product .product-form__input.first-color-selected{margin:.5rem 0 1rem;}
.big-richtext h3{font-size:2rem}
.featured-collections-tabs .tab-button{font-size:1.2rem}
.template-product-saalt-wear-product-update variant-radios .size_quantity .quantity-size-wrapper{order:2;}
}


/* Nov 14, 25 */

.announcement-bar__message{
  padding:1.25rem 0;
}

.announcement-bar__message,
.announcement-bar__message p{
  font-size:1.5rem;
  font-weight:600;
  letter-spacing: 0.12rem;
  text-transform:uppercase;
  line-height:1;
}


#hero-loader{
  background: #f0f0f0;
  opacity: 1;
  transition: opacity .4s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding:15px;
}

.hero-slider-holder{
  aspect-ratio: 180 / 87;
}

.hero-slider-holder.loaded{
      aspect-ratio: inherit;
}

.hero-slider-holder.loaded #hero-loader {
    opacity: 0;
    display:none;
}

 .skeleton *:empty{
  display:block;
 }

 .skeleton {
     padding:30px;
     width: 100%;
     height:100%;
     background: #fff;
     border-radius: 5px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .skeleton .square {
     height: 460px;
     border-radius: 5px;
     background: rgba(130, 130, 130, 0.2);
     background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
     background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
     background-size: 800px 100px;
     animation: wave-squares 2s infinite ease-out;
}
 .skeleton .line {
     height: 12px;
     margin-bottom:6px;
     border-radius: 2px;
     background: rgba(130, 130, 130, 0.2);
     background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
     background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
     background-size: 800px 100px;
     animation: wave-lines 2s infinite ease-out;
}
 .skeleton-right{
    width:50%;
}
 .skeleton-left{
    flex:2;
    padding-right:30px;
}
 .skeleton .line:last-child{
    margin-bottom: 0;
}

.skeleton .line.h30{
   height: 30px;
}
 .skeleton .line.h8{
    height: 8px ;
}

.skeleton .line.lineButton{
  margin-top: 80px;
  width: 30%;
  height: 60px;
}

.skeleton .line.lineMid{
  width: 75%;
}

.skeleton .line.lineHlf{
 width: 50%
}

 .m10{
    margin-bottom: 10px;
}
 .circle{
    border-radius: 50%;
     height: 80px ;
     width: 80px;
}
 @keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }
     100% {
        background-position: 468px 0;
    }
}
 @keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }
     100% {
        background-position: 468px 0;
    }
}


@media(max-width:767px){
  .announcement-bar .page-width{
    padding:0;
  }
  .announcement-bar__message,
  .announcement-bar__message p,
  .announcement_m_text.alt_text p {
    font-size: 1.1rem;
    font-weight:700;
  }
  .announcement-bar__message{
    padding:1.4rem 0;
  }
  .hero-slider-holder{
      aspect-ratio: 75 / 86;
  }
  .skeleton-right{
    display:none;
  }
  .skeleton-left{
    padding:0;
  }
  .skeleton-left .line{
    margin-inline:auto;
  }
  .skeleton .line.lineButton{
    width: 50%;
    height: 50px;
  }

}

@media (min-width:768px) and (max-width:1180px){ 
  .hero-slider-holder {
      aspect-ratio: 2858 / 1223;
  }
  .skeleton .square{
    height:250px;
  }
}


/* Nov 14, 25 end */

@media(max-width:767px){
  .custom-btn-hldr{text-align:center}
  .announcement_d_text,.multi_img_desktop{display:none}
  .announcement_m_text,.multi_img_mobile{display:block}
  .alt_text p{font-size:1.068rem;}
  .banner-content{text-align:center;margin:0 auto;}
  .banner-heading{font-size:2.6rem;color:#fff;line-height:1.4;}
  .banner-subhead{font-size:1.5rem;line-height:1.6;color:#fff;font-weight:500;width:100%;}
  .template-page-reasons-update .banner-subhead,.template-page-saalt-vs-thinx .banner-subhead{font-weight:400;}
  .banner-sec{background:#dedcd8;background-image:url("/cdn/shop/files/bogo-banner-mob.webp?v=1755763343");padding:18rem 0;background-repeat:no-repeat;background-position:right center;background-size:auto 100%;position:relative}
  .banner-sec:after,.banner-sec.sleep-short-banner:after{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(55,55,55,.3);content:'';z-index: 1;}
  .banner-sec .page-width{position:relative;z-index:2}
  .custom-btn{font-size:1.2rem;min-width:202px;margin-left:auto;margin-right:auto;}
  .as-seen-holder{padding:1.5rem 0;}
  .as-seen{font-size:1.05rem;flex-flow:column;align-items:center;width: 400px;max-width: 100%;margin: 0 auto;padding: 0 2rem;font-weight: 600;}
  .as-seen-img{column-gap:0;justify-content: space-between;width: 100%;margin-top:1rem;}
  .as-seen-img img{height:14px}
  .template-page-reasons-update .as-seen{font-size:.961rem}
  .stains-section h4{font-size:1.8rem;max-width:320px;margin:4rem auto 0;line-height:1.5}
  .stains-inr{padding:7rem 2rem 6rem}
  .stain-img p{font-size:1.5rem;bottom: -1.5rem;}
  .stain-img + .stain-img p{top:-2rem;}
  .stains-section h5{font-size:1.5rem;width: 310px;margin: 0 auto;line-height: 1.6;}
  .rowImg-holder,.rowCon-holder{width:100%}
  .rowContent{text-align:left;}
  .custom-multirow-holder{padding:3rem 1.5rem 4rem;margin:5rem auto 0}
  .custom-multirow-single-row{padding:2rem 0;}
  .rowCon-holder h4{font-size:1.8rem;position: relative;top: -23px;left: -10px;padding:.5rem 1rem;margin:0 0 1rem;}
  .rowCon-holder .rowContent p{font-size:1.5rem;}
  .custom-multirow-single-row:nth-child(even) .rowImg-holder{order:1;}
  .custom-multirow-single-row:nth-child(even) .rowCon-holder{order:2}
  .buyonegetone-sec{padding:0}
  .buyonegetone-main{padding:9rem 0;}
  .buyonegetone-Content{flex-wrap:wrap;}
  .buyonegetone{background:transparent;position:relative;z-index:1;padding:0;}
  .leftContentInr,.rightContentInr{width:100%;padding:0;background:transparent;}
  .rightContentInr{position:static;font-size:2.2rem;color:#000;text-align:center;}
  .rightContentInr span{font-size:2.2rem;display:inline-block;margin-left:5px;}
  .leftContentInr .section-title{display:none;}
  .leftContentInr .section-title.upgrade_buyonegetone_title{display:block;text-align:center;padding-left:1.5rem;padding-right:1.5rem;}
  .leftContentInr li{font-size:1.5rem;padding-left:3rem;}
  .leftContentInr li:before{height:16px;top:0;}
  .leftContentInr ul{order:1;width:350px;margin:2rem auto 1rem;}
  .leftContentInr p{order:2;font-size:1.5rem;font-weight:500;font-style:italic;text-align:center;width:100%;}
  .leftContentInr .custom-btn{order:3;}
  .buyonegetone-main:before{background: url(/cdn/shop/files/buyonegetone-model-mob.webp?v=1755771731);
    background-size: cover;background-repeat: no-repeat;background-position: bottom right;width:100%;height:100%;right:0;}
  .review-caption{gap:.5rem;flex-flow: column;}
  .review-caption span{font-size:1.5rem;}
  .review-caption .star_image_container{width:115px;}
  .small-title{font-size:1.8rem;}
  .review-cards-holder{padding:6rem 0 7rem;}
  .review_cards .small-title{width:300px;margin:0 auto;}
  .leakproof-upgrade-container{background-position:center right 47%;padding:5rem 0;}
  .review-cards-holder .section-title{text-align:center;width: 348px;max-width: 100%;margin: 0 auto;}
  .section-title{font-size:1.8rem;}
  .leakproof-upgrade-content{width:60%;padding-left: 1rem;}
  .leakproof-upgrade-content p{font-size:1.4rem;margin: 2rem 0 3rem;}
  .review-card-outer .review-list{margin:4rem 0 0;}
  .compare-table-holder{padding:0 1rem 8rem}
  .mobile-slider-wrapper{padding:0 3rem;}
 .review-slider.mobile-use{display:block;position:relative;}
  .villain{order:1;}
  .three-icon-box{order:2;padding:2rem 0 0;}
  .cotton-sleep-right,.cotton-sleep-right-text,.ctn-sleep-desktop{display:none;}
  .cotton-sleep-left,.cotton-sleep-content{width:100%}
  .cotton-sleep-left:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(55,55,55,.25)}
  .ctn-sleep-mobile{display:block}
  .table_image_container{margin-top:3rem}
  .banner-sec.sleep-short-banner{padding: 15rem 0;background-image: url('/cdn/shop/files/sleep-short-mobile-model.webp?v=1756280539');background-repeat: no-repeat;background-position: center;background-size: cover;}
  .banner-sec.sleep-short-banner:before{display:none}
  .banner-sec.sleep-short-banner:after{}
  .sleep-short-banner .banner-heading{width:315px;max-width:100%;margin:0 auto 4rem;font-size:2.2rem;}
  .sleep-short-banner .banner-subhead{display:none;}
  .villain{background:none;}
  .villain div{padding:5rem 0 0;font-size:1.8rem;width: 310px;max-width: 100%;margin: 0 auto;}
  .three-icon-box-single span br{display:none;}

  

  
  .never{font-size:1.8rem;width: 300px;margin:0 auto 5rem;color:#000;}
  .never span{font-size:1.8rem;}
  .cotton-sleep-content{color:#fff;}
  .cotton-sleep-content .section-title{color:#fff;font-size:2.6rem;width:100%;}
  .cotton-sleep-content ul{padding:2rem 0 3rem;text-align:left;}
  .cotton-sleep-content ul li{padding-left:2.5rem;margin:2rem 0;}
  .cotton-sleep-content ul li:before{border-color:#fff;width: 7px;height: 16px;top: .5rem;}
  .take-our-word{padding: 6rem 0 7rem;}
  .take-our-word .section-title{font-size:2.2rem;width: 270px;margin: 0 auto;max-width: 100%;}
  .take-word-slider,.testimonial-slider{padding:5rem 0;width:380px;max-width:80%;margin:0 auto;}
  .template-page-sleep-short .compare-table-holder{padding:5rem 0;}
  .template-page-sleep-short .compare-table-holder .section-title{margin:0 auto;max-width:100%;width:340px;font-size: 2.2rem;}
  .template-page-sleep-short .table_image_container,.template-page-seamless-thong .table_image_container{margin:5rem 0;}
  .faq-section{padding:5rem 0;}
  .faq-left,.faq-right{width:100%}
  .faq-right{padding:3rem 2rem 0;}
  .template-page-saalt-vs-thinx .faq-right{padding:2rem 0 0;}
  .faq-left{text-align:center;}
  .faq-left .section-title{font-size:2.2rem;}
  .faq-left p {margin: 1rem 0 3rem;}
  .faq-right .custom-btn{display:inline-block;margin-top:4rem}
  .faq-left .custom-btn{display:none}
  .template-page-saalt-vs-thinx .faq-section .accordion button,.faq-section .accordion button{font-size:1.5rem}
  .faq-section .accordion .accordion-content p,.template-page-saalt-vs-thinx .faq-section .accordion .accordion-content p{font-size:1.4rem}
  .faq-section .accordion button .icon {width: 12px;height: 12px;top: 1.5rem;}
  .multi_img_desktop p, .multi_img_mobile p{font-size:1.5rem;top:10%;}
  .review-card-data .star_image_container{margin:0 0 1rem;}
  .review-card-data .star_image_container{width:150px}
  .review-card-data p{font-size:1.8rem;}
  .template-page-you-need-to-upgrade .banner-heading{margin-bottom:5rem}
  .multicolumn-btn{text-align:center;}
  .review-card-outer .review-item{border-radius:5px;}
  .villain{margin:0;}
  .multirow-img-up .rowCon-holder{margin-top:0}
  .cotton-sleep-inr{max-width: 100%;width: 450px;margin: 0 auto;right: 0;}
  .section-custom-featured-product .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text{font-size:1.5rem!important;}
  .section-custom-featured-product .product-form__input input[type=radio]+label{font-size:1.5rem;} 
  .section-custom-featured-product .product-form__submit,.template-page-sleep-short .custom-btn{font-size:1.354rem}
  .faq .custom-btn{font-size:1.249rem}
  .table-top{width:30%}
  .testimonial-holder{padding: 3rem 0 7rem;}
  .reasons-banner.banner-sec:after{display:none}
  .reasons-banner .banner-heading,.reasons-banner .banner-subhead{color:#373737;}
  .thousands-reviews span{font-size:1.5rem;}
  .reasons-banner .banner-heading{font-size:2.6rem;}
  .reasons-banner .banner-subhead{font-size:1.5rem;width: 300px;margin-left: auto;margin-right: auto;}
  .template-page-reasons-update .custom-btn{font-size:1.249rem}
  .template-page-reasons-update .as-seen{row-gap:1rem;}
  .template-page-reasons-update .as-seen-holder{padding:3rem 0;}
  .fifty-off{width:370px;}
  .fifty-off h2{font-size:9rem;}
  .fifty-off h3{font-size:3.7rem;}
  .fifty-off p{font-size:1.5rem;line-height:1.5}
  .fifty-off p+p{margin-top:2rem}
  .template-page-reasons-update .testimonial-con p{font-size:2.192rem}
  .template-page-reasons-update .testimonial-img{width:10.961rem}
  .owl-carousel .owl-item .testimonial-con img{width:12.916rem}
  .faq-left .small-title{text-align:center;}
  .template-page-sleep-short .faq-left .small-title,.template-page-saalt-vs-thinx .faq-left .small-title{font-size:2.2rem}  
  .template-page-sleep-short .faq-left p,.template-page-reasons-update .faq-left p,.template-page-saalt-vs-thinx .faq-left p{font-size:1.5rem}     
  .template-page-reasons-update .fifty-off-holder .custom-btn{background:#fff;color:#373737;}
  .template-page-reasons-update .section-title, .template-page-reasons-update .small-title{font-size:2.2rem}
  .template-page-reasons-update .faq-section .accordion button {font-size: 1.5rem;}
  .template-page-reasons-update .table-left-1,.template-page-reasons-update .table-left-2,.template-page-reasons-update .table-left-3{font-size:.9127rem}
  .medium-text{font-size:1.5rem}
  .template-page-saalt-vs-thinx .image-with-text__content .h1{font-size:2.2rem}
  .template-page-saalt-vs-thinx .image-with-text__content p {font-size: 1.5rem;}
  .custom-richtext{padding:5rem 0}
  .img-text-sec{flex-flow:column;gap: 2rem;align-items: center;padding:4rem 0 9rem}
  .template-page-saalt-vs-thinx-v2 .img-text-sec{padding:4rem 0 2rem}
  .img-text{width:100%;max-width:100%;}
  .leakproof-text{padding:0 1.2rem;display:block;} 
  .leakproof-text h3{font-size:1.425rem;}
  .leakproof-text p{font-size:.684rem}
  .voted{margin:.4rem 0;}
  .voted span{font-size:.689rem;}
  .leakproof-text img{width:9.577rem;margin:0;}
  .leakproof-text .custom-btn{font-size:.645rem;padding: .85rem;}
  .template-page-seamless-thong .banner-sec{padding: 15rem 0;background-image: url('/cdn/shop/files/seemless-thong-bnr-mob.webp?v=1757593995');background-repeat: no-repeat;background-position: center;background-size: cover;}
  .template-page-seamless-thong .banner-subhead{display:none;}
  .template-page-saalt-vs-thinx .banner-sec{padding: 21rem 0 15rem;background-image: url('/cdn/shop/files/saalt-vs-thinx-mob.webp?v=1757578846');background-repeat: no-repeat;background-position: center;background-size: cover;}
  .template-page-saalt-vs-thinx .banner-heading{font-size:3.2rem;margin:0 0 2rem;}
  .big-richtext h3{font-size:1.8rem;margin:0 0 2rem}
  .template-page-seamless-thong .compare-table-holder{padding:6rem 0}
  .leakproof-right-con h2{font-size:1.9rem}
  .leakproof-right-con p{font-size:1.315rem;margin: 0 0 3rem;}
  .template-page-sleep-short .table-left-1,.template-page-sleep-short .table-left-2,.template-page-sleep-short .table-left-3,
  .template-page-reasons-update .table-left-1,.template-page-reasons-update .table-left-2,.template-page-reasons-update .table-left-3{font-size:.684rem}
  .template-page-sleep-short .table-top-1,.template-page-sleep-short .table-top-2,
  .template-page-reasons-update .table-top-1,.template-page-reasons-update .table-top-2{font-size:.75rem;}
  .template-page-you-need-to-upgrade .table-top-1,.template-page-you-need-to-upgrade .table-top-2{font-size:.828rem;}
  .template-page-saalt-vs-thinx .multirow__inner .image-with-text+.image-with-text{padding:5rem 0 0;}
  .leakproof-sec-main {padding: 6rem 0 0;}
  .template-page-saalt-vs-thinx-v2 .custom-richtext{padding:2rem 0;}
  .template-page-saalt-vs-thinx-v2 .custom-richtext h2{font-size:2.2rem;}
  .big-richtext .custom-btn {font-size: 1.194rem;}
  .leakproof-right-con .custom-btn{font-size:1.19rem}
  .template-page-sleep-short .saalt-wear-work p{font-size:1.5rem}
  .home-review-holder {padding: 5rem 0 2rem;}
  .upToFiftyOffBox{width:100%;}
  .upToFiftyOffBoxText h3{font-size:1.743rem;margin:0 0 1rem;min-height: 36px;}
  .owl-carousel .owl-item .upToFiftyOffBoxText h3 span img{width:45%;bottom:-10px}
  .upToFiftyOff .owl-stage-outer{padding-top:4.5rem;}
  .upToFiftyOff {margin:0;}
  .upToFiftyOffBoxText a{font-size:5.19px;min-width: 80px;height: 19px;padding: .4rem 1rem;line-height:2;}
  .no_waste_no_leaks_holder{padding:5rem 0;}
  .no_waste_no_leaks{grid-template-columns:1fr;gap:0}
  .no_waste_no_leaks_text_inr{padding:5rem 0;}
  .no_waste_no_leaks_text{order:1;}
  .no_waste_no_leaks_img{order:2;}
  .home_new .as-seen{row-gap: 1.5rem;}
  .as-available-holder{padding:3rem 0}
  .as-available .as-seen-img{column-gap:1rem;}
  .owl-carousel .owl-item img.hero-desktop,.hero-desktop{display:none;}
  .owl-carousel .owl-item img.hero-mob,.hero-mob{display:block;}
  .hero-text{text-align:center;margin: 0 auto;padding:0 2rem;}
  .collection-bnr-holder .hero-text{text-align:left;padding:0;} 
  .home_new .banner-heading{font-size:3rem;color: #fff;margin:0 auto 2rem;width: 268px;line-height:1.2;} 
  .home_new .banner-heading span{ font-family: "Instrument Serif", serif;font-weight: 400;font-style: italic;display:block;}
  .home_new .banner-subhead{font-size:1.8rem;margin:0 auto 3rem;line-height:1.3}
  .home_new .section-title{font-size:2.2rem;}
  .category-title {margin:5rem 0 1.5rem;} 
  .home_new .window-display-inner-wrapper .window-feature-wrapper .text-wrapper .window-feature-title{font-size:1.4rem!important;line-height:1.3;}
  .katie-couric-holder h4{font-size:1rem;letter-spacing: .75rem;}
  .katie-couric{padding: 4rem 0 3rem;width:380px;}
  .katie-couric .small-title{font-size:1.5rem;}
  .why-saalt-wear-content{order:2}
  .why-saalt-wear-img{order:1}
  .why-saalt-wear{flex-wrap:wrap;}
  .why-saalt-wear-img,.why-saalt-wear-content{flex:100%;}
  .why-saalt-wear-content-inr .section-title{font-size:2.2rem;}
  .why-saalt-wear-content-inr .custom-btn{font-size:1.3rem;display: block;margin-top:2.5rem;}
  .home-review-title img{width:10.832rem;margin-bottom:0}
  .home-review-title p{font-size:1.2rem}
  .home-review .item h4,.author{font-size:1.5rem}
  .author{margin-top:3rem;}
  .author a{margin-top: 5px;padding-top: 5px;display:block;}
  .home-review.owl-carousel .owl-nav button.owl-next, .home-review.owl-carousel .owl-nav button.owl-prev{font-size:3rem}
  .no_waste_no_leaks_text_inr{width:80%;}
  .no_waste_no_leaks_text_inr .section-title{font-size:1.8rem}
  .first_order_holder p{margin:3rem 0;font-size:1.5rem;}
  .first_order_subcription input[type="email"]{font-size:1.2rem;height:4rem;}
  .first_order_subcription button img {width: .75rem;}
  .hero-text .custom-btn{font-size:1.3rem;}
  .katie-couric-holder{margin-top:2rem}
  .no_waste_no_leaks.saalt-story{margin:4rem 0 0}
  .no_waste_no_leaks_text p{font-size:1.3rem}
  .no_waste_no_leaks_text .no_waste_icon p{font-size:.8rem}
  .saalt-story .no_waste_no_leaks_text p{margin: 1rem 0;font-size:1.3rem}
  .no_waste_no_leaks_img img.mob-view{display:block}
  .no_waste_no_leaks_img img.desktop-view{display:none}
  .upToFiftyOffImg {width: 85px;height: 85px;right: -6%;}
  .upToFiftyOffImg span{font-size: 1.3rem;padding: 0;}
  .upToFiftyOffBoxText h3 span .plus-icon {width: 12px;}
  .product_card .card--standard .card__inner{min-height:180px}
  .order-title{font-size:1.8rem}

  .hero-content-top .banner-heading br{display:block}
  .hero-text .custom-btn{background:#fff;color:#373737}
  .hero-black-text .banner-heading{color:#373737}
  .hero-black-text .custom-btn{background:#373737;color:#fff}
  .gray-btn.custom-btn{background:#8D9C91;color:#fff}
  .purplr-btn.custom-btn{background:#DC3663;color:#fff}
  .gray-btn.custom-btn:hover,.purplr-btn.custom-btn:hover{background:#F7C6B5;}
  .hero-content-top{transform: translateY(0);top: 10%;}
  .hero-content-btm{transform: translateY(0);top:auto;bottom:12%}
  .hero-content-top .banner-subhead,.hero-content-btm .banner-subhead{display:none;}
  .banner-subhead-desk,.banner-heading-desktop{display:none;}
  .banner-subhead-mob,.banner-heading-mob,.banner-subheading-mob{display:block;}
  .hero-content-btm .hero-text{text-align:left;}
  .hero-content-btm .banner-heading{margin-left:0;}
  .hero-content-btm .banner-heading br{display:none;}
  .featured-collections-tabs .product_card:before{left: -2rem;width: 5rem;top:-1rem}
  .theme-color-bg-2.utility-bar p.h5{font-size:1.1rem;}
  .prod_tag{width:3.2rem;height:1.1rem;font-size:.689rem;align-items: baseline;}
  .no_waste_no_leaks_text_inr .custom-btn{display:none}
  .mob-btn{display:block;text-align: center;margin:4rem 0 0;}
  .mob-btn .custom-btn{font-size:1.3rem;}
  .collection-bnr-holder .banner-heading{font-size:1.8rem;line-height:1.2;margin: 0;}
}
@media(max-width:749px){
  .template-page-saalt-vs-thinx .image-with-text__content {padding:4rem 0 0;}
  .template-page-saalt-vs-thinx .page-width{width:360px;}
 
 .template-product-saalt-wear-product-update .page-width{padding:0 4rem;}
  .template-product-saalt-wear-product-update .price__container .price-item{font-size:1.3rem;}
  .template-product-saalt-wear-product-update fieldset.product-form__input:first-child{margin:0 0 2rem;}
  .template-product-saalt-wear-product-update fieldset.product-form__input:first-child input[type=radio]+label{position:static;margin:.8rem 0 0;height: 33px;padding: .7rem 1.5rem;}
  .template-product-saalt-wear-product-update variant-radios{border-top:0;margin-top:2rem;padding-top:0;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper{justify-content: center;padding:.5rem 0 0}
  .template-product-saalt-wear-product-update variant-radios .size_quantity ul.group_buy_wrapper li button{padding:0 1rem;font-size:.838rem;height:2.6rem;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons .add_to_cart_atc .quantity,  
  .template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select .select__select{height:3.3rem;min-height: 3.3rem;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity{position:relative;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity div:has(product-form) .product-form__buttons{position:static;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects{padding-right:8.5rem;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity .quantity-size-wrapper{position: absolute;right: 0;top:86px;text-align:right;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity .quantity-size-wrapper .quantity:after{border-radius: 0;}
  .template-product-saalt-wear-product-update button.size-chart-button{margin-bottom:7px;padding:0;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity .quantity-size-wrapper .quantity{width: 8.5rem;padding: 0 8px;height:3.5rem;min-height: 3.3rem;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity .quantity-size-wrapper .quantity .quantity__button{width:auto;}
  .template-product-saalt-wear-product-update variant-radios .size_quantity variant-selects .product-form__input .select:after{border-width:0;}
  

  .template-product-saalt-wear-product-update #MainContent {padding-top:2rem;}
  .template-product-saalt-wear-product-update .product.product--thumbnail{position:relative;}
  .template-product-saalt-wear-product-update .product__info-container{position: static;}
  .template-product-saalt-wear-product-update .product__info-container .price--show-badge {display:none;}
  .template-product-saalt-wear-product-update .yotpo-reviews-star-ratings-widget{}
  .template-product-saalt-wear-product-update .yotpo-reviews-star-ratings-widget span{font-size:.6rem!important;}
  .template-product-saalt-wear-product-update .product__info-wrapper {padding-left: 0;}
  .desktop_title_section{display:none;}
  .template-product-saalt-wear-product-update .mobile_title_section .price--show-badge{}
  .template-product-saalt-wear-product-update .mobile_title_section .price--show-badge .sold-out{display:inline-block!important;font-size: 1rem;margin-left:.5rem;}
  .template-product-saalt-wear-product-update .product__title {margin-bottom: 0.5rem;}
  .template-product-saalt-wear-product-update .product-form__input input[type=radio]+label.variant_swatch{padding:.9rem;}
  .template-product-saalt-wear-product-update .form__label.has-size-chart{position:relative}
  .template-product-saalt-wear-product-update .form__label .availibility_status{position: absolute;top: -15px;white-space: nowrap;margin-left: 0;}
  .template-product-saalt-wear-product-update ul.icons-wrapper{margin: 1.5rem 0 1rem;padding: 2rem 0 0;}
  .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .section-inner #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2{padding-right:0;}
  .template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .icons-wrapper-2 .icon-wrapper .icon-svg-wrapper {max-width: 3rem;}
.template-product-saalt-wear-product-update .section-image-with-text .theme-color-bg-5{background: transparent;}
.template-product-saalt-wear-product-update #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c .section-inner #section-template--26790615154769__0ab14357-0de8-4d57-acc6-e90500d0006c-text-2 .text-wrapper{padding: 3rem 2rem;margin-top: 1.5rem;}
.template-product-saalt-wear-product-update media-gallery .thumbnail-slider{display:none;}
.template-product-saalt-wear-product-update h2.related-products__heading{font-size:2.2rem;margin: 0 0 2rem;}
.template-product-saalt-wear-product-update .size_quantity .accordion summary{padding:1.5rem 0;}
.template-product-saalt-wear-product-update .product__info-container .yotpo-sr-bottom-line-button:after{top: 12px;height: 12px;}
}
@media(max-width:639px){
  .video-section{padding:0}
  .video-content{width:100%;position:static;text-align:center;}
.custom-video-wrapper{width:100%;padding:0 0 5rem}
.video-holder{padding:3rem 0 2rem}
.video-content .section-title{font-size:2.2rem}
.video-content .section-title br{display:none;}
.video-content p{margin:0;font-size:1.5rem}
.video-content .custom-btn{display:none;}
.custom-video-wrapper .custom-btn{display:inline-block;}
.review-card-outer{padding:0;}
 .review-card-outer .review-item{width:100%;padding:3rem 1.5rem;}
 .review-card-outer .review-item:after{content:'';position:absolute;left:0;top:0;background:rgba(55,55,55,.3);width:100%;height:100%;}
 .review-card-data{position:relative;z-index:1;}
  .review-card-data p{width:100%;color:#fff;margin:0 0 1rem;text-align:left;}
  .review-card-data span{font-size:1.5rem;color:#fff;text-align:left;} 
  .review-card-data .star_image_container{width:85px;margin:0 0 1rem;}
  .owl-carousel .owl-item img.desktop-star{display:none;}
  .mobile-star{display:block}
  .review-card-outer .owl-carousel .owl-item{transform: scale(0.85);transition: all 0.4s ease-in-out;opacity:.12}
  .review-card-outer .owl-carousel .owl-item.active.center{transform: scale(1.15);opacity:1}
  .review-cards-holder .custom-wrapper{padding:0;}
  .five-reason{flex-wrap:wrap;padding:.6rem;margin:3rem 0 0;}
  .five-reason-left,.five-reason-right{width:100%;}
  .five-reason-right{padding:3rem 3rem;}
  .five-reason-holder{width:400px;max-width:100%;margin:0 auto;padding:0 0 2rem}
  .reason-heading{flex-flow:column;align-items:start;}
  .reason-heading h3{padding:0;}
  .fifty-off{width: 280px;position: relative;z-index: 1;margin: 0 auto;}
  .fifty-off-holder {background-position: center right;}
  .fifty-off-holder:before{position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;background:rgba(55,55,55,.2);content: "";z-index: 1;}
  .fifty-off h3,.fifty-off h2,.fifty-off p{color:#fff;}
  .fifty-off-holder .page-width:before,.fifty-off-holder .page-width:after{z-index:1;}
  .fifty-off-holder .page-width:before{right:-10%}
  .fifty-off-holder .page-width:after{right:auto;left:-10%;}
  .fifty-off h3{font-size:2.6rem}
  .fifty-off h2{font-size:6.535rem;}
  .product_card product-card-swatches input[type='radio'] + label.variant_swatch {padding:.25rem;width: 14px;height: 14px;padding: 0;}
  .no_waste_no_leaks_text_inr .custom-btn{font-size:.529rem}
}
@media(max-width:580px){
    .table-left-1, .table-left-2, .table-left-3{font-size:.75rem;}
    .table-top-1, .table-top-2{font-size:.75rem;}
    .template-page-you-need-to-upgrade .banner-heading{margin-bottom:4rem}
    .cotton-sleep-content{text-align:center}
    .cotton-sleep-inr{width: 345px;}
    .saalt-wear-work p{width:320px;max-width:100%;margin:0 auto;}
    .saalt-wear-work-right{width:300px;}
    .fifty-off-holder {background-position: center right 10%;}
    .fifty-off-holder .page-width:before {right: -16%;}
    .fifty-off-holder .page-width:after {left: -20%;}
    .first_order_subcription{width:100%;}
    .product_card .card--standard .card__inner{min-height:170px}
}
@media(max-width:420px){
  .leakproof-upgrade-container{background-position:center right 45%;}
}
@media(max-width:400px){
   .leakproof-upgrade-content{width:70%;}
   .review-card-data p{width:75%;}
}
@media(max-width:399px){
  .table-left-1, .table-left-2, .table-left-3{padding:0 1rem}
  .review-card-data p {font-size: 1.4rem;}
  .review-card-data .star_image_container{width:75px;}
  .review-card-data p{font-size:1.4rem;width: 100%;}
  .review-card-data span{font-size:1.2rem;}
}