/** Shopify CDN: Minification failed

Line 7:0 Comments in CSS use "/* ... */" instead of "//"
Line 141:0 Unexpected "}"

**/
//Anti bootstrap default
dl, ol, p, ul{
  margin-top: 1em;
  margin-block-start: 1em;
}
.modal-background.drawerify{
  z-index: 5;
}
.drawerify-close{
      user-select: none;
      cursor: pointer;
}
.overflow-hidden{
  overflow: hidden;
}
a.level-1[href="tel:+63 (947) 891 7230"]{
  width: auto !important;
}
.form-group.group-bday{
  column-gap: 8px;
}

.clear-fix-d-flex{
  display: flex;
  flex-wrap: wrap;
}
.attribute label{
  width: 100%;
}

#create_customer .form-group .form-control[name="customer[note][birthmonth]"],
#create_customer .form-group .form-control[name="customer[note][birthyear]"]{
  height: 48px !important;
  padding: 14px 36px 14px 16px !important;
  width: 50%;
}
.register-form2 #create_customer .form-group .form-control[name="customer[note][birthmonth]"],
.register-form2 #create_customer .form-group .form-control[name="customer[note][birthyear]"]{
  padding: 0.375rem 0.75rem !important;
  height: 38px !important;
}
#shopify-section-cart-banner {
  margin-bottom: unset !important;
}
#shopify-section-announcement-bar{
    margin-bottom: unset !important;
}
#shopify-section-announcement-shipping{
    margin-bottom: unset !important;
}
#shopify-section-newsletter-popup{
    margin-bottom: unset;
}
.modal-background{
  z-index: 4;
}
.modal .modal-dialog .close-mobile i.icon-close {
    color: #000 !important;
}
.modal .modal-dialog .close-mobile {
    position: absolute;
    opacity: 1;
    top: -10px;
    right: 0px;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    font-size: 32px;
}
.modal .modal-dialog .close-mobile .icon-close {
    font-size: 16px;
    color: #fff;
    text-shadow: none;
}
.close-mobile:focus, .close-mobile:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
button.close-mobile{
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.footer-links-menu-container{
    margin: 40px 0 0;
}
#HPFlickity .carousel-cell {
    width: 100%;
}
.bg-hero {
    background: #F7dc52;
}
.genz-plp-wrapper {
    font-family: 'Work Sans';
    color: black;
}
.genz-plp-wrapper .headers-3 {
    font-size: 42px;
    line-height: 1.2;
}
.domaine {
    font-family: 'DomaineDisplay-Medium';
}
.domaine-main-text {
    font-size: 30px;
}
#HPFlickity .flickity-button {
    display: none;
}
#HPFlickity .flickity-page-dots {
    bottom: 35px !important;
}
#HPFlickity .flickity-page-dots li {
    background-color: black;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border-top: 0;
    border-bottom: 0;
    opacity: .2;
}
#HPFlickity .flickity-page-dots .is-selected {
    background-color: black;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    opacity: 1;
}
 @media (min-width: 992px)
  .main-card-text {
      min-height: 30vmin;
  }
}
@media screen and (max-width: 575.98px){
    .modal .modal-dialog .close-mobile {
      top: -10px;
      right: 0px;
    }
}
.domaine {
  font-family: "DomaineDisplay-Medium";
}
.domaine-large {
  font-size: 112px;
  line-height: 0.8;
}
/*vars */
:root {
  --accent: #ffd700;
  --white: #fff;
  --black: #000;
  --grey: rgb(161, 161, 161);
  --hero-background: #f7dc52;
}
/*ELEMENTS
        *******************/
a:active,
a:focus {
  outline: 0;
  border: none;
  outline-style: none;
  -moz-outline-style: none;
}

/*CLASSES
        *****************/
.backgrounds {
  background-color: #f2ece6;
}
.bg-grey,
.bg-gray {
  background: #f4f4f4;
}
.bg-black {
  background: black;
}
.bg-hero {
  background: var(--hero-background);
}
.btn-lg {
  border-radius: 0;
}
.checkerboard-width {
  max-width: 420px;
}
.content-asset-container {
  padding: 0;
  margin: 0;
  font-family: "Work Sans";
}
.container-main {
  padding-left: 85px;
  padding-right: 85px;
  color: black;
}
.default-px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.headers {
  font-size: 32px;
  font-family: "Spectral", serif;
  line-height: 1.2;
  font-weight: 600;
}
.hero-wrapper svg a:hover {
  fill: #677789;
  text-decoration: none;
}

.link-white,
.link-white:hover {
  color: var(--white);
}
.link-dark {
  color: var(--grey);
}
.link-black {
  color: var(--black);
}
.link-black:hover {
  color: var(--grey);
}
.link-white:hover {
  color: var(--white);
  text-decoration: none;
}
.link-main {
  text-decoration: underline !important;
}
.link-main:hover {
  text-decoration: underline;
  color: #999;
}

.main1-btn {
  background: black;
  color: white;
  height: 40px;
  width: 100%;
  max-width: 194px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  font-family: "Work Sans";
  font-weight: 500;
}
.main1-btn:active,
.main1-btn:focus {
  border-color: #999;
  box-sizing: border-box;
  color: #999;
}
.main1-btn:hover {
  color: white;
  background-color: #677789;
}
.medium {
  font-weight: 500;
}
.mt-10 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 100px;
}
.plp-banner-text-block {
  max-width: 600px;
}

.read-more {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 3px solid black;
  padding-bottom: 2px;
}
.rule {
  text-transform: uppercase;
  font-size: 17px;
  color: black;
}
.semibold {
  font-weight: 600;
}
.slider-caption {
  line-height: 1.1;
  font-weight: 600;
  font-size: 18px;
}
.subheads,
.spotlight-subheads {
  font-size: 18px;
  color: black;
}
.subhead-width {
  width: 100%;
}
.sept-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 1rem !important;
}
.to-upper {
  text-transform: uppercase;
}
.w-400 {
  width: 400px;
}

/*Carousels
        *****************/
#hp-mens-carousel .flickity-prev-next-button.next,
#hp-womens-carousel .flickity-prev-next-button.next {
  right: -50px;
}
#hp-mens-carousel .flickity-prev-next-button.previous,
#hp-womens-carousel .flickity-prev-next-button.previous {
  left: -50px;
}
#LGFlickity .flickity-button {
  background: none;
}
#HPFlickity .flickity-button {
  display: none;
}
#hp-mens-carousel .carousel-cell,
#hp-womens-carousel .carousel-cell,
#hp-AB-carousel .carousel-cell {
  width: 100%;
  counter-increment: carousel-cell;
}
#HPFlickity .flickity-page-dots {
  bottom: 35px !important;
}
#HPFlickity .flickity-page-dots li {
  background-color: black;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border-top: 0;
  border-bottom: 0;
  opacity: 0.2;
}
#HPFlickity .flickity-page-dots .is-selected {
  background-color: black;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 1;
}
#HPFlickity .carousel-cell {
  width: 100%;
  counter-increment: carousel-cell;
}
#HPFlickity .is-selected {
  opacity: 1;
}

#LGFlickity .flickity-page-dots {
  bottom: -35px !important;
}
#LGFlickity .flickity-page-dots li {
  background-color: #bababa;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border-top: 0;
  border-bottom: 0;
}
#LGFlickity .flickity-page-dots .is-selected {
  background-color: #ffd700;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
#LGFlickity .carousel-cell {
  width: 40%;
  counter-increment: carousel-cell;
  padding: 0.5em;
  opacity: 0.4;
}
#LGFlickity .is-selected {
  opacity: 1;
}

#LGFlickity .slider-caption,
#LGRow {
  text-decoration: underline;
  color: black;
}
/*Campaign Pages
        *******************************/
.spotlight-headers {
  font-family: "Spectral", serif;
  color: black;
  font-weight: 600;
  font-size: 45px !important;
}
.spotlight-row {
  background: #f2f2f2;
  min-height: 300px;
}
.spotlight-table {
  max-width: 60%;
}
.spotlight-text {
  max-width: 750px;
}

.product-tile .image-container {
  overflow: unset;
}
.menu-wrapper ul.level-2 > li {
  width: 15%;
}
@media only screen and (max-width: 767.98px) {
  .menu-wrapper ul.level-2 > li {
    width: 100%;
  }
}

/*Media Queries
        *************************/
@media (max-width: 1940px) {
  .product-module {
    min-height: 45vw;
  }
}
@media screen and (max-width: 1600px) {
  #spotlight-image {
    bottom: -70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 1500px) {
  .temp-width {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  #AB-container .card-text {
    width: 60%;
  }
  .subhead-width {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .spotlight-table {
    font-size: 90%;
  }
  #spotlight-image {
    bottom: -170px;
    margin-bottom: 170px;
  }
  .container-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .spotlight-headers {
    font-size: 33px !important;
  }
  #spotlight-image {
    bottom: -200px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  #hp-mens-carousel .flickity-prev-next-button.previous,
  #hp-womens-carousel .flickity-prev-next-button.previous,
  #hp-mens-carousel .flickity-prev-next-button.next,
  #hp-womens-carousel .flickity-prev-next-button.next,
  #hp-AB-carousel .flickity-prev-next-button.previous,
  #hp-AB-carousel .flickity-prev-next-button.next {
    display: none;
  }
  .w-300 {
    width: 350px;
  }
}
@media screen and (max-width: 570px) {
  .spotlight-headers {
    font-size: 20px !important;
    line-height: 1;
  }
}
@media screen and (max-width: 540px) {
  .domaine-large {
    font-size: 86px;
    line-height: 0.8;
  }
  .w-400 {
    width: 70%;
  }
  .subheads,
  .slider-caption,
  .read-more,
  .spotlight-subheads {
    font-size: 18px;
  }
  .headers {
    font-size: 28px;
  }
  .city-title {
    font-size: 1.25rem !important;
  }
  #LGFlickity .carousel-cell {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  body .recommendations .rec-slider-nav {
    padding-top: 0;
  }
  body .product-tile .tile-body {
    height: 90px;
  }
}
.zgII-image {
  max-width: 36vw;
  width: 100%;
}
.domaine.header {
  font-size: 36px;
}
#featured-content {
  color: black;
}
#featured-content .header {
  font-size: 36px;
}
#hero1 {
  padding: 0 8vw;
}
#hero2 {
  right: 5vw;
  top: 13vw;
}
#hero3 {
  right: 4vw;
  top: 13vw;
}
.hero-wrapper,
#featured-content {
  font-family: "Work Sans";
}
.hp-hero .domaine {
  font-size: 64px;
  line-height: 1.2;
}
.change-forward {
  background: url("images/202202_Flip/FEB22-CHANGE-FORWARD-BANNER.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.change-forward svg {
  max-width: 668px;
}
.intro-spacing {
  letter-spacing: 2px;
}
#lp-flowerfoam-logo {
  text-align: right;
  right: 130px;
  position: relative;
}
@media (max-width: 1240px) {
  .hp-hero .domaine {
    font-size: 54px;
    line-height: 1.2;
  }
  #hero1 {
    padding: 0 2vw;
  }
  #hero2 {
    right: 2vw;
    top: 8vw;
  }
  #hero3 {
    right: 0vw;
    top: 8vw;
  }
  #lp-flowerfoam-logo {
    text-align: right;
    right: 9.5vw;
    position: relative;
  }
}
@media (max-width: 992px) {
  #hero2,
  #hero3 {
    top: 5vw;
  }
  .change-forward {
    background: url("images/202202_Flip/FEB22-CHANGE-FORWARD-BANNER-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .add-line {
    top: 24px;
  }
}
/*Einstein*/
.hp-rdv2-hero .recommendations h4,
.secondary-content .recommendations h4 {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 18px;
  color: black;
  line-height: 1;
  text-transform: Uppercase;
  font-family: "WorkSansRegular", "Work Sans";
}

/*vars */
:root {
  --white: #fff;
  --black: #000;
  --grey: rgb(161, 161, 161);
}
/*ELEMENTS
      *******************/
a:active,
a:focus {
  outline: 0;
  border: none;
  outline-style: none;
  -moz-outline-style: none;
}

/*CLASSES
      *****************/
.absolute-center {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.absolute-vertical-center {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.backgrounds {
  background-color: #f2ece6;
}

.bg-black {
  background: black;
}
.bg-grey,
.bg-gray {
  background: #f4f4f4;
}
.bg-hero {
  background: var(--hero-background);
}
.bold-main {
  font-weight: 700;
  font-family: "WorkSansSemiBold", "Work Sans";
}
.btn-lg {
  border-radius: 0;
}

.contentslot1_cat-landing-slotbanner-m,
.contentslot1_cat-landing-slotbottom2-m {
  max-width: 1940px;
  margin: 0 auto;
}
.content-asset-container,
.contentslot1_cat-landing-slotbottom2-m .container,
.contentslot1_cat-landing-slotbanner-m .container {
  padding: 0;
  margin: 0;
  font-family: "WorkSansRegular", "Work Sans";
}

.container-main,
.container-main-hero {
  padding-left: 85px;
  padding-right: 85px;
  color: black;
}
.container-main-lp,
.container-main-hero-lp {
  padding-left: 70px;
  padding-right: 70px;
  color: black;
}
.container-main-hero {
  padding-top: 0px;
}
.default-px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.headers {
  font-size: 32px;
  font-family: "LibreItalic", "Libre Bodoni", serif;
  line-height: 1.2;

  font-style: italic;
}
.hero-wrapper svg a:hover {
  fill: #677789;
  text-decoration: none;
}
.image-link:hover {
  cursor: pointer;
}
.letter-space {
  letter-spacing: 1.1px;
}
.link-white,
.link-white:hover {
  color: var(--white);
}
.link-dark {
  color: var(--grey);
}
.link-black {
  color: var(--black);
}
.link-black:hover {
  color: var(--grey);
}
.link-white:hover {
  color: var(--white);
  text-decoration: none;
}

.link-main {
  text-decoration: underline;
}
.link-main:hover {
  text-decoration: underline;
  color: #999;
}

.main1-btn {
  background: white;
  color: black;
  height: 40px;
  width: 100%;
  max-width: 240px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 2rem;
  font-family: "WorkSansRegular", "Work Sans";
  font-weight: 500;
}
.main1-btn:active,
.main1-btn:focus {
  border-color: #999;
  box-sizing: border-box;
  color: #999;
}
.main1-btn:hover {
  color: white;
  background-color: #677789;
}
.main-link {
  font-size: 12px;
  text-decoration: underline;
}
.main-link a {
  letter-spacing: 1px !important;
}
.main-subheader {
  font-size: 26px;
  font-family: "Libre Bodoni", "LibreItalic", serif;
  line-height: 1.2;
  font-style: italic;
}
.medium {
  font-weight: 500;
}
.mt-10 {
  margin-top: 100px;
}
.mb-10 {
  margin-bottom: 100px;
}
.next-cell {
  display: none;
}

.product-subheader {
  font-size: 16px;
  display: block;
  color: black;
  line-height: 1.5;
  font-family: "WorkSansRegular", "Work Sans";
}
.product-subheader-width {
  max-width: 365px;
  margin: 0 auto;
}

.secondary-subheader {
  font-size: 32px;
  font-family: "Libre Bodoni", "LibreItalic", serif;
  line-height: 1.2;
  font-style: italic;
}
.semibold {
  font-weight: 600;
}

.separator {
  display: inline-block;
  height: 12px;
  background-color: #ccc;
  width: 2px !important;
  position: relative;
  bottom: -1px;
}

.subheads {
  font-size: 18px;
  color: black;
  line-height: 1;
  font-family: "WorkSansRegular", "Work Sans";
}
.subhead-width {
  width: 100%;
}

.to-upper {
  text-transform: uppercase;
}

/*Carousels
      *****************/

#LGFlickity .flickity-button {
  background: none;
}

#LGFlickity .flickity-page-dots {
  bottom: -35px !important;
}
#LGFlickity .flickity-page-dots li {
  background-color: #bababa;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border-top: 0;
  border-bottom: 0;
}
#LGFlickity .flickity-page-dots .is-selected {
  background-color: #ffd700;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
#LGFlickity .carousel-cell {
  width: 40%;
  counter-increment: carousel-cell;
  padding: 0.5em;
  opacity: 0.4;
}
#LGFlickity .is-selected {
  opacity: 1;
}

#LGFlickity .slider-caption,
#LGRow {
  color: black;
}
/*Media Queries
      *************************/
@media screen and (min-width: 1600px) {
  #main-hero-text {
    max-width: 1490px;
    margin: auto 0;
    height: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .subhead-width {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .container-main-hero {
    padding: 0rem 1rem;
  }
  .container-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container-main-lp {
    padding: 0;
  }
}
@media (min-width: 991px) {
  .text-white-lg {
    color: white !important;
  }
}
@media (max-width: 991px) {
  .main-subheader {
    font-size: 24px;
    line-height: 1.2;
  }
}
/*@media (min-width: 768px) {
          .lp-product-wrapper .separator {
              background-color: white;
          }
      }*/
@media screen and (max-width: 767px) {
  .container-main-hero {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero-wrapper .main-subheader {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 570px) {
  .product-subheader,
  .slider-caption,
  .product-subheader-mobile {
    font-size: 15px !important;
  }
  .product-subheader-mobile {
    font-weight: 500;
  }
}
@media screen and (max-width: 540px) {
  .subheads {
    font-size: 18px;
  }
  .headers {
    font-size: 28px;
  }
  #LGFlickity .carousel-cell {
    width: 80%;
  }
}
@media (max-width: 440px) {
  .d-xs-none {
    display: none;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
}
/**********************************************************************************************************************/
.left-tagline {
  text-align: center;
  max-width: 550px;
  margin: auto 0;
  left: 0%;
  top: -2rem;
  bottom: 0;
  height: 135px;
}
.main-tagline {
  text-align: center;
  max-width: 540px;
  margin: auto 0;
  left: 0;
  right: 0;
  top: -1rem;
  bottom: 0;
  height: 150px;
}
.main-tagline.wlp {
  text-align: center;
  max-width: 1200px;
  margin: auto 0;
  left: 0;
  right: 0;
  top: -1rem;
  bottom: 0;
  height: 135px;
}
.main-tagline.mlp {
  text-align: center;
  max-width: 600px;
  margin: auto 0;
  left: 13%;
  top: -4rem;
  bottom: 0;
  height: 135px;
}

.main-tagline .main-subheader,
.left-tagline .main-subheader {
  font-size: 70px;
}
.bottom-cta-hero {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 2rem;
  height: 1rem;
}
.bottom-cta-product {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 2rem;
  height: 1rem;
  z-index: 1;
  font-weight: 500;
}

.bottom-cta-product.main1 {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 4rem;
  height: 1rem;
  z-index: 1;
  font-weight: 500;
}
.bottom-cta-product .main-link a {
  color: black;
}
.center-cta-product {
  text-align: center;
  margin: auto auto;
  left: 0;
  right: 0;
  top: 2rem;
  bottom: 0rem;
  height: 10rem;
  z-index: 1;
  font-weight: 500;
}
.left-cta-product {
  text-align: center;
  margin: auto 0;
  left: 0;
  top: 0;
  bottom: 0rem;
  height: 10rem;
  z-index: 1;
  font-weight: 500;
  width: 42%;
}
.right-cta-product {
  text-align: center;
  margin: auto 0;
  right: 0;
  top: 3rem;
  bottom: 0rem;
  height: 10rem;
  z-index: 1;
  font-weight: 500;
  width: 58%;
}
.close-row {
  margin: 0 -0.5rem;
}
.yr-logo {
  max-width: 10%;
  left: 0;
  top: 0;
}

.hero-product-wrapper {
  color: black;
}
.hero-product-wrapper .grid-1 .col-lg-7 {
  flex: 60%;
  max-width: 60%;
}
.hero-product-wrapper .grid-1 .col-lg-5 {
  flex: 40%;
  max-width: 40%;
}
.hero-tagline-large {
  font-size: 70px;
}
div.hero-tagline {
  max-width: 600px;
  margin: auto auto;
  left: 0;
  right: 0;
  top: -3rem;
  bottom: 0;
  color: white;
  font-family: "Libre Bodoni", "LibreItalic";
  font-style: italic;
  font-size: 50px;
  line-height: 1.1;
}
div.hero-tagline--dark {
  color: #000;
}
.fade-in-image {
  animation: fadeIn 0.5s;
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
img.hero-tagline {
  max-width: 1280px;
  margin: auto auto;
  left: 0;
  right: 0;
  top: -1rem;
  bottom: 0;
  padding: 0 20px;
}

.main-banner-wrapper {
  left: 7%;
  height: 35%;
}
.main-banner-wrapper .separator {
  background-color: black;
  width: 1px !important;
}
.main-subheader.main-banner {
  font-size: 34px;
}
.main-subheader.large {
  font-size: 60px;
}
.featured-label-wrapper {
  position: absolute;
  bottom: 0;
}
.featured-label {
  left: 0;
  right: 0;
  font-size: 12px;
  bottom: 18px;
  margin: 0 auto;
}
.container-main-alt {
  padding: 0 85px;
}
.container-main-alt .row {
  margin: 0 -15px;
}
.text-black {
  color: black;
}
@media (max-width: 1200px) {
  .main-tagline .main-subheader {
    font-size: 70px;
  }
  .container-main-alt {
    padding: 0 15px;
  }
  .main-subheader.main-banner {
    font-size: 26px;
  }
  .left-tagline {
    max-width: 500px;
  }
  .main-tagline {
    max-width: 740px;
    margin: auto 0;
    top: -4rem;
  }
  .main-tagline.wlp {
    text-align: center;
    max-width: 600px;
    margin: auto 0;
    left: 0%;
    top: -1rem;
    bottom: 0;
    height: 135px;
  }
  .main-tagline.mlp {
    text-align: center;
    max-width: 600px;
    margin: auto 0;
    left: 3%;
    top: -1rem;
    bottom: 0;
    height: 135px;
  }
}
@media (max-width: 991px) {
  .left-cta-product,
  .right-cta-product,
  .center-cta-product {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0rem;
    height: 5.5rem;
    z-index: 1;
    font-weight: 600;
    width: 100%;
  }
  .hero-tagline.large {
    font-size: 50px;
  }
  div.hero-tagline {
    font-size: 40px;
  }
  div.hero-tagline.product {
    position: absolute;
    text-align: center;
    top: 0;
    margin: auto auto;
    bottom: 0;
    height: 100px;
  }
  div.hero-tagline.product-top {
    position: absolute;
    text-align: center;
    top: 1rem;
    margin: 0 auto;
    bottom: 0;
    height: 100px;
    z-index: 1;
  }
  .container-main-alt .row {
    margin: 0 -15px;
  }

  .featured-label {
    font-size: 10px;
    text-transform: none;
  }
  .main-banner-wrapper {
    height: 45%;
  }
  .main-tagline {
    max-width: 740px;
    margin: auto 0;
    top: -6rem;
  }
  .left-tagline .main-subheader {
    font-size: 40px;
    color: white;
  }
  .main-subheader.large {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .bottom-cta-product .main-link a {
    color: black;
  }
  .bottom-cta-product.bottom-cta-product-button {
    bottom: 4.5rem;
  }
  .main-tagline {
    top: 2rem;
  }
  .main-tagline.wlp,
  .main-tagline.mlp,
  .left-tagline {
    margin: 0 auto;
    left: 0;
    top: 30%;
    right: 0;
  }
  .main-tagline .main-subheader {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 850px) {
  .main-banner-wrapper,
  .yr-logo {
    display: none;
  }
}
@media (max-width: 650px) {
  img.hero-tagline {
    max-width: 430px;
  }
}
.default-wrapper {
  color: black;
}
.hp-rdv2-hero .recommendations h4 {
  display: none;
}
.featured-content-home .product-tile .image-container .quickview {
  left: 1rem;
  height: 1rem;
  opacity: 0.7;
  bottom: 1rem;
  position: absolute;
  color: white;
}
.featured-content-home
  .product-tile
  .image-container
  .quickview
  .swatch-circle {
  background: white;
  color: black;
}
.running-title {
  font-size: 50px;
  font-family: "LibreItalic", "Libre Bodoni", serif;
  line-height: 1.2;
  font-style: italic;
}
.running-header {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "WorkSansSemibold", "Work Sans";
  font-weight: 600;
}
.running-subheader {
  font-size: 16px;
  font-family: "WorkSansRegular", "Work Sans";
  font-weight: 400;
}
@media (max-width: 991px) {
  .container-main.slider-wrapper {
    padding: 0;
  }
  .running-title {
    font-size: 40px;
  }
}
.looking-for-more {
  border-top: 1px solid #cccccc;
}
.looking-for-more-wrapper .main-subheader {
  font-size: 32px;
  font-weight: 500;
}
.looking-for-more-wrapper .main-title-subheader.main-subheader {
  font-size: 24px;
  line-height: 40px;
}
.looking-for-more-wrapper .title-subheader {
  font-family: "Libre Bodoni", serif;
  font-size: 16px;
  text-transform: uppercase;
}
.looking-for-more-wrapper .separator {
  float: right;
  bottom: inherit;
  height: 1px;
  width: 90% !important;
}
.looking-for-more-wrapper .separator.separator-right {
  float: left;
  bottom: inherit;
  height: 1px;
  width: 90% !important;
}
.looking-for-more-wrapper .inner {
  border-right: 1px solid #ccc;
}
@media (max-width: 1200px) {
  .looking-for-more-wrapper .title-subheader {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .looking-for-more-wrapper .inner-right {
    border: none;
  }
}
@media screen and (max-width: 768px){
  .header-wrapper.menu-open{
      top: -120px !Important;
  }
}
@media (max-width: 767px) {
  .looking-for-more-wrapper .inner {
    border: none;
  }
  .looking-for-more-wrapper .inner-mobile {
    border-right: 1px solid #ccc;
  }
  .looking-for-more-wrapper .main-subheader {
    font-size: 28px;
  }
  .g-display {
    display: none;
  }
  .looking-for-more-wrapper .title-subheader {
    font-size: 12px;
  }
}
.full-width-module.module-container.module-top {
  margin: 0;
}

.full-width-module.module-container,
.module-container {
  padding: 0 32px;
  margin: 1.5rem 0;
}

.module-container {
  color: #000;
}

.module-container .main1-btn {
  background: #000;
  color: #fff;
  height: 40px;
  min-width: 110px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 1.5rem;
  font-family: WorkSansRegular, Work Sans;
  font-weight: 500;
  letter-spacing: 1px;
  max-width: fit-content;
}

.module-container .main1-btn:active,
.module-container .main1-btn:focus {
  border-color: #999;
  box-sizing: border-box;
  color: #999;
}

.module-container .main1-btn:hover {
  color: #fff;
  background-color: #677789;
}

@media (max-width: 1200px) {
  .full-width-module.module-container,
  .module-container {
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  .full-width-module.module-container {
    padding: 0;
  }
}

.overlay-wrapper.left {
  -ms-flex-pack: right;
  justify-content: right;
}

.overlay-wrapper.left,
.overlay-wrapper.right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.overlay-wrapper.right {
  -ms-flex-pack: left;
  justify-content: left;
}

.overlay-content.left {
  left: 0;
  right: inherit;
}

.overlay-content.left,
.overlay-content.right {
  width: 41.6%;
  background-color: hsla(30, 32%, 93%, 0.85);
  position: absolute;
  height: 47%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  min-width: 500px;
  display: table;
  padding: 2.5rem 0 2.5rem 2.2rem;
}

.overlay-content.right {
  right: 0;
  left: inherit;
  text-align:left;
}

.overlay-content .cta {
  padding: 0.4rem 0;
}

.overlay-content .overlay-header {
  color: #000;
  font-size: 48px;
  font-family: LibreItalic, Libre Bodoni, serif;
  line-height: 1.2;
  font-style: italic;
}

.overlay-content .overlay-subheader {
  padding: 0.5rem 1rem 1.5rem 0;
  font-size: 14px;
}

.overlay-content .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay-image {
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

@media (max-width: 991px) {
  .overlay-content .overlay-header {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .overlay-wrapper.left,
  .overlay-wrapper.right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .overlay-content.left,
  .overlay-content.right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    height: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    margin: auto;
    min-width: 100%;
    position: relative;
    text-align: center;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.5rem 0;
  }

  .overlay-content .overlay-subheader {
    padding: 0.5rem 2rem 1.5rem;
  }

  .overlay-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 0;
    order: 0;
  }
}

.trending-wrapper {
  margin: 1rem 0;
}

.trending-wrapper * {
  color: #000;
}

.trending-wrapper .row {
  margin: 0 -8px;
}

.trending-wrapper .trending-grid .col {
  padding: 0 8px;
}

.trending-wrapper .trending-title {
  font-size: 36px;
  font-family: LibreItalic, Libre Bodoni, serif;
  line-height: 1.2;
  font-style: italic;
}

.trending-wrapper .trending-caption {
  text-transform: uppercase;
  font-size: 12px;
  font-family: WorkSansRegular, Work Sans, arial;
  padding: 1rem 0;
}

.trending-wrapper .trending-category {
  text-transform: uppercase;
  font-size: 16px;
  font-family: WorkSansRegular, Work Sans, arial;
}

.trending-wrapper .trending-category a:hover {
  text-decoration: none;
}

.trending-wrapper .trending-category .icon-arrow-right {
  position: relative;
  top: 1.5px;
}

.trending-wrapper .trending-category .category-cta {
  padding-right: 10px;
}

.trending-wrapper .trending-headers {
  padding: 0 8px;
}

.split-row-wrapper {
  color: #000;
  margin: 0 -8px;
}

.split-row-wrapper .row {
  margin: 0;
}

.split-row-wrapper .split-row-content {
  padding: 1.5rem 0 1.3rem;
  text-align: center;
}

.split-row-wrapper .split-row-content div {
  padding: 0.4rem 0;
}

.split-row-wrapper .split-row-header {
  color: #000;
  font-size: 28px;
  font-family: LibreItalic, Libre Bodoni, serif;
  line-height: 1.2;
  font-style: italic;
}

.split-row-wrapper .split-row-subheader {
  font-size: 14px;
  font-family: WorkSansRegular, Work Sans, arial;
}

.split-row-wrapper .split-row-cta {
  margin-top: 0.5rem;
}

.collections-wrapper {
  margin: 1rem 0;
}

.collections-wrapper * {
  color: #000;
}

.collections-wrapper .row {
  margin: 0;
}

.collections-wrapper .collections-grid .col {
  padding: 0 8px;
}

.collections-wrapper .collections-title {
  font-size: 36px;
  font-family: LibreItalic, Libre Bodoni, serif;
  line-height: 1.2;
  font-style: italic;
}

.collections-wrapper .collections-content {
  text-align: left;
  font-family: WorkSansRegular, Work Sans, arial;
  padding: 1rem 0;
}

.collections-grid .collections-detail-header,
.collections-wrapper .collections-category {
  text-transform: uppercase;
  font-size: 16px;
}

.collections-wrapper .collections-category .icon-arrow-right {
  position: relative;
  top: 1.5px;
}

.collections-wrapper .collections-category .category-cta {
  padding-right: 10px;
}

.collections-grid .collections-detail-subheader {
  font-size: 14px;
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}

.collections-grid .collections-detail-cta {
  font-size: 12px;
  text-transform: uppercase;
}

.collections-grid .collections-detail-cta span {
  padding-right: 8px;
}

@media (max-width: 991px) {
  .collections-wrapper .row {
    margin: 0 16px;
  }
}

.glide__bullets {
  bottom: -0.5rem;
}
.glide-hero .glide__bullets {
  bottom: 1rem;
}
.glide__bullet {
  background-color: black;
  width: 20px;
  height: 5px;
  border-radius: 0%;
  border-top: 0;
  border-bottom: 0;
  opacity: 0.2;
}
.glide__bullet--active {
  background-color: black;
  width: 20px;
  height: 5px;
  border-radius: 0%;
  opacity: 1;
}
.glide__slide a {
  transition: 1s opacity;
}
.glide__slide--active {
  z-index: 1;
}
.glide__slide {
  line-height: 1.2;
  margin: 0;
  text-align: center;
  font-size: 13px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* width: 100%; */
}
/* .glide__arrow {
  border: none;
  padding: 0 6px;
  color: white;
  box-shadow: none;
} */
.glide-hero .glide__arrow {
  color: black;
}
.top-cat-wrapper .glide__arrow .fa {
  font-size: 20px;
}
/* .glide__arrow--prev {
  left: 0rem;
}
.glide__arrow--next {
  right: 0rem;
} */
@media screen and (min-width: 991px) {
  .glide-hero .glide__slides {
    transform: initial !important;
  }
}
@media screen and (max-width: 540px) {
  .glide__slide {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
}
.atmos-headers {
  font-size: 40px;
  font-family: "Spectral", serif;
  line-height: 1.2;
  font-weight: 600;
}
.atmos-dark {
  background-color: #af854e;
  color: white;
}
.atmos-dark .product-subheader {
  color: white;
}
.atmos-half-text {
  top: 3rem;
  left: 0;
  right: 0;
  width: 50%;
  bottom: 0;
  height: 260px;
  margin: 0 auto;
  text-align: center;
}
.atmos-image {
  object-fit: cover;
  object-position: 0%;
  min-height: 600px;
}
.atmos-line-height .main-subheader,
atmos-line-height .main-subheader.atmos-med {
  line-height: 1.5 !important;
}
.atmos-logo {
  width: 100%;
  max-width: 630px;
}
.atmos-logo.small {
  width: 100%;
  max-width: 440px;
}
.atmos-text {
  top: -8rem;
  left: 0;
  width: 41.66%;
  bottom: 0;
  height: 290px;
  margin: auto 0;
  text-align: center;
}
.atmos-wrapper {
  color: black;
}
.atmos-wrapper .product-tile .image-container {
  overflow: initial;
}
.atmos-wrapper .product-tile .image-container .quickview {
  left: 1rem;
  height: 1rem;
  bottom: 1rem;
}
.atmos-wrapper .product-tile .image-container .quickview:hover {
  opacity: 0.75;
}
.atmos-content .product-subheader {
  font-size: 16px;
}
.main-subheader.atmos-large {
  font-size: 50px;
  line-height: 1.2;
}
.main-subheader.atmos-med {
  font-size: 32px;
  line-height: 1.2;
}
.atmos-wrapper .product-tile .image-container .quickview {
  right: 3rem;
  height: 1rem;
  top: 0rem;
  opacity: 0.25;
  left: initial;
}
.ALPFlickity:after,
.ALPFlickity2:after {
  content: "flickity";
  display: none;
}
.atmos-content .product-subheader {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .atmos-light {
    background-color: #f2ece6;
  }
}
@media (max-width: 1300px) and (min-width: 767px) {
  .atmos-content-1 .product-subheader {
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  .atmos-content-4 .col-lg-6.left {
    -ms-flex: 0 0 52.3%;
    flex: 0 0 52.3%;
    max-width: 52.3%;
  }
  .atmos-content-4 .col-lg-6.right {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }
  #out-box {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .atmos-line-height .main-subheader,
  atmos-line-height .main-subheader.atmos-med {
    line-height: 1.2 !important;
  }
  .atmos-text {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 240px;
    margin: auto auto;
    text-align: center;
    color: white !important;
  }
  .atmos-image {
    object-fit: cover;
    object-position: 100%;
    min-height: 370px;
  }
  .main-subheader.atmos-large {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .atmos-next-cell {
    display: none;
  }
  .atmos-logo {
    max-width: 355px;
  }
  .atmos-logo.small {
    max-width: 330px;
  }
}
@media (min-width: 767px) {
  .ALPFlickity2 {
    display: flex;
    flex-wrap: wrap;
  }
  .ALPFlickity2:after {
    content: "";
  }

  .ALPFlickity {
    display: flex;
    flex-wrap: wrap;
  }
  .ALPFlickity:after {
    content: "";
  }
}

/*Carousels
        *****************/
.carousel .flickity-page-dots {
  bottom: 20px !important;
}
.carousel .flickity-page-dots li {
  background-color: black;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border-top: 0;
  border-bottom: 0;
  opacity: 0.2;
}
.carousel .flickity-page-dots .is-selected {
  background-color: black;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}
.carousel .carousel-cell {
  width: 100%;
  counter-increment: carousel-cell;
}
.carousel .is-selected {
  opacity: 1;
}
.full-width-module.module-container.module-top {
    margin: 0;
    padding: 0;
}


@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
  
    .text-lg-left .glide__slide{
        text-align: left!important
    }
  
    .text-lg-right .glide__slide{
        text-align: right!important
    }

    .text-lg-center .glide__slide{
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}
