@font-face {
  font-family: 'Cosen';
  src: url('../fonts/Cosen-Regular.eot');
  src: url('../fonts/Cosen-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Cosen-Regular.woff2') format('woff2'), url('../fonts/Cosen-Regular.woff') format('woff'), url('../fonts/Cosen-Regular.ttf') format('truetype'), url('../fonts/Cosen-Regular.svg#Cosen-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.eot');
  src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.eot');
  src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype'), url('../fonts/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.header {
  padding: 30px 0px;
  background-color: #000000;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.cms-index-index .header,
.catalog-category-view .header {
  position: absolute;
  z-index: 1;
  padding: 30px 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .header {
    padding: 25px 0px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 18px 0px;
  }
}
.header .nav-group {
  gap: 32px;
}
@media (max-width: 991px) {
  .header .nav-group {
    display: none;
  }
}
.header .nav-group a {
  color: #ffffff;
  text-transform: uppercase;
}
.header .delimiter {
  display: none;
}
@media (max-width: 991px) {
  .header .mobile_menu {
    position: fixed;
    left: 0;
    width: 300px;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: calc(100% - 60px);
  }
  .header .mobile_menu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .mobile_menu .nav-group {
    display: block;
    margin: 20px 0 0;
  }
}
@media (max-width: 991px) {
  .header .mobile_menu a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .mobile_menu .user_account {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header .mobile_menu .user_account a {
    padding: 10px 20px;
  }
}
.header .logo img {
  max-height: 44px;
  width: auto;
}
@media (max-width: 991px) {
  .header .logo img {
    max-height: 36px;
  }
}
.header .menubar_icon {
  display: none;
}
@media (max-width: 991px) {
  .header .menubar_icon {
    display: block;
  }
}
.header .menubar_icon button {
  display: block;
  width: 24px;
}
@media (max-width: 991px) {
  .header .menubar_icon svg {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header .header_right {
    margin-left: auto;
  }
}
.header #compare-link {
  display: none;
}
.header .menu-search-icon {
  margin-right: 27px;
  padding: 0;
  background: none;
}
@media (max-width: 1550px) {
  .header .menu-search-icon {
    margin-right: 22px;
  }
}
@media (max-width: 991px) {
  .header .menu-search-icon {
    margin-right: 20px;
  }
}
.header .menu-search-icon svg {
  height: 26px;
  width: auto;
}
@media (max-width: 1550px) {
  .header .menu-search-icon svg {
    height: 23px;
  }
}
@media (max-width: 767px) {
  .header .menu-search-icon svg {
    width: 20px;
  }
}
.header .menu-cart-icon {
  gap: 4px;
  color: #ffffff;
  margin-right: 16px;
  padding: 0;
  text-transform: uppercase;
}
.header .menu-cart-icon::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #EF4444;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .header .menu-cart-icon::after {
    display: none;
  }
}
.header .menu-cart-icon .label-cart {
  margin-left: 6px;
}
@media (max-width: 1550px) {
  .header .menu-cart-icon svg {
    width: 20px;
    height: 24px;
  }
}
.header .menu-cart-icon:hover {
  background: none;
}
.header .menu-cart-icon .count-info {
  padding: 0px;
  border-radius: 12px;
  min-width: 32px;
  min-height: 32px;
  aspect-ratio: 1;
  display: grid;
  text-align: center;
}
@media (max-width: 1550px) {
  .header .menu-cart-icon .count-info {
    border-radius: 9px;
    min-width: 27px;
    min-height: 27px;
  }
}
@media (max-width: 991px) {
  .header .menu-cart-icon .count-info {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    border-radius: 50%;
    font-size: 14px;
    min-width: 23px;
    min-height: 23px;
  }
}
@media (max-width: 767px) {
  .header .menu-cart-icon svg {
    width: 20px;
  }
}
@media (max-width: 991px) {
  .header .menu-cart-icon .label-cart {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .user_account > div {
    width: 100%;
  }
}
.header .user_account a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
}
.header .user_account a:hover {
  background: none;
}
.header .user_account a#customer\.header\.wishlist\.link,
.header .user_account a#customer\.header\.orders\.link,
.header .user_account a#customer\.header\.address\.book\.link {
  display: none;
}
@media (max-width: 991px) {
  .header .header_right .user_account {
    display: none;
  }
}
.header .container {
  position: relative;
}
@media (max-width: 991px) {
  .header .container {
    justify-content: unset;
  }
}
@media (max-width: 991px) {
  .hyva_checkout-index-index .header .container {
    justify-content: center;
  }
}
[x-cloak] {
  display: none !important;
}
.hamburger-lines {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger-lines .line {
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger-lines .close_hamburger {
  display: none;
  height: 17px;
}
.hamburger-lines.active .hamburger_icon {
  display: none;
}
.hamburger-lines.active .close_hamburger {
  display: block;
}
.hamburger-lines.active .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-lines.active .line2 {
  opacity: 0;
}
.hamburger-lines.active .line3 {
  transform: rotate(-45deg) translate(5px, -5px);
}
.footer-top {
  margin-top: 80px;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer-top {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    gap: 32px;
    margin-top: 30px;
  }
}
.footer-top .title_and_description_section {
  width: min(412px, 100%);
}
@media (max-width: 1750px) {
  .footer-top .title_and_description_section {
    width: min(372px, 100%);
  }
}
@media (max-width: 1550px) {
  .footer-top .title_and_description_section {
    width: min(310px, 100%);
  }
}
@media (max-width: 1400px) {
  .footer-top .title_and_description_section {
    width: min(280px, 100%);
  }
}
@media (max-width: 991px) {
  .footer-top .title_and_description_section {
    width: 100%;
  }
}
.footer-top .footer_descriptions {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.4);
  margin-top: calc(var(--spacing)*6);
}
@media (max-width: 1550px) {
  .footer-top .footer_descriptions {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer-top .footer_descriptions {
    margin-top: 16px;
  }
}
.footer-top .title_navigation {
  font-family: 'Satoshi-Medium';
  line-height: 150%;
  margin: 0 0 20px;
  font-size: 24px;
}
@media (max-width: 1750px) {
  .footer-top .title_navigation {
    font-size: 20px;
  }
}
@media (max-width: 1550px) {
  .footer-top .title_navigation {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-top .title_navigation {
    margin-bottom: 16px;
  }
}
.footer-top .item_navigation {
  margin: 0 0 16px;
  display: flex;
}
.footer-top .item_navigation:last-child {
  margin: 0px;
}
.footer-top .item_navigation a {
  line-height: 100%;
}
@media (max-width: 1550px) {
  .footer-top .item_navigation a {
    font-size: 14px;
  }
}
.footer-top .contact_information_title {
  font-family: 'Cosen';
  font-size: 40px;
  line-height: 100%;
  margin-bottom: calc(var(--spacing)*2);
}
@media (max-width: 1750px) {
  .footer-top .contact_information_title {
    font-size: 32px;
  }
}
@media (max-width: 1550px) {
  .footer-top .contact_information_title {
    font-size: 28px;
  }
}
.footer-top .contact_information_title span {
  color: rgba(0, 0, 0, 0.4);
}
.footer-top .navigation_menu_contact_information_holder {
  width: min(422px, 100%);
}
@media (max-width: 1750px) {
  .footer-top .navigation_menu_contact_information_holder {
    width: min(372px, 100%);
  }
}
@media (max-width: 1550px) {
  .footer-top .navigation_menu_contact_information_holder {
    width: min(295px, 100%);
  }
}
@media (max-width: 810px) {
  .footer-top .navigation_menu_contact_information_holder {
    max-width: 318px;
    width: auto;
  }
}
.footer-top .contact_information_description {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 24px;
}
@media (max-width: 1550px) {
  .footer-top .contact_information_description {
    font-size: 14px;
  }
}
.footer-top .contact_information_email {
  margin-bottom: calc(var(--spacing)*2);
}
.footer-top .contact_information_email a {
  font-size: 24px;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1750px) {
  .footer-top .contact_information_email a {
    font-size: 20px;
  }
}
@media (max-width: 1550px) {
  .footer-top .contact_information_email a {
    font-size: 18px;
  }
}
.footer-top .contact_information_phone a {
  font-size: 24px;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1750px) {
  .footer-top .contact_information_phone a {
    font-size: 20px;
  }
}
@media (max-width: 1550px) {
  .footer-top .contact_information_phone a {
    font-size: 18px;
  }
}
.copy_right_section_holder {
  margin-top: min(80px, 4.167vw);
  margin-bottom: min(80px, 4.167vw);
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .copy_right_section_holder {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 8px;
  }
}
@media (max-width: 991px) {
  .copy_right_section_holder {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.copy_right_section_holder .copy_right_text {
  font-size: 16px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .copy_right_section_holder .copy_right_text {
    width: 100%;
  }
}
.copy_right_section_holder .copy_right_text a {
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
@media (max-width: 991px) {
  .copy_right_section_holder .copy_right_text a {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .copy_right_section_holder .copy_right_text a {
    margin-left: 8px;
  }
}
@media (max-width: 390px) {
  .copy_right_section_holder .copy_right_text a {
    margin-left: 0;
  }
}
.copy_right_section_holder .social_link_holder {
  gap: 21px;
}
/* Checkout page css start */
.checkout-content-info .checkout_section_title {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  margin: 0 0 24px;
}
@media (max-width: 1750px) {
  .checkout-content-info .checkout_section_title {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout_section_title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .checkout_section_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-content-info .checkout_section_title {
    font-size: 20px;
  }
}
.checkout-content-info .field .label {
  font-size: 14px;
  line-height: 140%;
  font-family: 'Satoshi';
}
.checkout-content-info .field .form-input {
  padding: 9px 12px;
  border-radius: 8px;
}
.checkout-content-info .field .input-group:focus-within {
  outline: none;
}
.checkout-content-info .address-form .group-street {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .checkout-content-info .address-form .group-street {
    grid-column: span 1;
  }
}
.checkout-content-info #billing-details {
  margin: 24px 0 0;
}
.checkout-content-info #billing-details #billing {
  margin: 0 0 24px;
}
.checkout-content-info #billing-details input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 4px;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 1550px) {
  .checkout-content-info #billing-details input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}
.checkout-content-info #billing-details input[type="checkbox"]::after {
  display: none;
}
.checkout-content-info #billing-details input[type="checkbox"]:checked {
  background-color: #000000;
}
.checkout-content-info #billing-details input[type="checkbox"]:checked::after {
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M0.75 3.59301L3.43278 6.28005L8.96 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  width: 10px;
  height: 8px;
  translate: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 0;
}
.checkout-content-info #shipping-section {
  margin: 0;
}
.checkout-content-info #shipping-section .section-title {
  width: 100%;
}
.checkout-content-info #shipping-section .checkout_section_title {
  border-top: 1px solid #D4D4D8;
  margin-top: calc(var(--spacing)*12);
  padding-top: calc(var(--spacing)*12);
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-content-info #shipping-section .checkout_section_title {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.checkout-content-info #shipping-section input[type="radio"] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
  appearance: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-content-info #shipping-section input[type="radio"]:checked::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000000;
}
@media (max-width: 1550px) {
  .checkout-content-info #shipping-section input[type="radio"] {
    width: 22px;
    height: 22px;
  }
}
.checkout-content-info #shipping-section #shipping-method-option-flatrate {
  max-width: 360px;
  border-color: #D4D4D8;
}
@media (max-width: 767px) {
  .checkout-content-info #shipping-section #shipping-method-option-flatrate {
    max-width: 100%;
  }
}
.checkout-content-info #shipping-section #shipping-method-option-flatrate > label {
  padding: 24px;
}
@media (max-width: 1450px) {
  .checkout-content-info #shipping-section #shipping-method-option-flatrate > label {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-content-info #shipping-section #shipping-method-option-flatrate > label {
    padding: 16px;
  }
}
.checkout-content-info #shipping-section #shipping-method-option-flatrate > label span {
  font-size: 20px;
  font-family: 'Satoshi-Medium';
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1550px) {
  .checkout-content-info #shipping-section #shipping-method-option-flatrate > label span {
    font-size: 18px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info #shipping-section #shipping-method-option-flatrate > label span {
    font-size: 16px;
  }
}
.checkout-content-info #shipping-section #shipping-method-option-flatrate .leading-loose {
  font-family: 'Satoshi';
}
.checkout-content-info #payment-section {
  margin: 0;
}
.checkout-content-info #payment-section .section-title {
  width: 100%;
}
.checkout-content-info #payment-section .checkout_section_title {
  border-top: 1px solid #D4D4D8;
  margin-top: calc(var(--spacing)*12);
  padding-top: calc(var(--spacing)*12);
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-content-info #payment-section .checkout_section_title {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.checkout-content-info #payment-section input[type="radio"] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
  appearance: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-content-info #payment-section input[type="radio"]:checked::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000000;
}
@media (max-width: 1450px) {
  .checkout-content-info #payment-section input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info #payment-section input[type="radio"]:checked::after {
    width: 16px;
    height: 16px;
  }
}
.checkout-content-info #payment-section #payment-method-list {
  flex-wrap: wrap;
}
.checkout-content-info #payment-section .payment-method-option-list {
  border-color: #D4D4D8;
}
@media (max-width: 767px) {
  .checkout-content-info #payment-section .payment-method-option-list {
    width: 100%;
  }
}
.checkout-content-info #payment-section .payment-method-option-list label {
  padding: 24px;
  align-items: center;
}
@media (max-width: 1450px) {
  .checkout-content-info #payment-section .payment-method-option-list label {
    padding: 20px;
    gap: 12px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .checkout-content-info #payment-section .payment-method-option-list label {
    padding: 16px;
  }
}
.checkout-content-info #payment-section .payment-method-option-list label span {
  font-family: 'Satoshi-Medium';
  font-size: 20px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1550px) {
  .checkout-content-info #payment-section .payment-method-option-list label span {
    font-size: 18px;
  }
}
@media (max-width: 1550px) {
  .checkout-content-info #payment-section .payment-method-option-list label span {
    font-size: 16px;
  }
}
.checkout-content-info #shipping-details {
  min-width: 0;
  margin: 0;
}
.checkout-content-info .select_shipping_address_info > span {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  margin: 0 0 24px;
  display: block;
}
@media (max-width: 1550px) {
  .checkout-content-info .select_shipping_address_info > span {
    font-size: 22px;
    margin: 0 0 18px;
  }
}
.checkout-content-info .select_shipping_address_info .address-grid {
  display: flex;
  overflow: auto;
  gap: 24px;
}
.checkout-content-info .select_shipping_address_info .address-grid .address-item {
  flex: 0 0 360px;
  border: 1px solid #D4D4D8;
  border-radius: 16px;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1550px) {
  .checkout-content-info .select_shipping_address_info .address-grid .address-item {
    font-size: 18px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .select_shipping_address_info .address-grid .address-item {
    font-size: 16px;
  }
}
.checkout-content-info .select_shipping_address_info .address-grid .address-item span {
  font-size: inherit;
  line-height: inherit;
}
.checkout-content-info .select_shipping_address_info .address-grid .address-item label {
  position: relative;
  padding-right: 35px;
  white-space: normal;
}
.checkout-content-info .select_shipping_address_info .address-grid .address-item input[type="radio"] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
  appearance: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
}
.checkout-content-info .select_shipping_address_info .address-grid .address-item input[type="radio"]:checked::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000000;
}
.checkout-content-info .select_shipping_address_info .address-grid .address-item input[type="radio"]:checked::after {
  width: 16px;
  height: 16px;
}
.checkout-content-info .address-form .close_popup_btn {
  position: absolute;
  right: 32px;
  top: 13px;
}
.checkout-content-info .address-form .grid {
  padding: 0px;
}
@media (max-width: 767px) {
  .checkout-content-info .address-form .grid {
    grid-template-columns: 100%;
    gap: 16px;
  }
}
.checkout-content-info .address-form .field-type-checkbox {
  grid-column: span 2 / span 2;
}
.checkout-content-info .address-form .field-type-checkbox .label {
  font-size: 18px;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  margin: 0;
}
.checkout-content-info .add_new_address_btn_info {
  margin: 0 0 48px;
  border-bottom: 1px solid #D4D4D8;
  padding: 0 0 48px;
}
.checkout-content-info .add_new_address_btn_info .add_address_btn {
  width: 278px;
  height: 56px;
  border-radius: 32px;
  border: 1.5px solid #000000;
  margin: 24px 0 0;
  background: #ffffff;
  font-size: 18px;
  gap: 12px;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1550px) {
  .checkout-content-info .add_new_address_btn_info .add_address_btn {
    font-size: 16px;
    width: 260px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .add_new_address_btn_info .add_address_btn {
    width: 240px;
    height: 52px;
  }
}
.checkout-content-info .add_new_address_btn_info .add_address_btn svg {
  width: 15px;
  height: 15px;
}
.checkout-content-info .address_form_buttons {
  gap: 16px;
  border-top: 1px solid #E5E5E5;
  padding: 20px 32px;
  margin: 32px 0 0;
}
.checkout-content-info .address_form_buttons .btn {
  width: 240px;
  height: 56px;
  border-radius: 32px;
  font-size: 18px;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  margin: 0;
}
.checkout-content-info .checkout_layout {
  grid-template-columns: calc(100% - 688px) 640px;
  gap: 48px;
}
@media (max-width: 1850px) {
  .checkout-content-info .checkout_layout {
    grid-template-columns: calc(100% - 609px) 560px;
  }
}
@media (max-width: 1750px) {
  .checkout-content-info .checkout_layout {
    grid-template-columns: calc(100% - 579px) 530px;
  }
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout_layout {
    grid-template-columns: calc(100% - 509px) 460px;
  }
}
@media (max-width: 1100px) {
  .checkout-content-info .checkout_layout {
    grid-template-columns: calc(100% - 499px) 468px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .checkout-content-info .checkout_layout {
    grid-template-columns: 100%;
    gap: 48px;
  }
}
.checkout-content-info .checkout-summary {
  width: 100%;
  background: #F4F4F5;
  border-radius: 32px;
  font-size: 20px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary {
    font-size: 18px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .checkout-summary {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .checkout-content-info .checkout-summary {
    margin-bottom: 32px;
  }
}
.checkout-content-info .checkout-summary .total-segments {
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .total-segments {
    padding: 16px;
  }
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .total-segments + div {
    padding: 16px;
  }
}
.checkout-content-info .checkout-summary .grand_total {
  border-top: 1px dashed #D4D4D8;
  padding: 32px 0 0;
  margin: 16px 0 8px;
}
.checkout-content-info .checkout-summary .grand_total span {
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .grand_total span {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .checkout-summary .grand_total span {
    font-size: 20px;
  }
}
.checkout-content-info .checkout-summary .summary_cart_item_btn {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .summary_cart_item_btn {
    font-size: 18px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .checkout-summary .summary_cart_item_btn {
    font-size: 16px;
  }
}
.checkout-content-info .checkout-summary .summary_cart_item_btn .rotate-180 {
  transform: rotate(270deg);
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .summary_cart_item_btn svg {
    width: 8px;
    height: 15px;
  }
}
.checkout-content-info .checkout-summary .checkout_summary_cart_img {
  width: 159px;
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .checkout_summary_cart_img {
    width: 130px;
  }
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .checkout_summary_cart_img {
    width: 112px;
  }
}
.checkout-content-info .checkout-summary .checkout_summary_cart_img img {
  width: 100%;
  border-radius: 16px;
}
.checkout-content-info .checkout-summary .product-title {
  margin-bottom: 4px;
}
.checkout-content-info .checkout-summary .product-title p {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1750px) {
  .checkout-content-info .checkout-summary .product-title p {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .product-title p {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .checkout-summary .product-title p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-content-info .checkout-summary .product-title p {
    font-size: 16px;
  }
}
.checkout-content-info .checkout-summary .product-price {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1450px) {
  .checkout-content-info .checkout-summary .product-price {
    font-size: 18px;
  }
}
@media (max-width: 1450px) {
  .checkout-content-info .checkout-summary .product-price {
    font-size: 16px;
  }
}
.checkout-content-info .checkout-summary .product-price .items_title {
  color: #71717A;
}
.checkout-content-info .checkout-summary .product-price .price_info {
  font-family: 'Satoshi-Medium';
}
.checkout-content-info .checkout-summary .checkout_summary_cart__item_info {
  width: calc(100% - 175px);
}
@media (max-width: 767px) {
  .checkout-content-info .checkout-summary .checkout_summary_cart__item_info {
    width: calc(100% - 126px);
  }
}
.checkout-content-info .checkout-summary .checkout_summary_cart__item_info .leading-relaxed {
  margin: 0 0 16px;
}
.checkout-content-info .checkout-summary .checkout_summary_cart__item_info .leading-relaxed span {
  font-size: 20px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout-summary .checkout_summary_cart__item_info .leading-relaxed span {
    font-size: 16px;
  }
}
.checkout-content-info .checkout-summary .checkout_summary_cart__item_info .leading-relaxed .item_option_label {
  color: #71717A;
  display: flex;
}
.checkout-content-info .checkout-summary .checkout_summary_cart__item_info .leading-relaxed .item_option_label::after {
  content: ":";
}
.checkout-content-info .checkout-summary .checkout_summary_cart_items {
  border-bottom: 1px solid #D4D4D8;
}
.checkout-content-info .checkout-summary .checkout_summary_cart_items:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-content-info .checkout-summary #checkout-cart-details {
  max-height: 360px;
  overflow: auto;
}
.checkout-content-info .price-summary > .section-title {
  padding: 24px;
}
@media (max-width: 767px) {
  .checkout-content-info .price-summary > .section-title {
    padding: 16px;
  }
}
.checkout-content-info .price-summary > .section-title .checkout_section_title {
  margin: 0;
}
.checkout-content-info .address_modal_popup > div > div {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.checkout-content-info .address_modal_popup > div > div > div {
  padding: 0;
  border-radius: 32px;
}
.checkout-content-info .address_modal_popup .grid {
  padding: 32px;
}
.checkout-content-info .address_modal_popup .section-title {
  padding: 20px 32px;
  border-color: #E5E5E5;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-content-info .checkout_coupon_code {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout_coupon_code {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-content-info .checkout_coupon_code {
    padding: 16px;
  }
}
@media (max-width: 1550px) {
  .checkout-content-info .checkout_coupon_code svg {
    width: 8px;
    height: 15px;
  }
}
.checkout-content-info .checkout_coupon_code > button .rotate-180 {
  transform: rotate(270deg);
}
.checkout-content-info .checkout_coupon_code .coupon-code {
  border: 1px solid #D4D4D8;
  border-radius: 14px;
  padding: 18.5px 14px;
  font-size: 16px;
  line-height: 150%;
}
.checkout-content-info .checkout_coupon_code .coupon-code .form-input {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
}
.checkout-content-info .checkout_coupon_code .coupon-code .form-input::placeholder {
  color: #71717A;
}
.checkout-content-info .checkout_coupon_code .coupon-code .form-input::-webkit-input-placeholder {
  color: #71717A;
}
.checkout-content-info .checkout_coupon_code .coupon-code .form-input::-moz-input-placeholder {
  color: #71717A;
}
.checkout-content-info .checkout_coupon_code .coupon-code .form-input::-ms-input-placeholder {
  color: #71717A;
}
.checkout-content-info .checkout_coupon_code .coupon-code .discount-btn {
  font-size: 18px;
}
.checkout-content-info .checkout_coupon_code .coupon-code .discount-btn:hover {
  background: none;
}
.close_popup_btn {
  width: 48px;
  height: 48px;
  border: 1.5px solid #D4D4D8;
  border-radius: 50%;
}
.place_order_btn {
  margin: 24px 0 0;
  width: 278px;
  height: 56px;
}
@media (max-width: 767px) {
  .place_order_btn {
    width: 100%;
  }
}
.magewire-loader-overlay > .flex {
  margin: auto;
  height: 100%;
}
.co-offers {
  border-bottom: 1px solid #D4D4D8;
  padding: 0 0 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .co-offers {
    padding: 0 0 24px;
    margin-bottom: 24px;
  }
}
.checkout-offer-slide {
  flex: 0 0 70%;
  border: 1px solid #D4D4D8;
  border-radius: 16px;
  display: flex;
  padding: 24px;
  gap: 24px;
}
@media (max-width: 1550px) {
  .checkout-offer-slide {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-offer-slide {
    flex: 0 0 100%;
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
  }
}
@media (max-width: 1750px) {
  .checkout-offer-slide svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1550px) {
  .checkout-offer-slide svg {
    width: 52px;
    height: 52px;
  }
}
.checkout-offer-slide h3 {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  margin: 0 0 4px;
}
@media (max-width: 1750px) {
  .checkout-offer-slide h3 {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .checkout-offer-slide h3 {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .checkout-offer-slide h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-offer-slide h3 {
    font-size: 18px;
  }
}
.checkout-offer-slide p {
  color: #00000066;
}
.checkout-offer-content {
  width: calc(100% - 100px);
}
.checkout-offer-track {
  display: flex;
  overflow: hidden;
  gap: 24px;
}
.checkout-offer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  margin-bottom: 24px;
}
.checkout-offer-header h3 {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1750px) {
  .checkout-offer-header h3 {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .checkout-offer-header h3 {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .checkout-offer-header h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-offer-header h3 {
    font-size: 20px;
  }
}
.checkout-offer-controls {
  display: flex;
  gap: 30px;
}
.checkout-offer-controls .co-btn:disabled path {
  fill: #71717A;
}
.checkout-offer-controls svg {
  width: 8px;
  height: 16px;
}
@media (max-width: 1450px) {
  .thank_you_order .popup-container {
    height: 550px;
  }
}
.thank_you_order .thank_you_order_content {
  margin: 163px 0 30px;
}
@media (max-width: 1550px) {
  .thank_you_order .thank_you_order_content {
    margin: 113px 0 30px;
  }
}
.thank_you_order .thank_you_order_content svg {
  height: auto;
}
@media (max-width: 1550px) {
  .thank_you_order .thank_you_order_content svg {
    max-width: 130px;
  }
}
@media (max-width: 1450px) {
  .thank_you_order .thank_you_order_content svg {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .thank_you_order .thank_you_order_content svg {
    max-width: 90px;
  }
}
.thank_you_order .thank_you_order_content h2 {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  margin: 24px 0 4px;
}
@media (max-width: 1750px) {
  .thank_you_order .thank_you_order_content h2 {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .thank_you_order .thank_you_order_content h2 {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .thank_you_order .thank_you_order_content h2 {
    font-size: 20px;
  }
}
.thank_you_order .thank_you_order_content p {
  font-size: 18px;
  line-height: 150%;
  color: #09090b;
  margin: 0 0 24px;
}
@media (max-width: 1550px) {
  .thank_you_order .thank_you_order_content p {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .thank_you_order .thank_you_order_content p {
    font-size: 14px;
  }
}
.thank_you_order .thank_you_order_content .btn {
  width: 240px;
  height: 56px;
}
@media (max-width: 550px) {
  .thank_you_order .thank_you_order_btns {
    flex-direction: column;
  }
}
.checkout-success {
  text-align: center;
}
.checkout_user_login .field {
  margin-bottom: 48px;
}
@media (max-width: 1550px) {
  .checkout_user_login .field {
    margin-bottom: 30px;
  }
}
/* Checkout page css end */
#my-dialog-social-login {
  display: none;
}
@keyframes spin-text {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@-webkit-keyframes spin-text {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
body {
  font-family: 'Satoshi';
  font-size: 18px;
  line-height: normal;
  color: #000000;
  scroll-behavior: smooth;
  background: #ffffff;
}
@media (max-width: 1550px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}
body #hyva-demo-hero {
  display: none;
}
body.hidden_overlay {
  overflow: hidden;
}
body .container {
  max-width: 1688px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1920px) {
  body .container {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1200px) {
  body .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .page-main {
  margin: 0;
}
body .columns {
  display: block;
  max-width: 100%;
  padding: 0;
}
.btn-primary {
  background: #000000;
  color: #ffffff;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  border: none;
  border-radius: 32px;
  font-weight: normal;
  padding: 18.5px;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s linear 0s;
}
.btn-primary:hover {
  background: #3b263a;
}
@media (max-width: 1750px) {
  .btn-primary {
    padding: 15.5px;
  }
}
@media (max-width: 1550px) {
  .btn-primary {
    padding: 14px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-primary {
    padding: 12px 15px;
  }
}
.btn-secondary {
  background: none;
  color: #000000;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  border: none;
  border-radius: 32px;
  font-weight: normal;
  padding: 17.5px;
  border: 1.5px solid #000000;
  cursor: pointer;
  transition: all .3s linear 0s;
}
.btn-secondary:hover {
  border-color: #844f82;
  color: #844f82;
}
@media (max-width: 1750px) {
  .btn-secondary {
    padding: 14.5px;
  }
}
@media (max-width: 1550px) {
  .btn-secondary {
    padding: 13px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-secondary {
    padding: 11px 15px;
  }
}
.font-satoshi-medium {
  font-family: 'Satoshi-Medium';
}
.form-input {
  padding: 9px 10px;
  font-size: 16px;
  line-height: 150%;
  border: 1.5px solid #D4D4D8;
  border-radius: 8px;
  color: #27272A;
  width: 100%;
  outline: none;
}
.form-input::placeholder {
  color: #52525B;
}
.form-input::-webkit-input-placeholder {
  color: #52525B;
}
.form-input::-moz-input-placeholder {
  color: #52525B;
}
.form-input::-ms-input-placeholder {
  color: #52525B;
}
.home_page_main_section_holder {
  height: 100vh;
  position: relative;
}
@media (max-width: 991px) {
  .home_page_main_section_holder {
    height: auto;
    min-height: 800px;
  }
}
.home_page_main_section_holder .banner_img {
  height: 100%;
}
@media (max-width: 991px) {
  .home_page_main_section_holder .banner_img {
    height: auto;
    min-height: inherit;
  }
}
@media (max-width: 991px) {
  .home_page_main_section_holder .banner_img picture {
    min-height: inherit;
  }
}
.home_page_main_section_holder .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .home_page_main_section_holder .banner_img img {
    height: auto;
    min-height: inherit;
  }
}
.home_page_main_section_holder .home_page_main_section {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1688px;
  padding-left: 24px;
  padding-right: 24px;
  transform: translate(-50%, 0px);
}
@media (max-width: 1920px) {
  .home_page_main_section_holder .home_page_main_section {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1200px) {
  .home_page_main_section_holder .home_page_main_section {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home_page_main_section_holder .home_page_main_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home_page_main_section_holder .icon_home {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.home_page_main_section_holder .curve_text_button {
  position: relative;
}
.home_page_main_section_holder .curve_text_button img:first-child {
  width: 180px;
  height: 180px;
  animation: spin-text 10s linear infinite;
  -webkit-animation: spin-text 10s linear infinite;
  will-change: transform;
}
@media (max-width: 1700px) {
  .home_page_main_section_holder .curve_text_button img:first-child {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .home_page_main_section_holder .curve_text_button img:first-child {
    width: 120px;
    height: 120px;
  }
}
.home_page_main_section_holder .years_text_50 {
  font-size: min(24px, 6.154vw);
  color: #ffffff;
  line-height: 100%;
  margin: min(32px, 3.951vw) 0 min(8px, 3vw);
  font-family: 'Satoshi-Medium';
  text-align: center;
}
@media (max-width: 1700px) {
  .home_page_main_section_holder .years_text_50 {
    font-size: min(20px, 6vw);
  }
}
@media (max-width: 767px) {
  .home_page_main_section_holder .years_text_50 {
    font-size: min(18px, 6vw);
  }
}
.home_page_main_section_holder .luxury_text {
  font-size: min(160px, 9vw);
  text-align: center;
  color: #ffffff;
  line-height: 100%;
}
@media (max-width: 1920px) {
  .home_page_main_section_holder .luxury_text {
    font-size: min(140px, 9vw);
  }
}
@media (max-width: 1750px) {
  .home_page_main_section_holder .luxury_text {
    font-size: min(130px, 8vw);
  }
}
@media (max-width: 1550px) {
  .home_page_main_section_holder .luxury_text {
    font-size: min(110px, 8vw);
  }
}
@media (max-width: 1420px) {
  .home_page_main_section_holder .luxury_text {
    font-size: min(100px, 8vw);
  }
}
@media (max-width: 1320px) {
  .home_page_main_section_holder .luxury_text {
    font-size: min(90px, 8vw);
  }
}
@media (max-width: 767px) {
  .home_page_main_section_holder .luxury_text {
    font-size: min(64px, 20vw);
  }
}
.home_page_main_section_holder .landing_page_texts {
  margin-bottom: min(220px, 12.5vw);
}
@media (max-width: 1100px) {
  .home_page_main_section_holder .landing_page_texts {
    margin-bottom: min(220px, 8vw);
  }
}
@media (max-width: 991px) {
  .home_page_main_section_holder .landing_page_texts {
    margin-bottom: 132px;
  }
}
@media (max-width: 767px) {
  .home_page_main_section_holder .landing_page_texts {
    margin-bottom: 70px;
  }
}
.home_page_main_section_holder .landing_page_texts p {
  font-size: min(24px, 6.154vw);
  color: #ffffff;
  margin-top: min(32px, 3.951vw);
  text-align: center;
  line-height: 100%;
}
@media (max-width: 1700px) {
  .home_page_main_section_holder .landing_page_texts p {
    font-size: min(20px, 6.154vw);
  }
}
@media (max-width: 767px) {
  .home_page_main_section_holder .landing_page_texts p {
    font-size: min(18px, 6.154vw);
  }
}
.drop_down_icon {
  width: 230px;
  height: 52px;
  background-color: #ffffff;
  clip-path: path('M0,52 C40,52 75,0 115,0 C155,0 190,52 230,52 L230,52 L0,52 Z');
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 50%;
  justify-content: center;
  transform: translate(-50%, 0px);
  align-items: center;
}
@media (max-width: 991px) {
  .drop_down_icon {
    width: 190px;
    height: 40px;
    background-color: #ffffff;
    clip-path: path('M0,40 C33,40 62,0 95,0 C128,0 157,40 190,40 L190,40 L0,40 Z');
  }
}
@media (max-width: 767px) {
  .drop_down_icon {
    width: 125px;
    height: 30px;
    background-color: #ffffff;
    clip-path: path('M0,30 C22,30 41,0 62.5,0 C84,0 103,30 125,30 L125,30 L0,30 Z');
  }
}
@media (max-width: 991px) {
  .drop_down_icon svg {
    width: 24px;
  }
}
@media (max-width: 991px) {
  .drop_down_icon svg {
    width: 20px;
  }
}
.source_page_holder {
  margin-top: min(120px, 5.781vw);
  margin-bottom: 40px;
}
@media (max-width: 810px) {
  .source_page_holder {
    margin-top: min(80px, 9.877vw);
    margin-bottom: min(20px,5.128vw);
  }
}
@media (max-width: 390px) {
  .source_page_holder {
    margin-top: min(64px, 16.41vw);
  }
}
.source_page_holder .source_page_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: min(8vw, 160px);
  gap: 0px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s ease;
  line-height: 1;
  text-align: start;
}
@media (max-width: 1920px) {
  .source_page_holder .source_page_text {
    font-size: min(140px, 9vw);
  }
}
@media (max-width: 1750px) {
  .source_page_holder .source_page_text {
    font-size: min(130px, 8vw);
  }
}
@media (max-width: 1550px) {
  .source_page_holder .source_page_text {
    font-size: min(110px, 8vw);
  }
}
@media (max-width: 1420px) {
  .source_page_holder .source_page_text {
    font-size: min(100px, 8vw);
  }
}
@media (max-width: 1320px) {
  .source_page_holder .source_page_text {
    font-size: min(90px, 8vw);
  }
}
@media (max-width: 767px) {
  .source_page_holder .source_page_text {
    font-size: min(64px, 20vw);
  }
}
@media (max-width: 390px) {
  .source_page_holder .source_page_text {
    font-size: min(16.41vw, 64px);
  }
}
.source_page_holder .source_page_text.active {
  opacity: 1;
  transform: translateY(0);
  text-align: center;
}
.source_page_holder .source_page_text .form_the_source {
  color: rgba(0, 0, 0, 0.4);
  margin: 0 0 40px;
}
@media (max-width: 810px) {
  .source_page_holder .source_page_text .form_the_source {
    margin-bottom: 24px;
  }
}
@media (max-width: 390px) {
  .source_page_holder .source_page_text .form_the_source {
    margin-bottom: 16px;
  }
}
.source_page_holder .source_page_text .to_the_final_touch {
  font-family: 'Cosen';
}
@media (max-width: 390px) {
  .source_page_holder .source_page_text .to_the_final_touch {
    margin-top: min(24px, 2.963vw);
    font-size: min(16.41vw, 64px);
  }
}
.source_page_holder .source_page_text .to_the_final_touch span {
  color: #F59F00;
  text-align: center;
}
.source_tiems_holders_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-image: url("/media/background_source_section.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.source_tiems_holders_main .source_tiems_holders {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .source_tiems_holders_main .source_tiems_holders {
    flex-direction: column;
    background-position: center;
    margin-top: min(100px, 12.346vw);
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .source_tiems_holders {
    margin-top: 50px;
  }
}
.source_tiems_holders_main .flower_box_container {
  background-image: url("/media/flower_source_section.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(343px, 17.865vw);
  height: min(355px, 18.49vw);
  position: relative;
  overflow: visible;
}
@media (max-width: 991px) {
  .source_tiems_holders_main .flower_box_container {
    background-image: url("/media/flower_source_section.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: min(251.61px, 31.063vw);
    height: min(260px, 32.099vw);
    position: relative;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .source_tiems_holders_main .flower_box_container {
    width: min(251.61px, 50vw);
    height: min(260px, 50vw);
  }
}
.source_tiems_holders_main .flower_box_container .content {
  position: absolute;
  top: -10%;
  right: 0px;
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  transform: rotate(160deg);
}
@media (max-width: 810px) {
  .source_tiems_holders_main .flower_box_container .content {
    top: -5%;
  }
}
.source_tiems_holders_main .flower_text {
  font-size: min(40px, 2.031vw);
  font-family: 'Cosen';
  position: absolute;
  top: -18%;
  left: 10%;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 1750px) {
  .source_tiems_holders_main .flower_text {
    font-size: min(30px, 1.9vw);
  }
}
@media (max-width: 991px) {
  .source_tiems_holders_main .flower_text {
    font-size: 22px;
    position: absolute;
    top: -18%;
    left: 15%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .source_tiems_holders_main .flower_text {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .flower_text {
    font-size: min(21px, 5.385vw);
    position: absolute;
    top: -18%;
    left: 15%;
    text-align: center;
  }
}
.source_tiems_holders_main .arrow {
  position: relative;
  margin: 0 auto;
  width: min(100px, 5.208vw);
}
@media (max-width: 810px) {
  .source_tiems_holders_main .arrow {
    width: min(101.53px, 12.535vw);
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .arrow {
    position: relative;
    margin: 0 auto;
    width: min(101.53px, 12.535vw);
  }
}
.source_tiems_holders_main .arrow .curve {
  border: 2px solid #000;
  border-color: transparent transparent transparent #000;
  height: min(120.5px, 6.276vw);
  width: min(400px, 20.833vw);
  border-radius: min(120px, 6.25vw) 0 0 min(80px, 4.167vw);
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
}
@media (max-width: 810px) {
  .source_tiems_holders_main .arrow .curve {
    border: 1px solid #000;
    border-color: transparent transparent transparent #000;
    height: min(101.53px, 12.535vw);
    width: 100%;
    border-radius: min(180px, 22.222vw) 0 0 min(180px, 22.222vw);
  }
}
.source_tiems_holders_main .arrow .point {
  position: absolute;
  left: min(14px, 0.729vw);
  top: min(104px, 5.417vw);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.source_tiems_holders_main .arrow .point::before {
  content: "";
  height: 2em;
  width: 2em;
  transform: rotate(280deg);
  border: 1px solid black;
  border-width: 0 0 4px 4px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: -23px;
}
@media (max-width: 810px) {
  .source_tiems_holders_main .arrow .point::before {
    height: 1em;
    width: 1em;
    top: 10.5vw;
    left: 4px;
  }
}
.source_tiems_holders_main .line_box_container {
  background-image: url("/media/line_source_section.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(360px, 18.75vw);
  height: min(444.12px, 23.131vw);
  position: relative;
}
@media (max-width: 810px) {
  .source_tiems_holders_main .line_box_container {
    width: min(364px, 44.938vw);
    height: min(340px, 41.975vw);
    background-size: contain;
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .line_box_container {
    width: min(266.73px, 68.392vw);
    height: min(252.44px, 64.728vw);
    background-size: contain;
  }
}
.source_tiems_holders_main .line_box_container .content {
  position: absolute;
  bottom: -15%;
  top: auto;
  left: 30%;
  -webkit-transform: rotate(330deg) scale(0.8);
  -moz-transform: rotate(330deg) scale(0.8);
  -ms-transform: rotate(330deg) scale(0.8);
  transform: rotate(330deg) scale(0.8);
  max-width: 100%;
}
@media (max-width: 810px) {
  .source_tiems_holders_main .line_box_container .content {
    position: absolute;
    bottom: 20%;
    top: auto;
    right: -50%;
    -webkit-transform: rotate(330deg) scale(0.8);
    -moz-transform: rotate(330deg) scale(0.8);
    -ms-transform: rotate(330deg) scale(0.8);
    transform: rotate(330deg) scale(0.8);
  }
}
.source_tiems_holders_main .line_box_container .line_text {
  font-size: min(40px, 2.031vw);
  font-family: 'Cosen';
  position: absolute;
  bottom: -18%;
  right: 28%;
  line-height: 100%;
}
@media (max-width: 1750px) {
  .source_tiems_holders_main .line_box_container .line_text {
    font-size: min(30px, 1.9vw);
  }
}
@media (max-width: 991px) {
  .source_tiems_holders_main .line_box_container .line_text {
    font-size: 22px;
    right: -10%;
    bottom: 10%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .source_tiems_holders_main .line_box_container .line_text {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .line_box_container .line_text {
    font-size: min(21px, 5.385vw);
    right: -10%;
    bottom: 10%;
    text-align: center;
  }
}
.source_tiems_holders_main .tshirt_container_holder {
  background-image: url("/media/t_shirt_source_section.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(602px, 31.354vw);
  height: min(769px, 40.052vw);
  position: relative;
}
@media (max-width: 810px) {
  .source_tiems_holders_main .tshirt_container_holder {
    width: min(418.81px, 51.705vw);
    height: min(489px, 60.37vw);
  }
}
@media (max-width: 810px) {
  .source_tiems_holders_main .tshirt_container_holder {
    width: min(308.63px, 79.136vw);
    height: min(360.35px, 92.397vw);
  }
}
.source_tiems_holders_main .tshirt_container_holder .content {
  top: 12%;
  left: 26%;
  position: absolute;
  -webkit-transform: scale(0.7) scaleX(-1) rotate(200deg) !important;
  -moz-transform: scale(0.7) scaleX(-1) rotate(200deg) !important;
  -ms-transform: scale(0.7) scaleX(-1) rotate(200deg) !important;
  transform: scale(0.7) scaleX(-1) rotate(200deg) !important;
}
.source_tiems_holders_main .tshirt_container_holder .tshirt_text {
  font-size: min(40px, 2.031vw);
  font-family: 'Cosen';
  position: absolute;
  top: 10%;
  left: 18%;
  line-height: 100%;
}
@media (max-width: 1750px) {
  .source_tiems_holders_main .tshirt_container_holder .tshirt_text {
    font-size: min(30px, 1.9vw);
  }
}
@media (max-width: 991px) {
  .source_tiems_holders_main .tshirt_container_holder .tshirt_text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .source_tiems_holders_main .tshirt_container_holder .tshirt_text {
    font-size: 18px;
  }
}
.source_tiems_holders_main .fade-in {
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  -moz-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}
.source_tiems_holders_main .fade-in-point {
  -webkit-animation: fadeIn 0.5s ease-in forwards;
  -moz-animation: fadeIn 0.5s ease-in forwards;
  animation: fadeIn 0.5s ease-in forwards;
}
.source_tiems_holders_main .arrow_right_source_image_section {
  margin-left: min(29px, 1.51vw);
  margin-right: min(29px, 1.51vw);
}
@media (max-width: 991px) {
  .source_tiems_holders_main .arrow_right_source_image_section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: min(32px, 3.951vw);
    margin-top: min(16px, 1.975vw);
  }
}
.source_tiems_holders_main .arrow_left_source_image_section {
  margin-left: min(12px, 0.625vw);
  margin-right: min(-60px, -3.125vw);
}
@media (max-width: 991px) {
  .source_tiems_holders_main .arrow_left_source_image_section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    margin-top: min(50px, 6.173vw);
  }
}
.source_tiems_holders_main .arrow_right_source_image_section,
.source_tiems_holders_main .arrow_left_source_image_section {
  width: min(92px, 4.792vw);
  height: min(82.63px, 4.304vw);
}
@media (max-width: 991px) {
  .source_tiems_holders_main .arrow_right_source_image_section,
  .source_tiems_holders_main .arrow_left_source_image_section {
    width: min(56.25px, 6.944vw);
    height: min(50px, 6.173vw);
    rotate: 90deg;
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .arrow_right_source_image_section,
  .source_tiems_holders_main .arrow_left_source_image_section {
    width: min(41.43px, 10.623vw);
    height: min(36.87px, 9.454vw);
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .arrow_right_source_image_section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: min(31px, 7.949vw);
  }
}
@media (max-width: 390px) {
  .source_tiems_holders_main .arrow_left_source_image_section {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
}
.source_tiems_holders_main .flower_text,
.source_tiems_holders_main .tshirt_container_holder .tshirt_text,
.source_tiems_holders_main .line_box_container .line_text,
.source_tiems_holders_main .content {
  opacity: 0;
}
.soruce_options_holder {
  background: url(/media/kapaas.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  .soruce_options_holder {
    margin-top: 40px;
    background-size: 100%;
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .soruce_options_holder {
    margin-top: 20px;
  }
}
@media (max-width: 390px) {
  .soruce_options_holder {
    margin-bottom: 128px;
  }
}
.source_options_main_holder {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 364px;
  gap: 32px;
}
@media (max-width: 1750px) {
  .source_options_main_holder {
    min-height: 320px;
  }
}
@media (max-width: 1550px) {
  .source_options_main_holder {
    min-height: 280px;
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .source_options_main_holder {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .source_options_main_holder {
    flex-direction: column;
    gap: min(3.704vw, 30px);
    min-height: unset;
  }
}
@media (max-width: 390px) {
  .source_options_main_holder {
    gap: min(5.128vw, 20px);
  }
}
.source_options_main_holder .title_descriptions_holder {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: calc(100% - 92px);
}
@media (max-width: 1550px) {
  .source_options_main_holder .title_descriptions_holder {
    width: calc(100% - 64px);
  }
}
@media (max-width: 1400px) {
  .source_options_main_holder .title_descriptions_holder {
    width: calc(100% - 56px);
  }
}
.source_options_main_holder .options_holder {
  display: flex;
  gap: 24px;
  z-index: 2;
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1550px) {
  .source_options_main_holder .options_holder {
    gap: 16px;
  }
}
@media (max-width: 810px) {
  .source_options_main_holder .options_holder {
    padding: 0;
    align-items: center;
  }
}
.source_options_main_holder .icon_item {
  width: 68px;
  height: 68px;
}
@media (max-width: 1550px) {
  .source_options_main_holder .icon_item {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1400px) {
  .source_options_main_holder .icon_item {
    width: 40px;
    height: 40px;
  }
}
.source_options_main_holder .icon_item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media (max-width: 810px) {
  .source_options_main_holder .icon_item img {
    width: unset;
  }
}
.source_options_main_holder .title_holder {
  font-size: 30px;
  color: #09090b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .source_options_main_holder .title_holder {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .source_options_main_holder .title_holder {
    font-size: 18px;
  }
}
.source_options_main_holder .descriptions_holder {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .source_options_main_holder .descriptions_holder {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .source_options_main_holder .descriptions_holder {
    font-size: 14px;
  }
}
.source_options_main_holder .background_text {
  position: absolute;
  left: 0;
  z-index: -1;
  color: #000;
  opacity: 0.04;
  font-family: Agatho, Arial, sans-serif;
  top: 150px;
  font-size: min(30vw, 500px);
  font-weight: 900;
  text-align: start;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 0;
}
@media (max-width: 810px) {
  .source_options_main_holder .background_text {
    top: 50%;
    font-size: min(169px, 25.457vw) !important;
    letter-spacing: 1vw;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }
}
@media (max-width: 390px) {
  .source_options_main_holder .background_text {
    top: 50%;
    font-size: min(190px, 23.457vw);
  }
}
.fade-target {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.fade-in,
.fade-in-point {
  opacity: 1;
}
.our_story_main_holder {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
  padding-top: 5vw;
}
@media (max-width: 991px) {
  .our_story_main_holder {
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
.our_story_main_holder .drop {
  filter: blur(68px);
  -moz-filter: blur(68px);
  -webkit-filter: blur(68px);
  -o-filter: blur(68px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  background-color: #EBE5E3;
}
@media (max-width: 991px) {
  .our_story_main_holder .drop {
    filter: blur(30px);
    -moz-filter: blur(30px);
    -webkit-filter: blur(30px);
    -o-filter: blur(30px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background-color: #ebe5e3c6;
  }
}
@media (max-width: 390px) {
  .our_story_main_holder .drop {
    filter: blur(20px);
    -moz-filter: blur(20px);
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
  }
}
.our_story_main_holder .left_our_story_container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .our_story_main_holder .left_our_story_container {
    flex: 0 0 100%;
  }
}
.our_story_main_holder .right_story_container {
  padding: min(7.292vw,140px) min(100px,5.208vw);
}
.our_story_main_holder .our_story_text_container {
  position: relative;
}
@media (max-width: 991px) {
  .our_story_main_holder .our_story_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.our_story_main_holder .story_backg_layer {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: calc(100% - 20px);
  border-radius: 100px;
  background: linear-gradient(to right, #ededed 0%, #ffffff 50%, #ededed 100%);
  z-index: -1;
  opacity: 0;
}
@media (max-width: 991px) {
  .our_story_main_holder .story_backg_layer {
    width: 30%;
    height: 75px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .our_story_main_holder .story_backg_layer {
    width: 50%;
  }
}
.our_story_main_holder .story_backg_layer.animate {
  -webkit-animation: popBackground 1s forwards;
  -moz-animation: popBackground 1s forwards;
  animation: popBackground 1s forwards;
}
.our_story_main_holder .since_text {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 100%;
  margin: 0 0 20px;
}
@media (max-width: 1550px) {
  .our_story_main_holder .since_text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .our_story_main_holder .since_text {
    position: relative;
    top: -35px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .our_story_main_holder .since_text {
    font-size: 16px;
  }
}
.our_story_main_holder .our_story_text {
  font-size: min(160px, 8.333vw);
  font-family: 'Cosen';
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 100%;
}
@media (max-width: 1920px) {
  .our_story_main_holder .our_story_text {
    font-size: min(140px, 9vw);
  }
}
@media (max-width: 1750px) {
  .our_story_main_holder .our_story_text {
    font-size: min(130px, 8vw);
  }
}
@media (max-width: 1550px) {
  .our_story_main_holder .our_story_text {
    font-size: min(110px, 8vw);
  }
}
@media (max-width: 1420px) {
  .our_story_main_holder .our_story_text {
    font-size: min(100px, 8vw);
  }
}
@media (max-width: 1320px) {
  .our_story_main_holder .our_story_text {
    font-size: min(90px, 8vw);
  }
}
@media (max-width: 991px) {
  .our_story_main_holder .our_story_text {
    text-align: center;
    font-size: 55px;
    line-height: 100%;
  }
}
.our_story_main_holder .our_story_text.animate {
  line-height: 1;
  -webkit-animation: popText 1s forwards;
  -moz-animation: popText 1s forwards;
  animation: popText 1s forwards;
}
.our_story_main_holder .our_story_text span:nth-child(2) {
  color: #F59F00;
}
.our_story_main_holder .our_story_text span:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
}
.our_story_main_holder .out_story_shapes_main_holder {
  background-color: #C5BEC0;
  margin-right: -1px;
  margin-left: -18%;
}
@media (max-width: 1850px) {
  .our_story_main_holder .out_story_shapes_main_holder {
    margin-left: -8%;
  }
}
@media (max-width: 1200px) {
  .our_story_main_holder .out_story_shapes_main_holder {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .our_story_main_holder .out_story_shapes_main_holder {
    background-color: unset;
    margin-right: unset;
  }
}
.our_story_main_holder .our_story_shapes_holder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 0 0 100px 0;
  padding: clamp(1rem, 5vw, 3rem) 40px clamp(1rem, 5vw, 3rem) 0;
}
@media (max-width: 991px) {
  .our_story_main_holder .our_story_shapes_holder {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0px;
    margin: 20px 0;
  }
}
.our_story_main_holder .our_story_shapes_holder img {
  width: 100%;
  height: auto;
  max-width: unset;
  max-width: 100%;
}
@media (max-width: 991px) {
  .our_story_main_holder .our_story_shapes_holder img {
    max-height: 100px;
    margin: auto;
    width: auto;
  }
}
@media (max-width: 767px) {
  .our_story_main_holder .our_story_shapes_holder img {
    max-height: 70px;
  }
}
.our_story_main_holder .rectangle_with_bg_img {
  background-color: #C5BEC0;
  min-height: min(13.021vw, 250px);
  margin-left: clamp(1rem, 5vw, 5rem);
  border-radius: 100px 0 0 100px;
  margin-right: -1px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 991px) {
  .our_story_main_holder .rectangle_with_bg_img {
    display: none;
  }
}
.our_story_main_holder .rectangle_with_bg_img img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 50vw;
}
.our_story_main_holder .right_our_story_container {
  position: relative;
  background-color: #C5BEC0;
  border-radius: 100px 100px 100px 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: min(40.458vw, 700px);
}
@media (max-width: 991px) {
  .our_story_main_holder .right_our_story_container {
    display: none;
  }
}
@media (max-width: 991px) {
  .our_story_main_holder .right_our_story_container:first-child {
    border-radius: min(80px, 9.877vw);
  }
}
@media (max-width: 390px) {
  .our_story_main_holder .right_our_story_container:first-child {
    border-radius: min(80px, 9.877vw);
  }
}
@media (max-width: 390px) {
  .our_story_main_holder .right_our_story_container {
    display: none;
  }
}
.our_story_main_holder .story_title {
  font-size: min(30px, 1.563vw);
  color: #09090b;
  font-weight: normal;
  padding-bottom: min(40px,2.083vw);
  position: relative;
  z-index: 2;
  line-height: 150%;
}
@media (max-width: 991px) {
  .our_story_main_holder .story_title {
    margin-top: min(180px, 22.222vw);
    font-size: min(30px, 3.704vw);
    margin-bottom: min(40px, 4.938vw);
    padding-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .our_story_main_holder .story_title {
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: 80px;
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  .our_story_main_holder .story_title {
    margin-top: min(80px, 20.513vw);
    font-size: min(24px, 6.154vw);
    margin-bottom: min(20px, 5.128vw);
  }
}
.our_story_main_holder .story_description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  font-size: min(18px, 1.042vw);
  line-height: 150%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .our_story_main_holder .story_description {
    gap: 1rem;
    font-size: min(18px, 2.222vw);
    padding: 0px min(60px, 7.407vw);
    text-align: center;
    margin-bottom: min(80px, 9.877vw);
  }
}
@media (max-width: 767px) {
  .our_story_main_holder .story_description {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (max-width: 390px) {
  .our_story_main_holder .story_description {
    background-color: transparent;
    padding: 0px;
    text-align: center;
    margin-bottom: min(80px, 9.877vw);
  }
}
.our_story_main_holder .background_color {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(235, 229, 227, 0.2);
  z-index: 1;
  filter: blur(40px);
  -moz-filter: blur(40px);
  -webkit-filter: blur(40px);
  -o-filter: blur(40px);
}
.right_our_story_container_mobile {
  display: none;
}
@media (max-width: 991px) {
  .right_our_story_container_mobile {
    background-color: #C5BEC0;
    border-radius: min(80px, 9.877vw);
    flex: 1;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("/media/wysiwyg/our_story_lines_through.png");
    background-position: center -240px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 390px) {
  .right_our_story_container_mobile {
    border-radius: min(40px, 10.256vw);
    background-image: url("/media/wysiwyg/our_story_lines_through.png");
    background-position: center -280px;
    background-repeat: no-repeat;
    padding: 0px 20px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popText {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.02);
    opacity: 1;
  }
}
@-moz-keyframes popText {
  0% {
    -moz-transform: scale(1);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1.02);
    opacity: 1;
  }
}
@keyframes popText {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1.02);
    opacity: 1;
  }
}
@-webkit-keyframes popBackground {
  0% {
    -webkit-transform: scale(0.8) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
@-moz-keyframes popBackground {
  0% {
    -moz-transform: scale(0.8) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
@keyframes popBackground {
  0% {
    transform: scale(0.8) translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
.promise_quailty_main_holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promise_quailty_main_holder .promise_quailty_holder {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: min(7.188vw, 80px);
  margin-top: min(13.021vw, 250px);
  margin-bottom: min(120px, 5.781vw);
}
@media (max-width: 1600px) {
  .promise_quailty_main_holder .promise_quailty_holder {
    gap: min(50px, 8vw);
  }
}
@media (max-width: 1200px) {
  .promise_quailty_main_holder .promise_quailty_holder {
    gap: min(35px, 8vw);
  }
}
@media (max-width: 991px) {
  .promise_quailty_main_holder .promise_quailty_holder {
    flex-direction: column;
    gap: 0;
    margin-top: min(80px, 10vw);
    margin-bottom: min(80px, 10vw);
  }
}
@media (max-width: 767px) {
  .promise_quailty_main_holder .promise_quailty_holder {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.promise_quailty_main_holder .left_container {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  flex: 1;
  width: 840px;
  max-width: 100%;
}
@media (max-width: 810px) {
  .promise_quailty_main_holder .left_container {
    width: 100%;
  }
}
.promise_quailty_main_holder .text_below_video {
  font-size: min(160px, 9.219vw);
  flex: 1;
  font-family: 'Cosen';
  line-height: 100%;
}
@media (max-width: 1920px) {
  .promise_quailty_main_holder .text_below_video {
    font-size: min(140px, 9vw);
  }
}
@media (max-width: 1750px) {
  .promise_quailty_main_holder .text_below_video {
    font-size: min(130px, 8vw);
  }
}
@media (max-width: 1550px) {
  .promise_quailty_main_holder .text_below_video {
    font-size: min(110px, 8vw);
  }
}
@media (max-width: 1420px) {
  .promise_quailty_main_holder .text_below_video {
    font-size: min(100px, 8vw);
  }
}
@media (max-width: 1320px) {
  .promise_quailty_main_holder .text_below_video {
    font-size: min(90px, 8vw);
  }
}
@media (max-width: 991px) {
  .promise_quailty_main_holder .text_below_video {
    font-size: 60px;
    margin: 24px auto 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .promise_quailty_main_holder .text_below_video {
    margin-top: 24px;
    font-size: 40px;
  }
}
.promise_quailty_main_holder .text_below_video span:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
  margin: 0 0 40px;
}
.promise_quailty_main_holder .text_below_video span:nth-child(2) {
  color: #F59F00;
}
.promise_quailty_main_holder .right_container {
  flex: 1;
  margin-top: max(-7.392vw, -170px);
}
@media (max-width: 991px) {
  .promise_quailty_main_holder .right_container {
    width: 100%;
    margin-top: 0;
  }
}
.promise_quailty_main_holder .img_text_holder {
  position: relative;
}
.promise_quailty_main_holder .text_holder {
  position: absolute;
  bottom: min(3.49vw, 56px);
  width: calc(100% - 112px);
  left: 50%;
  transform: translateX(-50%);
  line-height: 150%;
  color: #ffffff;
  font-size: min(18px, 1.042vw);
  font-family: 'Satoshi-Medium';
}
@media (max-width: 991px) {
  .promise_quailty_main_holder .text_holder {
    position: absolute;
    bottom: 56px;
    width: 88%;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .promise_quailty_main_holder .text_holder {
    font-size: 14px;
    bottom: 20px;
  }
}
.promise_quailty_main_holder img {
  width: 100%;
}
.promise_quailty_main_holder .video_holder {
  position: relative;
  width: 100%;
  height: min(416px, 21.667vw);
  border-radius: min(70px, 3.646vw);
  overflow: hidden;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .promise_quailty_main_holder .video_holder {
    position: relative;
    width: 100%;
    height: min(416px, 54.321vw);
    border-radius: 40px;
    overflow: hidden;
    margin: 0;
  }
}
.promise_quailty_main_holder .video_holder video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 810px) {
  .promise_quailty_main_holder .video_holder video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow: hidden;
    background-color: white;
    border-radius: 70px;
  }
}
.promise_quailty_main_holder .promise_quility_video_place_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.promise_quailty_main_holder .background_play_triangle {
  width: min(5.208vw, 100px);
  height: min(5.208vw, 100px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}
@media (max-width: 810px) {
  .promise_quailty_main_holder .background_play_triangle {
    width: min(120px, 14.815vw);
    height: min(120px, 14.815vw);
  }
}
.promise_quailty_main_holder .play_triangle {
  width: 0;
  height: 0;
  border-top: min(1.042vw, 20px) solid transparent;
  border-bottom: min(1.042vw, 20px) solid transparent;
  border-left: min(1.563vw, 30px) solid #ffffff;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 810px) {
  .promise_quailty_main_holder .play_triangle {
    width: 0;
    height: 0;
    border-top: min(20px, 2.469vw) solid transparent;
    border-bottom: min(20px, 2.469vw) solid transparent;
    border-left: min(30px, 3.704vw) solid #ffffff;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    z-index: 5;
  }
}
.promise_quailty_main_holder .video_icon_holder {
  width: min(200px, 10.417vw);
  -webkit-animation: spin-text 10s linear infinite;
  -moz-animation: spin-text 10s linear infinite;
  animation: spin-text 10s linear infinite;
  z-index: 3;
}
@media (max-width: 810px) {
  .promise_quailty_main_holder .video_icon_holder {
    width: min(180px, 22.222vw);
  }
}
.img_text_holder {
  cursor: pointer;
}
.video_buttons_and_icons {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}
@keyframes spin-text {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@-webkit-keyframes spin-text {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.luxury_main_holder {
  position: relative;
  background: url(/media/wysiwyg/luxury-bg.webp);
  background-size: cover;
  padding: min(120px, 5.781vw) 0 min(130px, 10vw);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: min(100px, 12.346vw);
}
@media (max-width: 991px) {
  .luxury_main_holder {
    padding: min(80px, 9.877vw) 0;
    border-radius: min(80px, 10vw);
  }
}
@media (max-width: 390px) {
  .luxury_main_holder {
    padding: min(64px, 16.41vw) 0;
    border-radius: min(40px, 4.938vw);
  }
}
.luxury_main_holder .luxury_text {
  width: 100%;
  text-align: right;
  font-family: 'Cosen';
  font-size: min(160px, 8.229vw);
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 1920px) {
  .luxury_main_holder .luxury_text {
    font-size: min(140px, 9vw);
  }
}
@media (max-width: 1750px) {
  .luxury_main_holder .luxury_text {
    font-size: min(130px, 8vw);
  }
}
@media (max-width: 1550px) {
  .luxury_main_holder .luxury_text {
    font-size: min(110px, 8vw);
  }
}
@media (max-width: 1420px) {
  .luxury_main_holder .luxury_text {
    font-size: min(100px, 8vw);
  }
}
@media (max-width: 1320px) {
  .luxury_main_holder .luxury_text {
    font-size: min(90px, 8vw);
  }
}
@media (max-width: 767px) {
  .luxury_main_holder .luxury_text {
    font-size: 60px;
  }
}
.luxury_main_holder .luxury_text span {
  color: #FFD43B;
}
.luxury_main_holder .below_luxury_text {
  line-height: 135%;
  font-size: min(1.302vw, 25px);
  color: white;
  text-align: right;
  margin-top: min(1.719vw, 32px);
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .luxury_main_holder .below_luxury_text {
    font-size: 16px;
  }
}
.luxury_main_holder .luxury_images_holder {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  gap: min(1.979vw, 32px);
  min-height: min(34.74vw, 661px);
}
@media (max-width: 991px) {
  .luxury_main_holder .luxury_images_holder {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 15px;
    justify-content: flex-start;
    min-height: auto;
    margin-top: min(80px, 9.877vw);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .luxury_main_holder .luxury_images_holder::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 390px) {
  .luxury_main_holder .luxury_images_holder {
    margin-top: min(40px, 4.938vw);
  }
}
.luxury_main_holder .item-holder-luxury {
  flex: 1;
  height: min(23.125vw, 444px);
  transition: flex 0.5s ease, height 0.5s ease;
}
@media (max-width: 810px) {
  .luxury_main_holder .item-holder-luxury {
    width: 100%;
    flex: 0 0 70%;
    scroll-snap-align: center;
    height: auto;
    aspect-ratio: 1;
    margin-right: 0;
  }
}
.luxury_main_holder .item-holder-luxury img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
@media (max-width: 810px) {
  .luxury_main_holder .item-holder-luxury img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
  }
}
.luxury_main_holder .selected_luxury {
  flex: 1.5;
  height: min(34.427vw, 661px);
}
@media (max-width: 810px) {
  .luxury_main_holder .selected_luxury {
    flex: 0 0 70%;
    height: auto;
  }
}
.luxury_main_holder .luxury_person_text {
  line-height: 150%;
  font-size: min(0.938vw, 18px);
  color: #ffffff;
  margin-top: 20px;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1550px) {
  .luxury_main_holder .luxury_person_text {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .luxury_main_holder .luxury_person_text {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 16px;
    text-align: start;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .luxury_main_holder .luxury_person_text {
    margin-left: 0;
  }
}
.our_customers_main_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.our_customers_main_holder .our_customers_holder {
  position: relative;
  margin-top: min(120px, 9.375vw);
}
@media (max-width: 1200px) {
  .our_customers_main_holder .our_customers_holder {
    margin-top: min(90px, 9.375vw);
  }
}
@media (max-width: 991px) {
  .our_customers_main_holder .our_customers_holder {
    margin-top: min(70px, 9.877vw);
  }
}
@media (max-width: 390px) {
  .our_customers_main_holder .our_customers_holder {
    margin-top: min(64px, 16.41vw);
  }
}
.our_customers_main_holder .yers_of_experience_text {
  line-height: 100%;
  text-align: center;
  font-size: min(1.354vw, 24px);
  font-family: 'Satoshi-Medium';
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .our_customers_main_holder .yers_of_experience_text {
    font-size: 16px;
  }
}
.our_customers_main_holder .our_customers_love_text {
  text-align: center;
  line-height: 100%;
  font-size: min(112px, 6.997vw);
  font-family: 'Cosen';
  display: flex;
  flex-direction: column;
}
@media (max-width: 1750px) {
  .our_customers_main_holder .our_customers_love_text {
    font-size: min(100px, 6.997vw);
  }
}
@media (max-width: 1550px) {
  .our_customers_main_holder .our_customers_love_text {
    font-size: min(90px, 6.997vw);
  }
}
@media (max-width: 1440px) {
  .our_customers_main_holder .our_customers_love_text {
    font-size: min(70px, 6.997vw);
  }
}
@media (max-width: 991px) {
  .our_customers_main_holder .our_customers_love_text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .our_customers_main_holder .our_customers_love_text {
    font-size: 45px;
  }
}
.our_customers_main_holder .our_customers_love_text span:nth-child(1) {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: min(40px,2.083vw);
}
@media (max-width: 1550px) {
  .our_customers_main_holder .our_customers_love_text span:nth-child(1) {
    margin-bottom: min(25px,2.083vw);
  }
}
@media (max-width: 991px) {
  .our_customers_main_holder .our_customers_love_text span:nth-child(1) {
    margin-bottom: 0;
  }
}
.our_customers_main_holder .our_customers_love_text span span {
  color: #F59F00;
}
.our_customers_main_holder .stars_item {
  display: flex;
}
@media (max-width: 991px) {
  .our_customers_main_holder .stars_item {
    width: 100%;
  }
}
.our_customers_main_holder .stars_item div {
  width: min(24px, 1.25vw);
  aspect-ratio: 1;
  background: #000000;
  clip-path: polygon(50% 0, calc(50%*(1 + sin(.4turn))) calc(50%*(1 - cos(.4turn))), calc(50%*(1 - sin(.2turn))) calc(50%*(1 - cos(.2turn))), calc(50%*(1 + sin(.2turn))) calc(50%*(1 - cos(.2turn))), calc(50%*(1 - sin(.4turn))) calc(50%*(1 - cos(.4turn))));
  margin-right: 4px;
  background-color: #F59F00;
}
@media (max-width: 991px) {
  .our_customers_main_holder .stars_item div {
    width: min(24px, 2.963vw);
    height: min(24px, 2.963vw);
  }
}
@media (max-width: 991px) {
  .our_customers_main_holder .stars_item {
    justify-content: center;
    margin-top: 15px;
    width: 100%;
  }
}
.our_customers_main_holder .customers_rating_holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: min(79px, 4.115vw);
}
@media (max-width: 390px) {
  .our_customers_main_holder .customers_rating_holder {
    margin-top: unset;
  }
}
.our_customers_main_holder .review_slider {
  display: flex;
  width: auto;
  transition: transform 0.5s ease;
  gap: 32px;
}
@media (max-width: 1200px) {
  .our_customers_main_holder .review_slider {
    gap: 20px;
  }
}
.our_customers_main_holder .review_item {
  flex: 0 0 calc(100% / 3);
  box-sizing: border-box;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .our_customers_main_holder .review_item {
    flex: 0 0 100%;
    align-items: center;
    text-align: center;
  }
}
.our_customers_main_holder .review_item img {
  width: min(64px, 3.333vw);
  object-fit: contain;
  margin-bottom: 8px;
}
@media (max-width: 810px) {
  .our_customers_main_holder .review_item img {
    width: min(56px, 7vw);
    margin-bottom: min(3.951vw, 32px);
  }
}
@media (max-width: 390px) {
  .our_customers_main_holder .review_item img {
    width: min(56px, 14.359vw);
    margin-bottom: min(22px, 5.641vw);
  }
}
.our_customers_main_holder .review_top {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .our_customers_main_holder .review_top {
    align-items: center;
    width: 100%;
  }
}
.our_customers_main_holder .review_bottom {
  display: flex;
  flex-direction: column;
}
@media (max-width: 810px) {
  .our_customers_main_holder .review_bottom {
    align-items: center;
    margin-bottom: min(15px, 1.852vw);
  }
}
.our_customers_main_holder .review_text_item {
  line-height: 140%;
  font-size: min(1.286vw, 24px);
  color: #000000;
  margin: min(2.031vw, 39px) 0;
}
@media (max-width: 1200px) {
  .our_customers_main_holder .review_text_item {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .our_customers_main_holder .review_text_item {
    margin: min(32px, 3.951vw) 0;
    text-align: center;
  }
}
.our_customers_main_holder .costumers_text_review {
  color: #000000;
  line-height: 150%;
  font-size: min(1.029vw, 19.76px);
}
@media (max-width: 991px) {
  .our_customers_main_holder .costumers_text_review {
    font-size: 14px;
    text-align: center;
  }
}
.our_customers_main_holder .navigation_customers_review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: min(50px, 2.604vw);
}
@media (max-width: 991px) {
  .our_customers_main_holder .navigation_customers_review {
    flex-direction: column;
  }
}
@media (max-width: 390px) {
  .our_customers_main_holder .navigation_customers_review {
    margin-top: min(20px, 5.897vw);
  }
}
.our_customers_main_holder .dots_navigation {
  display: flex;
  gap: 8px;
}
@media (max-width: 991px) {
  .our_customers_main_holder .dots_navigation {
    gap: 6px;
    margin-bottom: min(40px, 4.938vw);
  }
}
@media (max-width: 390px) {
  .our_customers_main_holder .dots_navigation {
    margin-bottom: min(20px, 5.897vw);
  }
}
.our_customers_main_holder .dots_navigation div {
  width: 12px;
  height: 12px;
  background-color: #CCCCCC;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .our_customers_main_holder .dots_navigation div {
    width: 9px;
    height: 9px;
  }
}
.our_customers_main_holder .dots_navigation div:hover {
  background-color: #000000;
}
.our_customers_main_holder .devider {
  width: 100%;
  height: min(0.156vw, 3px);
  background-color: #000000;
}
.our_customers_main_holder .divider_holder {
  width: min(46.875vw, 900px);
  position: relative;
  overflow: visible;
  height: min(1.042vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .our_customers_main_holder .divider_holder {
    display: none;
  }
}
.our_customers_main_holder .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: min(43px, 2.24vw);
  width: min(0.156vw, 3px);
  background-color: #000000;
}
.our_customers_main_holder .line:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.our_customers_main_holder .line:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.our_customers_main_holder .arrow_navigations {
  display: flex;
  gap: min(1.042vw, 20px);
  justify-content: center;
  align-items: center;
}
.our_customers_main_holder .circle {
  width: min(3.125vw, 60px);
  height: min(3.125vw, 60px);
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.25vw, 24px);
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
}
@media (max-width: 991px) {
  .our_customers_main_holder .circle {
    opacity: 0.7;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.our_customers_main_holder .circle:hover {
  opacity: 1;
}
.years_in_making_main_holder .years_in_making_holder {
  margin-top: min(255px, 9.375vw);
}
@media (max-width: 991px) {
  .years_in_making_main_holder .years_in_making_holder {
    margin-top: 100px;
  }
}
@media (max-width: 390px) {
  .years_in_making_main_holder .years_in_making_holder {
    margin-top: min(128px, 22.222vw);
  }
}
.years_in_making_main_holder .main_years_image_section_mobile {
  display: none;
}
@media (max-width: 390px) {
  .years_in_making_main_holder .main_years_image_section_mobile {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.years_in_making_main_holder .years_first_section_holder {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: min(91px, 4.74vw);
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .years_in_making_main_holder .years_first_section_holder {
    align-items: center;
    flex-direction: column;
    padding-bottom: min(40px, 4.938vw);
    padding-left: min(24px, 2.963vw);
    padding-right: min(24px, 2.963vw);
    width: 100%;
  }
}
@media (max-width: 390px) {
  .years_in_making_main_holder .years_first_section_holder {
    align-items: center;
    flex-direction: column;
    padding-bottom: min(20px, 5.128vw);
    padding-left: min(20px, 5.128vw);
    padding-right: min(20px, 5.128vw);
    width: 100%;
  }
}
.years_in_making_main_holder .years_first_section {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  font-size: min(112px, 5.833vw);
  line-height: 100%;
}
@media (max-width: 1750px) {
  .years_in_making_main_holder .years_first_section {
    font-size: min(100px, 5.833vw);
  }
}
@media (max-width: 1550px) {
  .years_in_making_main_holder .years_first_section {
    font-size: min(80px, 5.833vw);
  }
}
@media (max-width: 1400px) {
  .years_in_making_main_holder .years_first_section {
    font-size: min(70px, 5.833vw);
  }
}
@media (max-width: 991px) {
  .years_in_making_main_holder .years_first_section {
    text-align: center;
    gap: 24px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .years_in_making_main_holder .years_first_section {
    font-size: 50px;
    gap: 14px;
  }
}
.years_in_making_main_holder .years_first_section span:nth-of-type(1) {
  color: rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px;
}
@media (max-width: 1550px) {
  .years_in_making_main_holder .years_first_section span:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .years_in_making_main_holder .years_first_section span:nth-of-type(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .years_in_making_main_holder .years_first_section span:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.years_in_making_main_holder .years_first_section span:nth-of-type(2) {
  font-family: 'Cosen';
}
.years_in_making_main_holder .years_first_section span:nth-of-type(2) span {
  color: #F59F00;
}
.years_in_making_main_holder .main_years_image_section_tablet {
  display: none;
}
@media (max-width: 810px) {
  .years_in_making_main_holder .main_years_image_section_tablet {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 390px) {
  .years_in_making_main_holder .main_years_image_section_tablet {
    display: none;
  }
}
.years_in_making_main_holder .years_descriptions {
  flex: 1;
  min-width: 0;
  letter-spacing: 1.5;
  font-size: min(24px, 1.25vw);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1200px) {
  .years_in_making_main_holder .years_descriptions {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .years_in_making_main_holder .years_descriptions {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .years_in_making_main_holder .years_descriptions {
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
  }
}
.years_in_making_main_holder .main_years_image_section {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 810px) {
  .years_in_making_main_holder .main_years_image_section {
    display: none;
  }
}
.main_years_image_section {
  cursor: pointer;
}
.images-holder {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_source_options_info.container {
  margin-top: 80px;
}
@media (max-width: 810px) {
  .home_source_options_info.container {
    margin-top: 40px;
  }
}
@media (max-width: 390px) {
  .home_source_options_info.container {
    margin-top: 20px;
  }
}
.home_source_options_info .soruce_options_holder {
  background: none;
  margin: 0;
}
.home_source_options_info .source_options_main_holder {
  min-height: unset;
}
.fashion_secion_main_holder {
  margin-top: min(240px, 12.5vw);
  margin-bottom: min(120px, 5.781vw);
}
@media (max-width: 991px) {
  .fashion_secion_main_holder {
    margin-top: min(110px, 19.753vw);
    margin-bottom: min(110px, 19.753vw);
  }
}
@media (max-width: 390px) {
  .fashion_secion_main_holder {
    margin-top: min(104px, 19.753vw);
    margin-bottom: min(128px, 19.753vw);
  }
}
.fashion_secion_main_holder .fashion_secion_holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(7.188vw, 80px);
}
@media (max-width: 1550px) {
  .fashion_secion_main_holder .fashion_secion_holder {
    gap: min(60px, 7.188vw);
  }
}
@media (max-width: 1440px) {
  .fashion_secion_main_holder .fashion_secion_holder {
    gap: min(50px, 7.188vw);
  }
}
@media (max-width: 991px) {
  .fashion_secion_main_holder .fashion_secion_holder {
    flex-direction: column;
    gap: min(40px, 4.938vw);
  }
}
@media (max-width: 767px) {
  .fashion_secion_main_holder .fashion_secion_holder {
    gap: 20px;
  }
}
.fashion_secion_main_holder .learn_more_button {
  width: min(205px, 10.677vw);
  height: min(64px, 3.333vw);
  border: 1px solid #000000;
  font-size: min(0.938vw, 18px);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1550px) {
  .fashion_secion_main_holder .learn_more_button {
    font-size: 16px;
    width: 180px;
    height: 50px;
  }
}
.fashion_secion_main_holder .learn_more_button:hover {
  background: #000000;
  color: #ffffff;
}
.fashion_secion_main_holder .learn_more_button span {
  rotate: 180deg;
  padding-right: min(15px, 0.781vw);
  font-size: min(30px, 1.542vw);
  margin-top: 0.4vw;
}
@media (max-width: 1550px) {
  .fashion_secion_main_holder .learn_more_button span {
    font-size: 18px;
    padding-right: 12px;
    margin-top: 4px;
  }
}
.fashion_secion_main_holder .left_fashion_section {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.fashion_secion_main_holder .left_fashion_section_main_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fashion_secion_main_holder .right_fashion_section {
  flex: 1;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .fashion_secion_main_holder .right_fashion_section {
    align-items: center;
  }
}
.fashion_secion_main_holder .fashion_title_section {
  line-height: 1;
  font-size: min(112px, 7.292vw);
  margin-bottom: min(55px, 2.865vw);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1750px) {
  .fashion_secion_main_holder .fashion_title_section {
    font-size: min(100px, 6.997vw);
  }
}
@media (max-width: 1550px) {
  .fashion_secion_main_holder .fashion_title_section {
    font-size: min(90px, 6.997vw);
  }
}
@media (max-width: 1440px) {
  .fashion_secion_main_holder .fashion_title_section {
    font-size: min(70px, 6.997vw);
  }
}
@media (max-width: 991px) {
  .fashion_secion_main_holder .fashion_title_section {
    text-align: center;
    margin-bottom: 24px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .fashion_secion_main_holder .fashion_title_section {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
.fashion_secion_main_holder .fashion_title_section span {
  font-family: 'Cosen';
  color: #000000;
}
.fashion_secion_main_holder .fashion_title_section span span {
  color: #F59F00;
}
.fashion_secion_main_holder .fashion_description_section {
  line-height: 150%;
  font-size: min(24px, 1.042vw);
  margin-bottom: min(40px, 3.125vw);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1550px) {
  .fashion_secion_main_holder .fashion_description_section {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .fashion_secion_main_holder .fashion_description_section {
    font-size: 16px;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fashion_secion_main_holder .fashion_description_section {
    margin-bottom: 16px;
  }
}
.learn_more_buttons_holder {
  display: flex;
  align-items: center;
  gap: 8px;
}
.learn_more_buttons_holder .shop-now-button {
  width: min(205px, 10.677vw);
  height: min(64px, 3.333vw);
  font-size: min(0.938vw, 18px);
  background-color: #000000;
}
.shop-now-button-holder img {
  width: auto;
}
.exclusive_kids_main_holder .exclusive_kids_holder {
  position: relative;
}
@media (max-width: 991px) {
  .exclusive_kids_main_holder .exclusive_kids_holder {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
.exclusive_kids_main_holder .tablet_image {
  display: none;
}
@media (max-width: 991px) {
  .exclusive_kids_main_holder .tablet_image {
    display: block;
    width: 100%;
  }
}
.exclusive_kids_main_holder img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.exclusive_kids_main_holder .main_text_kids_holder {
  position: absolute;
  top: min(130px, 6.5vw);
  left: min(50px, 2.604vw);
}
@media (max-width: 1750px) {
  .exclusive_kids_main_holder .main_text_kids_holder {
    top: min(120px, 6vw);
  }
}
@media (max-width: 1550px) {
  .exclusive_kids_main_holder .main_text_kids_holder {
    top: min(80px, 4vw);
  }
}
@media (max-width: 1440px) {
  .exclusive_kids_main_holder .main_text_kids_holder {
    top: min(80px, 3vw);
  }
}
@media (max-width: 1200px) {
  .exclusive_kids_main_holder .main_text_kids_holder {
    top: min(80px, 5vw);
  }
}
@media (max-width: 991px) {
  .exclusive_kids_main_holder .main_text_kids_holder {
    position: unset;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .exclusive_kids_main_holder .main_text_kids_holder {
    margin-bottom: 20px;
  }
}
.exclusive_kids_main_holder .exclusive_kids_title {
  line-height: 100%;
  font-size: min(112px, 5.833vw);
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: min(24px, 0.938vw);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1750px) {
  .exclusive_kids_main_holder .exclusive_kids_title {
    font-size: min(100px, 5vw);
  }
}
@media (max-width: 1550px) {
  .exclusive_kids_main_holder .exclusive_kids_title {
    font-size: min(90px, 5vw);
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .exclusive_kids_main_holder .exclusive_kids_title {
    font-size: min(70px, 5vw);
  }
}
@media (max-width: 991px) {
  .exclusive_kids_main_holder .exclusive_kids_title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .exclusive_kids_main_holder .exclusive_kids_title {
    font-size: 50px;
    margin-bottom: 8px;
  }
}
.exclusive_kids_main_holder .exclusive_kids_title span:nth-of-type(1) {
  color: #000000;
}
.exclusive_kids_main_holder .exclusive_kids_title span:nth-of-type(2) {
  color: #F59F00;
}
.exclusive_kids_main_holder .exclusive_kids_description {
  line-height: 150%;
  font-size: min(24px, 1.042vw);
  width: min(609px, 31.719vw);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1550px) {
  .exclusive_kids_main_holder .exclusive_kids_description {
    font-size: 18px;
    width: 42%;
  }
}
@media (max-width: 991px) {
  .exclusive_kids_main_holder .exclusive_kids_description {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .exclusive_kids_main_holder .exclusive_kids_description {
    font-size: 16px;
  }
}
.desktop_image {
  cursor: pointer;
}
@media (max-width: 991px) {
  .desktop_image {
    display: none;
  }
}
.washing_instractions_main_holder .washing_instractions_holder {
  margin-top: min(240px, 11vw);
}
.checkout-cart-index .washing_instractions_main_holder .washing_instractions_holder {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .checkout-cart-index .washing_instractions_main_holder .washing_instractions_holder {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .washing_instractions_main_holder .washing_instractions_holder {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .washing_instractions_main_holder .washing_instractions_holder {
    margin-top: min(120px, 19.753vw);
  }
}
@media (max-width: 767px) {
  .washing_instractions_main_holder .washing_instractions_holder {
    margin-top: 60px;
  }
}
.washing_instractions_main_holder .washing_instractions_title {
  font-family: 'Cosen';
  line-height: 100%;
  font-size: min(112px, 5.833vw);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media (max-width: 1750px) {
  .washing_instractions_main_holder .washing_instractions_title {
    font-size: min(100px, 5vw);
  }
}
@media (max-width: 1550px) {
  .washing_instractions_main_holder .washing_instractions_title {
    font-size: min(90px, 5vw);
  }
}
@media (max-width: 1440px) {
  .washing_instractions_main_holder .washing_instractions_title {
    font-size: min(70px, 5vw);
  }
}
@media (max-width: 991px) {
  .washing_instractions_main_holder .washing_instractions_title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .washing_instractions_main_holder .washing_instractions_title {
    font-size: 50px;
  }
}
.washing_instractions_main_holder .washing_instractions_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 120px;
  border-radius: 12px;
  flex: 1;
  padding: 16px 12px;
  height: 100%;
}
@media (max-width: 1650px) {
  .washing_instractions_main_holder .washing_instractions_item {
    padding: 16px 7px;
    gap: 12px;
  }
}
.washing_instractions_main_holder .washing_instractions_item img {
  width: 40px;
}
.washing_instractions_main_holder .washing_instractions_item_holder {
  display: grid;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  row-gap: 20px;
  gap: min(16px,3.49vw);
  margin-top: min(80px, 4.167vw);
  margin-bottom: min(80px, 4.167vw);
  min-width: 0;
  grid-template-columns: repeat(auto-fit, minmax(121px, 1fr));
}
@media (max-width: 991px) {
  .washing_instractions_main_holder .washing_instractions_item_holder {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .washing_instractions_main_holder .washing_instractions_item_holder {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.washing_instractions_main_holder .washing_instractions_text {
  line-height: 100%;
  font-size: 18px;
  max-width: 146px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1650px) {
  .washing_instractions_main_holder .washing_instractions_text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .washing_instractions_main_holder .washing_instractions_text {
    font-size: 14px;
  }
}
.made_in_main_holder .made_in_holder {
  border-top: 1px solid #D4D4D8;
  border-bottom: 1px solid #D4D4D8;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cosen';
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .made_in_main_holder .made_in_holder {
    font-size: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .made_in_main_holder .made_in_holder {
    font-size: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .made_in_main_holder .made_in_holder {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .made_in_main_holder .made_in_holder {
    font-size: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.made_in_main_holder .made_in_holder img {
  margin-left: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  .made_in_main_holder .made_in_holder img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  .made_in_main_holder .made_in_holder img {
    max-width: 29px;
    margin-left: 10px;
  }
}
.catalog-category-view .columns,
.catalogsearch-result-index .columns {
  display: grid;
  grid-template-columns: 423px 1fr;
  width: 1688px;
  gap: 80px;
  margin: 120px auto 0;
  padding: 180px 24px 0;
  position: relative;
}
.catalog-category-view .columns .rewardssocial-buttons,
.catalogsearch-result-index .columns .rewardssocial-buttons {
  display: none;
}
@media (max-width: 1920px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1750px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    grid-template-columns: 390px 1fr;
    gap: 60px;
  }
}
@media (max-width: 1550px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    gap: 40px;
    grid-template-columns: 350px 1fr;
    margin-top: 76px;
  }
}
@media (max-width: 1400px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    grid-template-columns: 290px 1fr;
  }
}
@media (max-width: 1300px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    grid-template-columns: 250px 1fr;
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    margin-top: 56px;
    grid-template-columns: 100%;
    padding: 140px 20px 0;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    margin-top: 40px;
    padding-top: 162px;
  }
}
.catalog-category-view .columns > .column.main,
.catalogsearch-result-index .columns > .column.main {
  grid-column: unset;
}
.catalogsearch-result-index .columns {
  margin: 60px auto 0;
}
@media (max-width: 991px) {
  .catalogsearch-result-index .columns {
    margin-top: 40px;
  }
}
.catalogsearch-result-index .columns > .column.main {
  order: 2;
}
.catalogsearch-result-index .page_title {
  display: block;
  margin: 50px auto 0;
  font-family: 'Satoshi-Medium';
  font-weight: normal;
}
.catalogsearch-result-index .page_title .page-title {
  font-weight: normal;
  margin: 0;
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .page_title .page-title {
    font-size: 24px;
  }
}
.withourt_category_image .header {
  background: #000000;
}
.withourt_category_image .columns {
  margin-top: 140px;
}
.products ul {
  gap: 52px 32px;
  padding: 0;
}
@media (max-width: 1750px) {
  .products ul {
    gap: 40px 24px;
  }
}
@media (max-width: 1550px) {
  .products ul {
    gap: 35px 20px;
  }
}
@media (max-width: 991px) {
  .products ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .products ul {
    gap: 28px 16px;
  }
}
.products ul li .card {
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.products ul li .product-item-photo {
  margin: 0;
  background: #F4F4F5;
  border-radius: 32px;
  height: 433px;
  display: grid;
  place-items: center;
}
@media (max-width: 1750px) {
  .products ul li .product-item-photo {
    height: 385px;
  }
}
@media (max-width: 1400px) {
  .products ul li .product-item-photo {
    height: 355px;
  }
}
@media (max-width: 767px) {
  .products ul li .product-item-photo {
    height: 220px;
    border-radius: 16px;
  }
}
.products ul li .product-item-photo img {
  max-height: 257px;
  max-width: 244px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 767px) {
  .products ul li .product-item-photo img {
    max-height: 118px;
    max-width: 112px;
  }
}
.products ul li .product-info {
  padding: 0 20px;
  margin: 16px 0 0;
}
@media (max-width: 1550px) {
  .products ul li .product-info {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .products ul li .product-info {
    padding: 0 12px;
  }
}
.products ul li .product-info > div {
  text-align: left;
  margin: 0;
  font-weight: normal;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.products ul li .product-info > div .product-item-link {
  font-weight: 500;
  font-family: 'Satoshi-Medium';
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  color: #09090b;
}
@media (max-width: 1750px) {
  .products ul li .product-info > div .product-item-link {
    font-size: 18px;
  }
}
@media (max-width: 1550px) {
  .products ul li .product-info > div .product-item-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .products ul li .product-info > div .product-item-link {
    font-size: 14px;
  }
}
.products ul li .product-info > div.short_description {
  display: none;
}
.mode-list.products ul li .product-info > div.short_description {
  display: block;
  margin: 10px 0 0;
}
.products ul li .product-info > div.actions-wrapper {
  display: none;
}
.products ul li .product-info .product_labels span {
  color: #ff4d4f;
  font-size: 16px;
  font-family: 'Satoshi-Medium';
  line-height: 100%;
}
.products ul li .product-info .swatch-attribute {
  display: none;
}
.products ul li .rating-summary {
  display: none;
}
.products ul li .price-label {
  display: none;
}
.products ul li .price-box {
  margin: 8px 0 0;
}
.products ul li .price-box .old-price {
  display: none;
}
.products ul li .price {
  color: #15803D;
  font-family: 'Satoshi-Medium';
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 1750px) {
  .products ul li .price {
    font-size: 16px;
  }
}
@media (max-width: 1550px) {
  .products ul li .price {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .products ul li .price {
    font-size: 13px;
  }
}
.products ul li .wishlist-btn {
  position: absolute;
  top: 25px;
  background: none;
  padding: 0;
  border-radius: 0;
  right: 23px;
  width: 25px;
  border: none;
}
@media (max-width: 1550px) {
  .products ul li .wishlist-btn {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .products ul li .wishlist-btn {
    right: 15px;
    top: 16px;
  }
}
.products ul li .wishlist-btn svg {
  width: 100%;
  height: auto;
}
.products ~ .products {
  margin-top: 52px;
}
@media (max-width: 1550px) {
  .products ~ .products {
    margin-top: 40px;
  }
}
.view_all_products_btn {
  margin: 70px 0 0;
}
.view_all_products_btn .btn {
  padding: 0;
  border-radius: 0;
  background: none;
  line-height: 150%;
  color: #000000;
}
#category-product-list .mst-scroll__button {
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  #category-product-list .mst-scroll__button {
    font-size: 14px;
    padding: 14px 20px;
  }
}
#category-product-list .mst-scroll__button::before {
  display: none;
}
@media (max-width: 767px) {
  .modes {
    visibility: visible;
  }
}
.modes label {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  margin-right: 16px;
}
@media (max-width: 1750px) {
  .modes label {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .modes label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .modes label {
    display: none;
  }
}
.modes-mode.mode-grid {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M28.75 0H3.75C2.75544 0 1.80161 0.395088 1.09835 1.09835C0.395088 1.80161 0 2.75544 0 3.75V28.75C0 29.7446 0.395088 30.6984 1.09835 31.4017C1.80161 32.1049 2.75544 32.5 3.75 32.5H28.75C29.7446 32.5 30.6984 32.1049 31.4017 31.4017C32.1049 30.6984 32.5 29.7446 32.5 28.75V3.75C32.5 2.75544 32.1049 1.80161 31.4017 1.09835C30.6984 0.395088 29.7446 0 28.75 0ZM12.5 20V12.5H20V20H12.5ZM20 22.5V30H12.5V22.5H20ZM2.5 12.5H10V20H2.5V12.5ZM12.5 10V2.5H20V10H12.5ZM22.5 12.5H30V20H22.5V12.5ZM30 3.75V10H22.5V2.5H28.75C29.0815 2.5 29.3995 2.6317 29.6339 2.86612C29.8683 3.10054 30 3.41848 30 3.75ZM3.75 2.5H10V10H2.5V3.75C2.5 3.41848 2.6317 3.10054 2.86612 2.86612C3.10054 2.6317 3.41848 2.5 3.75 2.5ZM2.5 28.75V22.5H10V30H3.75C3.41848 30 3.10054 29.8683 2.86612 29.6339C2.6317 29.3995 2.5 29.0815 2.5 28.75ZM28.75 30H22.5V22.5H30V28.75C30 29.0815 29.8683 29.3995 29.6339 29.6339C29.3995 29.8683 29.0815 30 28.75 30Z' fill='%2309090B'/%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  width: 33px;
  height: 33px;
  margin-right: 20px;
}
@media (max-width: 1550px) {
  .modes-mode.mode-grid {
    width: 26px;
    height: 26px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .modes-mode.mode-grid {
    width: 20px;
    height: 20px;
    margin-right: 17px;
  }
}
.modes-mode.mode-list {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='23' viewBox='0 0 32 23' fill='none'%3E%3Cpath d='M29.8061 4.02746H8.86206C8.43477 4.02746 8.02499 3.85772 7.72285 3.55558C7.42072 3.25345 7.25098 2.84366 7.25098 2.41638C7.25098 1.98909 7.42072 1.57931 7.72285 1.27717C8.02499 0.975036 8.43477 0.805298 8.86206 0.805298H29.8061C30.2334 0.805298 30.6432 0.975036 30.9453 1.27717C31.2474 1.57931 31.4172 1.98909 31.4172 2.41638C31.4172 2.84366 31.2474 3.25345 30.9453 3.55558C30.6432 3.85772 30.2334 4.02746 29.8061 4.02746Z' fill='%2309090B'/%3E%3Cpath d='M2.41662 4.83324C3.75128 4.83324 4.83324 3.75128 4.83324 2.41662C4.83324 1.08196 3.75128 0 2.41662 0C1.08196 0 0 1.08196 0 2.41662C0 3.75128 1.08196 4.83324 2.41662 4.83324Z' fill='%2309090B'/%3E%3Cpath d='M29.8061 13.0336H8.86206C8.43477 13.0336 8.02499 12.8638 7.72285 12.5617C7.42072 12.2596 7.25098 11.8498 7.25098 11.4225C7.25098 10.9952 7.42072 10.5854 7.72285 10.2833C8.02499 9.98114 8.43477 9.8114 8.86206 9.8114H29.8061C30.2334 9.8114 30.6432 9.98114 30.9453 10.2833C31.2474 10.5854 31.4172 10.9952 31.4172 11.4225C31.4172 11.8498 31.2474 12.2596 30.9453 12.5617C30.6432 12.8638 30.2334 13.0336 29.8061 13.0336Z' fill='%2309090B'/%3E%3Cpath d='M2.41662 13.8393C3.75128 13.8393 4.83324 12.7574 4.83324 11.4227C4.83324 10.0881 3.75128 9.0061 2.41662 9.0061C1.08196 9.0061 0 10.0881 0 11.4227C0 12.7574 1.08196 13.8393 2.41662 13.8393Z' fill='%2309090B'/%3E%3Cpath d='M29.8061 22.0397H8.86206C8.43477 22.0397 8.02499 21.8699 7.72285 21.5678C7.42072 21.2657 7.25098 20.8559 7.25098 20.4286C7.25098 20.0013 7.42072 19.5915 7.72285 19.2894C8.02499 18.9872 8.43477 18.8175 8.86206 18.8175H29.8061C30.2334 18.8175 30.6432 18.9872 30.9453 19.2894C31.2474 19.5915 31.4172 20.0013 31.4172 20.4286C31.4172 20.8559 31.2474 21.2657 30.9453 21.5678C30.6432 21.8699 30.2334 22.0397 29.8061 22.0397Z' fill='%2309090B'/%3E%3Cpath d='M2.41662 22.845C3.75128 22.845 4.83324 21.763 4.83324 20.4283C4.83324 19.0937 3.75128 18.0117 2.41662 18.0117C1.08196 18.0117 0 19.0937 0 20.4283C0 21.763 1.08196 22.845 2.41662 22.845Z' fill='%2309090B'/%3E%3C/svg%3E") no-repeat;
  width: 31px;
  height: 23px;
  background-size: 100%;
}
@media (max-width: 1550px) {
  .modes-mode.mode-list {
    width: 26px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .modes-mode.mode-list {
    width: 19px;
    height: 14px;
  }
}
.sorter > label {
  border: 1.5px solid #D4D4D8;
  border-radius: 12px;
  font-size: 20px;
  color: #27272A;
  font-family: 'Satoshi-Medium';
  background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M14.8828 1.17102L8.0269 8.0269C7.96322 8.09064 7.88761 8.14121 7.80438 8.17571C7.72115 8.21021 7.63194 8.22797 7.54184 8.22797C7.45175 8.22797 7.36253 8.21021 7.2793 8.17571C7.19608 8.14121 7.12046 8.09064 7.05679 8.0269L0.200916 1.17102C0.0722714 1.04238 0 0.867899 0 0.685969C0 0.504039 0.0722714 0.329559 0.200916 0.200915C0.32956 0.0722711 0.504038 0 0.685969 0C0.867899 0 1.04238 0.0722711 1.17102 0.200915L7.54184 6.5726L13.9127 0.200915C13.9764 0.137217 14.052 0.0866891 14.1352 0.052216C14.2184 0.0177428 14.3076 0 14.3977 0C14.4878 0 14.577 0.0177428 14.6602 0.052216C14.7435 0.0866891 14.8191 0.137217 14.8828 0.200915C14.9465 0.264613 14.997 0.340234 15.0315 0.42346C15.0659 0.506685 15.0837 0.595886 15.0837 0.685969C15.0837 0.776051 15.0659 0.865252 15.0315 0.948478C14.997 1.0317 14.9465 1.10732 14.8828 1.17102Z' fill='black'/%3E%3C/svg%3E") no-repeat right 18px center;
  background-size: 15px;
  position: relative;
}
@media (max-width: 1750px) {
  .sorter > label {
    font-size: 18px;
  }
}
@media (max-width: 1550px) {
  .sorter > label {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sorter > label {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M0.75 7H6.375' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.75 2H5.125' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.75 12H11.375' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 3.875L11.375 0.75L14.5 3.875' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.375 0.75V8.25' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
.sorter > label > span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
}
@media (max-width: 375px) {
  .sorter > label > span {
    left: 10px;
  }
}
.sorter .sorter-options {
  background: none;
  padding: 12.5px 44px 12.5px 86px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1550px) {
  .sorter .sorter-options {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .sorter .sorter-options {
    padding: 12px 44px 12px 73px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .sorter .sorter-options {
    padding-left: 67px;
  }
}
@media (max-width: 350px) {
  .sorter .sorter-options {
    padding: 11px 44px 11px 59px;
  }
}
.sorter .sorter-options:focus-visible {
  outline: none;
}
.sorter .sorter-action {
  display: flex;
  align-items: center;
  gap: 4px;
}
.sorter .sorter-action label {
  display: flex;
  flex-direction: column;
}
.sorter .sorter-action label span {
  line-height: 100%;
  cursor: pointer;
  color: #09090b;
}
.sorter .sorter-action.sort-desc svg {
  transform: rotate(180deg);
}
#product-list > .toolbar-products {
  border-bottom: 1px solid #D4D4D8;
  position: absolute;
  left: 24px;
  width: calc(100% - 48px);
  top: 0;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  #product-list > .toolbar-products {
    flex-wrap: wrap;
    text-align: center;
    border: none;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  #product-list > .toolbar-products .toolbar-sorter {
    display: none;
  }
}
#product-list > .toolbar-products ~ .toolbar-products {
  display: none;
}
#product-list .limiter .label {
  margin: 0;
  padding: 0;
  color: #27272A;
}
@media (max-width: 767px) {
  #product-list .limiter .label {
    width: calc(100vw - 124px);
  }
}
.product_cout {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1750px) {
  .product_cout {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .product_cout {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product_cout {
    margin-bottom: 30px;
    width: 100%;
    font-size: 20px;
  }
}
.category-view.container {
  max-width: 100%;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .category-view.container {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .category-view.container .category-image {
    min-height: inherit;
  }
}
.category-view.container img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  border-radius: 0 0 72px 72px;
}
@media (max-width: 1750px) {
  .category-view.container img {
    border-radius: 0 0 50px 50px;
  }
}
@media (max-width: 1550px) {
  .category-view.container img {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .category-view.container img {
    min-height: inherit;
    border-radius: 0 0 30px 30px;
  }
}
.category-view .product-description {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  max-width: 1688px;
  padding: 0 24px;
}
@media (max-width: 1920px) {
  .category-view .product-description {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1200px) {
  .category-view .product-description {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .category-view .product-description {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 70px;
  }
}
.category-view .banner_content {
  font-size: 24px;
  color: #ffffff;
  line-height: 100%;
  margin: 0 0 8px;
  font-family: 'Satoshi-Medium';
  text-align: center;
}
@media (max-width: 1550px) {
  .category-view .banner_content {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .category-view .banner_content {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .category-view .banner_content {
    font-size: 16px;
  }
}
.category-view .banner_title {
  font-size: 160px;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
}
@media (max-width: 1750px) {
  .category-view .banner_title {
    font-size: 140px;
  }
}
@media (max-width: 1550px) {
  .category-view .banner_title {
    font-size: 112px;
  }
}
@media (max-width: 1400px) {
  .category-view .banner_title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .category-view .banner_title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .category-view .banner_title {
    font-size: 50px;
  }
}
.category-view .banner_subtitle {
  font-size: 24px;
  color: #ffffff;
  margin-top: 32px;
  text-align: center;
  line-height: 100%;
}
@media (max-width: 1550px) {
  .category-view .banner_subtitle {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .category-view .banner_subtitle {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .category-view .banner_subtitle {
    font-size: 16px;
  }
}
.page_title {
  display: none;
}
.catalog-product-view .page_title {
  display: block;
  font-size: 40px;
  font-weight: normal;
  line-height: 100%;
  color: #09090b;
  margin: 0;
}
@media (max-width: 1750px) {
  .catalog-product-view .page_title {
    font-size: 32px;
  }
}
@media (max-width: 1550px) {
  .catalog-product-view .page_title {
    font-size: 28px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .page_title {
    font-size: 24px;
    line-height: 150%;
  }
}
.catalog-product-view .page_title .page-title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.checkout-cart-index .page_title,
.checkout-onepage .page_title {
  font-size: 64px;
  line-height: 100%;
  color: #09090b;
  font-family: 'Cosen';
  margin-top: 120px;
  display: block;
  font-weight: normal;
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .checkout-cart-index .page_title,
  .checkout-onepage .page_title {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .checkout-cart-index .page_title,
  .checkout-onepage .page_title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index .page_title,
  .checkout-onepage .page_title {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .page_title,
  .checkout-onepage .page_title {
    font-size: 30px;
    margin-top: 48px;
    margin-bottom: 8px;
  }
}
.checkout-cart-index .page_title *,
.checkout-onepage .page_title * {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  clip-path: unset;
  width: auto;
  height: auto;
  clip: unset;
  position: static;
}
.checkout-onepage .page_title {
  margin-bottom: 48px;
}
.top-container {
  display: none;
}
.top-container .breadcrumbs {
  background: #E5E5E5;
  box-shadow: none;
}
.top-container .breadcrumbs ol {
  padding: 26.5px 0px;
}
.top-container .breadcrumbs ol li {
  color: #71717A;
  line-height: 150%;
  font-size: 18px;
}
@media (max-width: 1550px) {
  .top-container .breadcrumbs ol li {
    font-size: 16px;
  }
}
.top-container .breadcrumbs ol li .separator {
  margin: 0 18px;
  padding: 0;
}
@media (max-width: 767px) {
  .top-container .breadcrumbs ol li .separator {
    margin: 0 10px;
  }
}
.top-container .breadcrumbs ol li a {
  color: #71717A;
  line-height: 150%;
}
.catalog-product-view .top-container {
  display: block;
}
.limiter.field {
  margin: 0 24px 0 32px;
}
@media (max-width: 1550px) {
  .limiter.field {
    margin: 0 20px 0 28px;
  }
}
@media (max-width: 991px) {
  .limiter.field {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .limiter.field {
    margin-left: 0;
  }
}
.limiter label {
  border: 1.5px solid #D4D4D8;
  border-radius: 12px;
  background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M14.8828 1.17102L8.0269 8.0269C7.96322 8.09064 7.88761 8.14121 7.80438 8.17571C7.72115 8.21021 7.63194 8.22797 7.54184 8.22797C7.45175 8.22797 7.36253 8.21021 7.2793 8.17571C7.19608 8.14121 7.12046 8.09064 7.05679 8.0269L0.200916 1.17102C0.0722714 1.04238 0 0.867899 0 0.685969C0 0.504039 0.0722714 0.329559 0.200916 0.200915C0.32956 0.0722711 0.504038 0 0.685969 0C0.867899 0 1.04238 0.0722711 1.17102 0.200915L7.54184 6.5726L13.9127 0.200915C13.9764 0.137217 14.052 0.0866891 14.1352 0.052216C14.2184 0.0177428 14.3076 0 14.3977 0C14.4878 0 14.577 0.0177428 14.6602 0.052216C14.7435 0.0866891 14.8191 0.137217 14.8828 0.200915C14.9465 0.264613 14.997 0.340234 15.0315 0.42346C15.0659 0.506685 15.0837 0.595886 15.0837 0.685969C15.0837 0.776051 15.0659 0.865252 15.0315 0.948478C14.997 1.0317 14.9465 1.10732 14.8828 1.17102Z' fill='black'/%3E%3C/svg%3E") no-repeat right 14px center;
  font-size: 20px;
  color: #27272A;
  font-family: 'Satoshi-Medium';
  position: relative;
  display: flex;
  background-size: 15px;
}
@media (max-width: 1550px) {
  .limiter label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .limiter label {
    width: calc(100vw - 139px);
  }
}
.limiter label span {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}
.limiter label .limiter-options {
  background: none;
  padding: 10px 40px 10px 86px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: right;
}
.limiter label .limiter-options:focus-visible {
  outline: none;
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 80px;
  border-right: 1px solid #E5E5E5;
  padding-right: 32px;
}
@media (max-width: 1550px) {
  .sidebar {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    padding: 0;
    border: none;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main {
    order: 2;
    width: calc(50% - 8px);
    margin: -46px 0 0 auto;
    position: relative;
  }
}
@media (max-width: 375px) {
  .sidebar.sidebar-main {
    width: calc(50% - 4px);
  }
}
@media (max-width: 350px) {
  .sidebar.sidebar-main {
    margin: -41px 0 0 auto;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main > div {
    border: none;
    background: none;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main > div .block-title {
    margin: 0;
  }
}
.sidebar.sidebar-main > div button.block-title {
  margin: 0;
  font-size: 30px;
}
@media (max-width: 1750px) {
  .sidebar.sidebar-main > div button.block-title {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .sidebar.sidebar-main > div button.block-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main > div button.block-title {
    margin: 0;
    background: #FAFAFA;
    border-radius: 12px;
    border: 1.5px solid #D4D4D8;
    padding: 10px 16px;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .sidebar.sidebar-main > div button.block-title {
    padding: 10px;
  }
}
@media (max-width: 350px) {
  .sidebar.sidebar-main > div button.block-title {
    font-size: 14px;
    padding: 9px 10px;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main > div button.block-title::before {
    content: "Filter";
  }
}
.sidebar.sidebar-main > div button.block-title > span {
  font-size: inherit;
}
@media (max-width: 991px) {
  .sidebar.sidebar-main > div button.block-title > span:first-child {
    display: none;
  }
}
.sidebar.sidebar-main > div button.block-title > span svg {
  display: none;
}
@media (max-width: 991px) {
  .sidebar.sidebar-main > div button.block-title > span::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M10.125 13.875C10.125 12.8395 9.28553 12 8.25 12C7.21447 12 6.375 12.8395 6.375 13.875C6.375 14.9105 7.21447 15.75 8.25 15.75C9.28553 15.75 10.125 14.9105 10.125 13.875Z' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.375 8.25C6.375 7.21447 5.53553 6.375 4.5 6.375C3.46447 6.375 2.625 7.21447 2.625 8.25C2.625 9.28553 3.46447 10.125 4.5 10.125C5.53553 10.125 6.375 9.28553 6.375 8.25Z' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.625 2.625C12.625 1.58947 11.7855 0.75 10.75 0.75C9.71447 0.75 8.875 1.58947 8.875 2.625C8.875 3.66053 9.71447 4.5 10.75 4.5C11.7855 4.5 12.625 3.66053 12.625 2.625Z' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.75 13.875H6.375' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.75 2.625L8.875 2.625' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.75 8.25H2.625' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.125 13.875H14.5' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.625 2.625H14.5' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.375 8.25L14.5 8.25' stroke='%2309090B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    width: 15px;
    height: 16px;
    display: block;
    background-size: 100%;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main > div button.block-title > span {
    display: block;
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main #filters-content {
    border: 1.5px solid #D4D4D8;
    margin: 15px 0 0;
    border-radius: 12px;
    position: absolute;
    left: calc(-50vw + 12px);
    background: #fff;
    top: 60px;
    z-index: 111;
    width: calc(100vw - 40px);
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main #filters-content.hidden {
    display: none;
  }
}
.sidebar.sidebar-additional {
  display: none;
}
.sidebar .block-title {
  line-height: 150%;
  color: #09090b;
  margin: 0 0 24px;
}
@media (max-width: 1550px) {
  .sidebar .block-title span {
    font-size: 22px;
  }
}
.sidebar .filter-option {
  border-radius: 0;
  padding: 0;
  border: none;
}
@media (max-width: 991px) {
  .sidebar .filter-option:first-of-type {
    border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 991px) {
  .sidebar .filter-option:last-child {
    border-radius: 0px 0px 12px 12px;
  }
}
.sidebar .filter-option:last-child .filter-options-title {
  border: none;
}
.sidebar .filter-option .filter-options-title {
  font-size: 24px;
  color: #27272A;
  line-height: 100%;
  padding: 19.5px 0;
  border-bottom: 1px solid #E5E5E5;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1750px) {
  .sidebar .filter-option .filter-options-title {
    font-size: 20px;
  }
}
@media (max-width: 1550px) {
  .sidebar .filter-option .filter-options-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .sidebar .filter-option .filter-options-title {
    padding: 19.5px 16px;
  }
}
.sidebar .filter-option .filter-options-title span {
  font-size: inherit;
  line-height: inherit;
}
.sidebar .filter-option .filter-options-title svg {
  width: 17px;
}
@media (max-width: 1550px) {
  .sidebar .filter-option .filter-options-title svg {
    width: 14px;
  }
}
@media (max-width: 991px) {
  .sidebar .filter-option .filter-options-content {
    padding: 10px 16px;
    border-bottom: 1px solid #E5E5E5;
  }
}
.sidebar .filter-option .filter-options-content .noUi-handle {
  background: #000;
  border: none;
  height: 20px !important;
  box-shadow: none;
  border-radius: 50%;
  top: -6px !important;
}
.sidebar .filter-option .filter-options-content .noUi-handle::before {
  display: none;
}
.sidebar .filter-option .filter-options-content .noUi-handle::after {
  display: none;
}
.sidebar .filter-option .filter-options-content .items li a {
  color: #000000;
}
.sidebar .filter-option .filter-options-content .items li a input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 4px;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 1550px) {
  .sidebar .filter-option .filter-options-content .items li a input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}
.sidebar .filter-option .filter-options-content .items li a input[type="checkbox"]::after {
  display: none;
}
.sidebar .filter-option .filter-options-content .items li a input[type="checkbox"]:checked {
  background-color: #000000;
}
.sidebar .filter-option .filter-options-content .items li a input[type="checkbox"]:checked::after {
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M0.75 3.59301L3.43278 6.28005L8.96 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  width: 10px;
  height: 8px;
  translate: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 0;
}
.sidebar .filter-option .filter-options-content .items li a span {
  color: inherit;
}
.sidebar .category-sidebar {
  order: -1;
}
@media (max-width: 991px) {
  .sidebar .category-sidebar {
    display: none;
  }
}
.sidebar .category-sidebar .sidebar-title {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  font-weight: normal;
}
@media (max-width: 1750px) {
  .sidebar .category-sidebar .sidebar-title {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .sidebar .category-sidebar .sidebar-title {
    font-size: 22px;
  }
}
.sidebar .category-sidebar .category_items {
  border-bottom: 1px solid #E5E5E5;
}
.sidebar .category-sidebar .category_items.parent_element > div {
  padding: 20px 0;
  position: relative;
}
.sidebar .category-sidebar .category_items.parent_element > div a {
  width: auto;
  z-index: 1;
  max-width: calc(100% - 28px);
}
.sidebar .category-sidebar .category_items:last-child {
  border-bottom: none;
}
.sidebar .category-sidebar a {
  font-size: 24px;
  line-height: 100%;
  width: 100%;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1750px) {
  .sidebar .category-sidebar a {
    font-size: 20px;
  }
}
@media (max-width: 1550px) {
  .sidebar .category-sidebar a {
    font-size: 18px;
  }
}
.sidebar .category-sidebar .category_dropdown {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.sidebar .category-sidebar .category_dropdown svg {
  width: 17px;
}
@media (max-width: 1550px) {
  .sidebar .category-sidebar .category_dropdown svg {
    width: 14px;
  }
}
.sidebar .category-sidebar .single_parent a {
  padding: 20px 0;
}
.sidebar .category-sidebar .category_dropdown_list {
  border-top: 1px solid #E5E5E5;
}
.sidebar .category-sidebar .category_dropdown_list div {
  padding: 0;
}
.sidebar .category-sidebar .category_dropdown_list div a {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.mst-nav__apply-button-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .bottom_toolbars {
    display: block;
    width: calc(50% - 8px);
    margin-top: 43px;
  }
}
@media (max-width: 375px) {
  .bottom_toolbars {
    width: calc(50% - 4px);
  }
}
@media (max-width: 991px) {
  .bottom_toolbars .toolbar {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .bottom_toolbars .toolbar-sorter {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bottom_toolbars .toolbar-sorter > label {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 350px) {
  .bottom_toolbars .toolbar-sorter > label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .bottom_toolbars .product_cout,
  .bottom_toolbars .limiter,
  .bottom_toolbars .modes,
  .bottom_toolbars .sorter-action {
    display: none;
  }
}
.catalog-product-view .page-main {
  max-width: 1688px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
@media (max-width: 1920px) {
  .catalog-product-view .page-main {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1200px) {
  .catalog-product-view .page-main {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .page-main {
    padding: 0px;
  }
}
.catalog-product-view .page-main > .page_title {
  display: none;
}
.catalog-product-view .product_info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .catalog-product-view .product_info {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product_info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }
}
.catalog-product-view .product-info-main {
  margin-top: 120px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .catalog-product-view .product-info-main {
    margin-top: 60px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main {
    margin-top: 0px;
  }
}
.catalog-product-view .product-info-main .card {
  padding: 32px 0 0 48px;
  border: none;
  border-radius: 0;
}
@media (max-width: 1550px) {
  .catalog-product-view .product-info-main .card {
    padding: 24px 0 0 34px;
  }
}
@media (max-width: 1200px) {
  .catalog-product-view .product-info-main .card {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main .card {
    padding: 0 20px;
    margin: 0;
  }
}
.catalog-product-view .product_detail_price {
  margin-bottom: 40px;
}
@media (max-width: 1550px) {
  .catalog-product-view .product_detail_price {
    margin-bottom: 24px;
  }
}
.catalog-product-view .product_detail_price .price-label {
  display: none;
}
.catalog-product-view .product_detail_price .price {
  font-size: 20px;
  line-height: 100%;
  color: #71717A;
  font-family: 'Satoshi-Medium';
  font-weight: normal;
}
@media (max-width: 1550px) {
  .catalog-product-view .product_detail_price .price {
    font-size: 18px;
  }
}
.catalog-product-view .product-options-info h2 {
  display: none;
}
.catalog-product-view .product_info_actions {
  gap: 20px;
}
.catalog-product-view .product-add-towishlist {
  width: 18px;
  margin: 0px;
}
.catalog-product-view .product-add-towishlist:hover {
  background: none;
}
.catalog-product-view #add-to-compare {
  display: none;
}
.catalog-product-view .swatch-attribute {
  border-color: #F4F4F5;
  padding: 24px 0;
}
@media (max-width: 991px) {
  .catalog-product-view .swatch-attribute {
    padding: 16px 0;
  }
}
.catalog-product-view .swatch-attribute:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.catalog-product-view .swatch-attribute > div {
  flex-direction: column;
  padding: 0;
}
.catalog-product-view .swatch-attribute div span {
  font-size: 16px;
  line-height: 150%;
  color: #09090b;
}
.catalog-product-view .swatch-attribute div span:first-child {
  text-transform: uppercase;
}
.catalog-product-view .swatch-attribute div span:first-child::after {
  content: ":";
}
.catalog-product-view .swatch-attribute div span:last-child {
  color: #71717A;
  font-weight: normal;
  margin: 0;
}
.catalog-product-view .swatch-attribute.size .product-option-values label {
  font-size: 16px;
  line-height: 150%;
  color: #09090b;
}
.catalog-product-view .swatch-attribute.size .product-option-values .swatch-option {
  height: 48px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .catalog-product-view .swatch-attribute.size .product-option-values .swatch-option {
    width: 70px;
  }
}
.catalog-product-view .swatch-attribute.size .product-option-values .swatch-option.border-gray-100 {
  background-color: #09090b;
  color: #ffffff;
}
.catalog-product-view .swatch-attribute.size .product-option-values .swatch-option:hover {
  background-color: #09090b;
  color: #ffffff;
}
.catalog-product-view .swatch-attribute .product-option-values {
  width: 100%;
  margin: 0;
}
.catalog-product-view .swatch-attribute .product-option-values .swatch-attribute-options {
  display: flex;
  gap: 8px;
  margin: 0;
}
.catalog-product-view .swatch-attribute .product-option-values .swatch-attribute-options > div {
  margin: 0;
}
.catalog-product-view .swatch-attribute .product-option-values .swatch-attribute-options > div label {
  margin: 0;
  box-shadow: none;
  align-items: center;
}
.catalog-product-view .swatch-attribute .product-option-values .swatch-attribute-options .color-name {
  font-size: 16px;
  line-height: 150%;
  color: #71717A;
  margin-top: 8px;
  text-align: center;
}
.catalog-product-view .swatch-attribute .product-option-values .swatch-option {
  width: 77px;
  height: 90px;
  background: #F9F9F9;
  border: 1px solid #0000001A;
  border-radius: 16px;
  background-size: 100% !important;
}
.catalog-product-view .swatch-attribute .product-option-values .swatch-option.border-gray-100 {
  border-color: #09090b;
}
.catalog-product-view .swatch-attribute .product-option-values .swatch-option.border-gray-100 ~ .color-name {
  color: #09090b;
}
.catalog-product-view .swatch-attribute .size_info {
  width: 100%;
}
.catalog-product-view .swatch-attribute .size_guide_btn {
  font-family: 'Satoshi-Medium';
  line-height: 150%;
  position: absolute;
  right: 0;
}
.catalog-product-view .add-product-btn {
  margin-top: 40px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 40px;
}
@media (max-width: 1550px) {
  .catalog-product-view .add-product-btn {
    margin-top: 30px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .add-product-btn {
    padding-bottom: 24px;
    flex-wrap: wrap;
  }
}
.catalog-product-view .add-product-btn .buy_nowbtn {
  width: 50%;
  background: none;
  color: #000000;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  border: none;
  border-radius: 32px;
  font-weight: normal;
  padding: 17.5px;
  border: 1.5px solid #000000;
  cursor: pointer;
  transition: all .3s linear 0s;
}
.catalog-product-view .add-product-btn .buy_nowbtn:hover {
  border-color: #844f82;
  color: #844f82;
}
@media (max-width: 1750px) {
  .catalog-product-view .add-product-btn .buy_nowbtn {
    padding: 14.5px;
  }
}
@media (max-width: 1550px) {
  .catalog-product-view .add-product-btn .buy_nowbtn {
    padding: 13px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .add-product-btn .buy_nowbtn {
    padding: 11px 15px;
  }
}
.catalog-product-view .add-product-btn .buy_nowbtn:hover {
  border-color: #844f82;
  color: #844f82;
}
@media (max-width: 1750px) {
  .catalog-product-view .add-product-btn .buy_nowbtn {
    padding: 14.5px;
  }
}
@media (max-width: 1550px) {
  .catalog-product-view .add-product-btn .buy_nowbtn {
    padding: 13px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .add-product-btn .buy_nowbtn {
    padding: 11px 15px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .add-product-btn .buy_nowbtn {
    width: 100%;
  }
}
.catalog-product-view #product-addtocart-button {
  width: 50%;
}
@media (max-width: 767px) {
  .catalog-product-view #product-addtocart-button {
    width: 100%;
  }
}
.catalog-product-view #product-addtocart-button svg {
  display: none;
}
.catalog-product-view .quantity-label {
  font-size: 16px;
  line-height: 150%;
}
.catalog-product-view #product_addtocart_form {
  margin-bottom: 64px;
}
.catalog-product-view #product_addtocart_form.simple {
  display: none;
}
@media (max-width: 991px) {
  .catalog-product-view #product_addtocart_form {
    margin-bottom: 32px;
  }
}
.catalog-product-view .editorial-gallery {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .catalog-product-view .editorial-gallery {
    flex-wrap: nowrap;
    overflow: auto;
    --scrollthumb-color: #09090b;
    --scrolltrack-color: #eee;
    scrollbar-color: #09090b;
    scrollbar-color: var(--scrollthumb-color) var(--scrolltrack-color);
    scrollbar-width: thin;
  }
}
.catalog-product-view .editorial-gallery::-webkit-scrollbar {
  height: 7px;
}
.catalog-product-view .editorial-gallery::-webkit-scrollbar-track {
  background: #FFFFFF33;
  /* scrollbar background (track) */
  border-radius: 10px;
}
.catalog-product-view .editorial-gallery::-webkit-scrollbar-thumb {
  background-color: #09090b;
}
.catalog-product-view .editorial-gallery .half-image {
  max-width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .catalog-product-view .editorial-gallery .half-image {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.catalog-product-view .editorial-gallery .full-image {
  width: 100%;
}
@media (max-width: 991px) {
  .catalog-product-view .editorial-gallery .full-image {
    flex: 0 0 100%;
  }
}
.catalog-product-view .editorial-gallery img {
  border-radius: 32px;
}
@media (max-width: 991px) {
  .catalog-product-view .editorial-gallery img {
    border-radius: 0px;
  }
}
.catalog-product-view .review_view_more_info {
  padding: 24px 0 0;
}
.catalog-product-view .review_view_more_info button {
  font-size: 16px;
  line-height: 150%;
}
.quantity-info {
  min-width: 196px;
  border: 1.5px solid #000000;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
@media (max-width: 1550px) {
  .quantity-info {
    height: 56px;
    min-width: 176px;
  }
}
@media (max-width: 767px) {
  .quantity-info {
    min-width: 78px;
    height: 50px;
  }
}
.cart_quanity_info .quantity-info {
  min-width: 96px;
  height: 30px;
  border: 1px solid #D4D4D8;
  border-radius: 32px;
}
.cart_quanity_info .quantity-info svg {
  width: 100%;
  height: 100%;
}
.quantity-info .quantity-increase {
  width: 15px;
  height: 15px;
  padding: 0;
  line-height: unset;
  margin: 0 24px 0 0;
}
.quantity-info .quantity-increase svg {
  width: 100%;
  height: 100%;
}
.cart_quanity_info .quantity-info .quantity-increase {
  width: 11px;
  height: 11px;
  margin: 0 15px 0 0px;
}
.cart_quanity_info .quantity-info .quantity-increase svg {
  width: 100%;
  height: 100%;
}
.quantity-info input[type=number] {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  width: 92px;
}
.cart_quanity_info .quantity-info input[type=number] {
  width: 30px;
}
.cart_quanity_info .quantity-info input[type=number] svg {
  width: 100%;
  height: 100%;
}
.quantity-info input[type=number]::-webkit-outer-spin-button,
.quantity-info input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-info .quantity-decrease {
  width: 15px;
  height: 3px;
  padding: 0;
  line-height: unset;
  margin: 0 0 0 25px;
}
.quantity-info .quantity-decrease svg {
  width: 100%;
}
.cart_quanity_info .quantity-info .quantity-decrease {
  width: 11px;
  height: 2px;
  margin: 0 0 0 16px;
}
.sizechart-custom-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.sizechart-custom-popup .sizechart-custom-popup-container {
  max-width: 960px;
  background: #ffffff;
  padding: 0px 0px 32px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-height: calc(100% - 20px);
  overflow: auto;
  border-radius: 32px;
}
@media (max-width: 1550px) {
  .sizechart-custom-popup .sizechart-custom-popup-container {
    max-width: 760px;
    border-radius: 24px;
  }
}
@media (max-width: 991px) {
  .sizechart-custom-popup .sizechart-custom-popup-container {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 20px 20px 0 0;
    max-width: 100%;
  }
}
.sizechart-custom-popup .sizechart-topportion {
  padding: 20px 32px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  .sizechart-custom-popup .sizechart-topportion {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .sizechart-custom-popup .sizechart-topportion {
    padding: 15px 20px;
  }
}
.sizechart-custom-popup .sizechart-close-btn {
  width: 48px;
  height: 48px;
  border: 1.5px solid #D4D4D8;
  border-radius: 50%;
}
@media (max-width: 1550px) {
  .sizechart-custom-popup .sizechart-close-btn {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .sizechart-custom-popup .sizechart-close-btn {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1550px) {
  .sizechart-custom-popup .sizechart-close-btn svg {
    width: 10px;
  }
}
.sizechart-custom-popup .sizechart-name {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1750px) {
  .sizechart-custom-popup .sizechart-name {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .sizechart-custom-popup .sizechart-name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sizechart-custom-popup .sizechart-name {
    font-size: 20px;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
  }
}
.sizechart-custom-popup .sizechart-name span {
  font-size: 20px;
  color: #71717A;
}
@media (max-width: 1550px) {
  .sizechart-custom-popup .sizechart-name span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sizechart-custom-popup .sizechart-name span {
    font-size: 16px;
  }
}
.sizechart-custom-popup .sizechart-digram {
  padding: 0 32px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .sizechart-custom-popup .sizechart-digram {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .sizechart-custom-popup .sizechart-digram {
    padding: 0 20px;
  }
}
.sizechart-custom-popup .sizechart-digram table {
  table-layout: fixed;
  border: 1px solid #E5E5E5 !important;
  border-radius: 16px;
  width: 100% !important;
  background: none;
  border-collapse: separate !important;
  border-spacing: 0;
}
.sizechart-custom-popup .sizechart-digram table tbody tr:first-child td {
  background: #FAFAFA;
  line-height: 100%;
  font-family: 'Satoshi-Medium';
  border-radius: 16px 16px 0 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .sizechart-custom-popup .sizechart-digram table tbody tr:first-child td {
    font-size: 16px;
  }
}
.sizechart-custom-popup .sizechart-digram table tbody tr:first-child td * {
  font-family: inherit !important;
  font-size: inherit !important;
}
.sizechart-custom-popup .sizechart-digram table tbody tr td {
  border-bottom: 1px solid #0000001A;
  font-size: 16px;
  line-height: 150%;
  color: #09090b;
  width: auto !important;
  padding: 16px 0px;
  font-family: 'Satoshi';
}
@media (max-width: 991px) {
  .sizechart-custom-popup .sizechart-digram table tbody tr td {
    font-size: 14px;
  }
}
.sizechart-custom-popup .sizechart-digram table tbody tr td * {
  font-family: inherit !important;
  font-size: inherit !important;
}
.sizechart-custom-popup .sizechart-digram table tbody tr:last-child td {
  border-radius: 0 0 16px 16px;
  border-bottom: none;
}
.product-additional-info-description {
  padding: 24px 0px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  .product-additional-info-description {
    padding: 16px 0;
  }
}
.product-additional-info-description .product-additional-info-title {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  text-transform: uppercase;
}
.product-additional-info-description .product-additional-info p {
  font-size: 16px;
  line-height: 150%;
  color: #71717A;
}
.product-additional-info-description .product-additional-info-content p {
  font-size: 16px;
  line-height: 150%;
  color: #71717A;
  margin: 0;
}
.product-additional-info-description .product-additional-info-content tr {
  display: flex;
  border: none;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 24px;
}
.product-additional-info-description .product-additional-info-content tr:last-child {
  margin: 0;
}
.product-additional-info-description .product-additional-info-content tr th {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
}
.product-additional-info-description .product-additional-info-content tr td {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #71717A;
  padding: 0;
}
.product-review-topbar {
  margin-bottom: 16px;
}
.product-review-topbar .rating-summary {
  color: #F59F00;
  display: flex;
  gap: 3px;
}
.product-review-topbar .rating-summary svg {
  width: 29px;
  height: 29px;
}
@media (max-width: 991px) {
  .product-review-topbar .rating-summary svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .product-review-topbar .rating-summary svg {
    width: 20px;
    height: 20px;
  }
}
.product-review-topbar .fill-current {
  fill: #F59F00;
}
.product-review-topbar strong {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  color: #09090b;
}
.product-review-topbar .reviewer_image {
  width: 48px;
  height: 48px;
  border: 1px solid #00000066;
  border-radius: 14px;
  background: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .product-review-topbar .reviewer_image {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.reviews_title_info {
  font-size: 16px;
  line-height: 150%;
  color: #09090b;
}
.review_date_info {
  margin-top: 16px;
}
.review_date_info span {
  font-size: 16px;
  line-height: 150%;
  color: #71717A;
}
.write_review_btn {
  font-family: 'Satoshi-Medium';
  line-height: 150%;
  text-decoration: underline;
}
.review_description {
  font-size: 16px;
  line-height: 150%;
  color: #09090b;
}
.review_description .read-more-link {
  text-decoration: underline;
}
.product_review_form {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.product_review_form .popup-container {
  max-width: 960px;
  background: #ffffff;
  padding: 0px 0px 32px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-height: calc(100% - 20px);
  overflow: auto;
  border-radius: 32px;
}
@media (max-width: 1550px) {
  .product_review_form .popup-container {
    max-width: 760px;
    border-radius: 24px;
  }
}
@media (max-width: 991px) {
  .product_review_form .popup-container {
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    top: auto;
    left: 0;
    transform: unset;
    bottom: 0;
  }
}
.product_review_form .popup-container .popup-topportion {
  padding: 20px 32px;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  .product_review_form .popup-container .popup-topportion {
    padding: 20px 24px;
  }
}
@media (max-width: 767px) {
  .product_review_form .popup-container .popup-topportion {
    padding: 15px 20px;
  }
}
.product_review_form .popup-container .popup-topportion .popup_title {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1750px) {
  .product_review_form .popup-container .popup-topportion .popup_title {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .product_review_form .popup-container .popup-topportion .popup_title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .product_review_form .popup-container .popup-topportion .popup_title {
    font-size: 20px;
  }
}
.product_review_form .popup-container .popup-topportion .popup_close_btn {
  width: 48px;
  height: 48px;
  border: 1.5px solid #D4D4D8;
  border-radius: 50%;
}
@media (max-width: 1550px) {
  .product_review_form .popup-container .popup-topportion .popup_close_btn {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .product_review_form .popup-container .popup-topportion .popup_close_btn {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1550px) {
  .product_review_form .popup-container .popup-topportion .popup_close_btn svg {
    width: 10px;
  }
}
.product_review_form .popup-container .review-form {
  padding: 0 32px;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .product_review_form .popup-container .review-form {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .product_review_form .popup-container .review-form {
    padding: 0 20px;
  }
}
@media (max-width: 1550px) {
  .product_review_form .popup-container .review-form fieldset legend {
    font-size: 18px;
  }
}
@media (max-width: 1550px) {
  .product_review_form .popup-container .review-form fieldset legend {
    font-size: 16px;
  }
}
.product_review_form .popup-container .text-current {
  color: #F59F00;
}
.product_review_form .popup-container .form-input {
  border-color: #D4D4D8;
  padding: 19px 14px;
}
@media (max-width: 1550px) {
  .product_review_form .popup-container .form-input {
    padding: 14px;
  }
}
.product_review_form .popup-container .form-input:focus {
  border-color: #000000;
}
.product_review_form .popup-container .form-input:focus-visible {
  outline: none;
}
.product_review_form .popup-container .btn {
  background: #000000;
  border-radius: 32px;
  color: #ffffff;
  border: none;
  padding: 11.5px 30px;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
}
#customer-review-list .card {
  padding: 0;
}
.product_detail_washing_instructions .washing_instractions_holder {
  padding: 24px 0 0;
  max-width: 100%;
  margin: 0;
  border-top: 1px solid #E5E5E5;
}
.product_detail_washing_instructions .washing_instractions_title {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Satoshi';
  text-align: left;
  text-transform: uppercase;
}
.product_detail_washing_instructions .washing_instractions_item_holder {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 1750px) {
  .product_detail_washing_instructions .washing_instractions_item_holder {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
@media (max-width: 1550px) {
  .product_detail_washing_instructions .washing_instractions_item_holder {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media (max-width: 991px) {
  .product_detail_washing_instructions .washing_instractions_item_holder {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}
@media (max-width: 575px) {
  .product_detail_washing_instructions .washing_instractions_item_holder {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
.product_detail_washing_instructions .made_in_holder {
  display: none;
}
.product_manufacture_details {
  border-top: 1px solid #E5E5E5;
}
.product_manufacture_details span {
  font-size: 16px;
  line-height: 150%;
  color: #09090b;
}
.product_manufacture_details .product_manufacture_details_info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 767px) {
  .product_manufacture_details .product_manufacture_details_info {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .product_manufacture_details .product_manufacture_details_info {
    flex-direction: column;
  }
}
.product_manufacture_details .manufacture-details {
  max-width: 273px;
}
@media (max-width: 575px) {
  .product_manufacture_details .manufacture-details {
    text-align: center;
  }
}
.page.messages {
  position: static;
}
/* Force cart drawer to act as an absolutely positioned child */
#cart-drawer {
  width: 380px;
  height: auto;
  margin-right: 24px;
  z-index: 3;
  max-height: unset;
  border-radius: 16px;
  box-shadow: 0px 8px 25px 0px #00000024;
  inset: unset;
  right: 0;
}
#cart-drawer .minicart_product_items {
  overflow: auto;
  max-height: calc(100vh - 407px);
  gap: 20px;
  scrollbar-width: none;
}
#cart-drawer .minicart_product_items::-webkit-scrollbar {
  display: none;
}
#cart-drawer .minicart-product-image {
  width: 102px;
}
#cart-drawer .minicart-product-image img {
  width: 100%;
  max-height: 102px;
  object-fit: contain;
}
#cart-drawer .minicart-product-name strong {
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  color: #09090b;
}
#cart-drawer .delete_item_minicart:hover {
  background: none;
}
#cart-drawer .minicart-bottom-btn .btn {
  padding: 12px 0px;
  font-size: 16px;
}
#cart-drawer .minicart-bottom-btn .btn.btn-secondary {
  padding: 11px 0px;
}
#cart-drawer .minicart-subtotal-info {
  border-top: 1px dashed #D4D4D8;
  padding-top: 24px;
  margin: 73px 0 0;
}
#cart-drawer .minicart-subtotal-info dt {
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  color: #71717A;
}
#cart-drawer .minicart-subtotal-info dd .price {
  line-height: 150%;
  color: #09090b;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Satoshi-Medium';
}
#cart-drawer .product_items_options {
  font-size: 16px;
  line-height: 150%;
}
#cart-drawer .product_items_options .product_items_options_label {
  color: #71717A;
}
#cart-drawer .product_items_options .product_items_options_label::after {
  content: ":";
}
#cart-drawer .product_items_options .product_items_options_value {
  color: #09090b;
}
#cart-drawer .minicart_quanity {
  width: 133px;
  margin: 0 auto 0 0;
}
#cart-drawer .minicart_quanity .qty_label {
  font-size: 16px;
  line-height: 150%;
  color: #71717A;
}
#cart-drawer .minicart_quanity .quantity-info {
  min-width: 96px;
  height: 30px;
  flex-wrap: wrap;
}
#cart-drawer .minicart_quanity .quantity-decrease {
  width: 11px;
  margin: 0 0 0 16px;
}
#cart-drawer .minicart_quanity .quantity-increase {
  width: 11px;
  height: 11px;
  margin: 0 15px 0 0;
}
#cart-drawer .minicart_quanity svg {
  width: 100%;
  height: auto;
}
#cart-drawer .minicart_quanity #minicart-qty {
  width: 18px;
}
#cart-drawer .items_options_details {
  margin: 0 0 14px;
}
#cart-drawer .price-box {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  margin: auto 0 auto auto;
}
#cart-drawer .price-box .price {
  font-size: inherit;
  font-family: 'Satoshi-Medium';
  font-weight: normal;
}
#cart-drawer .price-box .price-excluding-tax::after {
  display: none;
}
/* cart page css start */
.cart_qty_info {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  margin: 0 0 48px;
}
@media (max-width: 1750px) {
  .cart_qty_info {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .cart_qty_info {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .cart_qty_info {
    margin: 0 0 28px;
  }
}
@media (max-width: 767px) {
  .cart_qty_info {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.cart_qty_info * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.checkout-cart-index .columns .rewards-notification-block {
  display: none;
}
.cart-layout {
  gap: 48px;
  flex-direction: row;
}
@media (max-width: 991px) {
  .cart-layout {
    flex-wrap: wrap;
    gap: 44px;
  }
}
@media (max-width: 767px) {
  .cart-layout {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .cart-layout .cart-layout-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cart-layout .cart-layout-left .cart ul li {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .cart-layout .cart-layout-left .cart ul li {
    padding: 16px 0;
  }
}
.cart-layout .cart-layout-left .cart ul li .cart {
  align-items: start;
}
@media (max-width: 639px) {
  .cart-layout .cart-layout-left .cart ul li .product-item-details > div {
    display: flex;
  }
}
.cart-layout .cart-layout-right {
  width: 568px;
  background: #F4F4F5;
  border-radius: 32px;
  border: none;
  padding: 0;
  font-size: 20px;
  line-height: 150%;
  color: #09090b;
  order: 2;
}
@media (max-width: 1750px) {
  .cart-layout .cart-layout-right {
    width: 500px;
  }
}
@media (max-width: 1550px) {
  .cart-layout .cart-layout-right {
    font-size: 16px;
    width: 450px;
  }
}
@media (max-width: 1400px) {
  .cart-layout .cart-layout-right {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .cart-layout .cart-layout-right {
    width: 100%;
  }
}
.cart-layout .cart-layout-right .coupon-form[open="open"] svg {
  transform: rotate(90deg);
}
.cart-layout .cart-layout-right .coupon-form {
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 767px) {
  .cart-layout .cart-layout-right .coupon-form summary {
    padding: 16px;
  }
}
@media (max-width: 1550px) {
  .cart-layout .cart-layout-right .coupon-form svg {
    width: 8px;
    height: 15px;
  }
}
.cart-layout .cart-layout-right #block-shipping {
  display: none;
}
@media (max-width: 767px) {
  .cart-layout .cart-layout-right .discount-coupon-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cart-layout .cart-layout-right .coupon {
  border: 1px solid #D4D4D8;
  border-radius: 14px;
  padding: 18.5px 14px;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .cart-layout .cart-layout-right .coupon {
    padding: 14px;
  }
}
.cart-layout .cart-layout-right .coupon .control {
  max-width: calc(100% - 100px);
}
.cart-layout .cart-layout-right .coupon input {
  outline: none;
  padding: 0;
  border-radius: 0;
  border: none;
}
.cart-layout .cart-layout-right .coupon .discount-btn {
  font-size: 18px;
}
@media (max-width: 1550px) {
  .cart-layout .cart-layout-right .coupon .discount-btn {
    font-size: 15px;
  }
}
.cart-layout .cart-layout-right .coupon .discount-btn:hover {
  background: none;
}
.cart-layout .cart-layout-right .cart-totals {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .cart-layout .cart-layout-right .cart-totals {
    padding: 16px 16px 0;
  }
}
.cart-layout .cart-layout-right .cart-totals .grid {
  border: none;
  padding: 8px 0px;
}
.cart-layout .cart-layout-right .cart-totals .grid > div:first-child {
  font-size: 20px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1550px) {
  .cart-layout .cart-layout-right .cart-totals .grid > div:first-child {
    font-size: 16px;
  }
}
.cart-layout .cart-layout-right .cart-totals .grid > div:last-child {
  font-size: 20px;
  line-height: 150%;
  color: #09090b;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1550px) {
  .cart-layout .cart-layout-right .cart-totals .grid > div:last-child {
    font-size: 16px;
  }
}
.cart-layout .cart-layout-right .cart-totals .grid.grand_total {
  border-top: 1px dashed #D4D4D8;
  margin-top: 10px;
  padding-top: 18px;
}
.cart-layout .cart-layout-right .cart-totals .grid.grand_total > div:first-child {
  font-size: 18px;
  line-height: 150%;
  color: #09090b;
  font-family: 'Satoshi-Medium';
  font-weight: normal;
}
.cart-layout .cart-layout-right .cart-totals .grid.grand_total > div:last-child {
  font-weight: normal;
}
.cart-layout .cart-layout-right nav {
  padding: 0 24px;
  margin: 48px 0 16px;
}
@media (max-width: 767px) {
  .cart-layout .cart-layout-right nav {
    margin-top: 24px;
    padding: 0 16px;
  }
}
.cart-layout .cart-layout-right .account-social-login {
  margin-bottom: 16px;
  max-width: calc(100% - 48px);
}
@media (max-width: 767px) {
  .cart-layout .cart-layout-right .account-social-login {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cart-layout .cart_items_qty_info {
    gap: 8px;
  }
}
.cart-layout .cart_items_qty_info > span {
  font-size: 20px;
  line-height: 150%;
  color: #71717A;
}
@media (max-width: 1550px) {
  .cart-layout .cart_items_qty_info > span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cart-layout .cart_items_qty_info > span {
    gap: 8px;
  }
}
.cart-layout .cart_items_qty_info .quantity-info {
  height: 30px;
  min-width: 96px;
  border-color: #D4D4D8;
}
@media (max-width: 767px) {
  .cart-layout .cart_items_qty_info .quantity-info {
    height: 24px;
    min-width: 78px;
  }
}
.cart-layout .cart_items_qty_info .quantity-info input[type=number] {
  width: 20px;
  font-size: 18px;
}
@media (max-width: 1550px) {
  .cart-layout .cart_items_qty_info .quantity-info input[type=number] {
    font-size: 15px;
  }
}
.cart-layout .cart_items_qty_info .quantity-info .quantity-decrease {
  width: 11px;
  height: 2px;
  margin: 0 0 0 16px;
}
@media (max-width: 767px) {
  .cart-layout .cart_items_qty_info .quantity-info .quantity-decrease {
    margin: 0 0 0 10px;
  }
}
.cart-layout .cart_items_qty_info .quantity-info .quantity-increase {
  width: 11px;
  height: 11px;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .cart-layout .cart_items_qty_info .quantity-info .quantity-increase {
    margin: 0 10px 0 0px;
  }
}
.cart-layout .cart .product-item-photo {
  width: 164px;
  height: 164px;
}
@media (max-width: 1550px) {
  .cart-layout .cart .product-item-photo {
    width: 135px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cart-layout .cart .product-item-photo {
    width: 72px;
  }
}
.cart-layout .cart .product-item-photo img {
  width: 100%;
  border-radius: 16px;
}
.cart-layout .product-item-name {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  font-weight: normal;
  max-width: calc(100% - 30px);
}
@media (max-width: 1550px) {
  .cart-layout .product-item-name {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .cart-layout .product-item-name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .cart-layout .product-item-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cart-layout .product-item-name {
    font-size: 16px;
    width: calc(100% - 20px);
  }
}
.cart-layout .product-item-name a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.cart-layout .delete-item {
  line-height: normal;
  margin-left: auto;
}
.cart-layout .delete-item:hover {
  background: none;
}
@media (max-width: 767px) {
  .cart-layout .delete-item svg {
    width: 14px;
  }
}
.cart-layout .item-options {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1550px) {
  .cart-layout .item-options {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cart-layout .item-options {
    font-size: 14px;
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .cart-layout .item-options > div {
    gap: 4px;
  }
}
.cart-layout .item-options dt {
  color: #71717A;
}
.cart-layout .item-options dt::after {
  content: ":";
}
.cart-layout .item-options dd {
  color: #09090b;
}
.cart-layout .price-box {
  margin-left: auto;
}
.cart-layout .price-box .price-excluding-tax:after {
  display: none;
}
.cart-layout .price-box .price-excluding-tax .price {
  font-size: 20px;
  line-height: 150%;
  color: #09090b;
  font-weight: normal;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1550px) {
  .cart-layout .price-box .price-excluding-tax .price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cart-layout .price-box .price-excluding-tax .price {
    font-size: 14px;
  }
}
.rewards-form {
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 1550px) {
  .rewards-form .rewards_points_btn {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .rewards-form .rewards_points_btn {
    padding: 16px;
  }
}
@media (max-width: 1550px) {
  .rewards-form .rewards__checkout-cart-usepoints {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .rewards-form .rewards__checkout-cart-usepoints {
    padding: 0 16px 16px;
  }
}
.rewards-form .rotate-180 {
  transform: rotate(270deg);
}
@media (max-width: 1550px) {
  .rewards-form svg {
    width: 8px;
    height: 15px;
  }
}
@media (max-width: 1550px) {
  .rewards-form svg.chevronDown {
    width: 15px;
    height: 8px;
  }
}
.rewards-form .enter_rewards_points {
  border: 1px solid #D4D4D8;
  border-radius: 14px;
  margin: 16px 0 0;
  padding: 16px 14px;
}
.rewards-form .enter_rewards_points .field {
  position: relative;
}
.rewards-form .enter_rewards_points .field label {
  position: absolute;
  top: 50%;
  color: #71717A;
  font-size: 16px;
  padding: 0px;
  transition: 0.3s ease all;
  pointer-events: none;
  margin: 0;
  transform: translate(0px, -50%);
  width: 100%;
  left: 0;
}
.rewards-form .enter_rewards_points .form-input {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  color: #09090b;
}
@media (max-width: 1550px) {
  .rewards-form .enter_rewards_points .form-input {
    font-size: 14px;
  }
}
.rewards-form .enter_rewards_points .form-input::-webkit-outer-spin-button,
.rewards-form .enter_rewards_points .form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rewards-form .enter_rewards_points .form-input:focus + label,
.rewards-form .enter_rewards_points .form-input:not(:placeholder-shown) + label {
  top: -12px;
  font-size: 14px;
  transform: unset;
  line-height: 112%;
}
.rewards-form .enter_rewards_points .btn {
  font-family: 'Satoshi-Medium';
  line-height: 150%;
  font-size: 18px;
}
@media (max-width: 1550px) {
  .rewards-form .enter_rewards_points .btn {
    font-size: 16px;
  }
}
.rewards-form .enter_rewards_points .btn:hover {
  background: none;
}
.reward_points_info_list b {
  font-family: 'Satoshi-Medium';
  line-height: 150%;
  color: #09090b;
  font-weight: normal;
}
.reward_points_info_list span {
  font-size: 16px;
  color: #71717A;
}
.cart-empty img {
  margin-bottom: 20px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .cart-empty img {
    margin-top: 100px;
  }
}
.cart-empty .empty_cart_title {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 8px;
}
@media (max-width: 1550px) {
  .cart-empty .empty_cart_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cart-empty .empty_cart_title {
    margin-bottom: 4px;
  }
}
.cart-empty .empty_cart_description {
  color: #71717A;
}
@media (max-width: 767px) {
  .cart-empty .empty_cart_description {
    font-size: 14px;
  }
}
.cart-empty .btn {
  width: 278px;
  padding: 14.5px 0;
}
@media (max-width: 1550px) {
  .cart-empty .btn {
    width: 258px;
    padding: 13px 0;
  }
}
@media (max-width: 991px) {
  .cart-empty .btn {
    width: 228px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .cart-empty .btn {
    width: 208px;
    padding: 10px 0;
  }
}
.cross_sell_info.container {
  margin-top: 160px;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1750px) {
  .cross_sell_info.container {
    margin-top: 140px;
  }
}
@media (max-width: 1550px) {
  .cross_sell_info.container {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .cross_sell_info.container {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info.container {
    margin-top: 65px;
  }
}
.cross_sell_info .cross_sell_product_title_info {
  max-width: 1688px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1920px) {
  .cross_sell_info .cross_sell_product_title_info {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1200px) {
  .cross_sell_info .cross_sell_product_title_info {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .cross_sell_product_title_info {
    padding: 0 20px;
  }
}
.cross_sell_info .cross_sell_product_title_info h3 {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
}
@media (max-width: 1750px) {
  .cross_sell_info .cross_sell_product_title_info h3 {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .cross_sell_info .cross_sell_product_title_info h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .cross_sell_product_title_info h3 {
    font-size: 20px;
  }
}
.cross_sell_info .card {
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cross_sell_info .product-item-photo {
  margin: 0;
  background: #F4F4F5;
  border-radius: 32px;
  height: 433px;
  display: grid;
  place-items: center;
}
@media (max-width: 1024px) {
  .cross_sell_info .product-item-photo {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .product-item-photo {
    height: 220px;
    border-radius: 16px;
  }
}
.cross_sell_info .product-item-photo img {
  max-height: 257px;
  max-width: 244px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cross_sell_info .product-item-photo img {
    max-height: 118px;
    max-width: 112px;
  }
}
.cross_sell_info .product-info {
  padding: 0 20px;
  margin: 16px 0 0;
}
@media (max-width: 1550px) {
  .cross_sell_info .product-info {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .product-info {
    padding: 0 12px;
  }
}
.cross_sell_info .product-info > div {
  text-align: left;
  margin: 0;
  font-weight: normal;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.cross_sell_info .product-info > div .product-item-link {
  font-weight: 500;
  font-family: 'Satoshi-Medium';
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
  color: #09090b;
}
@media (max-width: 1550px) {
  .cross_sell_info .product-info > div .product-item-link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .product-info > div .product-item-link {
    font-size: 16px;
  }
}
.cross_sell_info .product-info > div.short_description {
  display: none;
}
.cross_sell_info .product-info > div.actions-wrapper {
  display: none;
}
.cross_sell_info .product-info .product_labels span {
  color: #ff4d4f;
  font-size: 16px;
  font-family: 'Satoshi-Medium';
  line-height: 100%;
}
.cross_sell_info .product-info .swatch-attribute {
  display: none;
}
.cross_sell_info .price-box {
  margin: 8px 0 0;
}
.cross_sell_info .price {
  color: #15803D;
  font-family: 'Satoshi-Medium';
  font-weight: normal;
}
@media (max-width: 1550px) {
  .cross_sell_info .price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .price {
    font-size: 14px;
  }
}
.cross_sell_info .wishlist-btn {
  position: absolute;
  top: 25px;
  background: none;
  padding: 0;
  border-radius: 0;
  right: 23px;
  width: 25px;
  border: none;
}
@media (max-width: 1550px) {
  .cross_sell_info .wishlist-btn {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .wishlist-btn {
    right: 15px;
    top: 16px;
    width: 18px;
  }
}
.cross_sell_info .wishlist-btn svg {
  width: 100%;
  height: auto;
}
.cross_sell_info .cross_sell_product_arrows_btn {
  gap: 30px;
}
@media (max-width: 767px) {
  .cross_sell_info .cross_sell_product_arrows_btn {
    gap: 20px;
  }
}
.cross_sell_info .cross_sell_product_arrows_btn .btn {
  padding: 0;
  background: none;
}
@media (max-width: 1550px) {
  .cross_sell_info .cross_sell_product_arrows_btn .btn {
    width: 9px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .cross_sell_product_arrows_btn .btn {
    width: 8px;
  }
}
.cross_sell_info .cross_sell_product_arrows_btn .btn[disabled] path {
  fill: #71717A;
}
.cross_sell_info .cross_sell_product_arrows_btn .btn:hover {
  background: none;
}
.cross_sell_info .snap-track {
  padding: 0;
  margin: 40px 0 0;
  margin-left: calc(50% - 820px);
  width: calc(100% - calc(50% - 820px));
  --snap-cols: 4.5;
  --snap-gap: 32px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .cross_sell_info .snap-track {
    margin-left: 140px;
    width: calc(100% - 140px);
  }
}
@media (max-width: 1200px) {
  .cross_sell_info .snap-track {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
@media (max-width: 991px) {
  .cross_sell_info .snap-track {
    --snap-cols: 2;
    --snap-gap: 20px;
    width: calc(100% - 48px);
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cross_sell_info .snap-track {
    --snap-gap: 16px;
    margin-top: 25px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}
/* cart page css end */
/* Registration Page css start */
.unautorized_user_topbar h1 {
  font-size: 64px;
  line-height: 100%;
  color: #09090b;
  font-family: 'Cosen';
  margin-bottom: 16px;
}
@media (max-width: 1550px) {
  .unautorized_user_topbar h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .unautorized_user_topbar h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unautorized_user_topbar h1 {
    font-size: 30px;
  }
}
.unautorized_user_topbar h1 img {
  display: inline-block;
}
@media (max-width: 1550px) {
  .unautorized_user_topbar h1 img {
    max-width: 54px;
  }
}
@media (max-width: 991px) {
  .unautorized_user_topbar h1 img {
    max-width: 46px;
  }
}
@media (max-width: 767px) {
  .unautorized_user_topbar h1 img {
    max-width: 30px;
  }
}
.unautorized_user_topbar p {
  font-size: 30px;
  line-height: 150%;
  color: #71717A;
  max-width: 877px;
}
@media (max-width: 1750px) {
  .unautorized_user_topbar p {
    font-size: 25px;
  }
}
@media (max-width: 1550px) {
  .unautorized_user_topbar p {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .unautorized_user_topbar p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .unautorized_user_topbar p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .unautorized_user_topbar p {
    font-size: 16px;
  }
}
.form-container {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .form-container {
    max-width: 100%;
  }
}
.form-container .btn.primary.submit {
  margin-top: 32px;
  width: 100%;
}
.field {
  margin: 0;
}
.field label {
  line-height: 150%;
  color: #09090b;
  margin-bottom: 4px;
  font-family: 'Satoshi-Medium';
  padding-left: 4px;
}
.form-login .field label {
  font-size: 18px;
}
@media (max-width: 1550px) {
  .form-login .field label {
    font-size: 16px;
  }
}
.field .form-input {
  padding: 19px 14px;
  border-radius: 4px;
}
.form-create-account .field .form-input,
.form-login .field .form-input {
  font-size: 18px;
  line-height: 150%;
  padding: 17.5px 14px;
}
@media (max-width: 1750px) {
  .form-create-account .field .form-input,
  .form-login .field .form-input {
    padding: 14.5px 14px;
  }
}
@media (max-width: 1550px) {
  .form-create-account .field .form-input,
  .form-login .field .form-input {
    padding: 13px 14px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-create-account .field .form-input,
  .form-login .field .form-input {
    padding: 11px 14px;
  }
}
@media (max-width: 1550px) {
  .field .form-input {
    padding: 14px;
  }
}
.field input[type="date"] {
  text-transform: uppercase;
}
.field input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.field.date .control {
  position: relative;
}
.field.date #dateBtn {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translate(0px, -50%);
}
.field.field-reserved ul:last-of-type {
  margin: 0;
}
.field input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 4px;
  position: relative;
  margin-right: 8px;
}
@media (max-width: 1550px) {
  .field input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}
.field input[type="checkbox"]::after {
  display: none;
}
.field input[type="checkbox"]:checked {
  background-color: #000000;
}
.field input[type="checkbox"]:checked::after {
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M0.75 3.59301L3.43278 6.28005L8.96 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
  width: 10px;
  height: 8px;
  translate: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 0;
}
.field.choice label {
  margin: 0;
  color: #52525B;
  font-family: 'Satoshi';
  padding: 0;
}
.field.allow_remote_shopping_assistance label {
  text-transform: capitalize;
}
.field.password-info .control {
  position: relative;
}
.field.password-info button {
  position: absolute;
  right: 18px;
  padding: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .field.password-info button {
    right: 14px;
  }
}
.field.password-info button svg {
  width: 28px;
  height: 22px;
}
@media (max-width: 1550px) {
  .field.password-info button svg {
    width: 25px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .field.password-info button svg {
    width: 23px;
    height: 17px;
  }
}
.customer-account-create .washing_instractions_main_holder,
.customer-account-login .washing_instractions_main_holder,
.checkout-onepage .washing_instractions_main_holder,
.checkout-onepage-success .washing_instractions_main_holder,
.checkoutuser-index-index .washing_instractions_main_holder,
.customer-account-forgotpassword .washing_instractions_main_holder,
.customer-account-create .made_in_main_holder,
.customer-account-login .made_in_main_holder,
.checkout-onepage .made_in_main_holder,
.checkout-onepage-success .made_in_main_holder,
.checkoutuser-index-index .made_in_main_holder,
.customer-account-forgotpassword .made_in_main_holder {
  display: none;
}
.or_break_line {
  display: flex;
  align-items: center;
  margin: 48px 0;
}
@media (max-width: 1550px) {
  .or_break_line {
    margin: 37px 0;
  }
}
@media (max-width: 767px) {
  .or_break_line {
    margin: 30px 0;
  }
}
.or_break_line span {
  font-size: 20px;
  line-height: 150%;
  color: #71717A;
  padding: 0 16px;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 1550px) {
  .or_break_line span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .or_break_line span {
    font-size: 16px;
    padding: 0 12px;
  }
}
.or_break_line::before {
  content: "";
  width: calc(50% - 27.5px);
  height: 1px;
  background: #D4D4D8;
}
.or_break_line::after {
  content: "";
  width: calc(50% - 27.5px);
  height: 1px;
  background: #D4D4D8;
}
.account-social-login {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .account-social-login {
    padding: 0 20px;
  }
}
.account-social-login .btn {
  background: none;
  color: #000000;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  border: none;
  border-radius: 32px;
  font-weight: normal;
  padding: 17.5px;
  border: 1.5px solid #000000;
  cursor: pointer;
  transition: all .3s linear 0s;
  width: 100%;
  gap: 8px;
  padding: 16px;
}
.account-social-login .btn:hover {
  border-color: #844f82;
  color: #844f82;
}
@media (max-width: 1750px) {
  .account-social-login .btn {
    padding: 14.5px;
  }
}
@media (max-width: 1550px) {
  .account-social-login .btn {
    padding: 13px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .account-social-login .btn {
    padding: 11px 15px;
  }
}
.account-social-login .btn:hover {
  border-color: #844f82;
  color: #844f82;
}
@media (max-width: 1750px) {
  .account-social-login .btn {
    padding: 14.5px;
  }
}
@media (max-width: 1550px) {
  .account-social-login .btn {
    padding: 13px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .account-social-login .btn {
    padding: 11px 15px;
  }
}
@media (max-width: 1750px) {
  .account-social-login .btn {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .account-social-login .btn {
    padding: 11px;
  }
}
.account-social-login .btn .fa-google::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M19.4997 10.1696C19.4997 9.35166 19.4334 8.75475 19.2897 8.13574H9.94922V11.8277H15.4319C15.3214 12.7452 14.7245 14.1269 13.398 15.0554L13.3794 15.179L16.3327 17.4669L16.5373 17.4873C18.4164 15.7518 19.4997 13.1984 19.4997 10.1696Z' fill='%234285F4'/%3E%3Cpath d='M9.94982 19.8968C12.6359 19.8968 14.8908 19.0124 16.5379 17.487L13.3986 15.0551C12.5585 15.641 11.431 16.05 9.94982 16.05C7.31902 16.05 5.08616 14.3146 4.29021 11.9159L4.17354 11.9258L1.10266 14.3024L1.0625 14.414C2.69845 17.6638 6.05883 19.8968 9.94982 19.8968Z' fill='%2334A853'/%3E%3Cpath d='M4.28885 11.9161C4.07883 11.2971 3.95729 10.6338 3.95729 9.94851C3.95729 9.26313 4.07883 8.59993 4.2778 7.98092L4.27224 7.84909L1.16288 5.43433L1.06114 5.48272C0.386889 6.8313 0 8.34571 0 9.94851C0 11.5513 0.386889 13.0656 1.06114 14.4142L4.28885 11.9161Z' fill='%23FBBC05'/%3E%3Cpath d='M9.94982 3.84671C11.8179 3.84671 13.078 4.65364 13.7965 5.32797L16.6042 2.5866C14.8799 0.983797 12.6359 0 9.94982 0C6.05883 0 2.69845 2.23286 1.0625 5.48267L4.27916 7.98087C5.08616 5.58219 7.31902 3.84671 9.94982 3.84671Z' fill='%23EB4335'/%3E%3C/svg%3E") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 1550px) {
  .account-social-login .btn .fa-google::before {
    width: 18px;
    height: 18px;
    display: block;
    vertical-align: top;
    background-size: 100%;
  }
}
.container.customer_registration_topbar {
  margin-bottom: 48px;
}
.container.customer_registration_topbar .wk_rs_advertise_product_style {
  padding: 0 !important;
  box-shadow: none;
  border: none;
  margin: 16px 0 48px;
  color: #09090b;
}
.unautorized_user_topbar {
  margin-top: 120px;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .unautorized_user_topbar {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .unautorized_user_topbar {
    margin-top: 56px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .unautorized_user_topbar {
    margin-top: 40px;
  }
}
.already_account_info p {
  font-size: 20px;
  line-height: 150%;
  color: #71717A;
}
@media (max-width: 1550px) {
  .already_account_info p {
    font-size: 18px;
  }
}
.already_account_info p a {
  color: #09090b;
  font-size: 18px;
}
@media (max-width: 767px) {
  .already_account_info p a {
    font-size: 16px;
  }
}
/* Registration Page css end */
/* Login Page css Start */
.customer-account-login .wk_rs_review_style {
  display: none;
}
#customer-login-container.login-container {
  padding-top: 0;
  padding-bottom: 0;
  grid-template-columns: 100%;
  gap: 0;
}
#customer-login-container .unautorized_user_topbar {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  #customer-login-container .unautorized_user_topbar {
    margin-top: 56px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #customer-login-container .unautorized_user_topbar {
    margin-top: 48px;
  }
}
#customer-login-container .actions-toolbar {
  margin-top: -12px;
}
#customer-login-container .actions-toolbar .login_btn {
  margin-top: 32px;
}
@media (max-width: 767px) {
  #customer-login-container .actions-toolbar .login_btn {
    margin-top: 16px;
  }
}
#customer-login-container .block-new-customer p {
  color: #71717A;
  font-size: 20px;
}
@media (max-width: 1550px) {
  #customer-login-container .block-new-customer p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #customer-login-container .block-new-customer p {
    font-size: 16px;
    gap: 10px;
  }
}
#customer-login-container .block-new-customer .btn {
  font-family: 'Satoshi-Medium';
  font-size: 18px;
}
#customer-login-container .block-new-customer .btn:hover {
  background: none;
}
@media (max-width: 1550px) {
  #customer-login-container .block-new-customer .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #customer-login-container .block-new-customer .btn {
    font-size: 14px;
  }
}
.forgot_password_btn {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .forgot_password_btn {
    font-size: 14px;
  }
}
/* Login Page css End */
/* Account Page Css Start */
.account .columns {
  display: grid;
  grid-template-columns: 423px 1fr;
  max-width: 1688px;
  margin: 100px auto 0;
  padding: 0 24px;
}
@media (max-width: 1920px) {
  .account .columns {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1550px) {
  .account .columns {
    grid-template-columns: 350px 1fr;
  }
}
@media (max-width: 1200px) {
  .account .columns {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .account .columns {
    grid-template-columns: 100%;
    padding: 0 20px;
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .account .columns {
    margin-top: 48px;
  }
}
@media (max-width: 991px) {
  .account .columns .column.main {
    grid-column-start: unset;
  }
}
.account .sidebar {
  padding: 0;
  border: none;
}
@media (max-width: 991px) {
  .account .sidebar {
    display: block;
    order: 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .account .sidebar .card {
    padding: 0;
  }
}
.account .sidebar #account-nav-title {
  padding: 8px 16px;
  background: #000000;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 991px) {
  .account .sidebar #account-nav-title {
    border-radius: 0;
  }
}
.account .washing_instractions_main_holder,
.account .made_in_main_holder {
  display: none;
}
.account .form-edit-account .fieldset {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account .form-edit-account .allow_remote_shopping_assistance {
  margin-top: 16px;
}
.account .rewards-links {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.account .rewards-links .nav {
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.account .rewards-links .nav.current {
  border-color: #D4D4D8;
  border-bottom-color: #fff;
}
.account .rewards-links .nav.current strong {
  font-weight: normal;
}
.account .rewards-links .nav a {
  text-decoration: none;
}
.account .block-rewards-account-summary ul {
  margin: 0 35px;
}
.account .form-address-edit .billing {
  margin: 24px 0 16px;
}
.account .order-products-toolbar .pages {
  gap: 12px;
}
.account .order-products-toolbar .pages .btn-secondary {
  padding: 0;
  border-radius: 0;
  min-width: unset;
  border: none;
}
.account .order-products-toolbar .pages ol {
  gap: 12px;
}
.account .wishlist .product-item-inner {
  display: none;
}
.account .account-nav {
  padding: 0;
}
@media (max-width: 991px) {
  .account .account-nav span {
    display: block;
    border: none;
  }
}
.account nav#account-nav {
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 991px) {
  .account nav#account-nav {
    border: 1px solid #D4D4D8;
  }
}
.account nav#account-nav li {
  border-bottom: 1px solid #D4D4D8;
}
.account nav#account-nav li:last-child {
  border: none;
}
.account nav#account-nav li a,
.account nav#account-nav li > strong {
  padding: 8px 16px;
  text-decoration: none;
}
.account nav#account-nav li strong {
  font-family: 'Satoshi-Medium';
}
.account nav#account-nav li .delimiter {
  display: none;
}
@media (max-width: 991px) {
  .account nav#account-nav.hidden {
    display: none;
  }
}
.text-secondary {
  color: #000;
}
/* Account Page Css End */
/* Forgot Password Page Css Start */
@media (max-width: 767px) {
  .customer-account-forgotpassword .action.back,
  .customer-account-forgotpassword .action.submit {
    width: 100%;
  }
}
/* Forgot Password Page Css End */
.action.primary {
  background: #000000;
  color: #ffffff;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  border: none;
  border-radius: 32px;
  font-weight: normal;
  padding: 18.5px;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s linear 0s;
  width: 200px;
}
.action.primary:hover {
  background: #3b263a;
}
@media (max-width: 1750px) {
  .action.primary {
    padding: 15.5px;
  }
}
@media (max-width: 1550px) {
  .action.primary {
    padding: 14px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .action.primary {
    padding: 12px 15px;
  }
}
.action.primary:hover {
  background: #3b263a;
}
@media (max-width: 1750px) {
  .action.primary {
    padding: 15.5px;
  }
}
@media (max-width: 1550px) {
  .action.primary {
    padding: 14px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .action.primary {
    padding: 12px 15px;
  }
}
.action.back {
  background: none;
  color: #000000;
  line-height: 150%;
  font-family: 'Satoshi-Medium';
  border: none;
  border-radius: 32px;
  font-weight: normal;
  padding: 17.5px;
  border: 1.5px solid #000000;
  cursor: pointer;
  transition: all .3s linear 0s;
  width: 200px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.action.back:hover {
  border-color: #844f82;
  color: #844f82;
}
@media (max-width: 1750px) {
  .action.back {
    padding: 14.5px;
  }
}
@media (max-width: 1550px) {
  .action.back {
    padding: 13px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .action.back {
    padding: 11px 15px;
  }
}
.action.back:hover {
  border-color: #844f82;
  color: #844f82;
}
@media (max-width: 1750px) {
  .action.back {
    padding: 14.5px;
  }
}
@media (max-width: 1550px) {
  .action.back {
    padding: 13px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .action.back {
    padding: 11px 15px;
  }
}
/* Common Popup Css Start */
.popup-bg {
  background: rgba(0, 0, 0, 0.4);
}
.popup-bg .popup-container {
  max-width: 960px;
  background: #ffffff;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-height: calc(100% - 20px);
  overflow: auto;
  border-radius: 32px;
  height: 700px;
}
@media (max-width: 1550px) {
  .popup-bg .popup-container {
    max-width: 760px;
    height: 590px;
    border-radius: 24px;
  }
}
@media (max-width: 991px) {
  .popup-bg .popup-container {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    top: auto;
    transform: translate(-50%, 0);
    bottom: 0;
    height: 72%;
  }
}
.popup-bg .popup-container .popup_close_btn {
  width: 48px;
  height: 48px;
  border: 1.5px solid #D4D4D8;
  border-radius: 50%;
  margin: 20px 32px 20px auto;
}
@media (max-width: 1550px) {
  .popup-bg .popup-container .popup_close_btn {
    width: 38px;
    height: 38px;
    margin: 20px 24px 20px auto;
  }
}
@media (max-width: 767px) {
  .popup-bg .popup-container .popup_close_btn {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 991px) {
  .popup-bg .popup-container .popup_close_btn {
    margin-right: 20px;
  }
}
@media (max-width: 1550px) {
  .popup-bg .popup-container .popup_close_btn svg {
    width: 10px;
  }
}
.popup-bg .gift_img {
  margin: 172px 0 24px;
}
@media (max-width: 1550px) {
  .popup-bg .gift_img {
    margin: 122px 0 24px;
  }
}
@media (max-width: 767px) {
  .popup-bg .gift_img {
    margin: 80px 0 10px;
  }
}
.popup-bg .surprise_content span {
  font-size: 30px;
  line-height: 150%;
  color: #09090b;
  margin-bottom: 20px;
}
@media (max-width: 1550px) {
  .popup-bg .surprise_content span {
    font-size: 22px;
  }
}
@media (max-width: 1450px) {
  .popup-bg .surprise_content span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .popup-bg .surprise_content span {
    font-size: 18px;
  }
}
/* Common Popup Css End */
.field .form-select {
  border-color: #D4D4D8;
  border-radius: 8px;
  padding: 11px 40px 11px 15px;
  color: #27272A;
  font-size: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M14.8828 1.17102L8.0269 8.0269C7.96322 8.09064 7.88761 8.14121 7.80438 8.17571C7.72115 8.21021 7.63194 8.22797 7.54184 8.22797C7.45175 8.22797 7.36253 8.21021 7.2793 8.17571C7.19608 8.14121 7.12046 8.09064 7.05679 8.0269L0.200916 1.17102C0.0722714 1.04238 0 0.867899 0 0.685969C0 0.504039 0.0722714 0.329559 0.200916 0.200915C0.32956 0.0722711 0.504038 0 0.685969 0C0.867899 0 1.04238 0.0722711 1.17102 0.200915L7.54184 6.5726L13.9127 0.200915C13.9764 0.137217 14.052 0.0866891 14.1352 0.052216C14.2184 0.0177428 14.3076 0 14.3977 0C14.4878 0 14.577 0.0177428 14.6602 0.052216C14.7435 0.0866891 14.8191 0.137217 14.8828 0.200915C14.9465 0.264613 14.997 0.340234 15.0315 0.42346C15.0659 0.506685 15.0837 0.595886 15.0837 0.685969C15.0837 0.776051 15.0659 0.865252 15.0315 0.948478C14.997 1.0317 14.9465 1.10732 14.8828 1.17102Z' fill='black'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 15px;
  width: 100%;
}
[data-content-type=row][data-appearance=contained] {
  max-width: 1688px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1920px) {
  [data-content-type=row][data-appearance=contained] {
    max-width: calc(100% - 232px);
  }
}
@media (max-width: 1200px) {
  [data-content-type=row][data-appearance=contained] {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  [data-content-type=row][data-appearance=contained] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-content h2 {
  font-family: 'Satoshi-Medium';
  font-weight: normal;
}
#html-body.cms-about-us p {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  #html-body.cms-about-us .pagebuilder-column-line .pagebuilder-column:first-child {
    margin: 0 0 20px;
    padding: 0;
  }
}
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.cms-content h6 {
  font-family: 'Satoshi-Medium';
  font-weight: normal;
}
.cms-content ::marker {
  color: #000000;
}
.cms-content strong {
  font-weight: normal;
  font-family: 'Satoshi-Medium';
}
.cms-content p {
  line-height: 26px;
}
.cms-content ul li strong {
  font-weight: normal;
  font-family: 'Satoshi-Medium';
}
@media (max-width: 767px) {
  .contact-index-index .card {
    width: 100%;
  }
}
.contact-index-index .card .contact_form_fields {
  gap: 20px;
}
.contact-index-index .card .contact_form_fields .field {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .contact-index-index .card .contact_form_fields .field {
    width: 100%;
  }
}
.contact-index-index .card .contact_form_fields .field.comment {
  width: 100%;
}
.contact-index-index .card .contact_form_fields .field.comment textarea {
  vertical-align: top;
}
.contact-index-index .card .btn {
  width: 200px;
  margin: 20px 0 0;
}
.size-guide-main h3 {
  margin: 50px 0 30px;
  font-size: 24px;
}
.size-guide-main .tabset > label {
  font-weight: normal;
  padding: 10px 20px;
  color: #000000;
}
@media (max-width: 950px) {
  .size-guide-main .tabset > label {
    padding: 10px;
  }
}
@media (max-width: 820px) {
  .size-guide-main .tabset > label {
    padding: 10px 6px;
    border: 1px solid #ccc;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .size-guide-main .tabset > label {
    width: 100%;
  }
}
.size-guide-main .tabset > label:hover,
.size-guide-main .tabset > label:focus {
  color: #000000;
}
@media (max-width: 767px) {
  .size-guide-main .tabset input:checked + label {
    font-family: 'Satoshi-Medium';
  }
}
.size-guide-main .tabset h3 {
  margin: 30px 0 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .size-guide-main .tabset h3 {
    font-size: 18px;
  }
}
.size-guide-main .tabset .tab-panel {
  padding: 0;
}
.size-guide-main .tabset .table {
  width: 100%;
  border: 1px solid #D4D4D8;
}
.size-guide-main .tabset .table td {
  padding: 10px 20px;
  border: 1px solid #D4D4D8;
}
.cms-corporate-social-responsibility [data-content-type=row][data-appearance=contained] {
  margin-top: 50px;
}
.cms-corporate-social-responsibility h2 {
  font-family: 'Satoshi-Medium';
  font-size: 24px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cms-corporate-social-responsibility h2 {
    font-size: 20px;
  }
}
.cms-corporate-social-responsibility h2 strong {
  font-weight: normal;
}
.magewire-loader-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
