body.shoppable-flyout-active {
  overflow: hidden !important;
}

.site-header.shoppable-flyout-active,
.sticky-container.shoppable-flyout-active {
  z-index: 1 !important;
}

body #custom-gladly-chat-button {
  display: none;
}

#custom-gladly-chat-button.shoppable-flyout-active {
  opacity: 0;
}

a.homepage-button-cta {
  text-decoration: none;
  text-align: center;
}

.white-transparent-button {
  border: 1px solid #fff;
  color: #fff !important;
}

.white-transparent-button-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  color: #fff !important;
}

.black-transparent-button {
  border: 1px solid #222;
  color: #222 !important;
}

.black-transparent-button-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #222;
  color: #222 !important;
}

.black-transparent-button-white-blur-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #222;
  color: #222 !important;
  background-color: #ffffff59;
}

.white-transparent-button-black-blur-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #22222240;
}

.white-solid-button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #222 !important;
}

.black-solid-button {
  background-color: #222;
  border: 1px solid #222;
  color: #fff !important;
}

.underlined-cta {
  text-decoration: underline;
}

.plain-text-cta {
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

.responsive-marquee-container {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}

.marquee-media-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

.marquee-text-overlay-container {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.marquee-shoppable-flyout-dark-overlay {
  background: rgba(34, 34, 34, 0.45);
  z-index: -1;
  opacity: 0;
  top: 0;
}

.marquee-shoppable-flyout-dark-overlay.active {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 3;
  overflow: hidden;
}

.marquee-shoppable-flyout-header-container h3 {
  text-transform: uppercase;
  letter-spacing: 0.04em !important;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}

.close-flyout-button {
  width: 25px;
  height: 35px;
  border: none;
  background: #fff;
}

.marquee-close-flyout-button .close-flyout-button svg {
  height: 35px;
  width: 25px;
}

.marquee-shoppable-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  background: 0 0;
  border: none;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  padding: 0;
}

.marquee-shoppable-button-content {
  height: 38px;
  width: 38px;
  border-radius: 50px;
  display: flex;
  position: absolute;
  opacity: 0.9;
  bottom: 4%;
  left: 4%;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.marquee-wide .marquee-shoppable-button-content {
  bottom: 4%;
  left: 2%;
}

.marquee-button-black .marquee-shoppable-button-content {
  background: #222;
}

.marquee-button-white .marquee-shoppable-button-content {
  background: #fff;
  opacity: 1;
}

.marquee-button-black .shopping-bag-svg svg {
  stroke: #fff;
  color: #fff;
  width: 14px;
  margin-left: 12px;
  margin-top: 2px;
}

.marquee-button-white .shopping-bag-svg svg {
  stroke: #222;
  color: #222;
  width: 14px;
  margin-left: 12px;
  margin-top: 2px;
}

.marquee-shoppable-button.button-expanded .marquee-shoppable-button-content {
  width: 155px;
}

.marquee-shoppable-button.button-expanded .get-the-look-txt {
  opacity: 1;
  transition-delay: 0.3s;
  transition-property: opacity;
}

.get-the-look-txt {
  margin: 0px 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
  opacity: 0;
  line-height: 1;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.marquee-shoppable-flyout-product-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px 15px;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 20px 20px 40px 20px;
}

.marquee-product-name {
  margin: 0 0 2px 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.marquee-product {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.marquee-product a:hover,
.marquee-product a:focus {
  text-decoration: none;
}

.marquee-product-price {
  margin: 0 0 0 2px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.21px;
}

.marquee-product-image {
  padding-bottom: 0px;
  max-width: 100%;
  margin-bottom: 0.5em;
}

.loading-in {
  animation: skeleton-loading 1s linear infinite alternate;
  opacity: 1;
  transition: all 0.2s;
}

.loading-in-text {
  width: 100%;
  height: 0.75em;
  margin-bottom: 0.25em;
  border-radius: 0.125em;
}

.loading-in-text:last-child {
  margin-bottom: 0;
  width: 80%;
}

.marquee-product.full-opacity {
  opacity: 1;
}

.marquee-product.no-opacity {
  opacity: 0;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(0, 0%, 80%);
  }

  100% {
    background-color: hsl(0, 0%, 93%);
  }
}

.playPauseButton {
  position: absolute;
  z-index: 2;
  background-color: transparent;
  border: none;
}

.playPauseShowing {
  display: inline-block;
}

.playPauseHidden {
  display: none;
}

.videoContent {
  width: 100%;
  height: 100%;
}

.marquee-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.stl-container {
  position: relative;
}

.marquee-top-control-container {
  position: sticky;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff;
  z-index: 2;
}

.marquee-copy-below-media-container h3 {
  margin: 20px 0 5px;
}

/* <!-- mobile styling --> */

@media only screen and (max-width: 767px) {
  .plain-text-cta {
    text-underline-offset: 2px;
    text-transform: uppercase;
    padding: 0 1em;
    margin-left: -4px;
  }

  .left-border-white {
    border-left: 1px solid #fff;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .left-border-black {
    border-left: 1px solid #222;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .right-border-white {
    border-right: 1px solid #fff;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .right-border-black {
    border-right: 1px solid #222;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .left-border-white p,
  .left-border-black p,
  .right-border-white p,
  .right-border-black p {
    margin: 0 !important;
  }

  a.homepage-button-cta {
    padding: 0.6em 0 0.6em;
    text-decoration: none;
    display: block;
    width: auto;
    margin: auto;
    max-width: 225px;
    text-transform: uppercase;
  }

  .side-by-side-mob {
    display: flex;
    width: calc(100% - 3em);
    gap: 0.5em;
    justify-content: center;
  }

  .side-by-side-mob a.homepage-button-cta {
    width: 128px;
  }

  .loading-in-image {
    width: 160px;
    height: 160px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-bottom: 0.5em;
  }

  .marquee-shoppable-flyout-container {
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100vw;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100vw;
  }

  .marquee-shoppable-flyout-container.active {
    right: 0vw;
  }

  .marquee-shoppable-flyout-product-grid {
    display: -ms-grid;
    display: grid;
    gap: 24px 15px;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0px 20px 40px 20px;
  }

  .marquee-product-name {
    margin: 0 0 2px 2px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
  }

  .marquee-product {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }

  .marquee-product-price {
    margin: 0 0 0 2px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.21px;
  }

  .marquee-product-image {
    padding-bottom: 0px;
    max-width: 100%;
    margin-bottom: 0.5em;
  }

  .marquee-close-flyout-button {
    text-align: right;
    margin-right: 1em;
  }

  .play-pause-svg {
    height: 38px;
    width: 38px;
  }

  .bottom-left-btn {
    bottom: 2%;
    left: 3%;
  }

  .bottom-right-btn {
    bottom: 2%;
    right: 2%;
    left: auto;
  }

  .bottom-right-btn .play-pause-svg circle {
    stroke-width: 0;
    fill: #222222cc;
  }

  .bottom-right-btn .svg-icon-video-pause path {
    stroke-width: 1;
  }

  .marquee-xlarge-title {
    font-size: 28px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .marquee-large-title {
    font-size: 21px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-regular-title {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
    margin-top: 20px;
  }

  .marquee-large-copy {
    font-size: 21px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-medium-copy {
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-copy {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-cta {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0;
  }

  .card .responsive-marquee-container .mob-inset-marquee {
    width: calc(100% - 40px);
  }

  .plp-layout .card-deck-container .card.card-2x2:has(.inset-2x2-marquee) {
    width: 90%;
    margin: auto;
    align-content: center;
  }

  .marquee-copy-below-media-container {
    display: block;
    margin: 1em auto;
    width: calc(100% - 40px);
    text-align: center;
  }

  .marquee-copy-above-media-container {
    display: block;
    margin: 1em auto;
    width: calc(100% - 40px);
    text-align: center;
  }
}

.marquee-shoppable-flyout-header-controls-container {
  margin-top: -2.5em;
}

/* <!-- desktop styling --> */

@media only screen and (min-width: 768px) {
  .marquee-product-placeholder {
    width: 100%;
  }

  .plain-text-cta {
    text-underline-offset: 2px;
    text-transform: uppercase;
    padding: 0 2em;
    margin-left: -4px;
  }

  .left-border-white {
    border-left: 1px solid #fff;
    padding-left: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .left-border-black {
    border-left: 1px solid #222;
    padding-left: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .right-border-white {
    border-right: 1px solid #fff;
    padding-right: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .right-border-black {
    border-right: 1px solid #222;
    padding-right: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  a.homepage-button-cta {
    display: inline-block;
    text-transform: uppercase;
    padding: 1em 25px;
    width: auto;
    min-width: 175px;
  }

  a.homepage-button-cta:not(:first-child) {
    margin-left: 1em;
  }

  .loading-in-image {
    width: 100%;
    height: 14.1vw;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-bottom: 0.5em;
  }

  .marquee-shoppable-flyout-container {
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -40vw;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 40vw;
  }

  .marquee-copy-below-media-container,
  .marquee-copy-above-media-container {
    width: calc(100% - 80px);
  }

  .marquee-copy-below-media-container {
    display: block;
    margin: 1.5em auto;
    width: calc(100% - 40px);
    text-align: center;
  }

  .marquee-copy-above-media-container {
    display: block;
    margin: 1.5em auto;
    width: calc(100% - 40px);
    text-align: center;
  }

  .marquee-copy-above-media-container {
    display: block;
    margin: 4em auto;
    width: calc(100% - 40px);
    text-align: center;
  }

  .marquee-shoppable-flyout-container.active {
    transform: translateX(-40vw);
  }

  .marquee-shoppable-flyout-product-grid {
    display: -ms-grid;
    display: grid;
    gap: 35px;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 20px 40px 40px 40px;
  }

  .marquee-product-name {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 14vw;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px !important;
  }

  .marquee-product {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }

  .marquee-product-price {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .marquee-product-image {
    padding-bottom: 0px;
    max-width: 100%;
    margin-bottom: 0.5em;
  }

  .marquee-close-flyout-button {
    text-align: right;
    margin-top: 1em;
    margin-right: 1.5em;
  }

  .marquee-vertical {
    width: 80%;
    margin: 0 auto 28px;
  }

  .marquee-wide,
  .marquee-square {
    width: 100%;
    margin: 0 auto 28px;
  }

  .play-pause-svg {
    height: 45px;
    width: 45px;
  }

  .bottom-left-btn {
    bottom: 3%;
    left: 4%;
  }

  .bottom-right-btn {
    bottom: 2.3%;
    right: 2%;
    left: auto;
  }

  .bottom-right-btn .play-pause-svg circle {
    stroke-width: 0;
    fill: #222222cc;
  }

  .bottom-right-btn .svg-icon-video-pause path {
    stroke-width: 1;
  }

  [data-cms-name="Desktop Above Title"] .bottom-right-btn {
    bottom: 3%;
    right: 2%;
    left: auto;
  }

  .marquee-xlarge-title {
    font-size: calc(44px + (56 - 30) * (100vw - 1024px) / (1920 - 1024));
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .marquee-large-title {
    font-size: calc(12px + (24 - 12) * (100vw - 1024px) / (1920 - 1024));
    line-height: 24px;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .marquee-regular-title {
    font-size: calc(12px + (18 - 12) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(16px + (24 - 16) * (100vw - 1024px) / (1920 - 1024));
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .marquee-large-copy {
    font-size: calc(18px + (30 - 18) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(24px + (34 - 24) * (100vw - 1024px) / (1920 - 1024));
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-medium-copy {
    font-size: calc(18px + (20 - 18) * (100vw - 1024px) / (1920 - 1024));
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-copy,
  p.marquee-copy {
    font-size: calc(12px + (16 - 12) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(16px + (20 - 16) * (100vw - 1024px) / (1920 - 1024));
    letter-spacing: 0;
    text-transform: none;
  }

  .marquee-cta {
    font-size: calc(12px + (14 - 12) * (100vw - 1024px) / (1920 - 1024));
    line-height: calc(16px + (20 - 14) * (100vw - 1024px) / (1920 - 1024));
    letter-spacing: 0;
    text-transform: none;
  }

  .plp-layout .card-deck-container .card.card-2x2:has(.inset-2x2-marquee) {
    width: 75%;
    margin: auto;
    align-content: center;
  }
  .stl-container.full-width-marquee-d {
    width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  a.homepage-button-cta:not(:first-child) {
    margin-left: 1em;
  }
}

@media screen and (min-width: 1920px) {
  .marquee-xlarge-title {
    font-size: 44px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .marquee-large-title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .marquee-regular-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .marquee-large-copy {
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-medium-copy {
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
  }

  .marquee-copy,
  p.marquee-copy {
    line-height: 26px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px;
  }

  .marquee-cta {
    line-height: 1.4px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px;
  }
}
