/** Shopify CDN: Minification failed

Line 54:0 All "@import" rules must come first

**/
:root {
  --swiper-navigation-size: 20px !important;
}
:root {
  --swiper-theme-color: #ff006d !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  display: flex !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px !important;
  top: 40% !important;
  background: #fff;
}
.swiper-slide:hover .swiper-button-next,
.swiper-slide:hover .swiper-rtl .swiper-button-prev,
.swiper-slide:hover .swiper-button-prev,
.swiper-slide:hover .swiper-rtl .swiper-button-next {
  display: flex !important;
}
@media screen and (max-width: 749px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .swiper-slide {
  }
}
.swiper {
  width: 100%;
  overflow: hidden;
}

/* Removed width: auto; which was causing the large pixel width issue */
.swiper-slide {
  /* No fixed width here, let Swiper calculate it */
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

h2.h1 {
  font-size: 32px;
}
.custom_link {
  margin-top: 10px;
}
a.button {
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
  font-size: 13px;
  min-width: fit-content;
  padding: 0 2rem;
}
div#codking-otp-login {
  display: none;
}
@media screen and (max-width: 768px) {
  h2.h1 {
    font-size: 24px;
  }
  h2.title.inline-richtext.h1 {
    font-size: 28px !important;
  }
  a.button {
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
    font-size: 13px;
    min-width: fit-content;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
  }
}
p {
  color: #4f4f51;
}
.subtitle P {
  color: rgba(var(--color-foreground));
}

.price.price--on-sale,
.price {
  color: #cf2b1e !important;
}
h3.card__heading.h5 a.full-unstyled-link {
  font-size: 14px;
}
.price.price--on-sale {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  h3.card__heading.h5 a.full-unstyled-link {
    font-size: 12px;
  }
  .price.price--on-sale {
    font-size: 12px;
  }
  .price--on-sale .price-item--regular {
    font-size: 12px !important;
  }
  .badge {
    font-size: 1rem !important;
    padding: 0.4rem 0.8rem !important;
  }
  .card--media .card__inner .card__content {
    padding: 5px !important;
  }
  body {
    font-size: 1.25rem;
  }
}
/****** header ******/
.header__menu-item:hover span {
  text-decoration: none;
}
/* .header__menu-item .icon-caret {
    display: none;
} */
.footer_links a.list-menu__item,
.list-menu__item.link span {
  position: relative;
}
.footer_links a.list-menu__item:after,
.list-menu__item.link span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color: #413970;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer_links:hover a.list-menu__item:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: #fff;
}
.footer-block__details-content .list-menu__item--link:hover {
  text-decoration: none !important;
}

.list-menu__item.link:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header__menu-item.list-menu__item span {
  font-size: 14px;
  font-weight: 400;
}
summary.header__menu-item.list-menu__item.link.focus-inset {
  padding-right: 2.3rem;
  padding-left: 0;
}
a.mega-menu__link.mega-menu__link--level-2.link {
  text-align: left;
}

.header__menu-item .icon-caret {
  right: 8px;
}
svg.icon.icon-cart {
  width: 2rem;
  height: 2rem;
}
details[open] > .header__menu-item {
  text-decoration: none;
}
a.mega-menu__link.link {
  text-align: left;
}

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-columns: auto 1fr auto;
    text-align: end;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/**** featured collectionlist *****/

.collection-image-bar {
  width: 100%;
  display: flex;
  padding: 10px 7px;
  flex-direction: row;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
  justify-content: center;
  gap: 4rem;
}
.collection-image-item {
  text-decoration: none;
  box-sizing: border-box;
}

a.collection-image-link.link.link-text p {
  margin: 0 auto;
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  font-size: 14px;
  line-height: 23.13px;
  text-align: center;
}
a.collection-image-link {
  text-decoration: none;
}
.collection-image-link img {
  border-radius: 50%;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .collection-image-link img {
    width: 92px;
    height: auto;
  }

  a.collection-image-link.link.link-text p {
    font-size: 14px;
    line-height: 1.8rem;
  }
  .collection-image-bar {
    gap: 20px;
  }
}
@media screen and (max-width: 425px) {
  .collection-image-bar {
    gap: 36px;
  }
}
@media screen and (max-width: 320px) {
  .collection-image-bar {
    gap: 10px;
  }
}

/******** custom slideshow ************/
.custom_slideshow
  .slider-counter__link--active.slider-counter__link--dots
  .dot {
  background: #000;
}
.custom_slideshow .slider-button {
  color: #000;
}
.custom_slideshow .slideshow__autoplay path {
  fill: #000;
}
.custom_slideshow .slideshow__autoplay:hover path {
  fill: #000;
}

.custom_slideshow .desktop_image {
  display: block !important;
}
.custom_slideshow .mobile_image {
  display: none !important;
}
.custom_slideshow .slideshow__controls.slideshow__controls--top.slider-buttons {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .custom_slideshow
    .slideshow__controls.slideshow__controls--top.slider-buttons {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 50%;
  }
  .custom_slideshow .mobile_image {
    display: block !important;
  }
  .custom_slideshow .desktop_image {
    display: none !important;
  }
}

/************** custom-collage **************/

.custom_collage_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 10px;
}

.custom_collage_grid > div:nth-child(3) {
  order: -1;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.custom_collage_grid a {
  text-decoration: none;
}

.card_text .img_text {
  color: #000;
}
.custom_collage_grid_item .card__content {
  position: absolute;
  top: 0;
  text-align: left;
  height: 100%;
  width: 100%;
  align-items: end;
  left: 15px;
}

.card_text {
  position: absolute;
  z-index: 9;
  top: 15px;
  left: 15px;
  color: #fff;
  display: flex;
  align-items: start;
  height: 90%;
  width: 100%;
  flex-flow: column;
  justify-content: end;
}
.card_text h2,
.custom_collage_grid_item .card__content h3.card__heading a {
  text-align: left;
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 750px) {
  .custom_collage_grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 15px;
  }
  .custom_collage_grid > div:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .custom_collage_grid > div:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
  }
  .custom_collage_grid > div:nth-child(3) {
    grid-column: 5 / 12;
    grid-row: 1 / 3;
  }
  .custom_collage_grid > div:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .custom_collage_grid > div:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }
}

/********** shop the look  ****************/

.shop_the_look_headig h2.title.h1 {
  text-align: center;
  margin-bottom: 20px;
}

.look_block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  justify-content: center;
}

.block_image_container {
  flex: 1;
  max-width: 50%;
}

.block_image_container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.shop_product_container {
  flex: 1;
  max-width: 40%;
  display: flex;
  flex-direction: column;
}

.shop_product_container .block_product_title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4f4f51;
  text-decoration: none;
}

.shop_product_container .block_product_variant,
.shop_product_container .block_product_price {
  font-size: 15px;
  margin-bottom: 10px;
  color: #4f4f51;
}

a.button.button--primary.block_product_buy_btn {
  max-width: 170px;
  font-size: 13px;
}

.section-shop-the-look {
  border-top: 1px solid;
}
.section-shop-the-look ol.flickity-page-dots {
  bottom: 4%;
  width: 30%;
  right: 26.7%;
}
.flickity-slider:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .block_product_image {
    width: 100%;
    height: auto;
  }
  img.look_product_image {
    width: 100%;
    height: auto;
  }
  .shop_product_container {
    max-width: 100%;
  }

  .section-shop-the-look ol.flickity-page-dots {
    right: 15%;
  }
  .shop_product_container .block_product_variant,
  .shop_product_container .block_product_price {
    font-size: 14px;
  }
  .shop_product_container .block_product_title {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .look_block {
    flex-wrap: unset;
  }
  .blcok_image {
    width: 50%;
  }
  .blcok_image img.look_product_image {
    width: 100%;
  }
}

/********* featured_collection_2 *********/

.featured_colllection_2 .text-center {
  text-align: center;
}
.featured_colllection_2 .collection__description.body {
  width: 64%;
  margin: 0 auto;
}
h2.title.inline-richtext.h1 {
  font-weight: 500;
  font-size: 32px;
}
/* .noir_buy {
display:none;
} */

.price.price--on-sale,
.price.price--sold-out.price--on-sale,
product-recommendations .price.price--on-sale {
  color: #cf2b1e;
}

h3.card__heading.h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 768px) {
  .featured_colllection_2 .collection__description.body {
    width: 100%;
  }
}

/* custom multicolumn */

.upgrade-section {
  text-align: center;
  padding: 2rem;
}

.upgrade-section h2 {
  margin: 0 !important;
}

.upgrade-section .card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 2rem;
}

.upgrade-section .card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.upgrade-section .image-container {
  overflow: hidden;
  height: 100%;
  max-height: 392px;
  position: relative;
}

.upgrade-section .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.upgrade-section .card:hover .image-container img {
  transform: scale(1.05);
}

.upgrade-section .card-content {
  position: absolute;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: end;
  height: 100%;
  text-align: left;
}

.upgrade-section .card-content_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.upgrade-section .offer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.upgrade-section .card-content p {
  color: #4e4e72;
  margin-bottom: 0.5rem;
}

.upgrade-section .card-content .offer {
  font-size: 1.5rem;
  font-weight: bold;
  color: #4e4e72;
  margin-bottom: 1rem;
}

.upgrade-section .card-content button {
  background-color: #4e4e72;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.upgrade-section .card-content button:hover {
  background-color: #3c3c5c;
}

.upgrade-section .text_container {
  padding: 1rem 4rem;
  background-color: white;
  box-shadow: inset 0px 0px 12px -8px #000;
  position: relative;
  height: fit-content;
}

.upgrade-section_text_container {
  padding: 25px 0;
}

.upgrade-section p.image-with-text_header {
  font-weight: 500;
  font-size: 26px;
  margin: 0;
}

.upgrade-section .card-content .image-with-text__text--caption {
  font-size: 14px;
  font-weight: 400;
  color: #6c6c6c;
}

.upgrade-section a.custom_button {
  text-decoration: none;
  color: #413970;
  background: #fff;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
}
.upgrade-section img.block_logo {
  height: auto;
}
.custom_multi_column {
  border-top: 1px solid #413970;
}
.upgrade-section p.image-with-text__text--caption {
  margin-top: 0;
}
@media (max-width: 768px) {
  .upgrade-section .card-container {
    grid-template-columns: 1fr;
    overflow-x: auto;
    display: flex;
    gap: 1rem;
    padding-bottom: 10px;
  }
  .upgrade-section .card {
    min-width: 96%;
  }
  .upgrade-section .image-container img {
    height: revert-layer;
    max-height: 100%;
  }
  .upgrade-section .text_container {
    padding: 0 1rem;
    text-align: center;
  }
  .upgrade-section .card-content p {
    font-size: 14px;
  }
  p.image-with-text__text--caption,
  .upgrade-section .card-content .image-with-text__text--caption {
    font-size: 14px;
  }
  .collection__title.title-wrapper.text-center.title-wrapper--no-top-margin.page-width {
    text-align: center;
  }
  .upgrade-section img.block_logo {
    max-width: 100px;
    height: auto;
  }

  .upgrade-section a.custom_button {
    padding: 8px;
  }

  .upgrade-section .offer_container {
    padding: 15px;
  }

  .card-content_container {
    flex-direction: column;
    height: 100%;
  }
  .upgrade-section .card-content_container {
    justify-content: space-around;
    flex-direction: column;
  }
}
/******** custom-collection-list *********/
.custom-card-collection .card__information {
  /*position: absolute;
  bottom: 10%;
  left: 10%;*/
}
.custom-card-collection h2.card__heading {
  margin: 10px 0;
}
.custom-card-collection h2.image-with-text_header {
  /*font-size: 28px;
  font-weight: 500;
  color: #fff;*/
}
.custom-card-collection h2.image-with-text_header {
  font-size: 14px;
  margin: 0 0 15px 0;
}
.custom-card-collection .image-with-text_header span.icon-wrap {
  display: none;
}
.custom-collection-list
  .title-wrapper-with-link.title-wrapper--self-padded-tablet-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .custom-card-collection h2.image-with-text_header {
    /*font-size: 24px;*/
  }
}
.custom-collection-list {
  border-top: 1px solid;
}

/********* featured_collection_3 *********/

.featured_colllection_3 img.motion-reduce,
.featured_colllection_3 .card__inner.ratio {
  border-radius: 20px;
}

.featured_colllection_3 .collection__title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.featured_colllection_3 p.image-with-text__text {
  margin-bottom: 0;
}
.featured_colllection_3 .collection__view-all a.button {
  text-transform: uppercase;
  font-size: 12px;
  min-height: 26px;
  font-weight: 500;
  background: #dad7d8;
  color: #4f4f51;
}

.featured_colllection_3 .collection__view-all a.button svg {
  width: 12px;
  height: auto;
  margin-top: 1.4px;
  margin-left: 3px;
}

.featured_colllection_3 .collection__view-all a.button:after {
  box-shadow: none;
}
.featured_colllection_3 .price.price--on-sale,
.featured_colllection_3 .price {
  color: #cf2b1e !important;
}

.custom-card-product .quick-add__submit {
  min-width: 40%;
  font-size: 12px;
  min-height: 3.5rem;
  border-radius: 12px;
}
.custom-card-product .quick-add__submit.button:after {
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .featured_colllection_3 .collection__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .card__information h3.card__heading.h5 {
    font-size: 14px;
  }
  .custom-card-product .quick-add__submit {
    font-size: 11px;
  }
}

/* custom-image-with-text */

.custom-image-with-text
  .image-with-text__content.image-with-text__content--top {
  padding: 20px 60px 0 0;
}
.custom-image-with-text img.image_with_text_image_2 {
  max-width: 400px;
  max-height: fit-content;
  top: 20% !important;
  right: 0 !important;
  position: absolute;
}
.custom-image-with-text
  .image-with-text__media.image-with-text__media--adapt.global-media-settings {
  position: relative;
  padding-bottom: 0 !important;
}

.custom-image-with-text img.image_with_text_image_1 {
  width: 80%;
  height: 100%;
}
.custom-image-with-text {
  border-top: 1px solid;
}

.custom-image-with-text .image-with-text__media.image-with-text__media--adapt {
  border: none;
}
@media screen and (max-width: 768px) {
  .custom-image-with-text img.image_with_text_image_1 {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 0;
    line-height: 0;
  }
  .custom-image-with-text
    .image-with-text__media.image-with-text__media--large.global-media-settings.background-transparent {
    height: auto;
    overflow: visible !important;
  }
  .custom-image-with-text img.image_with_text_image_2 {
    width: 100%;
    height: auto;
    position: sticky;
  }
  .custom-image-with-text
    .image-with-text__content.image-with-text__content--top {
    padding: 40px 10px;
    text-align: center;
  }

  .custom-image-with-text .image-with-text__text.rte.body {
    max-height: 350px;
    overflow: scroll;
  }
  .custom-image-with-text h2.image-with-text__heading.inline-richtext.h1 {
    margin: 0 auto;
  }

  .custom-image-with-text a.button.button--primary {
    margin-left: auto;
    margin-right: auto;
  }
}

/********* custom-multicolumn-icon ***********/

.multicolumn-logo .title-wrapper-with-link {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.multicolumn-logo {
  border-bottom: 1px solid;
}
@media screen and (min-width: 769px) {
  .multicolumn-logo .title-wrapper-with-link {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .multicolumn-logo .multicolumn-card__info .rte p {
    color: #2e2e2f;
  }
}

/* multicolumn */

.multicolumn-card a.link.animate-arrow.button {
  min-height: calc(4.5rem + var(--buttons-border-width) * 0);
  font-size: 12px;
}

/******* testimonials ********/

::root {
  --color-star: #ffaa47;
}

@media only screen and (min-width: 768px) {
  .customer-reviews--review--has-bg .customer-reviews--content {
    padding: 20px;
  }
}
.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  display: inline-block;
  font-size: 1rem;
  font-family: Times;
  line-height: 1;
}
.customer-reviews--review .star-rating {
  font-size: 25px;
  margin-bottom: 0.9375rem;
  display: flex !important;
}
.star-rating:before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    #ffaa47 var(--star-percent),
    #e1e1e1 var(--star-percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.customer-reviews--review p {
  margin: 0 0 10px 0;
}

h2.testimonial-title.h1.text--center {
  text-align: center;
}
.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.testimonial-block {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 20px;
}
.testimonial-container-slider .testimonial-block {
  max-width: calc(45% - 20px);
}
.customer-review-content {
  border-top: 2px solid #989898;
  border-left: 2px solid #989898;
  padding: 25px;
  min-height: 272px;
}
.testimonial-container .colored_text {
  color: #ff006d;
}
.custom-testimonial {
  border-top: 1px solid;
}

h2.footer-block__heading.rte {
  font-size: 12px;
}
@media (max-width: 768px) {
  .testimonial-container {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 0;
    justify-content: start;
  }
  .testimonial-block {
    flex: 0 0 100%;
    max-width: 90%;
  }
}

/* insta reel */

.instagram-grid-container {
  display: grid;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  align-content: center;
}

.instagram-grid-container li.ingtagram-grid-item {
  width: 30% !important;
  height: auto !important;
  max-width: 100% !important;
  min-width: 30% !important;
}

/******* footer ***********/

.footer__content-bottom.scroll-trigger.animate--slide-in {
  border-top: 0;
}
.footer-border {
  border-top: 1px solid #a09cb7;
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  height: 1px;
  display: block !important;
}

.footer-block__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer-block__heading-wrapper {
  display: flex;
  align-items: center;
}
h2.footer-block__heading.inline-richtext {
  margin-bottom: 10px;
  font-size: 14px;
}
a.link.link--text.list-menu__item.list-menu__item--link {
  font-weight: 400;
}
.footer-block__summary svg {
  transition: transform 0.3s ease;
}

.footer-details[open] .footer-block__summary svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  h2.footer-block__heading.inline-richtext {
    font-size: 14px;
  }

  .footer-block__details-content .list-menu__item--link {
    font-size: 13px;
  }
}

/*********** banner ************/
@media screen and (max-width: 768px) {
  h2.banner__heading {
    font-size: 30px;
  }

  .banner__text.subtitle {
    font-size: 16px;
  }
}

/*********** pdp ***************/

.product__media.media.media--transparent {
  border-radius: 5px;
}
.product__title h1 {
  font-size: 22px;
}
.quantity:after {
  border-radius: 5px;
}
.product__info-container p,
.product__info-container ul li {
  font-size: 14px;
  color: rgba(var(--color-foreground));
}
.product__info-container .accordion {
  border-top: 0;
}
a.button.button--full-width.button--secondary.whats-app-btn {
  max-width: 96.5%;
}
.noir_text_wrapper_icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.noir_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.noir_text p {
  margin: 0;
  font-size: 12px;
  color: #000;
}
.noir_icon img {
  width: 48px;
  height: auto;
}
.product-form__input.product-form__quantity {
  margin: 0 0 1rem !important;
}
.noit_quantity {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
.noir_buy {
  width: 100%;
}
.product__title h1 {
  font-size: 22px;
}

.product__info-container p {
  font-size: 13px;
}
product-form.product-form {
  margin: 0 !important;
}
@media screen and (min-width: 750px) {
  .product__info-container .product-form__input.product-form__quantity {
    max-width: 28%;
    display: inline-block;
  }

  .product__info-container .noir_buy {
    display: inline-block;
    max-width: 70%;
    width: 69%;
  }

  .product__info-wrapper {
    padding: 0 0 0 10rem;
  }
}
.product__info-container .price .price-item {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-size: 16px;
}
.product__tax {
  margin-top: -1.4rem;
  display: none;
}
.product-form__input .form__label {
  padding-left: 0;
  font-size: 12px;
  color: #122451;
  font-weight: 600;
}
.product-form__input--pill input[type="radio"] + label {
  padding: 1rem !important;
  text-transform: capitalize;
}
.icon-with-text__item .h4,
.accordion__title {
  font-family: var(--font-body-family);
  font-size: 1.4rem;
}
.icon-with-text__item .h4 {
  font-size: 1.2rem !important;
}
.icon-with-text {
  --icon-size: calc(var(--font-heading-scale) * 5rem) !important;
  --icon-spacing: calc(var(--font-heading-scale) * 1rem);
}
@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 100%;
  }
  .icon-with-text__item .h4 {
    font-size: 1.3rem !important;
  }
}
.thumbnail-list__item.slider__slide {
  width: calc(20% - 0.6rem) !important;
}
.thumbnail-slider .thumbnail-list.slider {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .product__title h1 {
    font-size: 18px;
  }
  .noir_text p {
    margin: 0;
    font-size: 11px;
  }
}

/* media gallery */

media-gallery .slideshow__controls.slider-buttons.prev {
  position: absolute;
  top: 35%;
  left: 2%;
  border-radius: 50%;
  background: #9a9a9a;
  opacity: 0.75;
  z-index: 4;
}
media-gallery .slideshow__controls.slider-buttons.next {
  position: absolute;
  top: 35%;
  right: 2%;
  border-radius: 50%;
  background: #9a9a9a;
  opacity: 0.75;
  z-index: 4;
}

media-gallery .slideshow__controls.slider-buttons.next:hover,
media-gallery .slideshow__controls.slider-buttons.prev:hover {
  opacity: 1;
}

media-gallery .slider-buttons .icon.icon-caret path {
  fill: #fff;
}

/* .slideshow__controls.slider-buttons {
    display: flex !important;
    justify-content: center;
    align-items: center;
} */
media-gallery li.product__media-item {
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  media-gallery .slideshow__controls.slider-buttons.prev,
  media-gallery .slideshow__controls.slider-buttons.next {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: flex !important;
    align-items: center;
  }
}

/* **************** Offer CSS **************** */
.hokipoffers h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: black;
}
.hokipoffers p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 10px;
}
.hokipoffers {
  border: 1px dashed black;
  padding: 20px;
  border-radius: 10px;
  background: #f2f2f2;
}



.badge.badge-best-seller {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-transform: uppercase;
    background: #ff006d;
    color: #ffffff;
}
.footer__copyright {
    margin-top: 0 !important;
}
.copyright__content, .noir_link a {
    font-size: 12px !important;
    color: #fff !important;
    text-transform: uppercase;
}
.footer__content-bottom-wrapper {
    align-items: center;
    justify-content: space-between;
}
.noir_link a {
    letter-spacing: .07rem;
    line-height: calc(1 + .7 / var(--font-body-scale));
}
@media screen and (max-width: 749px) {
    .footer__content-bottom-wrapper {
        flex-wrap: wrap;
        row-gap: .5rem;
        justify-content: center;
    }
}