@keyframes fadeOutOpacity {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

#upsell-pop {
  display: none;
  opacity: 0;
  height: 650px;
  width: 900px;
  position: fixed;
  left: 50%;
  top: 15%;
  margin-left: -450px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.22);
  background-color: white;
  z-index: 999 !important; }
  #upsell-pop.active {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s; }
  #upsell-pop .upsell-wrap {
    height: 100%; }
    #upsell-pop .upsell-wrap .bndlr-bundle-title, #upsell-pop .upsell-wrap .bndlr-bundle-description {
      display: none; }
    #upsell-pop .upsell-wrap .left {
      padding: 50px;
      height: 100%;
      padding-top: 30px;
      width: 50%;
      float: left;
      position: relative; }
      #upsell-pop .upsell-wrap .left h2 {
        text-align: left;
        color: #2D5194; }
      #upsell-pop .upsell-wrap .left p {
        font-size: 18px; }
      #upsell-pop .upsell-wrap .left #upsell-cancel {
        color: rgba(0, 0, 0, 0.41);
        cursor: pointer;
        font-size: 16px;
        text-decoration: underline;
        display: block; }
        #upsell-pop .upsell-wrap .left #upsell-cancel:hover {
          color: rgba(0, 0, 0, 0.81); }
      #upsell-pop .upsell-wrap .left ul {
        list-style: square;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px; }
        #upsell-pop .upsell-wrap .left ul li {
          font-size: 14px;
          margin-top: 16px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: bold;
          line-height: 18px; }
      #upsell-pop .upsell-wrap .left div.red {
        color: #f6624e;
        font-size: 18px;
        margin-bottom: 20px; }
      #upsell-pop .upsell-wrap .left span.price {
        text-transform: uppercase;
        font-size: 14px;
        margin: 0; }
      #upsell-pop .upsell-wrap .left .bundler-target-element {
        width: 100%;
        padding-top: 0; }
        #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-total-price, #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-mnm-total-price {
          text-align: left; }
        #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-products-container {
          padding-top: 0;
          width: 100%; }
        #upsell-pop .upsell-wrap .left .bundler-target-element .bnldr-container {
          margin-top: 0;
          padding-top: 0; }
        #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-inner-products-container {
          width: 100%; }
        #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-product {
          display: none !important; }
      #upsell-pop .upsell-wrap .left .bottom {
        position: absolute;
        bottom: 20px;
        width: 100%; }
      #upsell-pop .upsell-wrap .left .disclaimer {
        font-size: 10px; }
      #upsell-pop .upsell-wrap .left .badge-orange {
        background: #F6624E;
        padding: 5px;
        color: #FFFFFF; }
      #upsell-pop .upsell-wrap .left .vip-join-button {
        width: 100%;
        margin-bottom: 10px;
        width: calc(100% - 100px);
        padding: 1rem; }
    #upsell-pop .upsell-wrap .bundle-wrapper {
      width: 50%;
      padding-right: 20px;
      padding-left: 20px;
      float: right; }
      #upsell-pop .upsell-wrap .bundle-wrapper p {
        margin-bottom: 5px;
        color: #bababa;
        padding-bottom: 0; }
      #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element {
        padding-left: 0;
        padding-top: 0; }
        #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element .bndlr-container {
          padding-top: 0;
          margin-top: 0; }
        #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element .bndlr-products-container {
          padding-top: 0;
          padding-left: 0; }
        #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element .bndlr-add-to-cart {
          display: none !important; }
        #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element .bndlr-total-price {
          display: none; }
        #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element .bndlr-bundle-checkout-warning {
          display: none; }
      #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-product:not(:last-of-type)::after {
        display: none; }
      #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-product {
        border: none;
        max-width: 123px !important; }
        #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-product .bndlr-product-title {
          text-decoration: none;
          font-size: 12px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-product .bndlr-old-price, #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-product .bndlr-new-price {
          font-size: 14px; }
    #upsell-pop .upsell-wrap .plan-selector {
      border: 2px solid #BDBDBD;
      border-radius: 4px;
      padding: 1rem;
      cursor: pointer;
      text-align: center;
      margin-bottom: 10px; }
      #upsell-pop .upsell-wrap .plan-selector h3 {
        color: #676767;
        font-size: 24px; }
      #upsell-pop .upsell-wrap .plan-selector .vip-price {
        font-size: 30px;
        color: #BDBDBD;
        font-weight: bold; }
      #upsell-pop .upsell-wrap .plan-selector .vip-interval {
        color: #676767;
        font-size: 12px; }
      #upsell-pop .upsell-wrap .plan-selector .vip-price-original {
        color: #BDBDBD;
        text-decoration: line-through; }
      #upsell-pop .upsell-wrap .plan-selector.selected {
        border-color: #2D5194; }
        #upsell-pop .upsell-wrap .plan-selector.selected .vip-price {
          color: #D85B4D; }

@media only screen and (max-height: 800px) {
  #upsell-pop {
    height: 600px; } }
@media only screen and (max-width: 950px) {
  #upsell-pop {
    top: calc((100vh - 400px) / 4);
    max-width: 700px;
    width: 100vw;
    left: calc((100vw - 700px) / 2);
    margin-left: 0;
    height: 100vh;
    max-height: 500px; }
    #upsell-pop .upsell-wrap .left {
      padding: 10px;
      padding-top: 20px;
      width: 100%;
      float: left;
      text-align: center; }
      #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-total-price, #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-mnm-total-price {
        text-align: center;
        font-size: 18px; }
      #upsell-pop .upsell-wrap .left p {
        margin-bottom: 15px; }
      #upsell-pop .upsell-wrap .left ul {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        margin-bottom: 15px; }
        #upsell-pop .upsell-wrap .left ul li {
          margin-top: 10px; }
      #upsell-pop .upsell-wrap .left #upsell-cancel {
        position: relative;
        top: -30px; }
    #upsell-pop .upsell-wrap .bundle-wrapper {
      float: right;
      width: 100%;
      height: 222px;
      padding-top: 5px;
      overflow-y: hidden !important; }
      #upsell-pop .upsell-wrap .bundle-wrapper p {
        display: none; }
      #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element {
        overflow-x: scroll;
        overflow-y: hidden !important;
        height: 200px; }
      #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-container {
        width: 1072px;
        overflow-y: hidden !important; } }
@media only screen and (max-width: 700px) {
  #upsell-pop {
    left: 0; } }
@media only screen and (max-width: 450px) {
  #upsell-pop {
    top: 0;
    max-height: 100vh;
    overflow-y: scroll; }
    #upsell-pop .upsell-wrap .left {
      padding: 10px; }
      #upsell-pop .upsell-wrap .left h2 {
        margin: 0.75rem 0; }
      #upsell-pop .upsell-wrap .left .subheading {
        margin: 0;
        text-align: left;
        font-size: 14px; }
      #upsell-pop .upsell-wrap .left ul {
        width: 90%;
        /*margin-top: -10px !important;*/
        /*margin: 0 !important;*/ }
        #upsell-pop .upsell-wrap .left ul li {
          font-size: 14px !important; }
      #upsell-pop .upsell-wrap .left .plan-selector {
        padding: 0; }
      #upsell-pop .upsell-wrap .left .bottom {
        position: relative;
        bottom: initial;
        width: 100%; }
      #upsell-pop .upsell-wrap .left #upsell-cancel {
        top: auto; } }
@media only screen and (max-height: 500px) {
  #upsell-pop {
    max-height: 100vh;
    top: 0;
    overflow-y: scroll; } }
@media only screen and (max-height: 600px) and (max-width: 400px) {
  #upsell-pop .upsell-wrap .left {
    padding: 10px;
    padding-top: 10px;
    width: 100%;
    float: left;
    text-align: center; }
    #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-total-price, #upsell-pop .upsell-wrap .left .bundler-target-element .bndlr-mnm-total-price {
      text-align: center;
      font-size: 18px; }
    #upsell-pop .upsell-wrap .left h2 {
      margin-top: 0; }
    #upsell-pop .upsell-wrap .left p {
      margin-bottom: 5px; }
    #upsell-pop .upsell-wrap .left ul {
      margin-top: 0;
      width: 100%; }
    #upsell-pop .upsell-wrap .left div.red {
      margin-bottom: 0; }
  #upsell-pop .upsell-wrap .bundle-wrapper {
    height: 180px; }
    #upsell-pop .upsell-wrap .bundle-wrapper .bundler-target-element {
      height: 170px; }
    #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-product {
      max-width: 123px !important; }
      #upsell-pop .upsell-wrap .bundle-wrapper .bndlr-product .bndlr-product-title {
        -webkit-line-clamp: 1; } }
.announcement-bar {
  padding: 10px 0;
  display: grid;
  text-align: center; }
  .announcement-bar .announcement-bar-text {
    padding-left: 0;
    padding-right: 0; }

@media only screen and (max-width: 1024px) {
  /*
  .announcement-bar {
    width: 300vw;
    div {transition: ease 1.5s;}
  }
  */ }
@media only screen and (min-width: 1024px) {
  .site-header-main-content {
    margin-right: 130px; }
    .site-header-main-content.customer-logged-in {
      margin-right: 225px; } }
.site-header-cart {
  display: grid;
  grid-template-columns: repeat(2, auto); }
  .site-header-cart .site-header-account-link {
    line-height: 46px;
    padding: 0 .45em;
    text-align: center; }
    .site-header-cart .site-header-account-link a {
      text-decoration: none;
      font-size: 0.9em;
      font-weight: 600;
      color: #484848; }
  .site-header-cart.customer-logged-in {
    grid-template-columns: repeat(3, auto); }

.site-header-actions li.site-header-account-link {
  display: none; }

@media only screen and (max-width: 720px) {
  .site-header-cart {
    grid-template-columns: 100%; }
    .site-header-cart .site-header-account-link {
      display: none; } }
@media only screen and (max-width: 1023px) {
  .site-header-actions li.site-header-account-link {
    display: block; } }
.site-mobile-nav .site-header-actions {
  margin-top: 60px;
  padding-right: 0; }

.site-mobile-nav .site-header-actions li {
  opacity: 1; }

.site-mobile-nav .site-header-actions li.mobile-collection-menu {
  width: 100%; }
  .site-mobile-nav .site-header-actions li.mobile-collection-menu .mobile-collection-top-level {
    display: grid;
    grid-template-columns: repeat(2, auto); }
    .site-mobile-nav .site-header-actions li.mobile-collection-menu .mobile-collection-top-level .mobile-submenu-trigger {
      min-width: 46px;
      text-align: right;
      font-size: 24px;
      font-weight: 500;
      opacity: 0.8; }
      .site-mobile-nav .site-header-actions li.mobile-collection-menu .mobile-collection-top-level .mobile-submenu-trigger div {
        transition: transform ease .3s;
        transform: rotate(0deg);
        float: right;
        text-align: center; }
      .site-mobile-nav .site-header-actions li.mobile-collection-menu .mobile-collection-top-level .mobile-submenu-trigger.active div {
        transform: rotate(45deg); }
  .site-mobile-nav .site-header-actions li.mobile-collection-menu a {
    text-transform: uppercase; }
  .site-mobile-nav .site-header-actions li.mobile-collection-menu article {
    display: none; }
    .site-mobile-nav .site-header-actions li.mobile-collection-menu article.active {
      display: block; }
    .site-mobile-nav .site-header-actions li.mobile-collection-menu article div {
      margin-left: 8px;
      font-weight: 400; }
      .site-mobile-nav .site-header-actions li.mobile-collection-menu article div.mobile-submenu-item {
        margin-left: 0;
        font-weight: 700; }
      .site-mobile-nav .site-header-actions li.mobile-collection-menu article div a {
        text-transform: initial; }

/**
* Cross brands bar
*/
.cross-brands {
  background: #000000; }
  .cross-brands .custom-html--container {
    display: block !important; }
  .cross-brands .brand-list {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-height: none;
    scrollbar-width: none; }
    .cross-brands .brand-list::-webkit-scrollbar {
      display: none; }
    .cross-brands .brand-list li {
      display: inline-block;
      padding: 10px 10px;
      /*padding: 10px 20px;*/
      margin-bottom: 0; }
      .cross-brands .brand-list li.active {
        border-bottom: 3px solid #FFFFFF; }
      .cross-brands .brand-list li a {
        touch-action: manipulation; }
        .cross-brands .brand-list li a img {
          /*height: auto;*/
          vertical-align: middle;
          max-width: auto !important; }

/**
* Announcement bar - multi promos
*/
.announcement-bar-container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  justify-content: center;
  text-align: center; }

@media screen and (min-width: 720px) {
  .announcement-bar-text {
    display: inline-block; } }
.announcement-bar .announcement-bar-text {
  padding-left: 1em;
  padding-right: 1em; }
  .announcement-bar .announcement-bar-text.ab-sep {
    border-right: 1px solid #22346E; }

@media screen and (max-width: 720px) {
  .announcement-bar {
    width: 100vw; }

  .announcement-bar-text-mobile {
    display: block; } }
.carousel-cell {
  width: 100%;
  display: none; }
