/* Encoder css start */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://db.onlinewebfonts.com/c/087407e4e5b18bedc8c2ccc472ab1f00?family=Degila");
:root {
  --bg2: #e9ebf0;
  --white: #ffffff;
  --queen-pink: #e3d0d2;
  --light-khaki: #dfdac7;
  --theme-color: #123424;
  --phthalo-green: #113424;
  --primary-marigold: #e3a129;
  --ff-degila: "Degila";
  --ff-montserrat: "Montserrat", sans-serif;
}
.text-primary {
  color: var(--theme-color) !important;
}
body {
  position: relative;
  background-color: var(--bg2);
  color: var(--theme-color);
}
.font-montserrat,
body {
  font-family: var(--ff-montserrat);
}
.font-degila,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-degila);
  /* color: var(--phthalo-green); */
}
[drawer-backdrop] {
  cursor: pointer;
}
body [drawer-backdrop]:not(:last-child) {
  display: none;
}
iframe,
img,
video {
  max-width: 100%;
}
.container {
  width: 100%;
  max-width: 1440px;
  /* max-width: 100%; */
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.section-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}
.hide-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

/* For Webkit browsers (Chrome, Safari, Opera) */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
[aria-expanded="true"] .plusIcon {
  opacity: 0;
  transform: rotate(-180deg);
}
[aria-expanded="false"] .minusIcon {
  opacity: 0;
  transform: rotate(-180deg);
}
.custom-hidden {
  display: none !important;
}
.btn-primary,
.btn-p-outline,
.btn-s-outline,
.btn-secondary {
  box-shadow: 2px 6px 10px 0px #0000002e;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  padding: 5px 25px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}
.btn-s-outline {
  color: var(--phthalo-green);
  border: 1px solid var(--phthalo-green);
}
.btn-p-outline {
  border: 1px solid var(--primary-marigold);
  color: var(--primary-marigold);
}
.btn-p-outline:hover,
.btn-s-outline:hover,
.btn-primary,
.btn-secondary {
  color: var(--white);
}
.btn-secondary {
  background-color: var(--phthalo-green);
}
.btn-primary {
  background-color: var(--primary-marigold);
}
.btn-s-outline::after,
.btn-p-outline::after,
.btn-secondary::after,
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  box-sizing: border-box;
  transition: width 0.4s ease-in-out;
  z-index: 1;
}
.btn-s-outline::after,
.btn-primary::after {
  background-color: var(--phthalo-green);
}
.btn-p-outline::after,
.btn-secondary::after {
  background-color: var(--primary-marigold);
}
.btn-p-outline:hover::after,
.btn-s-outline:hover::after,
.btn-secondary:hover::after,
.btn-primary:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
body#luxuriousBody {
  padding-bottom: 84px;
  position: relative;
}
/* Remove autofill background completely */
.no-autofill-transparent:-webkit-autofill,
.no-autofill-transparent:-webkit-autofill:hover,
.no-autofill-transparent:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(
    --phthalo-green
  ) !important; /* Keep text visible */
  caret-color: var(--phthalo-green) !important; /* Cursor color */
  background-color: transparent !important;
  background-clip: content-box !important;
  transition:
    background-color 600000s 0s,
    color 600000s 0s;
}
/* Normal state — fully transparent */
.no-autofill-transparent {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
  color: var(--phthalo-green) !important;
  border-color: var(--phthalo-green) !important;
}
.clip-path-triangle {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
/* Define the keyframes for animating the gradient */
@keyframes gradientMovement {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Apply the animation to the div */
.animate-gradientMovement {
  background-size: 200% 200%; /* This will make the gradient take more space and move */
  animation: gradientMovement 5s ease infinite; /* Animation duration is 5s, you can adjust it */
}

.circle-animation:before {
  width: 50%;
  height: 100%;
  background: linear-gradient(var(--primary-marigold), var(--primary-marigold));
  content: "";
  position: absolute;
  transition: all 0.4s ease-in-out;
  animation: spin 4s linear infinite forwards;
  z-index: -1;
}
.group:hover .circle-animation:before {
  animation-play-state: paused;
  opacity: 0;
  width: 100%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.circle-animation:after {
  content: "";
  position: absolute;
  background-color: var(--bg2);
  inset: 2px;
  border-radius: 50%;
  z-index: -1;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.card-box-animation::after,
.card-box-animation::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: conic-gradient(
    from var(--angle),
    transparent 70%,
    var(--primary-marigold)
  );
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
  animation: spainSquare 4s linear infinite;
}
.card-box-animation::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}
@keyframes spainSquare {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
.card-box-animation:hover::after,
.card-box-animation:hover::before {
  animation-play-state: paused;
  opacity: 0;
}

/* ================================
   Fly-to-cart animation
================================ */
.fly-to-cart {
  position: fixed;
  z-index: 21;
  width: 18px;
  height: 18px;
  background: var(--primary-marigold);
  border-radius: 9999px;
  pointer-events: none;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  font-weight: 600;
  color: var(--phthalo-green);
}

/* Cart shake */
.cart-shake {
  animation: shakeCart 0.4s ease-in-out forwards;
}
/* X axis animation */
@keyframes flyX {
  100% {
    transform: translateX(var(--fly-x));
  }
}
/* Y axis animation */
@keyframes flyY {
  100% {
    transform: translateY(var(--fly-y));
  }
}
/* Cart shake */
@keyframes shakeCart {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.videoPlayBtnWithFullScreen.active .videoContainer video {
  object-fit: contain;
}
#newsletterForm .forminator-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
  color: var(--phthalo-green) !important;
  border-color: var(--phthalo-green) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  padding-right: calc(var(--spacing) * 8);
  padding-block: calc(var(--spacing) * 1);
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid var(--phthalo-green);
  min-height: 44px;
  width: 100%;
  outline: none;
  border-radius: 0;
}
#newsletterForm .forminator-input::placeholder {
  color: var(--phthalo-green) !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
#newsletterForm .forminator-row {
  margin-bottom: 0 !important;
}
#newsletterForm .forminator-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  background-color: transparent;
  font-size: 0 !important;
  min-width: 28px;
  height: 28px;
  width: 28px;
  padding: 0;
  border-radius: 0;
  color: var(--phthalo-green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
#contactForm form.forminator-ui,
#contactForm .forminator-row-last,
#newsletterForm form.forminator-ui {
  margin-bottom: 0 !important;
}
#contactForm .forminator-description,
#contactForm .forminator-edit-module,
#newsletterForm .forminator-edit-module {
  display: none;
}
#newsletterForm .forminator-error-message {
  position: absolute;
}
#newsletterForm .forminator-response-message {
  position: absolute;
  bottom: 30px;
}
.woocommerce-ResetPassword input:not([type="checkbox"]):not([type="radio"]),
.woocommerce-form input:not([type="checkbox"]):not([type="radio"]),
#contactForm .select2-selection,
#contactForm .forminator-textarea,
#contactForm .forminator-input {
  border-radius: 0.75rem !important;
  width: 100% !important;
  background-color: #e8dcc8 !important;
  border: 1px solid #e8dcc8 !important;
  min-height: calc(var(--spacing) * 14) !important;
  outline: none !important;
  padding-block: calc(var(--spacing) * 1);
  padding-inline: calc(var(--spacing) * 5);
  font-family: var(--ff-montserrat) !important;
}
.woocommerce-ResetPassword label,
.woocommerce-form label {
  width: 100%;
  display: inline-block;
  margin-bottom: calc(var(--spacing) * 1.5);
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: var(--ff-montserrat) !important;
}
.page-id-390 .woocommerce-form-login__rememberme,
.woocommerce-ResetPassword .form-row,
.woocommerce-form .form-row {
  margin-bottom: calc(var(--spacing) * 5);
}
.woocommerce-lost-password article.page,
.page-id-390 .woocommerce-notices-wrapper,
.page-id-390 .woocommerce-ResetPassword,
.page-id-390 .woocommerce-form {
  max-width: 500px;
  margin-top: calc(var(--spacing) * 5);
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-top: 0;
}
#contactForm .forminator-textarea {
  min-height: 130px;
  resize: none;
  padding-block: calc(var(--spacing) * 3);
}
#contactForm .select2-selection:focus,
#contactForm .forminator-textarea:focus,
#contactForm .forminator-input:focus {
  border-color: var(--theme-color) !important;
}
#newsletterForm .forminator-textarea::placeholder,
#newsletterForm .forminator-input::placeholder {
  color: var(--phthalo-green) !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  font-family: var(--ff-montserrat) !important;
}
#contactForm .forminator-label {
  margin-bottom: calc(var(--spacing) * 1.5);
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: var(--ff-montserrat) !important;
}
#contactForm .forminator-button {
  width: 100% !important;
  box-shadow: 2px 6px 10px 0px #0000002e !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 100%;
  padding: 5px 25px !important;
  min-height: 56px !important;
  display: flex !important;
  border-radius: 9999px !important;
  text-transform: capitalize;
  font-family: var(--ff-montserrat) !important;
}
#contactForm .forminator-button::after {
  display: none !important;
}
.forminator-select-dropdown-container--open
  .forminator-custom-form-503.forminator-dropdown--default
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--selected,
.forminator-select-dropdown-container--open
  .forminator-custom-form-503.forminator-dropdown--default
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--selected
  span:not(.forminator-checkbox-box) {
  background-color: var(--theme-color) !important;
}
.forminator-select-dropdown-container--open
  .forminator-custom-form-503.forminator-dropdown--default
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  outline: 2px solid var(--theme-color) !important;
}
.forminator-ui#forminator-module-503.forminator-design--default
  .forminator-select2
  + .forminator-select
  .selection
  .select2-selection--single[role="combobox"]:focus
  .select2-selection__arrow,
.forminator-ui#forminator-module-503.forminator-design--default
  .forminator-select2
  + .forminator-select.select2-container--open
  .selection
  .select2-selection--single[role="combobox"]
  .select2-selection__arrow {
  color: var(--phthalo-green) !important;
}
.woocommerce-MyAccount-navigation ul li a {
  background-color: transparent;
  color: var(--phthalo-green);
  padding: 0.25rem 1rem;
  display: inline-block;
  width: 100%;
  border: 1px solid var(--phthalo-green);
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 8px;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--phthalo-green);
  color: var(--white);
}
.woocommerce-account.logged-in .entry-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .entry-header {
  margin-bottom: 1rem;
}
.woocommerce-checkout .addresses,
.woocommerce-account .addresses {
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
}
.addresses .col-1,
.addresses .col-2,
.addresses .woocommerce-Address {
  width: 100%;
  margin-bottom: 1rem;
  background-color: var(--light-khaki);
  padding: 1rem;
}
.woocommerce-message,
.woocommerce-error {
  margin-bottom: 1rem;
  color: var(--white);
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  padding: 1rem;
  box-shadow: none;
  outline: none;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--light-khaki);
}
.woocommerce-order-received .woocommerce-table,
.woocommerce-account .woocommerce-table {
  table-layout: fixed;
}
.woocommerce-account .woocommerce-table,
.woocommerce-checkout .woocommerce-table,
.woocommerce-account .woocommerce-orders-table {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-account .woocommerce-table,
.woocommerce-account .woocommerce-table th,
.woocommerce-account .woocommerce-table td,
.woocommerce-checkout .woocommerce-table,
.woocommerce-checkout .woocommerce-table th,
.woocommerce-checkout .woocommerce-table td,
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-orders-table {
  border: 1px solid var(--phthalo-green);
  text-align: center;
  padding: 0.5rem;
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-account .button,
.woocommerce-checkout .wc-block-components-totals-coupon__button,
.woocommerce-cart .wc-block-components-totals-coupon__button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account .woocommerce-button {
  border-radius: 99999px;
  background-color: var(--theme-color);
  color: var(--white);
  padding: 0.5rem 1.5rem;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.woocommerce-cart .wc-block-cart__submit-button {
  width: 100%;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-cart .wc-block-cart__submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none !important;
  box-shadow: 2px 6px 10px 0px #0000002e !important;
}
.woocommerce-account .edit {
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce-MyAccount-content label {
  margin-bottom: calc(var(--spacing) * 1.5);
  font-size: 16px;
  font-family: var(--ff-montserrat);
  width: 100%;
  display: inline-block;
}
.woocommerce-MyAccount-content fieldset {
  margin-top: 2rem;
}
.woocommerce-MyAccount-content legend {
  font-weight: 700;
  font-size: 20px;
  font-family: var(--ff-degila);
}
.woocommerce-MyAccount-content legend,
.woocommerce-MyAccount-content .form-row {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content .select2-selection,
.woocommerce-MyAccount-content input {
  width: 100%;
  border-radius: 0.75rem;
  background-color: #e8dcc8;
  border: 1px solid #e8dcc8;
  min-height: 56px;
  outline: none;
  padding-block: calc(var(--spacing) * 1);
  padding-inline: calc(var(--spacing) * 5);
  font-family: var(--ff-montserrat);
}
.woocommerce-MyAccount-content input:focus {
  border-color: var(--theme-color);
}
.woocommerce-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px;
}
.woocommerce-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 56px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--theme-color);
}

.woocommerce-checkout .woocommerce-order {
  max-width: 700px;
}
.woocommerce-checkout .woocommerce-customer-details,
.woocommerce-checkout .woocommerce-order-details {
  margin-top: 2rem;
}
@media only screen and (width >= 48rem) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:justify_e {
    justify-content: end;
  }
  .md\:justify_s {
    justify-content: start;
  }
}
@media only screen and (width >= 64rem) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main {
    min-height: calc(100vh - 570px);
  }
  body#luxuriousBody {
    padding-bottom: 0;
  }
  .btn-primary,
  .btn-p-outline,
  .btn-s-outline,
  .btn-secondary {
    padding: 5px 45px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: calc(400px - 50px);
    margin-right: 50px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 400px);
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }
  .woocommerce-checkout .addresses,
  .woocommerce-account .addresses {
    flex-direction: row;
  }
  .addresses .col-1 {
    margin-right: 1rem;
  }
}
@media only screen and (width >= 80rem) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block hr,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2:not(:first-child) {
  display: none;
}
