/** Shopify CDN: Minification failed

Line 1774:5 Unexpected "="

**/
/* start comman css */
.search-modal__content .search__button {
  width: 7.5rem;
}
body {
  overflow: hidden;
  overflow-y: scroll;
}
.content-for-layout {
  position: relative;
  overflow: hidden;
}
.sw--section {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
.main_hero_banner_section {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 45rem;
  display: flex;
  flex-direction: column;
}
.m-0 {
  margin: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.sw--text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sw--text-desc:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sw--text-desc > *:first-child,
.sw--text-block > :first-child {
  margin-top: 0 !important;
}
.sw--text-block > :last-child,
.sw--text-desc > *:last-child {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.sw--btn-wrapper {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.sw--btn-spacer {
  padding: 10px;
}
.sw--btn {
  font-size: 1.6rem;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 0;
  padding: 0.9rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
  border: 0.1rem solid transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sw--btn.btn-primary {
  background-color: #fff;
  color: #060b00;
}
.btn-primary:hover {
  background-color: #2f4d41;
  color: #fff;
}
.sw--btn.btn-secondary {
  background-color: #2f4d41;
  color: #fff;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #2f4d41;
  border-color: #2f4d41;
}
.btn-outline-secondary {
  border-color: #2f4d41;
  color: #2f4d41;
  background-color: transparent;
}
.btn-outline-secondary:hover {
  border-color: #2f4d41;
  color: #fff;
  background-color: #2f4d41;
}
.sw--ratio {
  display: block;
  position: relative;
  width: 100%;
  --sw--ratio: 100%;
}
.sw--ratio img,
.sw--ratio video,
.sw--ratio iframe {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.sw--ratio::before {
  padding-top: var(--sw--ratio);
  content: "";
  display: block;
}
.sw--section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
}
.sw--section-bg picture,
.sw--section-bg img,
.sw--section-bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sw--section-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  --font-heading-family: "TT Ramillas Trl";
  --font-heading-weight: 500;
  letter-spacing: 0;
}
img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.comman-heading {
  font-family: TT Ramillas Trl;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.417;
  text-align: center;
  margin: 0 0 2rem 0;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.text-start {
  text-align: start !important;
}
.text-center {
  text-align: center !important;
}
.text-end {
  text-align: end !important;
}
.swiper-pagination {
  position: relative !important;
  margin-top: 2rem;
}
.swiper-pagination-bullet-active {
  --swiper-pagination-color: #2f4d41;
  --swiper-pagination-bullet-width: 2rem;
}
.swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: #2f4d41;
  --swiper-pagination-bullet-border-radius: 10rem;
}

.shopify-payment-button {
  width: 100%;
}
.w-full {
  width: 100%;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sw--section {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .sw--btn {
    font-size: 2rem;
    padding: 1.1rem 3.3rem;
  }
  .main_hero_banner_section {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 63rem;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .comman-heading {
    font-size: 4rem;
    margin: 0 0 4rem 0;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .sw--section {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
}

/* end comman css */

.sw--header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__inline-menu {
  margin-top: 3rem;
  border-top: 1px solid #dde3e5e5;
  width: 100%;
  text-align: center;
}

@media (max-width: 575px) {
  .header__heading-link {
    margin-left: 1.5rem;
  }
}

/* Start banner section */

.hero-banner-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
}
.hero-content {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 1.6rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.hero-title {
  margin: 0 0 0.5rem 0;
  font-size: 3.4rem;
  font-weight: 800;
  color: #2f4d41;
  line-height: 1.125;
  position: relative;
}
.sw--shape {
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: block;
  width: 2rem;
  height: 2.4rem;
}
.hero-description {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #060b00;
  max-width: 45rem;
  margin: 0 auto;
}
.hero-banner-container .sw--text-desc {
  margin-bottom: 2rem;
}

@media (max-width: 575px) {
  .main_hero_banner_section .sw--btn {
    padding: 0.8rem 2rem;
  }
  .hero-banner-container {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .hero-content {
    padding: 6.1rem 2.5rem;
    max-width: 42rem;
    margin: 0;
  }
}
@media (min-width: 576px) {
  .sw--shape {
    left: -2.5rem;
    width: 3.7rem;
    height: 4.2rem;
  }
}

@media (min-width: 992px) {
  .hero-title {
    font-size: 4rem;
  }
  .hero-content {
    max-width: 53.4rem;
    flex: 0 0 34.375%;
  }
  .hero-content > * {
    text-align: center;
  }
  .hero-content .sw--text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-content {
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1600px) {
  .hero-title {
    font-size: 8rem;
    margin-bottom: 1.5rem;
  }
  .hero-description {
    font-size: 2.2rem;
  }
}

/* End banner section */

/* Start sw--announcement Bar */

.sw--announcement-bar.swiper {
  background: #2f4d41;
  color: #fff;
  padding: 1.4rem 0;
  position: relative;
  overflow: hidden;
}
.sw--announcement-item span {
  display: block;
  width: 2.4rem;
  height: 2.5rem;
}
.sw--announcement-content {
  font-family: "TT Ramillas Trl", sans-serif;
  display: flex;
  /* animation: scroll 15s linear infinite; */
  white-space: nowrap;
  align-items: center;
  gap: 5.4rem;
  letter-spacing: 0.03;
  justify-content: start;
}
.sw--announcement-item {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.409;
  font-weight: 700;
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes sparkle {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}
.sw--announcement-bar:hover .sw--announcement-content {
  animation-play-state: paused;
}

@media (min-width: 768px) {
  .sw--announcement-bar.swiper {
    padding: 2rem 0;
  }
  .sw--announcement-item {
    font-size: 2.2rem;
  }
}

/* End sw--announcement Bar */

/* start category Section */

.sw--category-section .sw--container {
  width: 100%;
  max-width: 150.8rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
}
.sw--category-grid {
  max-width: 132.8rem;
  margin: auto;
}
.sw--category-bg {
  background-image: url(/cdn/shop/files/subtract.png?v=1752207537);
  padding: 0.2rem 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sw--category-item {
  text-decoration: none;
}
.sw--category-image {
  border-radius: 50%;
  overflow: hidden;
}
.sw--category-name {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.455;
  text-align: center;
  margin: 1.5rem 0 0 0;
}
.sw--category-slider {
  position: relative;
}
.sw--slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}
.sw--nav-btn {
  border: 0;
  background: transparent;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  pointer-events: all;
  cursor: pointer;
}
.sw--nav-btn.swiper-button-disabled {
  opacity: 0.5;
}
.sw--slider-buttons {
  display: none;
}

@media (min-width: 768px) {
  .sw--category-bg {
    padding: 0.5rem 0.2rem;
  }
  .sw--category-name {
    font-size: 2.2rem;
  }
  .swiper-pagination {
    display: none;
  }
  .sw--slider-buttons {
    display: flex;
  }
}

/* end category Section */

/* Start Buy 1 Get 1 free */

.card__heading.h3 {
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  margin-bottom: 0.6rem;
}
.sw--card-content .price,
.sw--card-content .card-information {
  text-align: center;
}
.sw--card-content .price__discount-offer {
  display: none;
}
.sw--card-content .quick-add__submit {
  background-color: transparent;
  color: #2f4d41;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 1px solid #2f4d41;
}
.sw--card-content .quick-add__submit:hover {
  background-color: #2f4d41;
  color: #fff;
}
.sw--card-content .quick-add__submit::after,
.sw--card-content .quick-add__submit::before {
  display: none;
}
.sw--card-content .rating-count.caption {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}
.sw--card-content .quick-add {
  margin: 0;
}
body .sw--card-content .price-item--regular {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.333;
}
body .sw--card-content .price-item--sale {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}
body .sw--card-inner .card__content {
  padding: 0 !important;
}
body .sw--card-inner .card__badge span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fbe9d4;
  color: #ff0000;
  clip-path: polygon(100% 0%, 84% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0.688;
  border: 0;
}
body .sw--latest {
  top: 4.3rem !important;
  padding: 1rem 1.5rem !important;
  clip-path: none !important;
  background-color: #2f4d41 !important;
  color: #fff !important;
}
body .sw--best-seller-tag {
  top: 8.5rem !important;
  padding: 1rem 1.5rem !important;
  clip-path: none !important;
  background-color: #ed912a !important;
  color: #060b00 !important;
}
body .sw--rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  letter-spacing: 0;
}
.sw--card-content .full-unstyled-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #525252;
  text-decoration: none;
}
.sw--card-content .price--on-sale {
  justify-content: center;
}

@media (max-width: 767px) {
  .collection {
    padding: 0 0 5rem 0 !important;
  }
  .collection .grid {
    --grid-mobile-horizontal-spacing: 2rem;
    --grid-mobile-vertical-spacing: 2rem;
  }
  .sw--card-content .full-unstyled-link {
    font-size: 1.6rem;
  }
  body .sw--rating-row {
    margin-bottom: 0.8rem;
  }
  .sw--card-content .quick-add__submit {
    min-height: 3.2rem;
    font-size: 1.4rem;
    padding: 0.6rem;
  }
  body .sw--card-content .price-item--sale {
    margin-right: 0.6rem;
    font-size: 1.6rem;
  }
  body .sw--card-content .price-item--regular {
    font-size: 1.4rem;
  }
  .sw--card-content .card__information {
    padding: 1rem 0;
  }
  body .sw--card-inner .card__badge span {
    padding: 0.5rem 2.5rem 0.6rem 0.4rem;
    font-size: 1rem;
    line-height: 0.7;
  }
  body .sw--latest {
    top: 2.3rem !important;
  }
  body .sw--latest {
    top: 2.3rem !important;
    padding: 0.5rem 1rem !important;
  }
  body .sw--best-seller-tag {
    top: 4.5rem !important;
    padding: 0.5rem 1rem !important;
  }
}

/* End Buy 1 Get 1 free */

/* start bracelet collection */

.sw--bracelet-collection-row {
  display: flex;
  flex-wrap: wrap;
  background-color: #fdf6ee;
  padding: 5rem 1.6rem;
}
.sw--bracelet-collection-left {
  display: none;
}
.sw--bracelet-collection-right {
  width: 100%;
}
.sw--bracelet-collection-right .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.sw--bcr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 119.2rem;
  margin-bottom: 4rem;
}
.sw--bcr-head .comman-heading {
  margin: 0;
}
.sw--product-title {
  margin: 0.8rem 0 0.5rem 0;
}
.sw--product-title a {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 1.1rem 0 0.6rem 0;
  text-decoration: none;
  color: #525252;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.sw--product-image {
  background-color: #2f4d41;
}
.sw--product-image a {
  --sw--ratio: 116.710875331565%;
}
.sw--product-card,
.sw--product-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.sw--product-btn {
  margin-top: auto;
}
.sw--product-btn .sw--btn {
  display: flex;
  color: #2f4d41;
  border: 0.1rem solid #2f4d41;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}
.sw--product-btn .sw--btn:hover {
  color: #fff;
  background-color: #2f4d41;
}
.sw--product-info-top {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sw--product-info-top .sw--product-title {
  margin: 0;
}
.sw--product-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sw--price-current.sw--sale-price {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #060b00;
}
.sw--price-compare {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.333;
  color: #525252;
}
.sw--sale-badge,
.discount-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fbe9d4;
  color: #ff0000;
  clip-path: polygon(100% 0%, 84% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-radius: 0;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0.688;
  z-index: 1;
}
.sw--bracelet-collection-left > * {
  width: 100%;
  height: 100%;
}
.text-storm-dust {
  color: #69695f;
}
.sw--bracelet-collection {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.sw--bracelet-collection > *:not(a) {
  padding: 1rem;
  width: 50%;
}
.sw--bracelet-collection-video > * {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .sw--sale-badge {
    padding: 0.5rem 2.5rem 0.6rem 0.4rem;
    font-size: 1rem;
    line-height: 0.7;
  }
  .sw--bcr-head {
    margin-bottom: 2rem;
  }
  .sw--bcr-head .sw--btn {
    display: none;
  }
  .sw--bracelet-collection .sw--btn {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .sw--bracelet-collection .sw--btn.btn-secondary {
    min-height: 4.8rem;
    margin-top: 2rem !important;
  }
  .sw--price-current.sw--sale-price {
    font-size: 1.6rem;
  }
  .sw--price-compare {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .sw--bracelet-collection-row {
    padding: 0;
  }
  .sw--bracelet-collection-left {
    display: block;
    width: 100%;
    max-width: 28.02083333333333%;
    flex: 0 0 28.02083333333333%;
  }
  .sw--bracelet-collection-right {
    width: 100%;
    max-width: 71.97916666666667%;
    flex: 0 0 71.97916666666667%;
    padding: 5.2rem 8.333333333333333% 3.7rem 3rem;
  }
  .sw--product-info-top {
    padding: 2rem 0;
  }
  .sw--product-title {
    margin: 1.1rem 0 0.6rem 0;
  }
  .sw--bracelet-collection-video {
    display: none;
  }
  .sw--bracelet-collection {
    margin: 0 -1.5rem;
  }
  .sw--bracelet-collection > * {
    padding: 1.5rem;
  }
  .sw--bracelet-collection-right .sw--product-card {
    width: 33.33%;
  }
  .sw--bracelet-collection .sw--btn.btn-secondary {
    display: none;
  }
}
/* End bracelet collection */

/* Start luxury redefined */

.sw--time-sale-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 2rem;
}
.sw--time-sale-l {
  width: calc(50% - 3.5rem);
  order: 0;
  /* max-width: 14.5rem; */
  --sw--ratio: 50%;
  margin-right: 3rem;
}
.sw--time-sale-m {
  width: 100%;
  order: 2;
  margin-top: 3.5rem;
}
.sw--time-sale-r {
  width: 50%;
  order: 1;
  /* max-width: 13rem; */
  --sw--ratio: 50%;
}

@media (min-width: 768px) {
  .sw--time-sale-row {
    padding: 4rem;
    flex-wrap: nowrap;
  }
  .sw--time-sale-m {
    padding: 0 4rem;
  }
  .sw--time-sale-l {
    max-width: 25%;
    order: 0;
    margin-right: 0;
  }
  .sw--time-sale-m {
    max-width: 50%;
    order: 1;
    margin-top: 0;
  }
  .sw--time-sale-r {
    max-width: 25%;
    order: 2;
  }
  .sw--time-sale-m .sw--btn {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .sw--time-sale-row {
    padding: 7.2rem 4rem;
  }
  .sw--time-sale-l {
    max-width: 34.8rem;
  }
  .sw--time-sale-m {
    max-width: 63.9rem;
  }
  .sw--time-sale-r {
    max-width: 34.8rem;
  }
}

/* End luxury redefined */

/* start best seller */

.sw--best-seller {
  position: relative;
  max-width: 174rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.sw--best-seller .swiper {
  max-width: 160rem;
}
.sw--best-seller .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.sw--best-seller-row {
  position: relative;
}

/* end best seller */

/* Start Made with Love  */

.sw-customer-reviews-container .swiper-wrapper .swiper-slide {
  width: 26.77083333333333%;
}
.sw-customer-reviews-video {
  overflow: hidden;
  display: block;
  position: relative;
  background: #cfcfcf61;
  z-index: 1;
  backdrop-filter: blur(12px);
}
.customer-video-element {
  object-fit: cover;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
}
.video-play-pause {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff59;
}
.video-mute-toggle {
  opacity: 0;
  pointer-events: none;
}
.video-mute-toggle svg {
  opacity: 0.5;
}
.video-mute-toggle.muted svg {
  opacity: 1;
}
.sw-customer-reviews-container {
  position: relative;
}
.sw-customer-reviews-container::after,
.sw-customer-reviews-container::before {
  content: "";
  width: 100%;
  max-width: 27rem;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(217, 217, 217, 0) -34.54%,
    rgba(255, 255, 255, 1) 56.72%
  );
  z-index: 5;
}
.sw-customer-reviews-container::before {
  left: auto;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(217, 217, 217, 0) -34.54%,
    rgba(255, 255, 255, 1) 56.72%
  );
}
.video_product_block .video_pro_details {
  display: flex;
  gap: 14px;
}
.video_product_block .video_pro_details .product_img {
  max-width: 46px;
}
.product_img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.product_content h3 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -1px;
  color: #000000;
  display: block;
}
.product_content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.857;
  color: #000;
}
.video_product_block {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  margin-top: 12px;
}
.swiper-slide-active .video_product_block {
  opacity: 1;
  visibility: visible;
}
.review_slider_arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  gap: 17px;
  position: relative;
  padding-bottom: 5px;
}
.review_slider_arrow .swiper_slider {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0;
}
.review_slider_arrow .swiper_slider:after {
  display: none;
}
.container_video_main {
  position: relative;
  overflow: hidden;
}
.video-mute-toggle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_content {
  width: calc(100% - 80px);
}
.video_product_block .video_pro_details .product_img {
  max-width: 46px;
  width: 46px;
}
.cs_product-card.swiper-slide {
  width: 333.333%;
}
.sw-customer-reviews-video.sw--ratio {
  --sw--ratio: 130.3501945525292%;
}

@media (max-width: 575px) {
  
  .customer-video-element.mobile-video {
    display: block;
  }
}
@media (max-width: 991px) {
  .product_content h3 {
    font-size: 14px;
    line-height: 1.3;
  }
  .sw-customer-reviews-container .swiper-wrapper .swiper-slide {
    width: 34.7%;
  }
  .sw-customer-reviews-container::after,
  .sw-customer-reviews-container::before {
    max-width: 8.6rem;
  }
}

@media (max-width: 767px) {
  .product_content span {
    font-size: 12px;
  }
  .sw-customer-reviews-container .swiper-wrapper .swiper-slide {
    width: 38.9%;
  }
  .product_content h3 {
    font-size: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .video-play-pause {
    width: 2.4rem;
    height: 2.4rem;
  }
  .video-play-pause > * {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media (max-width: 400px) {
  .sw-customer-reviews-container .swiper-wrapper .swiper-slide {
    width: 50.9%;
  }
}
@media (max-width: 370px) {
  .sw-customer-reviews-container .swiper-wrapper .swiper-slide {
    width: 60.9%;
  }
}

/* End Made with Love  */

/* start Everyday Luxe */

.sw--everyday-luxe {
  padding: 4rem 1.6rem;
}
.sw--everyday-luxe .sw--shape {
  display: block;
  width: 46.97916666666667%;
  top: 0;
  right: 0;
  height: auto;
  left: auto;
}
.sw--everyday-luxe .hero-banner-container {
  align-items: start;
  justify-content: space-between;
  max-width: 144rem;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
.sw--everyday-luxe-l {
  max-width: 15.8rem;
  --sw--ratio: 105.9040590405904%;
  position: relative;
  order: 0;
}
.sw--everyday-luxe-m {
  max-width: 38.4rem;
  padding: 3rem 2rem 0 2rem;
  order: 2;
}
.sw--everyday-luxe-r-content {
  width: 100%;
  max-width: 15.9rem;
  margin-top: 10.8rem;
  order: 1;
}
.sw--everyday-luxe-r {
  --sw--ratio: 108.2446808510638%;
  position: relative;
}
.sw--everyday-shape {
  display: block;
  position: absolute;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  right: -1.75rem;
}
.sw--everyday-shape.left {
  top: 50%;
  transform: translateY(-50%);
}
.sw--everyday-shape.right {
  bottom: -1.75rem;
}
.sw--everyday-luxe-r-content .h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1.5rem 0 0 0;
  text-align: center;
}
.sw--everyday-luxe-m .comman-heading {
  margin: 1.5rem 0;
}
.sw--everyday-offers {
  display: inline-block;
  background: linear-gradient(
    90deg,
    #feead4 0%,
    rgba(254, 234, 212, 0.1) 50.48%,
    #feead4 100%
  );
  padding: 1rem;
  color: #060b00;
  line-height: 0.688;
}

@media (max-width: 767px) {
  .sw--everyday-luxe-m .sw--btn {
    min-width: 18.2rem !important;
  }
  .sw--everyday-luxe-r-content {
    width: 50% !important;
    max-width: 50% !important;
  }
  .sw--everyday-luxe-l {
    margin-right: 1.6rem;
    width: calc(50% - 1.6rem) !important;
    max-width: calc(50% - 1.6rem) !important;
  }
  .sw--everyday-shape svg,
  .sw--everyday-shape {
    width: 2rem !important;
    height: 2rem !important;
  }
  .sw--everyday-shape {
    right: -1rem;
  }
  .sw--everyday-shape.right {
    bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .sw--everyday-offers {
    padding: 0.6rem 1.4rem;
    line-height: 1.556;
  }
  .sw--everyday-luxe {
    padding: 6rem 1.6rem;
  }
  .sw--everyday-luxe-r-content .h3 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .sw--everyday-luxe .hero-banner-container {
    flex-wrap: nowrap;
    align-items: center;
  }
  .sw--everyday-luxe {
    padding: 8rem 1.6rem;
  }
  .sw--everyday-luxe-l {
    max-width: 54.2rem;
    order: 0;
  }
  .sw--everyday-luxe-m {
    max-width: 38.4rem;
    padding-top: 0;
    order: 1;
  }
  .sw--everyday-luxe-r-content {
    max-width: 37.6rem;
    margin: 0;
    order: 2;
  }
}

@media (min-width: 1200px) {
  .sw--everyday-luxe {
    padding: 10rem 1.6rem;
  }
}

/* End Everyday Luxe */

/* Start Customer Review */

.sw--customer-section .sw--container {
  width: 100%;
  max-width: 174rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.sw--customer-section .js-customer-slider {
  max-width: 160rem;
  margin: 0 auto;
}
.sw--customer-review-box {
  box-shadow: 0px 0px 12px 0px #0000000f;
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.sw--customer-review-user {
  display: flex;
  align-items: center;
}
.sw--customer-review-user-l {
  flex: 1 1 auto;
  width: 1%;
  display: flex;
  gap: 1.5rem;
  margin-right: 1rem;
}
.sw--customer-review-user-icon {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fdf6ee;
}
.sw--customer-review-user-l .h3 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0.1rem 0;
}
.sw--customer-review-user-l span {
  display: block;
  font-size: 1.2rem;
  color: #69695f;
}
.sw--customer-review-user-r {
  flex-shrink: 0;
  width: 3.3rem;
}
.sw--user-review {
  display: block;
  width: 8.7rem;
  height: 1.5rem;
  margin: 2rem 0 1.6rem 0;
}
.js-customer-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.sw--customer-description > :first-child,
.sw--customer-description > :last-child {
  margin: 0;
}
.sw--customer {
  position: relative;
}
.sw--customer .swiper {
  padding: 1rem 0;
}
.sw--customer-description {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .sw--customer-review-box {
    padding: 3rem;
  }
  .sw--customer-review-user-icon {
    width: 7rem;
    height: 7rem;
  }
  .sw--customer-review-user-l .h3 {
    font-size: 2rem;
  }
  .sw--customer-review-user-l span {
    font-size: 1.8rem;
  }
  .sw--customer-review-user-r {
    width: 5rem;
  }
  .sw--customer-description {
    font-size: 1.8rem;
  }
}

/* End Customer Review */

/* Start Footer */

.sw--footer {
  overflow: hidden;
}
.sw--footer-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4rem 0 2rem 0;
  border-bottom: 0.1rem solid #ffffff33;
}
.sw--footer-bottom {
  padding: 5rem 0;
  border-bottom: 0.1rem solid #ffffff33;
}
.sw--footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  margin: 0 auto 2rem auto;
  border-right: 0.1rem solid #ffffff1a;
}
.sw--footer-top-image {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 0.5rem;
}
.sw--footer-top-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.sw--footer-top > :last-child {
  border: 0;
}
.sw--footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
  justify-content: space-between;
}
.sw--footer-cell {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
.sw--footer-cell > * {
  color: #c7c7c7;
}
.sw--footer-cell h2 {
  color: #fff;
  margin: 0;
}
.footer-logo {
  width: 100%;
  max-width: 17.4rem;
}
.sw--footer-cell ul {
  padding: 0;
  margin: 0;
}
.sw--footer-cell ul li {
  list-style: none;
}
.sw--footer-cell ul li a {
  color: #c7c7c7;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.556;
}
.footer-copyright {
  display: block;
  text-align: center;
  padding: 2rem;
  color: #c7c7c7;
  width: 100%;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.social_items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.social_items a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
}
.social_items .icons {
  flex-shrink: 0;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
}
.social_items .social-label {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sw--footer-cell .newsletter-form__button.field__button {
  padding: 1.1rem 2.4rem;
  background: #fff;
  color: #060b00;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.556;
}
.sw--footer-cell .field__input {
  background: transparent;
}
.sw--footer-cell .field::before {
  display: none;
}
.sw--footer-cell .field::after {
  border-color: #fff;
}
.sw--footer-cell .newsletter-form__message--success {
  color: #d2d2d2;
}
.sw--footer-cell .list-social {
  gap: 1rem;
}
.sw--footer-cell .list-social__link {
  padding: 0.8rem;
  border: 0.5px solid #c6b2b026;
  background: #c6b2b033;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw--footer-cell:first-child p {
  margin: 0;
}

@media (max-width: 575px) {
  .sw--footer-box {
    width: 10.3rem;
    padding-right: 0.8rem;
    margin-left: 0;
    margin-right: 0.8rem;
  }
  .sw--footer-box:nth-child(3) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sw--footer-box:nth-child(3) {
    border: 0;
  }
  .sw--footer-cell:first-child {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 0;
  }
  .sw--footer-cell .footer-block__newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer-copyright {
    padding: 1.6rem 1rem;
  }
}
@media (min-width: 768px) {
  .sw--footer-box {
    width: 25%;
  }
  .sw--footer-bottom {
    padding: 6rem 0;
  }
  .sw--footer-cell {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .sw--footer-top-image {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
  }
  .sw--footer-top-label {
    font-size: 2rem;
  }
  .sw--footer-cell {
    width: 25%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .sw--footer-top {
    padding-bottom: 4rem;
  }
  .sw--footer-box {
    width: 20%;
    margin-bottom: 0;
  }
  .sw--footer-bottom {
    padding: 8rem 0;
  }
}

/* End Footer */

body .sw--product {
  margin: 0 -1.5rem;
}
body .sw--product > * {
  padding: 0 1.5rem !important;
}
body .sw--product .price-item--sale {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
}
body .sw--product .price-item--regular {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.price--on-sale,
.price__sale {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
#CartDrawer-Item-1 quantity-input {
  min-height: calc((var(--inputs-border-width) * 2) + 4.6rem);
  max-width: 18rem;
}

@media (max-width: 991px) {
  .price--on-sale {
    justify-content: space-between;
  }
}
@media (max-width: 480px){
  body .sw--product .price-item--sale {
    font-size: 3rem;
    letter-spacing: 0;
}
}
@media (min-width: 992px) {
  body .sw--product .price-item--sale {
    font-size: 5rem;
  }
  body .sw--product .price-item--regular {
    font-size: 2rem;
  }
}

<!-- ======== css =========== -- > .recenly_main_flex {
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
  margin: 0px -10px;
}
.related_product_main_col .product_grid_item_box,
.recent-flex .product_grid_item_box {
  padding: 0 10px;
  width: 25%;
}
.product_grid_item_image_box .product_grid_item_image {
  position: relative !important;
}
.product_grid_item_image_box
  .product_grid_item_image:hover
  .custom_size_card_main,
.product_grid_item_image_box .product_grid_item_image:hover:after {
  opacity: 1;
  visibility: visible;
}
.product_grid_item_image_box .product_grid_item_image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0006;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.product_grid_item_image_box
  .product_grid_item_image
  .grid-view-item__image_link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.product_grid_item_image_box .product_grid_item_image:hover .wishlist_app_btn {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}
.product_grid_item_box .product_detail_col {
  text-align: center;
  padding-top: 31px;
}
.product_grid_item_box .product_detail_col .product_grid_item_title {
  font-size: 14px;
  line-height: 1;
  color: #1d1d1b;
  margin-bottom: 22px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s ease;
}
.product_grid_item_box .product_detail_col .product_grid_item_price span {
  font-size: 12px;
  color: #1d1d1b !important;
  line-height: 1;
}
.product_grid_item_box
  .product_detail_col
  .product_grid_item_price
  span.compare_price {
  text-decoration: line-through;
  padding-right: 20px;
}
.product_grid_item_box .product_detail_col .product_grid_item_price {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

/* ========== responsive ============ */
.recent-product-section {
  padding: 5rem 0;
}
.recent-product-section .card__content {
  padding: 1rem 0 0 0;
  text-align: center;
}
.recent-product-section .recently-viewed__grid {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin: 0 -1.5rem;
}
.recently-viewed__grid .card__content {
  display: flex;
  flex-direction: column;
}
.recently-viewed__grid .grid__item {
  padding: 0 1.5rem;
  width: 25%;
  max-width: 25%;
}
.recent-product-section .card-title {
  text-decoration: none;
}
.recent-product-section .card-title {
  font-size: 1.8rem;
  line-height: 1.333;
  margin: 1.1rem 0 0.5rem 0;
  color: #525252;
}
.recent-product-section .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.recent-product-section .card__price {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
.recent-product-section .button {
  padding: 0.75rem 1.25rem;
  width: 100%;
}
.recently-card .sw--ratio {
  --sw--ratio: 116.4021164021164%;
}
.recently-card .price {
  margin-bottom: 2rem;
}
.recently-card .price-item--sale {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  color: #060b00;
}
.recently-card .price-item--regular {
  font-size: 1.8rem;
  line-height: 1.333;
  color: #525252;
  margin: 0;
}

@media (max-width: 767px) {
  .discount-badge {
    padding: 0.5rem 2.5rem 0.6rem 0.4rem;
    font-size: 1rem;
    line-height: 0.7;
  }
}

@media (min-width: 1200px) {
  .recent-product-section {
    padding: 10rem 0;
  }
}

body .product__description {
  margin-bottom: 1rem;
}

body .sw--sku {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.125;
  color: #000000;
  border-bottom: 0.1rem solid #2f4d4126;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .section-main-product .product__description,
  .section-main-product .sw--sku {
    display: none;
  }
  body .product-form__input {
    max-width: 12.7rem;
  }
  body .quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 4.6rem);
  }
  .recently-viewed__grid {
    margin: 0 -1rem;
  }
  .recently-viewed__grid .grid__item {
    width: 50%;
    max-width: 50%;
    padding: 1rem 1.5rem;
  }
  .related-products .product-grid {
    --grid-mobile-horizontal-spacing: 2rem;
    --grid-mobile-vertical-spacing: 2rem;
  }
  .recently-card .price-item--sale {
    font-size: 1.6rem;
    margin-right: 0.6rem;
  }
  .recently-card .price-item--regular {
    font-size: 1.4rem;
  }
  .recent-product-section .card-title {
    margin: 0.8rem 0 0.2rem 0;
  }
  .recently-card .price {
    margin-bottom: 1.1rem;
  }
}
.price__discount-offer {
  display: block;
  background-color: #da3f3f;
  padding: 0.8rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 0.688;
  font-weight: 700;
}

.sw--spacer {
  padding: 2rem 1rem;
}

@media (max-width: 767px) {
  .sw--header-left {
    margin-left: 1.2rem;
  }
  .header__heading-logo-wrapper {
    width: 12.4rem;
  }
  .price__discount-offer {
    padding: 0.7rem 1.1rem;
    font-size: 1.1rem;
  }
  .sw--spacer {
    padding: 0.5rem;
  }
}

@media (max-width: 480px){
  .price__discount-offer {
    padding: 5px;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0;
    min-width: 100px;
}
}

.sw--localization .disclosure__button::after,
.sw--localization .disclosure__button::before {
  display: none;
}
body .sw--localization .disclosure__button {
  margin: 0 !important;
}
.sw--header-left {
  display: flex;
  align-items: center;
}
body .sw--total {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.333;
  color: #fff;
}

@media (max-width: 767px) {
  body .sw--total {
    font-size: 1.6rem;
  }
  body .shopify-policy__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body .shopify-policy__container {
  max-width: 1630px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.header-wrapper .header .header__icons {
  align-items: center;
}
.menu-drawer__utility-links .menu-drawer__localization {
  display: none;
}

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

.slide_show_block .slider-button .svg-wrapper svg {
  height: 100%;
  width: 100%;
}
.slide_show_block .slider-button.slider-button--prev{
  transform: unset;
}
.slide_show_block .slideshow__autoplay {
  display: none;
}
.slide_show_block .slideshow__controls {
  border: 0;
}
.slide_show_block .slider-button .svg-wrapper {
  width: 18px;
  height: 18px;
}
.slide_show_block .slideshow__media .mobile_banner_img {
  display: none;
}

@media (max-width: 575px){
.slide_show_block .slideshow__media img {
  display: none !important;
}
.slide_show_block .slideshow__media .mobile_banner_img {
  display: block !important;
  position: unset;
}
.slide_show_block .slideshow__slide .slideshow__media {
  position: unset;
}
.slide_show_block .slideshow__slide .slideshow__media::before{
  display:none !important;
}
.slide_show_block .slideshow__slide .slideshow__text-wrapper {
  display: none;
}
}