/** Shopify CDN: Minification failed

Line 65:43 Expected ":"

**/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  left: 0;
  top: 0;
}
.header,
.header-tool__links {
  --page-width: 3000px;
}
.header-tool__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-tool__links a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.mega-menu .mega-menu__content {
  display: none;
  /* background: #f2f1f0 */
}
.mega-menu:hover .mega-menu__content {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
  display: block;
  border-top: 1px solid currentColor;
}
details[open] > .header__menu-item .icon-caret {
  display: none;
}
details[open] > .header__menu-item {
  text-decoration: none;
}
.mega-menu__content {
  background: #f2f1f0;
}
.mega-menu:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
  left: 0;
}
.headerBox {
  display: flex;
}
.announcement-bar__message {
  font-size: 0.9em;
}
.announcement-bar__link:hover {
  text-decoration: none;
  color: rgba(var(--color-foreground), 1);f
}
.header__menu-item {
  text-transform: uppercase;
  /* font-size: 1.8rem;
    letter-spacing: 0.1rem; */
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.header__icon .icon,
.header__icon--cart .icon {
  height: 3rem;
  width: 3rem;
}
.cart-count-bubble {
  bottom: 0.3rem;
  left: 2.5rem;
}
.section-header:not(.scrolled-past-header) .header--overlay {
  background: transparent;
  --color-foreground: 255, 255, 255;
}
.icon-with-text__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  --page-width: 1200px;
}
.icon-with-text__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 25%;
  flex-wrap: wrap;
}
.icon-with-text__item img {
  max-width: 25px;
  height: auto;
  display: block;
}
.icon-with-text__item p {
  text-transform: uppercase;
  margin: 0;
  line-height: normal;
}
.newsletter-form {
  max-width: 100% !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 50rem !important;
  margin: 0 auto;
}
.newsletter-form__field-wrapper .field__label {
  /* top: calc(1.5rem + var(--inputs-border-width)); */
}
.newsletter-form__field-wrapper .field__input {
  /* min-height:56px; */
  background: transparent;
}
.newsletter-form__field-wrapper button#Subscribe {
  /* position: absolute;
    right: 0;
    top: 0;
    min-height: inherit;
    height: 100%; */
}
.field__label svg {
  position: relative;
  top: 3px;
}
.field__input:focus ~ .field__label svg {
  width: 10px;
  top: 4px;
}
.footer-block__newsletter .rte {
  margin-bottom: 20px;
}
.footer-block__newsletter .newsletter-form__field-wrapper {
  /* max-width: 100% !important; */
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-block__brand-info .rte {
  max-width: 400px;
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.card__heading {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: 700;
}
.featured-coll__tabs-content {
  position: relative;
}
.featured-coll__tabs {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto 5rem;
}
.featured-coll__tabs a {
  display: block;
  text-decoration: none;
  outline: 0;
  color: rgba(var(--color-foreground), 1);
  border: 1px solid rgba(var(--color-button), var(--alpha-button-background));
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  padding: 10px 20px;
  line-height: normal;
  /* flex: 1 1; */
}
.featured-coll__tabs a:first-child {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.featured-coll__tabs a:last-child {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}
.featured-coll__tabs a.activeTab--cell {
  background: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  border-color: rgba(var(--color-button), var(--alpha-button-background));
}
.featured-coll__tabs-content > div {
  display: none;
}
.featured-coll__tabs-content > div.activeTab--cell_block {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid currentColor;
  color: #000;
  background: #fff;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  transform: translateY(-50%);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #000;
  /* color: #FFF; */
  border-color: #000;
}
.swiper-button-next {
  right: 40px;
}
.swiper-button-prev {
  left: 40px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem;
}
.product-grid .card__heading {
  letter-spacing: 0;
  text-transform: uppercase;
}
.grid_block_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.grid_block-1 {
  grid-area: 1 / 1 / 3 / 2;
}
.grid_block-2 {
  grid-area: 1 / 2 / 2 / 3;
}
.grid_block-3 {
  grid-area: 2 / 2 / 3 / 3;
}
.grid_block_item {
  position: relative;
}
.grid_block_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid_block_item-overlay {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  right: 0;
  width: 100%;
}
.grid_block_item-overlay h2 {
  color: #fff;
  margin: 0 0 2rem;
  text-shadow: 0px 0px 6px rgb(0, 0, 0, 0.5);
}
.grid_block_item-overlay a.button.button--secondary {
  background: transparent;
}
.scrolling-text {
  overflow: hidden;
  font-weight: 500;
  --move-speed: 250s;
}
.scrolling-text__inner {
  visibility: visible;
  white-space: nowrap;
  display: inline-flex;
  margin: 0.35em 0;
  animation: scrolling-text var(--move-speed) linear infinite;
  animation-play-state: running;
  gap: 3rem;
}
.scrolling-text__inner--right {
  transform: translateX(-50%);
  animation: scrolling-text-right var(--move-speed) linear infinite;
}
.scrolling-text span {
  white-space: nowrap;
}
.scrolling-text__inner span {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 12px;
  font-weight: 700;
}
@keyframes scrolling-text {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scrolling-text-right {
  0% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.button,
.button-label,
.shopify-challenge__button,
.customer button {
  text-transform: uppercase;
}
.header__icon--account-active {
  width: auto;
  margin-left: 10px;
}
.header__icon--account-active account-icon {
  align-items: center;
  gap: 10px;
}
.drawer__heading .totals > h2,
h2.footer-block__heading {
  text-transform: uppercase;
}
.title-wrapper,
.related-products__heading {
  /* text-align: center; */
}
.title-wrapper-with-link {
  /* text-align: center;
    justify-content: center; */
}
.mega-menu__list {
  text-align: left;
}
.swym-add-to-wishlist .icon.icon-accordion {
  fill: currentColor;
  vertical-align: middle;
}
.product-card-wrapper .wishlist-engine {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  font-size: 20px;
}
.product-card-wrapper .wishlist-engine .wishlist-engine-button {
  background: transparent !important;
}
.wishlist-button-border {
  /* max-width: 44rem; */
  width: 100%;
}
.swym-header-launcher {
  display: flex;
  align-items: center;
}
.wishlist-page-widget svg.icon {
  width: 2.5rem;
  height: 2.5rem;
}
.wishlist-page-widget svg.icon path {
  stroke-width: 1.5px;
}

.scrolled-past-header .header-tool__links {
  display: none;
}
.multicolumn-card > a {
  text-decoration: none;
}
.product-view {
  margin: 0 0 0.5rem 3.5rem;
}
.product-count.light {
  display: none;
}
.product-view {
  grid-column-start: 4;
}
div#toggleView {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 3px;
}
div#toggleView span {
  display: inline-block;
  width: 8px;
  height: 10px;
  border: 1px solid currentColor;
}
div#toggleView span.active {
  background: currentColor;
}
div#toggleView:hover span:not(.active) {
  background: currentColor;
  opacity: 0.5;
}
div#toggleView span.view1,
div#toggleView span.view2,
div#toggleView span.view3 {
  background: currentColor;
}
div#toggleView span.view1:nth-child(2),
div#toggleView span.view1:nth-child(3),
div#toggleView span.view2:last-child {
  background: transparent;
}
.product-card-wrapper .card__heading a:after {
  bottom: inherit;
}
.collection_swatches {
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  z-index: 9;
}
.collection_swatches a {
  width: 40px;
  height: 40px;
  border: 1px solid #9ca3af;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.collection_swatches a:not(:last-child) {
  border-right: 0;
}
a.coll-swatch.coll-swatch-sold {
  color: #9ca3af;
  border-color: currentColor;
  pointer-events: none;
}
.collection_swatches a.coll-swatch.coll-swatch-sold:after {
  content: "";
  width: 1px;
  height: 100px;
  transform: rotate(45deg);
  background: #9ca3af;
  position: absolute;
}
.collection_swatches:after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 2rem;
  top: -15px;
  font-weight: 400;
  cursor: pointer;
}
.collection_swatches a {
  display: none;
}
.collection_swatches:hover a {
  display: flex;
}
.collection_swatches:hover {
  /* background: #f3f3f3; */
  height: auto;
}
.collection_swatches:hover:after {
  display: none;
}
.product-form__input--pill input[type="radio"] + label {
  border-radius: 0px !important;
}
.product__info-wrapper,
.customer .field,
.customer .button {
  --buttons-radius-outset: 0;
  --inputs-radius: 0;
  --buttons-radius: 0;
}
.disocunt-parent-div {
  display: flex;
  flex-direction: column;
}
.disocunt-parent-div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.disocunt-parent-div > div > div > p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
}
.header__right-menu {
  grid-area: icons;
  text-align: right;
}
.header__right-menu .cart-count-bubble {
  position: static;
  display: flex;
  width: auto;
  height: auto;
  background: transparent;
  color: inherit;
  font-size: inherit;
}
.header__right-menu a#cart-icon-bubble .icon {
  display: none;
}
.header__right-menu a#cart-icon-bubble > span.visually-hidden {
  position: static !important;
  width: auto;
  height: auto;
  margin: 0;
  clip: inherit;
}
.header__right-menu a#cart-icon-bubble .cart-count-bubble:before {
  content: "(";
}
.header__right-menu a#cart-icon-bubble .cart-count-bubble:after {
  content: ")";
}
.product--stacked .product__media-item {
  max-width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
cart-note.cart__note.field {
  --inputs-radius-outset: 0;
  --inputs-radius: 0;
}
.cart-item__quantity quantity-input.quantity.cart-quantity {
  transform: scale(0.7);
  transform-origin: left;
}
.cart-item__quantity-wrapper {
  justify-content: space-between;
}
.cart__progress-bar-wrapper {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  margin-bottom: 20px;
}
.cart__progress-complete {
  color: #468847;
}
.collection__title.page-width {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection__title .title {
  margin: 0 !important;
}
.collection__title .link-with-icon {
  margin: 0px;
  gap: 5px;
  text-transform: uppercase;
}
.collection__title .link-with-icon .icon {
  transition: transform 0.5s ease;
}
.collection__title .link-with-icon:hover .icon {
  transform: rotate(180deg);
}
#shopify-section-template--22946278605105__multicolumn_cxJe9j .page-width {
  max-width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#shopify-section-template--22946278605105__multicolumn_cxJe9j
  .page-width
  .title-wrapper-with-link,
.related-products__heading,
.recently-viewed-heading,
.collection-hero__inner,
aside#main-collection-filters {
  padding: 0 5rem;
}
.overlay-cont_multi {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  padding: 10px 20px !important;
  background-color: #fff;
  text-align: center;
}
.overlay-cont_multi h3 {
  color: #000;
  font-weight: 400;
  font-size: 13px;
}
.footer-block__details-content .list-menu__item--link {
  text-transform: uppercase;
}
.footer-block__brand-info p {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1rem;
}
.wishlist-header {
  display: none !important;
}
.headerwishlist {
  justify-content: center !important;
}
.header__inline-menu .search-modal {
  top: 100%;
  border-top: 1px solid currentColor;
  --inputs-border-width: 0;
}
.header__inline-menu .search-modal__form {
  max-width: 100%;
}
.header__inline-menu .search__button {
  position: static;
  order: -1;
}
.header__inline-menu .reset__button {
  right: 0px;
}
.header__inline-menu .field__input {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.8rem 1.5rem 0.8rem 2rem;
}

.header__inline-menu .field__label {
  display: none;
}
.header__inline-menu .field__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6b6b6b;
  opacity: 0.9;
}
.header__inline-menu .field__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b6b6b;
  opacity: 1;
}
.header__inline-menu .field__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6b6b6b;
  opacity: 1;
}
.header__inline-menu .field__input:-moz-placeholder {
  /* Firefox 18- */
  color: #6b6b6b;
  opacity: 1;
}
.search-modal__content {
  /* padding:0px; */
}
.card-information > .price {
  color: rgb(var(--color-foreground), 0.65) !important;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.collection__view-all .link {
  text-decoration: none;
  text-transform: uppercase;
}
.collection__view-all .link:hover {
  text-decoration: underline;
}
#MegaMenu-Content-1 .mega-menu__list {
  /* display: block !important; */
  /* column-count: 3; */
  /* max-width: 1180px;
  margin: 0; */
}
ul.mega-menu__list.page-width.megamenu-with--image li:last-child {
    flex: 1;
}
ul.mega-menu__list.page-width.megamenu-with--image {
    display: flex
;
}
.mega-menu__link {
  font-size: 1.2rem;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.footer .scrolling-text {
  padding: 0 0 4rem;
}
.footer .scrolling-text__inner span {
  font-size: 14px;
}
.product__title > * {
  text-transform: uppercase;
  font-size: 1.9rem;
}
.price {
  text-transform: uppercase;
  letter-spacing: 0px;
}
.related-products,
.recently-viewed-grid,
.collection {
  padding: 0 1.5rem;
}
aside#main-collection-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h1.collection-hero__title sup {
  font-size: 0.7em;
  font-weight: normal;
  vertical-align: super;
  color: #555;
  margin-left: 5px;
}
.full-width-navbar-container {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.collection-navbar {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-link {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.navbar-link:not(.active) {
  text-decoration: none;
}
.navbar-link.active {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.navbar-link:hover {
  text-decoration: underline !important;
}
.navbar-wrapper .navbar-link:first-child {
  padding-left: max(3rem, 50% - 100%/ 2);
}
.shiptaxinfo-title {
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: black;
  margin: 0;
}
.shiptaxinfo-title-content {
  display: flex;
  align-items: center;
  color: white;
}
.shiptaxinfo-flag-icon {
  height: 12px;
  margin-left: 8px;
  border-radius: 1px;
}
.shiptaxinfo-content {
  padding: 10px;
  border: solid 1px black;
  background-color: white;
}
.shiptaxinfo-item {
  display: flex;
  align-items: flex-start;
}
.shiptaxinfo-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  padding-top: 0;
}
.shiptaxinfo-hr {
  border: none;
  border-top: 1px solid #d5d5d5;
  margin: 10px 0;
}
.product__info-container {
  padding: 0 1.5rem;
}
.menu-drawer__utility-links .menu-drawer__account {
  margin-right: 2rem !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.wishlist-h-count.wishlist-total-count[data-total="0"] {
  display: none;
}
.menu-drawer__menu-item {
  text-transform: uppercase;
  font-size: 1.2rem !important;
  font-weight: 700;
}
.wishlist-page-widget .wishlist-total-count {
  text-indent: -999999px;
  width: 8px !important;
  height: 8px !important;
}
.headerBox .icon.icon-close {
  width: 1.6rem;
  height: 1.6rem;
}
.mobile-facets__heading,
.mobile-facets__count,
.accordion__title {
  text-transform: uppercase;
}
.mobile-facets__summary {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.menu-drawer__localization.header-localization {
  border-top: 1px solid;
}
html,
body {
  /* overflow-x:hidden !important; */
}
.menu-drawer__products {
  padding: 0 3rem;
  width: 100%;
  z-index: 0;
}
.menu-drawer__products .product-card-wrapper .wishlist-engine {
  right: 5px;
  top: 5px;
}
.accordion summary .icon-plus {
  position: absolute;
  height: 1rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}
.featured-mega_img {
  padding-bottom: 150%;
  position: relative;
}
.featured-mega_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.featured_mega-wrrap > div {
  flex: 1;
}
.featured-mega p {
  text-transform: uppercase;
}
.featured_mega-wrrap {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.cart_drawer-payment ul {
  justify-content: center;
  padding-top: 1rem;
}
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  font-size: clamp(10px, 2.5vw, 16px);
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 5px;
  transition: opacity 0.3s ease;
}
button#backToTop img {
    width: 20px;
    height: 20px;
    object-fit: cover;
  display: block;
}
#backToTop:hover {
  /* background-color: #444; */
}
.scrolling-text {
  --move-speed: 400s !important;
}
.card_media-slider img {
  width: 100%;
  height: auto;
}
.ctm-card {
  display: block !important;
}
.ctm-card_slid-img  .media--transparent {
    position: relative;
    padding-bottom: 125%;
}
.ctm-card_slid-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.card_slider-wrrap {
  position: relative;
}
.card_slider-wrrap .swiper-pagination {
  display: flex;
  padding-left: 10px;
  padding-bottom: 10px;
}
.card_slider-wrrap .swiper-pagination-bullet-active {
  background: #80808036;
}
.card_slider-wrrap .swiper-pagination-bullet {
  margin: 2px !improtant;
}
.card_slider-wrrap .swiper-button-next,
.card_slider-wrrap .swiper-button-prev {
  border: 0;
  background: transparent;
  opacity: 0;
}
.card_slider-wrrap .swiper-button-next,
.card_slider-wrrap .swiper-button-prev {
  border: 0;
  background: transparent;
}
.product-card-wrapper .swiper-button-next,
.product-card-wrapper .swiper-button-prev {
  opacity: 0 !important;
}
.product-card-wrapper:hover .swiper-button-next,
.product-card-wrapper:hover .swiper-button-prev {
  opacity: 1 !important;
  transition: 0.5s ease-in-out;
}
.card_slider-wrrap .swiper-button-prev {
  left: 10px;
}
.card_slider-wrrap .swiper-button-next {
  right: 10px;
}
.swiper-slide {
  background: #fff;
}
.product .price .price-item {
    letter-spacing: normal;
}
.collection .slider-buttons {
    position: absolute;
    top: 40%;
    justify-content: space-between !important;
    width: 100%;
}
.collection  .slider-button .icon {
    height: clamp(1rem, 30vw, 1rem);
}
.collection .slider-button[disabled] svg path {
    fill: #ffffff78;
}
button.slider-button.slider-button--prev, button.slider-button.slider-button--next {
    z-index: 1;
} 
.collection .slider-button {
    border: 0;
    border-radius: 24px;
    background: #bc2226;
}
.collection .slider-button svg path{
  fill: #fff;
}
.collection .slider-button[disabled]{
    background: #bc2226;
}
.recently-viewed-wrapper .swiper-button-next.recent_next, .recently-viewed-wrapper .swiper-button-prev.recent_prev {
    background: transparent;
}
/* .card_slider-wrrap .swiper-button-next:hover, .card_slider-wrrap .swiper-button-prev:hover{
  color: #FFF;
} */
.slider-counter {
    display: none !important;
}
/*-=-=-=-=-Responsive-CSS-=-=-=-=-*/
@media screen and (max-width: 990px) {
  .grid_block_item-overlay h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .collection .slider-buttons {
    padding: 1.5rem;
    top: 30%;
}
  .collection__title.title-wrapper {
    margin-bottom: 2rem !important; 
}
  #shopify-section-template--22946278605105__multicolumn_cxJe9j
    .page-width
    .title-wrapper-with-link,
  .related-products__heading,
  .recently-viewed-heading,
  .collection-hero__inner,
  aside#main-collection-filters {
    padding: 0 1.5rem;
  }
  .header__icon,
  .header__icon--cart .icon {
    height: 3.5rem;
    width: 3.5rem;
  }
  .header__icon .icon,
  .header__icon--cart .icon {
    height: 2.2rem;
    width: 2.2rem;
  }
  .wishlist-page-widget svg.icon {
    width: 2rem;
    height: 2rem;
  }
  .grid_block_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .grid_block-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .grid_block-2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .grid_block-3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .footer__copyright {
    justify-content: center;
  }
  .header-tool__links {
    display: none;
  }
  .footer-block.grid__item.footer-block--menu {
    float: left;
    width: 50%;
    margin: 0;
  }
  .list-payment {
    padding-top: 0 !important;
  }
  .footer-block.grid__item.footer-block--newsletter {
    margin-bottom: 0;
  }
  .related-products,
  .recently-viewed-grid,
  .collection,
  .collection slider-component.page-width {
    padding: 0;
  }
  .card--standard > .card__content .card__information {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .facets-container {
    flex: 1;
  }
  .collection_swatches {
    display: none;
  }
  aside#main-collection-filters {
    flex-direction: column;
  }
  .product-view {
    grid-column-start: inherit;
  }
}
@media screen and (max-width: 640px) {
  .icon-with-text__wrap {
    align-items: flex-start;
  }
  .icon-with-text__item {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .icon-with-text__item p {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0 7px;

    line-height: 1;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
  }
  .swiper-button-next {
    right: 45px;
  }
  .swiper-button-prev {
    left: 45px;
  }
  .featured-coll__tabs a {
    font-size: 1.4rem;
    padding: 10px 5px;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .navbar-link {
    flex-grow: 0;
    text-align: center;
    margin-right: 0;
  }
  .navbar-wrapper {
    justify-content: flex-start;
    gap: 15px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .navbar-link {
    flex-grow: 0;
    text-align: center;
    margin-right: 0;
  }
  .navbar-wrapper {
    justify-content: flex-start;
    gap: 15px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media (min-width: 1800px) {
  .collection-navbar {
    overflow-x: visible;
  }
  .navbar-wrapper {
    justify-content: space-between;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    flex-wrap: wrap;
  }
  .navbar-wrapper .navbar-link:first-child {
    padding-left: 0;
  }
  .navbar-link {
    margin-right: 0;
    flex-grow: 1;
    text-align: center;
  }
}
@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-columns: auto 1fr auto;
  }
  .header--middle-left .header__inline-menu {
    text-align: center;
  }
  .header__inline-menu ul.list-menu {
    max-width: 950px;
    justify-content: space-evenly;
  }
  .footer-block--menu {
    width: calc(
      10% - var(--grid-desktop-horizontal-spacing) * 3 / 4
    ) !important;
  }
  .header__inline-menu:not(.header__right-menu) {
    text-align: left;
  }
}
@media screen and (min-width: 750px) {
  .banner--large:not(.banner--adapt) {
    min-height: calc(100vh - 150px) !important;
  }
  .headerBox .wishlist-page-widget {
    display: none;
  }
}
