/** Shopify CDN: Minification failed

Line 3594:8 Expected identifier but found whitespace
Line 3594:17 Unexpected "!"

**/
html {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
/* custom fonts */
.scotch-display {
  font-family: scotch-display, sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: unset;
}
.scotch-display-bold {
  font-family: scotch-display, sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: unset;
}
.font-bold {
  font-weight: 500 !important;
}
.font-italic {
  font-style: italic !important;
}

/* CTA - Button and link */
.cta-button-primary, button.cta-button-primary.cta-small.button--primary {
  position: relative;
  font-family: var(--text-font-family);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: rgb(var(--button-text-color, 13 13 13));
  border: 1px solid rgb(var(--button-border-color, 13 13 13));
  border-radius: 40px;
  background: rgb(var(--button-background, 253 253 253 / 0%));
  padding: 12px 24px;
  width: fit-content;
  height: 47px;
  min-width: 200px;
  display: inline-block;
  overflow: hidden;
}
.cta-button-primary.split-image-button {
  border: none; /* removing btn border on split image section*/
}
.slideshow__text-wrapper .cta-button-primary, button.cta-button-primary.cta-small.button--primary {
  border: none;
}
.cta-button-primary:hover, button.cta-button-primary.cta-small.button--primary:hover {
  /* color: rgb(var(--button-text-color-hover, 13 13 13)); */
  border-color: rgb(var(--button-border-color-hover, 13 13 13));
}
.cta-button-primary::before, button.cta-button-primary.cta-small.button--primary::before {
  background: rgb(var(--button-background-hover, 253 253 253));
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  /* transform: skew(50deg); */
  /* transform-origin: top left; */
  width: 0;
  /* -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; */
  /* REMOVE THE COMMENT NOTATION IF YOU WANNA ENABLE THE ANIMATIONS */
}
.cta-button-primary:hover:before, button.cta-button-primary.cta-small.button--primary:hover:before {
  height: 100%;
  width: 135%;
}
.cta-button-primary.cta-small, button.cta-button-primary.cta-small.button--primary {
  font-size: 13px;
  height: 38px;
  min-width: 154px;
  padding: 10px 20px;
}
.cta-button-link {
  position: relative !important;
  font-size: 16px;
  font-weight: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  text-underline-offset: 3px !important;
  color: rgba(var(--text-color));
  padding: 2px 0;
  width: fit-content;
  margin: auto;
}
.cta-button-link:hover {
  color: rgba(var(--button-text-color-hover, --text-color));
}
.cta-button-link::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.cta-button-link:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.cta-button-primary.square {
  border-radius: 0;
}

.metafield-rich_text_field p{
  margin: 0px;
}

@media screen and (max-width: 420px) {
  .cta-button-primary {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 740px) {
  .cta-button-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 380px) {
  .cta-button-primary.cta-small {
    min-width: 100%;
    padding: 10px;
    letter-spacing: .5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .metafield-rich_text_field p{
    font-size: 12px
  }
}

@media screen and (max-width: 350px){
   .metafield-rich_text_field p{
    font-size: 10px
  }
}

/* app download bar */
.app-banner__title, p.app-banner__message {
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 0px;
}
a.app-banner__link.button.button--primary {
  position: relative;  
  font-weight: normal;
  letter-spacing: 2px;  
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: rgb(var(--button-text-color, 13 13 13));
  border: 1px solid rgb(var(--button-border-color, 13 13 13));  
  background: rgb(var(--button-background, 253 253 253 / 0%));
  border-radius: 40px;
  padding: 12px 12px;
  height: 40px;
  min-width: 125px;
  display: inline-block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-banner {
  background: rgb(var(--section-background, 253 253 253));  
  padding: 12px 15px;
}

.app-banner.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.app-banner__close {
  display: flex;
  padding: 6px;
  position: absolute;
  right: -12px;
  top: -9px;
}
.app-banner__columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.app-banner__column--left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.app-banner__column--right {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.app-banner__info {
  padding-left: 15px;
}
.app-banner__info-inner p {
  font-size: 12px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.app-banner__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 12px;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100px;
  padding: 2px 25px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.app-banner__link:focus {
  color: #ffffff;
}
.app-banner__picture,
.app-banner__picture * {
  display: block;
  height: auto;
  width: 100%;
}
.app-banner__picture-holder {
  background: #000000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  isolation: isolate;
  min-width: 60px;
  overflow: hidden;
  width: 60px;
}
.app-banner-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.app-banner-rating__items {
  display: flex;
  flex-direction: row;
  gap: 3px;
  position: relative;
  font-size: 11px;
  line-height: 1;
  margin-top: 6px;
  color: rgb(var(--text-color, 0 0 0));
  margin-top: 2px;
}
.app-banner-rating__image {
  height: 11px;
  width: 11px;
}
.app-banner__forma-djr-banner-regular {
  font-weight: 500;
  font-style: normal;
}
.app-banner__forma-djr-banner-medium {
  font-weight: 600;
  font-style: normal;
}
.app-banner__forma-djr-banner-bold {
  font-weight: 600;
}

.timesactCall{
  margin-bottom: -20px;
  margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .app-banner {
    padding-block: 10px;
  }
  .app-banner__info {
    padding-left: 10px;
  }
  a.app-banner__link.button.button--primary {
    letter-spacing: 1px;
    padding: 10px;
    min-width: 120px;    
  }
}


/* Announcement bar */
.announcement-bar__message {
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}

/* header logo */
@media screen and (max-width: 740px) {
  .header__logo-image--transparent {
    left: 50% !important;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 375px) {
  .header__logo {
    padding-inline: 5%;
  }
  .header__logo-link {
    width: 100%;
  }
  .header__logo-image {
    max-width: 140px !important;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 340px) {
  .header__logo-image {
    max-width: 110px !important;
  }
}

/* Header - Nav */
@media screen and (min-width: 1199px) {
  .header__wrapper {
    padding-block: 12px;
  }
}
nav.header__inline-navigation .header__linklist-link {
  row-gap: 0px;
}
nav.header__inline-navigation a.header__linklist-link {
  font-size: 14px;
  text-transform: uppercase;
  margin-inline: 8px;
  margin-block: 4px;
  font-weight: 500;
}
nav.header__inline-navigation a.header__linklist-link > .icon {
  margin-left: 4px;
  margin-bottom: 2px;
  pointer-events: unset;
}
nav.header__inline-navigation .header__linklist-item {
  margin-right: 0 !important;  
}
nav.header__inline-navigation .header__linklist-item:first-child {
  padding-left: 0;
}
nav.header__inline-navigation .header__linklist-item:last-child {
  padding-right: 0;
}
/* .mega-menu__title { 
  font-weight: 600;
} */
.mega-menu__columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 40px;
}
.mega-menu__column {
  margin: 0;
}

/* Header - Search */
@media screen and (min-width: 1000px) {
  svg.icon.icon--header-search {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
.header__search-bar {
  margin-right: 16px;
  border: 1px solid rgb(var(--header-text-color));
  padding: 4px 12px;
  border-radius: 30px;
}
.header__search-bar .predictive-search__input {
  min-width: 120px;
  width: 120px;
  margin-left: 6px;
}
.marquee-wrapper {
  height: 115px;
  display: flex;
}
/* Marquee */

img.marquee-image__image {
  height: 35px;
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 740px) {
  img.marquee-image__image {
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.marquee-wrapper h3.heading.h3 {
  width: 100%;
  padding-top: 10px;
  font-size: 20px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Footer */
.footer {
  padding-top: 54px;
  padding-bottom: 32px;
}
footer .footer__logo_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
footer .footer__aside {
  border-top: 1px solid rgb(var(--text-color), 0.2);
  margin-top: 32px;
  padding-top: 32px;
  justify-content: space-between;
  line-height: 1.5;
}
footer .footer__item-list {
  grid-auto-columns: 1fr;
}
footer .linklist .linklist__item {
  font-size: calc(var(--base-font-size) - 3px);
  text-transform: uppercase;
}

footer .collapsible-toggle {
  padding: 12px 0 16px 0;
  justify-content: flex-start;
  gap: 6px;
}
footer .collapsible-toggle .footer__item-title {
  margin: 0;
}
footer .social-media__item {
  box-shadow: none;
}
footer .footer__item--social-media .footer__item-content {
  margin-top: 0;
}
footer .social-media__link {
  height: 44px;
  width: 44px;
}
footer .sub_footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
footer .sub_footer-menu .linklist__item {
  padding: 0;
}
footer .sub_footer-info-text {
  text-align: right;
}

/* Footer - mobile */
@media screen and (max-width: 999px) {
  video#iceboxVideo {
    width: 100%;
  }
  .footer {
    padding-top: 44px;
  }
  footer .footer__item-list {
    grid-template-columns: 1fr;
    grid-gap: 24px;
    gap: 24px;
  }
  footer .footer__item {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgb(var(--text-color), 0.2);
    padding-bottom: 24px;
  }
  footer .footer__item--links,
  footer .collapsible .footer__item-content {
    padding-bottom: 12px;
  }
  footer .footer__item:first-child,
  footer .footer__item:last-child {
    border: 0 none;
  }
  footer .collapsible-toggle {
    padding: 0 0 16px 0;
    justify-content: space-between;
  }
  footer .footer__logo_wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer__item--social-media {
    padding: 0;
  }
  footer .social-media {
    justify-content: center;
  }
  footer .footer__aside {
    margin-top: 24px;
    padding-top: 24px;
  }
  footer .footer__copyright {
    margin-top: 0;
    align-items: center;
    flex-direction: column;
  }
  footer .footer__copyright .square-separator {
    display: none;
  }
  footer .sub_footer-menu {
    justify-content: center;
    gap: 12px;
    margin: 16px 0 !important;
  }
  footer .sub_footer-info-text {
    text-align: center;
  }
}

/* Mobile Menu */
.mobile-nav__item .heading {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Home Main Hero */
.slideshow .container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.slideshow .heading--large {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 300;
  text-transform: unset;
}
.slideshow .slideshow__text-wrapper {
  padding: 0;
}
.slideshow .content-box--left{
  margin-left: 0;
}
.slideshow .content-box--right{
  margin-right: 0;
}
.slideshow .content {
  margin-top: 0;
  margin-bottom: 16px;
}
.slideshow .button-wrapper {
  margin-top: 0;
}
.slideshow .button--primary {
  border: 1px solid;
  border-radius: 40px;
  background-color: transparent;
  background-image: none;
  padding-left: 52px;
  padding-right: 52px;
}
@media screen and (max-width: 740px) {
  .slideshow .slideshow__text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-custom-spacing {
    line-height: 43px !important;
  }
}
/* Image Split with text */
  @media screen and (min-width: 1200px) {
   .image-overlay__image-wrapper, .image-overlay__image, .image-overlay__content-wrapper, .image-overlay {
     max-height: 1000px;
   }

   .gallery-section{
    margin: 20px 0px !important;
   }
  }
.image-split-with-text {
  display: flex;
  align-items: stretch;
}
.image-split-with-text image-with-text-overlay {
  width: 50%;
}
.image-split-with-text .image-overlay__image {
  left: 0;  
  width: 100.5%;
  height: 100.5%;
}
.image-split-with-text .i-container {
  padding: 0 32px;
  width: 100%;
}
.image-split-with-text .heading--large {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: normal;
  text-transform: unset;
  line-height: 1.2;
}
.image-split-with-text .heading--small {
  letter-spacing: 4px;
  font-weight: 500;
}
.image-split-with-text .button-wrapper {
  margin-top: 0;
}
.image-split-with-text .button--primary {
  border: 1px solid;
  border-radius: 40px;
  background-color: transparent;
  background-image: none;
  padding-left: 52px;
  padding-right: 52px;
}
.image-split-with-text .image-overlay__text-container {
  margin-top: 0;
}
.image-split-with-text .content {
  margin-bottom: 8px;
}
.image-split-with-text .link {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: rgba(var(--text-color));
  text-decoration-color: rgba(var(--text-color));
}


/* NEW ARRIVALS - Multi-column section */
.shopify-section--multi-column .heading.h2 {
  font-family: var(--text-font-family);
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
}
/* .shopify-section--multi-column .multi-column__image-wrapper {
  border-radius: 6px;
} */

.shopify-section--multi-column .multi-column__text-container .heading.h5 {
  font-family: scotch-display, sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media screen and (max-width: 740px) {
  .shopify-section--multi-column .heading.h2 {
    font-size: 22px;
  }
  .shopify-section--multi-column .multi-column__text-container .heading.h5 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .shopify-section--multi-column .cta-button-primary.cta-small {
    min-width: 130px;
    padding: 5px !important;
    display: flex;
    align-items: center;
    margin: auto;
  }
}

/* Third hero - Image with text block */
.third-hero {
  display: flex !important;
  min-height: 600px !important;
  align-items: stretch !important;
}
.third-hero .image-with-text-block__content {
  padding: 44px !important;
  width: calc(50% - var(--container-gutter));
  margin: unset !important;
}
.third-hero .content-box--left {
  margin-left: 0 !important;
}
.third-hero .content-box--right {
  margin-right: 0 !important;
}
.third-hero .heading--large {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  font-weight: 300;
  text-transform: unset;
  line-height: 1.2;
  font-style: italic;
}
.third-hero .heading--small {
  letter-spacing: 3px;
  font-weight: normal;
}
.third-hero .image-with-text-block__text-container {
  margin-top: 16px;
}
.third-hero .button-wrapper {
  margin-top: 0;
}
.third-hero .button--primary {
  border: 1px solid;
  border-radius: 40px;
  background-color: transparent;
  background-image: none;
  padding-left: 52px;
  padding-right: 52px;
}
@media screen and (max-width: 1000px) {
  .third-hero {
    min-height: 500px !important;
    position: relative;
  }
  .third-hero .container--flush {
    position: absolute;
    bottom: 0;
  }
  .third-hero .image-with-text-block__image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .third-hero .image-with-text-block__content {
    padding: 24px !important;
    margin-left: 0 !important;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}

/* Product Grid Item */
.product-item .product-item__image-wrapper {
  border-radius: 6px;
}

.product-item .product-item-meta__type {
  display: block;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}
.product-item .product-item-meta__title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.product-item .price {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 1px;
}
.product-item .product-item__quick-form {
  position: relative;
  padding: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 1;
  transform: unset;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
}

.multi-column__item .add-to-cart-form{
  position: absolute !important;
  top: -57px;
  transition: 0.5s ease;
  opacity: 0 !important;
  height: fit-content !important;
}

.add-to-cart-form button{
  height: fit-content !important;
  background-color: black;
  color: white;
  padding: 2px !important;
}

@media(max-width:764px) and (min-width: 375px){
  .product-item .BIS_trigger{
    white-space: nowrap;
  }
}
.product-item .BIS_trigger {
  line-height: 1.25;
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.BIS_trigger {
    margin: auto;
    padding: 6px 50px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 60px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    text-align: center;
}
@media screen and (max-width: 390px) {
  .BIS_trigger {
    width: 100%;
    font-size: 15px;
    padding: 6px 10px;
  }
}
.label {
  font-family: var(--heading-font-family);
  font-weight: normal;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  text-transform: unset;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
.label--subdued {
  background: #e7e7e7;
  color: #0d0d0d;
}

@media screen and (max-width: 740px) {
  .product-item .product-item-meta__type {
    font-size: 11px;
  }
  .product-item .product-item-meta__title {
    font-size: 12px;
    line-height: 1.3;
  }
  .product-item .price {
    font-size: 16px;
  }
  .label {
      font-size: 9px;
      width: 40px;
      height: 40px;
  }
}
/* Newsletter Two column section */
.section--newsletter-two-col .section {
  margin: 0;
}
.section--newsletter-two-col .container-c {
  display: flex;
  align-items: stretch;
}
.section--newsletter-two-col .newsletter-column {
  width: 50%;
  padding: 54px 44px;
  text-align: center;
}
.section--newsletter-two-col .col-wrapper {
  width: 100%;
  max-width: 565px;
  margin: auto;
}
.section--newsletter-two-col .content {
  line-height: 1.4;
}
.section--newsletter-two-col .heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 300;
  text-transform: unset;
  line-height: 1;
}
.section--newsletter-two-col .input__field {
  border-bottom: 1px solid;
  border-radius: 0;
  height: 46px;
}
.section--newsletter-two-col .input__field:focus {
  border-radius: 8px;
}
.section--newsletter-two-col .input__label {
  top: 16px;
}
.section--newsletter-two-col .button {
  font-family: var(--text-font-family);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgb(var(--button-text-color, 13 13 13));
  border: 1px solid rgb(var(--button-border-color, 13 13 13));
  border-radius: 40px;
  padding-left: 24px;
  padding-right: 24px;
  background: none;
  line-height: 1.3;
  height: 46px;
}
@media screen and (max-width: 1000px) {
  .section--newsletter-two-col .container-c {
    flex-direction: column;
  }
  .section--newsletter-two-col .newsletter-column {
    width: 100%;
    padding: 44px 24px;
  }
  .section--newsletter-two-col .input__field {
    text-align: center;
  }
  .section--newsletter-two-col .input__label {
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
  }
  .section--newsletter-two-col :focus-within ~ .input__label,
  .is-filled ~ .input__label {
    transform: scale(0.733) translateY(calc(-24px - 0.5em)) translate(10.665px);
  }
}

/* Sets Landing Page */
.sets-image-with-text__image-wrapper {
  display: flex;
  width: 75%;
}
.sets-image-with-text__image-wrapper.mobile-only {
  display: none;
}
.sets-image {
  width: 50%;
  padding: 10px;
}
.sets-image svg {
  background: #d3d3d3;
}
.image-with-text__wrapper.sets {
  align-items: flex-start;
}
.sets-image-with-text__image-wrapper {
  display: flex;
  width: 75%;
}
@media screen and (max-width: 740px) {
  .sets-image-with-text__image-wrapper {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .sets-image-with-text__image-wrapper.desktop-only {
    display: none;
  }
  .sets-image-with-text__image-wrapper.mobile-only {
    display: flex;
  }
  .sets-image-with-text__image-wrapper img {
    margin: 0 0 10px 0 !important;
  }

  .image-with-text__wrapper.sets {
    margin: 35px 0;
  }

  .sets-image {
    width: 100%;
  }
  .image-with-text__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .multi-column__item .add-to-cart-form{
    opacity: 1 !important;
    transform: none !important;
    position: static !important; 
  }

  .add-to-cart-form .add-to-cart{
    justify-content: center;
  }
}
.set-image-with-text__content-wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 1400px) {
  .set-image-with-text__content-wrapper {
    width: calc(var(--grid-column-width) * 7 + (var(--grid-gap) * 6));
  }
}
@media screen and (min-width: 1000px) {
  .set-image-with-text__content-wrapper {
    width: calc(var(--grid-column-width) * 9 + (var(--grid-gap) * 8));
    margin-left: 20px;
    margin-right: auto;
  }

  .multi-column__text-container{
    margin-bottom: 14px
  }
}
.sets-image .product-item {
  margin-top: 15px;
}
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window div {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
}
@media screen and (max-width: 740px) {
  .modal-window div {
    width: 90%;
    max-height: 95%;
    overflow: auto;
  }
  .modal-window img.modal__image {
    margin-top: 20px;
  }
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.modal-window div {
  border-radius: 1rem;
  text-align: center;
}

.modal-window p,
.modal-window h1.product-meta__title.heading.h3 {
  text-align: left;
  margin-top: 15px;
}
.modal-window img.modal__image {
  width: 450px;
}
.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}
.btn {
  background-color: white;
  padding: 1em 1.5em;
  border-radius: 0.5rem;
  text-decoration: none;
}
.btn i {
  padding-right: 0.3em;
}
.circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
  color: #eeeeee;
}

.plus {
  font-size: 18px;
  line-height: 1.2;
  color: #eeeeee;
}

.checkmark {
  font-size: 18px;
  line-height: 23px;
  color: #0d0d0d;
}
.sets-image-with-text__image-wrapper {
  display: flex;
  width: 75%;
}
.sets-image {
  width: 50%;
  padding: 10px;
}
.sets-image svg {
  background: #d3d3d3;
}
.image-with-text__wrapper.sets {
  align-items: flex-start;
}
.sets-image-with-text__image-wrapper {
  display: flex;
  width: 75%;
}
@media screen and (max-width: 740px) {
  .sets-image-with-text__image-wrapper {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .sets-image {
    width: 100%;
  }
  .image-with-text__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.set-image-with-text__content-wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 1400px) {
  .set-image-with-text__content-wrapper {
    width: calc(var(--grid-column-width) * 7 + (var(--grid-gap) * 6));
  }
}
@media screen and (min-width: 1000px) {
  .set-image-with-text__content-wrapper {
    width: calc(var(--grid-column-width) * 9 + (var(--grid-gap) * 8));
    margin-left: 20px;
    margin-right: auto;
  }
}
.sets-image .product-item {
  margin-top: 15px;
}

.sets-image .product-item {
  margin-top: 15px;
}
.sets-image-with-text__image-wrapper .product-item-meta__title,
.sets-image-with-text__image-wrapper .product-item-meta__type {
  font-size: 16px;
}

@media screen and (max-width: 740px) {
  .image-with-text__wrapper.sets select.product-device-dropdown {
    width: 65%;
    margin: auto;
    font-size: 12px;
  }
  .image-with-text__wrapper.sets .price-list {
    margin-top: 10px;
  }
  .image-with-text__wrapper.sets .device-wrapper select {
    text-align: center;
    font-size: 14px !important;
    padding: 5px;
  }
  .image-with-text__wrapper.sets .product-item__quick-buy-button {
    padding: 10px 30px 5px 30px;
    width: fit-content;
  }
  .image-with-text__wrapper.sets .product-item-meta .price {
    font-size: 18px;
  }

  .set-image-with-text__content-wrapper {
    margin-top: 0px;
  }
  image-with-text.sets {
    padding-top: unset;
  }
  .set-image-with-text__content-wrapper .product-item {
    margin-bottom: 15px;
  }
  .image-with-text__wrapper.sets .h3,
  .rte h3 {
    line-height: 1;
  }
  .sets-image {
    padding: 10px 0px 10px 0px;
  }
}
@media screen and (min-width: 741px) {
  .image-with-text__wrapper.sets .h3,
  .rte h3 {
    line-height: 1;
    letter-spacing: -0.8px;
  }
}
@media screen and (max-width: 999px) {
  .sets-image-with-text__image-wrapper {    
    width: 100%;
  }
}

/* Collection Page - Filter */
.product-facet__meta-bar {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-facet__meta-bar-item--filter,
.product-facet__meta-bar-item .popover-button,
.mobile-toolbar__item-label {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Collection / Page - header */
.page-header {
  padding: 16px 0;
}
.page-header .breadcrumb {
  position: unset;
}
.breadcrumb__list {
  padding: 4px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  text-align: left;
}
.breadcrumb__item {
  display: flex;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__item:first-child {
  min-width: fit-content;
}
.collection_ellipsis,
.product_ellipsis {
  display: inline-block;  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection_ellipsis {
  max-width: 250px;
}
.breadcrumb__item + .breadcrumb__item:before {
  content: "•";
}
.page-header__text-wrapper {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.page-header h1 {
  font-family: var(--text-font-family);
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 0.1px;
}
.product-facet {
  margin-top: 6px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb__list {
    font-size: 10px;
  }
  .page-header h1 {
    font-size: 17px;
  }
}
/* Collection Page - Filter */
button.collapsible-toggle.text--strong {
  font-weight: 400;
}
.product-facet__meta-bar {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-facet__meta-bar-item--filter,
.product-facet__meta-bar-item .popover-button,
.mobile-toolbar__item-label {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Collection / Page - header */
.page-header {
  padding: 16px 0;
}
.page-header .breadcrumb {
  position: unset;
}
.breadcrumb__list {
  padding: 4px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.breadcrumb__item + .breadcrumb__item:before {
  content: "•";
}
.breadcrumb__link:not([aria-current=page]):not(:hover) {
  opacity: .9;
}
.page-header__text-wrapper {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.page-header h1 {
  font-family: var(--text-font-family);
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 0.1px;
}
.product-facet {
  margin-top: 6px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb__list {
    font-size: 10px;
  }
  .page-header h1 {
    font-size: 17px;
  }
}
/* Collection Page - Description */
.product-facet {    
  margin-bottom: 0;
  padding-bottom: 36px;
}
.collection_description_wrapper {
  padding-top: 36px;
  border-top: 1px solid rgb(var(--border-color, 231 231 231));
}
.collection_description {
  max-width: 1000px;
  margin: 0 auto 36px auto;
}
.collection_description h2,
.collection_description h3 {
  margin-bottom: 8px;
}
.collection_description h1, .collection_description h1 strong {
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.collection_description h2, .collection_description h2 strong {
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: 20px;
  letter-spacing: 1px;    
}
.collection_description h2 b {
  font-weight: inherit !important;
}
.collection_description p {
  margin-top: 0;
  margin-bottom: 12px;
}
.collection_description p strong, p b {
  font-weight: 500;
}

/* Product Page Addons */
.related-product:first-child {
  padding-top: 0px;
}
.related-products-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
}
.related-products-wrapper h2 {
  font-size: 12px;
  padding: unset;
  display: flex;
  justify-content: space-between;
  font-weight: unset;
}
.related-product-list {
  width: 100%;
  max-width: 700px;
  margin: auto;
  height: auto;
}
.related-product {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: fit-content;
  padding: 8px 8px 0px 8px;
  border-radius: 4px;
  position: relative;
  width: 100%;
  justify-content: center;
}
.related-product-image {
  width: 15%;
  border-radius: 10px;
  margin: 0px 10px 0 0px;
  position: relative;
  overflow: hidden;
}
.related-product-image img {
  max-width: 100%;
  max-height: 100%;
}
.related-product-name {
  width: 55%;
  font-weight: normal;
  font-size: 13px !important;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.5;
  height: 35px;
  text-transform: uppercase;
}
.related-product-price {
  width: auto;
  color: #0d0d0d;
  text-align: left;
  font-size: 14px !important;
  font-weight: normal;
}
.related-product-price .price--compare {
  text-decoration: line-through;
  color: black;
}
.upsell__holder__title {
  position: absolute;
  width: 100%;
}
.upsell__holder__title .upsell__holder__title__text {
  background: #ffffff;
  display: inline-block;
  transform: translateY(-120%);
}
.relate-product-actions {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 16px;
}
.relate-product-actions input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: white; /* Change the background color to black */
  border: 0.75px solid #0d0d0d; /* Add a white border */
  border-radius: 4px;
}

.relate-product-actions input[type="checkbox"]:checked {
  background-color: #0d0d0d;
  border: 0.75px solid #0d0d0d; /* Add a white border */
  border-radius: 4px;
  position: relative;
}

.relate-product-actions input[type="checkbox"]:checked::before {
  content: url(/cdn/shop/files/checked-arrow.svg?v=1692860019); /* White checkmark symbol */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  line-height: 0;
  color: white;
}
  .product-form__payment-container {
    justify-content: center;
  }
@media screen and (max-width: 740px) {
  .related-product-name {
    font-size: 11px !important;
    line-height: 1.5;
    height: 30px;
  }
  .related-products-wrapper {
    margin-top: 8px;
  }
  .product-form__payment-container {
    margin-top: 15px;
    justify-content: center;
  }
  .related-product-price {
    width: auto;
    margin-right: 5px;
  }
  .relate-product-actions {
    width: auto;
    margin-left: 5px;
  }
}
/* Define the animation */
@keyframes checkmarkAnimation {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
}

/* Add a hover effect */
.checkbox-label:hover {
  background-color: #f2f2f2;
  border-color: #666;
}
@media screen and (min-width: 1400px) {
  .product--thumbnails-bottom .product__info {
    --product-info-width: calc(var(--grid-column-width) * 7 + var(--grid-gap) * 6);
  }
}
cart-drawer#mini-cart {
    z-index: 1000000000;
}

.mini-cart-banner-wrapper {
  position: absolute;
  z-index: 2;
  top: 64px;
  background-color: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px;
  gap: 4px;
  color: #fff;
}

.suggested_product_cart_wrapper {
  display: flex;
  gap: 12px;
  margin-left: 7px;
}

.suggested_product_cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 130px;
}

.suggested_product_cart input[type="button"] {
  background-color: #fff;
  border: 1pt solid #000;
  width: 100%;
  border-radius: 16px;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.suggessted_products_header {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 32px !important;
}

.suggested_product_wrapper_no_items {
  margin: 24px;
}

.suggested_product_cart p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .suggested_product_cart p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .suggested_product_cart input[type="button"] {
    margin-top: 6px;
  }
}

.first-image-suggested-product {
  transition: .1s;
}

.first-image-suggested-product:hover {
  opacity: 0;
  transition: 0.1s;
}

.second-image-suggested-product {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.mini-cart-banner-wrapper strong {
  font-weight: 600 !important;
}

@media screen and (min-width: 1199px) {
  .mini-cart-banner-wrapper {
    top: 49px;
  }
}

@media screen and (min-width: 1300px) {
  .mini-cart-banner-wrapper {
    top: 90px;
  }
}

@media screen and (min-width: 1422px) {
  .mini-cart-banner-wrapper {
    top: 56px;
  }
}

/* Product Page */

@media screen and (min-width: 1000px) {
  .product__media {
    position: -webkit-sticky;
    position: sticky;
    top: calc(
      var(--header-height, 0px) * var(--enable-sticky-header, 1) + 
      (
        (
          var(--enable-sticky-announcement-bar, 0) + 
          var(--enable-sticky-app-bar, 0)
        ) * 
        (
          (var(--enable-sticky-announcement-bar, 0) * var(--announcement-bar-height, 0px)) + 
          var(--app-bar-height, 50px)
        )
      ) + 
      25px
    );
    z-index: 1;
  }
}
.product.product--thumbnails-left {
  margin-top: 40px;
}
.product-meta {
  border-bottom: unset;
  margin: 0px;
  padding-bottom: 0px;
}

.product__info .h3,
.product__info .rte h3 {
  padding-top: 0px;
  text-align: center;
  font-size: 30px;
  text-transform: unset;
  margin-bottom: unset;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}
@media screen and (max-width: 740px) {
  .product.product--thumbnails-left {
    margin-top: 30px;
  }
  .product__info .h3,
  .rte h3 {
    width: unset;
  }
}
h1.product-meta__title.heading.h3.scotch-display-product-title {
  font-family: scotch-display, sans-serif !important;
  font-style: italic;
}
.product__info .vendor_logo {
  width: auto;
  height: 18px;
}
.product__info .product-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ruk_rating_snippet {
  text-align: center;
}
.ruk_rating_snippet.tracked {
  margin-top: 5px;
  line-height: .75;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px !important;
}
.ruk_rating_snippet i {
  font-size: 14px !important;
}
span.ruk-rating-snippet-count {
  font-size: 13px !important;
}
.product__info span.price.price--large {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.price-list {
  margin: auto;
}
span.product-meta__type {
  margin-top: 10px;
  display: block;
  font-size: 15px;
  font-weight: bolder;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.product-alt-colours {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.device-wrapper select {
  width: 50%;
  min-width: 290px;
  margin: auto;
  padding: 10px 34px 10px 10px;
  background-color: #fff;
  border: 0.75px solid;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
select {
  appearance: none;
  background: url(/cdn/shop/files/dropdown-arrow-1.svg?v=1692274785) no-repeat;
  background-position: right center;
}
.product-form .product-color-wrapper {
  margin: auto;
  text-transform: uppercase;
}
.product-color-wrapper {
    margin: 15px 0px;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.block-swatch__item {
  padding: 3px 15px 3px;
  background: #f5f5f5;
  text-transform: uppercase;
}
label.block-swatch__item.selected {
    border: 1px solid #0D0D0D;
}

.product-alt-colours {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-form__button {
    text-align: center;
}
.color-swatch-lable {
  height: 40px;
  display: inline-flex;
  align-items: center;
}
.color-swatch-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 12px;
}
@media screen and (max-width: 740px) {
  .device-wrapper select {
    width: 60%;
  }
  .product-form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 390px) {
  .device-wrapper select {
    width: 100%;
    min-width: 100%;
  }
}
.product-form .device-wrapper p:empty {
  display: none;
}
p.help-device button {
  text-transform: uppercase;
  color: unset;
}
p.help-device {
  margin: unset;
  font-size: 8px;
  text-align: center;
  padding-top: 8px;
  text-transform: uppercase;
}
h2.sg-modal-title, h3.sg-modal-subtitle, p.popover__title.heading.h6 {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.coupon-text{
  text-align: center;
}
.sale-text {
  font-size: 12px;
  margin-top: 0px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.loader-button__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .product-form__payment-container {
    margin-bottom: 15px;
    margin-bottom: 15px;
} */
.product-form__payment-container button#AddToCart, .product-form__payment-container button#StickyAddToCart {
  border-radius: 50px;
  border-color: rgb(var(--button-text-color));
  border: 1px solid;
  background: black !important;
  color: white !important;
  margin: auto;
  font-weight: 300;
}
button#AddToCart:hover, button#StickyAddToCart:hover {
  background: white !important;
  color: #0D0D0D !important;
}
.product-form__payment-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.shopify-payment-button__button.shopify-payment-button__button--branded {
    border-radius: 50px;
}
.shopify-payment-button__button.shopify-payment-button__button--branded {
  border-radius: 50px;
}
.product-form__payment-container button#AddToCart, .product-form__payment-container button#StickyAddToCart {
  font-size: 20px;
  background: black !important;
  color: white !important;
  margin: auto;
  line-height: 45px;
  font-weight: 300;
}
@media screen and (min-width: 741px){
  .button:not(.button--text), .shopify-challenge__button, #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .spr-button {
      padding-left: 50px;
      line-height: 40px;
      padding-right: 50px;
  }
}
#AddToCart.product-form__payment-container .button--primary {
  font-size: 20px;
  background: black !important;
  color: white !important;
  margin: auto;
  line-height: 45px;
  font-weight: 300;
}
@media screen and (min-width: 741px){
  .button:not(.button--text), .shopify-challenge__button, #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .spr-button {
    padding-left: 50px;
    line-height: 40px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 999px){
  .product-form__payment-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.product__info hr {
  margin: 15px 0px;
}
@media screen and (max-width: 370px) {
  .product-form__payment-container .button--primary {
    width: 100%;
  }
}

.product-form__option-info, .product-form__quantity-label, .color-swatch-list {
  align-items: center;
  justify-content: center;
}
.product.product--featured.product--thumbnails-bottom .product-form__option-info, .product-form__quantity-label, .color-swatch-list {
  align-items: left;
  justify-content: center;
}
/* PDP - image zoom */
@media screen and (min-width: 740px) {
  .pswp {
    --header-total-height: calc(var(--header-height, 0px) + var(--announcement-bar-height, 0px) + var(--app-bar-height, 0));
    height: calc(100% - var(--header-total-height, 0px));
    top: calc(var(--header-total-height, 0px));
  }
}


/* Trust Links */

.shopify-trust-links .section {
  margin-top: -50px;
  margin-bottom: -25px;
}

.trust-links-column button.product-form__option-link.link.text--subdued {
  font-size: 13px;
  color: #0D0D0D;
}
@media screen and (max-width: 999px) {
  .shopify-trust-links .section {
    margin-top: 24px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 740px) {
  .product-form .product-color-wrapper {
    margin-top: 30px;
  }
  scrollable-content.trust-links-column.multi-column__inner.multi-column__inner--center.multi-column__inner--scroller {
    grid-auto-columns: unset;
  }
  .shopify-trust-links .section {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .multi-column__inner{
    gap: 12px 8px !important;
  }
}

/* PDP - Gallery Video / Images */
.pdp-gallery-video-images .gallery-vi-items {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.pdp-gallery-video-images .gallery-vi-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f5f5f5;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.pdp-gallery-video-images .gallery-vi-item.video {
  width: 50%;
}
.pdp-gallery-video-images .gallery-vi-item.image {
  width: 25%;
}
.pdp-gallery-video-images .gallery-vi-item.image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 740px) {
  .pdp-gallery-video-images .gallery-vi-items {
    flex-direction: column;
    gap: 16px;    
  }
  .pdp-gallery-video-images .gallery-vi-item.video,
  .pdp-gallery-video-images .gallery-vi-item.image {
    width: 100%;
    flex-grow: unset;
    flex-shrink: unset;
    flex-basis: unset;
  }
}

/* PDP Description Section */
.description-items {
  display: flex;
  align-items: stretch;
  gap: 30px;
  background-color: #f5f5f5;
  padding: var(--container-gutter);
  border-radius: 4px;  
}
.description-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}
.description-item.image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.description-item.content-copy h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.description-item.content-copy h2 span {
  font-size: 96px;
  font-family: scotch-display,sans-serif!important;
  letter-spacing: 0px;
  font-style: italic;
  text-transform: none;
  line-height: 0.8;
}
.description-item.content-copy {
  font-size: var(--base-font-size);
  line-height: 28px;
}
@media screen and (max-width: 900px) {
  .description-items {
    gap: 16px;
    flex-direction: column;
  }
  .description-item {
    width: 100%;
  }
  .description-item.content-copy h2 {
    font-size: 27px;
  }
  .description-item.content-copy h2 span {
    font-size: 70px;
    padding-left: 50px !important;
  }
}

/* PDP - Bullet Points */
.pdp-bullet-points {
  padding: 24px 0;
}
.pdp-bullet-points .bullet-points-title {  
  padding-top: 0;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  font-size: 30px;
  text-transform: unset;
  margin-bottom: 16px;
}
.pdp-bullet-points > ul {
  padding-left: 20px;
}
.pdp-bullet-points > ul > li {
  margin-bottom: 4px;
}
/* PDP - Trust Links in product info */
.product-info-trust-links {
  display: flex;
  margin-top: 15px;
  margin-right: unset;
  padding: 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: baseline;
  justify-content: space-around;
}
.product-info-trust-links button.link {
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  text-decoration-color: #000;
  font-weight: 600;
}

@media screen and (max-width: 355px) {
  .product-info-trust-links {
    flex-wrap: wrap;
  }
}

.trust-links-column {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.multi-column__text-container{
  position: relative;
}

/* Landing Pages */
.set-image-with-text__content-wrapper .product-item__quick-buy-button.collection-quick-add, .multi-column__text-container a.product-item__quick-buy-button.collection-quick-add {
  position: relative;
  font-family: var(--text-font-family);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: rgb(var(--button-text-color, 13 13 13));
  border: 1px solid rgb(var(--button-border-color, 13 13 13));
  border-radius: 40px;
  background: rgb(var(--button-background, 253 253 253 / 0%));
  padding: 12px 24px;
  width: fit-content;
  height: 47px;
  min-width: 200px;
  display: inline-block;
  overflow: hidden;
  right: unset;
}
/* Cart */
p.drawer__title.heading.h6 {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;;
}
button.checkout-button.button.button--primary.button--full {
  border-radius: 50px;
  border: 1px solid black;
}
.cart__total-container span.heading.h6 {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* Blog */	
.article-item__title.heading.h5 a, .shopify-section--blog-rich-text h2.heading.h2, .article-item__title.heading.h4 {	
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;	
  line-height: 1.3;	
}	
.shopify-section--blog-post-prev-next h2.heading.h3, h1.article__title.heading.h1 {	
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;	
}	
.shopify-section--blog-post-prev-next h2.heading.h3 {	
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;	
}
.article-item__image-container {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
}
img.article-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 740px) {
  .shopify-section--blog-post-prev-next h2.heading.h3, h1.article__title.heading.h1 {    
    font-size: 28px;
    line-height: 1.2;
  }
}
/* Country Selector */	
.header__cross-border button,	
.footer__cross-border button {	
  display: flex;	
  flex-direction: row;	
  align-items: center;	
  gap: 6px;	
  font-size: 14px;	
  line-height: 1.5;	
}	
.header__cross-border button svg,	
.footer__cross-border button svg {	
  margin-left: 0 !important;	
  margin-top: 1px;	
}	
.header__cross-border button img,	
.footer__cross-border button img {	
  border-radius: 2px;	
  outline-offset: 1px;	
  margin-left: 2px;	
}	
ul.social-media.social-media--no-radius.list--unstyled {
  justify-content: center;
}
/* Mobile Nav */	
.mobile-nav__footer {	
  flex-direction: column;	
  gap: 20px;	
}	

/* Genaral Pages - all site */
#tracktorOrderForm h1, .cm-section p {
  font-weight: 400 !important;
}

.page-content {
  max-width: 1000px;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
  font-family: var(--text-font-family);  
  font-weight: 400;
  letter-spacing: .1px;
}
.page-content h2 {
  font-size: 23px;
}
.page-content h3 {
  font-size: 20px;
}
.page-content h4 {
  font-size: 17px;
}
.page-content h5 {
  font-size: 16px;
}
.popover__header .popover__title {
  font-family: var(--text-font-family);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Main search page */
.main-search__form {
  --form-input-field-height: 60px;
}
.main-search__form+.tabs-nav {
  margin-top: 32px;
  margin-bottom: 12px;
}

/* login & Account */
.shopify-section--main-customers-login .page-content,
.shopify-section--main-customers-register .page-content {
  max-width: 500px;
}
.shopify-section--main-customers-login .form__submit,
.shopify-section--main-customers-register .form__submit {
  font-family: var(--text-font-family);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: rgb(var(--button-text-color, 13 13 13));
  border: 1px solid rgb(var(--button-border-color, 13 13 13));
  border-radius: 40px;
  background: rgb(var(--button-background, 253 253 253 / 0%));
  padding: 12px 24px;
  width: 100%;
  max-width: 300px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/* Video Hero */
.video-section--full.video-section--auto, .video-section--full.video-section--auto .video {
  width: 100%;
  position: relative;
}
/* Collection Promo Grid Item */
.promo-grid-item.product-item__info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

/* Searchanise app */
div.snize #snize-search-results-grid-mode li.snize-banner img {
    margin-top: unset !important;
}
.searchanise__form {
  display: flex;
  align-items: center;
}
.searchanise__input {
  padding: 0 0 0 10px;
  min-width: 300px;
  background: transparent;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.snize-ac-results {
  max-height: calc(100% - 56px) !important;
  width: 100% !important;
  max-width: 460px !important;
  box-shadow: none !important;
  left: 20px !important;
  top: 65px !important;
}
.snize-dropdown-arrow {
  display: none !important;
}
div.snize-ac-results span.snize-title {
  color: #000000 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}
div.snize-ac-results .snize-price-list {
  color: #000000 !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
div.snize-ac-results li.snize-view-all-link span {
  color: #000000 !important;
}
div.snize-ac-results li.snize-category a.snize-view-link {
  color: #000000 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}

.snize-results-page .page-content {
  max-width: 100% !important;
}
div.snize-search-results#snize_results div.snize-main-panel-controls ul li a {
  border-bottom-width: 1px !important;
}
.snize-results-page div.snize div.snize-main-panel-view-mode {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .snize-ac-results {    
    width: 80vw !important;
  }
}
/* custom image with text section */

.image-with-text-section {
  position: relative;
  height: 572px;
  display: flex;
}   

.banner-on-custom-image-with-text-section-full-width {
  width: 50%;
  height: 572px;
  object-fit: cover;
}

.content-on-banner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}

.content-on-banner-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}  

.content-on-banner-div > h2 {
  font-family: var(--heading-font-family);
  font-weight: 400;
  margin: 0;
}

.content-on-banner-div > span {
  font-family: var(--text-font-family);
  text-transform: uppercase;
}

.content-on-banner-div > p {
  max-width: 520px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 48px;
  margin-top: 0px;
}

.content-on-banner-div > a > button {
  border: 1pt solid #000;
  padding: 6px 24px;
  border-radius: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .image-with-text-section {
      flex-direction: column;
      height: auto;
  }

  .banner-on-custom-image-with-text-section-full-width {
      width: 100%;
      height: 300px;
  }

  .content-on-banner {
      width: 100%;
      height: auto;
      padding: 24px;
  }

  .content-on-banner-div {
      align-items: center;
  }

  .content-on-banner-div > p {
      font-size: 14px;
      text-align: center;
  }
}
/* Free Shipping Annoucemnet on PDP */

.free-shipping-annoucement {
  text-align: center;
  border: 1pt solid #000;
  width: 430px; 
  margin: auto;
  padding: 6px 0px;
}

.free-shipping-annoucement p {
  margin: 6px 0;
}

.text-with-open-pay-logo {
  display: flex; 
  width: fit-content;
  margin: auto !important; 
  align-items: center; 
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .free-shipping-annoucement {
    width: 100%;
  }
}

/* Badge on Products */

.badge-on-media {
  position: absolute;
  width: 75px !important;
  height: 75px !important;
  top: 10px !important;
  right: 10px;
  left: unset !important;
  z-index: 1;
}

.badge-size-on-pdp {
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 600px) {
  .extra-margin-on-mobile-badge-pdp {
    margin-right: 24px;
  }

  .badge-on-media {
    width: 56px !important;
    height: 56px !important;
  }

  .badge-size-on-pdp {
    width: 80px !important;
    height: 80px !important;
  }
}

/* Learn More Button - Shop Pay */

.shopify-installments__learn-more {
  text-decoration: underline;
  display: block;
}

.old-shop-pay-installments {
  display: none;
}

.country-iso-code-pdp {
  font-size: 18px;
  display: inline;
}

@media screen and (max-width: 435px) {
  .country-iso-code-pdp {
      font-size: 18px !important;
    }
} 

.zen-button-container {
  position: fixed;
  width: 42px;
  bottom: 24px;
  right: 10px;
}

.zen-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  position: relative;
  right:10px;
}

.unread-messages {
  background-color: rgb(217, 63, 76);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  z-index: 1;
}

.zen-button-wrapper svg {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease-in-out;
  color: #fff;
}

iframe#launcher {
  display: none !important;
}
.sc-1o8glcn-0 {
  display: none !important;
}
.gwgkTo {
  display: none !important;
}

.sc-1o8glcn-0.gwgkTo {
    display: none !important;
}

.unread-messages {
  display: none;
}
@media screen and (max-width: 720px) {
  .zen-button-container {
    display: block;
  }

  .zen-button-wrapper {
    width: 42px;
    height: 42px;
    right:0px;
  }


}
/* RUK RATING SNIPPET */

.ruk_rating_snippet.ruk_snippet-desktop {
  display: flex;
  margin: auto;
  width: fit-content;
  margin-top: 6px;
}

.ruk-rating-snippet-count {
  bottom: 0px !important;
}

@media screen and (max-width: 640px) {
  .ruk_rating_snippet {
    margin-top: 12px;
  }
}

/* SUGGESTED SCREEN PROTECTOR */

.suggested_screen_protector_wrapper {
  display: flex;
  border: 1pt solid #d7d7d7;
  border-radius: 6px;
  padding: 8px;
  margin: 6px;
  align-items: center;
}

.suggested_prod_btn {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-left: 12px;
  cursor: pointer;
}

.suggested_screen_protector_wrapper > img {
  border-radius: 4px;
  height: 100%;
}

.suggested_screen_protector_wrapper > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .suggested_product_mini_cart {
    font-size: 12px;
  }
  .suggested_prod_btn {
    font-size: 12px;
    padding: 8px 10px;
  }
}

.right-side-nav-menu {
  margin-right: 24px;
}

.right-side-nav-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

a.header__linklist-link.link--animated {
  font-size: 14px;
  font-weight: 500;
}

.newsletter-su-wrapper {
  display: flex;
}

.newsletter-su-left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: rgb(231, 231, 231);
}

.download-btns {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  position: relative;
  bottom: 20px;
  left: 19px;
}

.newsletter-qr {
  width: 80px;
}

.newsletter-su-wrapper > div {
  flex: 1;
  overflow: hidden;
  height: 300px;
}

.newsletter-su-wrapper h1 {
  font-family: 'scotch-display', sans-serif;
  font-size: 54px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 58px;
}

.newsletter-su-wrapper h3 {
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.newsletter-su-wrapper p {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  text-align: center;
  line-height: 22px;
  margin: 16px;
  color: #fff;
}

.newsletter-su-left p {
  color: #000;
}

.newsletter-su-right {
  display: flex;
  flex-direction: column;
  background-color: #0d0d0d;
  align-items: center;
  justify-content: center;
}

.newsletter-su-right p {
  max-width: 620px;
}

.newsletter-su-right > h1 {
  color: #fff;
  font-weight: 300;
  max-width: 459px;
  font-size: 66px;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsletter-phone {
  position: relative;
  top: 80px;
  width: 210px;
  padding-right: 24px;
}

@media screen and (min-width: 1446px) {
  .download-btns {
    bottom: 0;
  }
}

@media screen and (max-width: 1240px) {
  .newsletter-su-wrapper div {
    justify-content: center;
    padding: 20px 0;
  }

  .newsletter-su-wrapper {
    flex-direction: column;
  }

  .newsletter-su-wrapper p {
    max-width: 300px;
    font-size: 14px;
  }

  .newsletter-su-wrapper h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 43px;
  }

  .newsletter-su-wrapper h3 {
    font-size: 12px;
    letter-spacing: normal;
  }

  .newsletter-qr {
    display: none;
  }

  .newsletter-phone {
    top: 0;
    width: 140px;
    padding-right: 12px;
  }

  .download-btns {
    gap: 0;
    bottom: 0;
    left: 0;
  }

  .google-play-button {
    transform: scale(0.8);
    margin-left: -6px;
  }

  .download-app-store-button {
    transform: scale(0.8);
    margin-right: -6px;
  }
}
.variant-second-image {
  position: absolute;
  opacity: 0;
  transition: .1s ease;
}

.variant-second-image:hover {
  opacity: 1;
  transition: .1s ease;
}

.montserrat-font-family {
  font-family: "montserrat";
  /* font-weight: bold !important; */
  text-transform: uppercase !important;
  font-style: normal !important;
}

/* removing overlap from reviews.io on PDP */

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo-container {
  z-index: 1 !important;
}

.ElementsWidget-prefix .R-MediaSlider .R-MediaSlider__scrollButton {
  z-index: 1 !important;
}

#reviews-io-polaris-modal-ReviewsWidget {
  display: none;
}

/* Simple Banner Section */

.simple-banner-mobile, .simple-banner-desktop {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .simple-banner-mobile {
    display: block;
  }

  .simple-banner-desktop {
    display: none;
  }  
}

@media screen and (min-width: 1024px) {
  .simple-banner-mobile {
    display: none;
  }

  .simple-banner-desktop {
    display: block;
  }  
}

/* Header above header */

.main-header {
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 137px;
  position: sticky;
  top: 0;
  border-bottom: 1pt solid #cdcdcd;
}

.logo-split-header {
  display: none;
}

.secondary-links-split-header {
  display: none;
}

.main-header .header__secondary-links {
  flex: unset;
}

.header__inline-navigation {
  justify-content: center;
}

.header__logo {
  left: 74px !important;
}

@media screen and (max-width: 1436px) {
  .main-header {
    display: none;
  }
  .logo-split-header {
    display: block;
  }
  .secondary-links-split-header {
    display: flex;
  }
  .main-header .header__secondary-links {
    flex: 1 1 0;
  }
  
  .header__inline-navigation {
    justify-content: unset;
  }
  
  .header__logo {
    left: 0 !important;
  }
}

.split-image-button-wrapper {
  margin-top: 18px !important;
}

.split-image-button {
  line-height: 1.6;
  font-size: 13px;
}

/* Header V2 Styles */

@media screen and (min-width: 1437px) {
  .snize-ac-results {
    left: unset !important;
    top: unset !important;
    position: static !important;
    border: 1pt solid #0000009e;
  }
  .search-form-header-v2 {
    display: flex;
    align-items: center;
  }
  .search-icon-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1pt solid #0000009e;
    position: relative;
    left: 1px;
    color: #fff;
    background: #000;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .search-icon-v2 svg {
    margin-right: 0 !important;
  }
  .search-form-header-v2 > input {
    width: 200px !important;
    padding-left: 9px !important;
    border-radius: 0 20px 20px 0 !important;
    background: #eeeaea !important;
    border: none !important;
    padding: 2.8px 7.8px!important;
  }
  .header__logo {
    left: -2.5%;
  }
  .snize-results-wrapper {
    position: relative;
    left: -60px;

  }
  #snize-results-header-v2 {
    position: absolute;
    top: 32px;
    left: 1px;
  }
  .main-header {
    z-index: 10;
  }
  .header__linklist {
    z-index: 0;
  }
}

.simple-banner-mobile, .simple-banner-desktop {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .simple-banner-mobile {
    display: block;
  }

  .simple-banner-desktop {
    display: none;
  }  
}

@media screen and (min-width: 1024px) {
  .simple-banner-mobile {
    display: none;
  }

  .simple-banner-desktop {
    display: block;
  }  
}


.countdown-timer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 12px;
  margin-bottom: 18px;
}

.countdown-timer-container {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin: auto;
}

.countdown-number-wrapper {
  background-color: #000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 34px;
  height: 46px;
  font-size: 32px;
  font-weight: 600;
}

#countdown-timer {
  display: flex;
  gap: 6px;
  align-items: center;
}

.countdown-content p, .countdown-content h1, .countdown-content h2, .countdown-content h3, .countdown-content h4, .countdown-content h5, .countdown-content h6 {
  margin: 0;
}

.countdown-divider {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.countdown-divider div {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

@media screen and (max-width: 1024px) {
  .countdown-timer-container {
    width: 96%;
  }
}

/* shoppers purchased */

#shoppers-purchased-message, .left-in-stock-wrapper, .cart-shoppers-wrapper {
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 12px;
  font-family: 'montserrat';
  font-weight: 600;
  margin: 12px auto;
  text-align: center;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  #shoppers-purchased-message {
    margin: 24px auto;
  }
}

/* #shoppers-purchased-message {
  background-color: #fff;
  color: #000;
  width: fit-content;
  padding: 12px;
  border-radius: 6px;
  font-family: montserrat;
  font-weight: 600;
  margin: 12px auto;
  box-shadow: 1px 1px 12px -1px #0000008a;
} */

/* Collection Internal Links */

@media(min-width:1200px){
  
.container-internal-link-redirect-button {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  justify-content: center;
  width: 70%;
}
}


.internal-link-redirect-button {
  padding: 8px 16px;
  background-color: #F1F1F1;
  color: black;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 14px;
  margin-bottom: 1vh;
  transition: .1s ease;
}

.internal-link-redirect-button:hover {
  background-color: #d9d9d9;
  transition: .1s ease;
}

@media screen and (max-width: 480px) {
  .internal-link-redirect-button {
    font-size: 12px;
    padding: 3vw;
  }

  .container-internal-link-redirect-button {
    width: 100%;
  }
}

h1.heading.h1 {
    text-transform: capitalize;
}

.tabs-nav__item[data-type="page"],
.tabs-nav__item[data-type="article"] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.app-banner {
  background: rgb(var(--section-background, 253 253 253));  
  padding: 12px 15px;
  /* border-bottom: 1px solid #000; */
  width: 90vw;
  position: fixed;
  justify-self: center;
  /* top: 80vh; */
  bottom: 20px;
  border-radius: 20px;
  left: 5vw;
}

.app-banner__close {
  display: flex;
  padding: 8px;
  position: absolute;
  right: -22px;
  top: -10px;
  background-color: rgba(211, 211, 211, 0.9);
  border-radius: 50%;
}

.title-price-info-container{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  padding-top: 15px;
  gap: 5px;
}

.title-price-info-container .heading{
  margin: 0px;
  font-size: 14px !important;
  min-height: 21px;
}

.title-price-info-container .heading p{
  text-align: left;
  padding-bottom: 5px;
}

.title-price-info-container .content2{
  display: flex;
  align-items: end;
  padding-bottom: 2px;
}

.title-price-info-container > .content2 > p{
  margin: 0px !important;
}

.multi-column__image-wrapper{
  position: relative;
  cursor: pointer;
}

.button-wrapper-mobile{
  transition: 0.5s ease;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  display: none;
}

.button-wrapper-mobile a{
  height: fit-content;
  background-color: black;
  color: white;
  height: fit-content !important;
  justify-content: center;
}

.multi-column__image-wrapper .button-wrapper{
  opacity: 0;
  transition: 0.5s ease;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
  position: absolute;
}

.multi-column__image-wrapper .button-wrapper a{
    /* padding: 2px; */
    height: fit-content;
    background-color: black;
    color: white;
}

.multi-column__image-wrapper:hover .button-wrapper {
  opacity: 1;
}

.multi-column__item:hover .add-to-cart-form{
  opacity: 1 !important;
}

@media screen and (max-width: 740px) {
  .app-banner {
    padding-block: 10px;
  }
  .app-banner__info {
    padding-left: 10px;
  }
  a.app-banner__link.button.button--primary {
    letter-spacing: 1px;
    padding: 10px;
    min-width: 100px;    
  }

  .title-price-info-container{
    flex-direction: column;
  }

  .title-price-info-container .heading{
    margin-bottom: 0px !important;
  }
  .multi-column__image-wrapper{
    margin-bottom: 10px;
  }

  .multi-column__image-wrapper .button-wrapper{
    display: none;
  }

  .multi-column__image-wrapper .button-wrapper a{
    justify-content: center;
  }

  .button-wrapper-mobile{
    display: flex;
    transform: none;
    position: static;
  }
}


@media screen and (max-width: 350px) {
  a.app-banner__link.button.button--primary {
    min-width: 80px;    
  }

  .app-banner__picture-holder{
    min-width: 45px;
    width: 45px;
    height: 45px;
  }

  .multi-column__image-wrapper{
    margin-bottom: 0px !important;
  }
}
 
.tc-mobile-download-banner-container.svelte-vzkjil.svelte-vzkjil {
  max-width: 84vw;
}

.join-the-waitlist-btn {
  background-color: #fff;
  border: 1px solid #000;
  text-wrap: nowrap;
  padding: 1.5px 12px !important;
  padding-bottom: 2.5px !important;
}

.join-the-waitlist-btn::before {
  background-color: transparent !important;
}


.custom-atc-multicolumn .multi-column__image-wrapper .button-wrapper a {
  background-color: transparent !important;
}

.custom-atc-multicolumn .cta-button-primary {
  height: fit-content;
  padding: 1.5px 12px !important;
  padding-bottom: 2.5px !important;
}

.swiper-wrapper {
  max-width: 100vw !important; 
} /* DO NOT REMOVE */

.header__linklist-item:last-child, .mobile-nav__item[data-level='1']:nth-child(2) > a {
  position: relative;
  width: fit-content;
}

.header__linklist-item:first-child > a,
.mobile-nav__item[data-level="1"]:first-child > button,
.mobile-nav__item[data-level="1"]:first-child .mobile-nav__item[data-level="2"]:first-child button{
  font-weight: bold !important;
}

.header__linklist-item:last-child::after,
.mobile-nav__item[data-level='1']:nth-child(2) > a::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='32' height='32' viewBox='0 0 8.4666665 8.4666666' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1'%3E%3Cpath style='fill:%23f3aeb9;stroke:none;stroke-width:0.250502' d='m 3.8769331,1.8170466 c -0.67627,1.52565 -0.619322,2.984218 -0.780411,4.59532 -0.06436,0.643642 -0.362066,1.428784 0.338553,1.767431 0.260025,-1.931 -0.251111,-4.033138 0.706973,-5.832522 0.554509,1.734159 0.286217,3.10564 0.265455,4.860435 -0.0064,0.536873 -0.0589,1.407671 0.706632,1.237202 -0.574992,-2.107374 0.26871,-4.111967 -0.53023,-6.186009 0.421751,0.580004 0.773473,1.357253 1.502317,1.603576 0.888096,0.300145 1.739489,-0.413343 1.426832,-1.338461 -0.505944,-1.497032 -1.946557,-0.896075 -3.01752,-1.290524 -0.997495,-0.36738998 -1.633408,-1.61495198 -2.91592,-1.11828198 -0.68916703,0.266889 -1.01162103,1.38769598 -0.261569,1.78774998 0.672242,0.358554 1.847811,0.004 2.558888,-0.08592 m -0.530229,-0.530229 c -0.364097,0.0075 -0.702271,0.08274 -1.060459,0.137944 -0.308968,0.04762 -1.41204603,-0.05619 -0.989679,-0.62991998 0.431949,-0.586744 1.755954,0.04287 2.050138,0.49197598 m 1.944174,0.530229 c 0.318738,0.149096 0.64699,0.272414 0.972087,0.406877 0.393038,0.162563 1.552076,1.103735 0.528525,1.305526 -0.592946,0.116898 -1.543353,-1.197739 -1.500612,-1.712403 z' id='path1' /%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
}
.mobile-nav__item[data-level='1']:nth-child(2) > a::after {
  top: 12px;
  right: -24px;
}

.header__linklist-item:last-child::after{
  top: 0px;
  right: -16px;
}

.doorbusters-title{
  color: #c6457a;
}

/* .doorbusters-title, .timesact-selling-plan-description{
  /* color: #f3aeb9; */
  color: #c6457a !important;
} */