/*
Theme Name:  ParfumAI TEMP
Theme URI:   http://www.themesawesome.com
Author:      Themes Awesome
Author URI:  http://www.themesawesome.com
Template:    hello-elementor
Description: ParfumAI Theme
Text Domain: ParfumAI
-----------------------------------------------------------------------------------
BASE
-----------------------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}
.container {
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
}

/* loader */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  backdrop-filter: blur(2px);
  gap: 10px;
}
.loading-overlay.hidden {
  display: none;
}
.loading-overlay label {
  font-family: Stack Sans Headline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
}
.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #1c3c32;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #d8ceaf;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Header */
.mobile-header-btn-act {
  display: none;
}
.header-logo a > img:not(.active) {
  display: none;
}
.parfurm-ai-header {
  background: #ffffff;
  transition: all 0.3s ease;
}
.header-scrolled {
  background: #ffffff !important;
}
.parfurm-ai-header.transparent-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 100;
}
.parfurm-ai-header:not(.transparent-header).mobile-menu-active {
  position: relative;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 34px;
  padding-bottom: 34px;
}
.header-left {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
.parfurm-ai-header .main-header {
  display: flex;
  align-items: center;
  column-gap: 37px;
}
.parfurm-ai-header .main-header li a {
  position: relative;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #252839;
  padding-left: 13px;
  padding-right: 13px;
}
.parfurm-ai-header.header-alternate .main-header li a {
  color: #ffffff;
}
.parfurm-ai-header.header-alternate.header-scrolled .main-header li a {
  color: #252839;
}
.parfurm-ai-header.header-alternate .header-right svg path {
  stroke: #ffffff;
}
.parfurm-ai-header.header-alternate.header-scrolled .header-right svg path {
  stroke: #252839;
}
.parfurm-ai-header .main-header li a::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  height: 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffd54a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.parfurm-ai-header .main-header li.current_page_item a::before,
.parfurm-ai-header .main-header li a:hover::before {
  transform: scaleX(1);
}
.header-right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.cart-header {
  position: relative;
}
.cart-head-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  background: #f33030;
  color: #ffffff;
  position: absolute;
  top: -10px;
  right: -15px;
}
.header-btn-right {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  padding: 15px 36px;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #252839;
  background: #ffd54a;
  border-radius: 50px;
}
.mobile-header-btn-act {
  position: relative;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  width: 29px;
  height: 20px;
  padding: 0 !important;
}
.mobile-header-btn-act::before,
.mobile-header-btn-act::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  border-radius: 3px;
  background-color: #252839;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.mobile-header-btn-act::before {
  top: 0;
  right: 0;
}
.mobile-header-btn-act::after {
  bottom: 0;
  left: 0;
}
.mobile-header-btn-act .btn-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #252839;
  opacity: 1;
  transition: all 0.3s ease;
}
.parfurm-ai-header.header-alternate .mobile-header-btn-act .btn-arrow,
.parfurm-ai-header.header-alternate .mobile-header-btn-act::before,
.parfurm-ai-header.header-alternate .mobile-header-btn-act::after {
  background-color: #ffffff;
}
.mobile-header-btn-act.active::before,
.mobile-header-btn-act.active::after {
  width: 100%;
  background-color: #252839 !important;
}
.mobile-header-btn-act.active::before {
  top: 8.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mobile-header-btn-act.active::after {
  bottom: 8.5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.mobile-header-btn-act.active .btn-arrow {
  opacity: 0;
}
.mobile-hide {
  display: block;
}
.mobile-btn-wrap {
  display: none;
}
.head-myaccnt-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
/* end Header */

/* CUSTOM MY ACCOUNT NAVIGATION */

body {
  background-color: #f0f0f0;
}

.custom-nav-myaccount {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-left: 220px;
  width: 24% !important;
}

.custom-nav-myaccount ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.custom-nav-myaccount ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-nav-myaccount ul li {
  margin-bottom: 0;
}

.myaccount-menu {
  background: #fff;
  border-radius: 14px;
  padding: 0;
  width: 280px;
  position: relative;
}

.myaccount-item {
  position: relative;
}

.myaccount-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #1d1d1f;
  font-weight: 500;
  transition: all 0.2s ease;
}

.myaccount-item .icon-myaccount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.myaccount-item .icon-myaccount svg {
  width: 32px;
  height: 32px;
}

.myaccount-item .text-myaccount {
  font-size: 18px;
  font-weight: 500;
  font-family: "Stack Sans Headline";
}

.myaccount-item a:hover {
  background: #edf5f3;
  width: 338px;
  height: 64px;
}

.myaccount-item.is-active a,
.myaccount-item a[aria-current="page"] {
  background: #edf5f3;
  color: #000000;
  width: 338px;
  height: 64px;
}

/* Divider sebelum Shipping Details - mentok ke sisi */
.myaccount-item.woocommerce-MyAccount-navigation-link--edit-address {
  margin-top: 20px;
  padding-top: 20px;
}

.myaccount-item.woocommerce-MyAccount-navigation-link--edit-address::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  right: -86px;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #d9d9d9 0,
    #d9d9d9 6px,
    transparent 6px,
    transparent 12px
  );
}

/* Divider sebelum Sign Out - mentok ke sisi */
.myaccount-item.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 20px;
  padding-top: 20px;
}

.myaccount-item.woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  right: -86px;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #d9d9d9 0,
    #d9d9d9 6px,
    transparent 6px,
    transparent 12px
  );
}

.myaccount-item.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #1d1d1f;
}

/* END CUSTOM MY ACCOUNT NAVIGATION */

/* DASHBOARD STYLES */
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  max-width: 1680px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 60%;
  margin-left: 48px;
}

.myaccount-account-dashboard-custom {
  display: flex;
  flex-direction: column;
  row-gap: 58px;
  max-width: 776px;
}

.myaccount-dashboard-experience h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Stack Sans Headline";
}

.myaccount-experience-row {
  display: flex;
  column-gap: 33px;
  margin-top: 23px;
}

.myaccount-timeline {
  position: relative;
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myaccount-timeline .myaccount-dot {
  width: 18px;
  height: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  z-index: 2;
}

.myaccount-timeline .myaccount-line {
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  margin-top: 4px;
}

.myaccount-experience-content {
  flex: 1;
}

.myaccount-experience-content .myaccount-date {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Stack Sans Headline";
  margin-top: -8px;
}

.myaccount-experience-card {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 20px 21px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myaccount-experience-info strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Stack Sans Headline";
  margin-bottom: 2px;
}

.myaccount-experience-info .myaccount-sub {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #8e8e8e;
  font-family: "Stack Sans Headline";
}

.myaccount-progress-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.myaccount-progress {
  width: 320px;
  height: 2px;
  background: #eeeeee;
  position: relative;
}

.myaccount-progress-bar {
  height: 100%;
  background: #1f3d2b;
}

.myaccount-progress-text {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  font-family: "Stack Sans Headline";
}

.myaccount-btn-continue {
  background: #1f3d2b;
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  font-family: "Stack Sans Headline";
  transition: background 0.2s ease;
}

.myaccount-btn-continue:hover {
  background: #163024;
  color: #ffffff;
  text-decoration: none;
}

.myaccount-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.myaccount-dashboard-header h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Stack Sans Headline";
}

.myaccount-view-all {
  font-size: 16px;
  text-decoration: none !important;
  color: #000000;
  font-weight: 400;
  font-family: "Stack Sans Headline";
}

/* DASHBOARD STYLES END */

/* Mini Cart */
.header-cart-wrapper {
  position: relative;
}
.header-mini-cart {
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
  width: 407px;
  background: #ffffff;
  border: 1px solid #000000e5;
  border-radius: 10px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.header-mini-cart.active {
  opacity: 1;
  pointer-events: auto;
}
.mini-cart-head {
  padding: 20px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.mini-cart-content {
  padding: 20px 0 30px;
}
.empty-mini-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.empty-mini-cart-content > p:nth-child(2) {
  font-family: Stack Sans Headline;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
.empty-mini-cart-content > p:nth-child(3) {
  font-family: Stack Sans Headline;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #606060;
  margin-bottom: 22px;
}
.empty-mini-cart-content > .empty-cart-button {
  padding: 15px 80px;
  border-radius: 50px;
  background: #ffd54a;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000000;
}
.mini-cart-content-detail {
  padding: 0 20px 25px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.mini-cart-content-head > p {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px;
}
.woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.woocommerce-mini-cart-item:not(:last-child) {
  margin-bottom: 30px;
}
.woocommerce-mini-cart-item::before,
.woocommerce-mini-cart-item::after {
  display: none !important;
}
.woocommerce-mini-cart-item img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}
.mini-cart-item-text-detail {
  flex: 1;
}
.mini-cart-item-text-detail .product-name {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.mini-cart-item-text-detail .product-variation {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
  margin: 0;
}
.mini-cart-item-text-detail .quantity {
  font-family: Stack Sans Headline;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  color: #000000;
}
.cart-content-bottom-wrap {
  padding: 0 20px;
}
.woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
}
.woocommerce-mini-cart__total > strong {
  font-weight: 400;
}
.woocommerce-mini-cart__total > span {
  font-weight: 700;
}
.cart-content-bottom-wrap .mini-cart-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000000;
  background: #ffd54a;
  border-radius: 50px;
}
/* end Mini Cart */

/* Kuis Dashboard Styles */

.myaccount-dashboard-kuis {
  margin-top: 58px;
}

.myaccount-dashboard-experience h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Stack Sans Headline";
}

.myaccount-experience-kuis-row {
  display: flex;
  column-gap: 33px;
  margin-top: 23px;
}

.myaccount-experience-card-kuis {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 20px 26px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.myaccount-experience-info-kuis strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Stack Sans Headline";
  margin-bottom: 2px;
}

.myaccount-experience-info-kuis .myaccount-sub-kuis {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #8e8e8e;
  font-family: "Stack Sans Headline";
  margin-top: 15px;
}

.myaccount-timeline-kuis {
  position: relative;
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.myaccount-timeline-kuis .myaccount-dot-kuis {
  width: 18px;
  height: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  z-index: 2;
}

.myaccount-timeline-kuis .myaccount-line-kuis {
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  margin-top: 4px;
}

.myaccount-experience-content-kuis {
  flex: 1;
}

.myaccount-experience-content-kuis .date-kuis {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Stack Sans Headline";
  margin-top: -8px;
}

.myaccount-experience-content-kuis .myaccount-date-kuis {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Stack Sans Headline";
  margin-top: -8px;
}

.myaccount-btn-continue-kuis {
  background: #1f3d2b;
  color: #ffffff;
  padding: 18px 45px 17px 45px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  font-family: "Stack Sans Headline";
  transition: background 0.2s ease;
  margin-top: 80px;
}

.myaccount-btn-continue-kuis:hover {
  background: #163024;
  color: #ffffff;
  text-decoration: none;
}

/* END Kuis Dashboard Styles */

/* Style order */

.myaccount-dashboard-order h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Stack Sans Headline", sans-serif;
  margin-bottom: 30px;
}

.myaccount-experience-order-row {
  display: flex;
  column-gap: 33px;
}

.myaccount-timeline-order {
  position: relative;
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.myaccount-timeline-order .myaccount-dot-order {
  width: 18px;
  height: 18px;
  background: #d9d9d9;
  border-radius: 50%;
  z-index: 2;
}

.myaccount-timeline-order .myaccount-line-order {
  width: 2px;
  background: #d9d9d9;
  margin: 4px 0;
  height: 222px;
}

.myaccount-orders-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}

.myaccount-experience-content-order {
  display: flex;
  flex-direction: column;
}

.myaccount-experience-content-order .myaccount-date-order {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Stack Sans Headline", sans-serif;
  margin-top: -5px;
}

.myaccount-experience-card-order {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 776px;
}

.myaccount-experience-info-order {
  flex: 1;
}

.myaccount-experience-info-order strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Stack Sans Headline", sans-serif;
  margin-bottom: 2px;
}

.myaccount-experience-info-order .myaccount-sub-order {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #8e8e8e;
  font-family: "Stack Sans Headline", sans-serif;
  margin-top: 15px;
}

.myaccount-btn-continue-order {
  background: #1f3d2b;
  color: #ffffff;
  padding: 18px 48px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  font-family: "Stack Sans Headline", sans-serif;
  transition: background 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 65px;
}

.myaccount-btn-continue-order:hover {
  background: #163024;
  color: #ffffff;
  text-decoration: none;
}

/* STYLING SHIPPING */

.container-header-teks {
  display: flex;
  justify-content: space-between;
  width: 818px;
}

.myaccount-dashboard-shipping .myaccount-shipping-address {
  font-size: 32px;
  font-weight: 500;
  font-family: "Stack Sans Headline", sans-serif;
  margin-bottom: 30px;
}

.myaccount-experience-shipping-row {
  display: flex;
  column-gap: 33px;
}

.myaccount-timeline-shipping {
  position: relative;
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.myaccount-timeline-shipping .myaccount-dot-shipping {
  width: 18px;
  height: 18px;
  background: #d9d9d9;
  border-radius: 50%;
  z-index: 2;
}

.myaccount-timeline-shipping .myaccount-line-shipping {
  width: 2px;
  background: #d9d9d9;
  margin: 4px 0;
  height: 222px;
}

.myaccount-new-addrress {
  padding: 16px 30px 14px 30px;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: "Stack Sans Headline";
  font-weight: 400;
  text-decoration: none !important;
  color: #000000;
}

.myaccount-shippings-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}

.myaccount-experience-content-shipping {
  display: flex;
  flex-direction: column;
}

.myaccount-experience-content-shipping .myaccount-date-shipping {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Stack Sans Headline", sans-serif;
  margin-top: -5px;
}

.myaccount-experience-card-shipping {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 30px 38px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 818px;
}

.myaccount-experience-info-shipping {
  flex: 1;
}

.myaccount-experience-info-shipping strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Stack Sans Headline", sans-serif;
  margin-bottom: 17px;
}

.myaccount-experience-info-shipping .myaccount-sub-shipping {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #8e8e8e;
  font-family: "Stack Sans Headline", sans-serif;
}

.form-edit-account-teks {
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 32px;
  color: #000000;
}

.custom-block-account-detail.custom-profile-display {
  background: #ffffff;
  border-radius: 5px;
  padding: 24px 40px 35px 30px;
  max-width: 818px;
  position: relative;
  margin-bottom: 66px;
}

.custom-block-account-detail.custom-profile-display::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 3px;
  height: 1px;
  border-bottom: 1px solid #e4e4e4;
  top: 325px;
}

.profile-info-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 6px;
}

.profile-info-item label {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 400;
  font-family: "Stack Sans Headline", sans-serif;
  margin-bottom: 5px;
}

.profile-info-value {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Stack Sans Headline", sans-serif;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-modal-content {
  background: #ffffff;
  border-radius: 8px;
  padding: 28px 28px 41px 29px;
  max-width: 818px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
  position: relative;
  scrollbar-width: none;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: none;
  position: relative;
}

.custom-modal-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  border-bottom: 1px dashed #e4e4e4;
}

.custom-modal-header h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Stack Sans Headline";
  color: #000000;
  margin: 0;
}

.custom-modal-close {
  background: #f3f3f3;
  border: none;
  font-size: 35px;
  cursor: pointer;
  color: #000000;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 3px;
  text-align: center;
}

.custom-modal-close:hover {
  background: #e0e0e0;
  color: #000000;
}

body.modal-open {
  overflow: hidden;
}

.custom-modal-content .container-form-shipping {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: none;
  position: relative;
}

.custom-modal-content .container-form-shipping::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  border-bottom: 1px dashed #e4e4e4;
}

.custom-form-row-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.custom-form-shipping-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  padding: 18px 22px;
  border: 1px solid #dbdbdb;
  background-color: #fcfcfc;
}

.custom-modal-content .custom-form-row-wrapper .custom-form-row-field {
  flex: 1;
}

.custom-modal-content .custom-form-shipping-wrapper .custom-form-row-field {
  flex: 1;
  margin-bottom: 20px;
}

.custom-modal-content .custom-form-row-field {
  margin-bottom: 20px;
}

.custom-modal-content .custom-form-row-field label {
  display: block;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Stack Sans Headline", sans-serif;
}

.custom-modal-content .custom-input-field {
  width: 100%;
  padding: 13px 16px;
  border: none;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 14px;
  color: #000000;
  font-family: "Stack Sans Headline", sans-serif;
  transition: background 0.3s ease;
}

.custom-modal-content .custom-input-field::placeholder {
  color: #cccccc;
  font-family: "Stack Sans Headline", sans-serif;
}

.custom-modal-content .custom-input-field:focus {
  outline: none;
  background: #ebebeb;
}

.custom-modal-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.custom-modal-content .custom-btn-submit {
  padding: 13px 60px !important;
  background: #1c3c32 !important;
  color: #ffffff !important;
  border: none;
  font-family: "Stack Sans Headline", sans-serif;
  border-radius: 50px !important;
  font-size: 14px;
  font-weight: 400 !important;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

.custom-modal-content .custom-btn-submit:hover {
  background: #234848 !important;
}

.custom-button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 0;
}

.custom-btn-change-password {
  padding: 13px 30px;
  background: #ffffff;
  color: #1c3c32;
  border: 1px solid #1c3c32;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Stack Sans Headline", sans-serif;
  transition: all 0.3s ease;
}

.custom-btn-change-password:hover {
  background: #f5f5f5;
  color: #000000;
}

.custom-btn-edit-details {
  padding: 13px 44px;
  background: #1c3c32;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Stack Sans Headline", sans-serif;
  transition: background 0.3s ease;
}

.custom-btn-edit-details:hover {
  background-color: #234848;
}

.custom-block-subscription {
  background: #ffffff;
  border-radius: 5px;
  padding: 28px 30px 30px 30px;
  max-width: 818px;
  margin-bottom: 63px;
  position: relative;
}

.custom-block-subscription::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 290px;
  left: 0;
  right: 3px;
  height: 1px;
  border-bottom: 1px solid #e4e4e4;
}

.custom-block-subscription h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  font-family: "Stack Sans Headline", sans-serif;
}

.custom-subscription-options {
  margin-bottom: 25px;
}

.custom-subscription-options .subscription-title {
  font-size: 16px;
  color: #000000;
  margin-bottom: 43px;
  font-family: "Stack Sans Headline", sans-serif;
  font-weight: 400;
}

.custom-checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: "Stack Sans Headline", sans-serif;
}

.custom-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  cursor: pointer;
  accent-color: #1c3c32;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  background-color: #d9d9d9;
  position: relative;
}

.custom-checkbox-label input[type="checkbox"]:checked {
  background-color: #1c3c32;
  border-color: #1c3c32;
}

.custom-checkbox-label input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.custom-checkbox-label .checkbox-text {
  font-size: 16px;
  color: #000000;
  font-family: "Stack Sans Headline", sans-serif;
  font-weight: 400;
}

.custom-btn-save-subscription {
  display: flex;
  justify-content: flex-end;
}

.btn-save-subscription {
  padding: 13px 44px;
  background: #1c3c32;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "Stack Sans Headline", sans-serif;
}

.btn-save-subscription:hover {
  background: #234848;
}

.custom-block-delete-account {
  background: #ffffff;
  border-radius: 5px;
  padding: 28px 30px 30px 30px;
  max-width: 818px;
}

.custom-block-delete-account h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Stack Sans Headline", sans-serif;
}

.delete-account-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 50px;
  font-family: "Stack Sans Headline", sans-serif;
  font-weight: 400;
}

.custom-btn-delete-account {
  display: flex;
  justify-content: flex-end;
}

.btn-contact-us {
  padding: 13px 24px;
  background: #1c3c32;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Stack Sans Headline", sans-serif;
  transition: background 0.3s ease;
}

.btn-contact-us:hover {
  background: #234848;
}

/* END STYLING ACCOUNT SETTINGS */

/* MY SCENTS STYLING */
body.woocommerce-account.woocommerce-downloads .container-myaccount,
body.woocommerce-account.woocommerce-downloads .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content {
  width: 100% !important;
}

body.woocommerce-account.woocommerce-downloads .container-nav-myaccount {
  display: none !important;
  max-width: 1200px;
}

.myscents-full-container {
  font-family: "Stack Sans Headline";
}

.myscents-header {
  margin-bottom: 50px;
}

.myscents-btn-back {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  transition: 0.3s;
  padding: 15px 28px;
  background-color: #ffffff;
  font-family: "Stack Sans Headline";
  width: 185px;
  border-radius: 50px;
  text-decoration: none !important;
}

.btn-back:hover {
  color: #000;
}

.myscents-title {
  font-size: 75px;
  font-weight: 400;
  margin: 0;
  color: #000000;
  font-family: "Stack Sans Headline";
}

.myscents-subtitle {
  color: #888;
  margin-top: 8px;
}

.scents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.scent-card {
  background: #043026;
  border-radius: 15px;
  padding: 20px 16px 25px 16px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  width: 406px;
}

.scent-image-wrapper {
  background: #f4f4f4;
  border-radius: 15px;
  height: 442px;
  width: 372px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 145%;
  transition: background-size 0.4s ease;
}

.scent-card:nth-child(1) .scent-image-wrapper {
  background-image: url("img/harum 1.jpg");
}

.scent-card:nth-child(2) .scent-image-wrapper {
  background-image: url("img/harum 2.jpg");
}

.scent-card:nth-child(3) .scent-image-wrapper {
  background-image: url("img/harum 3.jpg");
}

.scent-card:nth-child(4) .scent-image-wrapper {
  background-image: url("img/harum 4.jpg");
}

.scent-image-wrapper img {
  max-height: 80%;
  object-fit: contain;
}

.scent-id {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 2px 0;
  font-family: "Stack Sans Headline";
}

.scent-description {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 30px;
  min-height: 40px;
  font-family: "Stack Sans Headline";
  max-width: 358px;
}

.scent-options {
  display: flex;
  gap: 10px;
  margin-bottom: 23px;
}

.opt-size {
  padding: 5px 12px;
  border: 1px solid #2a4d43;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Stack Sans Headline";
}

.opt-size.active {
  background: #8e8874;
  color: #fff;
  border-color: #8e8874;
}

.scent-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  font-family: "Stack Sans Headline";
}

.scent-price {
  font-size: 18px;
  font-weight: 400;
}

.scent-qty {
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
}

.qty-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.qty-btn:hover {
  background-color: #254d42;
  color: #ffffff;
}

.btn-add-cart,
.ajax-add-to-cart-form .added_to_cart {
  display: block;
  width: 100%;
  font-family: "Stack Sans Headline";
  font-size: 20px;
  font-weight: 600;
  background: #1c3c32;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: background 0.3s;
  border: 1px solid #2d4f45;
}

.ajax-add-to-cart-form .added_to_cart {
  margin-top: 10px;
}

.btn-add-cart:hover {
  background: #254d42;
  color: #ffffff;
}

.btn-download {
  display: block;
  text-align: center;
  background: #1a1a1a !important;
  color: #fff !important;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.btn-download:hover {
  background: #333 !important;
}

.scents-empty {
  text-align: center;
  padding: 100px 20px;
}

.empty-icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.myscents-content {
  float: unset !important;
  width: 100% !important;
  margin-left: auto !important;
}

/* STYLING CART - Custom Design */
.woocommerce-checkout #content,
.woocommerce-cart #content {
  max-width: 100% !important;
  background-color: #f8f0e9 !important;
}
.woocommerce-checkout .woocommerce {
  max-width: 1680px;
  margin: 0 auto;
}
.woocommerce-account .woocommerce {
  padding-top: 108px;
  padding-bottom: 120px;
}
.custom-cart-wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f8f0e9;
}

.custom-cart-title {
  font-size: 50px;
  font-family: "Stack Sans Headline";
  font-weight: 400;
  color: #000000;
  margin-bottom: 40px;
}

.container-custom-cart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.custom-block-container-cart {
  max-width: 1110px;
  width: 100%;
  flex: 1;
}

.custom-cart-items {
  background: transparent;
}

.custom-cart-item {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 30px 38px 32px;
}

.custom-cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}

.custom-cart-item-category {
  display: flex;
  align-items: center;
  column-gap: 15px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  font-family: "Stack Sans Headline";
  color: #000000;
  align-items: flex-start;
}

.category-icon {
  font-size: 16px;
}

.custom-remove-item {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.custom-remove-item a {
  text-decoration: none;
  font-size: 18px;
  color: #999;
  transition: color 0.3s ease;
}

.custom-remove-item:hover {
  color: #ffffff !important;
  background-color: #ffffff;
}

.custom-cart-item-body {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

.custom-product-thumbnail {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f8;
}

.custom-product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-product-details {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-Price-amount {
  font-family: Stack Sans Headline;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
.scent-price-row .woocommerce-Price-amount {
  color: #ffffff;
}

.custom-product-name {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Stack Sans Headline";
}

.custom-product-name a {
  color: #1a1a1a;
  text-decoration: none;
}

.custom-product-meta {
  font-size: 16px;
  font-weight: 400;
  font-family: "Stack Sans Headline";
  color: #989898;
  margin: 0;
}

.custom-cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  border-top: 1px solid #e1e1e1;
}

.custom-item-count {
  font-family: "Stack Sans Headline";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
}

.custom-cart-total {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  padding-top: 20px;
}

.custom-promocode-wrapper {
  width: 540px;
  background: #ffffff;
  border-radius: 12px;
  padding: 21px 25px 25px 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.custom-promocode-title {
  font-family: "Stack Sans Headline";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px;
}

.custom-promocode-form {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.custom-promocode-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e1e1e1 !important;
  border-radius: 8px;
  font-size: 14px;
  color: #000000;
  outline: none;
}

.custom-promocode-button {
  padding: 11px 42px;
  background: #1c3c32;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  background: #ffffff !important;
  border-radius: 15px;
  padding: 19px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: none !important;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}

.cart_totals table {
  width: 100%;
  border-collapse: collapse !important;
  border: none !important;
}

.cart_totals table tr,
.cart_totals table th,
.cart_totals table td {
  font-size: 16px;
  font-weight: 400;
  font-family: "Stack Sans Headline";
  border: none !important;
  background: #ffffff !important;
  padding: 10px 0 24px 0 !important;
}

.cart_totals table th {
  text-align: left;
  font-weight: 400;
  color: #000000;
}

.cart_totals table td {
  text-align: right;
  font-weight: 400;
  color: #000000;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-page .cart_totals .order-total th,
.woocommerce-page .cart_totals .order-total td {
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding-top: 25px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000000 !important;
  font-family: "Stack Sans Headline";
}

.wc-proceed-to-checkout .checkout-button {
  width: 100% !important;
  padding: 14px !important;
  height: 70px !important;
  background: #1c3c32 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  justify-content: center;
  align-items: center;
  display: flex !important;
  text-decoration: none !important;
  margin: 0 !important;
  font-family: "Stack Sans Headline";
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: #0f3429 !important;
}

.cart_totals table {
  width: 100%;
  border-collapse: collapse !important;
}

.cart_totals table tr {
  border: none !important;
}

.cart_totals table th,
.cart_totals table td {
  font-size: 15px;
  border: none !important;
  background-color: #ffffff !important;
}

.cart_totals table th {
  text-align: left;
  font-weight: 400;
  color: #000000;
}

.cart_totals table td {
  text-align: right;
  font-weight: 400;
  color: #000000;
}

.cart_totals .shipping td {
  text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
.cart_totals .order-total th,
.cart_totals .order-total td {
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid #e1e1e1 !important;
  background-color: #ffffff !important;
  font-family: "Stack Sans Headline";
}

.tax-rate .tax-rate-incl-vat-1 {
  padding-bottom: 24px !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: #0f3429 !important;
}
.includes_tax,
.tax-label {
  display: none !important;
}

.cart_totals .order-total th::after {
  content: " (Incl. VAT)";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding-bottom: 24px !important;
  font-family: "Stack Sans Headline";
}
.cart_totals .shipping th,
.cart_totals .tax-rate th {
  text-align: left;
}
.cart_totals .shipping td,
.cart_totals .tax-rate td {
  text-align: right;
}
.shipping-calculator-button,
.woocommerce-shipping-destination {
  display: none !important;
}

/* STYLING CHECKOUT PAGE */

.parfume-checkout-container {
  background-color: #f8f0e9 !important;
  padding: 40px 20px;
  font-family:
    "Inter",
    -apple-system,
    sans-serif;
}

.parfume-checkout-grid {
  display: flex;
  gap: 30px;
}

.parfume-checkout-main {
  flex: 0 0 65%;
}

.parfume-checkout-sidebar {
  flex: 0 0 35%;
}

.parfume-checkout-section-delivery {
  background: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 30px;
}

.parfume-checkout-section-payment {
  background: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 3px 30px 30px 30px;
}

.parfume-checkout-header {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.parfume-step-icon {
  background: #1c3c32;
  color: #ffffff;
  font-family: "Stack Sans Headline";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  margin-right: 12px;
}

.parfume-section-title {
  font-size: 24px;
  font-family: "Stack Sans Headline";
  font-weight: 700;
  margin: 0 !important;
  color: #323232;
}

.parfume-address-label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}

.parfume-section-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.parfume-circle-number {
  background: #1b3c33;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-right: 12px;
}

.parfume-billing-wrapper .form-row,
.parfume-checkout-container .form-row {
  margin-bottom: 20px;
}

.parfume-billing-wrapper .form-row label,
.parfume-checkout-container .form-row label {
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: "Stack Sans Headline";
  margin-bottom: 11px !important;
  color: #333;
}

.parfume-billing-wrapper .form-row input.input-text,
.parfume-billing-wrapper .form-row select,
.parfume-billing-wrapper .form-row textarea,
.parfume-checkout-container .form-row input.input-text,
.parfume-checkout-container .form-row select,
.parfume-checkout-container .form-row textarea {
  background-color: #f4f4f4 !important;
  border: 1px solid #f4f4f4 !important;
  border-radius: 4px !important;
  padding: 17px 15px !important;
  font-size: 14px;
  color: #333;
}

.parfume-billing-wrapper .woocommerce-billing-fields h3,
.parfume-checkout-container .woocommerce-billing-fields h3 {
  display: none !important;
}

.parfume-billing-wrapper .parfume-fields-wrapper::before {
  content: "Billing address";
  display: block;
  font-family: "Stack Sans Headline";
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 26px;
}

.parfume-billing-wrapper #billing_country_field,
.parfume-billing-wrapper #shipping_country_field,
#billing_country_field,
#shipping_country_field {
  display: none !important;
  visibility: hidden;
}

.parfume-billing-wrapper #billing_first_name_field,
.parfume-billing-wrapper #shipping_first_name_field {
  width: calc(50% - 10px) !important;
  float: left !important;
  clear: both !important;
  margin-right: 20px !important;
  display: inline-block !important;
}

.parfume-billing-wrapper #billing_last_name_field,
.parfume-billing-wrapper #shipping_last_name_field {
  width: calc(50% - 10px) !important;
  float: left !important;
  clear: none !important;
  margin-right: 0 !important;
  display: inline-block !important;
}

.parfume-billing-wrapper #billing_email_field,
.parfume-billing-wrapper #shipping_email_field {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.parfume-billing-wrapper #billing_address_1_field,
.parfume-billing-wrapper #shipping_address_1_field {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.parfume-billing-wrapper #billing_address_2_field,
.parfume-billing-wrapper #shipping_address_2_field {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}

.parfume-billing-wrapper #billing_city_field,
.parfume-billing-wrapper #shipping_city_field,
.parfume-checkout-container #billing_city_field,
.parfume-checkout-container #shipping_city_field {
  width: 493px !important;
  float: left !important;
  clear: none !important;
  margin-right: 10px !important;
  display: block !important;
}

.parfume-billing-wrapper #billing_state_field,
.parfume-billing-wrapper #shipping_state_field,
.parfume-checkout-container #billing_state_field,
.parfume-checkout-container #shipping_state_field {
  width: 493px !important;
  float: left !important;
  clear: none !important;
  display: block !important;
  margin-left: 10px;
}

.parfume-billing-wrapper #billing_city_field input,
.parfume-billing-wrapper #shipping_city_field input,
.parfume-billing-wrapper #billing_state_field select,
.parfume-billing-wrapper #shipping_state_field select,
.parfume-billing-wrapper
  #billing_state_field
  .select2-container--default
  .select2-selection--single,
.parfume-checkout-container #billing_city_field input,
.parfume-checkout-container #shipping_city_field input,
.parfume-checkout-container #billing_state_field select,
.parfume-checkout-container #shipping_state_field select,
.parfume-checkout-container
  #billing_state_field
  .select2-container--default
  .select2-selection--single {
  height: 50px !important;
  line-height: 50px !important;
  background-color: #f4f4f4 !important;
  border: 1.5px solid #f4f4f4 !important;
  border-radius: 4px !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  font-size: 14px !important;
}

.parfume-billing-wrapper
  #billing_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.parfume-checkout-container
  #billing_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 47px !important;
  padding-left: 0 !important;
  color: #1a1a1a !important;
}

.parfume-billing-wrapper
  #billing_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.parfume-checkout-container
  #billing_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px !important;
}

.parfume-billing-wrapper #billing_city_field label,
.parfume-billing-wrapper #billing_state_field label,
.parfume-checkout-container #billing_city_field label,
.parfume-checkout-container #billing_state_field label {
  display: block !important;
  height: 20px !important;
  margin-bottom: 20px !important;
}

.parfume-billing-wrapper #billing_postcode_field,
.parfume-billing-wrapper #shipping_postcode_field,
.parfume-checkout-container #billing_postcode_field,
.parfume-checkout-container #shipping_postcode_field {
  clear: both !important;
  width: 100% !important;
  display: block !important;
  margin-top: 15px !important;
}

.parfume-billing-wrapper #billing_postcode_field label,
.parfume-billing-wrapper #shipping_postcode_field label,
.parfume-checkout-container #billing_postcode_field label {
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: "Stack Sans Headline";
  color: #000;
}

.parfume-billing-wrapper #billing_phone_field,
.parfume-billing-wrapper #shipping_phone_field,
.parfume-checkout-container #billing_phone_field,
.parfume-checkout-container #shipping_phone_field {
  width: 493px !important;
  float: left !important;
  clear: both !important;
  margin-right: 10px !important;
}

.parfume-billing-wrapper #billing_email_field:not(:first-child),
.parfume-billing-wrapper #shipping_email_field:not(:first-child),
.parfume-checkout-container #billing_email_field,
.parfume-checkout-container #shipping_email_field {
  width: 493px !important;
  float: left !important;
  clear: none !important;
  margin-left: 10px !important;
}

.parfume-billing-wrapper .parfume-checkout-additional-fields,
.parfume-billing-wrapper .woocommerce-additional-fields,
.parfume-checkout-container .parfume-checkout-additional-fields,
.parfume-checkout-container .woocommerce-additional-fields {
  clear: both !important;
  padding-top: 20px;
}

.parfume-billing-wrapper #ship-to-different-address,
/* .parfume-billing-wrapper .woocommerce-shipping-fields, */
#ship-to-different-address {
  /* .woocommerce-shipping-fields { */
  display: none !important;
}

.parfume-billing-wrapper .woocommerce-additional-fields h3,
.parfume-checkout-container .woocommerce-additional-fields h3 {
  display: block !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000;
  margin-bottom: 15px !important;
}

.parfume-billing-wrapper .woocommerce-additional-fields textarea,
.parfume-checkout-container .woocommerce-additional-fields textarea {
  background-color: #f6f6f6 !important;
  border: none !important;
  border-radius: 4px;
  padding: 15px !important;
  min-height: 120px;
  font-size: 14px;
}

.parfume-billing-wrapper .woocommerce-additional-fields label .optional,
.parfume-checkout-container .woocommerce-additional-fields label .optional {
  display: none !important;
}

.parfume-billing-wrapper .woocommerce-additional-fields,
.parfume-checkout-container .woocommerce-additional-fields {
  border-bottom: 1px solid #e1e1e1 !important;
  padding-bottom: 30px !important;
}

.parfume-billing-wrapper .woocommerce-additional-fields__field-wrapper,
.parfume-checkout-container .woocommerce-additional-fields__field-wrapper {
  margin-bottom: 0 !important;
}

.parfume-sticky-content {
  position: sticky;
  top: 20px;
}

.parfume-sidebar-box-promocode {
  background: #ffffff;
  border-radius: 15px;
  padding: 21px 25px 25px 25px;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  width: 540px;
}
.parfume-sidebar-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 21px 25px 25px 25px;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  width: 540px;
}

.parfume-sidebar-box:last-child {
  margin-bottom: 0;
}

.parfume-promo-title {
  display: block;
  font-family: "Stack Sans Headline";
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}

.parfume-promo-flex {
  display: flex;
  gap: 15px;
}

.parfume-promo-field {
  flex: 1;
  border: 1px solid #e1e1e1 !important;
  border-radius: 4px;
  padding: 8px 12px !important;
}

.parfume-promo-btn {
  background: #1e3d30 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 11px 42px !important;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
}

.parfume-summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 16px;
  font-family: "Stack Sans Headline";
  font-weight: 400;
  color: #000000;
}

.parfume-line-divider {
  height: 1px;
  background: #eee;
  margin: 30px 0;
}

.parfume-grand-total {
  margin-top: 10px;
  color: #000000;
}

.parfume-total-label {
  font-weight: 700;
}

.parfume-total-value {
  font-weight: 800;
  font-size: 18px;
}

.parfume-muted {
  color: #999;
}

.parfume-pay-section {
  margin-top: 0;
}

.parfume-custom-checkout {
  font-family:
    "Inter",
    -apple-system,
    sans-serif;
  color: #1a1a1a;
  max-width: 800px;
  background-color: transparent !important;
}

#payment.woocommerce-checkout-payment {
  background-color: transparent !important;
}

.parfume-method-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  background-color: transparent;
  border-bottom: none !important;
}

.parfume-method-item {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0;
  width: 1000px;
}

.parfume-method-item:first-child {
  border-top: none !important;
  padding-top: 0;
}

.parfume-method-item:last-child {
  padding-bottom: 0;
}

.parfume-method-main {
  display: flex;
  align-items: center;
}

.parfume-method-main.parfume-flex-between,
.parfume-method-main.flex-between {
  justify-content: space-between;
}

.parfume-method-main input[type="radio"] {
  width: 13px;
  height: 13px;
  accent-color: #457b6a;
  margin-right: 12px;
  cursor: pointer;
  flex-shrink: 0;
}

.parfume-method-main label {
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  line-height: 0;
  font-family: "Stack Sans Headline";
  margin: 0;
}

.parfume-method-desc {
  margin-top: 4px;
  font-family: "Stack Sans Headline";
  font-weight: 400;
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
}

.parfume-method-desc p {
  margin: 0;
  padding: 0;
  max-width: 750px;
}

.parfume-method-main .parfume-method-left,
.parfume-method-main .method-left {
  display: flex;
  align-items: center;
}

.parfume-method-main .parfume-method-right,
.parfume-method-main .method-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.parfume-method-main .parfume-what-is-paypal,
.parfume-method-main .what-is-paypal {
  font-size: 10px;
  color: #7a7a7a;
  text-decoration: underline;
  font-family: "Poppins";
  font-weight: 600;
}

.parfume-method-main .parfume-what-is-paypal:hover,
.parfume-method-main .what-is-paypal:hover {
  text-decoration: underline;
}

.parfume-method-right img,
.parfume-method-right svg,
.method-right img,
.method-right svg {
  height: 37px;
  width: auto;
  vertical-align: middle;
}

.parfume-checkout-container #place_order,
#place_order {
  background-color: #1e3d30 !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 16px 40px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  width: auto !important;
  border: none !important;
  margin-top: 20px;
  cursor: pointer;
}

.parfume-checkout-container #place_order:hover,
#place_order:hover {
  background-color: #152d26 !important;
}

.parfume-btn-dark {
  background: #1b3c33 !important;
  color: white !important;
  border: none;
  padding: 12px 35px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.parfume-btn-dark:hover {
  background: #152d26 !important;
}

.parfume-checkout-footer {
  margin-top: 27px;
}

.parfume-privacy-notice {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "Stack Sans Headline";
  margin-bottom: 25px;
}

.parfume-gold-link {
  color: #deb325;
  text-decoration: none !important;
}

.parfume-gold-link-bold {
  color: #deb325;
  text-decoration: underline;
  font-weight: 400;
  font-family: "Stack Sans Headline";
}

.parfume-final-action {
  display: flex;
  align-items: center;
  gap: 30px;
}

.parfume-terms-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.parfume-terms-checkbox input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 8px;
  left: 2%;
  font-family: "Stack Sans Headline";
  font-weight: 400;
  font-size: 14px;
  border-radius: 2px;
  line-height: 2;
  background-color: #ffffff;
  color: #000000;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.remove-coupon {
  display: none;
}

.remove-coupon-x {
  padding: 6px 13px;
  background-color: #1c3c32;
  color: #ffffff !important;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 15px !important;
  margin-left: 10px;
}

/* Footer */
.footer-top {
  background: #fff4ce;
  padding-top: 120px;
  padding-bottom: 120px;
}
.footer-top-inner {
  display: flex;
  align-items: center;
  column-gap: 128px;
}
.footer-top-left {
  width: 40%;
}
.footer-top-right {
  position: relative;
  width: 60%;
}
.footer-top-right form {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50px;
  column-gap: 10px;
  padding: 7px 7px;
}
.footer-top-right form p {
  margin: 0;
}
.footer-top-right form p:nth-child(2) {
  flex: 1;
}
.footer-top-right form p:nth-child(3) {
  display: flex;
}
.footer-top-right form p input[type="email"] {
  border: 0 !important;
  background: transparent !important;
  outline: none !important;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}
.footer-top-right form p input[type="email"]::placeholder {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}
.footer-top-right form p input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 217px;
  height: 92px;
  background: #1c3c32;
  border-radius: 50px;
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  border: 0 !important;
}
.footer-top-right .wpcf7-spinner {
  position: absolute;
  top: 100%;
}
.footer-top-left h3 {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 75px;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px;
}
.footer-top-left p {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.86;
  color: #000000;
  margin: 0;
}
.parfurm-ai-footer {
  background: #043026;
  padding-top: 82px;
  padding-bottom: 30px;
  background: #043026;
}
.footer-botton-inner {
  display: flex;
  align-items: center;
  column-gap: 112px;
}
.footer-bottom-left {
  width: 20%;
}
.footer-bottom-right {
  width: 80%;
}
.footer-bottom-left > img {
  margin-bottom: 30px;
}
.footer-bottom-left > p {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  color: #ffffff;
  margin: 0;
}
.footer-bottom-right-inner {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
}
.footer-bottom-right-item:not(:last-child) {
  width: 20%;
}
.footer-bottom-right-item:first-child {
  width: 15%;
}
.footer-bottom-right-item > h4 {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 36px;
  color: #ffffff;
}

.footer-bottom-right-item {
  flex: 1 1 200px;
  width: auto;
}
.footer-bottom-right-menus > li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-bottom-right-menus > li a {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer-bottom-right-menus > li a:hover {
  color: #ffd54a;
}
.footer-bottom-right-item:last-child {
  width: 40%;
}
.footer-gallery-inner {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.footer-gallery-item > a {
  display: flex;
  width: 100%;
}
.footer-gallery-item > a img {
  width: 100%;
  height: 112px;
  object-fit: cover;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-social > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #1c3c32;
  transition: all 0.3s ease;
}

.footer-social > li a:hover {
  background: #ffd54a;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 115px;
}
.footer-copyright > p {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: #ffffff;
  transition: all 0.3s ease;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 21px;
}

.footer-contact-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.footer-contact-item p {
  margin: 0;
  font-family: "Stack Sans Headline";
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  max-width: 270px;
}

.parfurm-footer-menu {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.parfurm-footer-menu > li a {
  font-family: Stack Sans Headline;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  transition: all 0.3s ease;
}
.parfurm-footer-menu > li a:hover {
  color: #ffd54a;
}

.footer-bottom-right-menus-copyright {
  display: flex;
  gap: 34px;
}

.footer-bottom-right-menus-copyright a {
  font-family: "Stack Sans Headline";
  font-weight: 400;
  font-size: 16px;
  color: #ffffff !important;
}
/* end Footer */
.mobile-break {
  display: none;
}

/* Item Product Template Styles */
.item-product-full-container {
  width: 100%;
  background-color: #f0f0f0;
  padding: 120px 489px;
}

.item-product-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.item-product-header {
  margin-bottom: 50px;
}

/* .item-product-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 16px;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 50px;
  text-decoration: none !important;
  font-family: "Stack Sans Headline";
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
} */

/* .item-product-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  color: #000000;
  font-family: "Stack Sans Headline";
} */

.item-product-grid {
  display: flex;
  justify-content: center;
}

.item-product-card {
  background: #043026;
  border-radius: 15px;
  padding: 0;
  color: #ffffff;
  max-width: 943px;
  width: 100%;
  font-family: "Stack Sans Headline";
  display: flex;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
}

.item-product-image-wrapper {
  background: #1a1a2e;
  border-radius: 0;
  min-height: 471px;
  flex: 0 0 471px;
  width: 471px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.item-product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 40px;
}

.item-product-name {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #ffffff;
  font-family: "Stack Sans Headline";
  line-height: 1.2;
}

.item-product-description {
  margin-bottom: 47px;
  flex: 1;
}

.item-product-description p {
  font-size: 16px;
  font-family: "Stack Sans Headline";
  line-height: 2;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}

.item-product-footer {
  margin-top: auto;
}

.item-product-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}

.item-product-price {
  font-size: 24px;
  font-weight: 600;
  font-family: "Stack Sans Headline";
  color: #ffffff;
}

.item-product-price * {
  color: #ffffff !important;
  font-family: "Stack Sans Headline";
  font-size: 18px;
  font-weight: 400;
}

.item-product-qty {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-product-qty-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  padding: 0;
  line-height: 1;
}

.item-product-qty-btn:hover {
  opacity: 0.7;
}

.item-product-qty-val {
  font-family: "Stack Sans Headline";
  font-size: 18px;
  font-weight: 400;
  min-width: 20px;
  text-align: center;
}

.item-product-btn-add-cart {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  background: #ffffff;
  color: #0a3d30 !important;
  padding: 18px 93px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-family: "Stack Sans Headline";
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.94;
  text-decoration: none !important;
}

.item-product-btn-add-cart:hover {
  background: #ffffff;
}
