/** Shopify CDN: Minification failed

Line 88:0 Unexpected "@media"

**/
:root {
  --btn-top: 10px;
}
@media only screen and (max-width: 749px) {
  :root {
    --btn-top: 8px;
  }
}

/*=== Button Sizes ====*/
.btn--large {
  --btn-top: 12px;
}
.btn--small {
  --btn-top: 7px;
}

@media only screen and (max-width: 749px) {
  .btn--large {
    --btn-top: 10px;
  }
}

/*=== Button Tertiary (Added, not included in default Broadcast Theme) ====*/
:root {
    --BTN-TERTIARY-BG-COLOR: #1ac54a;
    --BTN-TERTIARY-BORDER-COLOR: #1ac54a;
    --BTN-TERTIARY-TEXT-COLOR: white;
    --BTN-TERTIARY-BG-COLOR-BRIGHTER: #1a993d;
}


.btn--tertiary {
  --btn-border: var(--BTN-TERTIARY-BORDER-COLOR);
  --btn-bg: var(--BTN-TERTIARY-BG-COLOR);
  --btn-text: var(--BTN-TERTIARY-TEXT-COLOR);
}

.btn--tertiary.btn--solid {
  --btn-border: var(--BTN-TERTIARY-BG-COLOR);
  --btn-bg: var(--BTN-TERTIARY-BG-COLOR);
  --btn-text: var(--BTN-TERTIARY-TEXT-COLOR);
  --btn-border-hover: var(--BTN-TERTIARY-BG-COLOR-BRIGHTER);
  --btn-bg-hover: var(--BTN-TERTIARY-BG-COLOR-BRIGHTER);
  --btn-text-hover: var(--BTN-TERTIARY-TEXT-COLOR);
}

.btn--tertiary.btn--outline {
  --btn-border: var(--BTN-TERTIARY-BORDER-COLOR);
  --btn-bg: transparent;
  --btn-text: var(--BTN-TERTIARY-BORDER-COLOR);
  --btn-border-hover: var(--BTN-TERTIARY-BORDER-COLOR);
  --btn-bg-hover: transparent;
  --btn-text-hover: var(--BTN-TERTIARY-BORDER-COLOR);
}

.btn--tertiary.btn--text {
  --btn-text: var(--BTN-TERTIARY-BORDER-COLOR);
  --btn-text-hover: var(--BTN-TERTIARY-BORDER-COLOR);
}

.btn--tertiary.btn--solid:after {
  height: calc(100% + 1px);
}

/*=== FancyBox Customs ====*/

body .fancybox__content {
  height: 70vh !important;  
}

/*=== FancyBox Customs End ====*/

/*=== Top Menu Customs ====*/

.navlink--cart--icon .header__cart__status {
  background: var(--BTN-PRIMARY-BG);
  color: #FFF;
}

.cart__item__content__right

@media only screen and (min-width: 750px) {
  .header__menu > .menu__item:first-child .navtext {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #444;
    border-radius: 6px;
    transition: background-color .2s ease, color .2s ease, border-color .1s ease;
  }
  .header__menu > .menu__item:first-child a:hover .navtext {
    background: var(--BTN-SECONDARY-BG);
    border-color: var(--BTN-SECONDARY-BG);
    color: #FFF;
  }
  .header__menu > .menu__item:first-child a:hover .navtext:after {
    content: none;
  }
}

/*=== Top Menu Customs End ====*/


/*=== Product Grid Customizations ====*/
.product-item {
  border: 1px solid #D5D5D5;
  padding: 16px;
  position: relative;
}
.product-item__info {
  padding: calc(var(--inner) / 2) calc(var(--inner) / 3);
}
.product-item.is-rts {
   background-image: linear-gradient(to bottom, #b6faff, transparent);
   border: 1px solid #78e9f1;
}
.product-item .rts--tag {
  position: absolute;
  width: 88px;
  height: auto;
  right: 8px;
  top: -24px;
}
@media only screen and (max-width: 749px) {
  #computers .product-item .rts--tag {
    width: 88px;
    top: -20px;
  }
}
.product-item__title {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: bold;
  font-size: calc(var(--FONT-HEADING-MEDIUM-MOBILE) - 1px);
  line-height: 1.2;
  max-width: 13ch;
  margin: 0 auto;
}
.product-item .brand-logos {
  pointer-events:none;
  position: absolute;
  top: 20px;
  left: 20px;                  
  list-style: none;
  margin: 0;
  padding: 0;                  
}
.product-item .brand-logos img {
  opacity: 1;
  border: 2px solid white;
}

.product-item__image:not(.image--empty) {
  background-color: transparent;
}
.product-information .price.sale {
  display: flex;
  flex-direction: column-reverse;
  margin: 8px 0;
}
.sale .new-price {
  margin-right: 0;
  font-size: var(--FONT-HEADING-MEDIUM-MOBILE);
  font-weight: bold;
  color: var(--BTN-PRIMARY-BG);
}
.sale .new-price > small {
  display: none;
  /*display: block;*/
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);
  line-height: 10px;
  margin-top: 4px;
}
.sale .old-price {
  opacity: .8;
  font-size: 18px;
}
.product-item__price {
  font-weight: bold;
  font-size: 110%;
}
@media (max-width: 749px) {
  .product-item__title {
    font-size: var(--FONT-HEADING-MEDIUM-MOBILE);
  }
  .product-item .brand-logos {
    top: 10px;
    left: 10px;
  }
  .product-item .brand-logos img {
    width: 42px;
    height: 42px;
  }
}

/*=== Product Grid Customizations End ====*/


/*=== Index ====*/

/*=== Index - Hero - Default ====*/

/* Removes loader "flash" effect for index banner image */
.template-index .lazy-image--backfill.is-loading:after {
  content: none !important;
}

.template-index .image__fill img {
  object-fit: contain;
}

.template-index .section-overlay-header .image__hero__scale {
  /* background-image: linear-gradient(
    to bottom,
    #b6faff,
    #b6faff,
    #ffffff,
    #f5f5f5,
    #ececec
  ); */
  background-image: linear-gradient(to bottom, #091320, #17366b, #468cb9, #c7e9dc, #0d1c2e);
  /*background-image: linear-gradient(to bottom, #ffffff, #f4feff, #e8fdff, #dcfcff, #d0faff, #c4f9ff, #baf8ff, #b6faff);*/
}
.template-index .section-overlay-header .hero__content {
  padding-top: 6vh;
}
.template-index .section-overlay-header .hero__content .hero__title {
  font-size: 45px;
}
.template-index .section-overlay-header .hero__content .hero__title + .hero__description {
  font-size: 30px;
  margin-bottom: 0;
}
.template-index .section-overlay-header .hero__content .hero__title + .hero__description p {
  margin-top: 0;
}
.template-index .section-overlay-header .hero__content .hero__button .btn--outline {
  border-width: 2px;
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
 
@media (max-width: 985px) {
  .template-index .section-overlay-header .hero__content .hero__title {
    font-size: 38px;
    margin-bottom: 0;
  }
  .template-index .section-overlay-header .hero__content .hero__title + .hero__description {
    font-size: 22px;
  }
  .template-index .section-overlay-header .hero__content .hero__title + .hero__description, .template-index .section-overlay-header .hero__content .hero__title + .hero__description p {
    margin-top: 2px;
    margin-bottom: 4px;
  }
}

.template-index .section-overlay-header .hero__title:first-child {
  margin-bottom: 0;
}

.template-index .hero__button-group .btn--primary {
  background-color: #3db60c;
  border-color: #3db60c;
}
.template-index .hero__button-group .btn--primary:after {
  background-color: var(--BTN-TERTIARY-BG-COLOR-BRIGHTER);
}
.template-index .hero__button-group .btn--primary:hover {
  background-color: var(--BTN-TERTIARY-BG-COLOR-BRIGHTER); 
}

.template-index .section-overlay-header .sell-feat-list {
  list-style: none;
  display: flex;
  margin: 0 0 10px 0;
  padding: 0;
}
.template-index .section-overlay-header .sell-feat-list figure, .template-index .section-overlay-header .sell-feat-list img {
  all: initial;  
}
.template-index .section-overlay-header .sell-feat-list img {
  width: 35px;
  margin-right: 6px;
}
.template-index .section-overlay-header .sell-feat-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--FONT-SIZE-BASE);
  font-weight: 700;
  margin-right: 20px;
}

.template-index .extra-hero-text {
    align-self: center;
}

.collection__nav--filter.collection__nav--sort {
  background-color: #FFF;
}

.collection__nav .popout--group,
.collection__nav .popout__toggle {
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);
  font-family: var(--FONT-STACK-HEADING);
  text-transform: uppercase;
  letter-spacing: 0;
}

@media (max-width: 989px) {
  .template-index .section-overlay-header .sell-feat-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 749px) {
  .template-index .hero__wrapper,
  .template-index .hero__title,
  .template-index .hero__subheading,
  .template-index .hero__rte,
  .template-index .hero__description {
    color: #131515;
  }
  .template-index .image__fill img {
    object-fit: cover;
  }
  .template-index .section-overlay-header .sell-feat-list {
    justify-content: center;
    max-width: initial;
    margin: 10px 0 10px;
    flex-direction: row;
  }
  .template-index .section-overlay-header .sell-feat-list li {
    font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);
  }
  .template-index .section-overlay-header .sell-feat-list img {
    width: 30px;
  }
  .template-index .section-overlay-header .sell-feat-list li:last-child {
    margin-right: 0;
  }
  .template-index .section-overlay-header .image__hero__scale {
    background-image: linear-gradient(to bottom, #76f9ff, #b6faff, #edfefe, #edfefe, #edfefe, #edfefe, #d8fffe, #b6faff);
    /*background-image: linear-gradient(to bottom, #ffffff, #f4feff, #e8fdff, #dcfcff, #d0faff, #c4f9ff, #baf8ff, #b6faff);*/
  }
  .template-index .section-overlay-header .hero__content .hero__button .btn--outline {
    background-color: #FFF;
    border-color: var(--BTN-PRIMARY-BG);
    color: var(--BTN-PRIMARY-BG);
  }
  .template-index .hero__button-group .btn--primary {
    background-color: var(--BTN-PRIMARY-BG);
    border-color: var(--BTN-PRIMARY-BG);
  }
  .template-index .hero__button-group .btn--primary:after {
    background-color: var(--BTN-PRIMARY-BG-BRIGHTER);
  }
  .template-index .hero__button-group .btn--primary:hover {
    background-color: var(--BTN-PRIMARY-BG-BRIGHTER); 
  }
  .template-index .section-overlay-header .hero__title {
    margin: 0 auto 12px auto;
  }
  .template-index .section-overlay-header .hero__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3.5vh;
    padding-bottom: 4vh;
  }

  .template-index .extra-hero-text {
    width: 100%;
  }

  .template-index .section-overlay-header .image__hero__scale > img {
    display:none;
  }

  .template-index [data-section-type="product-grid"] {
    padding-top: 36px;
  }

  .collection__nav .popout--group,
  .collection__nav .popout__toggle {
    font-size: var(--font-body-small);
  }
}

/*=== Index - Hero - Default End ====*/

/*=== Index - Hero - Black Friday ====*/

/*.template-index .section-overlay-header .image__hero__scale {
  background-image: linear-gradient(
    to bottom,
    #222,
    #111,
    #111,
    #222,
    #333
  );
}
.template-index .section-overlay-header .hero__content {
  padding-left: 12vw;
  background: transparent;
}
.template-index .section-overlay-header .hero__description {
  max-width: 46ch;
  color: var(--link);
}
.template-index .section-overlay-header .hero__title {
  max-width: 16ch;
  text-shadow: 2px 2px #00202b;
  filter: drop-shadow(1px 2px 16px rgba(255,255,255,.4));
  color: #fff;

}
.template-index .section-overlay-header .sell-feat-list {
  list-style: none;
  display: flex;
  margin: 0 0 16px 0;
  padding: 0;
}
.template-index .section-overlay-header .sell-feat-list figure, .template-index .section-overlay-header .sell-feat-list img {
  all: initial;  
}
.template-index .section-overlay-header .sell-feat-list img {
  width: 30px;
  margin-right: 6px;
}
.template-index .section-overlay-header .sell-feat-list li:first-child img {
  filter: invert(1) hue-rotate(-177deg) brightness(.7) contrast(1.8);  
}
.template-index .section-overlay-header .sell-feat-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);
  font-weight: 700;
  margin-right: 20px;
}

@media (max-width: 989px) {
  .template-index .section-overlay-header .hero__content {
    padding-left: 8vw;
  }
  .template-index .section-overlay-header .hero__description {
    max-width: 24ch;
  }
  .template-index .section-overlay-header .sell-feat-list {
    max-width: 200px;
    flex-wrap: wrap;
  }
}
@media (max-width: 749px) {
  .template-index .section-overlay-header .sell-feat-list {
    justify-content: center;
    max-width: initial;
    margin: 10px 0 12px;
  }
  .template-index .section-overlay-header .sell-feat-list li:last-child {
    margin-right: 0;
  }
  .template-index .section-overlay-header .image__hero__scale {
    background-image: linear-gradient(to bottom, #121849, #000, #08001a, #5409b9);
  }
  .template-index .section-overlay-header .hero__title:first-child {
    margin-top: 18px;
    font-size: 250%;
  }
  .template-index .section-overlay-header .hero__title {
    margin: 0 auto 12px auto;
  }
  .template-index .section-overlay-header .hero__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3vh;
    padding-bottom: 4vh;
  }
  .template-index .section-overlay-header .hero__description {
    max-width: 40ch;
    margin-bottom: 0;
  }
  .template-index .section-overlay-header .image__hero__scale > img {display:none;}
}*/

/*=== Index - Hero - Black Friday End ====*/

.template-index [data-section-type="columns"] {
  background-image: linear-gradient(to top, #ffffff, #b6faff);
}

body [data-section-type="product-grid"] .grid__heading-holder--inline .btn--primary.btn--outline {
  border-width: 2px;
}

.template-collection .filter-group__heading {
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);
}
.template-collection .sidebar__item {
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);    
}
@media only screen and (min-width: 750px) {
    .template-index [data-section-type="product-grid"] .grid__heading-holder--inline .btn--primary.btn--outline {
      border-width: 3px;
    }
    .template-collection .collection__filters {
      width: 100%;  
    }
    .template-collection .collection__sidebar__slider .collection__sidebar {
      padding: var(--inner) var(--gutter) var(--inner) calc(var(--outer) - 8px);
    }  
}

@media (min-width: 750px) {
  .template-index [data-section-type="product-grid"] .grid__heading-holder--inline {
    /*justify-content: flex-start;*/
    gap: 16px;
  }
  .template-index [data-section-type="product-grid"] .grid__heading-text {
    flex: 0 1 auto;
  }
}

ul.product-tags {
  list-style: none;
  padding: 12px 0;
  margin: 12px auto;
  width: min(100%, 190px);
  border-top: 1px solid #CCC;
}
ul.product-tags li {
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);
  color: var(--text);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.product-tags li > img {
  opacity: .7
}
ul.product-tags li > span {
  display: inline-block;
  width: calc(100% - 38px);
  text-align: left;
  text-wrap-mode: nowrap;
}

@media (max-width: 749px) {
  .template-index [data-section-type="columns"] {
    padding-top: calc(var(--PT) / 2);
    padding-bottom: calc(var(--PB) / 2);
    padding-left: 5%;
    padding-right: 5%;
  }
  [data-section-type="product-grid"] .grid__heading-holder--inline {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  ul.product-tags li > span {
    text-wrap-mode: initial;
  }
}

/*=== Index End ====*/


/*=== Why Redux Page ====*/

#why-redux-new main > div:first-child .hero__title:first-of-type {  
    line-height: 0.7;
    font-size: var(--FONT-HEADING-X-LARGE);
}
#why-redux-new main > div:first-child .hero__title:first-of-type + h2 {
  font-size: 62px;
}

#why-redux-new main > div:nth-child(3) .index-hero {
  max-width: var(--content-max);
  margin: 0 auto;
  padding-left: var(--outer);
  padding-right: var(--outer);
  background: transparent;
}

#why-redux-new main > div:nth-child(3) .index-hero .image__hero__pane:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #59206f, #71248d, #6a2485bf, #c25be94f, transparent, transparent);
}

.game-chart-container {
    padding: 16px 0 12px 0;
}
.game-chart-container .game {
    margin-bottom: 20px;
}
.game-chart-container .game .title {
    margin-bottom: 5px;
    color: #FFF;
}
.game-chart-container .game .title strong {
    font-weight: 800;
}
.game-chart-container .bar {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(90deg, #ff3d3d, #ffcf49);
}
.game-chart-container .bar.orange {
    width: 84%;
}
.game-chart-container .bar.green {
    width: 74%; background: linear-gradient(90deg, #67cb1e, #c4ff8f);
}
.game-chart-container .bar.blue {
    width: 60%; background: linear-gradient(90deg, #358dff, #8ee4ff);
}

.game-chart-container .fps-detail {
    display: inline-block;
    line-height: 1;
    font-size: var(--FONT-HEADING-X-SMALL-MOBILE);
    opacity: .7;
}

.two-video-hero {
  --video-height: 65vh;
  overflow: hidden;
  position: relative;
  background: #000;
}

.two-video-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.two-video-container .half-vid {
  position: relative;
}

.two-video-container .half-vid .play-area {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-body-small);
  z-index: 2;
  pointer-events: none;
  opacity: .8;
  background-image: linear-gradient(to bottom, transparent, transparent, var(--link-hover));
  background-repeat: no-repeat;
  background-position: 0 30vh;
  transition: opacity .3s ease, background-position .3s ease;
}

.two-video-container .half-vid .play-area strong {
  font-weight: 800;
  font-size: var(--FONT-HEADING-MEDIUM-MOBILE);
  display: block;
}

.two-video-container .half-vid .play-area svg {
  width: 60px;
  height: 60px;
}

.two-video-container .half-vid .play-area svg * {
  transition: stroke .3s ease, fill .3s ease;  
}

.two-video-container .half-vid a {
  position: relative;
  z-index: 1;
  display: block;
}

.two-video-container .half-vid a video {
  position: relative;
  height: var(--video-height);
  object-fit: cover;
  object-position: center center;
  transition: opacity .3s ease;
  opacity: .6;
  display: block;
}

.two-video-container .half-vid:hover .play-area {
  opacity: 1;
  background-position: 0 0;
}

.two-video-container .half-vid:hover .play-area svg circle {
  stroke: var(--link-hover);
}
.two-video-container .half-vid:hover .play-area svg polygon {
  fill: var(--link-hover);
}

.two-video-container .half-vid:hover video {
  opacity: 1;
}

@media (max-width: 749px) {
  #why-redux-new main > div:first-child .hero__title:first-of-type {  
    line-height: 1;    
    font-size: var(--FONT-HEADING-LARGE-MOBILE);
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
  }
  #why-redux-new main > div:first-child .hero__title:first-of-type + h2 {
    font-size: 48px;
  }
  #why-redux-new main > div:nth-child(2) {
    padding-bottom: 0;
  }
  #why-redux-new .logos.section-padding {
    padding-bottom: 20px;    
  }
  #why-redux-new .logos__title {
    margin-bottom: 12px;
  }
  .two-video-hero {
    --video-height: 45vh;
  }
  .two-video-container .half-vid .play-area {
    opacity: 1;
    background-image: linear-gradient(to bottom, transparent, transparent, transparent, rgb(0 204 231 / 28%));
    background-position: 0 0;
  }
  .two-video-container .half-vid .play-area svg {
    width: 48px;
    height: 48px;
  }
  .two-video-container .half-vid:first-child .play-area {
    background-image: linear-gradient(to bottom, transparent, transparent, transparent, #c25be945);
  }
  #why-redux-new main > div:nth-child(3) .index-hero .image__hero__pane:after {
    background-image: linear-gradient(to right, #59206f, #71248d, #6a2485bf, #c25be94f, transparent);
    filter: brightness(0.4);
  }
  #why-redux-new main > div:nth-child(3) .index-hero .hero__content--transparent {
    padding-left: 12%;
    padding-right: 12%;
  }
  #why-redux-new main>div:nth-child(3) .index-hero .hero__description.body-small {
    display: none;    
  }
  #why-redux-new #SectionColumns--template--24312343495020__section_columns_Mfjcb3 > div > div.grid__heading-holder.text-center > h2 {
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
  }
}

/*=== Why Redux Page End ====*/


/*=== Financing Page ====*/

#financing .hero__title {
  font-size: var(--FONT-HEADING-X-LARGE);
}

#financing .image__fill img {
  object-fit: contain;
}
#financing .text-promo-inner--border {
  border-color: #b6faff;
  background-image: linear-gradient(to bottom, #fff, #b6faff);
}
#financing .index-rte:last-of-type p {
  margin: 0 auto;
  max-width: 100ch;  
}

/*=== / Financing Page ====*/


/*=== Okendo Reviews ====*/

#reviews .hero__title {
  font-size: var(--FONT-HEADING-X-LARGE);
}

body .oke-sr { padding-bottom: 4px; }

body .okeReviews[data-oke-container] .oke-w-reviews-main--nav-divider, body div.okeReviews .oke-w-reviews-main--nav-divider {
  border-top-color: transparent;
}

body .okeReviews[data-oke-container] .oke-w-reviews-listMasonry, body div.okeReviews .oke-w-reviews-listMasonry {
  border-bottom-color: transparent;
}

body div.okeReviews[data-oke-container] .oke-reviewCardFeaturedMedia .oke-w-review-footer {
  border-top-color: #DDD;
}

body div.okeReviews[data-oke-container] .oke-reviewContent .oke-reviewContent-title {
  font-weight: bold;
  color: var(--text);
  font-family: var(--FONT-STACK-HEADING);
}

body .okeReviews[data-oke-container] p, body div.okeReviews p {
  line-height: 1.6;
  margin-bottom: 0;
}

body div.okeReviews[data-oke-container] .oke-attrBar-title {
  margin-top: 8px;
}

body .okeReviews[data-oke-container] .oke-button {
  padding: 18px 32px;
}
body .okeReviews[data-oke-container] .oke-sr-count {
  display: block;
  padding-top: 6px;
}

/* Forcibly hides OVERALL EXPERIENCE block */
body div.okeReviews[data-oke-container] .oke-reviewCardFeaturedMedia--above .oke-reviewCardFeaturedMedia-attributes {
  display: none;
}

@media (max-width: 749px) {
  #reviews main > div:first-child .index-rte {
    padding-bottom: 0;
  }
  .okeReviews.oke-w {
    padding-top: 0;
  }
  .okeReviews.oke-w .oke-w-ratingAverageModule-rating-average {
    margin-top: 0;
  }
  .okeReviews[data-oke-container].oke-w, div.okeReviews.oke-w {
    padding-top: 0;
  }
  body .okeReviews[data-oke-container] .oke-sr-count {
    padding-top: 0;
    display:inline-block;
  }
  div[data-oke-star-rating] {
    text-align: center;
  }
}

/*=== / Okendo Reviews ====*/


/*=== Product Page ====*/

.template-product .pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}
.template-product .pswp__button--close {
  background: rgba(0,0,0,.75);
  color: #FFF;
}
.template-product .pswp__button--close:hover {
  background: #FFF;
  color: #000;
}
.template-product .product__thumbs:before {
    content: "*Product image may differ, please refer to the spec section.";
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 0 0 16px 0;
    color: #666666;
}
@media only screen and (min-width: 460px) and (max-width: 749px),
       only screen and (max-device-width: 500px) and (-webkit-device-pixel-ratio: 2), 
       only screen and (max-device-width: 500px) and (-webkit-device-pixel-ratio: 3) {
  .template-product [data-fader-mobile] .product__slides {
    height: 45vh !important;
  }
  .template-product .product__photo {
    padding-top: 45vh;    
  }
  .template-product .product__photo img {
    object-fit: contain; 
  }
}
.template-product .price--diff-tag {
  border: 2px solid;
  border-color: var(--BTN-PRIMARY-BG);
  background-color: var(--BTN-PRIMARY-BG);
  font-family: var(--FONT-STACK-BODY);
  padding: 4px 10px;
  border-radius: 12px;
  color: #FFF;
  font-weight: bold;
  margin-left: 16px;
  display: none;
  vertical-align: text-bottom;
  line-height: 1.4rem;
}
.template-product span[data-zoom-caption] + .price--diff-tag {
  font-size: var(--font-body-large);
}
@keyframes fadeRTS {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.template-product .product__images.is-rts {
  position: relative;
}
.template-product .rts--tag {
  position: absolute;
  right: 0;
  width: 100px;
  height: auto;
  z-index: 1;
  opacity: 0;
  animation-name: fadeRTS;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@media (max-width: 749px) {
  .template-product .rts--tag {
    right: auto;
    left: 0;
  }
}
.template-product .product__thumbs__holder {
  justify-content: center;
}
.product__content .radio__button.sale label {
  padding: calc(var(--btn-top) / 2) var(--btn-top);
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);
  font-weight: 700;
  text-transform: none;
  /*font-family: var(--FONT-STACK-HEADING);*/
  letter-spacing: normal;
  transition: color .5s cubic-bezier(.215,.61,.355,1), background .5s cubic-bezier(.215,.61,.355,1), border .1s cubic-bezier(.215,.61,.355,1)
}
.product__content .radio__button.sale input:checked~label {
  color: var(--BTN-PRIMARY-BG);
  border: 2px solid;
}
.product__content .radio__legend__value {
  font-size: 1px;
  line-height: 1px;
  pointer-events: none;
  color: white;
}

.product__content .product__price {
  display: flex;
  flex-direction: column-reverse;
}
.product__content .product__price--sale, .cart-bar .product__price--sale  {
  font-size: var(--font-heading-medium);
  color: var(--BTN-PRIMARY-BG);
  font-weight: bold;
}
.product__content .product__price--sale + .price--diff-tag {
  display: inline-flex;
  margin-bottom: 2px;
  vertical-align: super;
}
.product__content .product__price--sale {
  margin-right: 0;
}
.product__content .product__price--strike, .cart-bar .product__price--strike {
  color: #999;
  margin-bottom: 4px;
  font-size: 20px;
}

.product__content .product__submit__item .btn {
  display: inline-block;
  width: max(150px, 33%);
}
.product__content .product__submit__item .btn + .btn.btn--outline {
  margin-left: 8px;
  color: var(--text);
  border-color: var(--text-a35);
  font-weight: 600;
}

.product__content .radio__fieldset .radio__button label {
  letter-spacing: 0;
}

.product__content .product__block.block__icon__row:nth-child(8) {
  display: none;
}

@media (min-width: 750px) {
  .product__content .product__block.block__icon__row:nth-child(8) {
    display: flex;
  }
  .product__content .tabs-wrapper + .divider-holder, .product__content .tabs-wrapper + .divider-holder + .block__icon__row {
    display: none;
  }
}

body .custom--inline-modal.fancybox__content {
  height: auto !important;
}

.custom--inline-modal.fancybox__content {
  display: flex;
  flex-direction: row;
  width: 60%;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  background-image: linear-gradient(to bottom, #c6f8ff, #d9faff, transparent, transparent);
}
.custom--inline-modal.fancybox__content.text--only {
  width: auto;
  max-width: 460px;
  margin: 0 8vw;
}
.custom--inline-modal.fancybox__content:not(.text--only) > div {
  width: max(40%, 150px);
}
.custom--inline-modal.fancybox__content > div > h2 {
  font-size: var(--font-heading-medium);
  margin-bottom: 16px;
}
.custom--inline-modal.fancybox__content > div > p {
  font-size: var(--font-body-small);
  margin-bottom: 16px;
}
.custom--inline-modal.fancybox__content > div > p a {
  color: var(--BTN-PRIMARY-BG);
}
.custom--inline-modal.fancybox__content img {
  width: 60%;
  height: auto;
}
@media (max-width: 1366px) {
  .custom--inline-modal.fancybox__content {
    width: max(80%, 320px);
  }
}
@media (max-width: 749px) {
  .template-product span[data-zoom-caption] + .price--diff-tag {
    display: none !important;
  }
  .product__content .product__submit__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product__content .product__submit__item .btn + .btn.btn--outline {
    margin-left: auto;
    margin-top: 8px;
  }
  .custom--inline-modal.fancybox__content {
    margin-top: 5vh;
    width: max(90%, 320px);
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .custom--inline-modal.fancybox__content > div > h2 {
    font-size: var(--FONT-HEADING-MEDIUM-MOBILE);
  }
  .custom--inline-modal.fancybox__content img {
    width: 100%;
    height: auto;
  }
  .custom--inline-modal.fancybox__content:not(.text--only) > div {
    width: max(80%, 150px);
  }
}

/* IMPORTANT: By adding this line, we're hiding the tabs header for product tabs. In case we want'em back, we need to remove/disable below */
.product__content .product-tabs > .tabs__head {
  display: none;
}
/* IMPORTANT: By adding this line, we're hiding the tabs header for product tabs. In case we want'em back, we need to remove/disable above */

/* IMPORTANT: Hides % difference OFF tag manually, as removing it through panel causes a JS issue */
.product__content .product__price--off {
  display: none;
}
/* IMPORTANT: Hides % difference OFF tag manually, as removing it through panel causes a JS issue */

.cart-bar.is-visible .product__price {
  flex-direction: row;
  justify-content: center;
}
.cart-bar.is-visible .product__price--strike {
  margin-bottom: 0px;
}

ul.prod-component-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.prod-component-list li {
  width: 50%;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}
ul.prod-component-list li:nth-child(odd) {
  width: 48%;
  padding-right: 2%;
}
ul.prod-component-list li span {
  margin-left: 8px;
  font-size: 14px;
}
ul.prod-component-list li span em {
  font-style: normal;
}

/* Bread */
.shop-pay-terms {display:none;}
.shop-pay-terms {
  margin-bottom: 16px;
}
.template-product #bread-container {
  justify-content: flex-start;
}
.template-product .bread-btn-class {
  width: 100% !important;
  height: auto !important;
  margin: 12px 0 30px 0 !important;
}
.template-product .bread-btn-class a {
  color: var(--text);
  text-decoration: none;
  /* text-transform: lowercase; */
}
.template-product .bread-btn-class a span:not(:first-child) {
  text-decoration: underline;
  font-weight: 600;
  pointer-events: none;
}
/* .template-product .bread-btn-class a:before {
  content: "Or ";
  text-transform: none;
} */
.template-product .bread-btn-class a:after {
  content: " with Bread Pay";
  padding-right: 60px;
  background: url(/cdn/shop/files/bread-pay-logo.png?v=1686544914) center right no-repeat;
  background-size: contain;
  text-transform: none;
}

.template-product .breadcrumbs {
  display: none;
  padding: 10px 0 0 0;
  margin: 0;
  justify-content: center;
  font-size: 14px;
}

.template-product .breadcrumb-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.template-product .breadcrumb-item {
  margin-right: 10px;
}

.template-product .breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #999;
}

.template-product .breadcrumb-item a {
  color: #666;
  text-decoration: none;
}

.template-product .breadcrumb-item a:hover {
  text-decoration: underline;
}

.template-product .breadcrumb-item.active {
  color: #333;
  font-weight: bold;
}

@media (min-width: 1201px) {
  .product__content .product__title {
    /*text-wrap-mode: nowrap;*/
  }
}

@media (max-width: 749px) {
  .template-product .breadcrumbs {
    display: flex;
  }
  .shop-pay-terms {
    text-align: center;
  }
  .template-product .bread-btn-class {
    text-align: center !important;
  }
  .template-product .index-product.section-padding {
    padding-top: 10px;
  }
  .template-product .price--diff-tag {
    vertical-align: top;
    margin-left: 10px;
    padding: 4px 8px;
    line-height: 1.3rem;
  }
  .template-product .product__thumbs__holder {
    justify-content: flex-start;
  }
  .template-product .product__thumbs {
    display: none;
  }
  .product__content {
    margin-top: 0;
    padding-top: 4px;
  }
  .product__content .product__title__wrapper {
    padding-right: 0;
    text-align: center;
  }
  .product__content .product__price {
    align-items: center;
  }
  .product__content .product__price__wrap {
    justify-content: center;    
  }
  .product__content .product__sale.hidden {
    width: 1px;
    height: 1px;
    position: absolute;
  }
  .product__content .radio__button.sale label {
    padding: calc(var(--btn-top) / 3) var(--btn-top);
  }  
  .form__wrapper--classic .radio__legend__label--text {
    justify-content: center;
  }
  .product__content .radio__fieldset .radio__buttons {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .product__content .radio__button.sale {
    width: 90%;
  }
  .product__content .product__submit__item .btn {
    width: max(50%, 200px);
    margin: 0 auto;
  }
  .product__content .product__block.block__icon__row {
    padding-left: 6%;    
  }
  .shopify-app-block + .product__block--buttons {
    margin-bottom: 4px;
  }
  .product__block--buttons + .product__custom-code {
    margin-bottom: 0;
  }
  .product__custom-code + .block__icon__row {
    display: none;
  }
  .cart-bar .cart-bar__form__wrapper {
    padding-bottom: 12px;
  }
  .cart-bar .cart-bar__product__title {
    display: block;
    font-size: calc(1.25rem * var(--FONT-ADJUST-HEADING));
    margin-bottom: 4px;
  }
  .cart-bar .cart-bar__product__price {
    display: inline-flex;
    margin: 3px 0 4px;
  }
  .cart-bar .cart-bar__form .product__submit__add:not(.product__cart-bar-notification-button) {
    width: max(60%, 250px);
    display: block;
    margin: 0 auto;
  }
  .cart-bar .cart-bar__product__price:before {
    content: none;
  }
  .cart-bar.is-visible .product__price--strike {
    display: block;
    font-size: var(--font-body-small);
    font-weight: 700;
  }
}

@media (max-width: 514px) {
    .product__content .radio__button.sale {
      width: 100%;
    }
}

/*=== Product Page End ====*/

/*=== Cart Drawer ====*/

#cart-drawer *[data-cart-count] {
  color: var(--BTN-PRIMARY-BG);
  font-weight: 700;
}
#cart-drawer .drawer__items-title {
  display: none;  
}

#cart-drawer .cart__item__content__right {
  display: none;
}

#cart-drawer .drawer__heading {
  text-transform: uppercase;
}

#cart-drawer .cart__item {
  align-items: flex-start;
}
#cart-drawer .cart__item__title {
  margin-bottom: 0;
}
#cart-drawer .select-popout--quantity .select-popout__toggle {
  border-color: var(--BTN-SECONDARY-BORDER);
}
#cart-drawer .select-popout--quantity .select-popout__toggle [data-popout-toggle-text] {
  font-weight: 700;
  color: var(--BTN-PRIMARY-BORDER);
}
#cart-drawer .cart__item__title > a {
  color: var(--text);
  font-weight: 700;
  font-size: var(--FONT-HEADING-SMALL-MOBILE);
}
#cart-drawer .cart__item__selected-options strong {
  display: none;
}

#cart-drawer .cart__price {
  font-size: var(--FONT-SIZE-SUBHEADING-MOBILE);  
}

#cart-drawer .cart__price ins {
  color: var(--BTN-PRIMARY-BG);
  font-weight: 700;
}
#cart-drawer .cart__price del {
  color: #8b8b8b;
}
#cart-drawer .cart__item__image > a {
  border: 1px solid var(--BTN-SECONDARY-BORDER);
  width: 120px;
  height: 115px;
}
#cart-drawer .cart__item__content {
  width: calc(100% - 120px);
}
#cart-drawer .cart__item__remove {
  color: #758789;
  padding: 2px 6px;
  border: 1px solid;
  align-self: flex-start;
  border-radius: 12px;
  font-size: 10px;
}
#cart-drawer .cart__quantity input[type=number] {
    border-color: var(--BTN-SECONDARY-BORDER);
    font-weight: 700;
    color: var(--BTN-PRIMARY-BG);
    line-height: 1rem;
    padding: 8px 30px;
}
#cart-drawer .cart__total {
  font-weight: 700;
}

/*=== Cart Drawer End ====*/


/*=== Order Lookup ====*/

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.w3-order-lookup.loading > .lookup-loader {
  position: relative;
  width: 100%;
}
.w3-order-lookup.loading > .lookup-loader:after {
  content: "";
  opacity: 1;
  display: block;
  width: 36px;
  height: 36px;
  border: 4px solid transparent;
  border-top: 4px solid var(--BTN-PRIMARY-BG);
  border-right: 4px solid var(--BTN-PRIMARY-BG);
  border-bottom: 4px solid var(--BTN-PRIMARY-BG);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 50px auto;
  transition: opacity .3s ease;
}
.w3-order-lookup:not(.loading) > .lookup-loader:after {
  opacity: 0;
}

.order-lookup-hero {
  min-height: 400px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order-lookup-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  object-fit: cover;
  object-position: left;
}

.order-lookup-hero h1 {
  font-size: var(--font-heading-x-large);
  line-height: 1;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin-right: 15%;
  max-width: 440px;
  text-align: right;
}

.page-order-lookup .main-content {
  padding-top: 0;
}

.page-order-lookup #insta-feed {
  margin-bottom: 100px;
  margin-top: 0;
}

.order-lookup-intro {
  border-top: 1px solid #CCC;
  max-width: 1450px;
  margin: 50px auto 8px auto;
  text-align: center;
  padding: 30px 0;
}

.order-lookup-intro h3 {
  font-weight: 400;
  font-size: var(--font-heading-x-large);
  line-height: 109.5%;
  margin-bottom: 44px;
}

.order-lookup-intro p {
  font-size: var(--font-body-large);
  margin: auto;
  max-width: 890px;
  line-height: 1.4;
  text-align: center;
  color: var(--text);
}

.order-lookup-stages {
  background-image: linear-gradient(to bottom, #c6f8ff, #d9faff, transparent, transparent, transparent, transparent, transparent, transparent);
  color: var(--text);
  text-align: center;
  padding: 80px 0 0 0;
}

.order-lookup-stages h2 {
  font-size: var(--font-heading-x-large);
  line-height: 109.5%;
  text-align: center;
  margin-bottom: 65px;
}

.order-lookup-stages__items {
  display: flex;
  width: calc(100% - 50px);
  justify-content: center;
  margin: auto;
}

.order-lookup-stages__item {
  width: 14.28%;
  position: relative;
}

.order-lookup-stages__item__upper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  height: 200px;
}

.order-lookup-stages__item__number {
  position: relative;
  z-index: 4;
  font-weight: 400;
  font-size: var(--font-heading-x-large);
  line-height: 109.5%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  width: 40px;
  display: flex;
  justify-content: center;
  transform: translateX(20%);
}
.order-lookup-stages__item svg {
  position: absolute;
  width: calc(100% + 50px);
}

.order-lookup-stages__item__dots {
  width: 30px;
  margin-bottom: 20px;
  opacity: .5;
}

.order-lookup-stages__item__content {
  padding-right: 20px;
  margin-left: 10px;
}

.order-lookup-stages__item__step-count {
  font-weight: 400;
  font-family: var(--FONT-STACK-HEADING);
  font-size: var(--font-heading-medium);
  line-height: 109.5%;
  margin-bottom: 15px;
}

.order-lookup-stages__item__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.order-lookup-stages__item .order-lookup-stages__item__content {
  text-align: center;
}

.order-lookup-stages__item .order-lookup-stages__item__content {
  opacity: 0.25;
}
.js-static-stages .order-lookup-stages__item .order-lookup-stages__item__content {
  opacity: 1;
}

.order-lookup-stages__item.current-stage .order-lookup-stages__item__content {
  opacity: 1;
}

.order-lookup-stages__item .order-lookup-stages__item__upper svg path {
  fill: #B065DD;
}

.order-lookup-stages__item.progressed .order-lookup-stages__item__upper svg path {
  fill: var(--link);
}

.order-lookup-stages__item.current-stage .order-lookup-stages__item__upper svg path {
  fill: #792c9e;
}

.order-lookup-stages__order-number {
  font-weight: 400;
  font-size: 45px;
  line-height: 109.5%;
  text-align: center;
  color: var(--text);
  margin-bottom: var(--font-heading-x-large);
}

.order-lookup-hero__mobile-graphic {
  display: none;
}

.w3-order-lookup input {
  color: #000;
}

.w3-order-lookup #order-lookup-form{
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.w3-order-lookup #findOrder {
  background: var(--BTN-PRIMARY-BG);
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: var(--font-body-large);
  line-height: 140%;
  text-align: center;
}

.w3-order-lookup input {
  background: #FFF;
  border: 1px solid #679fc5;
  border-radius: 8px;
  margin: 0px 20px;
}

.w3-order-lookup #orderNumber-wrapper,
.w3-order-lookup #emailAddress-wrapper {
  display: flex;
  align-items: center;
}

.order-lookup-result #goBack {
  display: none;
}

.order-lookup-disclaimer {
  margin-top: 50px;
}

.order-lookup-wrapper {
  max-width: 100%;
}

.w3-order-lookup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.js-static-stages {
  order: 2;
  position: relative;
}

.w3-order-lookup.searched .js-static-stages {
  display: none !important;
}

.block-build-stages {
  background: #02003E;
  padding-bottom: 100px;
  padding-top: 100px;
}

.block-build-stages .btn {
  margin-bottom: 140px;
}

.block-build-stages .order-lookup-stages__items {
  color: #fff;
}

.block-build-stages {
  text-align: center;
}

.block-build-stages h2,
.block-build-stages p {
  color: #fff;
  max-width: 720px;
  margin: auto;
  margin-bottom: 30px;
}

.block-build-stages h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 117.5%;
}

.order-lookup-stages__items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px; left:-100px;
  border-radius: 8px;
}

.order-lookup-stages__items::-webkit-scrollbar:vertical {
    width: 8px;
}

.order-lookup-stages__items::-webkit-scrollbar:horizontal {
    height: 8px;
}

.order-lookup-stages__items::-webkit-scrollbar-thumb {
    background-color: var(--link);
    border-radius: 8px;
}

.order-lookup-stages__items::-webkit-scrollbar-track {
    background-color: #bff2f9;
    border-radius: 8px;
}

@media only screen and (min-width: 1024px) {
  .w3-order-lookup .page-width {
    max-width: 1420px;
  }
}

@media only screen and (max-width: 1024px) {
  .w3-order-lookup .page-width,
  .block-build-stages__wrap {
    position: relative;
  }
  .order-lookup-stages .page-width:after,
  .block-build-stages__wrap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 8px;
    /* background-image: url('/cdn/shop/files/shape_45a7e11e-b744-4e7f-9bc6-325eb386c9c6.svg?v=1678407318'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .order-lookup-hero h1 {
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-top: -100px;
  }
  .order-lookup-intro {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .order-lookup-stages__items {
    -webkit-overflow-scrolling: auto;
    border-left: 20px solid transparent;
  }
  .block-build-stages__wrap {
    padding: 0;
  }
  .block-build-stages .order-lookup-stages__item__upper {
    margin-bottom: 30px;
  }
  .block-build-stages .order-lookup-stages__item__step-count {
    display: none;
  }
  .block-build-stages .btn {
    margin-bottom: 60px;
  }
  .block-build-stages {
    padding-bottom: 70px;
    padding-top: 50px;
  }
  .block-build-stages h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 117.5%;
  }
  .js-static-stages {
    max-width: 100%;
  }
  .w3-order-lookup #order-lookup-form {
    flex-wrap: wrap;
  }
  .w3-order-lookup #order-lookup-form {
    margin: 30px;
  }
  .w3-order-lookup #findOrder {
    margin-top: 15px;
  }
  .w3-order-lookup #orderNumber-wrapper, .w3-order-lookup #emailAddress-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
  }
  .w3-order-lookup input {
    width: 100%;
    margin: 0;
  }
  .order-lookup-hero img {
    display: none;
  }
  .order-lookup-hero__mobile-graphic {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .order-lookup-hero {
    min-height: 475px;
  }
  .order-lookup-intro h3 { 
    font-size: 40px;
    line-height: 109.5%;
    margin-bottom: 22px;
  }
  .order-lookup-intro p {
    padding: 0 20px;
  }
  .order-lookup-stages {
    padding: 40px 0;
  }
  .order-lookup-stages h2 {
    line-height: 109.5%;
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .order-lookup-stages__order-number {
    font-weight: 400;
    font-size: 28px;
    line-height: 109.5%;
    margin-bottom: 50px;
  }
  .order-lookup-stages__item {
    width: 33%;
    flex-shrink: 0;
  }
  .order-lookup-stages__items {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    justify-content: flex-start;
    padding: 0 40px;
    padding-bottom: 40px;
  }
  .order-lookup-stages .page-width {
    padding: 0;
    margin-top: 30px;
  }
  .order-lookup-stages__item__upper {
    height: 140px;
    margin-bottom: 60px;
  }
  .order-lookup-stages__item__step-count {
    font-size: 36px;
  }
  .order-lookup-stages__item__content {
    padding-right: 20px;
    margin-left: -40px;
  }
  .order-lookup-stages__item__content p {
    max-width: 100%;
    white-space: initial;
    font-size: 15px;
    padding: 0 20px;
  }  
}

.block-build-stages__wrap {
  max-width: 1350px;
}

.order-lookup-disclaimer,
.order-lookup-searching{
  font-weight: 400;
  font-size: 20px;
  line-height: 109.5%;
  text-align: center;
  color: var(--text);
}

.order-lookup-searching {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .order-lookup-disclaimer,
  .order-lookup-searching {
    font-size: 13px;
    line-height: 24px;
    padding: 0 20px;
  }
  .order-lookup-stages__item__dots {
    display: none;
  }
  .w3-order-lookup.loading > .lookup-loader:after {
    margin: 30px auto 16px auto;
    width: 24px;
    height: 24px;
  }
}

.institutional-features {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8vw;
  padding: 20px 24px 100px 24px;
}

.institutional-features > div {
  position: relative;
  flex: 1;
}

.institutional-features > div p {
  font-size: var(--font-body-large);
  line-height: 1.4;
  margin: 24px 0;
}

.institutional-features .img-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.institutional-features .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 650px) {
  .institutional-features {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .order-lookup-stages {
    padding: 40px 0 0 0;
  }
  @keyframes scroll-indicator {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-90px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .order-lookup-stages__items .order-lookup-stages__item {    
    animation: scroll-indicator 4.5s 1 ease-in-out;
  }
  .order-lookup-stages__item {
    width: 50%;
  }
  .order-lookup-stages h2 {
    font-size: var(--font-9);
  }
}

/*=== Order Lookup End ====*/