/* ==========================================================================
   1. KEYFRAMES & ANIMATIONS
   ========================================================================== */
@keyframes slide-in-top {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

.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%;
}

/* ==========================================================================
     2. GLOBAL STATES & OVERRIDES
     ========================================================================== */
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;
}

/* ==========================================================================
     3. BUTTONS & CTAS
     ========================================================================== */
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;
}

.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-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;
}

.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;
}

/* ==========================================================================
     4. MARQUEE CORE & MEDIA
     ========================================================================== */
.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-media-container.dark-bottom-gradient-overlay-brand::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 66%) 1%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 100%);
}

.marquee-media-container.dark-top-gradient-overlay-brand::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 66%) 1%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 100%);
}

.responsive-video-marquee {
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.playPauseShowing {
  display: inline-block;
}

.playPauseHidden {
  display: none;
}

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

.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;
}

.marquee-bottom-shop-all-cta-container {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5em;
}

.marquee-bottom-shop-all-cta-container a.black-shop-all-cta {
  width: calc(100% - 80px);
  height: 48px;
  text-transform: uppercase;
  padding-top: 4px;
}

.marquee-bottom-shop-all-cta-container a.black-shop-all-cta,
.marquee-bottom-shop-all-cta-container a.black-shop-all-cta:focus,
.marquee-bottom-shop-all-cta-container a.black-shop-all-cta:active {
  text-decoration: none;
}

/* ==========================================================================
     5. SHOPPABLE FLYOUT & BUTTONS
     ========================================================================== */
.marquee-shoppable-flyout-container.active.atc-marquee-flyout-hide {
  transition: all 0s;
  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;
}

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

.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: 12px;
  margin-left: 10px;
  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;
}

/* ==========================================================================
     6. PRODUCTS & ATC
     ========================================================================== */
.image-atc-btn-container {
  position: relative;
}

.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 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

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

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

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

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

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

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

.marquee-product span.sale span.regPrice {
  white-space: nowrap;
}

/* ==========================================================================
     7. MEDIA QUERIES: MOBILE (max-width: 767px)
     ========================================================================== */
@media only screen and (max-width: 767px) {
  /* Utility & Setup */
  .text-desktop-only {
    display: none;
  }
  .atc-btn-desktop {
    display: none;
  }
  .os-desktop {
    display: none;
  }

  /* Typography & Layout Borders */
  .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;
  }

  /* CTAs & Buttons */
  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;
  }

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

  /* Marquee Structure */
  .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,
  .marquee-copy-above-media-container {
    display: block;
    margin: 1em auto;
    width: calc(100% - 40px);
    text-align: center;
  }

  .marquee-bottom-shop-all-cta-container {
    width: 100%;
  }
  .marquee-bottom-shop-all-cta-container a.black-shop-all-cta {
    width: calc(100% - 36px);
    height: 44px;
    padding-top: 2px;
    margin: auto;
  }

  /* Marquee Video Controls */
  .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;
  }

  /* Typography Sizes */
  .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;
  }

  /* Flyout Settings */
  .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-close-flyout-button {
    text-align: right;
    margin-right: 1em;
  }

  .marquee-shoppable-button-content {
    height: 32px;
    width: 32px;
  }
  .stl-container .marquee-shoppable-button.button-expanded .marquee-shoppable-button-content {
    width: 32px;
  }
  .stl-container .marquee-shoppable-button.button-expanded .get-the-look-txt {
    opacity: 0;
  }
  .stl-container.marquee-wide .marquee-shoppable-button-content {
    left: 4%;
  }

  /* Product Grid in Flyout */
  .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 {
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
  .marquee-product-name {
    margin: 0 0 2px 2px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .marquee-product-price {
    margin: 0 0 0.5em 2px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.21px;
  }
  .marquee-product-image {
    padding-bottom: 0px;
    max-width: 100%;
    margin-bottom: 0.5em;
  }

  /* Carousel / Shop Buttons */
  .prod-marquee-shop-btn,
  .prod-carousel-shop-btn {
    border: 1px solid #222;
    background-color: transparent;
    padding: 0.25em 0.75em;
    margin-top: auto;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    width: fit-content;
  }
  .prod-marquee-shop-btn span,
  .prod-carousel-shop-btn span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.5;
  }
  .marquee-product:hover .prod-marquee-shop-btn {
    opacity: 1;
  }

  .domestic-layout .pla-slide__overlay .carousel-item-label {
    letter-spacing: 0;
    text-transform: none;
  }
  .domestic-layout .pla-header__copy .carousel-section-title {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
  }

  /* Mobile ATC Confirmation Pop-up */
  .brand-carousel-atc-container {
    position: fixed;
    z-index: 123;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
  .brand-carousel-atc-gray-bg {
    position: absolute;
    z-index: 99;
    background-color: rgba(34, 34, 34, 0.65);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .brand-carousel-atc-confirmation-flyout {
    width: 100%;
    position: relative;
    z-index: 102;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
    height: auto;
    max-height: none;
    padding: 0 0 0.5em 0;
    -webkit-animation: 0.5s ease-out slide-in-top;
    animation: 0.5s ease-out slide-in-top;
  }

  .atc-confirmation-sticky-close-container {
    position: sticky;
    top: 0;
    height: 48px;
    width: 100%;
    margin: 0;
    background-color: #fff;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
  }
  #atc-popup-close {
    padding: 0;
    border: none;
    height: 50px;
    width: 50px;
    margin-right: 1px;
    background: #fff !important;
  }
  .atc-svg-icon-close {
    height: 32px;
    width: 32px;
    padding: 8px;
  }

  .atc-popup-content {
    display: flex;
    width: calc(100% - 36px);
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    margin: 24px auto;
    padding-bottom: 16px;
    padding: 0 18px;
  }

  .atc-product-added-container {
    display: flex;
    width: 100%;
    text-align: left;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .atc-product-added {
    display: none;
  }
  .atc-prod-added-container h2 {
    margin: 0;
    font-size: 20px;
  }
  .atc-prod-added-container {
    display: flex;
    align-items: center;
  }

  .atc-product-details-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 440px;
  }
  .atc-cart-item-and-subtotal-container {
    display: none;
  }
  .atc-cart-item-count {
    text-align: left;
    width: 50%;
    display: flex;
    justify-content: flex-start;
  }
  .atc-cart-item-count h2 {
    margin: 0;
  }
  .atc-subtotal {
    width: 50%;
    display: flex;
    justify-content: end;
  }
  .atc-svg-icon-success {
    font-size: 10px;
    width: 2em;
    height: 2em;
    max-width: 40px;
    stroke-width: 4px;
    max-height: 40px;
    padding-right: 12px;
  }

  /* Mobile ATC Buttons & Tooltip */
  .atc-button-options-container {
    display: flex;
    flex-direction: column;
  }
  .atc-checkout-button {
    background-color: #222;
    color: #fff !important;
    text-align: center;
    margin-bottom: 8px;
    border: #222 solid 1px;
    width: calc(100% - 2px);
    padding: 0;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-decoration: none !important;
  }
  .atc-continue-shopping-button {
    background-color: #fff;
    color: #222;
    text-align: center;
    margin-bottom: 8px;
    border: #222 solid 1px;
    padding: 0;
    width: calc(100% - 2px);
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .atc-continue-shopping-button:focus,
  .atc-checkout-button:focus,
  .atc-tooltip-container:focus {
    outline: 2px dotted #222;
    outline-offset: 1px;
  }

  .atc-tooltip-container {
    position: relative;
    width: fit-content;
    background: transparent;
    border: none;
  }
  .atc-tooltip-message-popup {
    position: absolute;
    background-color: #f0efed;
    top: 80px;
    bottom: auto;
    left: 0;
    right: auto;
    display: block;
    padding: clamp(6px, 0.4em, 18px);
    width: 100px;
    max-width: 86px;
    color: #222;
    opacity: 0;
    transition: 0.2s;
    text-align: left;
  }
  .atc-tooltip-message-popup span {
    font-size: 12px;
    display: block;
  }
  .atc-tooltip-message-popup::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: inherit;
    border-style: solid;
    border-width: 0.4em 0.8em;
    background: inherit;
    position: absolute;
    top: -8px;
    bottom: auto;
    left: 12px;
    right: auto;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    color: #f0efed;
  }
  .atc-tooltip-container:hover .atc-tooltip-message-popup,
  .atc-tooltip-container:focus .atc-tooltip-message-popup,
  .prod-carousel-shop-btn:focus {
    opacity: 1;
  }
}

/* ==========================================================================
     8. MEDIA QUERIES: DESKTOP (min-width: 768px)
     ========================================================================== */
@media only screen and (min-width: 768px) {
  /* Utility & Setup */
  .text-mobile-only {
    display: none;
  }
  .atc-btn-mobile {
    display: none;
  }
  .os-mobile {
    display: none;
  }
  .marquee-product-placeholder {
    width: 100%;
  }

  /* Typography & Layout Borders */
  .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;
  }

  /* CTAs & Buttons */
  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;
  }

  .marquee-bottom-shop-all-cta-container a.black-shop-all-cta {
    max-width: 50%;
  }

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

  /* Marquee Structure */
  .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%;
  }
  .marquee-vertical {
    width: 80%;
    margin: 0 auto 28px;
  }
  .marquee-wide,
  .marquee-square {
    width: 100%;
    margin: 0 auto 28px;
  }

  .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: 4em auto;
    width: calc(100% - 40px);
    text-align: center;
  }

  /* Marquee Video Controls */
  .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;
  }

  /* Typography Sizes (Fluid) */
  .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;
  }

  /* Flyout Settings */
  .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-shoppable-flyout-container.active {
    transform: translateX(-40vw);
  }
  .marquee-close-flyout-button {
    text-align: right;
    margin-top: 1em;
    margin-right: 1.5em;
  }

  /* Product Grid in Flyout */
  .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 {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
  .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-price {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .marquee-product-image {
    padding-bottom: 0px;
    max-width: 100%;
    margin-bottom: 0.5em;
  }

  /* Carousel / Shop Buttons */
  .prod-marquee-shop-btn,
  .prod-carousel-shop-btn {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    height: 46px;
    width: calc(100% - 12px);
    text-align: center;
    background-color: #222;
    border: none;
    opacity: 0;
    transition: 0.25s;
    z-index: 1;
    font-size: 12px;
  }
  .prod-marquee-shop-btn span {
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .prod-carousel-shop-btn {
    z-index: 2;
  }
  .prod-carousel-shop-btn span {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.5em 1em;
    font-size: 12px;
    line-height: 20px;
  }

  .marquee-product:hover .prod-marquee-shop-btn {
    opacity: 1;
  }
  .pla-slide:hover .prod-carousel-shop-btn {
    opacity: 1;
  }
  .pla-side:has(.prod-carousel-shop-btn) {
    position: relative;
  }
  .image-shop-btn-overlay-container {
    position: relative;
  }

  .carousel-subheadline {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.75em;
    margin-bottom: -1.5em;
  }
  .domestic-layout .pla-slide__overlay .carousel-item-label {
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px;
    line-height: 1.4 !important;
    color: #222;
  }
  .domestic-layout .pla-header__copy .carousel-section-title {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: calc(24px + (50 - 24) * (100vw - 1024px) / (1920 - 1024));
    line-height: 1.1;
    padding-bottom: 0;
  }

  /* Desktop ATC Confirmation Pop-up */
  .brand-carousel-atc-container {
    position: fixed;
    z-index: 123;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
  .brand-carousel-atc-gray-bg {
    position: absolute;
    z-index: 99;
    background-color: rgba(34, 34, 34, 0.65);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .brand-carousel-atc-confirmation-flyout {
    width: 100%;
    position: relative;
    z-index: 102;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
    height: auto;
    max-height: none;
    padding: 0 0 4.3em 0;
    -webkit-animation: 0.5s ease-out slide-in-top;
    animation: 0.5s ease-out slide-in-top;
  }

  .atc-confirmation-sticky-close-container {
    position: sticky;
    top: 0;
    height: 48px;
    width: 100%;
    margin: 0;
    background-color: #fff;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
  }
  #atc-popup-close {
    padding: 0;
    border: none;
    height: 50px;
    width: 50px;
    background: #fff !important;
  }
  .atc-svg-icon-close {
    height: 32px;
    width: 32px;
    padding: 6px;
  }

  .atc-popup-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1280px;
    margin: 24px auto;
    padding-bottom: 16px;
  }
  .atc-product-added-container {
    display: flex;
    width: 50%;
    text-align: left;
    flex-direction: column;
  }
  .atc-product-added {
    padding-top: 20px;
  }
  .atc-prod-added-container h2 {
    margin: 0;
    font-size: 20px;
  }
  .atc-prod-added-container {
    display: flex;
    align-items: center;
  }

  .atc-product-details-container {
    display: flex;
    width: 50%;
    flex-direction: column;
    max-width: 440px;
  }
  .atc-cart-item-and-subtotal-container {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  .atc-cart-item-count {
    text-align: left;
    width: 50%;
    display: flex;
    justify-content: flex-start;
  }
  .atc-cart-item-count h2 {
    margin: 0;
  }
  .atc-subtotal {
    width: 50%;
    display: flex;
    justify-content: end;
  }
  .atc-svg-icon-success {
    font-size: 10px;
    width: 2em;
    height: 2em;
    max-width: 40px;
    stroke-width: 4px;
    max-height: 40px;
    padding-right: 12px;
  }

  /* Desktop ATC Buttons & Tooltip */
  .atc-button-options-container {
    display: flex;
    flex-direction: column;
  }
  .atc-checkout-button {
    background-color: #222;
    color: #fff !important;
    text-align: center;
    margin-bottom: 8px;
    border: #222 solid 1px;
    width: calc(100% - 2px);
    padding: 0;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-decoration: none !important;
  }
  .atc-continue-shopping-button {
    background-color: #fff;
    color: #222;
    text-align: center;
    margin-bottom: 8px;
    border: #222 solid 1px;
    padding: 0;
    width: calc(100% - 2px);
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .atc-continue-shopping-button:focus,
  .atc-checkout-button:focus,
  .atc-tooltip-container:focus {
    outline: 2px dotted #222;
    outline-offset: 1px;
  }
  .domestic-layout .prod-carousel-shop-btn:focus {
    outline: dotted 1px #fff;
    outline-offset: -4px;
  }

  .atc-tooltip-container {
    position: relative;
    width: fit-content;
    background: transparent;
    border: none;
  }
  .atc-tooltip-message-popup {
    position: absolute;
    background-color: #f0efed;
    top: 80px;
    bottom: auto;
    left: 0;
    right: auto;
    display: block;
    padding: clamp(6px, 0.4em, 18px);
    width: 100px;
    max-width: 86px;
    color: #222;
    opacity: 0;
    transition: 0.2s;
    text-align: left;
  }
  .atc-tooltip-message-popup span {
    font-size: 12px;
    display: block;
  }
  .atc-tooltip-message-popup::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: inherit;
    border-style: solid;
    border-width: 0.4em 0.8em;
    background: inherit;
    position: absolute;
    top: -8px;
    bottom: auto;
    left: 12px;
    right: auto;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    color: #f0efed;
  }
  .atc-tooltip-container:hover .atc-tooltip-message-popup,
  .atc-tooltip-container:focus .atc-tooltip-message-popup,
  .prod-carousel-shop-btn:focus {
    opacity: 1;
  }
}

/* ==========================================================================
     9. MEDIA QUERIES: LARGE DESKTOP (min-width: 1400px & 1920px)
     ========================================================================== */
@media only screen and (min-width: 1400px) {
  a.homepage-button-cta:not(:first-child) {
    margin-left: 1em;
  }
}

@media only screen and (min-width: 1920px) {
  .domestic-layout .pla-slide__overlay .carousel-item-label {
    font-size: 14px;
    line-height: 1;
  }
  .domestic-layout .pla-header__copy .carousel-section-title {
    font-size: 50px;
  }

  .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;
  }
}
