/*
Theme Name: Alluresilver
Theme URI: https://alluresilver.com
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1773160536
Updated: 2026-03-10 16:35:36

*/

html {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}

body > header,
body > main#content,
body > footer,
body > [data-elementor-type]:not(.elementor-location-header):not(.elementor-location-footer):not(.elementor-location-popup) {
  width: 100%;
}

body > footer,
body > .site-footer,
body > .elementor-location-footer {
  margin-top: auto;
}

body.woocommerce-account:not(.logged-in) .elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard > .woocommerce {
  margin-inline: auto;
  max-width: 1080px;
  width: 100%;
}

body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-notices-wrapper {
  margin: 0 auto 24px;
  max-width: 1080px;
}

body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-message {
  background: #fdfbf6;
  border: 1px solid #ddd3c1;
  border-radius: 18px;
  color: #5d5447;
  margin-bottom: 16px;
  padding: 18px 22px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth {
  color: #5d5447;
  margin: 0 auto;
  max-width: 980px;
  padding: 12px 0 36px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__shell {
  background: #e3d8bb;
  border-radius: 28px;
  box-shadow: 0 28px 64px rgba(72, 60, 42, 0.08);
  padding: 42px 42px 44px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__tabs {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #ccbfa0;
  border-radius: 20px;
  display: inline-grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  margin-bottom: 28px;
  padding: 6px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{
  width: 100% !important;
  background: none !important; 
}


body.woocommerce-account:not(.logged-in) .allure-account-auth__tab {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  color: #7a6f5b;
  cursor: pointer;
  display: flex;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  padding: 10px 36px;
  text-align: center;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__tab.is-active {
  background: #fff;
  box-shadow: 0 8px 20px rgba(72, 60, 42, 0.09);
  color: #4f473b;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__tab:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab:focus-visible {
  color: #4f473b;
  outline: none;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__content {
  padding: 0px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__panel {
  background: #fffdf9;
  border: 1px solid #f1eadd;
  border-radius: 18px;
  box-shadow: none;
  float: none !important;
  margin: 0 !important;
  padding: 26px 28px 18px;
  width: auto !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__panel[hidden] {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form {
  display: grid;
  gap: 18px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .form-row {
  margin: 0;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth label {
  color: #37342f;
  display: block;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 8px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .required {
  color: #b06b63;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth input.input-text {
  background: #fff;
  border: 1px solid #dbcfb7;
  border-radius: 4px;
  box-shadow: none;
  color: #3f392f;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
  min-height: 58px;
  padding: 0 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth input.input-text:focus {
  border-color: #9b8c70;
  box-shadow: 0 0 0 4px rgba(155, 140, 112, 0.12);
  outline: none;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-wrap {
  display: block;
  position: relative;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-wrap input.input-text {
  padding-right: 56px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-wrap .password-input {
  display: block;
  width: 100%;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-wrap .show-password-input {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #211f1b;
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
  width: 24px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-toggle:focus-visible {
  outline: none;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-icon {
  display: inline-flex;
  height: 20px;
  width: 20px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__password-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 6px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .button,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row button.button,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .woocommerce-button {
  background: #f5e8be;
  border: 1px solid #f0e0b2;
  border-radius: 4px;
  box-shadow: none;
  color: #7a6d56;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  min-height: 54px;
  min-width: 148px;
  padding: 0 28px;
  text-transform: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: auto;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form-login__rememberme {
  align-items: center;
  column-gap: 10px;
  display: inline-flex;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form-login__rememberme input[type="checkbox"] {
  accent-color: #8f8165;
  height: 16px;
  margin: 0;
  width: 16px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .button:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .button:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row button.button:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row button.button:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .woocommerce-button:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .woocommerce-button:focus-visible {
  background: #efe0ae;
  border-color: #e8d59c;
  color: #6e624f;
  opacity: 1;
  transform: none;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .lost_password,
body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in) .allure-account-auth__hint {
  color: #7d776b;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .lost_password {
  margin-top: 2px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth a {
  color: #6f6352;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth a:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth a:focus-visible {
  color: #4d463b;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-privacy-policy-text {
  font-size: 14px;
  margin-top: -4px;
}

body.woocommerce-account .allure-account-auth--recovery {
  color: #5d5447;
  margin: 0 auto;
  max-width: 980px;
  padding: 12px 0 36px;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__shell {
  background: #e3d8bb;
  border-radius: 28px;
  box-shadow: 0 28px 64px rgba(72, 60, 42, 0.08);
  padding: 42px 42px 44px;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__tabs {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #ccbfa0;
  border-radius: 20px;
  display: inline-grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  margin-bottom: 28px;
  padding: 6px;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__tab {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  color: #7a6f5b;
  display: flex;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  padding: 10px 36px;
  text-align: center;
  text-decoration: none;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__tab.is-active {
  background: #fff;
  box-shadow: 0 8px 20px rgba(72, 60, 42, 0.09);
  color: #4f473b;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__content {
  padding: 0;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__panel {
  background: #fffdf9;
  border: 1px solid #f1eadd;
  border-radius: 18px;
  box-shadow: none;
  float: none !important;
  margin: 0 !important;
  padding: 26px 28px 18px;
  width: auto !important;
}

body.woocommerce-account .allure-account-auth--recovery .woocommerce-form,
body.woocommerce-account .allure-account-auth--recovery .woocommerce-ResetPassword {
  display: grid;
  gap: 18px;
  width: 100% !important;
}

body.woocommerce-account .allure-account-auth--recovery .form-row {
  margin: 0;
}

body.woocommerce-account .allure-account-auth--recovery label {
  color: #37342f;
  display: block;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 8px;
}

body.woocommerce-account .allure-account-auth--recovery .required {
  color: #b06b63;
}

body.woocommerce-account .allure-account-auth--recovery input.input-text {
  background: #fff;
  border: 1px solid #dbcfb7;
  border-radius: 4px;
  box-shadow: none;
  color: #3f392f;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
  min-height: 58px;
  padding: 0 18px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

body.woocommerce-account .allure-account-auth--recovery input.input-text:focus {
  border-color: #9b8c70;
  box-shadow: 0 0 0 4px rgba(155, 140, 112, 0.12);
  outline: none;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__password-wrap {
  display: block;
  position: relative;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__password-wrap input.input-text {
  padding-right: 56px;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__password-wrap .password-input {
  display: block;
  width: 100%;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__password-wrap .show-password-input {
  display: none !important;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__password-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #211f1b;
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
  width: 24px;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__password-icon {
  display: inline-flex;
  height: 20px;
  width: 20px;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__password-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__submit-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 6px;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__submit-row .button,
body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__submit-row button.button,
body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__submit-row .woocommerce-button {
  background: #f5e8be;
  border: 1px solid #f0e0b2;
  border-radius: 4px;
  box-shadow: none;
  color: #7a6d56;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  min-height: 54px;
  min-width: 148px;
  padding: 0 28px;
  text-transform: none;
  width: auto;
}

body.woocommerce-account .allure-account-auth--recovery .allure-account-auth__lead,
body.woocommerce-account .allure-account-auth--recovery a {
  color: #6f6352;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-privacy-policy-text p {
  margin: 0;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth wc-order-attribution-inputs {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-message {
  border: 1px solid #ddd3c1 !important;
  box-shadow: none !important;
  color: #5d5447 !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__tabs {
  border-color: #ccbfa0 !important;
  box-shadow: none !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__tab,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab:visited,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab--link,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab--link:visited {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #7a6f5b !important;
  text-decoration: none !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__tab.is-active,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab[aria-current="page"] {
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(72, 60, 42, 0.09) !important;
  color: #4f473b !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__tab:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab--link:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__tab--link:focus-visible {
  color: #4f473b !important;
  outline: none !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .required {
  color: #b06b63 !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth input.input-text,
body.woocommerce-account:not(.logged-in) .allure-account-auth textarea.input-text,
body.woocommerce-account:not(.logged-in) .allure-account-auth select,
body.woocommerce-account:not(.logged-in) .allure-account-auth .form-row.woocommerce-invalid input.input-text,
body.woocommerce-account:not(.logged-in) .allure-account-auth .form-row.woocommerce-invalid textarea.input-text,
body.woocommerce-account:not(.logged-in) .allure-account-auth .form-row.woocommerce-invalid select {
  background: #fff !important;
  border: 1px solid #dbcfb7 !important;
  box-shadow: none !important;
  color: #3f392f !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth input.input-text:focus,
body.woocommerce-account:not(.logged-in) .allure-account-auth textarea.input-text:focus,
body.woocommerce-account:not(.logged-in) .allure-account-auth select:focus {
  border-color: #9b8c70 !important;
  box-shadow: 0 0 0 4px rgba(155, 140, 112, 0.12) !important;
  outline: none !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .button,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row button.button,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .woocommerce-button,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row input[type="submit"],
body.woocommerce-account:not(.logged-in) .allure-account-auth button[type="submit"],
body.woocommerce-account:not(.logged-in) .allure-account-auth .wp-element-button {
  background: #f5e8be !important;
  border: 1px solid #f0e0b2 !important;
  box-shadow: none !important;
  color: #7a6d56 !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .button:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .button:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row button.button:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row button.button:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .woocommerce-button:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .woocommerce-button:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row input[type="submit"]:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row input[type="submit"]:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth button[type="submit"]:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth button[type="submit"]:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth .wp-element-button:hover,
body.woocommerce-account:not(.logged-in) .allure-account-auth .wp-element-button:focus-visible {
  background: #efe0ae !important;
  border-color: #e8d59c !important;
  box-shadow: none !important;
  color: #6e624f !important;
  outline: none !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form-login__rememberme input[type="checkbox"],
body.woocommerce-account:not(.logged-in) .allure-account-auth input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  accent-color: initial;
  background-color: #fff !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border: 1px solid #ccbfa0 !important;
  border-radius: 3px;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  width: 16px;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form-login__rememberme input[type="checkbox"]:checked,
body.woocommerce-account:not(.logged-in) .allure-account-auth input[type="checkbox"]:checked {
  background-color: #8f8165 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 7.5 5.2 10.5 12 3.5'/%3E%3C/svg%3E");
  border-color: #8f8165 !important;
}

body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form-login__rememberme input[type="checkbox"]:focus-visible,
body.woocommerce-account:not(.logged-in) .allure-account-auth input[type="checkbox"]:focus-visible {
  border-color: #9b8c70 !important;
  box-shadow: 0 0 0 3px rgba(155, 140, 112, 0.12) !important;
  outline: none !important;
}

@media (max-width: 1024px) {
  body.woocommerce-account:not(.logged-in) .allure-account-auth__shell {
    padding: 28px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in) .elementor.elementor-2904 .elementor-element.elementor-element-5876f0a {
    --padding-top: 36px;
    --padding-bottom: 24px;
    --padding-left: 16px;
    --padding-right: 16px;
    padding: 36px 16px 24px;
  }

  body.woocommerce-account:not(.logged-in) .elementor.elementor-2904 .elementor-element.elementor-element-d7d6ace .elementor-heading-title {
    font-size: 30px;
    line-height: 1.02;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth {
    padding-bottom: 24px;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__shell {
    border-radius: 22px;
    padding: 18px;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__tabs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
    width: 100%;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__tab {
    font-size: 14px;
    min-height: 44px;
    min-width: 0;
    padding: 0 12px;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__content {
    padding: 0;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__panel {
    border-radius: 16px;
    padding: 18px 16px;
    width: 100% !important;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__lead {
    font-size: 14px;
    line-height: 1.5;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form,
  body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form-row,
  body.woocommerce-account:not(.logged-in) .allure-account-auth .form-row {
    max-width: 100% !important;
    min-width: 0;
    width: 100% !important;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth input.input-text {
    box-sizing: border-box;
    min-width: 0;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row {
    align-items: stretch;
    gap: 14px;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth .woocommerce-form-login__rememberme,
  body.woocommerce-account:not(.logged-in) .allure-account-auth .lost_password {
    width: 100%;
  }

  body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .button,
  body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row button.button,
  body.woocommerce-account:not(.logged-in) .allure-account-auth__submit-row .woocommerce-button {
    width: 100%;
  }
}

.allure-currency-trigger {
  --allure-currency-flag-size: 30px;
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  text-decoration: none !important;
}

.allure-currency-trigger:hover,
.allure-currency-trigger:focus-visible {
  opacity: 0.9;
  outline: none;
}

.allure-currency-trigger__flag {
  display: inline-flex;
}

.allure-currency-store__flag-wrap {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: var(--allure-currency-flag-size, 30px);
  justify-content: center;
  width: calc(var(--allure-currency-flag-size, 30px) + 12px);
}

.allure-currency-store__flag {
  display: block;
  height: auto;
  max-width: 100%;
  width: var(--allure-currency-flag-size, 30px);
}

.allure-currency-store__flag-fallback {
  align-items: center;
  background: #f1ede4;
  border-radius: 999px;
  color: #706855;
  display: inline-flex;
  font-family: "SFPro", sans-serif;
  font-size: 11px;
  font-weight: 600;
  height: var(--allure-currency-flag-size, 30px);
  justify-content: center;
  letter-spacing: 0.04em;
  width: var(--allure-currency-flag-size, 30px);
}

.allure-store-selector {
  color: #4d463b;
  width: 100%;
}

.allure-store-selector__title {
  color: #706855;
  font-family: "TheSeasons", sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
}

.allure-store-selector__divider {
  background: #ded6c3;
  height: 1px;
  margin: 26px 0 30px;
  width: 48px;
}

.allure-store-selector__description {
  color: #4d463b;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 24px;
  max-width: 420px;
}

.allure-currency-store-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.allure-currency-store {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 16px;
  display: flex;
  gap: 14px;
  min-height: 64px;
  padding: 12px 14px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.allure-currency-store:hover,
.allure-currency-store:focus-visible {
  background: #fcf9f2;
  border-color: #e5dcc9;
  outline: none;
  transform: translateX(2px);
}

.allure-currency-store.is-current {
  background: #fcf9f2;
  border-color: #e5dcc9;
}

.allure-currency-store__content {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.allure-currency-store__label {
  color: #5b5143;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.allure-currency-store__secondary {
  color: #c6bba6;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.single-product.allure-store-sri-lanka .elementor-element.australia,
.single-product.allure-store-sri-lanka .elementor-element.usa,
.single-product.allure-store-sri-lanka .elementor-element.all,
.single-product.allure-store-sri-lanka .elementor-element.shfaus,
.single-product.allure-store-australia .elementor-element.sri-lanka,
.single-product.allure-store-australia .elementor-element.usa,
.single-product.allure-store-australia.allure-product-origin-sri-lanka .elementor-element.australia,
.single-product.allure-store-australia.allure-product-origin-sri-lanka .elementor-element.all,
.single-product.allure-store-australia:not(.allure-product-origin-sri-lanka) .elementor-element.all,
.single-product.allure-store-australia:not(.allure-product-origin-sri-lanka) .elementor-element.shfaus,
.single-product.allure-store-usa .elementor-element.sri-lanka,
.single-product.allure-store-usa .elementor-element.australia,
.single-product.allure-store-usa .elementor-element.all,
.single-product.allure-store-usa .elementor-element.shfaus,
.single-product.allure-store-international .elementor-element.sri-lanka,
.single-product.allure-store-international .elementor-element.australia,
.single-product.allure-store-international .elementor-element.usa,
.single-product.allure-store-international .elementor-element.shfaus {
  display: none !important;
}

.allure-store-switch-confirmation {
  color: #4d463b;
  width: 100%;
}

.allure-store-switch-confirmation__title {
  color: #706855;
  font-family: "TheSeasons", sans-serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 18px;
}

.allure-store-switch-confirmation__description {
  color: #4d463b;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 420px;
}

.allure-store-switch-confirmation__description-line {
  display: block;
}

.allure-store-switch-confirmation__pending-store {
  color: #706855;
  font-weight: 600;
}

.allure-store-switch-confirmation__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.allure-store-switch-confirmation__button {
  appearance: none;
  border: 1px solid #706855;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 46px;
  min-width: 128px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.allure-store-switch-confirmation__button:hover,
.allure-store-switch-confirmation__button:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.allure-store-switch-confirmation__button--approve {
  background: #706855;
  color: #f7eed6;
}

.allure-store-switch-confirmation__button--approve:hover,
.allure-store-switch-confirmation__button--approve:focus-visible {
  background: #5d5747;
  border-color: #5d5747;
  color: #f7eed6;
}

.allure-store-switch-confirmation__button--cancel {
  background: transparent;
  color: #706855;
}

.allure-store-switch-confirmation__button--cancel:hover,
.allure-store-switch-confirmation__button--cancel:focus-visible {
  background: rgba(112, 104, 85, 0.08);
  color: #706855;
}

:root {
  --allure-woo-select-bg: #F7EED6;
  --allure-woo-select-text: #706855;
  --allure-woo-select-border: rgba(112, 104, 85, 0.34);
  --allure-woo-select-focus-ring: rgba(112, 104, 85, 0.18);
}

.woocommerce form select,
.woocommerce-page form select,
.woocommerce-ordering select,
body.woocommerce-checkout form.checkout select,
.wcf-embed-checkout-form .woocommerce form select {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--allure-woo-select-bg) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%23706855' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: right 16px center !important;
  background-repeat: no-repeat !important;
  background-size: 12px 8px !important;
  border: 1px solid var(--allure-woo-select-border) !important;
  box-shadow: none !important;
  color: var(--allure-woo-select-text) !important;
  line-height: 1.35 !important;
  min-height: 52px;
  padding: 12px 44px 12px 16px !important;
  text-align: left;
  text-align-last: left;
}

.woocommerce form select:focus,
.woocommerce-page form select:focus,
.woocommerce-ordering select:focus,
body.woocommerce-checkout form.checkout select:focus,
.wcf-embed-checkout-form .woocommerce form select:focus {
  border-color: #706855 !important;
  box-shadow: 0 0 0 3px var(--allure-woo-select-focus-ring) !important;
  outline: none;
}

.woocommerce form select option,
.woocommerce-page form select option,
.woocommerce-ordering select option,
body.woocommerce-checkout form.checkout select option,
.wcf-embed-checkout-form .woocommerce form select option {
  background: var(--allure-woo-select-bg);
  color: var(--allure-woo-select-text);
}

.woocommerce form select::-ms-expand,
.woocommerce-page form select::-ms-expand,
.woocommerce-ordering select::-ms-expand,
body.woocommerce-checkout form.checkout select::-ms-expand,
.wcf-embed-checkout-form .woocommerce form select::-ms-expand {
  display: none;
}

.woocommerce .select2-container,
.woocommerce-page .select2-container,
body.woocommerce-checkout form.checkout .select2-container,
.wcf-embed-checkout-form .woocommerce form .select2-container {
  width: 100% !important;
}

.woocommerce .select2-container--default .select2-selection--single,
.woocommerce-page .select2-container--default .select2-selection--single,
body.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single,
.wcf-embed-checkout-form .woocommerce form .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--multiple,
.woocommerce-page .select2-container--default .select2-selection--multiple,
body.woocommerce-checkout form.checkout .select2-container--default .select2-selection--multiple,
.wcf-embed-checkout-form .woocommerce form .select2-container--default .select2-selection--multiple {
  align-items: center;
  background: var(--allure-woo-select-bg) !important;
  border: 1px solid var(--allure-woo-select-border) !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: var(--allure-woo-select-text) !important;
  display: flex;
  min-height: 52px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.wcf-embed-checkout-form .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  align-items: center;
  color: var(--allure-woo-select-text) !important;
  display: flex;
  line-height: 1.35 !important;
  min-height: 50px;
  padding: 0 44px 0 16px !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__placeholder,
body.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__placeholder,
.wcf-embed-checkout-form .woocommerce form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(112, 104, 85, 0.76) !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow,
body.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.wcf-embed-checkout-form .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  align-items: center;
  display: flex;
  height: 100% !important;
  justify-content: center;
  right: 0 !important;
  top: 0 !important;
  width: 44px !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b,
body.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow b,
.wcf-embed-checkout-form .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow::after,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow::after,
body.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow::after,
.wcf-embed-checkout-form .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  border-bottom: 2px solid #706855;
  border-right: 2px solid #706855;
  content: "";
  display: block;
  height: 8px;
  transform: rotate(45deg) translateY(-1px);
  width: 8px;
}

.woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after,
.woocommerce-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after,
body.woocommerce-checkout form.checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after,
.wcf-embed-checkout-form .woocommerce form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(225deg) translateY(-1px);
}

.woocommerce .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-page .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout form.checkout .select2-container--default.select2-container--focus .select2-selection--single,
.wcf-embed-checkout-form .woocommerce form .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce .select2-container--default.select2-container--focus .select2-selection--multiple,
.woocommerce-page .select2-container--default.select2-container--focus .select2-selection--multiple,
body.woocommerce-checkout form.checkout .select2-container--default.select2-container--focus .select2-selection--multiple,
.wcf-embed-checkout-form .woocommerce form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #706855 !important;
  box-shadow: 0 0 0 3px var(--allure-woo-select-focus-ring) !important;
  outline: none;
}

body.woocommerce .select2-container--default .select2-dropdown,
body.woocommerce-page .select2-container--default .select2-dropdown,
body.woocommerce-checkout .select2-container--default .select2-dropdown,
body.single-product .select2-container--default .select2-dropdown,
body.post-type-archive-product .select2-container--default .select2-dropdown,
body.tax-product_cat .select2-container--default .select2-dropdown,
body.tax-product_tag .select2-container--default .select2-dropdown {
  background: var(--allure-woo-select-bg);
  border: 1px solid var(--allure-woo-select-border);
  box-shadow: 0 16px 32px rgba(112, 104, 85, 0.14);
}

body.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field,
body.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field,
body.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field,
body.single-product .select2-container--default .select2-search--dropdown .select2-search__field,
body.post-type-archive-product .select2-container--default .select2-search--dropdown .select2-search__field,
body.tax-product_cat .select2-container--default .select2-search--dropdown .select2-search__field,
body.tax-product_tag .select2-container--default .select2-search--dropdown .select2-search__field {
  background: #fff9ea;
  border: 1px solid var(--allure-woo-select-border);
  color: var(--allure-woo-select-text);
}

body.woocommerce .select2-container--default .select2-results__option,
body.woocommerce-page .select2-container--default .select2-results__option,
body.woocommerce-checkout .select2-container--default .select2-results__option,
body.single-product .select2-container--default .select2-results__option,
body.post-type-archive-product .select2-container--default .select2-results__option,
body.tax-product_cat .select2-container--default .select2-results__option,
body.tax-product_tag .select2-container--default .select2-results__option {
  color: var(--allure-woo-select-text);
  padding: 10px 14px;
}

body.woocommerce .select2-container--default .select2-results__option[aria-selected="true"],
body.woocommerce-page .select2-container--default .select2-results__option[aria-selected="true"],
body.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected="true"],
body.single-product .select2-container--default .select2-results__option[aria-selected="true"],
body.post-type-archive-product .select2-container--default .select2-results__option[aria-selected="true"],
body.tax-product_cat .select2-container--default .select2-results__option[aria-selected="true"],
body.tax-product_tag .select2-container--default .select2-results__option[aria-selected="true"],
body.woocommerce .select2-container--default .select2-results__option[data-selected="true"],
body.woocommerce-page .select2-container--default .select2-results__option[data-selected="true"],
body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected="true"],
body.single-product .select2-container--default .select2-results__option[data-selected="true"],
body.post-type-archive-product .select2-container--default .select2-results__option[data-selected="true"],
body.tax-product_cat .select2-container--default .select2-results__option[data-selected="true"],
body.tax-product_tag .select2-container--default .select2-results__option[data-selected="true"] {
  background: rgba(112, 104, 85, 0.1);
  color: var(--allure-woo-select-text);
}

body.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
body.single-product .select2-container--default .select2-results__option--highlighted[aria-selected],
body.post-type-archive-product .select2-container--default .select2-results__option--highlighted[aria-selected],
body.tax-product_cat .select2-container--default .select2-results__option--highlighted[aria-selected],
body.tax-product_tag .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce .select2-container--default .select2-results__option--highlighted[data-selected],
body.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected],
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected],
body.single-product .select2-container--default .select2-results__option--highlighted[data-selected],
body.post-type-archive-product .select2-container--default .select2-results__option--highlighted[data-selected],
body.tax-product_cat .select2-container--default .select2-results__option--highlighted[data-selected],
body.tax-product_tag .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #706855 !important;
  color: #F7EED6 !important;
}

.dgwt-wcas-search-wrapp,
.dgwt-wcas-suggestions-wrapp {
  --allure-search-bg: #fffdf9;
  --allure-search-border: #ddd3c1;
  --allure-search-highlight: #f7eed6;
  --allure-search-text: #4d463b;
  --allure-search-muted: #7b725f;
  --allure-search-shadow: 0 24px 56px rgba(77, 70, 59, 0.14);
}

html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
  max-width: calc(100vw - 32px) !important;
  min-width: 0 !important;
  width: calc(100vw - 32px) !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-search-icon {
  color: #706855;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-search-icon:hover,
.dgwt-wcas-search-wrapp .dgwt-wcas-search-icon:focus-visible {
  color: #5d5747;
  opacity: 1;
  outline: none;
  transform: translateY(-1px);
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier-handler,
.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier {
  height: 20px;
  width: 20px;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier-handler path,
.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier path,
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader svg path {
  fill: currentColor;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-search-icon-arrow {
  display: none !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  align-items: center;
  background: var(--allure-search-bg);
  border: 1px solid var(--allure-search-border);
  border-radius: 24px;
  box-shadow: var(--allure-search-shadow);
  display: flex;
  min-height: 60px;
  padding: 0 18px;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp:focus-within {
  border-color: #9b8c70;
  box-shadow: 0 0 0 4px rgba(155, 140, 112, 0.12), var(--allure-search-shadow);
}

.dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--allure-search-text) !important;
  font-family: "SFPro", sans-serif !important;
  font-size: 17px !important;
  letter-spacing: 0.02em;
  min-height: 58px;
  padding: 0 12px !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-search-input::placeholder {
  color: rgba(112, 104, 85, 0.72);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier,
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader,
.dgwt-wcas-search-wrapp .dgwt-wcas-close {
  color: #706855;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-preloader.dgwt-wcas-close {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 34px;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-preloader.dgwt-wcas-close:hover,
.dgwt-wcas-search-wrapp .dgwt-wcas-preloader.dgwt-wcas-close:focus-visible {
  background: rgba(112, 104, 85, 0.08);
  color: #5d5747;
  outline: none;
}

.dgwt-wcas-suggestions-wrapp {
  background: #fffdf9 !important;
  border: 1px solid #e2d9c8;
  border-radius: 28px !important;
  box-shadow: 0 28px 60px rgba(77, 70, 59, 0.16);
  left: var(--allure-fibosearch-left, 16px) !important;
  max-width: var(--allure-fibosearch-width, calc(100vw - 32px)) !important;
  overflow: hidden;
  padding: 6px;
  width: var(--allure-fibosearch-width, calc(100vw - 32px)) !important;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid rgba(221, 211, 193, 0.8);
  border-radius: 20px;
  color: var(--allure-search-text);
  display: flex;
  gap: 14px;
  margin: 0 0 4px;
  min-height: 72px;
  padding: 10px 14px;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:last-child,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom {
  border-bottom-color: transparent;
  margin-bottom: 0;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:hover,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:focus-visible,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected {
  background: var(--allure-search-highlight);
  box-shadow: inset 0 0 0 1px rgba(112, 104, 85, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
  flex: 0 0 56px;
  width: 56px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si img {
  border-radius: 18px;
  display: block;
  height: 56px;
  object-fit: cover;
  width: 56px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-content-wrapp {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  width: 100%;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-meta {
  min-width: 0;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st-title {
  color: var(--allure-search-text);
  font-family: "TheSeasons", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st-title strong {
  color: #7a6d56;
  font-weight: 600;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-meta,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp .woocommerce-Price-amount,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp .woocommerce-Price-currencySymbol {
  color: #706855 !important;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline-v2 {
  color: #8b7f69;
  display: block;
  font-family: "SFPro", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 12px 16px 8px;
  text-transform: uppercase;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores {
  color: #706855;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  padding: 20px 16px;
  text-align: center;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
  background: rgba(247, 238, 214, 0.72);
  color: #706855 !important;
  font-family: "SFPro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  color: inherit !important;
  display: block !important;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:empty::before {
  content: "See all products";
}

@media (max-width: 767px) {
  html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
    max-width: calc(100vw - 24px) !important;
    width: calc(100vw - 24px) !important;
  }

  .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
    border-radius: 20px;
    min-height: 56px;
    padding: 0 14px;
  }

  .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    font-size: 16px !important;
    min-height: 54px;
  }

  .dgwt-wcas-suggestions-wrapp {
    border-radius: 22px !important;
    left: var(--allure-fibosearch-left, 12px) !important;
    max-width: var(--allure-fibosearch-width, calc(100vw - 24px)) !important;
    padding: 6px;
    width: var(--allure-fibosearch-width, calc(100vw - 24px)) !important;
  }

  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
    border-radius: 16px;
    gap: 12px;
    min-height: 66px;
    padding: 10px 12px;
  }

  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si,
  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-si img {
    height: 52px;
    width: 52px;
  }

  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-st-title {
    font-size: 17px;
  }

  .dgwt-wcas-suggestions-wrapp .dgwt-wcas-content-wrapp {
    gap: 10px;
  }
}

.elementor-3005 .elementor-widget-woocommerce-product-add-to-cart .add_to_cart_button {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: transparent !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0;
  height: 28px;
  justify-content: center;
  line-height: 1;
  min-height: 28px;
  min-width: 28px;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  text-decoration: none !important;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  width: 28px;
  z-index: 2;
}

.elementor-3005 .elementor-widget-woocommerce-product-add-to-cart .add_to_cart_button::before {
  color: #706855;
  content: "+";
  display: block;
  font-family: "SFPro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.elementor-3005 .elementor-widget-woocommerce-product-add-to-cart .add_to_cart_button:hover,
.elementor-3005 .elementor-widget-woocommerce-product-add-to-cart .add_to_cart_button:focus-visible {
  outline: none;
  opacity: 0.75;
  transform: translateY(-1px);
}

.elementor-3005 .elementor-widget-woocommerce-product-add-to-cart .added_to_cart {
  display: none !important;
}

body.post-type-archive-product .elementor-element-60409fb a.add_to_cart_button,
body.post-type-archive-product .elementor-element-60409fb a.added_to_cart.wc-forward,
body.tax-product_cat .elementor-element-60409fb a.add_to_cart_button,
body.tax-product_cat .elementor-element-60409fb a.added_to_cart.wc-forward,
body.tax-product_tag .elementor-element-60409fb a.add_to_cart_button,
body.tax-product_tag .elementor-element-60409fb a.added_to_cart.wc-forward {
  align-items: center;
  background: #f5e8be !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #706855 !important;
  display: inline-flex !important;
  font-family: "SFPro", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  justify-content: center;
  line-height: 1.2 !important;
  min-height: 50px;
  padding: 15px 0 !important;
  position: static !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  transition: none !important;
  width: 100% !important;
}

body.post-type-archive-product .elementor-element-60409fb a.add_to_cart_button:hover,
body.post-type-archive-product .elementor-element-60409fb a.add_to_cart_button:focus-visible,
body.post-type-archive-product .elementor-element-60409fb a.added_to_cart.wc-forward:hover,
body.post-type-archive-product .elementor-element-60409fb a.added_to_cart.wc-forward:focus-visible,
body.tax-product_cat .elementor-element-60409fb a.add_to_cart_button:hover,
body.tax-product_cat .elementor-element-60409fb a.add_to_cart_button:focus-visible,
body.tax-product_cat .elementor-element-60409fb a.added_to_cart.wc-forward:hover,
body.tax-product_cat .elementor-element-60409fb a.added_to_cart.wc-forward:focus-visible,
body.tax-product_tag .elementor-element-60409fb a.add_to_cart_button:hover,
body.tax-product_tag .elementor-element-60409fb a.add_to_cart_button:focus-visible,
body.tax-product_tag .elementor-element-60409fb a.added_to_cart.wc-forward:hover,
body.tax-product_tag .elementor-element-60409fb a.added_to_cart.wc-forward:focus-visible {
  background: #f5e8be !important;
  color: #706855 !important;
  opacity: 1 !important;
  outline: none;
  transform: none !important;
}

body.post-type-archive-product .elementor-element-60409fb a.add_to_cart_button::after,
body.post-type-archive-product .elementor-element-60409fb a.added_to_cart.wc-forward::after,
body.tax-product_cat .elementor-element-60409fb a.add_to_cart_button::after,
body.tax-product_cat .elementor-element-60409fb a.added_to_cart.wc-forward::after,
body.tax-product_tag .elementor-element-60409fb a.add_to_cart_button::after,
body.tax-product_tag .elementor-element-60409fb a.added_to_cart.wc-forward::after {
  animation: none !important;
  content: none !important;
  display: none !important;
}

body.post-type-archive-product .elementor-element-60409fb a.add_to_cart_button.loading,
body.post-type-archive-product .elementor-element-60409fb a.add_to_cart_button.added,
body.tax-product_cat .elementor-element-60409fb a.add_to_cart_button.loading,
body.tax-product_cat .elementor-element-60409fb a.add_to_cart_button.added,
body.tax-product_tag .elementor-element-60409fb a.add_to_cart_button.loading,
body.tax-product_tag .elementor-element-60409fb a.add_to_cart_button.added {
  padding-right: 0 !important;
}

.elementor-1788 .elementor-element-60409fb a.add_to_cart_button,
.elementor-1788 .elementor-element-60409fb a.added_to_cart.wc-forward {
  align-items: center;
  background: #f5e8be !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #706855 !important;
  display: inline-flex !important;
  font-family: "SFPro", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  justify-content: center;
  line-height: 1.2 !important;
  min-height: 50px;
  padding: 15px 0 !important;
  position: static !important;
  text-decoration: none !important;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  transform: none !important;
  transition: none !important;
  width: 100% !important;
}

.elementor-1788 .elementor-element-60409fb a.add_to_cart_button:hover,
.elementor-1788 .elementor-element-60409fb a.add_to_cart_button:focus-visible,
.elementor-1788 .elementor-element-60409fb a.added_to_cart.wc-forward:hover,
.elementor-1788 .elementor-element-60409fb a.added_to_cart.wc-forward:focus-visible {
  background: #f5e8be !important;
  color: #706855 !important;
  opacity: 1 !important;
  outline: none;
  transform: none !important;
}

.elementor-1788 .elementor-element-60409fb a.add_to_cart_button::after,
.elementor-1788 .elementor-element-60409fb a.added_to_cart.wc-forward::after {
  animation: none !important;
  content: none !important;
  display: none !important;
}

.elementor-1788 .elementor-element-60409fb a.add_to_cart_button.loading,
.elementor-1788 .elementor-element-60409fb a.add_to_cart_button.added {
  padding-right: 0 !important;
}

body.post-type-archive-product .allure-archive-sortbar,
body.tax-product_cat .allure-archive-sortbar,
body.tax-product_tag .allure-archive-sortbar,
body.search.search-results .allure-archive-sortbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin: 0 0 26px;
  width: 100%;
}

body.post-type-archive-product .allure-archive-sortbar__label,
body.tax-product_cat .allure-archive-sortbar__label,
body.tax-product_tag .allure-archive-sortbar__label,
body.search.search-results .allure-archive-sortbar__label {
  color: #706855;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

body.post-type-archive-product .allure-archive-sortbar__select-wrap,
body.tax-product_cat .allure-archive-sortbar__select-wrap,
body.tax-product_tag .allure-archive-sortbar__select-wrap,
body.search.search-results .allure-archive-sortbar__select-wrap {
  position: relative;
  width: min(100%, 170px);
}

body.post-type-archive-product .allure-archive-sortbar__select-wrap::after,
body.tax-product_cat .allure-archive-sortbar__select-wrap::after,
body.tax-product_tag .allure-archive-sortbar__select-wrap::after,
body.search.search-results .allure-archive-sortbar__select-wrap::after {
  border-bottom: 2px solid #706855;
  border-right: 2px solid #706855;
  content: "";
  display: block;
  height: 9px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  transform: rotate(45deg);
  width: 9px;
}

body.post-type-archive-product .allure-archive-sortbar__select,
body.tax-product_cat .allure-archive-sortbar__select,
body.tax-product_tag .allure-archive-sortbar__select,
body.search.search-results .allure-archive-sortbar__select {
  -webkit-appearance: none;
  appearance: none;
  background: #fffdf9;
  border: 1px solid #ddd3c1;
  border-radius: 0;
  box-shadow: none;
  color: #4d463b;
  cursor: pointer;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 46px;
  padding: 12px 42px 12px 14px;
  width: 100%;
}

body.post-type-archive-product .allure-archive-sortbar__select:focus,
body.tax-product_cat .allure-archive-sortbar__select:focus,
body.tax-product_tag .allure-archive-sortbar__select:focus,
body.search.search-results .allure-archive-sortbar__select:focus {
  border-color: #706855;
  box-shadow: 0 0 0 3px rgba(112, 104, 85, 0.12);
  outline: none;
}

.allure-archive-sortbar__search-summary {
  color: #706855;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.allure-archive-sortbar__search-term {
  color: #4d463b;
  font-weight: 600;
}

.allure-archive-sortbar__back,
.allure-archive-sortbar__back:visited {
  color: #706855;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-right: auto;
  margin-left: 10px;
  text-decoration: none;
  text-transform: none;
}

.allure-archive-sortbar__back:hover,
.allure-archive-sortbar__back:focus-visible {
  color: #4d463b;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.post-type-archive-product .product-hover-gallery .elementor-gallery__container,
body.tax-product_cat .product-hover-gallery .elementor-gallery__container,
body.tax-product_tag .product-hover-gallery .elementor-gallery__container {
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.post-type-archive-product .product-hover-gallery .e-gallery-image,
body.tax-product_cat .product-hover-gallery .e-gallery-image,
body.tax-product_tag .product-hover-gallery .e-gallery-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.post-type-archive-product .product-hover-gallery .allure-archive-gallery-image,
body.tax-product_cat .product-hover-gallery .allure-archive-gallery-image,
body.tax-product_tag .product-hover-gallery .allure-archive-gallery-image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

body.post-type-archive-product .shop-products,
body.tax-product_cat .shop-products,
body.tax-product_tag .shop-products {
  position: relative;
  transition: opacity 0.2s ease;
}

body.post-type-archive-product .shop-products .e-loop-nothing-found-message,
body.tax-product_cat .shop-products .e-loop-nothing-found-message,
body.tax-product_tag .shop-products .e-loop-nothing-found-message {
  align-items: center;
  color: #706855;
  display: flex;
  font-family: "SFPro", sans-serif;
  font-size: 18px;
  grid-column: 1 / -1;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 320px;
  padding: 72px 20px;
  text-align: center;
  width: 100%;
}

body.post-type-archive-product .shop-products .e-loop-nothing-found-message__text,
body.tax-product_cat .shop-products .e-loop-nothing-found-message__text,
body.tax-product_tag .shop-products .e-loop-nothing-found-message__text {
  margin: 0;
}

body.post-type-archive-product .shop-products.allure-grid-loading,
body.tax-product_cat .shop-products.allure-grid-loading,
body.tax-product_tag .shop-products.allure-grid-loading {
  min-height: 420px;
}

body.post-type-archive-product .shop-products.allure-grid-loading .elementor-loop-container,
body.tax-product_cat .shop-products.allure-grid-loading .elementor-loop-container,
body.tax-product_tag .shop-products.allure-grid-loading .elementor-loop-container {
  opacity: 0;
  pointer-events: none;
}

body.post-type-archive-product .shop-products.allure-grid-loading::before,
body.tax-product_cat .shop-products.allure-grid-loading::before,
body.tax-product_tag .shop-products.allure-grid-loading::before {
  animation: allureArchiveGridSpin 0.8s linear infinite;
  border: 2px solid rgba(112, 104, 85, 0.18);
  border-radius: 999px;
  border-top-color: #706855;
  content: "";
  height: 42px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
  top: 56px;
  width: 42px;
  z-index: 3;
}

body.post-type-archive-product .shop-products.allure-grid-loading::after,
body.tax-product_cat .shop-products.allure-grid-loading::after,
body.tax-product_tag .shop-products.allure-grid-loading::after {
  background: rgba(255, 255, 255, 0.96);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}

@keyframes allureArchiveGridSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  body.post-type-archive-product .allure-archive-sortbar,
  body.tax-product_cat .allure-archive-sortbar,
  body.tax-product_tag .allure-archive-sortbar,
  body.search.search-results .allure-archive-sortbar {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }

  body.post-type-archive-product .allure-archive-sortbar__select-wrap,
  body.tax-product_cat .allure-archive-sortbar__select-wrap,
  body.tax-product_tag .allure-archive-sortbar__select-wrap,
  body.search.search-results .allure-archive-sortbar__select-wrap {
    width: 100%;
  }

  .allure-archive-sortbar__search-summary,
  .allure-archive-sortbar__back {
    flex: 0 1 auto;
    margin-right: 0;
  }

  .allure-archive-sortbar__back {
    margin-left: 0;
  }
}

.woocommerce .cart_totals .shop_table .allure-estimated-delivery th,
.woocommerce-page .cart_totals .shop_table .allure-estimated-delivery th {
  width: 0;
  padding-right: 0;
}

.woocommerce .cart_totals .shop_table .allure-estimated-delivery td,
.woocommerce-page .cart_totals .shop_table .allure-estimated-delivery td {
  white-space: normal;
  overflow-wrap: anywhere;
}

.woocommerce table.shop_table_responsive tr.allure-estimated-delivery td::before,
.woocommerce-page table.shop_table_responsive tr.allure-estimated-delivery td::before {
  content: none;
}

.woocommerce-checkout-review-order-table tr.allure-estimated-delivery td.allure-estimated-delivery__full,
.wcf-embed-checkout-form table.shop_table tr.allure-estimated-delivery td.allure-estimated-delivery__full,
.woocommerce-page .woocommerce-checkout #order_review .shop_table tr.allure-estimated-delivery td.allure-estimated-delivery__full {
  text-align: left !important;
  white-space: nowrap;
}

.woocommerce .cart_totals .shop_table tr.cart-discount th,
.woocommerce-page .cart_totals .shop_table tr.cart-discount th,
.woocommerce-checkout-review-order-table tr.cart-discount th,
.wcf-embed-checkout-form table.shop_table tr.cart-discount th {
  overflow: visible;
  vertical-align: middle;
  white-space: normal;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th,
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th {
  display: table-cell !important;
  padding-inline-end: 14px;
  text-align: start;
  width: auto;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody td::before,
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody td::before {
  content: none !important;
  display: none !important;
}

body.woocommerce-cart form.woocommerce-cart-form .actions button[name="update_cart"],
body.woocommerce-cart form.woocommerce-cart-form .actions input[name="update_cart"],
.elementor-widget-woocommerce-cart form.woocommerce-cart-form .actions button[name="update_cart"],
.elementor-widget-woocommerce-cart form.woocommerce-cart-form .actions input[name="update_cart"] {
  display: none !important;
}

body.woocommerce-cart form.woocommerce-cart-form td.product-quantity,
.elementor-widget-woocommerce-cart form.woocommerce-cart-form td.product-quantity {
  min-width: 126px;
}

body.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity,
.elementor-widget-woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity {
  display: inline-flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

body.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty,
.elementor-widget-woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty {
  appearance: textfield;
  background: #fffdf9;
  border: 1px solid #d9cfbf;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: none;
  color: #37342f;
  display: block;
  font-family: "SFPro", sans-serif;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  height: 48px !important;
  line-height: 1;
  max-width: 104px;
  min-height: 48px !important;
  min-width: 104px;
  padding: 0 14px;
  text-align: center;
  width: 104px !important;
}

body.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty:focus,
.elementor-widget-woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty:focus {
  border-color: #9b8c70;
  box-shadow: 0 0 0 4px rgba(155, 140, 112, 0.12);
  outline: none;
}

body.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty::-webkit-inner-spin-button,
body.woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty::-webkit-outer-spin-button,
.elementor-widget-woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty::-webkit-inner-spin-button,
.elementor-widget-woocommerce-cart form.woocommerce-cart-form td.product-quantity .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.elementor-widget-woocommerce-menu-cart,
.elementor-181 .elementor-element.elementor-element-a5b2f0a,
.elementor-181 .elementor-element.elementor-element-e0348ae {
  --view-cart-button-display: inline-flex !important;
  --cart-footer-layout: 1fr !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons {
  grid-template-columns: 1fr !important;
  row-gap: 12px !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button--checkout {
  align-items: center;
  background: #f5e8be !important;
  border: 1px solid #f0e0b2 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #7a6d56 !important;
  display: inline-flex !important;
  font-family: "SFPro", sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 54px;
  padding: 0 28px !important;
  text-transform: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 100%;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart:focus-visible,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button--checkout:focus-visible {
  background: #efe0ae !important;
  border-color: #e8d59c !important;
  color: #6e624f !important;
  opacity: 1;
  outline: none;
  transform: none;
}

.elementor-menu-cart__footer-buttons .elementor-button-text {
  color: inherit !important;
  display: inline !important;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.elementor-menu-cart__footer-buttons a::after {
  content: none !important;
  display: none !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100dvh;
  min-height: 0;
  overflow: hidden;
  width: 460px !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main::before {
  border-bottom: 1px solid #e6e2da;
  color: #706855;
  content: "YOUR BAG";
  display: block;
  font-family: "TheSeasons", sans-serif;
  font-size: 26px;
  font-weight: 500;
  padding: 10px 0 20px;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal {
  align-items: center;
  border-top: 1px solid rgba(112, 104, 85, 0.25);
  color: #706855;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 8px;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal strong {
  color: #222222;
  font-family: "TheSeasons", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal > span:last-child,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal .woocs_special_price_code,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal .woocommerce-Price-amount {
  color: #706855;
  font-family: "SFPro", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons a {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button {
  margin-left: auto;
  position: relative !important;
  right: 0 !important;
  top: -44px;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product {
  position: relative;
  transition: transform 0.35s ease;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__products {
  flex: 1 1 auto;
  max-height: none;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 12px;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal {
  background: #fffdf9;
  box-shadow: 0 -10px 20px rgba(253, 251, 246, 0.95);
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons {
  background: #fffdf9;
  flex: 0 0 auto;
  padding-bottom: max(0px, env(safe-area-inset-bottom));
  padding-top: 12px;
  position: relative;
  z-index: 1;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-row,
.elementor-menu-cart__main .allure-menu-cart__quantity-row {
  align-items: center;
  column-gap: 8px;
  display: inline-flex;
  flex-wrap: nowrap;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-field,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-field .quantity,
.elementor-menu-cart__main .allure-menu-cart__quantity-field,
.elementor-menu-cart__main .allure-menu-cart__quantity-field .quantity {
  display: inline-flex;
  margin: 0;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-shell,
.elementor-menu-cart__main .allure-menu-cart__quantity-shell {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-display,
.elementor-menu-cart__main .allure-menu-cart__quantity-display {
  align-items: center;
  column-gap: 8px;
  display: inline-flex;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-edit,
.elementor-menu-cart__main .allure-menu-cart__quantity-edit {
  align-items: center;
  column-gap: 8px;
  display: inline-flex;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-edit[hidden],
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-display[hidden],
.elementor-menu-cart__main .allure-menu-cart__quantity-edit[hidden],
.elementor-menu-cart__main .allure-menu-cart__quantity-display[hidden] {
  display: none !important;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-input,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-static,
.elementor-menu-cart__main .allure-menu-cart__qty-input,
.elementor-menu-cart__main .allure-menu-cart__qty-static {
  appearance: textfield;
  background: #fffdf7;
  border: 1px solid rgba(112, 104, 85, 0.28);
  border-radius: 999px;
  color: #5f5647;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  min-width: 58px;
  padding: 0 12px;
  text-align: center;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-input,
.elementor-menu-cart__main .allure-menu-cart__qty-input {
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  width: 64px;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-input:focus,
.elementor-menu-cart__main .allure-menu-cart__qty-input:focus {
  border-color: rgba(112, 104, 85, 0.5);
  box-shadow: 0 0 0 3px rgba(245, 232, 190, 0.5);
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-input::-webkit-inner-spin-button,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-input::-webkit-outer-spin-button,
.elementor-menu-cart__main .allure-menu-cart__qty-input::-webkit-inner-spin-button,
.elementor-menu-cart__main .allure-menu-cart__qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-static,
.elementor-menu-cart__main .allure-menu-cart__qty-static {
  display: inline-flex;
  justify-content: center;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__edit-button,
.elementor-menu-cart__main .allure-menu-cart__edit-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #706855;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  height: 26px;
  justify-content: center;
  padding: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
  width: 26px;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__edit-button:hover,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__edit-button:focus-visible,
.elementor-menu-cart__main .allure-menu-cart__edit-button:hover,
.elementor-menu-cart__main .allure-menu-cart__edit-button:focus-visible {
  background: rgba(245, 232, 190, 0.5);
  color: #5d5445;
  outline: none;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-save,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-cancel,
.elementor-menu-cart__main .allure-menu-cart__qty-save,
.elementor-menu-cart__main .allure-menu-cart__qty-cancel {
  background: transparent;
  border: 0;
  color: #706855;
  cursor: pointer;
  font-family: "SFPro", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 0;
  text-transform: uppercase;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__qty-save,
.elementor-menu-cart__main .allure-menu-cart__qty-save {
  color: #5d5445;
  font-weight: 600;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__quantity-times,
.elementor-menu-cart__main .allure-menu-cart__quantity-times {
  color: rgba(112, 104, 85, 0.72);
  font-size: 14px;
}

.elementor-widget-woocommerce-menu-cart .allure-menu-cart__unit-price,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__unit-price .woocommerce-Price-amount,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__unit-price .woocommerce-Price-currencySymbol,
.elementor-menu-cart__main .allure-menu-cart__unit-price,
.elementor-menu-cart__main .allure-menu-cart__unit-price .woocommerce-Price-amount,
.elementor-menu-cart__main .allure-menu-cart__unit-price .woocommerce-Price-currencySymbol,
.elementor-widget-woocommerce-menu-cart .allure-menu-cart__display-qty,
.elementor-menu-cart__main .allure-menu-cart__display-qty {
  color: #706855;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product.is-updating,
.elementor-menu-cart__main .elementor-menu-cart__product.is-updating {
  opacity: 0.7;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product.is-updating .allure-menu-cart__qty-input,
.elementor-menu-cart__main .elementor-menu-cart__product.is-updating .allure-menu-cart__qty-input {
  cursor: progress;
  opacity: 0.8;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product:hover {
  transform: translateX(-6px);
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove {
  align-items: center;
  border: 1px solid rgba(112, 104, 85, 0.35);
  border-radius: 50%;
  display: flex;
  height: 26px;
  justify-content: center;
  opacity: 0;
  transform: translateX(12px) scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.25s ease;
  width: 26px;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product:hover .elementor-menu-cart__product-remove {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove:hover {
  border-color: #706855;
}

.elementor-widget-woocommerce-menu-cart .woocommerce-mini-cart__empty-message {
  font-size: 0;
  position: relative;
}

.elementor-widget-woocommerce-menu-cart .woocommerce-mini-cart__empty-message::after {
  content: "No products in your bag.";
  font-family: "SFPro", sans-serif;
  font-size: 14px;
}

body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details *,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content * {
  box-sizing: border-box;
}

body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-customer-details address,
body.woocommerce-order-received .woocommerce-customer-details p,
body.woocommerce-order-received .customer-details-table,
body.woocommerce-order-received .customer-details-table td,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content address,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address address,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-column,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-column address {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-columns {
  display: flex;
  gap: 28px;
  min-width: 0;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-column {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}

body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table,
body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table tbody {
  display: block !important;
  table-layout: fixed !important;
  width: 100% !important;
}

body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table tr {
  display: grid !important;
  gap: 20px 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
}

body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table td {
  display: block !important;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  width: auto !important;
  word-break: break-word !important;
}

body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table td p,
body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table td address,
body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table td div {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: break-word !important;
}

.wcf-thankyou-wrap .customer-details-box {
  max-width: 100%;
  overflow: hidden;
}

.wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details,
.wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details > tbody {
  display: block !important;
  table-layout: fixed !important;
  width: 100% !important;
}

.wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details > tbody > tr {
  display: grid !important;
  gap: 20px 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  max-width: 100%;
  width: 100%;
}

.wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details > tbody > tr > td {
  display: block !important;
  inline-size: 100%;
  max-inline-size: 100%;
  max-width: 100%;
  min-inline-size: 0;
  min-width: 0 !important;
  overflow: hidden;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  width: 100% !important;
  word-break: break-word !important;
}

.wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details > tbody > tr > td p,
.wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details > tbody > tr > td address,
.wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details > tbody > tr > td div {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  max-width: 100%;
  min-inline-size: 0;
  min-width: 0;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: break-word !important;
}

@media (max-width: 767px) {
  body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-columns {
    display: block;
  }

  body.woocommerce-order-received .wcf-thankyou-wrap table.customer-details-table tr {
    display: block !important;
  }

  .wcf-thankyou-wrap table.customer-details-table.woocommerce-table--customer-details > tbody > tr {
    display: block !important;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address + .woocommerce-Address,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-column + .woocommerce-column {
    margin-top: 24px;
  }

  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details,
  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details tbody,
  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details tr,
  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details td {
    display: block;
    width: 100%;
  }

  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details {
    border-collapse: separate;
    border-spacing: 0;
  }

  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details tr {
    margin: 0;
  }

  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details td {
    box-sizing: border-box;
    padding-inline: 0;
  }

  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details td + td {
    margin-top: 16px;
  }

  body.woocommerce-order-received .customer-details-table.woocommerce-table--customer-details p {
    margin: 6px 0 0;
  }
}

.allure-coupon-summary {
  align-items: center;
  background: #F7EED6 !important;
  border: 1px solid #F7EED6 !important;
  border-radius: 999px;
  column-gap: 8px;
  display: inline-flex !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  line-height: 1;
  padding: 4px 8px 4px 14px;
  row-gap: 4px;
  white-space: nowrap;
}

.allure-coupon-summary__label {
  color: #706855;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.allure-coupon-remove,
.allure-coupon-remove:visited {
  align-items: center;
  background: #706855 !important;
  background-color: #706855 !important;
  border: 0 !important;
  border-radius: 999px;
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  font-family: "SFPro", sans-serif;
  font-size: 0;
  font-weight: 500;
  height: 18px;
  justify-content: center;
  line-height: 1;
  margin-left: 0;
  opacity: 1;
  text-decoration: none !important;
  width: 18px;
  -webkit-text-fill-color: #ffffff;
}

.wcf-embed-checkout-form .woocommerce .allure-coupon-remove,
.wcf-embed-checkout-form .woocommerce .allure-coupon-remove:visited,
body.woocommerce-checkout #order_review .allure-coupon-remove,
body.woocommerce-checkout #order_review .allure-coupon-remove:visited {
  background: #706855 !important;
  background-color: #706855 !important;
  border: 0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

.allure-coupon-remove:hover,
.allure-coupon-remove:focus-visible {
  background: #706855 !important;
  background-color: #706855 !important;
  box-shadow: 0 0 0 2px rgba(109, 140, 52, 0.18);
  color: #ffffff !important;
  outline: none;
}

.wcf-embed-checkout-form .woocommerce .allure-coupon-remove:hover,
.wcf-embed-checkout-form .woocommerce .allure-coupon-remove:focus-visible,
body.woocommerce-checkout #order_review .allure-coupon-remove:hover,
body.woocommerce-checkout #order_review .allure-coupon-remove:focus-visible {
  background: #706855 !important;
  background-color: #706855 !important;
}

.allure-coupon-remove__icon {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.5px);
}


.allure-empty-bag {
  --allure-empty-bag-sand: #DED6C3;
  --allure-empty-bag-cream: #F7EED6;
  --allure-empty-bag-brown: #706855;
  --links-normal-color: #706855;
  --links-hover-color: #706855;
  display: flex;
  justify-content: center;
  padding: clamp(32px, 6vw, 76px) 16px;
  width: 100%;
}

.allure-empty-bag__card {
  background: var(--allure-empty-bag-sand);
  border: 1px solid rgba(112, 104, 85, 0.2);
  border-radius: 30px;
  box-shadow: 0 22px 54px rgba(112, 104, 85, 0.12);
  color: var(--allure-empty-bag-brown);
  max-width: 640px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 58px);
  position: relative;
  text-align: center;
  width: 100%;
}

.allure-empty-bag__card::before,
.allure-empty-bag__card::after {
  border-radius: 999px;
  content: "";
  pointer-events: none;
  position: absolute;
}

.allure-empty-bag__card::before {
  background: rgba(247, 238, 214, 0.7);
  height: 220px;
  right: -64px;
  top: -120px;
  width: 220px;
}

.allure-empty-bag__card::after {
  border: 1px solid rgba(112, 104, 85, 0.18);
  bottom: -74px;
  height: 180px;
  left: -46px;
  width: 180px;
}

.allure-empty-bag__title,
.allure-empty-bag__copy,
.allure-empty-bag__cta {
  position: relative;
  z-index: 1;
}

.allure-empty-bag__title {
  color: var(--allure-empty-bag-brown);
  font-family: "TheSeasons", sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0;
}

.allure-empty-bag__copy {
  color: var(--allure-empty-bag-brown);
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  margin: 18px auto 0;
  opacity: 0.92;
  max-width: 420px;
}

.allure-empty-bag__cta,
.allure-empty-bag__cta:visited {
  align-items: center;
  background: var(--allure-empty-bag-cream);
  border: 1px solid rgba(112, 104, 85, 0.18);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(112, 104, 85, 0.1);
  color: var(--allure-empty-bag-brown) !important;
  display: inline-flex;
  font-family: "SFPro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  gap: 12px;
  justify-content: center;
  margin-top: 26px;
  min-height: 54px;
  padding: 8px 8px 8px 22px;
  text-decoration: none !important;
  text-transform: none;
  -webkit-text-fill-color: var(--allure-empty-bag-brown);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.allure-empty-bag__cta-label {
  line-height: 1;
}

.allure-empty-bag__cta-arrow {
  align-items: center;
  background: var(--allure-empty-bag-brown);
  border-radius: 999px;
  color: var(--allure-empty-bag-cream);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 38px;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease;
  width: 38px;
}

.allure-empty-bag__cta:hover,
.allure-empty-bag__cta:focus-visible {
  background: #ede1c3;
  border-color: rgba(112, 104, 85, 0.28);
  box-shadow: 0 18px 34px rgba(112, 104, 85, 0.14);
  color: var(--allure-empty-bag-brown) !important;
  outline: none;
  text-decoration: none !important;
  transform: translateY(-1px);
  -webkit-text-fill-color: var(--allure-empty-bag-brown);
}

.allure-empty-bag__cta:hover .allure-empty-bag__cta-arrow,
.allure-empty-bag__cta:focus-visible .allure-empty-bag__cta-arrow {
  background: rgba(112, 104, 85, 0.5);
  transform: translateX(1px);
}

.allure-empty-bag__cta:active,
.allure-empty-bag__cta:active:visited,
.allure-empty-bag__cta:hover:visited,
.allure-empty-bag__cta:focus-visible:visited {
  color: var(--allure-empty-bag-brown) !important;
  text-decoration: none !important;
  -webkit-text-fill-color: var(--allure-empty-bag-brown);
}

body.custom-allure-lightbox-open {
  overflow: hidden;
}

.woocommerce-shop .wpc-filters-widget-content,
.tax-product_cat .wpc-filters-widget-content,
.tax-product_tag .wpc-filters-widget-content {
  --allure-filter-border: rgba(112, 104, 85, 0.24);
  --allure-filter-brown: #706855;
  --allure-filter-brown-dark: #5b5447;
  color: var(--allure-filter-brown);
}

.woocommerce-shop .wpc-widget-close-container,
.woocommerce-shop .wpc-filters-section,
.woocommerce-shop .wpc-filters-widget-controls-container,
.tax-product_cat .wpc-widget-close-container,
.tax-product_cat .wpc-filters-section,
.tax-product_cat .wpc-filters-widget-controls-container,
.tax-product_tag .wpc-widget-close-container,
.tax-product_tag .wpc-filters-section,
.tax-product_tag .wpc-filters-widget-controls-container {
  border-color: var(--allure-filter-border);
}

.woocommerce-shop .wpc-widget-popup-title,
.woocommerce-shop .wpc-filter-set-widget-title h5,
.woocommerce-shop .wpc-filter-title,
.woocommerce-shop .wpc-filter-title button,
.woocommerce-shop .wpc-filter-link,
.tax-product_cat .wpc-widget-popup-title,
.tax-product_cat .wpc-filter-set-widget-title h5,
.tax-product_cat .wpc-filter-title,
.tax-product_cat .wpc-filter-title button,
.tax-product_cat .wpc-filter-link,
.tax-product_tag .wpc-widget-popup-title,
.tax-product_tag .wpc-filter-set-widget-title h5,
.tax-product_tag .wpc-filter-title,
.tax-product_tag .wpc-filter-title button,
.tax-product_tag .wpc-filter-link {
  color: var(--allure-filter-brown);
}

.woocommerce-shop .wpc-filter-selected-values,
.tax-product_cat .wpc-filter-selected-values,
.tax-product_tag .wpc-filter-selected-values {
  color: #968c79;
}

.woocommerce-shop .wpc-open-icon,
.tax-product_cat .wpc-open-icon,
.tax-product_tag .wpc-open-icon {
  border-color: var(--allure-filter-brown);
}

.woocommerce-shop .wpc-widget-close-icon .wpc-icon-line-1,
.woocommerce-shop .wpc-widget-close-icon .wpc-icon-line-2,
.woocommerce-shop .wpc-widget-close-icon .wpc-icon-line-3,
.tax-product_cat .wpc-widget-close-icon .wpc-icon-line-1,
.tax-product_cat .wpc-widget-close-icon .wpc-icon-line-2,
.tax-product_cat .wpc-widget-close-icon .wpc-icon-line-3,
.tax-product_tag .wpc-widget-close-icon .wpc-icon-line-1,
.tax-product_tag .wpc-widget-close-icon .wpc-icon-line-2,
.tax-product_tag .wpc-widget-close-icon .wpc-icon-line-3 {
  background: var(--allure-filter-brown);
}

.woocommerce-shop .wpc-term-item-content-wrapper input[type="checkbox"],
.tax-product_cat .wpc-term-item-content-wrapper input[type="checkbox"],
.tax-product_tag .wpc-term-item-content-wrapper input[type="checkbox"] {
  accent-color: var(--allure-filter-brown);
}

.woocommerce-shop .wpc-filter-link:hover,
.woocommerce-shop .wpc-filter-link:focus-visible,
.tax-product_cat .wpc-filter-link:hover,
.tax-product_cat .wpc-filter-link:focus-visible,
.tax-product_tag .wpc-filter-link:hover,
.tax-product_tag .wpc-filter-link:focus-visible {
  color: var(--allure-filter-brown-dark);
  outline: none;
}

body:not(.allure-store-australia) .wpc-filter-allure-au-availability {
  display: none !important;
}

.woocommerce-shop .wpc-filter-allure-au-availability .wpc-filter-title button,
.tax-product_cat .wpc-filter-allure-au-availability .wpc-filter-title button,
.tax-product_tag .wpc-filter-allure-au-availability .wpc-filter-title button {
  color: #222;
  font-weight: 700;
}

.woocommerce-shop .wpc-filter-allure-au-availability .wpc-filter-link,
.tax-product_cat .wpc-filter-allure-au-availability .wpc-filter-link,
.tax-product_tag .wpc-filter-allure-au-availability .wpc-filter-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.35;
}

.woocommerce-shop .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper,
.tax-product_cat .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper,
.tax-product_tag .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.woocommerce-shop .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper input[type="checkbox"],
.tax-product_cat .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper input[type="checkbox"],
.tax-product_tag .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: 4px;
}

.woocommerce-shop .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper label,
.tax-product_cat .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper label,
.tax-product_tag .wpc-filter-allure-au-availability .wpc-term-item-content-wrapper label {
  display: block;
  flex: 1 1 auto;
  margin: 0;
}

.woocommerce-shop .wpc-filter-allure-au-availability .allure-availability-filter__label,
.tax-product_cat .wpc-filter-allure-au-availability .allure-availability-filter__label,
.tax-product_tag .wpc-filter-allure-au-availability .allure-availability-filter__label {
  display: block;
  font-weight: 400;
}

.woocommerce-shop .wpc-filter-allure-au-availability .allure-availability-filter__description,
.tax-product_cat .wpc-filter-allure-au-availability .allure-availability-filter__description,
.tax-product_tag .wpc-filter-allure-au-availability .allure-availability-filter__description {
  display: block;
  font-size: 0.82em;
  line-height: 1.6;
  color: #968c79;
  text-transform: lowercase;
}

.woocommerce-shop .wpc-filter-allure-au-availability .wpc-term-count,
.tax-product_cat .wpc-filter-allure-au-availability .wpc-term-count,
.tax-product_tag .wpc-filter-allure-au-availability .wpc-term-count {
  display: none;
}

.woocommerce-shop .wpc-filter-allure-au-availability.wpc-filter-collapsible .wpc-filter-content,
.tax-product_cat .wpc-filter-allure-au-availability.wpc-filter-collapsible .wpc-filter-content,
.tax-product_tag .wpc-filter-allure-au-availability.wpc-filter-collapsible .wpc-filter-content {
  display: block !important;
}

.woocommerce-shop .wpc-filter-allure-au-availability .wpc-filter-title .wpc-open-icon,
.tax-product_cat .wpc-filter-allure-au-availability .wpc-filter-title .wpc-open-icon,
.tax-product_tag .wpc-filter-allure-au-availability .wpc-filter-title .wpc-open-icon {
  transform: rotate(180deg);
}

.wpc-filter-allure-au-availability .wpc-filter-title button,
.wpc-filter-allure-au-availability .wpc-filter-title .wpc-wrap-icons {
  color: #222 !important;
  font-weight: 700 !important;
}

.wpc-filter-allure-au-availability .wpc-filter-link {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  line-height: 1.35;
}

.wpc-filter-allure-au-availability .wpc-term-item-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wpc-filter-allure-au-availability .wpc-term-item-content-wrapper input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: 4px;
}

.wpc-filter-allure-au-availability .wpc-term-item-content-wrapper label {
  display: block;
  flex: 1 1 auto;
  margin: 0;
}

.wpc-filter-allure-au-availability .allure-availability-filter__label {
  display: block;
  color: #222;
  font-size: 16px !important;
  font-weight: 400;
}

.wpc-filter-allure-au-availability .allure-availability-filter__description {
  display: block;
  color: #968c79;
  font-size: 13px !important;
  line-height: 1.55;
  text-transform: lowercase;
}

.wpc-filter-allure-au-availability .wpc-term-count {
  display: none;
}

.wpc-filter-allure-au-availability .wpc-term-count-0,
.wpc-filter-allure-au-availability .wpc-term-count-0 label,
.wpc-filter-allure-au-availability .wpc-term-count-0 .wpc-filter-link {
  opacity: 1 !important;
}

.wpc-filter-allure-au-availability.wpc-filter-collapsible .wpc-filter-content {
  display: block !important;
}

.wpc-filter-allure-au-availability .wpc-filter-title .wpc-open-icon {
  transform: rotate(180deg);
}

.custom-allure-main-image {
  margin-top: 0;
}

.custom-allure-top-gallery {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-allure-gallery-item {
  min-width: 0;
}

.custom-allure-main-image a,
.custom-gallery-trigger {
  cursor: zoom-in;
  display: block;
}

.custom-allure-main-image a {
  display: block;
}

.custom-gallery-trigger img,
.custom-allure-main-image img {
  background: #f3f3f3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 769px) {
  body.single-product .elementor-1770 .custom-allure-product-images {
    display: grid;
    gap: 0;
  }

  body.single-product .elementor-1770 .custom-allure-top-gallery-wrap,
  body.single-product .elementor-1770 .custom-allure-main-image {
    align-self: start;
    margin: 0;
    min-width: 0;
    width: 100%;
  }

  body.single-product .elementor-1770 .custom-allure-gallery-item,
  body.single-product .elementor-1770 .custom-gallery-trigger,
  body.single-product .elementor-1770 .custom-allure-main-image a {
    display: block;
  }

  body.single-product .elementor-1770 .custom-allure-gallery-item,
  body.single-product .elementor-1770 .custom-allure-main-image {
    aspect-ratio: 1 / 1;
    background: #f3f3f3;
    overflow: hidden;
  }

  body.single-product .elementor-1770 .custom-allure-product-images.has-desktop-main .custom-allure-main-image {
    aspect-ratio: auto;
  }

  body.single-product .elementor-1770 .custom-allure-product-images.has-desktop-main .custom-allure-main-image img {
    height: auto;
    object-fit: contain;
  }

  body.single-product .elementor-1770 .custom-allure-product-images[data-total-images="1"] .custom-allure-main-image,
  body.single-product .elementor-1770 .custom-allure-product-images[data-total-images="2"] .custom-allure-main-image {
    display: none;
  }

  body.single-product .elementor-1770 .custom-allure-product-images[data-total-images="1"] .custom-allure-top-gallery {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  body.single-product .elementor-1770 .custom-allure-product-images {
    gap: 0;
  }
}

@media (max-width: 768px) {
  body.single-product .elementor-1770 .custom-allure-main-image {
    display: block !important;
    margin-bottom: 0;
  }

  body.single-product .elementor-1770 .custom-allure-main-image img {
    background: #f3f3f3;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  body.single-product .elementor-1770 .custom-allure-top-gallery-wrap {
    display: none !important;
  }

  body.single-product .elementor-1770 .custom-gallery-dots {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 14px 0 18px;
  }
}

.custom-allure-lightbox {
  align-items: center;
  background: rgba(21, 16, 10, 0.82);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 99999;
}

.custom-allure-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.custom-allure-lightbox__backdrop {
  inset: 0;
  position: absolute;
}

.custom-allure-lightbox__dialog {
  max-height: 90vh;
  max-width: min(94vw, 1180px);
  position: relative;
  z-index: 1;
}

.custom-allure-lightbox__image {
  display: block;
  height: auto;
  max-height: 90vh;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.custom-allure-lightbox__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 28px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -8px;
  top: -52px;
  width: 42px;
}

.custom-allure-lightbox__close:hover,
.custom-allure-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.elementor-location-header .allure-menu-current-link,
.elementor-location-header .elementor-nav-menu--dropdown .current-menu-item > a,
.elementor-location-header .elementor-nav-menu--dropdown .current_page_item > a,
.elementor-location-header .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-location-header .elementor-nav-menu--dropdown a[aria-current="page"] {
  font-weight: 600 !important;
  text-decoration: none;
}

.elementor-location-header .elementor-widget-icon-list .allure-menu-current-link .elementor-icon-list-text {
  color: inherit;
}

.elementor-location-header .elementor-widget-n-menu .e-n-menu-title-container.allure-menu-current-link .e-n-menu-title-text,
.elementor-location-header .elementor-widget-n-menu .e-n-menu-title-container[aria-current="page"] .e-n-menu-title-text {
  color: inherit;
  font-weight: 600 !important;
}

body > .allure-store-banner-bar {
  width: 100%;
}

.allure-store-banner-bar {
  position: relative;
  z-index: 21;
}

.allure-store-banner-bar[hidden],
.allure-store-banner-bar.is-empty {
  display: none !important;
}

.allure-store-banner-bar__stack {
  display: flex;
  flex-direction: column;
}

.allure-store-banner-bar__notice {
  background: #015a5e;
  color: #fff;
  max-height: 32px;
  overflow: hidden;
  transition: max-height 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.allure-store-banner-bar__notice.is-hidden {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}

.allure-store-banner-bar__notice-inner {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 32px minmax(0, 1fr) 32px;
  height: 32px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 8px;
  width: 100%;
}

.allure-store-banner-bar__spacer {
  display: block;
  height: 32px;
  width: 32px;
}

.allure-store-banner-bar__title {
  color: inherit;
  font-family: "SFPro", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: center;
}

.allure-store-banner-bar__close {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #8a7b62;
  cursor: pointer;
  font-family: "SFPro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  height: 32px;
  justify-self: end;
  line-height: 1;
  padding: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
  width: 32px;
  color: #fff;
}

.allure-store-banner-bar__close:hover,
.allure-store-banner-bar__close:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

@media (max-width: 767px) {
  .allure-store-banner-bar__notice-inner {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 32px;
    height: 32px;
    padding: 0 8px;
  }

  .allure-store-banner-bar__spacer {
    display: none;
  }

  .allure-store-banner-bar__title {
    font-size: 13px;
    line-height: 1;
    text-align: center;
  }

  .allure-store-banner-bar__close {
    font-size: 24px;
    height: 32px;
    width: 32px;
  }

  .custom-allure-lightbox {
    padding: 16px;
  }

  .custom-allure-lightbox__close {
    right: 0;
    top: -46px;
  }

  .allure-store-selector__title {
    font-size: 34px;
  }

  .allure-store-selector__description {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .allure-store-switch-confirmation__title {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .allure-store-switch-confirmation__description {
    font-size: 14px;
  }

  .allure-store-switch-confirmation__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .allure-store-switch-confirmation__button {
    width: 100%;
  }

  .allure-currency-store {
    border-radius: 14px;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px;
  }

  .allure-currency-store__label {
    font-size: 15px;
  }

  .allure-currency-store__secondary {
    font-size: 14px;
  }

  .allure-empty-bag {
    padding: 24px 12px 40px;
  }

  .allure-empty-bag__card {
    border-radius: 24px;
    padding: 30px 22px;
  }

  .allure-empty-bag__copy {
    font-size: 14px;
    line-height: 1.65;
  }

  .allure-empty-bag__cta,
  .allure-empty-bag__cta:visited {
    width: 100%;
  }

}
