/** Shopify CDN: Minification failed

Line 2074:22 Unexpected "{"
Line 2074:31 Expected ":"
Line 2074:38 Unexpected "{"
Line 2075:20 Expected identifier but found whitespace
Line 2075:22 Unexpected "{"
Line 2075:31 Expected ":"
Line 2075:59 Expected ":"
Line 2076:23 Expected identifier but found whitespace
Line 2076:25 Unexpected "{"
Line 2076:34 Expected ":"
... and 1 more hidden warnings

**/


/* body * {
  font-weight:400;
} */

#ContactForm .field__input{
  border: 2px solid black;
  border-radius: 5px;
  padding-top: 22px;
    font-size: 14px;
}

.main-page-title, .title{
  font-family: 'Hitmarker';
}

/* ANNOUNACEMENT BAR CSS */
p.announcement-bar__message {
  font-size: 11px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.predictive-search {
  display: none;
}
.announcement-bar {
  display: flex;
  gap: 14px;
}
.utility-bar {
  width: 100%;
  overflow: hidden;
}
.ann-top-reviews-bar {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ann-top-reviews-bar img{
  height: 18px;
}

.ann-top-reviews-bar p {
  margin: 0;
  white-space: nowrap;
}
.ann-top-reviews-bar-text.h5 {
  font-size: 12px;
}
.announcement-bar {
  justify-content: right;
}
.page-width.utility-bar__grid {
  column-gap: 20px;
  display: flex;
}

.ann-top-reviews-bar {
  min-width: 340px;
  display: flex;
  justify-content: end;
}
.utility-bar__grid .ann-top-reviews-bar {
  min-width: auto;
}
.mobile-announement--iner {
    display: flex;
}
@media (max-width: 1320px) {
  .page-width.utility-bar__grid {
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    justify-content: space-between;
  }

  .announcement-bar {
    justify-content: center;
  }

  p.announcement-bar__message.h5 {
    padding: 0 !important;
    min-height: unset;
  }

  .utility-bar {
    padding: 10px 0;
  }
}
@media (max-width: 800px) {
  /* .announcement-bar {
      display: none;
  } */
  .page-width.utility-bar__grid {
    row-gap: 0px;
  }
  .ann-top-reviews-bar img {
    max-width: 65px;
  }
  .caption-large{
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .ann-top-reviews-bar {
    justify-content: center;
    min-width: unset;
  }
  .utility-bar__grid.page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* HEADER CSS */
.header-top-bar.header {
  display: flex;
  justify-content: space-between;
}
h1.header__heading,
.header__heading-link {
  width: 15%;
}
h1.header__heading .header__heading-link {
  width: 100%;
}

.header__icons {
  width: 15%;
  justify-content: end;
  gap: 10px;
}
.header-bottom-bar {
  display: flex;
  justify-content: center;
}
input.search__input {
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 2.5rem 1.5rem 1.5rem;
}

.field:after {
  content: unset;
}
.header-top-bar.header {
  padding-left: 0;
  padding-right: 0;
}
.header-search-bar {
  width: 70%;
  max-width: 600px;
}
.header-search-bar label.field__label {
  font-size: 13px;
  top: 14px;
  color: black;
}
a.header__icon.header__icon--account {
  min-width: 95px;
  text-decoration: none;
}

a.header__icon.header__icon--account account-icon {
  display: flex;
  align-items: center;
}

svg.icon.icon-account {
  width: 24px;
  height: 24px;
}
svg.icon.cart-body {
  width: 24px;
  height: 24px;
}
a.header-contact-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  text-decoration: none;
  font-size: 14px;
}
a.header-contact-icon:hover svg {
  transform: scale(1.07);
}
.header-top-bar.header {
  padding-bottom: 15px;
  padding-top: 15px;
}

.header-bottom-bar {
  padding: 5px 0;
  border-top: 0.1rem solid #0c0a0914;
}
a.header__heading-link.link.link--text.focus-inset {
  padding-top: 0;
  padding-bottom: 0;
}

ul.list-menu.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 0 10px;
}
.list-menu__item {
  position: relative;
}

.list-menu__item:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 0;
  height: 2px;
  background: #54eb21;
  left: 0;
  right: 0;
  transition: 0.3s ease;
}

.list-menu__item:hover:before {
  width: 100%;
}

@media (min-width: 1101px) {
  .header-search-bar_mobile.page-width {
    display: none;
  }
  p.announcement-bar__message.mobile.h5 {
    display: none;
  }
  marquee.mobile-announement.desktop-media {
      display: none;
  }
}
.ann-top-reviews-bar-text p{
    margin: 0;
}
@media (max-width: 1100px) {
  .header-wrapper header {
    display: flex;
    align-items: center;
  }
  .announcement-bar.hide-mobile {
      display: none;
  }
  
  marquee.mobile-announement.desktop-media {
      margin-bottom: 10px;
  }
  .header-top-bar .header-search-bar {
    display: none;
  }

  h1.header__heading {
    width: 100%;
  }

  .header__icons {
    width: 100%;
  }

  a.header-contact-icon {
    display: none;
  }

  .header-top-bar {
    width: 67%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
  }
  .header-bottom-bar {
    display: none;
  }

  header-drawer {
    margin-left: 0 !important;
  }
  svg.icon.icon-hamburger {
    width: 32px;
    height: 32px;
  }

  summary.header__icon.header__icon--menu span {
    width: 32px;
  }
  .list-menu__item:before {
    content: unset;
  }
  .header-search-bar_mobile.page-width {
    padding-bottom: 15px;
  }
  input.search__input {
    border: 2px solid;
    border-radius: 6px;
  }
  div#menu-drawer {
    max-width: 380px;
  }

  .menu-drawer__menu-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .menu-drawer__utility-links {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .menu-drawer__menu-item {
    font-size: 16px !important;
    font-weight: 600;
  }
  .js .menu-drawer__menu-item .icon-caret {
    display: block !important;
    position: unset;
    transform: rotate(-90deg);
  }
  .menu-drawer__close-button {
    padding: 1.2rem 15px 1.2rem 15px !important;
  }
  div#menu-drawer a.header-contact-icon {
    display: flex;
  }
  .menu-drawer__menu-item > .svg-wrapper {
    right: 15px !important;
  }
  .announcement-bar {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal-alt 5s linear infinite;
  }
  .announcement-bar {
    flex-wrap: unset;
    margin-bottom: 17px;
  }

  p.announcement-bar__message.h5 {
    width: 100%;
    min-width: 60%;
  }
  p.announcement-bar__message {
    font-size: 13px;
  }
  .product_review_wrapper-inner{
    margin-top: 10px;
  }
  .ann-top-reviews-bar-text.h5 {
    font-size: 12px;
  }
  .ann-top-reviews-bar-text p{
    margin: 0;
  }
}
@media (max-width: 600px) {
  p.announcement-bar__message.h5 {
    width: 100%;
    min-width: 80%;
  }
}
@keyframes marquee-horizontal-alt {
  0% {
      transform: translateX(-50%);
  }
  100% {
      transform: translateX(0%);
  }
}


/* FOOTER CSS */
.footer__blocks-wrapper {
  gap: unset;
}

.footer-block.grid__item {
  border-right: 1px solid #ffffff26;
  padding: 0 20px 20px;
}

.footer-block.grid__item:first-child {
  padding-left: 0;
}

.footer-block.grid__item:last-child {
  padding-right: 0;
  border: unset;
}

.footer__blocks-wrapper {
  border-bottom: 1px solid #ffffff26;
}
h2.footer-block__heading,
.brand_information_email h2 {
  font-family: Hitmarker;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  font-size: 16px;
}
.footer-block__details-content.rte p {
  color: white;
  font-size: 14px;
}
.newsletter-form__field-wrapper .field input {
  background: #ffffff1a;
  height: 51px;
}

button#Subscribe {
  position: unset;
  background: #5bfe24;
  height: 50px;
  border-radius: 2px;
  min-width: 100px;
  letter-spacing: 0px;
  color: black;
}

.newsletter-form__field-wrapper .field {
  display: flex;
  gap: 10px;
  align-items: center;
}
button#Subscribe svg {
  transform: rotate(-90deg);
  width: 11px;
}
.newsletter-form__field-wrapper label.field__label {
  font-size: 13px;
  top: 17px;
}
.newsletter-form__field-wrapper .field input:focus {
  border: 2px solid white;
  border-radius: 3px;
}
.footer-block__socail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #ffffff26;
  padding-top: 16px;
}
.footer .list-menu__item:before {
  bottom: 5px;
  height: 2px;
  top: unset;
}
a.link.list-social__link {
  background: #ffffff1a;
  border-radius: 41px;
}

ul.list-unstyled.list-social.footer__list-social {
  gap: 10px;
}
.footer-logo-body-wrapper.page-width img {
  width: 100%;
}
.footer__content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .ann-top-reviews-bar {
  /* min-width: unset; */
  width: 25%;
}

.footer__content-bottom-wrapper {
  /* max-width: fit-content; */
  width: 50%;
}

.footer__payment {
  margin: 0 !important;
}

.footer__copyright.caption {
  margin: 0 !important;
}

.footer__content-bottom-wrapper.footer__content-bottom-wrapper--center {
  width: 25%;
  /* max-width: unset; */
  justify-content: flex-start;
  white-space: nowrap;
}
.footer__content-bottom .page-width {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__content-bottom {
  border-top: 1px solid #ffffff26;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .footer-block.footer-block-text {
    width: 100%;
  }

  .footer-block.footer-block-link_list {
    width: 50%;
    padding: 0;
  }

  .footer-block.footer-block-brand_information {
    width: 100%;
    padding-left: 0;
  }

  .newsletter-form {
    max-width: unset !important;
    width: 100%;
  }

  .newsletter-form__field-wrapper {
    max-width: unset !important;
  }

  .footer-block {
    border: unset !important;
  }
  .footer__blocks-wrapper {
    row-gap: 2rem !important;
  }
  .footer-block__socail{
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .footer-block.footer-block-brand_information {
    order: -1;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .footer__blocks-wrapper {
    display: flex !important;
  }

  .footer-block.footer-block-text {
    margin-bottom: 10px !important;
  }

  .footer-block__details-content.rte {
    margin: 0 !important;
  }

  .footer-block.footer-block-link_list {
    margin: 0 !important;
    width: 50% !important;
  }

  ul.footer-block__details-content li a {
    padding: 7px 0 !important;
    line-height: 1;
  }

  h2.footer-block__heading {
    margin-bottom: 10px;
  }

  .footer-block__details-content {
    margin-bottom: 1rem !important;
  }

  .footer__content-top.page-width {
    padding-bottom: 10px;
  }

  .footer__content-bottom .page-width {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__content-bottom-wrapper {
    width: 100% !important;
  }

  .footer .ann-top-reviews-bar {
    width: 100%;
    justify-content: center;
  }

  .footer__column.footer__column--info {
    padding-top: 5px !important;
  }

  .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center {
    justify-content: center;
    margin-top: 12px;
  }
  .footer__content-top.page-width {
    padding-left: 17px;
    padding-right: 17px;
  }
  h2.footer-block__heading,
  .brand_information_email h2 {
    font-size: 13px!important;
  }
}

/* SLIDE SHOW BANNER CSS */
.slideshow__text-wrapper_light-icon {
  position: absolute;
  top: 65px;
  left: 0;
}

.banner__text.rte p {
  color: rgba(var(--color-button), var(--alpha-button-background));
  font-family: "Hitmarker";
  font-size: 28px;
  margin: 0;
}

h2.banner__heading {
  font-family: "Hitmarker";
  margin: 0 0 10px 0;
  line-height: 1;
}
.banner__buttons a {
  border-radius: 40px;
  text-transform: uppercase;
  font-family: Hitmarker;
}

.banner__buttons a:after {
  content: unset;
}
@media (min-width: 801px) {
  .slideshow__text.banner__box {
    padding-left: 35px !important;
  }
  .slideshow__text-wrapper_light-icon.mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .slideshow__text-wrapper_light-icon.desktop {
    display: none;
  }
  .slideshow__text-wrapper_light-icon.mobile {
    position: unset;
    max-width: fit-content;
    max-height: 40px;
  }

  .banner__text.rte {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
    margin-bottom: 10px;
  }

  .banner__text.rte p {
    margin: 0;
  }
  .banner__text.rte p {
    font-size: 22px;
  }
  .slideshow__text-wrapper_light-icon.mobile svg {
    max-width: 18px;
  }
}

/* GLOBAL BUTTON CSS */
.button:after {
  content: unset;
}

.button {
  border-radius: 50px;
  text-transform: uppercase;
  font-family: Hitmarker;
  min-height: 46px;
  padding: 0 20px;
}

.button:before {
  content: unset;
}
a.button:hover {
  background: transparent;
  border: 1px solid rgba(var(--color-button), var(--alpha-button-background));
  color: rgba(var(--color-button), var(--alpha-button-background));
}
.button {
  transition: 0.3s ease;
}

/* HEADING GLOBAL CSS */

@media (max-width: 600px) {
  h1 {
    font-size: 30px!important;
    line-height: 1;
  }
}
.collection__title {
  text-align: center;
}

.collection__title h2,
.related-products__heading {
  font-size: 48px;
  text-align: center;
  font-family: Hitmarker;
}

@media screen and (min-width: 1200px){
  .collection-buttons-container{
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 0px;
  }
  
  .collection__title .slider-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    height: auto;
  }
  
  .collection__title .swiper-button-next,
  .collection__title .swiper-button-prev{
    top: 0px;
    position: relative;
    margin: 0;
  }
  
  .collection__title a.collection_view-all-btn{
    position: relative;
  }
}

/* PRODUCT CARD CSS */
.cu_product_tag {
  position: absolute;
  top: 10px;
  background: #ffea00;
  height: fit-content;
  display: flex;
  align-items: center;
  color: #000;
  gap: 0px;
  padding: 4px 12px 4px 4px;
  border-radius: 5px;
  font-size: 14px;
  left: 10px;
}
.cu_product_tag.udsolgt_tag{
  right: 10px;
  left: auto;
  background: #000;
  color: #fff;
  padding: 6px 10px;
}
.card__inner .card__content.ok {
    DISPLAY: NONE;
}
.cu_product_tag span svg {
  display: flex;
  align-items: center;
}
.card__inner {
  background: #f5f5f5;
}
.card__content__btn {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.sell_up-products-button {
    position: relative;
    z-index: 3;
}

.sell_up-products-button .button:disabled:after {
    width: 100%;
    content: '';
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000000;
    border: none;
    transform: rotate(-30deg);
    outline: none;
    box-shadow: none;
    opacity: 0.9;
}

.quick-add__submit {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: white;
  padding: 1.1rem 1.05rem 0.7rem;
  width: fit-content;
  min-width: 46px!important;
}
.quick-add__submit.card--disabled{
  pointer-events: none;
}
.sell_up-products-button[data-atc="card--disabled"]{
  cursor: not-allowed;
  pointer-events: none;
}
.card__content.ok {
  display: none;
}
.card__inner {
  z-index: 2;
}
/* .slideshow__control-wrapper .slider-counter__link--dots {
  display: none;
} */
a.pro-link-box {
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  cursor: pointer;
}
.card__content__btn {
  z-index: 4;
  transition: 0.3s ease;
}
.custom-hide.quick-add.no-js-hidden {
  display: none;
}

.quick-add__submit:hover {
  background: black!important;
}

.quick-add__submit {
  transition: 0.3s ease!important;
}

.quick-add__submit:hover svg.icon.cart-body path {
  stroke: white;
}

.quick-add__submit svg.icon.cart-body path {
  transition: 0.3s ease;
}
.card__information--reviews {
  display: none;
  align-items: center;
  gap: 5px;
  color: black;
  font-size: 13px;
  margin-bottom: 7px;
}

.card__information--reviews .dot {
  width: 6px;
  height: 6px;
  display: flex !important;
  background: #00000033;
  border-radius: 50px;
}

.card__information--reviews span {
  display: flex;
  line-height: 1;
}
.card__heading {
  font-size: 16px;
}

.price--on-sale .price__sale {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 10px;
  align-items: center;
}

span.price-item {
  color: #be1d1d;
  font-weight: 700;
  font-size: 16px;
}

.product span.price-item{
  font-family: 'Hitmarker';
}
.product .sell-up-products_item-product .price-item{
  font-family: inherit;
  font-size: 14px !important;
}

s.price-item.price-item--regular {
  color: #0000004d;
  font-weight: 700;
  font-size: 16px;
}

.price--on-sale .price-item--regular {
  position: relative;
  text-decoration: unset !important;
}

.price--on-sale .price-item--regular:before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: #b2b2b2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.price__container {
  display: flex !important;
  gap: 10px;
}
.price__container > .price__regular span{
  color: #000;
  padding-right: 10px;
}

span.badge--custom.price__badge-sale {
  border: 2px solid #be1d1d;
  padding: 4px 4px;
  line-height: 1;
  border-radius: 6px;
  font-size: 10px;
  display: flex;
  align-items: center;
  color: #be1d1d;
  font-weight: 700;
}
.collection__title h2 {
  text-transform: uppercase;
}
.quick-add__submit {
  cursor: pointer !important;
}
.product_tags--wrapper {
  display: flex;
  column-gap: 11px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.product_tags--wrapper-item {
  border: 1px solid #0000001a;
  padding: 6px 10px;
  line-height: 1;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
}
.collection button.cu-arrow {
  border: 2px solid #0000001a;
}
.custom-wrapper-body {
  padding-top: 0px !important;
}
a.collection_view-all-btn {
  position: relative;
  top: 0;
  right: 0;
  background: black;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
}

.collection__title.title-wrapper {
  position: relative;
}
.collection__title.title-wrapper {
    margin-bottom: 40px !important;
}
.cu-review-box-intro {
  margin-bottom: 20px;
}
.collection button.cu-arrow {
  right: 235px;
}
.collection button.cu-arrow.slider-button.slider-button--prev {
  right: 300px;
}
.custom-product-media .slideshow__control-wrapper {
    flex-wrap: wrap;
    max-width: 140px;
}
.thumbnail[aria-current] {
    border-width: 2px;
}

.product__media.media {
    overflow: hidden;
    border-radius: 10px;
}
@media (min-width: 801px) {
  .slideshow__control-wrapper .desktop-dot {
    display: flex;
  }
  
}
@media (max-width: 1250px) {
  span.price-item {
    font-size: 14px;
  }
  s.price-item.price-item--regular {
    font-size: 14px;
  }
  span.badge--custom.price__badge-sale {
    font-size: 10px;
  }
  s.price-item.price-item--regular {
    margin: 0;
  }
  .product_tags--wrapper-item {
    font-size: 10px;
  }
  .product_tags--wrapper-item svg {
    width: 12px;
  }
  .product_tags--wrapper-item {
    padding: 3px 8px;
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .slideshow__control-wrapper .mobile-dot {
    display: flex;
  }
  a.collection_view-all-btn {
    position: unset;
  }
  button.cu-arrow {
    display: none !important;
  }
  .cu_product_tag span svg{
    width: 14px;
    height: 14px;
  }
  .cu_product_tag{
    font-size: 10px;
    padding: 2px 6px 2px 4px;
    top: 6px;
    left: 6px;
  }
  .cu_product_tag.udsolgt_tag{
    padding: 2px 6px;
  }
  .quick-add__submit{
    min-width: 30px !important;
    min-height: 20px;
    width: 20px;
    height: 30px;
  }
  svg.icon.cart-body{
    height: 18px;
  }
}
@media screen and (max-width: 800px) {
  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .collection__title h2,
  .related-products__heading {
    font-size: 24px !important;
  }
}

@media (max-width: 600px) {
  .cu-review_items-bottom_text p {
    font-size: 12px !important;
  }
  .cu-review-box-columns_items-inner {
    padding: 0px !important;
  }
  .cu-review__btn-left-icon {
    width: 25px !important;
    height: 25px !important;
  }
  .button {
    font-size: 12px;
    padding: 0;
  }
  s.price-item.price-item--regular {
    font-size: 12px;
  }
  span.price-item {
    font-size: 12px;
  }
}

/* COLLECTION PAGE CSS */
.facets-layout li.list-menu__item::before {
  content: unset;
}
.facets__heading,
span.facets__summary-label,
.facets__summary {
  color: rgba(var(--color-foreground));
}
h1.collection-hero__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Hitmarker Condensed";
  font-size: 48px;
}

.active.collection-buttons_column-item {
  background: #54eb21;
}
.collection-buttons_column-item {
  border: unset;
  background: #0000000d;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  color: #000;
}
a.collection-buttons_column-item {
  color: black;
  text-decoration: none;
}
.collection-product-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  overflow: auto;
}
.collection-buttons_column-item {
  transition: 0.3s ease;
}
div#collection-pagination {
  display: flex;
  justify-content: center;
}

div#collection-pagination a {
  text-decoration: none;
  color: black;
  border: 1px solid #0000001a;
  padding: 10px 20px;
  border-radius: 6px;
}
.card__heading {
  font-family: Hitmarker;
}
@media (max-width: 800px) {
  h1.collection-hero__title{
    font-size: 30px;
  }
  .collection-buttons_column {
    justify-content: space-around;
    overflow: auto;
    width: 100%;
  }
  details.mobile-facets__disclosure{
    border: 1px solid #0000001a;
    border-radius: 5px;
    padding: 5px 10px;
  }

  .cu-multi-collection-buttons {
    flex-direction: column-reverse;
    align-items: center;
    gap: 14px;
  }

  button.collection-buttons_column-item {
    white-space: nowrap;
  }

  .collection-buttons_column::-webkit-scrollbar {
    display: none;
  }
  .collection-product-buttons {
    justify-content: unset;
  }

  .price--on-sale .price__sale {
    flex-wrap: unset !important;
  }

  .price__container {
    flex-wrap: wrap;
    gap: 2px;
  }
  .card__heading {
    font-size: 12px;
  }
  .product_tags--wrapper {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media (max-width: 350px) {
  s.price-item.price-item--regular,
  span.price-item {
    font-size: 12px;
  }
}
.collection-product-buttons::-webkit-scrollbar {
  display: none;
}
.more-load-spinner {
  width: 40px;
  height: 40px;
}
@media (min-width: 751px) {
  .facets-container {
    border-top: 0.1rem solid #0c0a0914;
    border-bottom: 0.1rem solid #0c0a0914;
    padding-top: 20px !important;
  }
  .product-count.light {
    position: relative;
  }

  .product-count.light:before {
    width: 1px;
    height: 100%;
    background: #00000033;
    position: absolute;
    content: "";
    left: -17px;
  }
}
#collection-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.facets-container input.field__input {
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-shadow: #0000001a 0 0 5px, #0000001a 0 0 1px;
  padding: 6px;
}

/* PRODUCT PAGE CSS */
.product-media-container.constrain-height.media-fit-contain {
  width: 100% !important;
  border-radius: 8px;
}
.accordion__content {
  color: rgba(var(--color-foreground));
  font-size: 14px;
  padding: 0 !important;
}

li.icon-with-text__item span.h4.inline-richtext {
  font-size: 12px;
}
ul.icon-with-text {
  border-top: 0.1rem solid #12121214;
  /* border-bottom: 0.1rem solid #12121214; */
  margin: 0 !important;
  padding: 20px 0;
  padding-bottom: 0px;
}
.product__info-container:has(.sell-up-products_row) ul.icon-with-text{
  padding-bottom: 20px;
  border-bottom: 0.1rem solid #12121214;
}

.payment_wrapper-inner img {
  width: 100%;
}

.product-form__buttons {
  max-width: unset !important;
}
.product .price--on-sale .price__sale {
  gap: 0px;
  align-items: center;
}
.product-form__submit {
  border-radius: 5px;
}

legend.form__label {
  color: rgba(var(--color-foreground));
}

.product .price__sale * {
  font-family: "Hitmarker";
  display: flex;
}

div#price-template--18344796094635__main {
  margin-top: 0;
}

.product__title h1 {
  font-family: "Hitmarker";
  font-size: 30px;
}

.product__title {
  margin-bottom: 5px;
}

.product span.badge.price__badge-sale.color-scheme-4 {
  display: none;
}
.product_review_wrapper-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_review_wrapper-inner img{
  height: 18px;
}
.icon-with-text--horizontal {
  column-gap: 10px !important;
}
p.product__text.inline-richtext strong {
  font-weight: 200;
}

p.product__text.inline-richtext {
  font-size: 12px;
  color: #0000004d;
}
p.product__text.inline-richtext *{
  color: #0000004d;
}
.payment_wrapper-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.payment_wrapper-item {
  display: flex;
}
.sell-up-products_row .slideshow__control-wrapper button.slider-counter__link {
  padding: 0;
  position: relative;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sell-up-products_row
  .slideshow__control-wrapper
  button.slider-counter__link
  span {
  width: 6px!important;
  height: 6px!important;
  background: #0000001a;
  border: unset;
}

.sell-up-products_row .slideshow__control-wrapper {
  gap: 5px;
}

.sell-up-products_row .slider-counter__link--active:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border: 1px solid;
  top: 0;
  left: 0;
  border-radius: 100px;
}
.sell-up-products_row .slider-counter__link--active span.dot {
  background: black !important;
}
.sell-up-products_row .card__information--reviews{
  display: none;
}
.sell-up-products_row .card__information{
  padding-block: 0px;
}


/* SEARCH INPUT RESULT CSS */
.predictive-search__results-groups-wrapper {
  flex-direction: column;
}

.predictive-search__heading {
  font-family: "Hitmarker";
  color: rgba(var(--color-foreground)) !important;
  font-size: 15px;
  margin: 0 !important;
}

div#predictive-search-results {
  padding: 15px;
}

.predictive-search__results-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.predictive-search__list-item {
  max-width: fit-content;
  background: #0000000d;
}

ul#predictive-search-results-products-list {
  padding-top: 12px;
}

ul#predictive-search-results-products-list .predictive-search__list-item {
  width: 100%;
  max-width: unset;
  background: unset;
}

ul#predictive-search-results-products-list .predictive-search__list-item a {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ul#predictive-search-results-products-list
  .predictive-search__list-item
  a
  img {
  width: 100%;
}

img.predictive-search__image {
  width: 30%;
  height: 100%;
  max-height: 80px;
  max-width: 80px;
  background: #0000000d;
  border-radius: 6px;
}

ul#predictive-search-results-products-list
  p.predictive-search__item-heading.h5 {
  font-size: 14px;
  font-weight: 700;
}

/* CART DRAWER CSS */
h2.drawer__heading {
  font-family: "Hitmarker";
  font-size: 14px !important;
  text-transform: uppercase;
  margin: 0;
}


.drawer__header {
  padding-top: 0 !important;
}

button.drawer__close {
  top: -7px;
}
.drawer__close .svg-wrapper {
  height: 2rem !important;
  width: 2rem !important;
}
cart-drawer-items .swiper-pagination{
  bottom: auto !important;
}
cart-drawer-items .sell-up-products_wrapper-item{
  margin-bottom: 0px;
}
td.cart-item__media {
  max-height: 100%;
  padding: 0px !important;
  background: #0000000a;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #0000000a !important;
  overflow: hidden;
}

td.cart-item__details {
  padding: 0 !important;
}
a.cart-item__name {
  font-weight: 700;
  font-size: 14px;
}
td.cart-item__totals.right {
  padding: 0 !important;
}
.cart-item__price-wrapper .price {
  color: #be1d1d;
  font-weight: 700;
}
.product-option.hide_price {
  display: none;
}
.product-option dd {
  font-weight: 800;
}
td.cart-item__quantity {
  padding: 0 !important;
}
td.cart-item__quantity quantity-input.quantity.cart-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px !important;
  width: auto;
}
.cart-item__quantity quantity-input.quantity.cart-quantity:after {
  content: unset;
}
button.quantity__button {
  max-width: 30px;
  height: 30px;
  border: 2px solid #0000001a;
  border-radius: 6px;
}
.quantity__input {
  max-width: 30px;
  height: 30px;
  border: 2px solid #0000001a;
  border-radius: 6px;
}
.cart-item__quantity-wrapper.quantity-popover-wrapper {
  justify-content: space-between;
}
.cart-remove-button {
  min-width: unset !important;
  min-height: unset !important;
  width: 30px;
  height: 30px;
  border: 2px solid #0000001a;
  border-radius: 6px;
}
tr#CartDrawer-Item-1 {
  padding-top: 12px;
}
.cart__checkout-button {
  border-radius: unset;
}
p.totals__total-value {
  font-size: 14px;
  font-weight: 700;
  color: rgba(var(--color-foreground));
}
.drawer__footer-service-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer__footer-service-col p {
  margin: 0;
}

.drawer__footer-service-col p {
  margin: 0;
  color: #00000080;
  font-size: 14px;
}

.drawer__inner .price__container .price-item{
  font-size: 14px;
}

.drawer__inner span.badge--custom.price__badge-sale{
  font-size: 9px;
}

.drawer__inner .sell-up-products_row .quick-add__submit{
  /* min-width: 20px !important;
  height: 24px;
  min-height: 20px;
  width: 20px; */
}

.drawer__inner s.price-item.price-item--regular, .drawer__inner .cart-item__price-wrapper>*{
  font-size: 14px;
}

.drawer__inner .cart-item__price-wrapper.cart-item-regular span{
  color: #000;
}

.drawer__inner .sell-up-products_item-product .card__heading{
  font-family: inherit;
  font-weight: 600;
}

.drawer__footer-service-col span {
  color: black;
}

.drawer__footer-service-col.service span {
  color: #be1d1d;
}

.drawer-bottom-icons{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-bottom-icons img{
  height: 16px !important;
}
@media (max-width: 800px) {
  .drawer__footer-service-col span{
    font-size: 12px;
  }
}

body.search-active {
  /* position: relative;
    height: 100vh;
    width: 100%; */
  overflow: hidden;
}

body.search-active:after {
  position: fixed;
  content: "";
  top: 0;
  width: 100%;
  height: 100vh;
  background: #0000005c;
  z-index: 2;
}

body.search-active .header-search-bar {
  z-index: 49;
  position: relative;
}

.predictive-search::-webkit-scrollbar {
  display: none;
}

.predictive-search {
  border-radius: 4px;
  margin-top: 2px;
  box-shadow: #0000001a 0 0 5px, #0000001a 0 0 1px;
}

body.search-active input.search__input {
  box-shadow: #0000002e 0 0 5px, #0000001a 0 0 1px;
  background: white;
}
.predictive-search__pages-wrapper {
  display: none !important;
}

.predictive-search__result-group:first-child {
  flex: unset !important;
}
.predictive-search.predictive-search--header {
  max-height: 500px !important;
}


/* MOBILE RESPONSIVE CSS */
@media (max-width: 1050px) {
  .cu-pop-categori-row h1 {
    margin-bottom: 15px !important;
  }
  .collection__title h2.title {
    line-height: 1;
    margin-bottom: 15px !important;
  }
  .custom-wrapper-body {
    padding-top: 0px !important;
  }
  .collection__title.title-wrapper {
    margin-bottom: 0 !important;
  }
  .collection__title.title-wrapper {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 800px) {
  .collection .collection__title {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 400px) {
  h1,
  h2 {
    font-size: 30px !important;
    line-height: 1;
  }
  .summary__title h2 {
    font-size: 14px !important;
  }
  .product__title h1, .section-heading {
    font-size: 24px;
  }
  .form__label, .product-form__submit{
    font-size: 14px;
  }
  .accordion__content *{
    font-size: 12px;
  }
}

/* HEADER MEGA MENU CSS */
.mega-menu__custom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 2fr;
}

.mega-menu__custom .mega-menu__content-menu ul,
.menu-drawer__inner-submenu .mega-menu__content-menu ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.mega-menu__custom .mega-menu__content-menu ul li {
  list-style: none;
  width: 50%;
}

.mega-menu__custom .mega-menu__content-menu ul li a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}
.mega-menu__content-menu.mega-menu__2 ul li {
  width: 100%;
}

.mega-menu__custom .mega-menu__content-menu h3,
.mega-menu__custom .mega-menu__content-images h3 {
  text-transform: uppercase;
  font-family: "Hitmarker Condensed";
  margin-bottom: 15px;
  margin-top: 0;
}
.mega-menu__custom .mega-menu__content-menu a.list-menu__item:before {
  bottom: -3px;
  top: unset;
  height: 1.5px;
}

.mega-menu__custom .mega-menu__content-menu a {
  max-width: fit-content;
}
.mega-menu__custom .mega-menu__content-menu ul {
  row-gap: 15px;
}
.mega-menu__content-menu {
  position: relative;
}

.mega-menu__content-menu:after {
  position: absolute;
  content: "";
  top: -29px;
  height: 100%;
  width: 0.5px;
  background: #00000026;
  right: 0px;
}

.mega-menu__content-menu.mega-menu__2 {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}

.mega-menu__content-images-inner {
  display: flex;
  gap: 10px;
}

.mega-menu__content-images {
  padding: 0 0px 0 30px;
}
.mega-menu__content-images-inner .info-intro-sub-title {
  font-size: 18px;
}

.mega-menu__content-images-inner .info-intro-sub-title img {
  width: 15px;
}
.menu-drawer__inner-submenu a.columns_items-info-btn,
.mega-menu__custom a.columns_items-info-btn {
  font-size: 12px;
  min-height: 32px;
  padding: 0 10px !important;
}
@media (max-width: 1000px) {
  .menu-drawer__inner-submenu .mega-menu__content-menu ul li {
    list-style: none;
    width: 100%;
  }
  .menu-drawer__inner-submenu .mega-menu__content-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 14px;
  }
  .menu-drawer__inner-submenu .mega-menu__content-menu h3,
  .menu-drawer__inner-submenu .mega-menu__content-images h3 {
    text-transform: uppercase;
    font-family: "Hitmarker";
    margin-bottom: 15px;
    margin-top: 0;
  }
  .mega-menu__content-menu,
  .mega-menu__content-images {
    padding: 0 16px !important;
  }
  .mega-menu__content-menu {
    margin-bottom: 15px;
  }
  .menu-drawer__inner-submenu .cu-pop-categori-columns_items {
    width: 100%;
    min-width: 70%;
    max-height: 270px;
  }
  .menu-drawer__inner-submenu .mega-menu__content-menu ul {
    row-gap: 6px;
  }
  .mega-menu__custom .mega-menu__content-menu a.list-menu__item:before {
    content: unset !important;
  }
  .mega-menu__content-images-inner {
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  .cu-pop-categori-columns_items {
    scroll-snap-align: start;
  }
  .header-wrapper svg.icon.icon-close {
    width: 40px;
    height: 31px;
  }
}

span.add_to_card-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

span.add_to_card-wrapper-text {
  /* font-family: "Inter"; */
  font-size: 13px;
}
.quick-add__submit {
  max-width: 46px;
  transition: unset;
}

span.add_to_card-wrapper-text {
  display: none;
}

/* .card__content__btn .quick-add__submit:hover {
  max-width: unset;
} */

.quick-add__submit:hover span.add_to_card-wrapper-text {
  color: white;
  display: block;
  transition: 0.3s ease;
  width: 100%;
  opacity: 1;
}

span.add_to_card-wrapper svg {
  width: 24px !important;
  min-width: 24px;
}
.quick-add__submit .add_to_card-wrapper-text {
  white-space: nowrap;
}
.quick-add__submit {
  overflow: hidden;
}
@media (max-width:1250px){
  .price--on-sale .price__sale {
      flex-wrap: unset!important;
  }
  .price__container {
      flex-wrap: wrap;
      gap: 5px;
  }
  a.cu-review__btn-right.button {
      font-size: 10px;
  }
  .cu-review__btn-left {
      font-size: 11px;
  }
  .cu-review__btn-left-icon {
      width: 30px;
      height: 30px;
  }
}
@media screen and (max-width: 1100px) {
    header-drawer {
        display: block!important;
    }
    h1.header__heading, .header__heading-link {
        width: 100%!important;
    }
    .header__heading-logo-wrapper {
        display: flex;
        justify-content: center;
    }
}
@media (max-width:800px){
  .ann-top-reviews-bar-text.h5 {
      font-size: 10px!important;
  }
  .ann-top-reviews-bar-text p{
    margin: 0;
  }
  .card__content__btn{
    right: 4px;
    bottom: -4px;
  }
}
/* POPULAR CATEGORY SECTION CSS */

  .cu-pop-categori-row h1 {
      text-align: center;
      font-family: 'Hitmarker';
      margin: 0;
      margin-bottom: 40px;
      line-height: 1;
      color: black;
  }
  .cu-pop-categori-row h1 {
      font-size: 48px;
  }
  .cu-pop-categori-columns_items {
      /* width: calc(100% / 4 - 10px); */
      position: relative;
      display: flex;
  }

  .categori-columns_items-image img {
      width: 100%;
  }

  .categori-columns_items-image {
      width: 100%;
      display: flex;
  }
  .cu-review-box-row ul {
      padding-top: 20px;
  }

  .categori-columns_items-info {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
  }

  .columns_items-info-intro {
      display: flex;
      flex-direction: column;
  }

  .info-intro-sub-title {
      display: flex;
      color: rgba(var(--color-button), var(--alpha-button-background));
      font-family: Hitmarker Condensed;
      gap: 4px;
      font-size: 24px;
      justify-content: center;
    line-height: 1.2;
  }
  h2.info-intro-title {
      font-family: Hitmarker;
      text-align: center;
      font-size: 48px;
      margin: 0;
      line-height: 1;
  }
  .cu-pop-categori-row .slider-counter__link span.dot {
      background: #0000001A;
  }

  .cu-pop-categori-row .slider-counter__link--active span.dot {
      background: black!important;
  }

  .cu-pop-categori-row .slideshow__control-wrapper {
      margin-top: 10px;
  }
  @media (max-width:1200px){
    h2.info-intro-title {
      font-size: 30px;
    }
  }
  @media (max-width:1050px){
    .cu-pop-categori-{{ section.id }} {
        padding-top: {{ section.settings.padding_top_m }}px;
        padding-bottom: {{ section.settings.padding_bottom_m }}px;
    }
    /* .cu-pop-categori-columns {
        flex-wrap: unset;
        overflow: auto;
    }
    .cu-pop-categori-columns_items {
        width: 100%;
        min-width: 60%;
        white-space: nowrap;
    } */
    .categori-columns_items-info {
        height: 90%;
        padding: 0px;
        margin: auto;
        bottom: 0;
    }
    .info-intro-sub-title {
        font-size: 14px;
    }
  }
  @media (max-width:600px){
    /* .cu-pop-categori-columns_items {
        min-width: 85%;
    } */
  }
  @media (max-width:350px){
    h2.info-intro-title {
      font-size: 25px;
    }
  }


/* PRODUCT PAGE CSS */
@media (max-width:1150px){
  .product {
      FLEX-DIRECTION: COLUMN;
  }
  
  .grid__item.product__media-wrapper {
      width: 100%!important;
      max-width: 100%!important;
  }
  .cu-review-box-row ul {
      padding-top: 0!important;
  }
  .product__info-wrapper {
      width: 100%!important;
      max-width: 100%!important;
      padding: 0!important;
  }
  
  .product__info-container {
      max-width: unset!important;
  }
  .sell-up-products_wrapper-item {
      width: 100% !important;
  }
}
td.cart-item__totals.right {
    display: none;
}

td.cart-item__price-wrapper {
    padding-top: 0!important;
    color: #BE1D1D;
    font-weight: 600;
}
span.badge.price__badge-sold-out {
    /* position: absolute; */
    top: 0;
    right: 0;
    border: 2px solid #be1d1d;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 6px;
    font-size: 13px;
    color: #be1d1d;
    font-weight: 700;
    background: transparent!important;
}

.price.price--sold-out {
    position: relative;
    max-width: 320px;
  display: flex;
  align-items: center;
}
div#collection-pagination a {
    gap: 4px;
}
.facets-container * {
    color: black;
}
@media (min-width: 900px) and (max-width: 1300px) {
  .newsletter-form__field-wrapper .field {
      flex-direction: column;
  }

  .newsletter-form__field-wrapper .field button#Subscribe {
      width: 100%;
  }
}
@media (max-width:600px){
  .drawer__inner {
      width: 100% !important;
  }
  .quick-add__submit .add_to_card-wrapper-text {
      white-space: unset !important;
      /* display: none !important; */
  }
}
@media (min-width:1000px){
  .mega-menu__custom .mega-menu__content-menu h3, .mega-menu__custom .mega-menu__content-images h3 {
      font-size: 24px;
      letter-spacing: 2px;
  }
}


/* FONT SIZE UPDATES */
.list-menu__item {
    /* font-size: 16px; */
}
.banner__text-wrapper {
    font-family: 'Hitmarker';
    color: white;
    font-size: 40px;
    margin: 0 !important;
    line-height: 1;
}
@media (max-width:400px){
  .banner__text-wrapper {
      font-size: 22px;
  }
  .list-menu__item, .footer-block__details-content.rte p{
    font-size: 12px;
  }
}

.custom-product-media {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.custom-product-media img {
    width: 100%;
    height: auto;
}

.custom-product-media .grid__item {
    padding-bottom: 0!important;
    display: flex;
}

.custom-product-media .grid {
    margin: 0!important;
}
.custom-product-media .grid {
    gap: 0;
}

.custom-product-media .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: rgb(0 0 0);
}

.custom-product-media .slider-counter__link--dots .dot {
    border: .1rem solid rgb(0 0 0 / 50%);
}

.custom-product-media .slider-button--prev {
    top: 150px;
    right: unset;
    left: 0;
}

.custom-product-media .slider-button--next {
    top: 150px;
    right: 0!important;
}

.custom-product-media .slider-buttons {
    z-index: 999;
}
/* .custom-product-media .media,
.custom-product-media .media img {
    position: unset !important;
} */
.card__inner .media {
    padding-top: 0 !important;
}
/* thumbnails */
@media screen and (min-width: 750px) {
  .vertical-thumbnails {
      display: flex!important;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      justify-content: space-between;
  }
  
  .vertical-thumbnails .main_gallery-wrapper {
      width: calc(100% - 120px);
  }
  
  .vertical-thumbnails .thumbnail-slider {
      width: 100px;
      flex-direction: column;
  }
  
  .vertical-thumbnails .thumbnail-list.slider.slider--tablet-up {
      flex-direction: column;
      width: 100%;
      padding: 0 !important;
      overflow-y: auto;
      max-height: max(500px, calc(100vh - 170px));
      scroll-snap-type: y mandatory;
      gap: 8.2px;
  }
  .vertical-thumbnails .thumbnail-list .thumbnail-list__item {
      width: 100% !important;
  }
  .vertical-thumbnails .thumbnail-slider .slider-button {
      display: none!important;
  }
}

.sell-up-products_row .slider-button {
    position: unset;
}
.sell-up-products_row .quick-add__submit:hover {
    max-width: 48px!important;
    padding: .8rem;
}
.sell-up-products_row .quick-add__submit:hover .add_to_card-wrapper-text {
    display: none;
}
.cart-item__price-wrapper {
    text-align: right;
}
.sell-up-products_row .card__inner {
    overflow: hidden;
}


.custom-product-media button.cu-arrow {
    position: absolute;
}
.custom-product-media .slider-counter {
    position: absolute;
    bottom: 7%;
    left: 10px;
  display: none;
}

.custom-product-media .slider-counter button.slider-counter__link {
    padding: 0;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.custom-product-media  button.cu-arrow {
    border: unset;
}

.custom-product-media .slider-counter button.slider-counter__link span.dot {
    background: #0000001A;
    border: unset;
    width: 7px!important;
    height: 7px!important;
}

.custom-product-media .slideshow__control-wrapper {
    gap: 4px;
}

.custom-product-media .slider-counter .slider-counter__link--active span.dot {
    background: black!important;
}

.custom-product-media .slider-counter__link--active:after {
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}
.custom-product-media button.cu-arrow svg path {
    fill: black;
}

.custom-product-media button.cu-arrow svg {
    width: 12px;
    height: 12px!important;
}
h2.product-count__text.text-body {
    font-size: 14px !important;
}
button.cu-arrow[disabled="disabled"] {
    opacity: 0.7;
}
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
    transform: unset!important;
}
.custom-product-media button.cu-arrow {
    top: 0!important;
    bottom: 0;
    margin: auto;
}

.custom-product-media button.cu-arrow.slider-button.slider-button--prev {
    left: 0;
    right: unset!important;
}

.custom-product-media button.cu-arrow.slider-button.slider-button--next {
    left: unset;
    right: 0!important;
}
@media (max-width: 800px) {
    .custom-product-media button.cu-arrow {
        display: flex !important;
    }
}
.sell-up-products_wrappper .sell-up-products_row {
    background: transparent;
    padding: 0;
}

.sell-up-products_wrappper {
    background: #0000000A;
    padding: 5px 15px;
    border-radius: 8px;
}

.sell-up-products_wrappper ul#Slider-sell {
    margin: 0;
}

.sell-up-products_wrappper h3.wrapper-title {
    text-transform: uppercase;
    margin-block: 14px;
    font-family: 'Hitmarker Condensed';
    font-size: 20px;
}
.bread_crambs_wrapper {
    max-width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    color: #00000066;
}

.bread_crambs_wrapper strong {
    color: black;
  font-weight: 400;
}

.bread_crambs_wrapper *{
  font-size: 12px;
}

h1.collection-hero__title {margin-top: 0;}

.collection-hero__text-wrapper {
    margin-top: 40px;
}
.bread_crambs_wrapper a {
    text-decoration: none;
    color: inherit;
}
.drawer__footer .payment_wrapper {
    margin-top: 15px;
}
.cu-pop-categori-row slider-component {
    padding: 0;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100%!important;
}
.newsletter button#Subscribe {
    min-width: 220px;
    font-size: 14px;
    padding-left: 7px;
}
.newsletter-form__field-wrapper label.field__label {
    color: white;
}
.newsletter__wrapper h2 {
    font-family: 'Hitmarker';
    text-transform: uppercase;
    margin: 0 auto;
}
.newsletter__subheading p {
    color: #BCBCBC;
    font-family: sans-serif;
    margin: 0 auto;
}
@media screen and (min-width: 801px) {
    .newsletter-form {
        max-width: 60rem!important;
    }
    .newsletter__wrapper h2 {
      font-size: 50px;
      max-width: 70%;
  }
  .newsletter__subheading p {
      max-width: 80%;
  }
}
@media (max-width:800px){
  .newsletter .field {
      flex-direction: column;
  }
  .newsletter button#Subscribe {
      width: 100%;
  }
  .mega-menu__content-menu.mega-menu__1 {
      margin-top: 10px;
  }
}

.slideshow__controls {
    border: unset!important;
}
.slider-counter__link--dots .dot {
    border: unset !important;
    background: #E6E6E6;
}
.quick-add__submit:hover {
  max-width: 200px!important;
  padding: 1.1rem 1.5rem 0.7rem;
}
@media only screen and (min-device-width: 990px) and (max-device-width: 1400px) {
    .cu-review-box-row .grid--4-col-desktop .grid__item {
        width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4)!important;
        max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4)!important;
    }
    .cu-review-box-columns_items-inner {
        padding: 14px !important;
    }
    .cu-review__btn-left {
        font-size: 10px!important;
    }
}

.mega-menu__content-images-inner .cu-pop-categori-columns_items {
    width: calc(100% / 3);
    max-width: 220px;
}
.thumbnail[aria-current] {
    box-shadow: unset!important;
}
.thumbnail {
    border-radius: 8px;
    overflow: hidden;
}

a.columns_items-link {
    display: flex !important;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media (max-width:1300px){
  .cu-review-box-row button.cu-arrow {
      display: none;
  }
  .collection button.cu-arrow {
      display: none;
  }
  
  .custom-product-media button.cu-arrow.slider-button {
      display: flex;
  }
}

li.icon-with-text__item img {
    max-width: 20px;
}
.custom-product-media .slideshow__control-wrapper {
    display: flex;
}
@media screen and (max-width: 800px) {
    .product .grid--peek.slider .grid__item:first-of-type {
        margin-left: 1.5rem !important;
    }
    .cu-multi-collection-buttons {
        margin-bottom: 15px;
    }
}
@media (max-width:350px){
  .sell-up-products_row {
      background: #0000000A;
      padding: 5px 6px !important;
  }
}
.cu-multi-collecion-body button.cu-arrow {
    display: none;
}
.card__media {
    flex: 0 0 100%;
    max-width: 100%;
}

/* new changes */

.grid.swiper-wrapper {
    column-gap: 0;
    flex-wrap: unset;
}

.grid.swiper-wrapper{
  margin-bottom: 0.5rem;
}

.swiper-button-next, .swiper-button-prev {
    top: 23px;
    border: 1px solid #0000001A;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: relative;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black;
}
.swiper-button-next {
    right: 19%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: unset;
}

.swiper-button-next svg {
    transform: rotate(266deg);
}

.swiper-button-next svg path, .swiper-button-prev svg path {
    fill: black;
}
.swiper-button-prev {
    right: 23%;
    left: unset;
}

.swiper-button-prev span svg {
    transform: rotate(-266deg);
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.swiper-pagination {
    bottom: 20px!important;
  position: relative;
}
.sell-up-products_row .swiper-button-next, .sell-up-products_row  .swiper-button-prev {
    display: none;
}
span.swiper-pagination-bullet {
    opacity: 1;
    background: #E6E6E6;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: #000;
}
.swiper-pagination-progressbar,
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  border-radius: 999px;
  overflow: hidden;
}

.cu-review-box-row span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black;
}
.cu-review-box-row .swiper-wrapper {
    margin-bottom: 40px;
}

.cu-review-box-row span.swiper-pagination-bullet {
    background: #424242;
}

.cu-review-box-row span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5BFE24;
}
.cu-review-box-row .swiper-button-next svg path, .cu-review-box-row .swiper-button-prev svg path {
    fill: white;
}
.cu-review-box-row .swiper-button-next {
    right: 0;
}
.cu-review-box-row .swiper-button-prev {
    right: 4%;

}
.cu-review-box-row .swiper-button-next, .cu-review-box-row .swiper-button-prev
 {
    border: 1px solid #747474cc;
    top: 53px;
}
.sell-up-products_wrappper .sell-up-products_row {
    padding-bottom: 15px;
}
.sell-up-products_wrappper {
    margin-block: 20px;
}
.sell-up-products_wrappper .card__information--reviews{
  display: none;
}
.sell-up-products_wrappper .card--standard .card__inner{
  width: 88px;
}
.sell-up-products_wrappper .sell-up-products_item-product{
  margin-top: 10px;
}
.sell-up-products_wrappper .sell-up-products_item-product:first-child{
  margin-top: 0px;
}
.sell-up-products_wrappper .card__information{
  padding: 0px;
}
.product .sell-up-products_row .swiper-pagination {
    bottom: 0!important;
}
.product .sell-up-products_wrapper-item {
    margin-bottom: 0;
}
.cu-review-box-row span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #5BFE24;
    border-radius: 50%;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}

.cu-review-box-row span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.cu-review-box-row .swiper-pagination {
    bottom: -5px !important;
}
@media (max-width:1200px){
  .swiper-button-next, .swiper-button-prev {
      display: none;
  }
}
.sell-up-products_wrapper-item {
    margin-bottom: 20PX;
}
@media (max-width:800px){
  .card__information--reviews span {
      max-width: 55px!important;
  }
  .card__information--reviews {
      font-size: 10px!important;
    display: none;
  }
  span.price-item {
      font-size: 12px!important;
  }
  s.price-item.price-item--regular {
      font-size: 12px!important;
  }
  .sell-up-products_row .card__inner {
      max-width: 70px!important;
  }
  .price__sale span{
    display: flex;
  }
}
.product__tax{
  display:none;
}
.product__info-container>*+*:has(.price){
  /* margin-top: -8px; */
}
h2.totals__total {
  font-size: 14px !important;
}
.drawer__footer-service-col span,
.drawer__footer-service-col p{
  font-size: 12px;
}
.shopify-policy__container{
  margin-bottom: 50px;
}
.drawer-ann-top-reviews-bar{
  margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    color: #000;
    justify-content: center;
}
.drawer-ann-top-reviews-bar img{
  height: 18px;
}
#gowishBlueButton{
  margin-top: -5px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  height: 45px;
  font-size: 15px;
  padding-right: 55px;
  font-family: 'Hitmarker';
  letter-spacing: inherit;
}
@media (max-width: 767px) {
  #gowishBlueButton{
    font-size: 12px;
    padding-right: 40px;
  }
}

/* .ast-cart.ast-open{
  display: none !important;
}
body cart-drawer{
  display: flex !important;
} */

.announcement-wrapper {
  overflow: hidden;
  white-space: nowrap;
  background-color: #000; /* Adjust as needed */
  color: #fff;
}

.announcement-track {
  display: inline-flex;
  animation: scroll-right 40s linear infinite;
  gap: 20px;
}

.announcement-item {
  display: inline-flex;
  align-items: center;
  padding: 0 2rem;
  white-space: nowrap;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.announcement-track p.announcement-bar__message.h5 {
    width: fit-content;
    min-width: fit-content;
}
@media (min-width:1100px){
  .mobile-announement { 
    display: none;  
  }
}

.card .card__inner .card__media {
    overflow-x: auto!important;
}
.collection-hero__description {
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
    /* margin: 0 !important; */
}
.collection-hero__description.expanded {
    display: block;
}
button.image-with-text-button {
    display: flex;
    padding-block: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: transparent;
    color: #000;
    padding-inline: 0px;
    font-size: 16px;
    justify-content: center;
    width: 100%;
      margin-bottom: 15px;
}
button.image-with-text-button:hover{
  color: #ccc;
}
.collection-bottom-description {
    padding-bottom: 30px;
}