/** Shopify CDN: Minification failed

Line 3068:0 Unexpected "body("
Line 3075:0 Unexpected "body("

**/
@font-face {
  font-family: "nohemiregular";
  src: url("/cdn/shop/files/notice-nohemi-regular")
      format("woff2"),
    url("/cdn/shop/files/notice-nohemi-regular.woff?v=1744282255")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("/cdn/shop/files/Nohemi-Black.woff2?v=1732882236")
      format("woff2"),
    url("/cdn/shop/files/Nohemi-Black.woff?v=1732882234")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi";
  src: url("/cdn/shop/files/Nohemi-Bold.woff2?v=1732882236")
      format("woff2"),
    url("/cdn/shop/files/Nohemi-Bold.woff?v=1732882236")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi ExtBd";
  src: url("/cdn/shop/files/Nohemi-ExtraBold.woff2?v=1732882234")
      format("woff2"),
    url("/cdn/shop/files/Nohemi-ExtraBold.woff?v=1732882234")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi SemBd";
  src: url("/cdn/shop/files/Nohemi-SemiBold_7e839f23-061c-47ef-978e-e3bde99e13d2.woff2?v=1732882236")
      format("woff2"),
    url("/cdn/shop/files/Nohemi-SemiBold.woff?v=1732882236")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi Med";
  src: url("/cdn/shop/files/Nohemi-Medium.woff2?v=1732882236")
      format("woff2"),
    url("/cdn/shop/files/Nohemi-Medium.woff?v=1732882236")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nohemi";
  src: url("/cdn/shop/files/Nohemi-Thin_c8e7c53e-0aca-4648-b320-9a7137456f26.woff?v=1732956575")
      format("woff"),
    url("/cdn/shop/files/Nohemi-Thin_373e115c-78e5-46a1-90e8-09f9232c4b25.woff2?v=1732956575")
      format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "nohemimedium";
  src: url("/cdn/shop/files/nohemi-medium-bf6438cc5883899-webfont.woff?v=1732952260")
      format("woff"),
    url("/cdn/shop/files/nohemi-medium-bf6438cc5883899-webfont.woff2?v=1732952260")
      format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nohemisemi_bold";
  src: url("/cdn/shop/files/nohemi-semibold-bf6438cc588a48a-webfont.woff2?v=1732952260")
      format("woff2"),
    url("/cdn/shop/files/nohemi-semibold-bf6438cc588a48a-webfont.woff?v=1732952260")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

.product-form__buttons {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

@media (max-width: 768px) {
  .product-form__buttons {
    flex-direction: column;
  }
  
  .stick-buy-buttons .product-form__buttons {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 1rem 2.5rem 0;
    gap: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    z-index: 9;
  }

  .stick-buy-buttons .product-form__buttons .shopify-payment-button {
    display: none;
  } 

  .template-collection .card--standard > .card__content .card__information {
    flex-wrap: wrap;
    flex-direction: row !important;
  }
}

* {
  text-transform: uppercase;
}

.header__icons {
  gap: 0;
}

label[title="Yellow"] {
  background-color: rgb(255 229 0);
}

label[title="Blue"] {
  background-color: blue;
}

.header__icon--cart {
  margin-left: 15px;
}

.menu-drawer summary.menu-drawer__menu-item .svg-wrapper {
  position: relative;
  transform: none;
  margin-left: 1rem;
  right: 0;
}

.menu-drawer summary.menu-drawer__menu-item .svg-wrapper ~ .svg-wrapper {
  display: none;
}

.first-image-text a {
  position: relative;
}

.first-image-text a:after {
  background-image: url(icon-arrow.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 8px;
  top: 4px;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.tittle__big.h1.title.mobile_heading {
  display: none;
}

/* product page */
.product__text {
  margin-bottom: 0;
  margin-top: 0;
}

.cart-item__quantity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.close_icon {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}

.media__popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}

.media__popup-wrap svg.icon.icon-close {
  width: 18px;
  height: 18px;
}

.media__popup-wrap svg.icon.icon-close path {
  stroke: #fff;
}

.desktop-variant-picker .price {
  display: none;
}

.media__popup--main {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 500px;
  width: 90%;
}

.media__popup--main img {
  display: block;
}

.product--details__wrapper {
  margin-left: -10px;
}

.popupClose {
  cursor: pointer;
}

body.template-page-about-us .announcement-bar-section {
  display: none;
}

.template-page-about-us:not(.header__stuck--eligible) .header-wrapper .header {
  background: transparent !important;
}

body.template-page-about-us:not(.header__stuck--eligible) .header path {
  stroke: #fff;
}
body.template-page-about-us:not(.header__stuck--eligible) .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

body.template-page-about-us:not(.header__stuck--eligible) summary.level-1,
body.template-page-about-us:not(.header__stuck--eligible) a.level-1,
body.template-page-about-us:not(.header__stuck--eligible) a.level-1 span {
  color: #fff;
}

body.template-page-about-us:not(.header__stuck--eligible) .header__heading-logo-wrapper img {
  display: none;
}

body.template-page-about-us:not(.header__stuck--eligible) .header__heading-logo-wrapper svg {
  display: block;
}

.product--details__wrapper .slick-list {
  padding-right: 15rem;
}

.product__info-wrapperr .price__regular .price-item--regular {
  font-size: 36px;
}

.product__details--mobile {
  display: none;
}

.product__details--desk {
  display: block;
}

.product__details--heading_wrap {
  white-space: nowrap;
}

.product__details--wrap:nth-child(3) {
  border-bottom: none;
}

.buy_buttons--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
  max-width: 75rem;
}

.product-title--wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 0;
}

.buy__button--main {
  width: 100%;
}

.product__title {
  width: 100%;
}

.fab-marquee.fab_marquee_4444 {
  display: none;
}

.form {
  width: 100%;
  display: flex;
  justify-content: end;
}

.product_shop_text {
  display: none;
}

.product__accordion--wraper {
  display: flex;
  width: auto;
  align-items: flex-end;
  justify-content: end;
  border: 1px solid;
  margin-left: -5rem;
  margin-right: -5rem;
  border-right: 0;
}

.template-product-new-template .title--wrapper h2.title {
  font-size: 48px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.02rem;
}

.collection .title--wrapper h2.title {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

.collection .short_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  font-family: Nohemi;
}

.product__details--wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  border: 1px solid;
  border-top: none;
  padding: 1.5rem 2rem 3rem;
  gap: 4rem;
  border-right: 0;
}

.product__details--wrap .metafield-rich_text_field p {
  margin-top: 0 !important;
  line-height: 1.7;
}

.product__details--content_wrap {
  width: 70%;
}

div.product-left {
  width: 100%;
  display: flex !important;
  max-width: calc(100% - 80rem);
  min-height: 100px;
}

.product__details--desk .product__title {
  padding-right: 10rem;
  max-width: calc(100% - 85rem);
}

.product-right {
  max-width: 80rem;
  width: 100%;
}

.product__details--content_wrap {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product__mob--accordion {
  display: none;
}

.icon__minus {
  display: none;
}

.template-product-new-template .collection .page-width {
  max-width: 100%;
}

.template-product-new-template span.jdgm-prev-badge__stars span {
  display: none !important;
}

.template-product-new-template span.jdgm-prev-badge__stars span:nth-child(1) {
  display: inline !important;
}

details[open] .icon__plus {
  display: none;
}

details[open] .icon__minus {
  display: block;
}

.product__mob--accordion .summary__title {
  display: flex;
  gap: 16px;
}

.product__mob--accordion .summary__title {
  font-size: 16px;
  line-height: 21.76px;
  letter-spacing: 0.02em;
  color: #121212;
}

.product__mob--accordion .metafield-rich_text_field {
  font-size: 14px;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
}

.product--details__main .product__title h1 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.02rem;
  width: 100%;
}

.quality-section h2.image-with-text__heading.inline-richtext.h1 {
  font-size: 48px;
  text-align: left;
  max-width: 705px;
  letter-spacing: 0;
  width: 100%;
  position: static;
  margin-top: 0;
}

.sticky-wrapper-text .image-with-text .grid {
  align-items: flex-start;
}

.sticky-wrapper-text .image-with-text .image-with-text__text-item {
  position: sticky;
  top: 90px;
}

.product--details__wrapper .jdgm-preview-badge .jdgm-star {
  color: #121212;
}

.text-left-nospacing .image-with-text__content {
  padding-top: 0;
}

#shopify-section-template--24601894977854__image_with_text_e7mEkm
  .image-with-text__content {
  justify-content: space-between;
}

.product--details__wrapper .product-top__details p {
  font-size: 16px;
  letter-spacing: 0.02em;
}

.product-form__submit {
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.collection a.link.underlined-link:hover {
  text-decoration: underline;
}

.product__details--wrap .accordion__title.inline-richtext {
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  font-family: "nohemiregular";
}

#CartDrawer-CartErrors {
  display: none;
}

.secondary-logo--visible header .header__heading-link {
  display: none;
}

span.swatch.swatch--unavailable {
  border: 0;
}

@media screen and (min-width: 750px) {
  .cart-items {
    padding-top: 20px;
  }
  .product-title--wrapper {
    align-items: flex-end;
  }
  .product-form__input--swatch {
    padding-bottom: 20px !important;
    margin: 0 !important;
  }

}

.card__badge {
  position: absolute;
  top: 0;
  z-index: 9;
  right: 0;
}
.card__badge span {
  background: #004fff;
  text-transform: uppercase;
  padding: .5rem 1.3rem .3rem;
}

.product-card-wrapper product-form button {
  margin-top: 7px;
}

.product__text.inline-richtext {
  max-width: 100px;
}

.breadcrumbs {
  max-width: 250px;
  width: 100%;
  text-transform: uppercase;
}

.breadcrumbs ol {
  display: flex;
  flex-direction: column;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
}

.shopify-app-block + .product__text.inline-richtext {
  max-width: 400px;
}

.product-form__submit {
  background-color: #004fff;
  color: #fff;
}

.insta-blocks img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-form__buttons .shopify-payment-button__button {
  margin-bottom: 1rem;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: transparent !important;
  color: #000;
}

.product--details__wrapper .product__details--mob-title {
  display: flex;
}

div#price-template--23486257660222__main {
  order: 2;
}

.product--details__wrapper.product__details--mob-text {
  display: flex;
  justify-content: space-between;
}

.product__details--mob-title {
  display: flex;
  justify-content: space-between;
}

.product__details--mob-title .product__title h1 {
  font-size: 40px;
  letter-spacing: -0.02em;
  padding-top: 2.6rem;
}

.product__details--mob-title .price__regular .price-item--regular {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-top: 2.6rem;
  white-space: nowrap;
}

.product__details--mob-text {
  display: flex;
  justify-content: space-around;
  gap: 4rem;
  padding-top: 3rem;
}

.product__details--mobile .jdgm-prev-badge {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.header_sticky .header__heading {
  display: block !important;
}

.header_sticky .list-menu__item {
  font-size: 16px;
  font-family: nohemiregular;
}

/* .template-index .header_sticky .header--middle-center {
  background: #fffdf8 !important;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid black;
  transform: none;
  height: auto;
} */

.template-index .header--middle-center {
  padding-left: 4rem;
  padding-right: 4rem;
  border-bottom: 1px solid #fff;
}
/* .list-menu__item {
  color: #fff;
} */
.header__submenu.list-menu {
  background: none;
}
.header_sticky .list-menu__item {
  color: #000;
}
.header__icon span {
  color: #fff;
}
/* .header__heading-logo {
  filter: invert(1);
}
.header_sticky .header__heading-logo {
  filter: invert(0);
} */
.header_sticky .header__icon span {
  color: #000;
}
.header {
  border-bottom: 1px solid #000;
}

.product__details--mobile .product__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding-bottom: 30px;
}

.product__mob--accordion .product__accordion {
  border-bottom: 1px solid black;
}

.product__mob--accordion .product__accordion:first-child {
  border-top: 1px solid black;
}

.template-product-new-template .related-products__heading {
  font-size: 48px;
  line-height: 55.2px;
  text-align: left;
  text-transform: uppercase;
}

.announcement-bar {
  display: flex;
  align-items: center;
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
}

.utility-bar__grid {
  padding: 0 !important;
}

.sliding__track {
  display: inline-flex;
  gap: 50px;
}

.sliding__track .seprator {
  flex: 0 0 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
}

.sliding__track .slide__item {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-shrink: 0;
  will-change: transform;
  animation: marquee-left 10s linear infinite;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* .header-wrapper,
.template-index .header-wrapper {
  opacity: 1;
  visibility: hidden;
  height: 0;
  color: #fff;
  transition: all 0.3s;
  transform: translateY(-100%);
}

.coll_header_sticky.header-wrapper,
.header_sticky.header-wrapper {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateY(0%);
} */

.template-product-new-template .header-wrapper {
  /* position: fixed;
width: 100%; */
}

.object-build .image-with-text__media-item {
  width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
}

.object-build .image-with-text__text-item {
  width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
}

/* .header-wrapper .header {
  transition: all 0.3s;
  transform: translateY(-100%);
}
 */
/* :not(.template-index) .header-wrapper .header,
[class*="template-product-"] .header-wrapper .header {
  transition: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  height: auto;
}
 */
/* :not(.template-index) .header-wrapper.other_header_sticky .header {
}

[class*="template-product-"] .header-wrapper.other_header_sticky .header,
.coll_header_sticky.header-wrapper .header {
  position: fixed;
  top: 0;
  background-color: #fff;
  left: 0;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid black;
  transform: none;
  height: auto;
  width: 100%;
} */

/* .coll_header_sticky .header {
  background-color: #fff;
} */

/* .header {
  opacity: 0;
  visibility: hidden;
  height: 0;
} */

/* collection page */
.collection-hero .collection-hero__inner {
  padding: 0;
  max-width: 100%;
}

.collection-hero__title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: left;
  position: relative;
  display: flex;
  margin: 0;
  width: auto;
  white-space: nowrap;
}

.collection-hero__title sup {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: inline-block;
  padding-left: 6px;
  white-space: nowrap;
}

.card-information .rating,
.card-information .rating-text,
.card-information .rating-count {
  display: none;
}

@media (max-width: 768px) {
  div#shopify-block-judge_me_reviews_preview_badge_LtpdJ9 {
    min-width: 150px;
  }
  #CartDrawer .drawer__inner{
    max-width: 100vw;
  }
  .template-search .card--standard > .card__content .card__information {
    flex-direction: column;
  }
}

.facet-filters__sort {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  color: #000000;
}

.facets.facets-vertical-sort {
  display: none;
}

.radio-group {
  display: flex;
  gap: 35px;
}

.radio-item_wrap:nth-child(1) {
  order: 3;
}

.radio-item_wrap:nth-child(2) {
  order: 2;
}

.radio-item_wrap:nth-child(3) {
  order: 1;
}

.facet-sec {
  width: 40%;
  text-align: left;
  display: flex;
}

/* .coll_title div.radio-item:nth-child(1) {
  opacity: 0.15;
} */

p.filter_text {
  text-transform: uppercase;
  font-size: 16px;
}

facet-filters-form.facets {
  padding: 0;
  width: 50%;
}

.facets__form {
  gap: 0 !important;
  grid-template-columns: 0fr max-content max-content !important;
}

.facet-filters {
  padding: 0 !important;
}

.radio-item {
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 5px;
  font-size: 16px;
  position: relative;
}

.radio-item input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  cursor: pointer;
  width: 90%;
}

.radio-item input[type="radio"]:checked ~ label {
  text-decoration: underline;
}

h2.facet-filters__label {
  font-size: 25px;
  line-height: 14.52px;
  text-align: left;
  color: #000000;
  cursor: pointer;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.radio-item label {
  cursor: pointer;
}

.product-grid-container .collection {
  max-width: 100%;
}

.radio-item label {
  font-size: 16px;
  text-transform: uppercase;
}

.collection-hero__text-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding: 20px 5rem 5px;
}

.product--details__wrapper .product__column-sticky {
  max-width: 100%;
}

.archives-section picture {
  display: flex;
}

product-recommendations.related-products {
  max-width: 100%;
}

.banner__mediaa.mediaa.banner__media--second {
  opacity: 1;
  display: none;
  position: sticky;
  top: 0;
  z-index: 11;
}

.image-with-text-sec.first-image-text {
  padding-bottom: 70px;
  border: none;
}

.about_page--section.image-with-text-sec.first-image-text {
  padding-bottom: 36px;
}

.home-banner {
  position: relative;
}

.banner__mediaa.mediaa.banner__media--first {
  height: 100%;
}

img.image_desk-banner {
  height: 100%;
  object-fit: cover;
}

.template-product-new-template .collection.featured-col {
  border-bottom: 1px solid black;
}

.first-image-text h2.image-with-text__heading {
  margin-top: 15px;
}

.search__wrapper {
  display: flex;
  width: 25%;
  visibility: hidden;
}

.search__wrapper #search--bar {
  width: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  background: transparent;
  outline: 0;
  box-shadow: none;
  border: 0;
  justify-content: space-between;
  border-bottom: 1px solid #121212;
}

.col-search_btn {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: nohemiregular;
  font-weight: 500;
  text-transform: uppercase;
  min-width: inherit;
  max-width: 85px;
}

.search__wrapper input#search--bar::-webkit-input-placeholder {
  opacity: 0.15;
}

.template-collection .collection .card__inner ~ .card__content {
  padding-left: 0;
  border: 0;
  position: static;
  opacity: 1;
  visibility: visible;
}

.template-collection .card--standard > .card__content .card__information {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.template-collection .collection .card-information {
  width: 40%;
  padding-left: 1rem;
}

.template-collection
  .collection
  .card-information
  > *:not(.visually-hidden:first-child)
  + *:not(.rating):not(.card__information-volume-pricing-note) {
  font-size: 16px;
  text-align: right;
}

.template-collection .collection .card__heading a {
  font-size: 22px;
}

.template-collection .rte.short_description {
  display: none;
}

.radio-group.mobile__FacetSortForm {
  display: none;
}

@media (min-width: 1900px) {
  .template-collection
    .collection
    .card-information
    > *:not(.visually-hidden:first-child)
    + *:not(.rating):not(.card__information-volume-pricing-note) {
    font-size: 20px;
  }

  .template-collection .product-grid {
    gap: 18px;
  }

  .template-collection .collection .card__heading a {
    font-size: 26px;
  }

  .first-image-text h2.image-with-text__heading {
    margin-top: 55px;
  }

  .product--details__main .product__title h1 {
    font-size: 110px;
  }

  /* .template-index .header_sticky.header-wrapper {
    background-color: #fffdf8;
    margin-top: 0;
  } */

  h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 130px;
  }

  .image-with-text-sec .tittle__big {
    font-size: 130px;
    line-height: 130px;
    color: #000;
    max-width: 100%;
  }

  .collection-hero .collection-hero__title {
    font-size: 28px;
  }

  .image-with-text-sec .image-with-text__heading {
    text-transform: uppercase;
  }

  .template-page-about-us .banner__heading strong {
    font-size: 170px;
    font-weight: 500;
    line-height: 154.7px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-weight: 500;
  }

  .about_page--section .title.desk_heading {
    font-size: 80px;
    line-height: 80px;
    max-width: 85rem;
    width: 100%;
  }

  .about_page--section h2.image-with-text__heading.inline-richtext {
    font-size: 80px;
    line-height: 80px;
    max-width: 85rem;
    width: 100%;
  }

  .object-build .image-with-text__media-item {
    width: calc(30% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .object-build .image-with-text__text-item {
    width: calc(63% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  h2.image-with-text__heading {
    max-width: 100%;
    width: 100%;
  }

  .image-with-text__text.rte.body {
  }

  .quality-section h2.image-with-text__heading.inline-richtext.h1 {
    margin: unset;
    font-size: 100px;
    max-width: 100%;
  }

  .about_page--section .image-with-text__media-item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }

  .about_page--section .image-with-text__text-item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }

  .about_page--section .image-with-text__text.rte.body {
    max-width: 100%;
    display: flex;
    gap: 4rem;
    margin: 0;
  }
}

/* cart page  */

.cart-drawer .quantity:after {
  box-shadow: none;
}

.cart-drawer .drawer__cart-items-wrapper {
  position: relative;
}

th#CartDrawer-ColumnProduct {
  display: none;
}

th#CartDrawer-ColumnTotal {
  display: none;
}

.cart-drawer .cart-item__details .cart-item__name {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.02em;
  /* text-align: left; */
}

.cart-drawer .cart-drawer__footer .totals__total {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  font-family: "Nohemi Med";
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 84px;
}

.cart-drawer .totals:last-child {
  border-bottom: none;
}

.cart-drawer__footer .totals__total-value {
  font-family: "Nohemi Med";
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cart-drawer .cart__ctas .cart__checkout-button {
  font-size: 15px;
  font-weight: 400;
  line-height: 20.25px;
  letter-spacing: 0.01em;
  text-align: left;
  min-height: 60px;
  text-transform: uppercase;
  background: #004fff;
  border: 0;
}

.cart-drawer .quantity__input {
  font-size: 36px;
  line-height: 46.8px;
  letter-spacing: 0.02em;
}

button.quantity__button {
  color: #000;
  border: 3px;
}

.cart-drawer .cart-item__details .product-option {
  display: none;
}

/* .product_review-wrapper {
z-index: 1011;
box-sizing: border-box;
position: fixed; 
margin: 0 auto;
width: 100%;
background: rgba(var(--color-foreground), .2);
height: 100%;
}
.product_review--main {
position: fixed;
top: 12%;
right: 0%;
margin: 0 auto;
background-color: rgb(var(--color-background));
overflow: hidden;
width: 100%;
max-width: 60rem;
max-height: 100vh;
overflow-y: auto;
transform: translateY(-5%);
} */
svg.icon.icon-close {
  width: 12px;
  height: 12px;
}

.review_close {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 3rem;
}

i.fa.fa-star {
  font-size: 13px;
}

.product_review-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 45.8px;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(var(--color-foreground), 0.5);
  transition: visibility var(--duration-default) ease;
  overflow: scroll;
}

.product_review--main {
  height: 100%;
  width: 755px;
  max-width: calc(100vw - 3rem);
  padding: 0 6.5rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform var(--duration-default) ease;
  background: #fff;
  overflow: scroll;
}

.product_review--main.active {
  transform: translate(0);
}

.product_review-wrapper .title {
  font-size: 110px;
  line-height: 99px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}

.product_reviews--item .title_review {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  align-items: center;
}

html .cart-count-bubble {
  bottom: 5px;
  left: 14px;
}

.review_desc .metafield-rich_text_field p {
  font-family: ;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product_reviews--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0 30px 0;
}

.product_reviews--item span:last-child {
  margin-top: 10px;
  margin-left: auto;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.review-read_more {
  text-decoration: underline;
  cursor: pointer;
}

html.js.overflow_hidden {
  overflow: hidden;
}

.quality-section .image-with-text__text.rte.body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin: unset;
  padding: 0;
  width: 100%;
  margin: 3rem auto 0 0;
  position: static;
}

.quality-section .image-with-text__text.rte.body li {
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  list-style: none;
  padding: 1.4rem 0;
}

.quality-section .image-with-text__text ul li:first-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 6rem;
}

.quality-section .image-with-text__text ul li:not(:first-child) {
  border-bottom: 1px solid #000;
}

.quality-section .image-with-text__text.rte.body ul {
  padding: 0;
}

.menu-open .header--middle-center {
  background: #fffdf8;
}

.cart-drawer .drawer__header {
  padding: 1rem 0 0 2rem;
}

.cart-drawer .icon.icon-close {
  width: 20px;
  height: 20px;
}

.cart-drawer .drawer__heading {
  margin: 0;
}

.cart-drawer .drawer__close {
  position: static;
}

.quantity__button svg {
  fill: black;
  font-weight: bold;
}

.quantity__button svg path {
  fill: #000;
}

.cart-drawer .totals {
  border-bottom: 1px solid black;
}

.cart-remove-button .svg-wrapper svg {
  width: 22px;
  height: 22px;
}

.cart-drawer .totals {
  padding: 15px 30px;
}

.cart-drawer {
  border-top: 1px solid black;
}

.cart-drawer__form .drawer__contents {
  max-height: 400px;
  overflow-y: scroll;
}

.video__image--banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-page-about-us .banner__heading strong {
  font-size: 120px;
  line-height: 1;
  justify-content: center;
  text-align: center;
  color: #fffdf8;
  padding: 0;
  font-weight: 500;
  font-family: "nohemimedium";
}

.template-page-about-us .banner__heading {
  font-size: 24px;
  font-family: "nohemimedium";
  text-align: center;
  text-transform: uppercase;
  color: #fffdf8;
}

.template-page-about-us .block__image--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: -1;
  margin-top: -45px;
}

.template-page-about-us .other_header_sticky .header__heading-link {
  opacity: 1;
}

.about_page--section .image-with-text__media-item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.about_page--section .image-with-text__text-item {
  width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}

.about_page--section .image-with-text__text.rte.body {
  max-width: 100%;
  display: flex;
  gap: 5rem;
  margin-top: 2rem;
  padding: 0;
}

.block__image--wrap {
  position: relative;
  display: inline-block;
}

.text__2,
.text__1 {
  width: 50%;
}

.block__image--wrap::before,
.block__image--wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

.block__image--wrap::before {
  left: 0;
  background-image: url("/cdn/shop/files/arrow-down.png?v=1731396860");
}

.block__image--wrap::after {
  right: 40px;
  background-image: url("/cdn/shop/files/arrow-left.png?v=1731396860");
}

.footer-block__details-content .list-social {
  padding-right: 4rem;
  justify-content: space-between;
}

.footer-block__details-content .list-social__link {
  padding: 0;
}

.header__icon--menu[aria-expanded="true"] svg:first-child,
.header__icon--menu[aria-expanded="false"] svg:last-child {
  display: none;
}

.template-index
  .shopify-section-header-sticky:not(.scrolled-past-header)
  header-drawer
  .header__icon--menu
  svg
  path {
  stroke: #fff;
}

.template-index .menu-opening .header__icon--menu svg path {
  stroke: #000 !important;
}

html .menu-drawer__menu-item {
  color: #000;
}

@media (max-width: 768px) {
  .card:not(.card--horizontal) > .card__content > .card__badge {
    margin: 0.5rem !important;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .collection-hero__title {
    width: auto;
    font-size: 30px;
  }

  .collection-hero__text-wrapper .facet-filters {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero__text-wrapper .facets__form {
    gap: 0;
  }

  .collection-hero__text-wrapper {
    flex-wrap: wrap;
  }

  .collection-hero__text-wrapper .search__wrapper {
    flex: 1 0 100%;
    margin-left: auto;
  }

  .product__details--desk .product__title {
    padding-right: 5rem;
    max-width: calc(100% - 55rem);
  }

  .buy_buttons--wrap {
    max-width: 55rem;
  }

  .radio-group {
    gap: 30px;
  }

  .search__wrapper {
    max-width: 345px;
  }

  .radio-item {
    font-size: 14px;
  }

  .collection-hero .collection-hero__title {
    font-size: 30px;
  }

  .template-collection .collection .card__heading a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .facet-filters__field .radio-group {
    justify-content: space-between;
  }

  facet-filters-form.facets {
    padding: 0;
    width: 100%;
  }

  .collection-hero__title {
    width: 100%;
  }

  .collection-hero__text-wrapper .facets__form {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .collection-hero__text-wrapper .facet-filters {
    width: 100%;
    padding-left: 0rem;
  }

  .collection-hero__text-wrapper {
    padding: 25px 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .collection-hero__title sup {
    font-size: 16px;
  }

  .secound__image--banner {
    padding: 2rem 3rem 12px;
  }

  .radio-item {
    font-size: 14px;
  }

  .collection-hero .collection-hero__title {
    font-size: 30px;
  }

  .search__wrapper {
    max-width: 100%;
  }

  .first-image-text h2.image-with-text__heading {
    margin-top: 0;
  }

  body:not(.template-search)
    .product-grid-container
    .grid--4-col-desktop
    .grid__item {
    width: calc(50% - (var(--grid-mobile-vertical-spacing) / 2));
    max-width:  calc(50% - (var(--grid-mobile-vertical-spacing) / 2));
  }

  .radio-group {
    gap: 25px;
  }

  .quality-section .image-with-text__text ul li:first-child {
    margin-top: 3rem;
  }

  .object-build .first-image-text h2.image-with-text__heading {
    text-align: center;
    font-size: 50px;
    margin-top: 0 !important;
    top: 0;
    line-height: 50px;
  }

  .image-with-text-sec .tittle__big {
    font-size: 50px;
    max-width: 600px;
    margin: 0 auto -35px;
    width: 100%;
  }

  .header {
    display: flex;
    justify-content: space-between;
  }

  .about_page--section .image-with-text__text-item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }

  .about_page--section h2.image-with-text__heading {
    margin: 0;
    max-width: 500px;
    width: 100%;
  }

  .about_page--section .image-with-text__text.rte.body {
    position: unset;
  }

  .template-index .header-wrapper {
    border-bottom: none;
  }

  .image-with-text__text.rte.body {
    margin-left: 0;
    position: absolute;
    top: 120px;
  }

  .text-right-nospacing .image-with-text__text.rte.body {
    position: static;
    margin: 2rem 0 0 auto;
  }

  .template-collection .collection .card__heading a,
  .collection .card__heading a {
    font-size: 18px;
  }

  .first-image-text a:after {
    right: 10px;
  }

  .first-image-text strong {
    padding-right: 4rem;
  }

  .quality-section h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 32px;
  }

  .menu-drawer__navigation {
    padding: 0;
    height: 40vh !important;
  }

  .menu-drawer__navigation-container {
    height: max-content !important;
  }

  .menu-drawer__inner-container {
    height: max-content !important;
  }

  .menu-drawer {
    height: max-content !important;
  }

  .menu-drawer__localization localization-form {
    display: none !important;
  }

  .second-image-text-content .image-with-text__heading {
    font-size: 30px;
    text-align: center;
    max-width: 500px;
    width: 100%;
  }

  .product__accordion--wraper {
    display: none;
  }

  .product__mob--accordion {
    display: block;
  }

  .product__details--desk .product__title {
    max-width: unset;
    padding-right: 5rem;
  }

  .product--details__main .product__title h1 {
    font-size: 50px;
  }

  .quality-section h2.image-with-text__heading.inline-richtext.h1 {
    font-weight: 500;
  }

  .quality-section .image-with-text__text.rte.body li {
    padding: 1.4rem 2.8rem;
  }

  .collection .title--wrapper h2.title {
    margin: 0;
    font-size: 40px;
  }

  .product__text.inline-richtext ~ .product__text.inline-richtext {
    max-width: 300px;
  }

  .product__info-wrapperr .price__regular .price-item--regular {
    font-size: 30px;
  }
}

header .menu-drawer {
  transform: translateY(-100%);
}

.product__media-wrapper .slick-dots {
  margin: 20px auto !important;
  background: #004fff;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 50px;
}

.product--media--wrapper .flickity-page-dots {
  position: static;
} 

.product__media-wrapper .slick-dots li button {
  width: 9px;
  height: 9px;
  background: #ccccccb0;
}

.product__media-wrapper .slick-dots li.slick-active button {
  background: #fff;
}

/* .product--media--wrapper:not(.flickity-enabled) {
  display: flex;
}

.product--media--wrapper:not(.flickity-enabled) {
  visibility: hidden;
}
 */

/* .product__media-wrapper {
  text-align: center;
} */

.product--media--wrapper .flickity-page-dots {
  background: #004fff;
  display: inline-block;
  width: auto;
  margin: 20px 0;
  padding: 5px;
  border-radius: 100px;
}

html .flickity-page-dots .dot {
  width: 9px;
  height: 9px;
  background: #ccccccb0;
  margin: 0 5px;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #fff;
}

.product-media-modal__content img {
  max-width: unset;
}

@media (min-width: 990px) {
  .second-image-text-content .image-with-text__heading {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    max-width: 500px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .radio-group.desktop__FacetSortForm .radio-item_wrap {
    flex: 1;
  }
  .collection .card__inner ~ .card__content {
    padding: 10px 0 !important;
  }
  .header__icon span,
  .menu-open .cart_text {
    font-size: 14px;
  }

  .banner__menu--linklist-wrap {
    display: none;
  }

  .header-wrapper h1.header__heading {
    display: none;
    /* position: absolute;
left: 50%;
transform: translateX(-50%); */
  }

  /* .template-index.gradient .section-header {
		position: absolute;
		padding: 0 14px;
	} */

  .secound__image--banner {
    padding: 2rem 2rem 5px;
  }

  .collection-hero__title {
    white-space: normal;
    font-size: 50px;
    margin: 0;
    border: 0;
    padding: 0;
    padding-inline: 1.5rem;
  }

  .template-index #shopify-section-sections--23423680708926__header .header.header--has-menu {
    padding-top: 0 !important;
  }

  facet-filters-form.facets {
    width: 100%;
    padding: 1rem 0;
  }

  .radio-group.desktop__FacetSortForm {
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .desktop__FacetSortForm .facets-vertical-form {
    justify-content: space-between;
    width: 100%;
  }

  .radio-group.mobile__FacetSortForm {
    display: flex;
    gap: 25px;
  }

  .collection-hero__inner facet-filters-form {
    width: 100%;
  }

  .menu-drawer__navigation-container ul.policies {
    margin-top: 0;
  }

  .collection-hero__title span {
    font-size: 20px;
  }

  .search__wrapper {
    width: 100%;
    padding: 0 20px 20px;
    display: none;
  }

  .facets-vertical-form .facet-filters {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .collection-hero__text-wrapper {
    padding: 20px 0;
    flex-direction: column;
  }

  .facet-filters .facet-filters__sort {
    font-size: 14px;
    font-weight: 500;
  }

  h2.facet-filters__label {
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
  }

  .banner__mediaa .mobile_banner-second-image {
    display: block;
    margin: 0 auto;
    max-width: 86px;
    margin-left: 1.5rem;
    width: 100%;
    position: static;
    padding: 50px 0 30px;
    height: calc(100% - 180px);
  }

  .banner__mediaa.mediaa.banner__media--second {
    top: 20px;
    position: relative;
  }

  .video__image--banner {
    height: 100%;
    object-fit: cover;
  }

  .about_page--section .block__image--wrap::before {
    left: 0;
  }

  .about_page--section .block__image--wrap::after {
    right: 0;
  }

  .template-page-about-us .banner__heading strong {
    font-size: 66px;
    line-height: 1.1;
  }

  .about_page--section .tittle__big {
    padding-bottom: 0 !important;
    margin-top: 68px;
  }

  .about_page--section .mobile_heading {
    font-family: Nohemi;
    font-size: 48px;
    font-weight: 500;
    line-height: 55.2px;
    text-align: left;
    margin-top: 0;
  }

  .about_page--section .image-with-text__text.rte.body {
    display: unset !important;
    font-size: 14px;
    line-height: 19.6px;
  }

  .template-page-about-us .other_header_sticky .header {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    border-bottom: 1px solid black;
    background: #fffdf8;
  }

  .template-page-about-us .banner__mediaa.mediaa.banner__media--first {
    position: static;
    width: 100%;
  }

  .\31 banner__content.banner__content--middle-center {
    position: absolute;
    top: 15%;
  }

  .banner--mobile-bottom .banner__box {
    padding: 4rem 0 !important;
  }

  .template-page-about-us .other_header_sticky .header__icon span {
    color: #000;
  }

  .quality-section
    .second-image-text-content
    .image-with-text__text-item
    ul
    li {
    margin-top: 0;
    padding: 0;
  }

  .rte.short_description {
    display: none;
  }

  .template-collection .collection-hero {
    margin-top: 10px;
  }

  .footer__content-bottom-wrapper .copyright__content-wrap {
    padding-top: 20px;
    margin-bottom: 2rem;
  }

  .collection .collection__title {
    margin-top: 4rem;
  }

  .collection.featured-col .title--wrapper {
    padding-top: 0px;
    padding-right: 6px;
  }

  .collection.featured-col .collection__title {
    margin-top: 0;
  }

  .cart-drawer .cart-drawer__footer .totals__total {
    position: unset !important;
  }

  .image-with-text-sec.quality-section {
    padding-bottom: 0 !important;
  }

  .template-product-new-template .header__icon span {
    color: #000 !important;
  }

  .template-product-new-template .header--mobile-center {
    margin-top: 0;
  }

  .header_sticky .header__icon--cart .cart_text {
    padding-right: 0;
  }

  .quality-section .image-with-text__media img {
    padding: 0 1.4rem;
  }

  span.icon__plus svg {
    width: 11px;
    height: auto;
  }

  span.icon__minus svg {
    width: 11px;
    height: auto;
    vertical-align: middle;
    margin-top: -3px;
  }

  .cart-drawer .totals {
    padding: 10px;
  }

  .about_page--section .image-with-text__media-item {
    display: none;
  }

  .template-page-about-us .header__icon span {
    color: #fffdf8;
  }

  .about_page--section .image-with-text__content {
    padding: 0;
  }

  .title--wrapper {
    padding-top: 20px;
  }

  .footer__content-top {
    margin-top: 0.2rem !important;
  }

  .other_header_sticky .header {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #fffdf8;
    border-bottom: 1px solid black;
  }

  .menu-opening span.menu-openingmenu-opening {
    display: none;
  }

  .image-with-text-sec.first-image-text {
    padding-bottom: 15px !important;
  }

  .collection__title.title-wrapper {
    margin-bottom: 0;
  }

  .menu-drawer__navigation {
    padding: 0;
    height: 40vh !important;
  }

  .menu-drawer__navigation-container {
    height: max-content !important;
  }

  .menu-drawer__inner-container {
    height: max-content !important;
  }

  .cart-drawer .cart-item__details .cart-item__name {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .menu-drawer {
    height: max-content !important;
  }

  .template-product-new-template
    #shopify-section-sections--23423680708926__header
    .header.header--has-menu {
    padding-top: 0 !important;
  }

  /* .list-menu__item {
    background: #fffdf8;
  } */

  .jdgm-widget.jdgm-widget {
    text-transform: uppercase;
  }

  .menu-drawer__localization localization-form {
    display: none !important;
  }

  .collection .title--wrapper h2.title {
    margin-top: 0;
  }

  .header__icons .svg-wrapper + span {
    /* display: none; */
  }

  .product__text.inline-richtext {
    max-width: 220px;
    line-height: 1.6;
    width: 100%;
    text-transform: uppercase;
  }

  .product__details--mob-title .product__title h1 {
    font-size: 32px;
    padding-bottom: 2rem;
    padding-top: 1rem;
    padding-right: 2rem;
  }

  .product__mob--accordion .accordion__content {
    padding: 0 15px;
  }

  .product_review-wrapper .title {
    font-size: 50px !important;
    margin: 0;
  }

  ul.menu-drawer__menu.has-submenu.list-menu {
    background: #fffdf8;
  }

  .menu-drawer .list-social {
    display: none;
  }

  .product-form__submit,
  .shopify-payment-button {
    width: 50%;
  }

  .stick-buy-buttons .product-form__submit {
    width: 100%;
  }
  
  div#shopify-block-AM2p5NXE3S3FHbVQ3U__judge_me_reviews_preview_badge_LtpdJ9 {
    width: 150px;
  }

  .product-form__submit span {
    white-space: nowrap;
  }

  .quality-section .page-width {
    padding: 0;
  }

  .quality-section .image-with-text__text.rte.body p {
    padding: 0 1.5rem;
  }

  .accordion__title {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "nohemiregular";
  }

  .product__mob--accordion .metafield-rich_text_field {
    text-transform: uppercase;
  }

  /* .header__icon--search span {
		display: block;
	} */

  .tittle__big.h1.title.mobile_heading {
    display: block;
  }

  /* .header--mobile-center {
margin-top: -20px;
} */
  .section-header.menu-open {
  }

  /* .template-product-new-template  .header__icon--search span {
display: none;
} */
  .featured-col .title--wrapper h2.title {
    font-size: 32px;
    letter-spacing: 1px;
    width: 70%;
  }

  .featured-col .card__inner ~ .card__content {
    position: unset;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }

  .featured-col .card__content .card__information {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .featured-col .card__content .card__information .card-information {
    width: unset;
  }

  .template-product-new-template .related-products__heading {
    font-size: 32px;
  }

  .product_shop_text {
    display: block !important;
    font-size: 12px;
    line-height: 15px;
    word-spacing: 1rem;
  }

  .product--details__wrapper {
    margin-left: 0;
  }

  .second-image-text-content h2.image-with-text__heading {
    position: unset;
    font-family: Nohemi;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
  }

  .card-static-cls .card__heading {
    max-width: 50%;
  }

  .collection.featured-col .card-static-cls .card__heading a {
    font-size: 26px;
    line-height: 1;
  }

  .card-static-cls .price__regular .price-item--regular {
    font-size: 13px;
    letter-spacing: 0;
  }

  .second-image-text-content .image-with-text__text-item {
    margin-top: 1rem;
  }

  h2.tittle__big.h1.title.desk_heading {
    display: none;
  }

  .quality-section h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    padding: 0 1.5rem;
    letter-spacing: 0;
  }

  .first-image-text h2.image-with-text__heading.inline-richtext.h1 {
    display: none;
  }

  .quality-section .image-with-text__text.rte.body {
    font-size: 14px;
    margin: 1rem auto 0 0;
  }

  .image-with-text__text.rte.body {
    margin-top: 0;
    margin: unset;
  }

  .image-with-text-sec .tittle__big {
    top: unset;
    left: unset;
  }

  h2.tittle__big.h1.title.mobile_heading {
    font-family: Nohemi;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
  }

  .quality-section .image-with-text__text ul li:first-child {
    margin-top: 2.8rem !important;
  }

  .featured-col h2 + .collection__view-all a:after {
    right: -26px;
    top: 1px;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
  }

  .first-image-text a:after {
    right: -4px;
    top: 1px;
    width: 20px;
    height: 20px;
  }

  .featured-col h2 + .collection__view-all a {
    font-size: 14px;
  }

  .product__accordion--wraper {
    display: none;
  }

  .product--details__wrapper .page-width {
    padding: 0;
  }

  .product__mob--accordion {
    display: block;
    padding-top: 0;
  }

  .product__mob--accordion .product__accordion:first-child {
    margin-top: 0 !important;
    border-top: 0 !important;
  }

  .product--details__wrapper .product__details--mob-text {
    padding: 0;
    justify-content: space-between;
  }

  .review-read_more {
    font-size: 13px;
  }

  .product--details__wrapper .product__accordion {
  }

  .product-title--wrapper {
    display: unset;
  }

  .buy_buttons--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-form__buttons {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  .product__details--mob {
    padding: 0 15px;
  }

  .template-product-new-template .product-form__buttons {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 10px 15px;
  }

  .product__media-wrapper {
    padding: 0 0 0 15px;
  }

  .product__media-wrapper .product--media {
    max-width: 100%;
  }

  .template-product-new-template .product-card-wrapper .card__heading {
    font-size: 25.16px;
  }

  .quality-section .image-with-text__text.rte.body li {
    padding: 1.5rem;
    font-size: 14px;
  }

  .related-products .card__information {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .quality-section .image-with-text__text.rte.body ul {
    padding: 0 1.5rem 0;
  }

  .related-products .card__heading {
    width: 100%;
  }

  .related-products .card-information {
    text-align: right;
  }

  .product-top__details p:first-child {
    display: none;
  }

  .product__details--desk {
    display: none;
  }

  .product__details--mobile {
    display: block;
  }

  .menu-open .header__heading {
    display: block !important;
  }

  .header .icon-hamburger,
  .header .icon-close {
    min-width: 35px;
    justify-content: flex-start;
  }

  .header__heading-link,
  .menu-open .header__heading-link {
    padding: 1.5rem 0;
  }

  .product--details__wrapper .slick-list {
    padding: 0 50px 0 0 !important;
  }

  .menu-open .header {
    /* padding: 10rem 1rem; */
  }

  .product--media--wrapper {
    margin-left: -12px;
  }

  .menu-open .cart_text {
    padding: 0 !important;
  }

  .header-wrapper .header--has-social .menu-drawer__utility-links {
    padding: 1.5rem 1.5rem 0.7rem;
  }

  header-drawer .copyright__content-wrap {
    padding: 0.5rem 0 1rem 0;
  }
}

.collection.featured-col .slider-buttons button.slider-button.slider-button--prev[disabled="disabled"] {
  display: none !important;
}

div#MegaMenu-Content-1 .mega-menu__list {
  display: flex;
  flex-direction: column;
}

div#MegaMenu-Content-1 .mega-menu__list a {
  font-size: 36px;
  border: 0;
  margin-bottom: 0;
  padding: 0;
  color: #000;
}

@media (max-width: 767px) {
  html .menu-drawer__menu-item,
  .menu-drawer__close-button {
    color: #000 !important;
  }
  .template-page-about-us .banner__heading {
    font-size: 16px;
  }

  .template-index .header--middle-center {
    padding-left: 1rem;
    width: calc(100% + 20px);
    left: -30px;
    right: -30px;
    max-width: calc(100% + 28px) !important;
    padding-right: 1rem;
    background: transparent !important;
  }

  .facets-container .product-count {
    position: absolute;
    text-align: right;
    right: 20px;
    bottom: 3px;
  }

  menu-drawer .mobile-facets__disclosure {
    padding-left: 15px;
  }

  .shopify-section-group-header-group.section .secound__image--banner {
    display: none;
  }

  /* .header-wrapper .header {
    transition: all 0.3s;
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    height: auto;
  } */

  .object-build.image-with-text-sec.first-image-text {
    padding-top: 20px !important;
  }

  .object-build h2.tittle__big.h1.title.mobile_heading {
    font-family: nohemimedium;
    font-weight: 500;
    text-align: left;
  }

  .quality-section h2.image-with-text__heading.inline-richtext.h1 {
    font-family: nohemimedium;
    font-weight: 500;
  }

  .overflow-hidden-tablet .header-wrapper .header {
    background: #fffdf8 !important;
  }

  cart-drawer.drawer {
    top: 43.8px;
  }
  .product_review--main {
    padding: 0 2.5rem;
  }

  .product__info-wrapperr .accordion summary {
    padding: 1.9rem;
  }

  .product-form__submit::after {
    content: none !important;
  }

  .product__details--mobile .product__text {
    font-size: 13px;
  }

  .product__details--mob-title .price__regular .price-item--regular {
    padding-top: 10px;
  }

  .product--details__wrapper .slick-list {
    padding-right: 0;
  }

  .facets .facet-filters__field {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .facet-sec {
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
  }

  .collection-hero__title {
    font-size: 32px;
    width: 100%;
  }

  .collection-hero__title span {
    font-size: 20px;
  }

  .text-right-nospacing .image-with-text__text.rte.body {
    margin: 0rem 0 0 auto;
    font-size: 14px;
    padding: 0;
  }

  .menu-drawer__inner-container .menu-drawer__navigation {
    padding: 0;
    background: #fffdf8;
  }

  .header-wrapper .header {
    min-height: 50px;
  }

  .template-index .header_sticky.header-wrapper .header__icon span {
    color: #121212;
  }

  .template-index .header-wrapper {
    visibility: visible;
    height: auto;
    opacity: 1;
  }

  .template-index .header-wrapper .header__icon span {
    color: #fff;
  }

  .header__icons .desktop-localization-wrapper {
    display: none;
  }

  .first-image-text strong {
    padding-right: 2.5rem;
    font-size: 14px;
  }

  .quality-section .image-with-text__media--medium {
    height: auto;
  }

  .sticky-wrapper-text .image-with-text .image-with-text__text-item {
    position: static;
    margin-top: 2rem;
  }

  /* .quality-section .image-with-text__media img {
    position: static !important;
  } */

  .template-collection .collection .card__heading a {
    font-size: 13px;
  }

  .template-collection .card--standard > .card__content .card__information {
    flex-direction: column;
    text-align: left;
  }

  .template-collection .collection .card-information {
    width: 100%;
    padding-left: 0;
  }

  .radio-item {
    font-size: 14px;
  }

  .template-collection
    .collection
    .card-information
    > *:not(.visually-hidden:first-child)
    + *:not(.rating):not(.card__information-volume-pricing-note) {
    text-align: left;
  }

  .facets-container .collection-hero__text-wrapper {
    gap: 0;
    padding-bottom: 0;
  }
  p.filter_text {
    margin-top: 0;
    font-size: 14px;
  }
  .desktop__FacetSortForm .radio-item label {
    font-size: 14px;
  }
  .mobile-facets__wrapper {
    display: none !important;
  }
}

@media (max-width: 549px) {
  .about_page--section .block__image--wrap::before,
  .about_page--section .block__image--wrap::after {
    width: 20px;
    /* Adjust size for mobile (left and right arrows) */
    height: 20px;
  }

  .radio-item {
    font-size: 13px;
  }
}

@media (min-width: 750px) {
  .policies {
    display: inline;
    /* margin-bottom: 30px; */
    margin: 1rem;
  }
}

body.template-page-about-us.page-about .image-with-text-sec {
  border-bottom: none;
  padding-bottom: 0;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  text-decoration: unset !important;
}

/* WTF Media css for homepage */

.video-content {
  position: absolute;
  bottom: 15%;
  left: 3%;
}

.video-content h2 {
  color: #fffdf8;
  text-transform: uppercase;
  font-size: 105px;
  font-family: "nohemimedium";
  line-height: 1;
  margin: 0 0 20px 0;
}
.video-content a {
  background: #004fff;
  color: #fffdf8;
  font-family: "nohemimedium";
  max-width: 220px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.video-content a:last-child {
  background: #fffdf8;
  color: #004fff;
}
.video-content a:hover {
  background: #fffdf8;
  color: #004fff;
  transition: 0.5s;
}
.video-content a:last-child:hover {
  background: #004fff;
  color: #fffdf8;
  transition: 0.5s;
}
.collection .card__inner ~ .card__content {
  position: unset;
  bottom: unset;
  visibility: unset;
  opacity: 1;
  transition: all 0.3s;
  right: 0;
  width: auto;
  border: none;
  background: transparent;
  padding: 10px 0;
}
.template-search .collection .card__inner ~ .card__content {
  padding: 10px 0;
}

.template-search .collection-hero__text-wrapper {
  display: none;
}

.card__information {
  display: flex;
}
.card__information .rte.short_description {
  display: none;
}
.price {
  text-align: right;
  font-weight: 600;
}
.card--standard > .card__content .card__information h3 {
  flex: 0 0 60%;
}
.collection.featured-col {
  position: relative;
}
.collection.featured-col
  .slider-buttons
  button.slider-button.slider-button--prev {
  position: absolute;
  top: 40%;
  left: 20px;
  transform: translate(0, -50%);
  background: #004fff;
  width: 35px;
  height: 35px;
  z-index: 999;
}
.collection.featured-col
  .slider-buttons
  button.slider-button.slider-button--next {
  position: absolute;
  top: 40%;
  right: 5px;
  transform: translate(0, -50%);
  background: #004fff;
  width: 35px;
  height: 35px;
  z-index: 999;
}

.collection.featured-col .slider-counter {
  display: none;
}

body(.current-template-index) img {
  transition: transform 0.9s ease-in-out !important;
  cursor: pointer;
  width: 100% !important;
  display: block;
}

body(.current-template-index) img:hover {
  transform: scale(1.05) !important;
}

.collection.featured-col
  .slider-buttons
  button.slider-button.slider-button--prev:after {
  background-image: url(/cdn/shop/files/arrow.png?v=1746612526);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 20px;
  height: 16px;
}

.collection.featured-col
  .slider-buttons
  button.slider-button.slider-button--next:after {
  background-image: url(/cdn/shop/files/arrow.png?v=1746612526);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 20px;
  height: 16px;
}

.collection.featured-col .slider-buttons .svg-wrapper {
  display: none;
}

.quick-add__submit {
  font-weight: bold;
}

@media (min-width: 1799px) {
  #shopify-section-template--24601894977854__image_with_text_e7mEkm
    .image-with-text__text
    a {
    padding: 17.6px 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .video-content h2 {
    font-size: 45px;
  }
  .video-content a {
    margin: 5px 0;
    max-width: 100%;
    font-size: 12px;
    font-weight: 600;
  }
  .video-content {
    bottom: 8%;
    right: 3%;
  }
  .featured-col h2 + .collection__view-all a:after {
    top: 3px;
  }
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: 50%;
  }
  .featured-col .card__content .card__information {
    flex-wrap: wrap;
  }
  body:not(.template-search)
    .card--standard
    > .card__content
    .card__information
    h3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .collection.featured-col .card-static-cls .card__heading a {
    font-size: 13px;
    font-weight: 500;
    font-family: "nohemiregular";
  }

  .price {
    text-align: unset;
    font-size: 13px !important;
    padding-top: 0;
  }
  .banner-content h3 {
    font-size: 56px !important;
  }
  .banner-content a {
    display: block;
  }
  .archives-section {
    flex-wrap: wrap;
  }
  div#insta-feed {
    margin-bottom: 30px;
  }
  .banner__menu--linklist-wrap,
  .header-wrapper h1.header__heading {
    display: block !important;
  }
  /* .template-index .header--middle-center {
    top:25px;
  }
  .shopify-section-header-sticky.scrolled-past-header header.header{
    position:fixed;
    top:0;
  } */
  /* .template-index.gradient .section-header {
    position: sticky;
  } */

  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social {
    margin: 0;
    width: 100%;
    margin: auto;
  }
  .other_header_sticky
    header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-social {
    margin: 0;
  }
  .header_sticky .list-menu__item {
    font-size: 32px;
  }
  .menu-drawer summary.menu-drawer__menu-item .svg-wrapper {
    display: none;
  }
  .phase-3-banner .banner-content,
  .banner-content {
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .phase-3-banner .banner-content a {
    max-width: 100%;
    background: #fffdf8;
    color: #004fff;
    font-size: 12px;
    font-weight: 600;
  }
  .archives-section .banner-content a {
    max-width: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: 43%;
  }
}

.cart-count-bubble span {
  font-size: 10px;
}

.instagram-heading .center.collection__view-all {
  position: relative;
  padding-right: 25px;
}

.instagram-heading .collection__view-all a:after {
  background-image: url(https://wearenotice.com/cdn/shop/t/35/assets/icon-arrow.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: -28px;
  top: 1px;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.instagram-heading .collection__view-all a:after {
  top: 3px;
}
.instagram-heading .collection__view-all a:after {
  right: 0px;
  top: 5px;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}

/* Product Page */

body:not(.current-template-index) main#MainContent {
  padding-top: 0px;
}
/* body:not(.current-template-index) .header {
  border-bottom: 1px solid #000;
} */
body:not(.current-template-index) .header__heading-logo {
  filter: none;
}
body:not(.current-template-index) .list-menu__item {
  color: #000;
}
body:not(.current-template-index) header nav ul li a {
  color: #000 !important;
}
.product-form__input--swatch legend {
  display: none;
}
.quick-add__submit {
  min-height: 40px;
  height: 40px;
  font-size: 12px;
  background: #004fff;
  color: #fff;
  font-family: "nohemimedium";
  text-transform: uppercase;
}
.quick-add__submit.button--secondary:after {
  opacity: 0 !important;
}
.collection .card__heading a {
  font-size: 20px;
  line-height: 1;
}
.card--standard > .card__content .card__information {
  align-items: center;
}
.notice-slideshow ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  background: #004fff;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 50px;
}

.template-collection.secondary-logo--visible .header {
  border-bottom: 0 !important;
}

.notice-slideshow .slick-dots li button {
  width: 10px !important;
  height: 10px;
  background: #ccccccb0;
  padding: 0;
}

.notice-slideshow li.slick-active button {
  background: #fff;
}

.other_header_sticky .svg-wrapper > svg path {
  fill: #000 !important;
}
body.current-template-product .svg-wrapper > svg path {
  fill: #000 !important;
}
svg.icon.icon-cart-empty {
  width: 100%;
}
span.cart_text {
  display: none;
}

.mega-menu__list {
  display: flex !important;
}

.mega__menu--images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: auto;
  max-width: unset;
  flex: 0 0 25%;
  margin-left: auto;
  padding: 25px 0 45px;
  border-left: 2px solid #000;
}

.mega__menu--images .megamenu__promo {
  flex: 0 0 100%;
}

.sliding__track .slide__item .grid__item {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: auto !important;
}
.mega-menu__content .mega-menu__list > li {
  padding: 0 20px;
}
.megamenu__promo-content {
  font-size: 12px;
  color: #121212;
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-visible:not(.buy__button--view).footer-visible .product-form__buttons {
  display: none;
}

.megamenu-image-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-right: 20px;
}

.mega-menu__content .mega-menu__list > li:not(:first-child) {
  border-top: 2px solid;
  padding-top: 20px;
}

.mega-menu__content .mega-menu__list > li:last-child {
  padding-bottom: 20px;
}

.megamenu__promo-link {
  color: #121212;
  text-decoration: none;
}
.product-count__text {
  display: none;
}

.HeaderMenu-shop-all,
.HeaderMenu-shop-phase-1,
.HeaderMenu-shop-phase-2 {
  font-size: 16px;
}
ul.list-unstyled li a {
  font-size: 13px !important;
}

.footer-block__details-content ul.list-unstyled li a {
  font-size: 16px !important;
}

.header-wrapper .header--has-social .menu-drawer__utility-links {
  background: #fffdf8;
  color: #000;
  border-bottom: 1px solid #000;
}

.announcement-bar__message {
  font-family: "nohemiregular" !important;
}

.menu-drawer__menu-item {
  font-family: "nohemimedium" !important;
  font-weight: 500 !important;
}

.jdgm-widget.jdgm-widget {
  text-transform: uppercase;
}

.metafield-rich_text_field p {
  margin-top: -5px;
  margin-bottom: 0;
}
.price__badge-sold-out,
.price__badge-sale {
  display: none !important;
}
.product-card-wrapper product-form button {
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .product-card-wrapper product-form button {
    font-size: 12px;
  }
  .product--details__wrapper .product__details--mob-title {
    flex-direction: row-reverse;
  }
  .phase-3-banner img {
    display: block;
    width: 100%;
  }
  .menu-drawer__menu-item {
    font-size: 3rem !important;
    padding: 1.9rem 3rem 1.5rem !important;
  }
  .js .menu-drawer__menu li {
    margin: 0 !important;
  }
  body.overflow-hidden-tablet .header__heading-logo {
    filter: none;
  }
  .header__icon--menu[aria-expanded="true"]:before {
    height: unset !important;
  }
  .policies--wrap .policies a {
    font-size: 1.2rem !important;
  }
  .menu-drawer__navigation-container ul.policies {
    padding: 0 !important;
  }
  .marquee-item {
    font-size: 1rem !important;
    font-weight: 500;
    letter-spacing: 0.7px;
  }
  .marquee-item:after {
    opacity: 1 !important;
  }
  .notice-slideshow .slide-item img,
  .notice-slideshow .slide-item video {
    height: 800px;
  }
  .header__icon--menu .icon {
    position: static;
  }
  .header__icons {
    gap: 0.4rem;
  }
  svg.icon.icon-cart-empty {
    width: 100%;
  }
  .other_header_sticky .svg-wrapper > svg path {
    fill: #000 !important;
  }
  body.current-template-product .svg-wrapper > svg path {
    fill: #000 !important;
  }
  .product-form__input--swatch {
    justify-content: flex-end;
  }
  .notice-slideshow .slick-dots li button {
    width: 7px !important;
    height: 7px;
  }
  .header-wrapper h1.header__heading {
    margin-left: 30px;
  }
  body:not(.current-template-index)
    a.header__heading-link.link.link--text.focus-inset {
    margin-left: 30px;
  }
  .image-with-text-sec .page-width {
    max-width: 100%;
    padding: 0 20px;
  }
  .text__2,
  .text__1 {
    width: 100%;
  }
  div#shopify-section-template--24324186997054__image_with_text_GcRhwg img,
  div#shopify-section-template--24324186997054__image_with_text_GcRhwg
    .image-with-text__heading,
  div#shopify-section-template--24324186997054__image_with_text_GcRhwg p,
  div#shopify-section-template--24324186997054__image_with_text_GcRhwg ul {
    padding: 0;
  }
  #shopify-section-template--24601894977854__image_with_text_GcRhwg
    .image-with-text-sec
    .page-width {
    padding: 0 10px;
  }
}

.template-page-about-us .banner__heading > p {
  font-family: "nohemiregular";
}

.product-form__buttons .shopify-payment-button__button {
  font-size: 0;
}

.product-form__buttons .shopify-payment-button__button::after {
  content: "Buy Now";
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
