
.marquee-product span.sale span.regPrice {
    white-space: nowrap;
}
.responsive-video-marquee {
  width: 100%;
  height: 100%;
  display: block;
}
.image-atc-btn-container {
  position: relative;
}

/* mobile */
@media only screen and (max-width: 767px) {
  .atc-btn-desktop {
    display: none;
  }
  .prod-marquee-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 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.5;
  }

  .marquee-product:hover .prod-marquee-shop-btn {
    opacity: 1;
  }
  .os-desktop {
    display: none;
  }

  .adaptive-layout .pla-slide__overlay .carousel-item-label {
    letter-spacing: 0;
    text-transform: none;
  }

  .adaptive-layout .pla-header__copy .carousel-section-title {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
  }

  .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-product-details-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 440px;
  }

  .atc-prod-added-container {
    display: flex;
    align-items: center;
  }

  .atc-cart-item-and-subtotal-container {
    /* display: flex;
            width: 100%;
            margin-bottom: 40px; */
    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;
  }

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

  .prod-carousel-shop-btn span {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 12px;
  }

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

  .marquee-product-price {
    margin-bottom: 0.5em;
  }

  .marquee-product {
    display: flex;
    flex-direction: column;
  }
}

/* desktop */
@media only screen and (min-width: 768px) {
  .atc-btn-mobile {
    display: none;
  }
  .prod-marquee-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: 2;
    font-size: 12px;
  }

  .prod-marquee-shop-btn span {
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .marquee-product:hover .prod-marquee-shop-btn {
    opacity: 1;
  }
  .os-mobile {
    display: none;
  }

  .carousel-subheadline {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0.75em;
    margin-bottom: -1.5em;
  }

  .adaptive-layout .pla-slide__overlay .carousel-item-label {
    letter-spacing: 0;
    text-transform: none;
    font-size: 14px;
    line-height: 1.4 !important;
    color: #222;
  }

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

  .image-shop-btn-overlay-container {
    position: relative;
  }

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

  .pla-slide:hover .prod-carousel-shop-btn {
    opacity: 1;
  }

  .pla-side:has(.prod-carousel-shop-btn) {
    position: relative;
  }

  .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-product-details-container {
    display: flex;
    width: 50%;
    flex-direction: column;
    max-width: 440px;
  }

  .atc-prod-added-container {
    display: flex;
    align-items: center;
  }

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

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

  .adaptive-layout .prod-carousel-shop-btn:focus {
    outline: dotted 1px #fff;
    outline-offset: -4px;
  }
}

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

  .adaptive-layout .pla-header__copy .carousel-section-title {
    font-size: 50px;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.marquee-shoppable-flyout-container.active.atc-marquee-flyout-hide {
  transition: all 0s;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .text-desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .text-mobile-only {
    display: none;
  }
}
