/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
/**
 * * Sass variables for Cosmetsy Child Theme
 * */
/**
 * * Breakpoint mixins for responsive design
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * *
 * * Available mixins:
 * * @include below-mobile    - 425px and below
 * * @include mobile-only     - 321px to 767px
 * * @include tablet-up       - 768px and up
 * * @include tablet-only     - 768px to 1199px
 * * @include desktop-up      - 1200px and up
 * * @include below-tablet    - 767px and below
 * * @include below-desktop   - 1199px and below
 * * @include breakpoint($min, $max) - Custom breakpoint
 * */
/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
.module-border--inner {
  display: none;
}

@media screen and (min-width: 1200px) {
  .no-pad {
    padding-right: 0;
    padding-left: 0;
  }
  .row.no-pad {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-pad > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 * * DM Sans Variable Font Loading
 * */
/*@font-face {*/
/*  font-family: "DM Sans";*/
/*  src: url("../fonts/DMSans-Variable.ttf") format("truetype");*/
/*  font-weight: 100 1000;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: "DM Sans";*/
/*  src: url("../fonts/DMSans-Italic-Variable.ttf") format("truetype");*/
/*  font-weight: 100 1000;*/
/*  font-style: italic;*/
/*  font-display: swap;*/
/*}*/
/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
/**
 * * Global styles for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
:root {
  --size-topbar-height: 38px;
  --size-header-height: 120px;
  --size-navigation-height: 50px;
  --size-mobile-header-height: 40px;
  --size-desktop-logo-height: 40px;
  --size-mobile-logo-height: 40px;
}

body {
  font-family: "DM Sans", sans-serif;
}

.csm-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .csm-container {
    max-width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .csm-container {
    max-width: 1410px;
  }
}

.csm-row {
  margin-left: -15px;
  margin-right: -15px;
}

.csm-col {
  padding-left: 15px;
  padding-right: 15px;
}

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

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .csm-hide-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .csm-hide-desktop {
    display: none !important;
  }
}

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

.csm-show-tablet-only {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .csm-show-tablet-only {
    display: block !important;
  }
}

.csm-show-desktop-only {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .csm-show-desktop-only {
    display: block !important;
  }
}

@media screen and (max-width: 425px) {
  .col-xs-12 {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .col.col-xs-center,
  .col-xs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
  }
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
.btn-secondary {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: transparent;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #674717;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #FFF7EB;
  border-color: #B8924F;
  color: #674717;
}
.btn-secondary:active, .btn-secondary:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background: transparent;
  border-color: #C8C8C8;
  color: #FFFFFF;
  cursor: not-allowed;
}

.csm-product-grid-module-button {
  margin-top: 24px;
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
/**
 * * Benefits Banner Component Styles
 * */
.benefits-banner {
  display: flex;
  gap: 0 24px;
  align-items: stretch;
  margin: 24px auto 0;
}
@media screen and (min-width: 1200px) {
  .benefits-banner {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits-banner {
    flex-direction: column;
    gap: 32px;
  }
}
.benefits-banner__image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-banner__image img {
  width: 792px;
  height: 388px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .benefits-banner__image img {
    width: 100%;
    max-width: 100%;
    height: 388px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .benefits-banner__image img {
    width: 100%;
    max-width: 288px;
    height: 288px;
    margin: 0 auto;
    display: block;
  }
}
.benefits-banner__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .benefits-banner__content {
    gap: 0;
  }
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .benefit-item {
    gap: 12px;
  }
}
.benefit-item__icon {
  flex: 0 0 68px;
}
.benefit-item__icon img {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
  object-fit: contain;
}
.benefit-item.benefit-item-2, .benefit-item.benefit-item-1 {
  padding: 16px 24px;
  align-items: center;
}
.benefit-item.benefit-item-2 .benefit-item__icon, .benefit-item.benefit-item-1 .benefit-item__icon {
  align-self: center;
}
.benefit-item.benefit-item-2 .benefit-item__icon img {
  width: 39px;
  height: 46px;
  margin: 0 auto;
  display: flex;
}
.benefit-item__text {
  flex: 1;
}
.benefit-item__title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1A1814;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .benefit-item__title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
  }
}
.benefit-item__description {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1A1814;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .benefit-item__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
}
.benefit-item.benefit-item--special .benefit-item__description {
  margin-bottom: 8px;
}
.benefit-item__button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.benefit-item__button:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.benefit-item__button:active, .benefit-item__button:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.benefit-item__button:disabled, .benefit-item__button.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .benefit-item__button {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.benefit-item--special {
  background: #FFF7EB;
  padding: 20px 24px;
  margin-top: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .benefit-item--special {
    padding: 21px 16px;
    border-radius: 8px;
  }
}
.benefit-item--special .benefit-item__title {
  color: #1A1814;
}
.benefit-item--special .benefit-item__description {
  color: #5A4A3A;
}
.elementor-widget-aspl-cosmetsy-benefits-banner .elementor-widget-container {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .elementor-widget-aspl-cosmetsy-benefits-banner .benefits-banner {
    padding: 0 16px;
  }
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
/**
 * * ASPL Product Grid Component Styles
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
.aspl-product-grid-wrapper {
  margin: 24px 0;
}
.aspl-product-grid-wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .aspl-product-grid-wrapper .container {
    margin: 0 auto;
  }
}

.aspl-products {
  display: grid;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .aspl-products {
    gap: 16px;
  }
}
.aspl-products li {
  width: 100%;
}

.aspl-product-card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #D0C7B8;
  position: relative;
  grid-auto-rows: 1fr;
  width: 221px;
  height: 312px;
}
@media screen and (min-width: 1200px) {
  .aspl-product-card:hover {
    transform: translateY(-4px);
    border-color: #E5E5E5;
  }
  .aspl-product-card:hover .aspl-product-card__overlay {
    opacity: 1;
    visibility: visible;
  }
  .aspl-product-card:hover .aspl-product-badges {
    opacity: 0;
    visibility: hidden;
  }
  .aspl-product-card:hover .aspl-product-card__image img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1199px) {
  .aspl-product-card:hover {
    transform: translateY(-2px);
    border-color: #E5E5E5;
  }
  .aspl-product-card:hover .aspl-product-card__image img {
    transform: scale(1.02);
  }
}
.aspl-product-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 16px 16px 0;
}
.aspl-product-card__image img {
  width: 189px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: flex;
  margin: 0 auto;
}
.aspl-product-card__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.aspl-product-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px 16px;
  height: calc(100% - 176px);
}
@media screen and (max-width: 1199px) {
  .aspl-product-card__content {
    height: calc(100% - 176px - 48px);
  }
}
.aspl-product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .aspl-product-card__overlay {
    display: none !important;
  }
}

.aspl-product-card__title {
  margin: 0 0 12px 0;
  font-family: "DM Sans", sans-serif;
  color: #1A1814;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.aspl-product-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.aspl-product-card__title a:hover {
  color: #674717;
}

.aspl-product-card__price {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  color: #1A1814;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  flex-direction: row-reverse;
  align-self: flex-start;
}
.aspl-product-card__price .woocommerce-Price-amount {
  font-weight: inherit;
}
.aspl-product-card__price .woocommerce-Price-currencySymbol {
  font-weight: inherit;
}
.aspl-product-card__price del {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #6D6860;
}
.aspl-product-card__price ins {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  color: #D84820;
  margin-right: 8px;
}

.aspl-product-badges {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease;
}

.aspl-product-badge {
  padding: 4px 8px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  min-width: 57px;
  text-align: center;
}
.aspl-product-badge--new {
  background: #2E7FB1;
  color: #FFFFFF;
}
.aspl-product-badge--sale {
  background: #D84820;
  color: #FFFFFF;
}

.aspl-product-card__bottom-action {
  padding: 0 16px 16px;
}
@media screen and (min-width: 1200px) {
  .aspl-product-card__bottom-action {
    display: none !important;
  }
}
.aspl-product-card__bottom-action .aspl-btn--add-to-cart {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.aspl-product-card__bottom-action .aspl-btn--add-to-cart:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.aspl-product-card__bottom-action .aspl-btn--add-to-cart:active, .aspl-product-card__bottom-action .aspl-btn--add-to-cart:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.aspl-product-card__bottom-action .aspl-btn--add-to-cart:disabled, .aspl-product-card__bottom-action .aspl-btn--add-to-cart.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}

.aspl-product-overlay__content {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aspl-product-overlay__header {
  padding: 16px 16px 12px;
  display: flex;
  flex-direction: column;
}

.aspl-product-overlay__title {
  margin: 0 0 16px 0;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  color: #1A1814;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 1200px) {
  .aspl-product-overlay__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.aspl-product-overlay__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.aspl-product-overlay__price {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  color: #1A1814;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  flex-direction: row-reverse;
  align-self: flex-start;
}
.aspl-product-overlay__price .woocommerce-Price-amount {
  font-weight: inherit;
}
.aspl-product-overlay__price .woocommerce-Price-currencySymbol {
  font-weight: inherit;
}
.aspl-product-overlay__price del {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #6D6860;
}
.aspl-product-overlay__price ins {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  color: #D84820;
  margin-right: 8px;
}

.aspl-product-overlay__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 0 16px 16px;
}

.btn-cart-icon {
  visibility: visible;
  margin-right: 10px;
}

.aspl-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.aspl-btn:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.aspl-btn:active, .aspl-btn:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.aspl-btn:disabled, .aspl-btn.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .aspl-btn {
    padding: 8px 16px;
    width: 79px;
    height: 32px;
    font-size: 14px;
    width: 100%;
  }
}
.aspl-btn--secondary {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: transparent;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #674717;
  text-decoration: none;
  transition: all 0.3s ease;
}
.aspl-btn--secondary:hover {
  background: #FFF7EB;
  border-color: #B8924F;
  color: #674717;
}
.aspl-btn--secondary:active, .aspl-btn--secondary:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.aspl-btn--secondary:disabled, .aspl-btn--secondary.disabled {
  background: transparent;
  border-color: #C8C8C8;
  color: #FFFFFF;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .aspl-btn--secondary {
    padding: 8px 16px;
    width: 79px;
    height: 32px;
    font-size: 14px;
    width: 100%;
  }
}
.aspl-btn--add-to-cart.success {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}

.aspl-btn--add-to-cart.loading {
  opacity: 0.7;
  pointer-events: none;
}
.aspl-btn--add-to-cart.loading::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.module-button {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .module-button {
    margin-top: 32px;
  }
}
.module-button .button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 16px 32px;
  font-size: 16px;
  height: auto;
}
.module-button .button:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.module-button .button:active, .module-button .button:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.module-button .button:disabled, .module-button .button.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .module-button .button {
    padding: 14px 24px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .aspl-products {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .aspl-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .aspl-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 425px) {
  .aspl-products {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .aspl-product-card {
    width: 100%;
    height: 100%;
  }
  .aspl-product-grid-wrapper .container {
    padding: 0 16px;
  }
  .aspl-products {
    justify-items: center;
  }
}
@media screen and (max-width: 425px) {
  .aspl-products {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .aspl-product-grid-wrapper .container {
    padding: 0 16px;
  }
  .aspl-product-card {
    width: 100%;
    height: auto;
  }
  .aspl-product-card__image {
    height: 160px;
  }
  .aspl-product-card__content {
    height: auto;
    min-height: 80px;
  }
}
.elementor-widget-aspl-cosmetsy-product-grid .elementor-widget-container {
  padding: 0;
}
.elementor-widget-aspl-cosmetsy-product-grid .elementor-widget-container > *:first-child {
  margin-top: 0;
}
.elementor-widget-aspl-cosmetsy-product-grid .elementor-widget-container > *:last-child {
  margin-bottom: 0;
}

.added_to_cart.wc-forward {
  display: none;
}

.btn-secondary__product-widget {
  height: 50px;
  min-width: 189px;
}

.home-product-heading h2 {
  padding: 0;
  margin: 48px 0 40px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #1A1814;
}
@media screen and (max-width: 1199px) {
  .home-product-heading h2 {
    margin: 48px 0 24px;
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
  }
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
/**
 * * Simple Banner Widget Styles
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
.aspl-simple-banner {
  background-color: #FFF7EB;
  padding: 52px 0;
  text-align: center;
  border-radius: 8px;
  margin: 55px auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .aspl-simple-banner {
    padding: 52px 0;
    margin: 40px 16px 48px;
  }
}
.aspl-simple-banner__content {
  margin: 0 auto;
}
.aspl-simple-banner__title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #674717;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}
.aspl-simple-banner__description {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #1A1814;
  padding-bottom: 24px;
  margin: 0 auto;
}
.aspl-simple-banner__button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 156px;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease;
}
.aspl-simple-banner__button:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.aspl-simple-banner__button:active, .aspl-simple-banner__button:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.aspl-simple-banner__button:disabled, .aspl-simple-banner__button.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}
.elementor-widget-aspl-cosmetsy-simple-banner .elementor-widget-container {
  padding: 0;
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
/**
 * * Top Bar & Header Styles
 * */
body.csm header.site-header:not(.header-transparent) {
  z-index: 12;
}
body.csm header.site-header .site-topbar {
  background-color: #FFF7EB;
  height: 40px;
  display: flex;
  align-items: center;
}
body.csm header.site-header .site-topbar .site-menu .menu .menu-item {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #674717;
}
body.csm header.site-header .site-topbar .site-menu .menu .menu-item *, body.csm header.site-header .site-topbar .site-menu .menu .menu-item a {
  font-family: "DM Sans", sans-serif;
  color: #674717;
}
body.csm header.site-header .site-topbar .site-menu .menu-item:not(:first-child) {
  margin-left: 32px;
}
body.csm .site-header--content {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.csm .site-header--content .container > .row {
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
body.csm .site-header--content *, body.csm .site-header--content a {
  font-family: "DM Sans", sans-serif;
}
body.csm .language-switcher {
  position: relative;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
}
body.csm .language-switcher .current-language {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 55px;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.csm .language-switcher .current-language:hover .arrow {
  transform: rotate(-90deg);
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  body.csm .language-switcher .current-language {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  body.csm .language-switcher .current-language {
    margin-right: 24px;
  }
}
@media screen and (max-width: 425px) {
  body.csm .language-switcher .current-language {
    margin-right: 32px;
  }
}
body.csm .language-switcher .flag {
  font-size: 16px;
  line-height: 1;
}
body.csm .language-switcher .flag img {
  border: 1px solid #C8C8C8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 15px;
  height: 12px;
}
body.csm .language-switcher .lang-code {
  font-size: 14px;
  font-weight: 400;
  color: #674717;
}
body.csm .language-switcher .arrow {
  transition: transform 0.3s ease;
  color: #674717;
}
body.csm .language-switcher .language-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.csm .language-switcher .language-list li {
  margin: 0;
}
body.csm .language-switcher .language-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #674717;
  justify-content: center;
  width: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background 0.2s ease;
}
body.csm .language-switcher .language-list li a .flag {
  font-size: 16px;
}
body.csm .language-switcher .language-list li a .flag img {
  border-radius: 2px;
}
body.csm .language-switcher .language-list li a .lang-code {
  font-size: 14px;
  font-weight: 400;
}
body.csm .language-switcher:hover .language-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.csm .currency-switcher-wrapper .currency-switcher {
  position: relative;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
}
body.csm .currency-switcher-wrapper .currency-switcher .current-currency {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 46px;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.csm .currency-switcher-wrapper .currency-switcher .current-currency:hover .arrow {
  transform: rotate(-90deg);
}
body.csm .currency-switcher-wrapper .currency-switcher .currency-code {
  font-size: 14px;
  font-weight: 400;
  color: #674717;
}
body.csm .currency-switcher-wrapper .currency-switcher .arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #674717;
}
body.csm .currency-switcher-wrapper .currency-switcher .currency-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.csm .currency-switcher-wrapper .currency-switcher .currency-list li {
  margin: 0;
}
body.csm .currency-switcher-wrapper .currency-switcher .currency-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #674717;
  transition: background 0.2s ease;
}
body.csm .currency-switcher-wrapper .currency-switcher .currency-list li a:hover {
  background: #f5f5f5;
}
body.csm .currency-switcher-wrapper .currency-switcher .currency-list li a .currency-code {
  font-size: 14px;
  font-weight: 400;
}
body.csm .currency-switcher-wrapper .currency-switcher:hover .currency-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .quick-button.user-login {
  margin-left: 0;
}
.site-header .quick-button.user-login .user-login-link {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
}

.site-header--content .header-search {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-search-form {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: 48px;
  border: 1px solid #D0C7B8;
  border-radius: 8px;
  max-width: 489px;
  width: 489px;
  padding: 4px 4px 4px 14px;
  gap: 11px;
}
.header-search-form input[type=search].search-form-input {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  border: none;
  padding: 0;
}
.header-search-form .search-icon {
  padding: 0;
}
.header-search-form .search-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header-search-form .search-btn:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.header-search-form .search-btn:active, .header-search-form .search-btn:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.header-search-form .search-btn:disabled, .header-search-form .search-btn.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}

.csm-vertical-dash {
  height: 24px;
  width: 1px;
  display: flex;
  border-right: 1px solid #D0C7B8;
}
@media screen and (min-width: 1200px) {
  .csm-vertical-dash {
    flex: 1 1 auto;
  }
}

.site-header .quick-button.mini-cart {
  margin-left: 0;
}

.csm-shop-toolest > div:nth-child(even) {
  margin: 0 32px;
}
@media screen and (max-width: 490px) {
  .csm-shop-toolest > div:nth-child(even) {
    margin: 0 12px;
  }
}

.csm-toolset-icon {
  padding-right: 8px;
}

.csm-cart-text,
.account-text {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1A1814;
}

.site-header .quick-button.mini-cart .cart-link span.cart-count-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFD391;
  border-radius: 100%;
  position: relative;
  top: 0;
  /* Count */
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #1A1814;
}

/* Main Menu */
body.csm .site-header--nav {
  border-top: 1px solid #D0C7B8;
  border-bottom: 1px solid #D0C7B8;
}
body.csm .site-menu.horizontal-menu.primary-menu .menu > .menu-item {
  margin-left: 0;
}
body.csm .site-menu.horizontal-menu.primary-menu .menu > .menu-item > a,
body.csm .site-menu.horizontal-menu.primary-menu .menu > .menu-item * a {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
body.csm .site-menu.horizontal-menu.primary-menu .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
body.csm .site-footer .footer-newsletter.klbtype-1,
body.csm .site-footer .footer-widgets.klbtype-1,
body.csm .site-footer {
  margin-top: 76px;
  margin-bottom: 0;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .site-footer--wrapper,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .site-footer--wrapper,
body.csm .site-footer .footer-widgets .site-footer--wrapper {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .site-footer--wrapper,
  body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .site-footer--wrapper,
  body.csm .site-footer .footer-widgets .site-footer--wrapper {
    padding: 48px 0;
  }
}
body.csm .site-footer .footer-newsletter.klbtype-1 .row .col:last-child .widget,
body.csm .site-footer .footer-widgets.klbtype-1 .row .col:last-child .widget,
body.csm .site-footer .row .col:last-child .widget {
  margin-bottom: 0;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets,
body.csm .site-footer .footer-widgets {
  background-color: #372407;
}
@media screen and (max-width: 767px) {
  body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget,
  body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget,
  body.csm .site-footer .footer-widgets .widget {
    margin-bottom: 56px;
  }
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info,
body.csm .site-footer .footer-widgets .widget .footer-contact-info {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  color: #FFFFFF;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .company-title,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .company-title,
body.csm .site-footer .footer-widgets .widget .footer-contact-info .company-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .company-address,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .company-address,
body.csm .site-footer .footer-widgets .widget .footer-contact-info .company-address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 16px;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .business-info,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .business-info,
body.csm .site-footer .footer-widgets .widget .footer-contact-info .business-info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  opacity: 0.8;
  padding-bottom: 16px;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item,
body.csm .site-footer .footer-widgets .widget .footer-contact-info .contact-item {
  display: flex;
  flex-direction: row;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item__phone,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item__phone,
body.csm .site-footer .footer-widgets .widget .footer-contact-info .contact-item__phone {
  padding-bottom: 8px;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item .contact-link,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item .contact-link,
body.csm .site-footer .footer-widgets .widget .footer-contact-info .contact-item .contact-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item .contact-icon,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .footer-contact-info .contact-item .contact-icon,
body.csm .site-footer .footer-widgets .widget .footer-contact-info .contact-item .contact-icon {
  margin-right: 12px;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget .widget-title,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget .widget-title,
body.csm .site-footer .footer-widgets .widget .widget-title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget ul.menu,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget ul.menu,
body.csm .site-footer .footer-widgets .widget ul.menu {
  margin-bottom: 0;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget ul.menu li,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget ul.menu li,
body.csm .site-footer .footer-widgets .widget ul.menu li {
  padding-top: 0;
  margin: 0;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget ul.menu li:not(:last-child),
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget ul.menu li:not(:last-child),
body.csm .site-footer .footer-widgets .widget ul.menu li:not(:last-child) {
  padding-bottom: 24px;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .footer-widgets .widget ul.menu a,
body.csm .site-footer .footer-widgets.klbtype-1 .footer-widgets .widget ul.menu a,
body.csm .site-footer .footer-widgets .widget ul.menu a {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .subfooter,
body.csm .site-footer .footer-widgets.klbtype-1 .subfooter,
body.csm .site-footer .subfooter {
  background-color: #291A04;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .subfooter .site-footer--wrapper,
body.csm .site-footer .footer-widgets.klbtype-1 .subfooter .site-footer--wrapper,
body.csm .site-footer .subfooter .site-footer--wrapper {
  padding: 12px 0;
  border: none;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .subfooter .site-footer--wrapper .site-copyright,
body.csm .site-footer .footer-widgets.klbtype-1 .subfooter .site-footer--wrapper .site-copyright,
body.csm .site-footer .subfooter .site-footer--wrapper .site-copyright {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.csm .site-footer .footer-newsletter.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p,
body.csm .site-footer .footer-widgets.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p,
body.csm .site-footer .subfooter .site-footer--wrapper .site-copyright p {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  opacity: 0.2;
}
@media screen and (max-width: 425px) {
  body.csm .site-footer .footer-newsletter.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p,
  body.csm .site-footer .footer-widgets.klbtype-1 .subfooter .site-footer--wrapper .site-copyright p,
  body.csm .site-footer .subfooter .site-footer--wrapper .site-copyright p {
    text-align: left;
  }
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
.site-offcanvas--header {
  padding: 24px 16px;
}

.site-offcanvas--header .offcanvas-close {
  border: none;
  width: 32px;
  height: 32px;
}

.site-offcanvas--main {
  padding: 0;
}
.site-offcanvas--main .mobile-menu .menu > .menu-item + .menu-item {
  border-color: #D0C7B8;
}
.site-offcanvas--main .mobile-menu .menu > .menu-item > a {
  padding: 0;
}
.site-offcanvas--main .mobile-menu .menu > .menu-item {
  padding: 16px 16px;
}
.site-offcanvas--main .mobile-menu .menu > .menu-item.menu-item-has-children .sub-menu .menu-item:first-child {
  padding-top: 10px;
}
.site-offcanvas--main .mobile-menu .menu > .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px 0;
}

body.csm .site-scroll .site-offcanvas--main .mobile-menu .menu .menu-item a {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1A1814;
}

@media screen and (max-width: 425px) {
  .site-offcanvas {
    width: 100%;
  }
}

@media screen and (min-width: 26.25rem) {
  .site-offcanvas {
    width: 420px;
  }
}
/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
.site-header--mobile {
  border-bottom: none;
}
.site-header--mobile .quick-button.canvas-toggle {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 490px) {
  .site-header--mobile .quick-button.canvas-toggle {
    margin-right: 10px;
  }
}
.site-header--mobile .site-brand img {
  width: 142px;
}
@media screen and (max-width: 425px) {
  .site-header--mobile .csm-shop-toolest {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .site-header--mobile .quick-button.canvas-toggle {
    margin-right: 0;
  }
}
.site-header--mobile .quick-button.canvas-toggle + .site-brand {
  margin-left: 0;
}
.site-header--mobile .container > .row--header-toolset {
  height: 96px;
}
@media screen and (max-width: 425px) {
  .site-header--mobile .container > .row--header-toolset {
    height: 88px;
  }
}
.site-header--mobile .row--header-search {
  border-bottom: 1px solid #D0C7B8;
  border-top: 1px solid #D0C7B8;
}
.site-header--mobile .container > .row--header-search {
  height: 48px;
}
.site-header--mobile .header-search.header-search--mobile {
  width: 100%;
}
.site-header--mobile .header-search.header-search--mobile .header-search-form {
  padding: 0;
  border: none;
  width: 100%;
  max-width: 100%;
}
.site-header--mobile .header-search.header-search--mobile .search-btn {
  padding: 8px 16px;
  width: 79px;
  height: 32px;
  font-size: 14px;
}

/* STICKY HEADER */
.site-header--mobile .csm-shop-toolest-xs .quick-button.canvas-toggle,
.site-header--mobile .csm-shop-toolest-xs .search-icon {
  display: none;
}
.site-header--mobile .csm-shop-toolest-xs .quick-button.canvas-toggle + .csm-vertical-dash,
.site-header--mobile .csm-shop-toolest-xs .search-icon + .csm-vertical-dash {
  display: none;
}

@media screen and (max-width: 425px) {
  .sticky-header .container > .row--header-toolset,
  .sticky-header .row--header-search {
    display: none;
  }
}
.sticky-header .csm-shop-toolest-xs .csm-toolset-icon {
  padding-right: 0;
}
.sticky-header .csm-shop-toolest-xs .quick-button.canvas-toggle,
.sticky-header .csm-shop-toolest-xs .search-icon {
  display: flex;
}
.sticky-header .csm-shop-toolest-xs .quick-button.canvas-toggle + .csm-vertical-dash,
.sticky-header .csm-shop-toolest-xs .search-icon + .csm-vertical-dash {
  display: block;
}
@media screen and (max-width: 425px) {
  .sticky-header .csm-shop-toolest-xs .account-text,
  .sticky-header .csm-shop-toolest-xs .csm-cart-text {
    display: none;
  }
}
.sticky-header .csm-shop-toolest-xs .row--header-search {
  display: none;
}

@media screen and (max-width: 425px) {
  body.csm .hide-below-mobile {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  body.csm .quick-button.canvas-toggle + .site-brand {
    margin-left: -32px;
  }
}
body.csm .brand-xs {
  display: flex;
}
@media screen and (max-width: 425px) {
  body.csm .brand-xs .site-brand {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
  }
}
body.csm .row-csm-shop-toolest-xs {
  display: none;
}
@media screen and (max-width: 425px) {
  body.csm .row-csm-shop-toolest-xs {
    display: block;
  }
}
body.csm .csm-shop-toolest-xs {
  justify-content: space-between;
  flex: 1 1 auto;
}
body.csm .csm-shop-toolest-xs .quick-button.mini-cart {
  margin-left: 0;
  display: flex;
}
@media screen and (max-width: 425px) {
  body.csm .site-header:not(.sticky-header) .quick-button.mini-cart,
  body.csm .site-header:not(.sticky-header) .csm-vertical-dash {
    flex: 1 1 auto;
  }
}

/**
 * * Main stylesheet for Cosmetsy Child Theme
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
/**
 * * Cart Page Styles
 * *
 * * @package Cosmetsy_Child
 * * @since 1.8.3
 * */
.woocommerce-cart .cart-title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  color: #1A1814;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .cart-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

.csm-cart-wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .csm-cart-wrapper {
    margin-bottom: 40px;
  }
}

.csm-cart-container {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 24px;
  align-items: start;
}
@media screen and (max-width: 1199px) {
  .csm-cart-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.csm-cart-products {
  background: #FFFFFF;
  border: 1px solid #D0C7B8;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .csm-cart-products {
    padding: 16px;
  }
}
.csm-cart-products__title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A1814;
  margin: 0 0 4px 0;
}
.csm-cart-products__subtitle {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6D6860;
  margin: 0 0 24px 0;
}

.csm-cart-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.csm-cart-item {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 24px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #D0C7B8;
}
@media screen and (max-width: 767px) {
  .csm-cart-item {
    grid-template-columns: 60px 1fr;
    gap: 12px;
    position: relative;
    padding-bottom: 16px;
  }
}
.csm-cart-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.csm-cart-item__image {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .csm-cart-item__image {
    width: 60px;
    height: 60px;
  }
}
.csm-cart-item__image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #D0C7B8;
  border-radius: 6px;
}
.csm-cart-item__details {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .csm-cart-item__details {
    gap: 8px;
  }
}
.csm-cart-item__name {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1A1814;
  margin: 0;
}
.csm-cart-item__name a {
  color: inherit;
  text-decoration: none;
}
.csm-cart-item__name a:hover {
  text-decoration: underline;
}
.csm-cart-item__quantity {
  display: flex;
  align-items: center;
}
.csm-cart-item__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .csm-cart-item__price {
    position: absolute;
    bottom: 16px;
    right: 0;
  }
}
.csm-cart-item__total {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  color: #1A1814;
}
.csm-cart-item__total.has-sale {
  color: #D84820;
}
.csm-cart-item__regular {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6D6860;
}
.csm-cart-item__regular del {
  text-decoration: line-through;
}
.csm-cart-item__remove {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .csm-cart-item__remove {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.csm-cart-item__remove .remove {
  color: #6D6860;
  font-size: 24px;
  text-decoration: none;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.csm-cart-item__remove .remove:hover {
  color: #D84820;
}

.quantity.csm-quantity {
  display: flex;
  align-items: center;
  gap: 0;
  border: none;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  padding-right: 0;
}

.quantity .csm-quantity__button.minus::after, .quantity .csm-quantity__button.plus::after, .quantity .csm-quantity__button.plus::before {
  display: none;
}
.quantity .csm-quantity__button {
  width: auto;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #D0A360;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.quantity .csm-quantity__button:hover {
  background: #FFF7EB;
}
.quantity .csm-quantity__button svg {
  width: 16px;
  height: 16px;
}
.quantity .csm-quantity__input.csm-cart-input {
  width: 46px;
  height: 32px;
  border: none;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.quantity .csm-quantity__input.csm-cart-input:focus {
  outline: none;
}

.csm-cart-actions {
  position: absolute;
  left: -9999px;
}

.csm-cart-summary {
  background: #FFFFFF;
  border: 1px solid #D0C7B8;
  border-radius: 8px;
  padding: 24px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1199px) {
  .csm-cart-summary {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .csm-cart-summary {
    padding: 16px;
  }
}
.csm-cart-summary__title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A1814;
  margin: 0 0 24px 0;
}

.csm-cart-coupon__title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #1A1814;
  margin: 0 0 11px 0;
}
.csm-cart-coupon__form {
  display: flex;
  gap: 0;
  margin-bottom: 11px;
  border: 1px solid #D0C7B8;
  border-radius: 6px;
  padding: 4px 4px 4px 0;
}
.csm-cart-coupon__form input {
  flex: 1;
  background: transparent;
  height: 40px;
  padding: 0px 14px 0px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #1A1814;
  border: none;
}
.csm-cart-coupon__form input::-moz-placeholder {
  color: #999999;
}
.csm-cart-coupon__form input::placeholder {
  color: #999999;
}
.csm-cart-coupon__form input:focus {
  outline: none;
  border-color: #D0A360;
}
.csm-cart-coupon__form button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.csm-cart-coupon__form button:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.csm-cart-coupon__form button:active, .csm-cart-coupon__form button:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.csm-cart-coupon__form button:disabled, .csm-cart-coupon__form button.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}

.csm-cart-discount {
  padding: 16px;
  background: #FFF7EB;
  border-radius: 6px;
  text-align: left;
  margin-bottom: 24px;
}
.csm-cart-discount__button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: transparent;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #674717;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}
.csm-cart-discount__button:hover {
  background: #FFF7EB;
  border-color: #B8924F;
  color: #674717;
}
.csm-cart-discount__button:active, .csm-cart-discount__button:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.csm-cart-discount__button:disabled, .csm-cart-discount__button.disabled {
  background: transparent;
  border-color: #C8C8C8;
  color: #FFFFFF;
  cursor: not-allowed;
}
.csm-cart-discount__title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #674717;
  margin-bottom: 8px;
}
.csm-cart-discount__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #635B50;
  margin-bottom: 16px;
}

.csm-cart-totals {
  padding: 24px 0;
  border-top: 1px solid #D0C7B8;
}
.csm-cart-totals__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  flex-direction: column;
  align-items: end;
}
.csm-cart-totals__label {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #1A1814;
  margin-bottom: 8px;
}
.csm-cart-totals__value {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #1A1814;
  margin-bottom: 4x;
}
.csm-cart-totals__value .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
}
.csm-cart-totals__vat {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #635B50;
  text-align: right;
}

.csm-cart-checkout__button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  text-transform: none;
}
.csm-cart-checkout__button:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.csm-cart-checkout__button:active, .csm-cart-checkout__button:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.csm-cart-checkout__button:disabled, .csm-cart-checkout__button.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}
.csm-cart-checkout__button svg {
  width: 24px;
  height: 18px;
}

.woocommerce-cart .shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .csm-cart-item__quantity {
    grid-column: 1/-1;
    order: 3;
  }
  .csm-cart-item__price {
    position: static;
    grid-column: 1/-1;
    order: 4;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px;
  }
  .csm-cart-item__regular {
    order: -1;
  }
}
.csm-cart-wrapper.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.csm-cart-wrapper.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #D0A360;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button.loading {
  position: relative;
  color: transparent;
}
.button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.csm-cart-item.removing {
  opacity: 0.5;
  pointer-events: none;
}

.woocommerce-info {
  display: none;
}

.cart-empty {
  text-align: center;
  padding: 60px 20px;
}
.cart-empty .button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 40px;
  background: #D0A360;
  border: 1px solid #D0A360;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  text-transform: none;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.cart-empty .button:hover {
  background: #B8924F;
  border-color: #B8924F;
  color: #FFFFFF;
}
.cart-empty .button:active, .cart-empty .button:focus {
  background: #D0A360;
  border-color: #D0A360;
  color: #FFFFFF;
}
.cart-empty .button:disabled, .cart-empty .button.disabled {
  background: #D0C7B8;
  border-color: #D0C7B8;
  color: #FFFFFF;
  cursor: not-allowed;
}
/*# sourceMappingURL=style.css.map */
