/** Shopify CDN: Minification failed

Line 3367:0 Unexpected "}"

**/
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeueBlack.woff2?v=1722863129') format('woff2'),
         url('/cdn/shop/files/HelveticaNeueBlack.woff?v=1722863129') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeueMedium.woff2?v=1722863128') format('woff2'),
         url('/cdn/shop/files/HelveticaNeueMedium.woff?v=1722863129') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/cdn/shop/files/Helvetica.woff2?v=1722863539') format('woff2'),
         url('/cdn/shop/files/Helvetica.woff?v=1722863539') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Kudryashev Headline';
    src: url('/cdn/shop/files/KudryashevHeadlineSansWeb.eot');
    src: url('/cdn/shop/files/KudryashevHeadlineSansWeb.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/KudryashevHeadlineSansWeb.woff2') format('woff2'),
        url('/cdn/shop/files/KudryashevHeadlineSansWeb.woff') format('woff'),
        url('/cdn/shop/files/KudryashevHeadlineSansWeb.ttf') format('truetype'),
        url('KudryashevHeadlineSansWeb.svg#KudryashevHeadlineSansWeb') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  -webkit-tap-highlight-color: transparent;
   font-family: 'Helvetica';
   font-weight: 400;
}


h1 {
  font-family: Kudryashev Headline !important;
  font-weight: 400 !important;
}

.d-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.d-grid-row {
  display: grid;
}

.col-12 {
  flex: 100%;
  max-width: 100%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.section {
  margin: 0 !important;
}

a {
  text-decoration: none;
}

ul,p,h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}

.cst-d-block {
  display: block;
}

.cst-heading {
  font-family: Kudryashev Headline !important;
  font-weight: 400 !important;
}

section {
  margin: 0 !important;
}

.main-page-title {
  text-align: center;
}

.cst-text-center {
  text-align: center;
}

.product-popup-modal {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.product-popup-modal[open] {
  -webkit-transform: none;
  background: #0000006b;
  transform: none;
}

.cst__payment_btn .shopify-payment-button__button .size--small {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #4e4e4e;
  background-color: #4e4e4e;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  transition: color .3s ease-out;
  width: max-content;
  min-height: 44px;
  z-index: 0;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopify-payment-button__more-options {
  display: none !important;
}

.cst__payment_btn {
  width: 100%;
}

.cst__payment_btn .shopify-payment-button__button .size--small::before {
  content: '';
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0.9;
  z-index: -1;
  transition: width 0.3s ease-out;
  border-radius: 0px;
}

.cst__payment_btn .shopify-payment-button__button .size--small:after {
  border-color: transparent;
  box-shadow: none;
  content: none;
}

.cst__payment_btn .shopify-payment-button__button .size--small:hover::before {
  width: 100%;
}

.cst__payment_btn .shopify-payment-button__button .size--small:hover {
  color: #4e4e4e;
  z-index: 1;
}

.custom__button {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #4e4e4e;
  background-color: #4e4e4e;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  transition: color .3s ease-out;
  width: max-content;
  min-height: 44px;
  z-index: 0;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom__button::before {
  content: '';
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0.9;
  z-index: -1;
  transition: width 0.3s ease-out;
  border-radius: 0px;
}

.custom__button:after {
  border-color: transparent;
  box-shadow: none;
  content: none;
}

.custom__button:hover::before {
  width: 100%;
}

.custom__button:hover {
  color: #4e4e4e;
  z-index: 1;
}

.product__info-wrapper .buy_btn.custom__button:hover {
  color: #4e4e4e;
}


.desktop-hide {
  display: none;
}


.buy_btn.custom__button button:after,
.buy_btn.custom__button button:before {
  content: none;
}

.buy_btn.custom__button:hover button{
  color: #4e4e4e;
}

.buy_btn.custom__button:before{
  z-index: 0 !important;
}

.buy_btn.custom__button button:hover {
  background: transparent;
  color: #4e4e4e;
}

.announcement-bar .announcement-bar__message {
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.77px;
  text-transform: uppercase;
  letter-spacing: normal;
  padding: 0px 3px 0px 0px;
  border-right: 1.5px solid #ffffff;
  min-height: auto;
}

header .header__inline-menu .list-menu a {
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  line-height: 19.76px;
  text-align: left;
  color: #000000 !important;
  padding-top: 24px;
  letter-spacing: normal;
  padding-bottom: 21px;
}

header .header__icon--cart .icon {
  height: 2rem;
  width: 3rem;
}

header.header {
  padding-top: 21px;
  padding-bottom: 0;
}

header nav.header__inline-menu {
  margin: 19px 0px 0px;
}


header.header .header__heading-link {
  /* padding: 0px 7.500px; */
}

span.cst_logo_tagline {
  display: block;
  width: 100%;
  text-align: center;
  line-height: normal;
  color: #000000;
  font-family: 'Helvetica';
  padding: 5px 0px 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 100;
  border-top: 1px solid #000000;
  margin-top: 4px;
}

header nav.header__inline-menu:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #0000001a;
  position: absolute;
  left: 0;
  display: block;
}

header .cart-count-bubble {
  background: #991b1f;
  align-items: center;
  justify-content: center;
  top: 5px;
  width: 16px;
  height: 16px;
  right: 3px;
  left: auto;
}

header .cart-count-bubble span {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 500;
  line-height: 11.86px;
  display: flex;
  text-align: center;
  height: 100%;
  width: 100%;
}

.custom-related-products .custom__container {
  max-width: 1780px;
  padding: 0px 116px;
}

.hero-section .banner-wrapper:after {
  /* content: ""; */
  /* display: block; */
  /* padding-top: 43.056%; */
}

.hero-section .banner-wrapper {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex !important;
  flex-wrap: wrap;
  padding: 25px;
}

.hero-section .banner-content-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.hero-section .hero-block-slider {
  overflow: hidden;
}

.hero-section .banner-title {
  font-family: Kudryashev Headline;
  font-size: 60px;
  font-weight: 400;
  line-height: 73px;
  text-align: left;
  color: #000000;
}

.hero-section .banner-text {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin: 34px 0px 0px;
}

.hero-section .banner-content {
  max-width: 605px;
  margin-left: auto;
}

.hero-section .banner-button-wrap {
  display: flex;
  width: max-content;
  margin: 34px 0px 0px;
}

.hero-section .block-banner-image .image-wrapper {
  position: relative;
}

.hero-section .block-banner-image .image-wrapper .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.collections-block-section .collections-title-wrap {
  font-family: Kudryashev Headline;
  font-size: 40px;
  font-weight: 400;
  line-height: 73px;
  text-align: center;
  padding: 0px 0px 38px;
}

.collections-block-section .collections-block-wrap.d-grid-row {
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-gap: 18px;
}

.collections-block-section .collections-block a {
  display: block;
  position:relative;
}

.collections-block-section .collections-block a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
}

.collections-block-section .collections-image-wrap {
  position: relative;
  /* padding-top: 88%; */
  padding-top: 150%;
  overflow: hidden;
  border-radius: 30px;
}

.collections-block-section .collections-image-wrap .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.6s;
}

.collections-block-section .collections-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px 24px 24px;
}

.collections-block-section .collections-content .title {
  font-family: Kudryashev Headline;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #000000;
  transition: all 0.4s;
}

.collections-block-section .collections-content .collections-name-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 17px 24px;
  border-radius: 10px;
  transition: all .4s ease-in-out;
}

.collections-block-section .collections-block a:hover .collections-content .collections-name-wrap {
  background: #4e4e4e;
}

.collections-block-section .collections-block a:hover .collections-content .title {
  color: #ffffff
}

.collections-block-section .collections-content .collections-name-wrap .arrow-icon {
  display: flex;
}

.collections-block-section .collections-block a:hover .collections-content .collections-name-wrap .arrow-icon svg path {
  fill: #ffffff;
}

.collections-block-section .collections-block a:hover .collections-image-wrap .image {
  scale: 1.1;
}

.custom-card-product .card__content .card__information .card__heading a {
  font-family: Helvetica Neue;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #000000;
  letter-spacing: normal;
}

.custom-card-product .card__badge.bottom.left {
  display: flex;
  gap: 8px;
}

.custom-card-product .card__badge.bottom.left .custom-discount-badge {
  color: #000000;
  background: #ffffff;
}

.custom-card-product .card__content .card__information .price__sale {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-card-product .card__content .card__information .price__container {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-direction: row-reverse;
}

.custom-card-product .card__content .card__information .price__sale .price-item.price-item--sale {
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  color: #000000;
  letter-spacing: normal;
}


.custom-card-product .card__content .card__information .price__sale .price-item.price-item--sale.cst-final-price {
 color: #981b1e;
}

.custom-card-product .card__content .card__information .price-item.price-item--regular.nt-compare {
  display: none;
}

.custom-card-product .card--media {
  background: #f4f4f4;
}

.custom-card-product .card__content .card__information .price-item.price-item--regular {
  margin: 0;
  color: #000000;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: normal;
}

.custom-card-product .card__content .card__information .price {
  margin: 0 !important;
  padding: 8px 0px 0px;
}

.custom-card-product .card__content .card__information {
  padding: 0
}

.custom-card-product .card__content {
  padding: 24px 5px 27px;
}

.custom-card-product .card__inner .card__badge span.badge {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding: 5px 12px 4px;
  display: flex;
  letter-spacing: normal;
  border: none;
  background: #000000;
  width: max-content;
}

.custom-card-product .card-img-wrapper {
  position: relative;
}

.custom-card-product .card__heading a:after {
  content: none;
}

.custom-card-product .hover-icon {
  cursor: pointer;
  display: flex;
}

.cst-d-none {
  display: none;
}

.hover-card-icons {
  overflow: hidden;
}

.custom-card-product .card-inner-icons {
  /* width:90%; */
  /* display: flex; */
  justify-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  position: absolute;
  right: 0px;
  /* top: 75%; */
  margin: 0px auto;
  animation: all 0.4s ease-in-out;
  z-index: 2;
}

.custom-card-product .card__content .card__information .card__heading a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

.custom-card-product .card-inner-icons li span {
  width: 32px;
  height: 32px;
  display: flex;
}

.custom-card-product .card-inner-icons li span svg {
  width: 100%;
  height: 100%;
  display: flex;
}

.custom-card-product .card-inner-icons .wishlist-icon a {
  font-size: 0;
  z-index: 4;
  width: auto;
  height: 100%;
  background: transparent;
  margin-left: auto;
}

.custom-card-product .card-inner-icons .wishlist-icon a.iwishAdded svg path {
  fill: red;
}

.custom-card-product .card-inner-icons .wishlist-icon a.iwishAdded svg circle,
.custom-card-product .card-inner-icons .wishlist-icon a svg circle {
  fill: #ffffff;
}

.custom-card-product .card-inner-icons .wishlist-icon {
  position: relative
}

.custom-card-product .card-inner-icons .wishlist-icon svg {
  position: absolute;
  z-index: 3;
}


.iwishWrapper ul.iwishProducts {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  margin: 0;
}

.iwishWrapper .iWishLoginNote a {
  color: #991b1f
}

.iwishWrapper .iWishLoginNote a:hover {
  text-decoration: underline;
}

.iwishWrapper ul.iwishProducts li.iwishItem {
  width: 100%;
}


.iwishWrapper ul.iwishProducts li.iwishItem .iwishImgWrap {
  height: auto
}

.iwishWrapper .iwishImgWrap a {
  position: relative;
  padding-top: 111%;
  display: block;
  height: auto;
}
.iwishWrapper .iwishImgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.iwishWrapper {
  /* padding: 0px 15px; */
  /* max-width: 1400px; */
  margin: 0 auto !important;
}

.iwishWrapper .iwishMeta .iwishBuyBtn {
  font-size: 18px;
  border-radius: 7px;
  padding: 5px 10px;
  font-family: Helvetica;
  cursor: pointer;
}

.iwishWrapper .iwishMeta-title a {
  font-family: Helvetica Neue;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #000;
  letter-spacing: normal;
}

.iwishWrapper a.iwishRemoveBtn {
  font-family: Helvetica Neue;
  color: #981b1e;
}
.hover-card-icons:hover .card-inner-icons li button {
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  min-width: auto;
  min-height: auto;
  border-radius: 100%;
}

.hover-card-icons .card-inner-icons li button {
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  min-width: auto;
  min-height: auto;
  border-radius: 100%;
}
.hover-card-icons .card-inner-icons li button span{
  font-size: 10px;
}
.hover-card-icons:hover .card-inner-icons li button:hover {
  border: none;
  box-shadow: none;
}

.hover-card-icons:hover .card-inner-icons li button:before {
  box-shadow: none;
  border: none;
}

.hover-card-icons:hover .card-inner-icons li button:before,
.hover-card-icons:hover .card-inner-icons li button:after {
  content: none;
}

.hover-card-icons .card-inner-icons li button:before,
.hover-card-icons .card-inner-icons li button:after {
  content: none;
}

.hover-card-icons:hover .card-inner-icons li button:hover:after {
  box-shadow: none;
}

.hover-card-icons:hover .card-inner-icons li button:focus-visible {
  outline: none;
  outline-offset: none;
  box-shadow: none;
}


.custom-card-product .card-inner-icons li {
  position: relative;
  transition: all .4s ease;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  margin: 0px;
  display: flex;
}

.hover-card-icons:hover ul.card-inner-icons li:nth-child(2) {
  transition-delay: .07s;
}

.hover-card-icons:hover ul.card-inner-icons li:nth-child(3) {
  transition-delay: .09s;
}

.product__info-wrapper .product-form__buttons .custom__button {
  width: 100%;
  border-width: 2px;
  box-shadow: none;
  text-transform: uppercase;
  min-height: 48px;
}

.product__info-wrapper .product-form__buttons {
  max-width: 100%;
}

.product__info-wrapper .product-form__buttons .custom__button:after {
  box-shadow: none;
  border: none;
}

.product__info-wrapper .product-form__buttons .custom__button {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  text-transform: uppercase;
}

.product__info-container .product-form {
  margin: 40px 0px 40px 0px !important;
}

.product__info-wrapper .product-form__buttons botton.shopify-payment-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #4e4e4e;
  background-color: #4e4e4e;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: color .3s ease-out;
  width: 100%;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
}

.product__info-wrapper .product-form__buttons botton.shopify-payment-button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f3f3f3;
  opacity: .9;
  z-index: -1;
  transition: width .3s ease-out;
}

.product__info-wrapper .product-form__buttons botton.shopify-payment-button:after {
  content: none;
}

/* ============================================
============================================ */

.custom-featured-collection .custom__collection__title {
  text-align: center;
  margin: 0 auto !important;
  padding: 0px 0px 28px 0px;
} 

.custom-featured-collection .custom__collection__title  h2 {
  font-family: Kudryashev Headline;
  font-size: 40px;
  font-weight: 400;
  line-height: 73px;
  color: #000000;
  margin: 0;
}

.custom-image-with-text-section .image-with-text__text-item.grid__item  h2.image-with-text__heading {
  font-family: Kudryashev Headline;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
}

.custom-image-with-text-section .image-with-text--overlap .image-with-text__content {
  display: block;
  padding: 72px 33px 73px 46px;
  background: #fafafa;
}

.custom-image-with-text-section .image-with-text__text {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.custom-image-with-text-section .image-with-text__text-item.grid__item h2.image-with-text__heading {
  color: #000000;
}

.tab-custom-featured-collection slider-component {
  padding: 0!important;
}

.tab-collection-block-wrap .tab-blocks {
  list-style-type: none;
  justify-content: center
}

.tab-collection-block-wrap .collection-tab-blocks {
  display: flex;
  justify-content: center;
  padding: 0px 0px 28px;
}


.custom-featured-collection .collection-tab_content.active {
  display: block;
}

.custom-featured-collection .collection-tab_content {
  display: none;
  transition: all 0.4s ease-in-out;
}

.tab-collection-block-wrap .tab-blocks .tab-block {
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 43px;
  line-height: 32px;
  transition: all .4s ease-in-out;
  border-bottom: 1px solid #991b1f4f;
  padding-bottom: 24px;
  margin-bottom: 10px;
  letter-spacing: normal;
}

.tab-collection-block-wrap .tab-blocks .tab-block .tab {
  cursor: pointer;
}

.tab-collection-block-wrap .tab-blocks .tab-block.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}

.tab-collection-block-wrap .tab-blocks .tab-block:first-child {
  padding-left: 0px;
}

.tab-collection-block-wrap .tab-blocks .tab-block:last-child {
  padding-right: 0px;
}

footer.custom-main-footer {
  background: #4D4E4E;
}

.custom-main-footer .footer-block .footer-block__heading {
  font-family: Helvetica Neue;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.9px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-main-footer .footer-block .footer-block__heading.active  span.acco_icon{
  transform: rotate(0deg);
}

.custom-main-footer .footer-block .footer-block__heading span.acco_icon{
  display: none;
  transform: rotate(90deg);
  transition: all 0.4s;
}

.custom-main-footer .footer-block .footer-block__details-content li a {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-decoration: none;
  padding: 10px 0px;
  color: #f6f6f6;
}

.custom-main-footer .footer-block .footer-block__details-content li a:hover {
  text-decoration: underline;
}

.custom-main-footer .footer-block .footer-block__details-content li a.list-menu__item--active {
  text-decoration: underline;
}

.custom-main-footer .custom-copyright-block-wrapper .copyright__content {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.custom-main-footer .custom-copyright-block-wrapper .footer__copyright.caption {
  width: 100%;
  margin: 0;
  text-align: left !important;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.custom-main-footer .custom-copyright-block-wrapper .footer__copyright .policies li:before {
    content: none;
}

.custom-main-footer .footer-block__details-content.email_newslleter h2 {
  font-family: Kudryashev Headline;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px;
  text-align: left;
}

.custom-main-footer .footer__blocks-wrapper .footer-block {
  width: 20%;
  padding: 0px 20px;
}

.custom-main-footer .footer__blocks-wrapper .footer-block:last-child {
  width: 40%;
}

.custom-main-footer .footer__blocks-wrapper {
  gap: 0;
  margin: 0px -20px;
  flex-wrap: wrap;
  display: flex !important;
}

.custom-main-footer .footer-block__details-content.email_newslleter .newslatter-text-block {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin: 18px 0px 0px;
  color: #ffffff;
}

.custom-main-footer .footer-block__details-content.email_newslleter  .newsletter-form__field-wrapper {
  margin: 40px 0px 0px;
  max-width: 100% !important;
}

.custom-main-footer .footer-block__details-content.email_newslleter .footer__newsletter.newsletter-form {
  width: 100%;
  max-width: 100%;
}

.custom-main-footer .footer-block__details-content.email_newslleter .newsletter-form__field-wrapper .field label {
  color: #686868;
}

.custom-main-footer .footer-block__details-content.email_newslleter .newsletter-form__field-wrapper .field .field__input {
  background: #ffffff;
  color: #000000;
  font-family: 'Helvetica';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.custom-main-footer .footer-block__details-content.email_newslleter .newsletter-form__field-wrapper .field .field__input:focus {
  box-shadow: none;
}

.custom-main-footer .footer-block__details-content.email_newslleter .newsletter-form__field-wrapper.field:hover:after {
  box-shadow: none;
}

.custom-main-footer .footer-block__details-content.email_newslleter .newsletter-form__field-wrapper {
  max-width: 50rem !important;
  /* margin: 25px 0px 0px; */
}

.cstm-judgeme-review .jdgm-preview-badge .jdgm-star {
  /* color: #ffbc0f; */
  font-size: 14px;
  color: #157F3C;
}

.cstm-judgeme-review .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0px 10px 10px;
}

.cstm-judgeme-review span.jdgm-prev-badge__text {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
}

.custom-main-footer .custom-social-icons .footer__list-social {
  justify-content: start !important;
  gap: 12px;
}

.custom-main-footer .custom-social-icons .social-media-wrapper-block {
  align-items: center;
  gap: 30px;
}

.custom-main-footer .custom-social-icons .social-media-wrapper-block  .social-cst-text {
  font-family: Helvetica Neue;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #ffffff;
}

.custom-main-footer .custom-social-icons .list-social__item .icon {
  height: 3rem;
  width: 3rem;
}

.custom-main-footer .custom-social-icons {
  padding: 48px 0px 0px;
}

.custom-main-footer .custom-social-icons .social-cst-icons a {
  padding: 0 !important;
}

.custom-main-footer .footer-block--newsletter {
  margin: 0;
}

.dummy-payment-icon-wrapper .icon.icon--full-color {
  display: flex;
}

.dummy-payment-icon-wrapper img {
  max-width: 100%;
}

.template-search__header p {
  text-align: center;
}

.search .template-search__header p {
  text-align: initial;
}

.facets__form .product-count {
  padding: 8px 0px 0px;
}

.facets__disclosure {
  margin: 5px 15px 5px 0px !important;
}

.js .mobile-facets .submenu-open {
  visibility: visible !important;
}

.mobile-facets__sort .select__select {
  color: #000000;
  font-size: 13px;
  font-family: 'Helvetica';
  border: 1px solid #545454;
  border-radius: 7px !important;
  margin-right: 0 !important;
}

.mobile-facets__sort .select__select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

a.active-facets__button-remove.underlined-link {
  color: #000000;
  padding: 0;
}

.mobile-facets__sort .select .icon-caret {
  right: 4px !important;
}
.custom-main-collection-section .custom-collection-container {
  /* max-width: 1664px; */
  /* margin: 0 auto; */
}

.custom-main-collection-section .facets-wrapper.page-width {
  /* max-width: 1664px; */
  /* margin: 0 auto; */
}

.custom-main-collection-section .custom-grid-proucts {
  gap: 0px;
}

.custom-main-collection-section .custom-grid-proucts .custom-grid-max-width {
  grid-column: span 2;
  flex: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.custom-main-collection-section.collection-hero .collection-hero__title {
  letter-spacing: 0.25px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  font-family: Kudryashev Headline;
  margin: 0px 0px 32px;
}

.custom-main-collection-section .facets-container {
  padding: 0px 0px 26px;
}

.cst-collection-products {
  overflow: hidden;
}


/* ============================================
============================================ */


.custom-product-section .custom-product-info-block .product__info-container>*+* {
  margin: 0;
}

.custom-product-section .custom-product-info-block .cst_anchor_block {
  color: #000000;
  font-weight: 600;
  display: block;
}

.custom-product-section.custom__containet {
  max-width: 1780px;
}

.custom-main-product-block .custom-product-media-block .custom-slider-main-image-block {
  padding-top: 100%;
}


.custom-main-product-block .custom-product-media-block .custom-slider-main-image-block .product__media.media {
  padding-top: 124.658%;
}

.custom-main-product-block .custom-product-media-block .custom-slider-main-image-block .product__media.media img {
  border-radius: 0px;
}

.custom-main-product-block .custom-product-media-block .custom-slider-main-image-block .product__media.media {
  padding-top: 150%;
}

.custom-product-section .custom-product-media-block,
.custom-product-section .custom-product-info-block{
  flex: 100%!important;
  max-width: 100%!important;
  width: 100%!important;
  padding: 0 15px 0 50px;
}

.custom-product-section .custom-product-info-block .product__title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0px 0px 12px 0px;
}

.custom-product-section .custom-product-info-block .product__title h1 {
  font-size: 24px;
  font-weight: 600 !important;
  line-height: 23px;
  color: #000;
  font-family: Kudryashev Headline !important;
}

.custom-product-section .custom-product-info-block .price {
  font-size: 16px!important;
  font-weight: 400;
  font-family: Helvetica;
  line-height: normal;
}

.custom-product-section .custom-product-info-block .price span.price-item.price-item--sale.price-item--last {
  color: #000000;
}

.custom-product-section .custom-product-info-block .price s.price-item.price-item--regular {
  display: none;
}

.custom-product-section .custom-product-info-block .price span.pdp-comapare {
  text-decoration: line-through;
}

.custom-product-section .custom-product-info-block .price .cst-final-price {
  color: #9e1921 !important;
  font-weight: bold;
}

.custom-product-section .custom-product-info-block .price .badge {
  display: none;
}

.custom-product-section .custom-product-info-block .shopify-block.shopify-app-block .jdgm-preview-badge .jdgm-star {
  font-size: 12px;
  font-weight: 100;
}

.custom-product-section .custom-product-info-block .shopify-block.shopify-app-block .jdgm-prev-badge__text {
  font-size: 12px;
  font-family: Helvetica Neue;
  color: #000000;
}

.custom-product-section .custom-product-info-block .custom__price__block {
  display: inline-flex;
  margin: 10px 0px 10px !important;
}

.custom-product-section .custom-product-info-block .shopify-block.shopify-app-block {
  display: inline-flex;
  width: 50%;
  margin: 10px 0px 10px !important;
}

.custom-product-section .custom-product-info-block .custom__price__block .price__container {
  margin: 0;
}

.custom-product-section .custom-product-info-block .custom__price__block .price__container span {
  color: #000000;
}

.custom-product-section .custom-product-info-block variant-selects fieldset legend.form__label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0!important;
  font-family: Helvetica;
  color: #000;
  padding: 0 12px 12px 0;
  letter-spacing: .8px;
}

.custom-product-section .custom-product-info-block variant-selects fieldset legend.form__label.field-Size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.custom-product-section .custom-product-info-block variant-selects fieldset legend.form__label.field-Size .product-popup-modal__button {
  font-size: 12px;
  font-weight: 400;
  font-family: Helvetica Neue;
  padding: 0;
  min-height: auto;
}

.custom-product-section .custom-product-info-block variant-selects fieldset legend.form__label span {
  font-size: 14px;
  font-weight: 400;
  font-family: Helvetica;
}

.custom-product-section .custom-product-info-block variant-selects {
  margin: 20px 0px 20px 0px !important;
}

.custom-product-section .custom-product-info-block variant-selects fieldset {
  margin: 9px 0px 24px 0px;
  width: 100%;
  max-width: 100%;
}

.custom-product-section .custom-product-info-block variant-selects fieldset label {
  font-family: Helvetica;
  letter-spacing: 0.50px;
  background: #eeeeee;
  font-size: 12px;
  font-weight: 400;
  line-height: 1rem;
  margin-right: 1.5rem;
  padding: 12px 32px;
  margin-right: 8px;
  border-radius: 0;
}

.custom-product-section .custom-product-info-block variant-selects fieldset input[type=radio]:checked+label {
  border: 1px solid #000000;
  background: #eeeeee;
  color: #000000;
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul li button.thumbnail  {
  border-radius: 0;
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul {
  justify-content: center;
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul li.slick-current.slick-active {
  border: 1px solid #000000;
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block .thumbnail-list__item:before {
  padding-bottom: 127.78%;
}

.custom-product-section .custom-product-info-block .product-form__quantity label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0!important;
  font-family: Helvetica;
  color: #000;
  padding: 0 12px 12px 0;
  letter-spacing: .8px;
  display: inline-block;
}

.custom-product-section .custom-product-info-block .product-form__quantity quantity-input button.quantity__button {
  font-family: Helvetica Neue;
  color: #000;
  letter-spacing: .85px;
  opacity: 1;
  padding: 5px 0;
}

.custom-product-section .custom-product-info-block .product-form__quantity quantity-input .quantity__input {
  font-family: Helvetica Neue;
  color: #000;
  letter-spacing: .8px;
  padding-top: 13px;
  padding-bottom: 7px;
  line-height: 1.1;
}

.custom-product-section .custom-product-info-block .product-form__quantity quantity-input:after {
  box-shadow: none;
}

.custom-product-section .custom-product-info-block .product-form__quantity quantity-input {
  border: 1px solid #4e4e4e;
  border-radius: 0;
  min-height: auto;
  background: #eeeeee;
  border-radius: 7px;
  overflow: hidden;
}

.custom-product-section .custom-product-info-block .product-form .custom__button:before {
  border-radius: 0;
}

.custom-product-info-block .acc-block-wrap.cst-product-dec .acco-content {
  padding: 5px 0px 20px 0px;
}

.custom-product-info-block .acc-block-wrap.cst-product-ship .acco-head a {
  color: #000000;
  display: flex;
  flex: 1;
}

.custom-product-info-block .acc-block-wrap.cst-product-deccst_hidden {
  display: none;
}

.main-product-item li.product__media-item.slick-slide.slick-cloned {
  display: block;
}

.main-product-item li.product__media-item.slick-slide.slick-cloned .product-media-container {
  /* width: 100%; */
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul {
  position: relative;
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul .slick-prev {
  position: absolute;
  z-index: 1;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0px;
  border: none;
  box-shadow: none;
  line-height: 0;
  background: transparent;
  cursor: pointer;
  top: 0;
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul .slick-arrow:before {
  content: "";
  background-image: url('/cdn/shop/files/black-white-vector.svg?v=1722928856');
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 25px;
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul .slick-prev:before {
  transform: rotate(180deg);
}

.custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul .slick-next {
  position: absolute;
  bottom: -2%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0px;
  border: none;
  box-shadow: none;
  line-height: 0;
  background: transparent;
  cursor: pointer;
  bottom: 0;
}

.custom-product-section .custom-product-info-block variant-selects fieldset.field--Color label {
  padding: 0;
  margin: 0;
  outline: none;
  border: none !important;
  background: transparent !important;
  padding: 3px!important;
  margin: 5px 12px 0px 0px;
}

.custom-product-section .custom-product-info-block variant-selects fieldset.field--Color label span.swatch {
  width: 30px;
  height: 30px;
}

.custom-product-section .custom-product-info-block variant-selects fieldset.field--Color input[type=radio]:checked+label {
  border: 1px solid #000!important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-product-section .custom-product-info-block variant-selects fieldset.field--Size label {
  width: 40px;
  height: 40px;
  background: #eee!important;
  border-radius: 50%;
  border: 1.5px solid rgba(17,17,17,.0666666667)!important;
  display: inline-block;
  position: relative;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 7px 12px 7px 0px;
}

.custom-product-section .custom-product-info-block variant-selects fieldset.field--Size input[type=radio]:checked+label {
  border: 1.5px solid #000 !important;
  border-radius: 50% !important;
}

.custom-product-media-block .custom-slider-main-image-block  ul li .media-type-image {
  width: 100%;
  height: 100%;
}

.custom-related-products .related-products__heading {
  font-family: Kudryashev Headline!important;
  font-weight: 500;
  font-size: 43px;
  line-height: 1.4;
}

/* ============================================
============================================ */


.accordian-section .heading-wrapper,
.team-section .heading-wrapper {
  padding: 0px 0px 40px;
}

.accordian-section .section-title,
.team-section .section-title {
  text-align: center;
  font-size: 45px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 5px;
}

.accordian-section .acco-head,
.acco-head {
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  font-family: 'Helvetica';
  font-weight: 600;
  cursor: pointer;
  padding: 22px 0px;
}

.accordian-section .acco-head {
  font-size: 20px;
}

.acco-head {
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.031rem;
  color: #000000;
}

.acco-head {
  padding: 10px 0px;
}

.accordian-section .acco-content {
  display: none;
  font-size: 16px;
  font-family: Helvetica Neue;
  line-height: 24px;
  color: #111;
}

.accordian-section .acco-content p {
  margin: 0px 0px 16px;
}

.accordian-section .acco-content a {
  color: #9e1921;
}

/* .accordian-section .acco-head.active + .acco-content,
.acco-head.active + .acco-content {
  display: block;
} */

/*  */

.faq-accordian .acco-content.active {
    display: block;
}
/*  */

.accordian-section .acco-head,
.acco-head {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.accordian-section .acco-head .acco-pluse-icon,
.acco-head .acco-pluse-icon{
  width: 13.98px;
  height: 24px;
}

.accordian-section .acco-head .acco-minus-icon,
.acco-head .acco-minus-icon {
  width: 13.98px;
  height: 24px;
}

.accordian-section .acco-head.active .acco-pluse-icon,
.acco-head.active .acco-pluse-icon {
  display: none;
}

.accordian-section .acco-head.active .acco-minus-icon,
.acco-head.active .acco-minus-icon {
  display: inline-flex;
}

.accordian-section .acco-head .acco-minus-icon,
.acco-head .acco-minus-icon {
  display: none;
}

.accordian-section .acc-block-wrap {
  border-top: 2px solid #111;
}

.accordian-section .acc-block-wrap:last-child {
  border-bottom: 2px solid #111;
}

.accordian-section .acco-head svg path {
  fill: #000000;
}

.acc-block-wrap {
  border-top: 1px solid #ccc;
}

.acc-block-wrap.acco-last-block {
  border-bottom: 1px solid #ccc;
} 


/* ============================================
============================================ */


.customer h2 {
  font-family: Kudryashev Headline;
}

.customer button {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #4e4e4e;
  background-color: #4e4e4e !important;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  color: #fff  !important;
  line-height: normal;
  cursor: pointer;
  transition: color .3s ease-out;
  width: max-content;
  min-height: 44px;
  z-index: 0;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
}

.customer button:hover {
  color: #4e4e4e !important;
}

.customer button:before {
  content: "";
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f3f3f3;
  opacity: .9;
  z-index: -1;
  transition: width .3s ease-out;
  border-radius: 0;
}

.customer button:hover:before {
  width: 100%;
}

.customer button:after {
  content: none;
}


/* ============================================
============================================ */


.team-section .team-box {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 40px;
  list-style-type: none;
}

.team-section .profile-wrapper {
  overflow: hidden;
  box-shadow: 0 2px 15px #0000001a;
  border-radius: 1.2rem;
}

.team-section .profile-wrapper .team-profile {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}


.team-section .team-box-wrapper .profile-image-wrapper {
  width: 100%;
}

.team-section .team-box-wrapper .profile-details-wrapper {
  padding: 24px 10px 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.team-section .team-box-wrapper .profile-image-wrapper .profile-image {
  position: relative;
  padding-top: 112.58%;
  overflow: hidden;
}

.team-section .team-box-wrapper .profile-image-wrapper .profile-image svg.image {
  background: #00000012;
}

.team-section .team-box-wrapper .profile-image-wrapper .profile-image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.team-section .profile-wrapper .team-profile:hover .profile-image .image {
  scale: 1.03;
}

.team-section .profile-name {
  font-family: Helvetica Neue;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #000;
  letter-spacing: normal;
}

.team-section .profile-text {
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #981b1e;
  padding: 5px 0px 0px;
  letter-spacing: 0.84px;
}

.team-section .about-profile {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #000000;
  font-family: Helvetica;
  line-height: 1.4;
  text-align: center;
}

/* ============================================
============================================ */


quick-add-modal .custom-product-media-block .custom-slider-main-image-block {
  flex: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

quick-add-modal .custom-product-media-block .custom-slider-main-image-block ul {
  position: relative;
}

quick-add-modal .custom-product-media-block .custom-slider-main-image-block .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 0;
  border: none;
  background: transparent;
}

quick-add-modal .custom-product-media-block .custom-slider-main-image-block .slick-prev.slick-arrow  {
  left: 5%;
}

quick-add-modal .custom-product-media-block .custom-slider-main-image-block .slick-next.slick-arrow {
  right: 5%;
}

quick-add-modal .custom-product-media-block .custom-slider-main-image-block .slick-prev.slick-arrow:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-right: 3px solid #111;
  border-top: 3px solid #111;
  transform: rotate(-137deg) translate(-3px,3px);
}

quick-add-modal .custom-product-media-block .custom-slider-main-image-block .slick-next.slick-arrow:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-right: 3px solid #111;
  border-top: 3px solid #111;
  transform: rotate(45deg) translate(-3px,3px);
}

quick-add-modal .custom-product-info-block .product__title,
quick-add-modal .custom-product-info-block .product__title  h2 {
  font-size: 24px;
  font-weight: 600!important;
  line-height: 23px;
  color: #000;
  font-family: Kudryashev Headline!important;
}

quick-add-modal .custom-product-info-block,
quick-add-modal .custom-product-media-block {
  padding-left: 0!important;
}


/* ============================================
============================================ */


.customer-care-section .tab-title-block-wrap {
  flex: 0 0 25%;
  max-width: 25%;
}

.customer-care-section .tab-content-block-wrap {
  flex: 0 0 75%;
  max-width: 75%;
}

.customer-care-section .col-wrap {
  padding: 0px 15px;
  padding: 0 15px;
  color: #111;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .25px;
  font-family: Helvetica;
  display: block;
}

.customer-care-section .tab-title-block {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.customer-care-section .tab-title-block .tab-title a{
  /* font-size: 16px;
  line-height: 24px;
  color: #111;
  font-family: Helvetica;
  font-weight: 600;
  cursor: pointer;
  display: flex; */
}


.customer-care-section .tab-title-block .tab-title a {
  font-size: 20px;
  line-height: 28px;
  color: #111;
  font-family: Helvetica;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s;
  padding: 8px 0 6px 10px;
  border-radius: 11px;
  display: inline-flex;
  width: max-content;
  min-width: 230px;
}

.customer-care-section .tab-title-block .tab-title {
  margin-bottom: 6px;
}

.customer-care-section .tab-title-block .tab-title a:hover,
.customer-care-section .tab-title-block .tab-title.active a {
  background: #5454541c;
}


.customer-care-section .page-faq-heading {
  font-family: Kudryashev Headline;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 10px;
}

.facets__summary .icon-caret {
  right: 6px !important;
}

.facets__summary {
  border: 1px solid #4e4e4e;
  padding: 5px 24px 5px 8px !important;
  min-width: 100px;
  margin: 0 !important;
  border-radius: 11px;
  overflow: hidden;
  font-size: 13px !important;
  color: #545454 !important;
  font-family: Helvetica;
  font-weight: 400;
}

.facet-filters__sort.select__select.caption-large {
  font-size: 13px !important;
  color: #545454 !important;
  font-family: Helvetica;
  font-weight: 400;
}

.facet-filters__sort.select__select.caption-large:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.facets__wrapper {
  align-items: baseline !important;
}

.cst-empty-cart-btn,
.template-404 .button {
  margin: 0 auto;
}


/* ============================================
============================================ */


.banner-section .banner-wrapper {
  position: relative;
  padding-top: 21.945%;
}

.banner-section .banner-wrapper .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.banner-section .banner-details-wrap {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}

.banner-section .banner-heading {
  font-family: Kudryashev Headline;
  font-size: 40px;
  font-weight: 400;
  line-height: 73px;
  color: #000000;
}



/* ============================================
============================================ */



.sticky-image-with-text .d-grid-row.image-with-text-wrap {
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-gap: 30px;
}

.sticky-image-with-text .image-block .image-wrapper {
  position: sticky;
  padding-top: 150%;
  top: 0;
}

.sticky-image-with-text .image-block .image-wrapper .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.sticky-image-with-text .content-block .banner-title {
  /* font-family: Kudryashev Headline;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  color: #000; */

  font-family: Kudryashev Headline;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  color: #000000;

  
}

.sticky-image-with-text .content-block .banner-text {
  margin: 20px 0px 0px 0px;
  color: #545454;
  font-family: Helvetica;
}

.sticky-image-with-text .content-block .banner-text strong {
  color: #000000;
}

.sticky-image-with-text .content-block .banner-text a {
  color: #9e1921;
}

.sticky-image-with-text .content-block .banner-text p {
  margin-bottom: 1rem;
}

/* ============================================
============================================ */


.custom_about_us_page .multicolumn-card__image-wrapper--third-width {
  max-width: 54px;
  margin: 0 !important;
  margin-left: 0 !important;
}

.custom_about_us_page .multicolumn .multicolumn-list__item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 34px 34px 34px 34px;
}


.custom_about_us_page .multicolumn .multicolumn-list__item .multicolumn-card__info {
  padding: 24px 0px 0px;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #545454;
}

.cst-full-width {
  max-width: 100%;
  padding: 0;
}

.custom_about_us_page .custom-image-with-text-section .image-with-text__media-item:after {
  content: none;
}

.article-card__excerpt.rte-width {
  font-family: Helvetica;
  color: #545454;
}

.custom_about_us_page .custom-image-with-text-section .image-with-text__media-item img,
.custom_our_team_page .custom-image-with-text-section .image-with-text__media-item img {
  border-radius: 0px;
}

.custom_about_us_page .custom-image-with-text-section .image-with-text__media-item .image-with-text__media,
.custom_our_team_page .custom-image-with-text-section .image-with-text__media-item .image-with-text__media {
  border-radius: 0px;
}

.custom_about_us_page .custom-image-with-text-section .image-with-text__content .cst-heading {
  font-family: Kudryashev Headline !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}


.custom_about_us_page .multicolumn .multicolumn-list__item {
  flex: 100%;
  width: 100%;
  max-width: 100%
}

.custom_about_us_page .multicolumn ul.multicolumn-list {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.custom_about_us_page .custom-image-with-text-section .content-container .image-with-text__text {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  /* text-align: left; */
  color: #545454;
}

.custom_about_us_page .custom-image-with-text-section .content-container .image-with-text__text strong {
  color: #000000;
}


.customer-care-section .tab-content-block-wrap.col-wrap h2 {
  text-align: center;
  font-family: Kudryashev Headline;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin: 0px 0px 20px;
}


.privacy_policy_page .tab-content-block-wrap p {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #545454;
}

.privacy_policy_page .tab-content-block-wrap strong {
  color: #000000;
}

.custom_about_us_page .custom-image-with-text-section .grid--2-col-tablet .grid__item .image-with-text__content {
  border-radius: 0px;
}


.customer-care-section .tab-content-block-wrap.col-wrap a {
  transition: all 0.3s;
}

.customer-care-section .tab-content-block-wrap.col-wrap a:hover {
  text-decoration: underline;
}














/* ============================================
============================================ */


.custom_tab .togglefaq {
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  font-family: Helvetica;
  font-weight: 600;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
}

.collapsible-tabs {
  border-top: 2px solid #111;
}

.collapsible-tabs:last-child {
  border-bottom: 2px solid #111;
}

.custom_tab .collapsible-tabs .acco-icons {
  display: inline-flex;
  width: 13.98px;
  height: 24px;
}

.custom_tab .collapsible-tabs .acco-minus-icon {
  display: none;
}

.custom_tab .collapsible-tabs .togglefaq.active .acco-minus-icon {
  display: inline-flex;
}

.custom_tab .collapsible-tabs .togglefaq.active .acco-pluse-icon {
  display: none;
}

.custom_tab .faqanswer {
  display: none;
  font-size: 16px;
  font-family: Helvetica Neue;
  line-height: 24px;
  color: #111;
}

.custom_tab .faqanswer p {
  margin: 0px 0px 16px;
}

.cst-blog-page .blog-articles {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 25px;
}

.cst-blog-page .blog-articles .card__content .cst-heading {
  color: #000000;
  font-size: 25px;
  line-height: 1.3;
}

.blog-articles .article-card .card__information,
.blog__posts .article-card .card__information {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

article .article-template__content h1,
article .article-template__content h2,
article .article-template__content h3,
article .article-template__content h4,
article .article-template__content h5,
article .article-template__content h6 {
  font-family: Kudryashev Headline!important;
  font-weight: 400!important;
  margin: 10px 0px;
  color: #000000;
}

article .article-template__content h2,
article .article-template__content h3,
article .article-template__content h4,
article .article-template__content h5,
article .article-template__content h6 {
  font-size: 24px;
}

article.article-template {
  font-family: Helvetica;
  color: #000000;
}

.facet-filters.sorting.caption .select {
  border: 1px solid #000000;
  /* padding: 5px 24px 5px 8px!important; */
  min-width: 100px;
  margin: 0!important;
  border-radius: 11px;
  overflow: hidden;
  font-size: 13px!important;
  color: #000!important;
  font-family: Helvetica;
  font-weight: 400;
}

.facet-filters.sorting.caption .select svg {
  right: 6px;
}

.facet-filters.sorting.caption .select select {
  /* padding: 0; */
  padding: 5px 24px 5px 8px!important;
}

.facets__heading,
.facet-filters__label,
h2.product-count__text.text-body {
  color: #000000;
  font-family: Helvetica Neue;
}

.facets__disclosure[open] .facets__display,
.facets__disclosure-vertical[open] .facets__display-vertical {
    border-color: #545454;
}


/* ============================================
============================================ */


.cart-drawer .drawer__header .drawer__heading {
  font-family: Kudryashev Headline;
  font-weight: 400;
  color: #000000;
}

.cst_drawer_price {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-drawer .cart__contents .cst_origanal-price {
  color: #000000;
  display: block;
}

.cart-drawer .cart__contents .cst_comapre-final {
  color: #981b1e;
  display: block;
  font-weight: 600;
}

.cart-drawer .cart__contents .sale-comapre-price {
  color: #000000;
  display: block;
}


.cart-drawer .cart__contents .cart-items a.cart-item__name {
  color: #000000;
  font-weight: 600;
  font-family: Kudryashev Headline;
}

.cart-drawer .cart__contents .cart-items .cart-item__price-wrapper span {
  color: #000000;
  font-family: Helvetica Neue;
  font-weight: 400;
}

.cart-drawer .cart__contents .cart-items .product-option {
  font-family: Helvetica;
  font-weight: 400;
}

.cart-drawer .cart__contents .cart-items thead {
  color: #000000;
  font-family: Helvetica Neue;
  font-weight: 400;
}

.cart-drawer .cart__contents .cart-items quantity-input .quantity__input {
  color: #000000;
  font-family: Helvetica;
}

.cart-drawer .cart__contents .cart-items quantity-input {
  min-height: auto;
  border: 1px solid #4e4e4e;
  border-radius: 7px;
  overflow: hidden;
}

.cart-drawer .cart__contents .cart-items quantity-input button {
  padding: 14px 0px;
}

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

.shopify-block.shopify-app-block .jdgm-rev-widg__title {
  font-family: Helvetica;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: .013em;
  font-size: 24px;
  margin: 0px 0px 40px !important;
}

.shopify-block.shopify-app-block .jdgm-widget-actions-wrapper a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #4e4e4e;
  background-color: #4e4e4e;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: color .3s ease-out;
  width: max-content;
  min-height: auto;
  z-index: 0;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.4px;
}

.shopify-block.shopify-app-block .jdgm-widget-actions-wrapper a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f3f3f3;
  opacity: .9;
  z-index: -1;
  transition: width .3s ease-out;
  border-radius: 0;
}

.shopify-block.shopify-app-block .jdgm-widget-actions-wrapper a:hover {
  color: #4e4e4e;
}

.shopify-block.shopify-app-block .jdgm-widget-actions-wrapper a:hover::before {
  width: 100%;
}

.custom-cart-page .title-wrapper-with-link .underlined-link {
  font-family: Helvetica;
  color: #000000;
}

.custom-cart-page .cst-table-heading .cst-table-head-title {
  font-family: Helvetica Neue;
  color: #000000;
}

.custom-cart-page .cart-item .cart-item__details a {
  color: #000000;
  font-weight: 600;
  font-family: Kudryashev Headline;
}

.custom-cart-page .cart-item .cart-item__details .product-option {
  font-weight: 400;
  font-family: Helvetica;
}

.custom-cart-page .cart-item .cart-item__details .product-option .cst_origanal-price {
  font-weight: bold;
  color: #000000;
}

.custom-cart-page .cart-item .cart-item__details .product-option .cst_comapre-final {
  font-weight: bold;
  color: #9e1921;
}

.custom-cart-page .cart-item .cart-item__details .product-option .sale-comapre-price {
  color: #000000;
  text-decoration: line-through;
}

.custom-cart-page .cart-item .cart-item__details .product__sku {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 0px 0px;
}

.custom-cart-page .cart-item .cart-item__quantity quantity-input {
  min-height: auto;
  border: 1px solid #4e4e4e;
  border-radius: 7px;
  overflow: hidden;
}

.custom-cart-page .cart-item .cart-item__quantity quantity-input .quantity__input {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  min-height: auto;
  opacity: 1;
}

.custom-cart-page .cart-item .cart-item__quantity quantity-input button {
  padding: 15px 0px;
}

.custom-cart-page .cart-item .cart-item__quantity quantity-input:after {
  box-shadow: none;
}


.totals.cst-total-wrap .totals__total {
  font-family: Helvetica Neue;
  font-weight: 400;
  color: #000000;
}

.cart__footer .cart__note:before,
.cart__footer .cart__note:after {
  border-radius: 11px;
}

.totals.cst-total-wrap .totals__total-value {
  font-family: Helvetica Neue;
  color: #000000;
}

.buy_btn button.shopify-payment-button__button {
  text-transform: uppercase;
}

.predictive-search__item-heading {
  font-family: Kudryashev Headline !important;
  font-weight: 600 !important;
}

.template-search__results {
  padding-top: 30px;
}


.accordian-section .acco-content a[title="mailto:contectus@dressatr.com"] {
  /* color: #111; */
}

.customer-care-section .tab-content-block-wrap p {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #545454;
  margin: 0px 0px 10px;
}

.customer-care-section .tab-content-block-wrap ul {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin: 0px 0px 10px;
  color: #545454;
}

.customer-care-section .tab-content-block-wrap strong {
  color: #000000;
}

.cart-drawer__footer .totals,
.cart-drawer__footer .totals .totals__total{
  font-family: Helvetica;
  font-weight: 600;
  color: #000000;
}

.search-modal.modal__content {
  min-height: inherit;
  height: 120px;
}


.cart-drawer__empty-content .button {
  margin: 0 auto;
}

.cart-drawer__empty-content .cart__login-title {
  font-family: Helvetica;
}

.article-template__content  p {
  margin: 0px 0px 10px;
  color: #545454;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}

.article-template__title {
  font-family: Kudryashev Headline;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.custom_faq_page .rich-text .rich-text__heading {
  font-size: 22px;
  line-height: 1.4;
  color: #111;
  font-family: Helvetica;
  font-weight: 600;
}

.custom_faq_page .rich-text .rich-text__wrapper {
  width: 100%;
}

.active-facets__button svg {
  margin-top: 0 !important;
}

a.active-facets__button-remove.underlined-link span {
  padding: 3px 5px;
  display: block;
}

.contact .form-content li a:hover {
  color: #9e1921;
  text-decoration: underline;
}

.contact .form-content li a {
  transition: all 0.3s;
}

.customer h2.form__message {
  margin: 0px 0px 15px !important;
}

h1#recover:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}


.accordian-section .section-sub-title {
  /* text-align: center; */
  font-size: 25px;
  line-height: 1.4;
  padding: 10px 0px 0px 0px;
}

.accordian-section .acco-content a:hover,
.accordian-section .section-sub-title a:hover,
a.active-facets__button-remove.underlined-link span:hover,
.facet-filters.sorting.caption .select select:hover {
  text-decoration: underline;
}

.accordian-section .section-sub-title a {
  color: #991b1f;
}

.facets__disclosure[open] .facets__summary, .facets__summary:hover {
  text-decoration: underline;
}


.facets__summary:hover .facets__summary-label {
  text-decoration: none !important;
}

.cst-empty-cart-btn {
  margin-bottom: 40px;
}

.custom-cart-page .cst-table-heading .cst-table-head-title {
  font-size: 12px;
}


.account table td:first-of-type a {
  border: none !important;
  box-shadow: none !important;
}

a.header__icon.icon-wishlist svg {
  width: 20px;
  height: 20px;
}

a.header__icon.icon-wishlist svg circle {
  display: none;
}

a.header__icon.icon-wishlist:hover svg {
  transform: scale(1.07);
} 

a.header__icon.icon-wishlist {
  position: relative;
}

span.iWishCount.iwish-counter {
  position: absolute;
  background: transparent;
  align-items: center;
  justify-content: center;
  top: 5px;
  width: 16px;
  height: 16px;
  margin-right: -1px;
  right: 3px;
  left: auto;
  color: #ffffff;
  border-radius: 100%;
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 500;
  line-height: 11.86px;
  display: flex !important;
  text-align: center;
  z-index: 1;
}

span.iWishCount.iwish-counter:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #991b1f;
  border-radius: 100%;
  left: -1px;
}

header .cart-count-bubble span {
  position: absolute;
  right: -1px;
}




/* ======== Account Page ======= */

.main-acount-page-cst .customer__title {
  text-align: center;
}

.main-acount-page-cst .cst_dev_msg {
  font-size: 16px;
  line-height: normal;
  width: max-content;
  margin: 0px 0px 16px;
  font-family: Helvetica;
  color: #000000;
}

.main-acount-page-cst a.custom__button.cst-log-out-btn {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #4e4e4e;
  background-color: #4e4e4e;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  transition: color .3s ease-out;
  width: max-content;
  min-height: 44px;
  z-index: 0;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.main-acount-page-cst a.custom__button.cst-log-out-btn:hover {
  color: #4e4e4e;
  z-index: 1;
}

.cst-account-main-block .account-tab-title {
  flex: 0 0 25%;
  max-width: 25%;
}

.cst-account-main-block .account-tab-content {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 80px;
}

.cst-account-main-block {
  margin: 50px 0px 30px;
}

.cst-account-main-block .tab-main-heading {
  font-family: Kudryashev Headline;
  color: #000000;
  font-size: 18px;
  letter-spacing: .15em;
  margin-bottom: 10px;
  padding-bottom: 15px;
  line-height: 23px;
  border-bottom: 1px solid #d9d9d9;
  color: #9e1921;
}

.cst-account-main-block .tab-title-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cst-account-main-block .tab-title-wrap li {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: Helvetica;
  margin: 0px 0px 26px;
  width: max-content;
  display: block;
  cursor: pointer;
}

.cst-account-main-block .tab-title-wrap li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: Helvetica;
  text-decoration: none;
}

.cst-account-main-block .account-tab-content .tab-content-head {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000000;
  line-height: 1.4;
}

.cst-account-main-block .account-tab-content .tab-cst-text {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-family: 'Helvetica';
  font-weight: 400;
  margin: 18px 0px 16px;
}

.cst-account-main-block .account-tab-content .adress-wrapper {
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-gap: 30px;
  padding: 10px 0px 0px;
}

.cst-account-main-block .account-tab-content .adress-wrapper .adress-wrap {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  font-family: Kudryashev Headline;
  color: #9e1921;
  padding: 0px 0px 10px;
}

.cst-account-main-block .account-tab-content .adress-wrapper .adress-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.cst-account-main-block .account-tab-content .adress-wrapper .edit-address-tab {
  font-size: 18px;
  font-weight: 500;
  color: #9e1921;
  text-decoration: none;
  font-family: 'Helvetica';
  margin-top: auto;
}

#account_info.tab-content-head {
  padding: 15px 0px 0px;
}

.cst-account-main-block .account-tab-content .adress-wrapper .edit-address-tab:hover {
  text-decoration: underline;
}

.cst-account-main-block .account-tab-content .adress-wrapper .address-text p {
  font-size: 16px;
  color: #000000;
}


.cst-account-main-block .account-tab-content .cst-order-block {
  padding: 40px 0px 50px;
}

.cst-order-block .cst-order-title {
  font-size: 20px;
}


/* =========== Address Page ============ */




.main-address-page-cst.page-width {
  /* max-width: 1200px !important; */
}

.main-address-page-cst .back-account-tab-link span {
  width: 15px;
  height: 15px;
  display: flex;
}

.main-address-page-cst .back-account-tab-link span svg {
  height: 100%;
  width: 100%;
}

.main-address-page-cst .back-account-tab-link a {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  font-family: Helvetica Neue;
  text-decoration: none;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}


.address-btn-wrapper .new-add-btn {
  margin: 0 !important;
}

.all-adresses-block .adress-wrapper {
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  padding: 50px 0 0;
}

.all-adresses-block .adress-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.all-adresses-block .adress-wrapper li {
  text-align: left;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.all-adresses-block .adress-wrapper li h2 {
  font-family: Kudryashev Headline;
  color: #000;
  font-size: 18px;
  letter-spacing: .15em;
  margin-bottom: 10px;
  padding-bottom: 15px;
  line-height: 23px;
  border-bottom: 1px solid #d9d9d9;
  color: #9e1921;
  text-align: left;
  text-transform: uppercase;
}

.all-adresses-block  button {
  display: inline-flex;
  margin: 0 !important;
  color: #9e1921 !important;
  background-color: transparent !important;
  border: none;
  padding: 0;
  width: max-content;
  min-width: auto;
  font-size: 16px;
  min-height: auto;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 400;
}

.all-adresses-block  button:before {
  content: none;
}

.all-adresses-block  button:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #9e1921 !important;
  left: 0;
  top: 100%;
  background: currentColor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform .2s ease-in-out;
}

.all-adresses-block  button:hover:after {
  transform: scaleX(0);
}

.all-adresses-block  button:hover {
  color: #9e1921 !important;
}

.all-adresses-block .address-edit-btn-wrap {
  margin-top: auto;
}

.all-adresses-block .address-edit-btn-wrap .address-edit-btn {
  /* display: flex; */
  gap: 20px;
  padding: 15px 0px 0px;
}

.all-adresses-block .adress-wrapper li p {
  font-size: 16px;
  color: #000000;
}

.all-adresses-block button:last-child {
  margin-left: 15px !important;
}

.address-btn-wrapper .address-new-btn {
  margin: 0 !important;
}

.all-adresses-block .edit-address-form,
.new-add-address-form {
  padding: 20px 0px 0px;
}

.address-edit-btn button.delete-btn-cst {
  margin-left: 20px !important;
}



 .cst_adress-btn_wrap a.cst__address_btn {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid #4e4e4e;
  background-color: #4e4e4e;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  transition: color .3s ease-out;
  width: max-content;
  min-height: 44px;
  z-index: 0;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.cst_adress-btn_wrap a.cst__address_btn:hover {
  color: #4e4e4e;
}


.cart-and-wishlist-wrap {
  display:flex;
  /* align-items: center; */
}

span.wishlist-icon.hover-icon a  {
  font-size: 0px;
}

.product-wishlist-icon span.wishlist-icon.hover-icon {
  position: relative;
  cursor: pointer;
}

.product-wishlist-icon span.wishlist-icon.hover-icon  a {
  font-size: 0;
  position: relative;
  z-index: 4;
  width: 45px;
  height: 45px;
  cursor: pointer;
  padding: 0;
}

.product-wishlist-icon span.wishlist-icon.hover-icon svg {
  /*position: absolute;
  top: 0;*/
  width: 41px;
  height: 41px;
  z-index: 3;
}

.product__info-wrapper .product-form__buttons .custom__button {
  flex: 0 0 1;
}


.product-wishlist-icon {
  flex: 0 0 55px;
}

.share-button.quick-add-hidden .share-button__button {
  font-size: 16px;
  line-height: normal;
  color: #000000;
}
}

.product-wishlist-icon span.wishlist-icon.hover-icon a.iwishAdded svg path {
  fill: red;
}

.product-wishlist-icon a.iwishAdded svg path {
  fill: red;
}

.product-wishlist-icon a svg circle {
  fill: #ffffff;
}

.cst_view-btn {
  display: flex;
  justify-content: center;
  padding: 30px 0px 0px;
}

.footer-block--newsletter {
  display: none !important;
}

.article-template__content p{
  color: #545454;
}

.article-template__content strong {
  color: #000000 !important;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
}

span.circle-divider.caption-with-letter-spacing {
    font-size: 14px;
    font-family: Helvetica;
}


.cst_page_width {
  max-width: 1330px !important;
  margin: 0 auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.login .header__icons.header__icons--localization.header-localization {
  gap: 18px;
}

.login span.iWishCount.iwish-counter {
  right: -6px;
}

.login header .cart-count-bubble {
   right: -3px;
}

.shopify-cleanslate .DnvZqPMEvBFbBre5UuP9 {
  background: #4e4e4e !important;
  border-color: #4e4e4e !important;
  color: #fff !important;
}




/* ============  CUSTOM  Offer pop-up   =========*/


body.overflow-hidden {
  /* overflow: hidden; */
}


.offer-pop-up-wrapper {
  position: fixed;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #00000050;
  display: none;
}

.offer-pop-up-wrapper.open-popup {
  display: flex;
}

.offer-pop-up-wrapper  .cst--pop-up {
  background: #4e4d4d;
  border-radius: 20px;
  padding: 10px 20px 25px 20px;
  color: #ffffff;
  margin: 0;
}

.offer-pop-up-wrapper .cst--heading {
  font-family: Kudryashev Headline;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}

.offer-pop-up-wrapper .cst--description {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  padding: 8px 0px 20px 0px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.offer-pop-up-wrapper .close-icon-wrap {
  display: flex;
  justify-content: end;
}

.offer-pop-up-wrapper .close-icon-wrap  svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 5px;
}

.offer-pop-up-wrapper .footer-block__newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer-pop-up-wrapper .newsletter-form__message.newsletter-form__message--success {
  width: 100%;
  justify-content: center;
  color: #fff;
  align-items: center;
  gap: 2px;
  margin-top: 15px;
}

.offer-pop-up-wrapper .newsletter-form__message.form__message {
  justify-content: center;
  margin-top: 15px;
  gap: 2px;
  align-items: center;
}


.cst_announcement_wrapper .announcement-bar__announcement {
  padding: 16px 0px 17px 0px;
}

.cst_announcement_wrapper .announcement-bar {
    padding: 14px 0px 12px 0px;
    min-height: 4.77rem;
}




/* ============  Media Querys  =========
===============                ======== */


@media screen and (min-width: 990px) {

  .custom-main-product-block .custom-product-media-block media-gallery {
    display: flex;
    flex-direction: row-reverse;
  }
  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    flex-direction: column;
    padding: 0px 5px 0px 15px;
  }
  .custom-main-product-block .custom-product-media-block .custom-slider-main-image-block  {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding: 0px 15px 0px 15px;
  }
  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: block !important;
  }
  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex: auto;
    gap: 0px;
  }
  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul li button.thumbnail {
    /* position: initial; */
  }
  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block ul li {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block .cst-thumbnail-slide-buttons {
    /* display: none; */
  }
  .custom-product-section .custom-product-media-block {
    flex: 0 0 58.33333333% !important;
    max-width: 58.33333333% !important;
    width: 58.33333333% !important;
    padding: 0px 15px 0px 50px;
  }
  .custom-product-section .custom-product-info-block {
    flex: 0 0 41.66666667% !important;
    max-width: 41.66666667% !important;
    width: 41.66666667% !important;
    padding: 0px 15px;
  }
  .custom_about_us_page .custom-image-with-text-section .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
   .custom-image-with-text-section .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .custom-image-with-text-section .grid--3-col-tablet .grid__item {
      width: calc(42.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
}


@media screen and (min-width: 769px) {
  .custom-main-collection-section .custom-grid-proucts {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4,minmax(0,1fr));
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .custom-main-collection-section .custom-grid-proucts li.grid__item {
    opacity: 1;
    max-width: 374px;
    width: 100%;
  }
  .custom-main-collection-section .custom-grid-proucts .custom-grid-max-width {
    max-width: 757px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-5 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 1;
  }
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-6 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-15 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 7;
  }
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-16 {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
    grid-row-start: 7;
    grid-row-end: 9;
  }
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-25 {
    grid-column-start: 3;
    grid-column-end: 5;
    width: 100%;
    grid-row-start: 9;
    grid-row-end: 11;
  } 
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-26 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 11;
    grid-row-end: 13;
  }
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-35 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 13;
    grid-row-end: 15;
  }
  .custom-main-collection-section .custom-grid-proucts .cst-grid-width-36 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 15;
    grid-row-end: 17;
  }
}



@media screen and (min-width: 768px) {
  /* .custom-image-with-text-section .grid--3-col-tablet .grid__item {
      width: calc(42.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  } */
  .hover-card-icons:hover .card-inner-icons li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-24px);
    -moz-transform: translateX(-24px);
    -ms-transform: translateX(-24px);
    -o-transform: translateX(-24px);
    transform: translateX(-24px);
  }
  .custom-card-product .card-inner-icons li span{
    width: 100%;
  }
  .wishlist-icon.hover-icon{
    position: absolute;
    z-index: 2;
    right: 0;
    padding: 10px;
  }
  .card-inner-icons-wrap li.wishlist-btn-icon {
    justify-content: end;
    top: 10px;
    transform: none !important;
    left: -10px;
  }
  
  .card-inner-icons-wrap ul.card-inner-icons {
      width: 100%;
      height: 100%;
  }
  
  .card-inner-icons-wrap li.quick-view-btn-icon {
      justify-content: center;
      transform: none !important;
      top: 60%;
  }
  span.custom__button.quick-view-icon.hover-icon {
    width: 200px;
  }
ul.desktop_only.card-inner-icons {
        height: auto !important;
        width: auto !important;
          top: 0%;
}

ul.desktop_only.card-inner-icons li.quick-view-btn-icon {
        display: none;
}

ul.card-inner-icons {
        height: auto !important;
        top: 70%;
}

ul.card-inner-icons li.wishlist-btn-icon {
    display: none;
}

ul.desktop_only.card-inner-icons li.wishlist-btn-icon {
    display: block;
}

}


@media screen and (min-width: 750px) {
  .custom_about_us_page .image-with-text__content,
  .custom_our_team_page .image-with-text__content {
     /* padding: 0px 30px 0px 46px !important; */
  }
  .custom_about_us_page .custom-image-with-text-section .image-with-text__content {
    padding: 0rem 5rem 0rem;
  }
}


@media screen and (max-width: 1250px) {
  .hero-section .banner-content {
    max-width: 510px;
  }
  .hero-section .banner-title {
    font-size: 50px;
    line-height: 63px;
  }
  .hero-section .banner-text {
    font-size: 16px;
    line-height: 26.8px;
    margin: 15px 0px 0px;
  }
  .hero-section .banner-button-wrap {
    margin: 18px 0px 0px;
  }
  .custom-related-products .custom__container {
    padding: 0 100px;
  }
  .custom_about_us_page .custom-image-with-text-section .grid--2-col-tablet .grid__item .image-with-text__content {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-section .banner-title {
    font-size: 35px;
    line-height: 48px;
  }
  .collections-block-section .collections-title-wrap {
    font-size: 30px;
    padding: 0px 0px 30px;
    line-height: normal;
  }
  .collections-block-section .collections-content .title {
    font-size: 22px;
  }
  .collections-block-section .collections-content .collections-name-wrap {
    padding: 12px 15px;
  }
  .custom-image-with-text-section .image-with-text__text-item.grid__item h2.image-with-text__heading {
    font-size: 35px;
    line-height: 45px;
  }
  .custom-image-with-text-section .image-with-text__content {
    padding: 30px;
  }
  .tab-collection-block-wrap .tab-blocks .tab-block {
    font-size: 19px;
    padding: 0 20px 20px;
  }
  .custom-main-footer .footer-block__details-content.email_newslleter h2 {
    font-size: 25px;
  }
  .custom-main-footer .footer-block__details-content.email_newslleter .newslatter-text-block {
    font-size: 15px;
    line-height: 1.4;
    margin: 5px 0px 0px;
  }
  .custom-main-footer .footer-block__details-content.email_newslleter .newsletter-form__field-wrapper {
    margin: 25px 0px 0px;
  }
  .custom-main-footer .footer-block .footer-block__heading {
    font-size: 16px;
    line-height: 1.4;
  }
  .custom-main-footer .footer-block .footer-block__details-content li a {
    font-size: 16px;
    line-height: 1.4;
  }
  .custom-main-footer .custom-social-icons {
    padding: 25px 0px 0px;
  }
  .custom-product-section .custom-product-media-block {
    padding: 0px 15px;
  }
  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block {
    padding-left: 0;
  }
  .custom-product-section .custom-product-info-block {
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom-card-product .card__content {
    padding: 14px 5px 15px;
  }
  .accordian-section .section-title,
  .team-section .section-title {
    font-size: 35px;
  }
  .accordian-section .heading-wrapper,
  .team-section .heading-wrapper {
    padding: 0px 0px 25px;
  }
  .team-section .profile-name {
    font-size: 17px;
  }
  .team-section .profile-text {
    font-size: 15px;
  }
  .team-section .team-box-wrapper .profile-details-wrapper {
    padding: 14px 5px 15px;
  }
  .product__info-container .product-form {
    margin: 25px 0px 25px 0px !important;
  }
  .custom-product-section .custom-product-info-block variant-selects fieldset {
    margin: 9px 0 20px;
  }
  .custom-related-products .related-products__heading {
    margin: 0 0 25px;
    font-size: 32px;
  }
  .custom-related-products .custom__container {
    padding: 0 60px;
  }
  .banner-section .banner-heading {
    font-size: 35px;
    line-height: 1.4;
  }
  .customer-care-section .page-faq-heading {
    font-size: 30px;
  }
  .custom_about_us_page .multicolumn ul.multicolumn-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
  }
  .custom_about_us_page .custom-image-with-text-section .image-with-text__content .cst-heading {
    font-size: 25px !important;
    line-height: normal !important;
  }
  .cst-blog-page .blog-articles {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .accordian-section .acco-head {
    font-size: 18px;
  }
  .sticky-image-with-text .content-block .banner-title {
    font-size: 28px;
  }
  .customer-care-section .tab-title-block .tab-title a {
    font-size: 18px;
    line-height: 26px;
     min-width: 200px;
  }
  .all-adresses-block .adress-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    padding: 30px 0 0;
  }
  .iwishWrapper ul.iwishProducts {
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 900px) {
  .custom-main-footer .footer__blocks-wrapper .footer-block {
    width: 33.33%;
    margin: 0rem 0rem !important;
  }
  .customer-care-section .main-block-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .customer-care-section .col-wrap {
    flex: 100%;
    max-width: 100%;
  }
  .facets__disclosure {
    margin: 5px 0px 5px 0!important;
    width: 50%;
    padding: 0 15px 0px 0;
  }
  .facets__wrapper .facets__heading {
    width: 100%;
  }
  .cst-account-main-block .account-tab-title,
  .cst-account-main-block .account-tab-content {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }
  .cst-account-main-block .tab-title-wrap li {
    margin: 0px 0px 20px;
  }
  .cst-account-main-block .account-tab-content .cst-order-block {
    padding: 0;
  }
}

@media screen and (max-width: 989px) {
  header.header {
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .menu-drawer .list-social__link {
    padding: 10px 5px !important;
  }
  .list-social__item .icon {
    height: 3rem !important;
    width: 3rem !important;
  }
  .custom-main-product-block .custom-product-media-block .custom-slider-main-image-block {
    padding-top: 0%;
  }

  .custom-main-product-block .custom-product-media-block .custom-product-media-thumbnail-block {
    display: none;
  }
  .custom-product-section .custom-product-media-block {
    padding: 0px 15px 25px;
  }
  .team-section .team-box {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 30px;
  }
  .product__info-container {
    max-width: 100% !important;
  }
  .custom-product-section .custom-product-info-block .shopify-block.shopify-app-block {
    /* justify-content: end; */
  }
  quick-add-modal .custom-product-info-block {
    padding: 0 !important;
  }
  .custom-main-footer .custom-copyright-block-wrapper .footer__copyright.caption {
    flex-direction: column;
  }
  .custom_about_us_page .custom-image-with-text-section .grid--2-col-tablet .grid__item {
     max-width: 100% !important;
     width: 100% !important;
  }
  .custom-image-with-text-section .grid--2-col-tablet .grid__item {
     max-width: 100% !important;
     width: 100% !important;
  }
  
  .custom_about_us_page .custom-image-with-text-section .grid--2-col-tablet .grid__item .image-with-text__content {
    padding: 0px 0px 15px;
  }
  .custom_about_us_page .custom-image-with-text-section .image-with-text__grid {
    gap: 25px;
  }
  .custom-image-with-text-section .grid--3-col-tablet .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .custom-image-with-text-section .grid--3-col-tablet .grid__item .image-with-text__content {
    width: 90%;
    margin: -6rem auto 0;
    min-width: auto;
    min-height: auto;
    height: auto;
  }
  .custom-image-with-text-section .image-with-text--overlap .image-with-text__content {
    padding: 50px 33px 50px 46px;
  }
  .custom-image-with-text-section .grid--3-col-tablet .grid__item .image-with-text__media.image-with-text__media--large {
    /* height: 43.5rem; */
  }
  span.active-facets__button-inner {
    padding: 0.5rem 1rem !important;
    font-size: 1.4rem !important;
  }
  a.active-facets__button-remove.underlined-link span {
    font-size: 14px;
  }
  .active-facets__button {
    padding: 7px 10px !important;
  }
  .cst-account-main-block .tab-main-heading {
    margin-top: 0;
  }
  .cst-account-main-block{
    margin: 30px 0px;
  }
}

@media screen and (max-width: 768px) {

  .hero-section .banner-title,
  .hero-section .banner-text {
    color: #000000 !important;
  }
  .hero-section .banner-content-wrap.col-6 {
    flex: 100%;
    max-width: 100%;
    order: 2;
  }
  .hero-section .block-banner-image.col-6 {
    flex: 100%;
    max-width: 100%;
    order: 1;
  }
  .desktop-hide {
    display: block;
  }
  .hero-section .banner-wrapper {
    background: transparent !important;
    padding: 0;
  }
  .hero-section .banner-content {
    max-width: 100%;
    padding: 25px 25px 10px 25px;
    margin: 0;
    width: 100%;
  }
  .collections-block-section .collections-content {
    padding: 0px 15px 15px;
  }
  .custom-featured-collection .custom__collection__title h2 {
    font-size: 35px;
    line-height: 1.4;
  }
  .custom-featured-collection .custom__collection__title {
    padding: 0px 0px 20px;
  }
  .custom-card-product .card__content .card__information .card__heading a {
    font-size: 16px;
    line-height: normal;
  }
  .custom-card-product .card__content .card__information .price__sale .price-item.price-item--sale {
    font-size: 15px;
    line-height: normal;
  }
  .custom-card-product .card__content .card__information .price-item.price-item--regular {
    font-size: 14px;
    line-height: normal;
  }
  .custom-card-product .card__content {
    padding: 22px 0 15px;
  }
  .custom-image-with-text-section .image-with-text__text-item.grid__item h2.image-with-text__heading {
    font-size: 30px;
    line-height: 40px;
  }
  .tab-collection-block-wrap .tab-blocks .tab-block {
    font-size: 18px;
    padding: 0 15px 19px;
    line-height: normal;
  }
  .custom-main-footer .footer__content-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-product-section .custom-product-media-block {
    padding: 0px 0px 25px;
  }
  .custom-main-collection-section .custom-grid-proucts li.grid__item {
    padding: 0px 6px;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin: 0px 0px 40px;
  }
  .team-section .team-box {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .custom-card-product .card-inner-icons li {
    transform: translate(-20px) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .banner-section .banner-heading {
    font-size: 30px;
  }
  .custom-cart-page .cst-table-heading .cst-table-head-title {
    font-size: 12px;
  }
  .accordian-section .section-sub-title {
    font-size: 18px;
    padding: 5px 0 0;
  }
  a.active-facets__button-remove.underlined-link span {
    font-size: 13px;
  }
  .all-adresses-block .adress-wrapper {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media screen and (max-width: 749px) { 
  .custom_our_team_page .custom-image-with-text-section .image-with-text__content,
  .custom_our_team_page .custom-image-with-text-section .image-with-text__content{
    padding-left: 0;
    padding-right: 0;
  }
  .cst-blog-page .blog-articles {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  .sticky-image-with-text .d-grid-row.image-with-text-wrap {
    grid-template-columns: repeat(1,minmax(0,1fr));
    grid-gap: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .custom-main-footer .custom-copyright-block-wrapper {
    padding: 15px 15px 5px;
    row-gap: 9px;
  } 
 .iwishWrapper ul.iwishProducts {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 20px;
  }
 .cart__footer .cart__ctas {
    display: flex;
    justify-content: center;
  }
}


@media screen and (max-width: 745px) {
  .team-section .team-box {
    gap: 20px;
  }
  .custom-related-products .custom__container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
 .custom__button.quick-view-icon{
    font-size: 12px;
    line-height: normal;
    padding: 5px;
 }
  .hero-section .banner-title {
    font-size: 25px;
    line-height: 1.4;
  }
  .hero-section .banner-text {
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0 0;
  }
  .custom__button {
    font-size: 15px;
    line-height: normal;
  }
  .hero-section .banner-content {
    padding: 20px 15px 10px;
  }
  .collections-block-section .collections-content .title {
    font-size: 18px;
  }
  .collections-block-section .collections-block-wrap.d-grid-row {
    grid-template-columns: repeat(1,minmax(0,1fr));
    grid-gap: 25px;
  }
  .collections-block-section .collections-title-wrap {
    font-size: 25px;
    padding: 0 0 15px;
  }
  .custom-featured-collection .custom__collection__title {
    padding: 0 0 15px;
  }
  .custom-featured-collection .custom__collection__title h2 {
    font-size: 30px;
    line-height: normal;
  }
  .custom-card-product .card__content {
    padding: 15px 5px 12px;
  }
  .custom-card-product .card__content .card__information .card__heading a {
    font-size: 14px;
    line-height: 1.2;
  }
  .custom-card-product .card__content .card__information .price {
    padding: 8px 0px 0px;
  }
  .custom-card-product .card__content .card__information .price__sale .price-item.price-item--sale {
    font-size: 13px;
    line-height: 1.2;
  }
  .custom-card-product .card__content .card__information .price-item.price-item--regular {
    font-size: 12px;
    line-height: 1.2;
  }
  .custom-card-product .card__content .card__information .price__sale {
    flex-direction: column-reverse;
    gap: 4px;
    align-items: center;
  }
  .custom-image-with-text-section .image-with-text__text-item.grid__item h2.image-with-text__heading {
    font-family: Kudryashev Headline;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }
  .custom-image-with-text-section .image-with-text--overlap .image-with-text__content {
    padding: 45px 25px 60px 25px;
  }
  .custom-image-with-text-section .image-with-text__text {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0px 0px;
  }
  .tab-collection-block-wrap .tab-blocks .tab-block {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .tab-collection-block-wrap .tab-blocks .tab-block {
    /* padding-bottom: 5px; */
  }
  .custom-main-footer .custom-copyright-block-wrapper .copyright__content {
    font-size: 15px;
    line-height: 1.4;
  }
  .custom-main-footer .custom-copyright-block-wrapper .footer__copyright.caption {
    /* justify-content: center !important; */
    flex-direction: column;
  }
  .custom-main-footer .footer__content-top {
    padding: 0px 20px;
  }
  .custom-main-footer .footer-block .footer-block__heading {
    font-size: 17px;
    line-height: 1.4;
    margin: 0px 0px 10px;
  }
  .custom-main-footer .footer-block .footer-block__details-content li a {
    font-size: 16px;
    line-height: normal;
    padding: 8px 0px;
  }
  .custom-main-footer .footer__blocks-wrapper .footer-block {
    width: 100% !important;
    /* margin: 1.5rem 0rem!important; */
    /* padding-bottom: 15px; */
  }

  .custom-main-footer .custom-social-icons .social-media-wrapper-block {
    padding-bottom: 20px;
    flex-direction: column;
    gap: 10px;
  }

  
  .custom-main-footer ul.footer-block__details-content.list-unstyled,
  .custom-main-footer .footer-block__details-content.email_newslleter {
    margin: 0px;
  }
  .tab-custom-featured-collection slider-component {
    padding: 0 !important;
  }

  .tab-collection-block-wrap .tab-blocks .tab-block {
    padding: 0px 8px 19px;
  }
  .custom-main-footer .custom-social-icons .social-media-wrapper-block .social-cst-text {
    font-size: 16px;
    line-height: normal;
  }
  .custom-card-product .card-inner-icons {
    gap: 5px;
  }
  .custom-card-product .card-inner-icons li span,
  .custom-card-product .card-inner-icons li span  svg{
    width: 23px !important;
    height: 23px !important;
  }

  
  .custom-card-product .card-inner-icons {
           bottom: 44px;
  }

  .custom-card-product .card-inner-icons li {
    transform: translate(-10px)!important;
    opacity: 1!important;
    visibility: visible!important;
    right: 10px;
  }

  
  .hover-card-icons:hover .card-inner-icons li {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translate(-10px);
  }
  
   .custom-main-collection-section .custom-grid-proucts li.grid__item {
     padding: 0px 6px;
     flex: 0 0 50%;
     max-width: 50%;
     width: 50%;
     margin: 0px 0px 20px;
   }
  .custom-main-collection-section .custom-collection-container,
  .custom-main-collection-section .facets-wrapper.page-width {
    padding: 0px 9px;
  }
  .custom-main-collection-section.collection-hero .collection-hero__title {
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 16px;
  }

  .custom-main-collection-section .facets-container {
    padding: 0px 0px 15px;
  }

  .custom-main-footer .footer-block .footer-block__heading span.acco_icon {
    display: flex;
  }

  .custom-main-footer .footer__blocks-wrapper .footer-block:last-child {
    padding-top: 15px;
  }
  .accordian-section .heading-wrapper,
  .team-section .heading-wrapper {
    padding: 0 0 15px;
  }
  .accordian-section .section-title,
  .team-section .section-title {
    font-size: 28px;
  }
  .team-section .profile-name {
   font-size: 14px;
   line-height: 1.2;
  }
  .team-section .profile-text {
    font-size: 13px;
    line-height: 1.2;
  }
  .team-section .about-profile {
    font-size: 12.5px;
  }
  .accordian-section .acco-head {
    padding: 15px 0px;
    align-items: start;
    flex-wrap: nowrap;
  }
  .team-section .team-box-wrapper .profile-details-wrapper {
    padding: 15px 5px 12px;
  }
  .custom-product-section .custom-product-info-block variant-selects fieldset legend.form__label {
    padding: 0px 0px 5px 0px;
  }
  .custom-product-section .custom-product-info-block variant-selects {
    margin: 15px 0px 0px 0px !important;
  }
  .custom-related-products .related-products__heading {
    font-size: 29px;
    line-height: 1.2;
    margin: 0 0 18px;
  }
  quick-add-modal .custom-product-media-block .custom-slider-main-image-block .slick-prev.slick-arrow {
    left: 0;
  }
  .banner-section .banner-heading {
    font-size: 23px;
    line-height: normal;
  }
  .banner-section .banner-wrapper {
    padding-top: 35%;
  }

  .custom_about_us_page .custom-image-with-text-section .content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cst-full-width {
    padding: 0px 15px;
  }

  .custom_about_us_page .multicolumn .multicolumn-list__item {
    padding: 22px 22px 22px;
  }
  .custom_about_us_page .multicolumn .multicolumn-list__item .multicolumn-card__info {
    padding: 18px 0 0;
    font-size: 17px;
    line-height: 1.4;
  }
  .customer-care-section .page-faq-heading {
   font-size: 28px;
    padding: 0 0 18px;
  }
  .customer-care-section .tab-title-block {
    /* gap: 15px; */
  }
  .customer-care-section .main-block-wrap {
    gap: 15px;
  }
  .custom_tab .togglefaq {
    padding: 14px 0;
  }

  .custom_tab .faqanswer {
    font-size: 15px;
    line-height: 1.5;
  }
  .customer-care-section .col-wrap {
    flex: 100%;
    max-width: 100%;
    padding: 0;
  }

  .custom_about_us_page .multicolumn ul.multicolumn-list {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  .announcement-bar .announcement-bar__message {
   
    font-size: 15px;
    line-height: 1.4;
  }
  .cst_announcement_wrapper .announcement-bar__announcement,
  .cst_announcement_wrapper .announcement-bar{
     padding: 10px 0;
  }

  .cst_announcement_wrapper .announcement-bar {
    min-height: 4.1rem;
  }
  .product__info-wrapper .product-form__buttons .custom__button {
    min-height: 40px;
  }
  .accordian-section .acco-head {
    font-size: 16px;
  }
  .sticky-image-with-text .content-block .banner-title {
    font-size: 23px;
  }
  .customer-care-section .tab-title-block .tab-title a {
    /* font-size: 18px; */
    /* line-height: 26px; */
     padding: 5px 0px 2px 8px;
  }
  .template-search__results {
    padding-top: 20px;
  }
  .sticky-image-with-text .content-block .banner-text {
    margin: 10px 0px 0px 0px
  }
  .customer-care-section .tab-content-block-wrap.col-wrap h2 {
    font-size: 23px;
    margin: 0px 0px 5px;
  }
   .article-template__title {
    font-size: 23px;
  }
  article .article-template__content h2,
  article .article-template__content h3,
  article .article-template__content h4,
  article .article-template__content h5,
  article .article-template__content h6 {
    font-size: 20px;
  }
  .custom_faq_page .rich-text .rich-text__heading {
    font-size: 18px;
  }
  .buy_btn button.shopify-payment-button__button {
    min-height: 36px;
    line-height: normal;
    height: 36px;
  }
  header .cart-count-bubble span {
    font-size: 10px;
    line-height: 9.86px;
  }

  .custom_table_chart th, .custom_table_chart td {
    border-width: 1px !important;
  }

  .custom_table_chart tr.table_row_heading th, .custom_table_chart td.row_heading {
    font-size: 9px;
    line-height: 1.4;
  }
  .custom_table_chart td.row_sub_heading {
    line-height: 1.4;
  }
  .accordian-section .section-sub-title {
    font-size: 16px;
    padding: 0px 0 0;
  }
  .cst-empty-cart-btn {
    margin-bottom: 20px;
  }
  .cart-drawer .cart__contents .cart-items a.cart-item__name {
    font-size: 17px;
  }
  .header__icon, .header__icon--cart .icon {
    width: 3.9rem;
  }
  a.header__icon.icon-wishlist svg,
  .header__icon--cart svg {
    margin-right: 0 !important;
  }
  .cst-account-header .customer__title {
    font-size: 30px;
    margin: 0px 0px 20px;
  }
  .cst-account-main-block .account-tab-content .tab-cst-text {
    font-size: 14px;
  }
  .main-acount-page-cst a.custom__button.cst-log-out-btn {
    min-height: 40px;
    font-size: 13px;
  }
  .cst-account-main-block .account-tab-content .adress-wrapper .adress-wrap {
    font-size: 15px;
  }
  .cst-account-main-block .account-tab-content .tab-content-head {
    font-size: 19px;
  }
  .all-adresses-block .adress-wrapper {
    grid-template-columns: repeat(1,minmax(0,1fr));
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .main-address-page-cst.page-width {
    padding-top: 0;
  }
  .address-page-title{
    font-size: 30px;
    margin: 25px 0 20px !important;
  }
  .address-btn-wrapper .address-new-btn {
    font-size: 15px;
    min-height: 40px;
  }
  .cst-account-main-block .account-tab-content .adress-wrapper {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 12px;
  }
  .cst-account-main-block .account-tab-content .adress-wrapper .edit-address-tab {
    font-size: 15px;
  }
  #account_info.tab-content-head {
    padding: 5px 0 0;
  }
  .cst_adress-btn_wrap a.cst__address_btn {
    font-size: 14px;
    min-height: 40px;
  }
  
  .cst_view-btn {
    padding: 10px 0px 0px;
  }
  span.cst_logo_tagline {
    font-size: 9px;
  }
  span.iWishCount.iwish-counter:after {
    left: auto;
  }
  header .cart-count-bubble span {
    right: auto;
  }


  
  .offer-pop-up-wrapper .cst--heading {
    font-size: 25px;
  }
  
  .offer-pop-up-wrapper .cst--description{
    font-size: 15px;
    line-height: 1.4;
  }
  .offer-pop-up-wrapper .close-icon-wrap svg {
    width: 16px;
    height: 16px;
    margin: 5px 0px 10px;
  }
  .offer-pop-up-wrapper .cst--pop-up {
    padding: 10px 15px 25px 15px;
  }
  
}

.custom-grid-max-width .card-img-wrapper.card__inner  {
  height: 100% !important;
}

.custom-slider-main-image-block .product__media_single li.product__media-item{
 display: block; 
}

quick-add-modal .quick-add-hidden, quick-add-modal .product__modal-opener:not(.product__modal-opener--image), quick-add-modal .product__media-item:not(:first-child) {
  display: block !important;
}

quick-add-modal .custom-product-media-thumbnail-block.thumbnail-slider.slider-mobile-gutter.quick-add-hidden.small-hide{
  display: none !important;
}
quick-add-modal .size-guide {
  display: none;
}
quick-add-modal .custom-product-info-block a.link.product__view-details.animate-arrow {
  padding: 20px 0px 0px;
}
a.iwishShareBtn.iwishTw {
    display: none !important;
}
a.iWishAddColl {
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.iWishAddColl svg {
  width: 18px !important;
  height: 18px !important;
}


.cart-notification.active .cart-notification-product .product-option dt {
  font-weight: 600;
}


.cart-notification.active .cart-notification-product .cst_origanal-price {
   color: #000000;
}

.cart-notification.active .cart-notification-product .sale-comapre-price {
  color: #000000;
  text-decoration: line-through;
}

.cart-notification.active .cart-notification-product .cst_comapre-final {
  color: #9e1921;
  font-weight: bold;
}


.cart-notification.active .cart-notification-product .cart-notification-price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.cart-notification.active .cart-notification-product .not_cart_total {
  color: #000000;
  font-size: 13px;
}

.cart-notification.active .cart-notification-product .cart-notification-product__name {
  font-family: Kudryashev Headline;
  font-size: 18px;
}

.cart-notification.active .cart-notification-product .caption-with-letter-spacing {
  padding: 0px 0px 5px;
}




.product__modal-opener .product__media-icon {
  /* display: flex !important;  */
}

quick-add-modal .product__modal-opener .product__media-icon {
  display: none !important; 
}




button#quick-add-template--24090590970149__main-collection-product-grid9734233948453-submit span {
    font-size: 10px;
}




