/**
 * CTO General
 */

.cto__container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1272px;
}

.cto__container-in-main {
  margin: 0 auto;
  padding: 0 4px;
  max-width: 1272px;
}

.cto-chevron {
  /* override default styles */
  font-size: 12px !important;
  margin-left: 7px;
}

.cto__container-in-main .billboard_icon,
.cto__container .billboard_icon {
  margin-left: 6px;
}

.cto__container-in-main .cto-configurable__option-label-extra-message .billboard_icon {
  margin-left: 3px;
}

.cto__container-in-main .product__gwp-promo-message .billboard_icon {
  margin-left: 2px;
}

@media screen and (min-width: 768px) {
  .cto__container-in-main {
    padding: 0 16px;
  }
}

.cto__main-product-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cto__main-product-wrapper .cto-swatch-carousel-wrapper {
  display: none;
}

@media screen and (max-width: 1023px) {

  div#shopify-section-navigation_stripe {
    padding: 4px 0 3px;
    height: 91px;
  }

  div#shopify-section-navigation_stripe .nav-left-arrow,
  div#shopify-section-navigation_stripe .nav-right-arrow {
    display: flex;
    align-items: center;
    margin-top: 2px;
  }

  div#shopify-section-navigation_stripe .nav-right-arrow:before {
    content: url(https://cdn.shopify.com/s/files/1/0606/7771/8177/files/right-arrow-line.png?v=1651738448&height=72);
  }

  div#shopify-section-navigation_stripe .nav-left-arrow:before {
    content: url(https://cdn.shopify.com/s/files/1/0606/7771/8177/files/left-arrow-line.png?v=1651738432&height=72);
  }

  div#shopify-section-navigation_stripe .cto__apl_lob_slider .slick-next:before {
    content: url(https://cdn.shopify.com/s/files/1/0606/7771/8177/files/right-arrow-line.png?v=1651738448&height=72);
  }

  div#shopify-section-navigation_stripe .cto__apl_lob_slider .slick-prev:before {
    content: url(https://cdn.shopify.com/s/files/1/0606/7771/8177/files/left-arrow-line.png?v=1651738432&height=72);
  }

  .my-store-locator--mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 33px;
    box-shadow: inset 0 -.75px #d2d2d7;
  }

  .my-store-locator--mobile .my-store-locator__icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .my-store-locator--mobile .my-store-locator__icon svg {
    height: 16px;
    width: 16px;
  }

  .my-store-locator--mobile .my-store-locator__info {
    height: 17px;
    line-height: normal;
    margin-bottom: 3px;
  }

  .my-store-locator--mobile .my-store-locator__btn {
    height: 17px;
    justify-content: center;
  }

  .cto__apl_lob_slider .apl_lob_list_item.slick-slide,
  .cto__apl_lob_slider:not(.slick-initialized) .apl_lob_list_item,
  .cto__apl_lob_slider .apl_lob_slider:not(.slick-initialized) .apl_lob_list_item {
    width: 218px !important;
  }

  .cto__apl_lob_slider .apl_lob_list_item .apl_lob_content {
    margin-left: 0;
  }

  .cto__main-product-wrapper .cto-swatch-carousel-wrapper {
    display: block;
    margin: 0 auto;
    padding-top: 14px;
    width: 100%;
  }

  .cto__main-product-wrapper .cto-swatch-carousel {
    margin: 0 auto;
    max-width: 292px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .cto__main-product-wrapper {
    flex-direction: row;
    gap: calc(100% * 60 / 1240);
  }
}

.cto__gallery {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .cto__gallery {
    height: fit-content;
    position: sticky;
    top: var(--header-height);
  }
}

@media screen and (max-width: 767px) {

  .cto__gallery .cto-gallery {
    display: block;
    max-width: 292px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .cto__gallery {
    width: calc(100% * 560 / 1240);
    flex-shrink: 0;
  }
}

.cto__essentials {
  width: 100%;
  overflow-x: hidden;
}

.cto__title {
  margin-bottom: 24px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 1024px) {
  .cto__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 36px;
  }

  .cto__essentials .product-form__input input[type='radio'].disabled-strike:checked + label.color-swatch .disabled_img {
    width: 49px;
    height: 49px;
    left: 1px;
    top: 1px;
  }
}

.cto__hide-until-all-options-selected:not(.is-visible) {
  display: none !important;
}

.cto__hide-until-all-options-selected .cto-shipping-message:not(.is-visible) {
  display: none !important;
}

.cto__hide-until-all-options-selected--atc-desktop,
.cto__hide-until-all-options-selected--atc cto-sticky-atc {
  transition: transform 750ms ease-in-out, opacity 750ms ease-out;
  transform: translateY(100%);
}

.cto__hide-until-all-options-selected--atc-desktop.reveal,
.cto__hide-until-all-options-selected.reveal cto-sticky-atc {
  transform: translateY(0);
}

.cto__show-until-all-options-selected.is-hidden {
  display: none !important;
}

.cto__grey-out {
  opacity: 0.1;
  pointer-events: none;
}
