/** Shopify CDN: Minification failed

Line 1018:0 Unexpected "}"

**/
.header__inline-menu .header__menu-item {
    font-size: 1.3rem !important;
}
.header__menu-item,
.header__search {
    color: white !important;
}
.header__icon .icon {
    fill: white !important;
}
.flicker-text {
    cursor: pointer;
    transition: filter 0.1s;
  }

  .flicker-text:hover {
    animation: flicker 0.18s linear;
  }

  @keyframes flicker {
    0%, 50%, 100% {
      opacity: 1;
      filter: blur(0);
    }
    25%, 75% {
      opacity: 0;
      filter: blur(2.5px);
    }
  }
.header-mega-menu.color-background-1 {
    background: hsla(0, 0%, 100%, .7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 0px solid #000000;
}
.header-hamburger .icon-close path {
    stroke: white !important;
}









html {
  scroll-behavior: smooth;
}
/* Icon Key Freebie & Flag Addon */
#ProductInfo-template--19349690482938__main .product-form__buttons,
#ProductInfo-template--18851745136890__main .product-form__buttons,
#ProductInfo-template--19349690482938__main .product-review-avg,
#ProductInfo-template--18851745136890__main .product-review-avg,
#ProductInfo-template--19349690482938__main .price-wrapper,
#ProductInfo-template--18851745136890__main .price-wrapper{
  display: none;
}
/* Product Page V2 */
@media screen and (max-width: 749px) {
  .product__media-sublist,
  .product__media-wrapper .breadcrumb__desktop,
  .quick-add-modal .swiper-btn {
    display: none !important;
  }
  .product__title {
    text-align: center;
  }
}
.swiper-pagination-product-page {
  background: white;
  display: flex;
  max-width: 90%;
  padding: 7px;
  width: fit-content !important;
  margin: 0 auto!important;
  position: absolute;
  z-index: 1;
  bottom: 1.5rem !important;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6.4rem;
  gap:5px;
}
.swiper-pagination-bullet {
  width: 20px!important;
  height: 5px!important;
  background: rgba(27,27,27,.2) !important;
  opacity: 1!important;
  border-radius: 0;
}
.swiper-pagination-bullet-active { 
  width: 20px!important;
  transition: width .5s!important;
  background: black!important;
}
@media screen and (max-width: 749px) {
  .main-product-page .product.row {
    margin-top: -42.5px;
  }
}
.main-product-page .product__media-wrapper.thumbnail_carousel {
  padding-left: 0rem;
}
@media (min-width: 750px) {
  .main-product-page .product__media-wrapper.thumbnail_carousel {
    padding-left: 3.2rem;
  }
}
@media (min-width: 1360px) {
  .main-product-page .product__media-wrapper.thumbnail_carousel {
    padding-left: 6.4rem;
  }
}


body.modal-open {
    overflow: hidden;
}
/* Card Variant */
.drawer__upsell .variant-list {
  display: none;
}
.variant-list {
  list-style-type: none;
  padding: 2px 8px;
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: black;
  margin: 0;
}
.variant-list li {
  font-size: 1.3rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.variant-instock {
  color: white;
}
.variant-soldout {
  color: #555555;
  text-decoration: line-through;
}
/** Size Chart **/
.product-popup-modal__toggle.modal-close-button {
  z-index: 9;
}
.rte .sizechart_title {
  display: none;
}
.rte .sizeguide__illustration {
  margin-top: 0 !important;
}
.sizeguide__illustration {
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.sizeguide__illustration img {
  width: 100%;
  height: auto;
}
.sizeguide__note {
  font-size: 1.4rem;
}
.sizeguide__inner {
  position: relative;
  margin-top: 30px;
  position: relative;
  width: 100%;
  text-align: center;
}
.sizeguide .size-label {
  display: block;
}
.sizeguide input[type=checkbox] {
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 25px;
  position: absolute;
  left: calc(50% - 30px);
  margin: 0;
}
.toggle__opt {
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  width: 25px;
  text-align: center;
}
.toggle__controls {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 60px;
  height: 25px;
  margin: 0 10px;
}
.toggle__controls:before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 25px;
  background-color: black;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.toggle__controls:after {
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background-color: white;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-143%, -50%);
  transition: transform 0.30s ease-out;
}
.sizeguide input[type=checkbox]:checked ~ .toggle__controls:after {
  transform: translate(43%, -50%);
}
.sizeguide table {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 0 0 1px #f5f5f5;
}
.sizeguide th, td {
  text-align: center;
  padding: 12px 5px;
}
.sizeguide th {
  background: #000;
  color: #fff;
  font-weight: 700;
  border: none !important;
}
.sizeguide td {
  border: none !important;
}
.sizeguide thead td {
  border: 0;
  background:black;
}
.sizeguide td:first-child {
  border-left: 0;
  font-weight: 700;
}
.sizeguide td:last-child {
  border-right: 0;
}
.sizeguide tr:nth-child(2n) {
  background: #f5f5f5;
}
.alt {
  display: none;
}
.sizeguide input[type=checkbox]:checked ~ table .alt {
  display: inline;
}
.sizeguide input[type=checkbox]:checked ~ table .default {
  display: none;
}
.sizeguide {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  background: #fff;
  margin: 0 auto !important;
}
.sizechart_title {
  font-size:3rem !important;
  text-align:center;
  font-weight: 700;
  margin-bottom: 20px;
}
.sizechart_subtitle {
  text-align:center;
  margin-bottom: 30px;
}
.product-popup-modal__content .product-popup-modal__content-info {
  max-height: 100%;
  max-width:100%;
  overflow-y:auto;
  overflow-x:hidden;
}
.product-popup-modal .product-popup-modal__content {
  background: white;
  color: black;
}
.product-popup-modal__content-info::-webkit-scrollbar {
  display: none;
}
.product-popup-modal__content-info {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-opener-content{
  float: right;
}
.product-popup-modal__button{
  font-family: oswald;
}
legend.product-form__group-name {
    width: 100%;
}
.product-popup-modal__toggle.modal-close-button svg.icon.icon-close,
.sizechart_title{
  color: black;
}
@media screen and (max-width: 1200px) {
  .product-popup-modal__toggle.modal-close-button{
    position:absolute;
    top:32px;
    right:32px;
  }
}
@media screen and (max-width: 750px) {
  .product-popup-modal .product-popup-modal__content {
    width: 100%;
    top:60%;
    border-radius: 20px 20px 0 0;
    height: 80%;
  }
}
.measurement-hr {
  height: 1px;
  background-color: black;
  margin-block: 3rem;
}
.measurement-title {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.measurement-list .measurement-number {
  background: black;
  border-radius: 100%;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-right: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.measurement-info {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}
.measurement-info span {
  font-weight: 700;
}
.measurement-info p {
  margin-top: 5px;
  margin-bottom: 20px !important;
}
.product-popup-modal__button {
  text-decoration: none !important;
}
.popup-title {
  text-decoration: underline;
}
legend.product-form__group-name span {
  vertical-align: super;
}
.ruler-size {
  vertical-align: top;
  margin-top: 2px;
}
/* Accounts */
.checkout-guest-login {
  text-align: center;
}
.checkout-guest-login h2 {
  margin-bottom: 4rem;
}
#customer_login_guest {
  text-align: center;
}

.faqs-page,
.shopify-policy__container{
  max-width: 100ch !important;
  margin: 0 auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
/* Cart Drawer */
.cart-item__quantity-wrapper .quantity__input{
  pointer-events:none;
}
.cart-drawer-payment {
  margin: 0 auto;
}
.cart-drawer-payment ul{
  margin-top: 1rem;
}
/* Testimonial */
@media screen and (max-width: 576px) {
  #shopify-section-template--17445988991226__ss_testimonials_2_RBCtYV{
    margin-top:5px !important;
  }
  .section-template--17445988991226__ss_testimonials_2_RBCtYV-padding{
    padding-bottom:10px !important;
  }
  #shopify-section-template--17445988991226__ss_shoppable_video_WbzaXP{
    margin-bottom:2rem !important;
  }
}
/* Currency Converter */
.hxoSelectTheme .buckscc-select-options li:first-child {
  border-top: none;
}
.hxoSelectTheme .buckscc-select span {
  font-size: 16px !important;
}
.flagWrapper:not(.converterTriggers .flagWrapper) {
  display: none !important;
}
.buckscc-floating-box .buckscc-currency-wrapper.hxoSelectTheme.bottom_right {
  bottom: 20px !important;
  right: 20px !important;
}
@media screen and (max-width: 600px) {
  .buckscc-floating-box .buckscc-currency-wrapper.hxoSelectTheme.mobile_bottom_right {
    bottom: 10px !important;
    right: 10px !important;
  }
}
.hxoSelectTheme .buckscc-select-styled,
.hxoSelectTheme .buckscc-select-options {
  border-radius: 0 !important;
}
.hxoSelectTheme .buckscc-select-options {
  max-width: 300px !important;
}
.buckscc-select-options::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
*{
  letter-spacing: .04rem;
}
#insta-feed h2,
#insta-feed h2 a{
  color:rgb(var(--color-foreground)) !important;
}
/* Compare */
.compare__content-bottom{
  display:none !important;
}
/* Testimonials */
@media only screen and (max-width: 750px) {
  .section-template--17445988991226__ss_testimonials_2_RBCtYV-padding div h2{
    padding:0 !important;
  }
}
.button--primary{
  border:none!important;
}
.review-card {
  margin: auto 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.review-card {
  fill: rgb(var(--color-foreground));
}
.card-review-avg {
  margin-left :3px !important;
}
.card-review-avg .star-summary {
  font-size:1.3rem;
}
.main-page-title{
  letter-spacing: .04rem;
  text-transform: uppercase !important;
}
/* Blog */
.article-template__info .share-buttons {
    width: fit-content;
}
.article-template__content h2,
.article-template__content h3,
.article-template__content h4,
.article-template__content h5{
  scroll-margin-top: 100px !important; /*offset jumplinks*/
}
.article-template__content img{
  padding-top:20px;
  padding-bottom:10px;
}
.article-template__hero-wrapper img,
.slideshow__main .article__img__container img{
  filter: blur(4px);
}
.article-template__content ul li,
.article-template__content p span{
  font-size: calc(var(--font-body-size) + 3px);
  letter-spacing: .04rem;
}
.article-template__content p strong{
  font-size: calc(var(--font-heading-h6-size) + 3px);
  padding-bottom:2rem;
  margin:0 auto;
}
@media screen and (max-width: 576px) {
  .article-template__info-wrapper .breadcrumb{
    display:none;
  }
  .article-template .article-template__info .share-buttons {
    padding-bottom: 3rem;
  }
}
article{
    overflow-x: hidden;
}
.article-template .background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 3rem 0 3rem;
}

@media screen and (min-width: 750px) {
  .article-template .background-secondary {
    padding: 4rem 0 4rem;
  }
}
/* Slideshow Mobile & Laptop */
.js-slideshow-container .slideshow__background-block img:first-child{
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display:block;
}
.js-slideshow-container .slideshow__background-block img:nth-child(2){
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  display:none;
}
.button-text-unskew {
    font-size: 2rem;
}
.button-text-unskew.cart-checkout-text {
    font-size: 1.7rem;
}
@media screen and (max-width: 576px) {
  .button-text-unskew {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 749px) {
  .slideshow__background-block{
    --slide-overlay: rgba(var(--color-overlay), 50%)!important;
  }
  .js-slideshow-container .slideshow__background-block img:first-child{
        display: none !important;
    }
  .js-slideshow-container .slideshow__background-block img:nth-child(2){
        display: block !important;
    }
}

/* Hamburger */
@media (min-width: 1360px){
  .fullscreen-container > .header__offcanvas-container {
    padding-bottom: 0rem;
  }
}
.header__offcanvas-list span.header__menu-item.list-menu__item {
  height: 8.5rem;
  align-items:flex-start;
}
/* Navbar Links */
.header__details .header__icon-name{
    display:none;
  }
.header--left .header__inline-menu {
    justify-content: center;
    margin: auto;
    height: 100%;
}
/*
.header__menu-item[href="/collections/deals"], .menu-drawer__menu-item[href="/collections/deals"]{
  color: #AA0101;
}
.header__menu-item[href="/collections/deals"]:hover{
  color: #AA0101;
}
*/
/* Navbar Icons */
@media screen and (min-width: 576px) {
  .header__toggle-scheme {
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .header__cart {
    padding: 0 0 0 0.3rem;
  }
  .header__toggle-scheme {
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .fullscreen-container {
    padding: 0 1.3rem;
  }
  .fullscreen-container header-drawer {
    margin-right: 0rem;
  }
   .header__toggle-scheme{
    display:none;
  }
  .header__cart {
    padding: 0 0 0 0.5rem;
    font-size: calc(var(--font-header-link-size) - 3px);
  }
  .header__icon .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .search__form-inner div .field__label{
    display:none;
  }
}
/* Cart */
#CartDrawer-CartErrors{
  display:none;
}
@media screen and (max-width: 576px) {
  span.cart-word{
    display: none;
  }
}
a#cart-icon-bubble:focus {
  outline:0 !important;
}
a#cart-icon-bubble {
  outline:0 !important;
}
/* Header */
.mega-menu__items{
  padding-top:0.5rem;
}
.header-mega-menu__no-submenu__list li > a {
  position: relative;
}
.header-mega-menu__no-submenu__list li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background-color: currentColor;
  top: 100%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  right: 0;
}
.header-mega-menu__no-submenu__list li:hover a::after {
  left: 0;
  width: 100%;
}

/* Dropdown */
.collection-grid__title {
  position: relative;
  letter-spacing: .04rem;
  text-transform: uppercase !important;
}
.fullscreen-container .header-mega-menu__collection-list{
  width:100%;
  margin:0 auto;
}
.fullscreen-container .header-mega-menu__wrapper {
    justify-content: center;
}
.header-mega-menu__card {
    gap: 1rem;
    width: 80%;
    flex-wrap: nowrap;
}
.header-mega-menu__card .collections-grid__card {
    max-height: 280px;
    min-height: 280px;
    flex: 1 0 0%;
}
.collection-grid__image-item:after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%);
  opacity:0.6;
}
.collection-grid__image-item:before{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: all .3s ease-in-out;
}
.header-mega-menu__collection-list li:hover .collection-grid__image-item:before {
  background: rgba(0,0,0,0.5);
  transition: all .3s ease-in-out;
}
/* New Arrivals - Product Carousel */
.collection-product .card__link{
  margin-top:8px !important;
}
.collection-product-card,
.collection-product-card .card-wrapper{
  overflow-y:hidden;
}
.card__title{
  width:100%;
}
@media screen and (max-width: 989px){
  .product-carousel__top,
  .product-recommendations__header--container{
    margin-top:2rem;
  }
}
/* Best Sellers - Product Slider */
@media screen and (min-width: 750px){
  .product-slider {
      flex-direction: row !important;
  }
  .product-slider .product-slider__left-block {
    width: 50% !important;
  }
  .product-slider .swiper-product-slider {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
/* Search */
.search__button{
  transform: skew(0deg)!important;
}
.main_search{
  z-index:20!important;
}
.predictive-search{
  z-index:25!important;
}
.main_search {
    width: 100% !important;
    padding-right: 0 !important;
}
.search__categories-item .collection-grid__item .collection-grid__title {
  font-size: calc(var(--font-header-link-size) + 5px);
}
.search__categories-item {
  flex: 1 0 10% !important;
  overflow:auto;
}
.search-modal .search__items-list {
    gap: 1.5rem !important;
}
.search__categories-item li{
  min-height:100%;
}
.main_search .search__items-list, .predictive-search__results-list{
    padding-bottom:7rem !important;
}
@media (max-width: 750px){
  .search__categories-item .collection-grid__item .collection-grid__title {
    font-size: 2rem !important;
  }
}
@media (max-width: 576px){
  .main_search .search__items-list, .predictive-search__results-list{
    padding-bottom:15rem !important;
  }
}
/* Collection Page */
.js-load-more span {
  transform: skew(20deg)!important;
}
.content-for-layout .fullscreen-container.main-breadcrumb{
  display:none;
}
/* Product Badges */
.kids_badge {
  position: absolute;
  color:white;
  background: #000000;
  box-shadow: 0 0 0 999px #000000;
  clip-path: inset(0 -100%);
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
}
.kids_badge span {
  padding: 2px 10px;
  font-weight: 500;
  line-height: 150%;
  font-style: italics;
  font-size: 14px;
}
.card__badge.card__badge_italic.on_sale .badge--bottom-left{
  background: white;
  font-size:14px;
  padding: 2px 8px;
  letter-spacing: .04rem;
  line-height: 150%;
}
.card__badge.card__badge_italic {
  background: #aa0101;
  background: black;
}
.card__badge.card__badge_italic .not-available-sold-out{
  color: white;
  padding: 2px 8px;
}
.product .price-wrapper .card__badge span {
    color: white !important;
}
.card_badge {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  top: 5px;
  right: 5px;
}
.card_badge span{
  color:white;
  padding: 2px 10px;
  border-radius:0px;
  font-weight:500;
  line-height: 150%;
  font-size: var(--font-body-size);
}
.card_custom_badge{
  background:#e67e00;
}
.card_new_badge{
  background:black;
}
.card_best_badge{
  background:#AA0000;
}
/* Custom Product */
.custom_form{
  margin-top:3rem;
}
.custom_wrapper{
  margin: 2rem 0;
}
.custom_label{
  display:flex;
  font-size:1.7rem;
  font-weight:var(--font-button-weight);
  margin-right:0.7rem;
  align-items:center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  pointer-events: none;
}
.custom_input{
  text-transform:uppercase;
  height:4rem !important;
  border-radius:0;
}
.custom_info{
  border: solid #aa0000 1.5px;
  font-weight:500;
  display: flex;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 0 auto;
  border-radius: 50px;
  margin-left:0.5rem;
  color:#aa0000;
  cursor:pointer;
  margin: auto 0;
  margin-right: 1.5rem;
}
.custom_info_text {
  font-size: 15px;
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: -100px;
}
.custom_info_color{
  top: -98px;
}
.custom_info:hover .custom_info_text {
  visibility: visible;
}
.custom_info .custom_info_text::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.custom_select{
  border-radius:0;
}
.custom_input.field__input::placeholder {
  opacity: 1 !important;
}
@media screen and (max-width: 989px){
  .custom_info_text {
    left: 40px;
  }
  .custom_info_color {
    left: 40px;
  }
  .custom_info .custom_info_text::after {
    left: 10%;
  }
}
/* Product Page */
.product-form__input--dropdown{
  margin-bottom: 2rem;
}
.product-form__input--dropdown .form__label{
  font-size: 1.7rem;
  margin-bottom: 10px;
  letter-spacing: .04rem;
}
.product-form__input--dropdown .select__select{
  font-family: oswald;
  font-size: var(--font-body-size);
  padding: 1rem 2rem !important;
  border-radius: 0;
}
.secure_payment{
  letter-spacing:0 !important;
  text-align:center !important;
}
.product-popup-modal__button.link{
  padding-right:0;
}
.Xrk_DudB6JJ3t2Kh2_cU{
  text-align: center!important;
}
.shopify-payment-button__more-options {
  visibility: visible !important;
  display: block !important;
}
.shopify-payment-button__more-options{
  font-family:oswald;
  color:rgb(var(--color-foreground-title));
  font-size:12px;
  text-decoration:underline;
  letter-spacing: .04rem;
}
.product-form__buttons .list-payment {
    justify-content: center;
}
.product .about__accordion-description {
  padding-bottom:1.5rem;
}
.product .about__accordion-description p{
  margin:0;
}
.image-with-text__content-item h6{
  margin: 2rem 0rem!important;
  line-height: calc(var(--font-heading-line-height) + 0.2);
}
}
.swiper-btn{
    background: white;
    opacity: 1;
    border-radius: 0;
}
.product__media {
    aspect-ratio: 1;
}
@media screen and (min-width: 750px){
  .product__media-wrapper.thumbnail_carousel:not(.quick-add-modal .product__media-wrapper) {
      position: sticky;
      top: 40px;
  }
}
.quantity_qty{
  margin:auto 0;
  font-size: 1.7rem;
  letter-spacing: .04rem;
}
.product-form__input input[type=radio]:checked+label span {
  color:rgb(var(--color-background));
  z-index:0;
}
.product-form__input input[type=radio]:checked+label span:after {
  width: 100%;
  height: 100%;
  top: 0;
  z-index:-10;
}
.product-form__controls-group .link-hover-line-outer {
    width: 20%;
}
.link-hover-line-outer span.uppercase{
  display: inline-flex;
  height: 35px;
  width:100%;
  justify-content:center;
  align-items:center;
  border: solid rgb(var(--color-foreground)) 1.5px !important;
}
.product-media-modal__dialog .swiper-pagination-product-page {
  align-self: center !important;
  margin-top: 2rem !important;
}
.product-media-modal .product-media-modal__content .swiper-zoom-container {
  max-height: 80vh !important;
}
.product-media-modal__toggle {
  top: 4rem !important;
  right: 4rem !important;
}
/* Product Recommendations */
@media (max-width: 990px) {
  .product-carousel__wrapper .card-information__wrapper,
  .product-recommendations__product .card-information__wrapper{
    padding-top: 0.5rem !important;
  }
}
@media (max-width: 576px) {
  .product-carousel__wrapper .card-information__wrapper,
  .product-recommendations__product .card-information__wrapper{
    padding-top: 0rem !important;
  }
}
@media (min-width: 750px) and (max-width: 989px){
  .product-recommendations__heading{
    font-size:5rem;
  }
}
.product-recommendations__header--container {
  gap:1.6rem;
  flex-wrap: wrap;
}
.product-recommendations-button-container{
  display:flex;
  align-items:center;
}
@media (max-width: 520px){
  .product-recommendations-button-container {
    justify-content: inherit;
    width: 100%;
  }
}
.product-recommendations__product .card-information {
    padding-bottom: 0.5rem;
}
.product-recommendations__item .swiper_btn_container {
    margin-left: 4.8rem;
    display: flex !important;
    gap:2.4rem;
}
@media (max-width: 749px) {
  .product-recommendations__item .swiper_btn_container {
    margin-left: 2.4rem;
    display: flex !important;
  }
}
.product-recommendations__list::-webkit-scrollbar {
    display: none;
}
.product-recommendations__list {
  scroll-snap-type: inline mandatory;
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: 80%;
  overscroll-behavior-inline: contain;
  overflow-x: auto;
  gap: 0.7rem !important;
}
.product-recommendations__product {
  width: 100% !important;
  scroll-snap-align: start;
}
@media (min-width: 576px) {
  .product-recommendations__list {
    grid-auto-columns: 40%;
  }
}
@media (min-width: 750px) {
  .product-recommendations__list {
    grid-auto-columns: 30%;
  }
}
@media (min-width: 990px) {
  .product-recommendations__list {
    grid-auto-columns: calc(23% - 0.7rem);
  }
}
/* Collection Page */
.collection--empty .title.title--primary {
    padding: 0 2rem;
}
.collection-banner-section .collection-hero {
  margin-bottom:0 !important;
  margin-top: -42.5px;
}
.collection-grid-section .facets {
  margin-top:2rem !important;
}
#ProductGridContainer .collection-product-list {
  row-gap: 4rem !important;
}
@media screen and (max-width: 576px) {
  .collection-grid-section .facets__wrapper{
    gap:1.5rem;
  }
  .collection-grid-section .facets {
  margin-top:0rem !important;
  }
  .collection-grid-section .open_filters {
  flex: 1 0 100%;
  padding:1.5rem 2rem !important;
  background:rgba(0,0,0,0.2);
  }
  .collection-grid-section .facets__sort-by-container{
    flex: 1 !important;
    padding:0 2rem;
  }
  .collection-grid-section .facets__sort-by{
    flex: 1 !important;
  }
  .collection-grid-section .select__sort_by {
    padding: 0 0rem 0 1rem;
  }
  .collection-grid-section .facets__sort-by svg {
    position: static !important;
  }
  #ProductGridContainer .fullscreen-container {
    padding: 0 0.4rem !important;
  }
  .collection-grid-section .fullscreen-container {
    padding: 0 0rem !important;
  }
}
/* Main Product - Price Section */
.price-item--sale .money,
.price-item--regular .money{
  font-size: 1.5rem;
  font-weight: 600;
}
.card-title_info .price__compare .money {
  font-size: 1.5rem !important;
}
.product__info-wrapper .price-item--sale .money,
.product__info-wrapper .price-item--regular .money{
  font-size: 2rem;
}
.price__compare .money{
  font-weight: 400;
  font-size: var(--font-body-size) !important;
}
.card__badge span.badge.badge--bottom-left.color- {
  background:#AA0101;
}
/* Tax Included. Free Shippping */
.product__tax.caption.rte{
  font-size:1.4rem;
  margin-top:-1rem;
}
/* Sold Out Fade Out */
.fade_img{
  opacity: 1;
}
.fade_img:after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity:0.5;
}
/* Quick Add */
.quick-add-modal .product__info-wrapper {
  margin-top:-2rem;
}
/* About Us */
.image-with-text .signature-image img {
    object-fit: contain !important;
}
/* Footer */
.newsletter__button{
  transform: skew(0deg)!important
}