*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 600px) {

  .container {
    max-width: 600px;
  }
}
@media (min-width: 728px) {

  .container {
    max-width: 728px;
  }
}
@media (min-width: 984px) {

  .container {
    max-width: 984px;
  }
}
@media (min-width: 1240px) {

  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1320px) {

  .container {
    max-width: 1320px;
  }
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-6 {
  margin-right: 1.5rem;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body h1, body h1.elementor-heading-title {
  font-family: "Just Sans", sans-serif;
  font-weight: bold;
  font-size: 3.75em;
  line-height: 1.2;
  color: #0c4580;
}
body h2, body h1.elementor-heading-title {
  font-family: "Just Sans", sans-serif;
  font-weight: bold;
  font-size: 3.75em;
  line-height: 1.2;
  color: #0c4580;
}
body h3, body h3.elementor-heading-title {
  font-family: "Just Sans", serif;
  font-weight: 700;
  color: #984c36;
  font-size: 1.5em;
}
body p {
  font-size: 1em;
}

.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  z-index: 102;
}
.main-header .container {
  padding: 0.625em 1em;
}
.admin-bar .main-header {
  top: 0;
}
@media (min-width: 1024px) {
  .admin-bar .main-header {
    top: 32px;
  }
}
.main-header .logo {
  display: block;
  max-width: 8.75em;
  width: 100%;
}
@media (min-width: 768px) {
  .main-header .logo {
    max-width: 11.25em;
  }
}
.main-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.main-header .menu-wrapper {
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
.main-header .menu-wrapper .menu-btn {
  padding: 0 1.375em;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1em;
  color: #cd8b63;
  line-height: 1;
}
.main-header .menu-wrapper .menu-btn svg {
  width: 32px;
  transform: translateY(1px);
  stroke: #c4744b;
  stroke-width: 3px;
}
.main-header .menu-wrapper .menu-btn svg #top-line,
.main-header .menu-wrapper .menu-btn svg #bottom-line,
.main-header .menu-wrapper .menu-btn svg #middle-line {
  transform-box: fill-box;
  transform-origin: center;
}
.main-header .menu-wrapper .menu-btn.active svg #top-line {
  animation: down-rotate 0.6s ease-out both;
}
.main-header .menu-wrapper .menu-btn.active svg #bottom-line {
  animation: up-rotate 0.6s ease-out both;
}
.main-header .menu-wrapper .menu-btn.active svg #middle-line {
  animation: hide 0.6s ease-out forwards;
}
.main-header .menu-wrapper a.btn {
  font-size: 16px;
  border-radius: 0.5em;
  color: #fff;
  padding: 0.5em 1.5em;
  line-height: 1.6;
  display: none;
}
@media (min-width: 768px) {
  .main-header .menu-wrapper a.btn {
    display: block;
  }
}
.main-header .menu-wrapper a.btn:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  margin-left: 1em;
}

.menu-div {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #f5eadf;
  z-index: 100;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.menu-div.show {
  opacity: 1;
  pointer-events: auto;
}
.menu-div .container {
  display: flex;
  align-items: center;
}
.menu-div .container > div {
  height: 100vh;
}
.menu-div .container .product-image {
  z-index: 1;
  height: 70vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 50%;
  transform: translateY(8%);
  display: none;
}
@media (min-width: 1024px) {
  .menu-div .container .product-image {
    display: block;
  }
}
.menu-div .container .product-image .hero-product {
  max-width: 100%;
  transform: translateY(5%);
}
.menu-div .container .product-image .ellipse-01,
.menu-div .container .product-image .ellipse-02 {
  position: absolute;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.menu-div .container .product-image .ellipse-01 {
  z-index: -1;
  animation-name: ellipseLeft;
  animation-duration: 10s;
  right: 15%;
  top: 10%;
}
.menu-div .container .product-image .ellipse-02 {
  z-index: 2;
  animation-name: ellipseRight;
  animation-duration: 7s;
  bottom: -10%;
  left: 25%;
}
.menu-div .container .product-image .petals.p1 {
  width: 96px;
  left: 23%;
  bottom: 10%;
  filter: blur(5px);
  transform: rotate(-12.54deg);
}
.menu-div .container .product-image .petals.p3 {
  width: 40px;
  top: 8%;
  left: 15%;
  transform: rotate(260deg);
}
.menu-div .container .product-image .petals.p5 {
  width: 67px;
  filter: blur(4px);
  bottom: 32%;
  left: 10%;
  transform: rotate(80deg);
}
.menu-div .container .menu-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(7%);
}
.menu-div .container .menu-content ul li {
  padding: 26px 0;
}
.menu-div .container .menu-content ul li a {
  font-size: 32px;
  color: #111827;
}
.menu-div .container .menu-content ul li a:hover {
  color: #c4744b;
}

@keyframes ellipseLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
}
@keyframes ellipseRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(25%);
  }
}
@keyframes up-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }
}
@keyframes down-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}
@keyframes hide {
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.shop-header {
  background: #111827;
}

a.btn {
  background: #cd8b63;
  font-size: 1.125em;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1.5em;
  transition: all 0.4s linear;
}
a.btn:hover {
  background: #984c36;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translateZ(0);
  visibility: hidden;
  display: none;
}
@media (min-width: 1024px) {
  .cursor {
    display: block;
  }
}
.cursor[data-default=no] {
  opacity: 0;
}
.cursor[data-default=no].cursor-inner {
  transition: opacity 0.3s ease;
}
.cursor[data-default=no].cursor-inner.cursor-hover, .cursor[data-default=no].cursor-inner.cursor-slider {
  opacity: 1;
}
.cursor[data-link=no].cursor-inner.cursor-hover {
  opacity: 0;
}
.cursor[data-slider=no].cursor-inner.cursor-slider {
  opacity: 0;
}
.cursor.mouse-down .fn-cursor {
  transform: scale(0.9);
}
.cursor.cursor-link {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 2px solid #63352b;
  z-index: 10000000;
  transition: all 0.08s ease-out;
}
.cursor.cursor-outer {
  z-index: 10000000;
  transition: transform 0.08s ease-out, opacity 1s ease;
}
.cursor.cursor-outer.cursor-slider, .cursor.cursor-outer.cursor-hover {
  opacity: 0;
  transition: transform 0.08s ease-out, opacity 0.2s ease;
}
.cursor.cursor-outer .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #c4744b;
}
.cursor.cursor-inner {
  z-index: 10000001;
}
.cursor.cursor-inner.cursor-hover .fn-cursor {
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  background-color: rgba(251, 246, 241, 0.1);
}
.cursor.cursor-inner .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c4744b;
  transition: all 0.5s ease-in-out;
}
.cursor.cursor-inner .fn-left,
.cursor.cursor-inner .fn-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cursor.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.cursor.cursor-inner.cursor-slider.cursor-hover span:after, .cursor.cursor-inner.cursor-slider.cursor-hover span:before {
  background-color: #fff;
}
.cursor.cursor-inner.cursor-slider .fn-left,
.cursor.cursor-inner.cursor-slider .fn-right {
  opacity: 1;
  visibility: visible;
}
.cursor.cursor-inner.cursor-slider .fn-left:after {
  left: -26px;
}
.cursor.cursor-inner.cursor-slider .fn-left:before {
  left: -26px;
}
.cursor.cursor-inner.cursor-slider .fn-left:after {
  right: -26px;
}
.cursor.cursor-inner.cursor-slider .fn-left:before {
  right: -26px;
}

.cursor-inner .fn-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(50deg);
  left: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.cursor-inner .fn-left:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(130deg);
  left: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(50deg);
  right: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(130deg);
  right: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  background: #fff;
}

.hero {
  background: #fbf6f1;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(0deg, #fff 0%, #f5eadf 100%);
  padding: 80px 0;
}
.hero .product-image {
  position: relative;
  z-index: 1;
}
.hero .product-image .ellipse-01, .hero .product-image .ellipse-02 {
  position: absolute;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.hero .product-image .ellipse-01 {
  z-index: -1;
  animation-name: ellipseLeft;
  animation-duration: 10s;
}
.hero .product-image .ellipse-02 {
  z-index: 2;
  animation-name: ellipseRight;
  animation-duration: 7s;
}
@keyframes ellipseLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
}
@keyframes ellipseRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(25%);
  }
}

.petals {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.petals img {
  transform: scale(0.7);
  transform-origin: center center;
}
@media (min-width: 1024px) {
  .petals img {
    transform: scale(1);
  }
}
.petals img {
  width: 100%;
  height: auto;
}
.petals.p0 {
  width: 50px;
  left: 13%;
  top: 4%;
  filter: blur(5px);
  transform: rotate(90deg);
}
.petals.p1 {
  width: 126px;
  left: 3%;
  bottom: 10%;
  filter: blur(5px);
  transform: rotate(-12.54deg);
}
.petals.p2 {
  width: 90px;
  top: 50%;
  left: 50%;
  z-index: 5;
  filter: blur(4px);
  transform: rotate(90deg);
}
.petals.p3 {
  width: 40px;
  top: 16%;
  left: 7%;
  transform: rotate(260deg);
}
.petals.p4 {
  width: 52px;
  top: 24%;
  left: 24%;
}
.petals.p5 {
  width: 80px;
  filter: blur(4px);
  bottom: 32%;
  left: 0%;
  transform: rotate(80deg);
}
.petals.p6 {
  width: 44px;
  top: -5%;
  right: 38%;
  transform: rotate(80deg);
}
.petals.p7 {
  filter: blur(1px);
  width: 40px;
  transform: rotate(80deg);
  top: 10%;
  right: 18%;
}
.petals.p8 {
  filter: blur(3px);
  width: 80px;
  transform: rotate(-105deg);
  top: 36%;
  right: 0%;
}
.petals.p9 {
  filter: blur(3px);
  width: 80px;
  transform: rotate(-105deg);
  bottom: 10%;
  right: 20%;
}
.petals.p10 {
  width: 250px;
  transform: rotate(260deg);
  filter: blur(18px);
  top: -10%;
  right: 0;
  z-index: -1;
}

body .bubbles {
  max-width: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateY(10%);
}
body .bubbles svg {
  max-width: 80%;
  height: auto;
  margin: auto;
}
body .elementor-widget-testimonial-carousel .swiper {
  margin: 0;
  width: 100%;
  position: relative;
}
body .elementor-widget-testimonial-carousel .swiper:before, body .elementor-widget-testimonial-carousel .swiper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
}
body .elementor-widget-testimonial-carousel .swiper:before {
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
body .elementor-widget-testimonial-carousel .swiper:after {
  right: 0;
  background: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
body .newsletter {
  display: flex;
  flex-direction: column;
  margin: 16px auto 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  body .newsletter {
    max-width: 80%;
    flex-direction: row;
  }
}
body .newsletter input {
  border: none;
  padding: 12px 16px;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  body .newsletter input {
    border-radius: 6px 0 0 6px;
  }
}
body .newsletter input:focus {
  outline: none;
}
body .newsletter input[type=submit] {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  body .newsletter input[type=submit] {
    border-radius: 0 6px 6px 0;
    min-width: 180px;
    margin-top: 0;
  }
}
body .newsletter input[type=submit]:hover {
  background: #b75f3f;
}

@media (min-width: 1024px) {
  .feature:nth-child(even) {
    transform: translateY(-100px);
  }
}

@media (min-width: 1280px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 1320px;
  }
}

body.woocommerce .woo-wrapper, body .woocommerce .woo-wrapper {
  padding-top: 60px;
}
body.woocommerce div.product, body .woocommerce div.product {
  width: 100%;
}
body.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs, body .woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-left: -4px;
  margin-right: -4px;
}
body.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li, body .woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li {
  width: 20%;
  padding: 4px;
  float: none;
}
@media (min-width: 1024px) {
  body.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li, body .woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li {
    width: 12.5%;
  }
}
body.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs img, body .woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  max-width: none;
}
body.woocommerce div.product .summary, body .woocommerce div.product .summary {
  font-family: "Just Sans", sans-serif;
}
body.woocommerce div.product .summary .before-title, body .woocommerce div.product .summary .before-title {
  font-size: 1.125em;
  font-weight: 500;
  color: #cd8b63;
  margin-top: 16px;
  margin-bottom: 8px;
}
body.woocommerce div.product .summary h1, body .woocommerce div.product .summary h1 {
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #0b2546;
  font-family: "Just Sans", serif;
}
@media (min-width: 1024px) {
  body.woocommerce div.product .summary h1, body .woocommerce div.product .summary h1 {
    font-size: 2.5em;
  }
}
body.woocommerce div.product .summary p.price, body .woocommerce div.product .summary p.price {
  font-size: 1.5em;
  color: #1782e0;
  font-weight: bold;
  margin-bottom: 16px;
}
body.woocommerce div.product .summary .woocommerce-product-details__short-description, body .woocommerce div.product .summary .woocommerce-product-details__short-description {
  font-size: 1.125em;
  line-height: 1.8;
  margin-bottom: 24px;
}
body.woocommerce div.product .summary .cart.variations_form .tawcvs-swatches, body .woocommerce div.product .summary .cart.variations_form .tawcvs-swatches {
  gap: 8px;
}
body.woocommerce div.product .summary .cart.variations_form .tawcvs-swatches .swatch:before, body .woocommerce div.product .summary .cart.variations_form .tawcvs-swatches .swatch:before {
  opacity: 0;
  border: 1px solid #ddd;
  transition: all 0.4s cubic-bezier(0.83, 0.29, 0.32, 1.28);
}
body.woocommerce div.product .summary .cart.variations_form .tawcvs-swatches .swatch.selected::before, body .woocommerce div.product .summary .cart.variations_form .tawcvs-swatches .swatch.selected::before {
  opacity: 1;
}
body.woocommerce div.product .summary .cart.variations_form .reset_variations, body .woocommerce div.product .summary .cart.variations_form .reset_variations {
  padding: 0;
  background: transparent;
  color: #ef4444;
  border: none;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart {
  margin-top: 32px;
  display: flex;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity {
  display: flex;
  margin-right: 16px;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #E5E7EB;
  /* Firefox */
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input::-webkit-outer-spin-button,
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input::-webkit-inner-spin-button, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input::-webkit-outer-spin-button,
body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input[type=number], body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  border: none;
  border-radius: 0;
  font-weight: bold;
  padding: 8px 16px;
  min-width: 100px;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input[type=number]:focus, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity input[type=number]:focus {
  outline: none;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity button, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity button {
  border-radius: 0;
  border: none;
  text-align: center;
  padding: 0;
  width: 40px;
  background: #F3F4F6;
  color: #6B7280;
  font-size: 16px;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity button:hover, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart div.quantity button:hover {
  background: #E5E7EB;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart button, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart button {
  padding: 8px 24px;
  font-family: "Just Sans", sans-serif;
  text-transform: uppercase;
  background: #c4744b;
}
body.woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart button:hover, body .woocommerce div.product .summary form.cart .woocommerce-variation-add-to-cart button:hover {
  background: #984c36;
}
body.woocommerce div.product .summary div:not([class]), body .woocommerce div.product .summary div:not([class]) {
  display: flex;
  margin: 32px 0 20px;
  gap: 16px;
}
body.woocommerce div.product .summary div:not([class]) input, body.woocommerce div.product .summary div:not([class]) button, body .woocommerce div.product .summary div:not([class]) input, body .woocommerce div.product .summary div:not([class]) button {
  line-height: 40px;
  padding: 0 16px;
}
body.woocommerce div.product .summary div:not([class]) input, body .woocommerce div.product .summary div:not([class]) input {
  max-width: 200px;
  border: solid 1px #D1D5DB;
}
body.woocommerce div.product .summary div:not([class]) button, body .woocommerce div.product .summary div:not([class]) button {
  background: #374151;
  border: solid 1px #374151;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

body.woocommerce div.product p.price + div:not([class]), body .woocommerce div.product  p.price + div:not([class]){
	display: none;
}

body.woocommerce div.product .summary div:not([class]) button:hover, body .woocommerce div.product .summary div:not([class]) button:hover {
  background: #111827;
}
body.woocommerce div.product .summary #pincode_response, body .woocommerce div.product .summary #pincode_response {
  margin: 0;
}
body.woocommerce div.product table.variations, body .woocommerce div.product table.variations {
  display: flex;
}
body.woocommerce div.product table.variations tr, body .woocommerce div.product table.variations tr {
  display: flex;
  align-items: center;
}
body.woocommerce div.product table.variations tr th, body.woocommerce div.product table.variations tr td, body .woocommerce div.product table.variations tr th, body .woocommerce div.product table.variations tr td {
  background: transparent;
  display: flex;
  align-items: center;
}
body.woocommerce div.product table.variations th.label, body .woocommerce div.product table.variations th.label {
  padding: 0;
  margin-right: 16px;
}
body.woocommerce div.product table.variations th.label label, body .woocommerce div.product table.variations th.label label {
  line-height: 1;
  padding-top: 10px;
}
body.woocommerce div.product table.variations td.value, body .woocommerce div.product table.variations td.value {
  display: flex;
  align-items: center;
  padding: 0;
}
body.woocommerce div.product table.variations td.value .reset_variations, body .woocommerce div.product table.variations td.value .reset_variations {
  margin-left: 16px;
}
body.woocommerce div.product .woocommerce-product-details__short-description p, body .woocommerce div.product .woocommerce-product-details__short-description p {
  font-size: 16px;
  margin-bottom: 20px;
}
body.woocommerce div.product .woocommerce-product-details__short-description ul, body .woocommerce div.product .woocommerce-product-details__short-description ul {
  font-size: 16px;
  list-style: disc;
  margin-left: 20px;
}
body.woocommerce div.product .woocommerce-variation-availability, body .woocommerce div.product .woocommerce-variation-availability {
  display: none;
}
body.woocommerce .wp-block-woocommerce-cart, body .woocommerce .wp-block-woocommerce-cart {
  padding-top: 80px;
  max-width: 1320px;
  margin: 0 auto;
  font-family: "Just Sans", sans-serif;
}
body.woocommerce .wp-block-woocommerce-cart .wc-block-cart__submit-button, body .woocommerce .wp-block-woocommerce-cart .wc-block-cart__submit-button {
  background: #cd8b63;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}
body.woocommerce .wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name, body .woocommerce .wp-block-woocommerce-cart .wc-block-cart-items .wc-block-components-product-name {
  font-size: 16px;
}
body.woocommerce .wp-block-woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices, body .woocommerce .wp-block-woocommerce-cart .wc-block-cart-items .wc-block-cart-item__prices {
  font-size: 16px;
}
body.woocommerce .woocommerce-info, body .woocommerce .woocommerce-info {
  padding: 1em 2em 1em 4.5em;
  font-family: "Just Sans", sans-serif;
  border-radius: 4px;
  border-top: none;
  display: flex;
  align-items: center;
  background: #e0f2fe;
}
body.woocommerce .woocommerce-info:before, body .woocommerce .woocommerce-info:before {
  top: 0;
  bottom: 0;
  height: 24px;
  margin: auto;
}
body.woocommerce .woocommerce-info .button, body .woocommerce .woocommerce-info .button {
  margin-left: auto;
  background: #374151;
  border: solid 1px #374151;
  color: white;
  transition: all 0.3s linear;
}
body.woocommerce .woocommerce-info .button:hover, body .woocommerce .woocommerce-info .button:hover {
  color: #fff;
  background: #1F2937;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message, body .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  padding: 1em 2em 1em 4.5em;
  font-family: "Just Sans", sans-serif;
  border-radius: 4px;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-error:before,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-info:before,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before, body .woocommerce .woocommerce-notices-wrapper .woocommerce-error:before,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-info:before,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 16px;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, body .woocommerce .woocommerce-notices-wrapper .woocommerce-error .button,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-info .button,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
  margin-left: auto;
  background: #fff;
  border: solid 1px #ddb494;
  color: #984c36;
  transition: all 0.3s linear;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:hover,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:hover,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover, body .woocommerce .woocommerce-notices-wrapper .woocommerce-error .button:hover,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-info .button:hover,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover {
  color: #fff;
  background: #ddb494;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-error:focus-visible,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-info:focus-visible,
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message:focus-visible, body .woocommerce .woocommerce-notices-wrapper .woocommerce-error:focus-visible,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-info:focus-visible,
body .woocommerce .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
  outline: none;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message, body .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background: #fbf6f1;
  border: solid 1px #ddb494;
  display: flex;
  align-items: center;
  color: #7a3f32;
}
body.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before, body .woocommerce .woocommerce-notices-wrapper .woocommerce-message:before {
  color: #c4744b;
}

body .wp-block-woocommerce-cart, body .wp-block-woocommerce-checkout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 0 120px;
  font-family: "Just Sans", sans-serif;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form, body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form {
  display: flex;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input, body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input {
  margin-right: 16px;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input label, body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input label {
  display: none;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text],
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link), body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text],
body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link) {
  padding: 12px 16px;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link), body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link) {
  padding: 0;
  min-height: 0;
  background: #c4744b;
  border: solid 1px #c4744b;
  min-width: 160px;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link) .wc-block-components-button__text, body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  color: #fff;
  opacity: 1;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link):disabled, body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link):disabled {
  opacity: 1;
  background: #E5E7EB;
  border: 1px solid #D1D5DB;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text, body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  color: #374151;
  opacity: 0.5;
}
body .wp-block-woocommerce-cart .wc-block-components-totals-coupon, body .wp-block-woocommerce-checkout .wc-block-components-totals-coupon {
  position: relative;
}
body .wp-block-woocommerce-cart .wc-block-cart__submit-container a, body .wp-block-woocommerce-checkout .wc-block-cart__submit-container a {
  background: #c4744b;
  color: #fff;
}
body .wp-block-woocommerce-checkout {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 0 180px;
  font-family: "Just Sans", sans-serif;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 18px;
  margin-bottom: 16px;
  color: #0a65bf;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkout-step__description {
  margin-bottom: 8px;
}
body .wp-block-woocommerce-checkout .wc-block-checkout__payment-method {
  position: relative;
}
body .wp-block-woocommerce-checkout .wc-block-components-address-card {
  background: #fbf6f1;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff;
  stroke: #fff;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input {
  margin-right: 8px;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:focus {
  outline: none;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:active {
  background: #c4744b;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:checked {
  background: #c4744b;
}
body .wp-block-woocommerce-checkout .disable-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  padding-left: 16px;
  margin-top: 0;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  border: solid 1px transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
  padding-bottom: 0.7em;
  margin-top: 2px;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  padding-left: 3.5em;
  padding-top: 0;
  margin-top: -6px;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__input {
  border: solid 1px #6B7280;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__input:focus {
  outline: none;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__input:active, body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__input:checked {
  border: solid 1px #1782e0;
  background: #e1eefd;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__input:active:before, body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__input:checked:before {
  background: #1782e0;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option:last-child {
  margin-bottom: 0;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none;
  background: #e1eefd;
}
body .wp-block-woocommerce-checkout .wc-block-components-radio-control__label {
  font-weight: bold;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkbox__label {
  font-weight: 500;
  font-size: 16px;
  color: #4B5563;
}
body .wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  position: relative;
  color: #1782e0;
}
body .wp-block-woocommerce-checkout .wc-block-components-address-card__edit {
  background: #ebd3bd;
  color: #7a3f32;
  text-decoration: none;
  font-weight: bold;
}
body .wp-block-woocommerce-checkout .wc-block-components-address-card__edit:hover {
  background: #b75f3f;
  color: #fbf6f1;
  border: solid #c4744b;
}
body .wp-block-woocommerce-checkout .wc-block-checkout__terms {
  padding: 40px 0;
  font-weight: bold;
  color: #63352b;
  margin: 0;
}
body .wp-block-woocommerce-checkout .is-large.wc-block-checkout__sidebar {
  top: 80px;
}
body.woocommerce-order-pay .content-wrapper {
  padding: 60px 0 160px;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
body.woocommerce-order-pay p {
  margin-bottom: 24px;
}
body.woocommerce-order-pay #btn-razorpay-cancel {
  background: #6B7280;
  border-color: #6B7280;
  margin-left: 16px;
}
body .woocommerce-order {
  padding: 80px 0 150px;
  width: 100%;
}
@media (min-width: 1280px) {
  body .woocommerce-order {
    max-width: 1320px;
    margin: 0 auto;
  }
}
body .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #b75f3f;
}
body .woocommerce-order .woocommerce-order-details {
  margin-bottom: 32px;
}
body .woocommerce-order .woocommerce-order-details__title,
body .woocommerce-order .woocommerce-column__title {
  font-size: 24px;
  margin-bottom: 16px;
}
body .woocommerce-order ul.order_details {
  display: flex;
  flex-direction: row;
  width: 100%;
}
body .woocommerce-order ul.order_details li {
  width: 15%;
}
body .woocommerce-order ul.order_details li strong {
  display: block;
  margin-top: 8px;
}
body .woocommerce-order ul.order_details li.email {
  width: 20%;
}
body .woocommerce-order ul.order_details li.method {
  width: 25%;
}
body .woocommerce-order table.shop_table th,
body .woocommerce-order table.shop_table td {
  border: solid 1px #F3F4F6;
}
body.woocommerce-account .content-wrapper .woocommerce {
  padding: 60px 0 160px;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
body.woocommerce-account .title-account_navigation {
  margin-bottom: 40px;
}
body.woocommerce-account .woocommerce-MyAccount-content, body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  margin: 0 auto 60px;
}
body.woocommerce-account .woocommerce-MyAccount-content p:not(.woocommerce-form-row) {
  margin-bottom: 16px;
}
body.woocommerce-account .login_form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
body.woocommerce-account .login_form h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
body.woocommerce-account .login-logo {
  display: flex;
  justify-content: center;
}
body.woocommerce-account .login-logo img {
  max-width: 200px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  border-bottom: solid 1px #D1D5DB;
  margin: 0 auto 60px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 16px;
  overflow: hidden;
  position: relative;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c4744b;
  transform: scaleY(0);
  transition: all 0.4s ease-in-out;
  transform-origin: bottom;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: #111827;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:hover::before, body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active::before {
  transform: scaleY(1);
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:hover a, body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #b75f3f;
}
body.woocommerce-account #account_display_name_description em {
  font-size: 14px;
  margin-top: 6px;
  display: block;
}
body.woocommerce-account fieldset {
  margin-top: 32px;
}
body.woocommerce-account fieldset legend {
  font-weight: bold;
  color: #1F2937;
  margin-bottom: 16px;
}
body.woocommerce-account .show-password-input:hover {
  background: none;
}
body.woocommerce-account .woocommerce-Button {
  margin-top: 16px;
  padding: 10px 32px;
  line-height: 1.4;
  background: #c4744b;
  color: #fff;
}
body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .woocommerce-Button:focus, body.woocommerce-account .woocommerce-Button:active {
  color: #fff;
  background: #984c36;
}
body.woocommerce-account .woocommerce-order-details h2, body.woocommerce-account .woocommerce-customer-details h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
  border-block-start: none;
  border: solid 1px #E5E7EB;
  padding: 10px;
}
body.woocommerce-account table.shop_table thead:first-child tr:first-child th {
  border-block-start: none;
}
body.woocommerce-account table.shop_table th:last-child,
body.woocommerce-account table.shop_table td.woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
body.woocommerce-account table.shop_table tbody tr {
  transition: all 0.3s ease-in;
}
body.woocommerce-account table.shop_table tbody tr:nth-child(odd) {
  background: rgba(249, 250, 251, 0.1);
}
body.woocommerce-account table.shop_table .woocommerce-button {
  padding: 6px 24px;
  line-height: 1.4;
  background: #1F2937;
  color: #fff;
}
body.woocommerce-account table.shop_table .woocommerce-button:hover, body.woocommerce-account table.shop_table .woocommerce-button:focus, body.woocommerce-account table.shop_table .woocommerce-button:active {
  color: #fff;
  background: #984c36;
}
body.woocommerce-account .u-columns {
  margin-top: 32px;
}
body.woocommerce-account .woocommerce-Address h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
body.woocommerce-account .woocommerce-Address .title .edit {
  float: none;
  margin-bottom: 16px;
  display: inline-block;
}
body.woocommerce-account .woocommerce-Address address {
  margin-top: 16px;
}
body.woocommerce-account #customer_login {
  margin-bottom: 32px;
}
body.woocommerce-account #customer_login h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
body.woocommerce-account #customer_login form {
  margin: 0;
}
@media (min-width: 1024px) {

  .lg\:w-5\/6 {
    width: 83.333333%;
  }
}

.gallery-icon img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: center;
}

#site-nav:before, #site-nav:after{
    content: "";
    position: absolute;
    top:0;
    height: 100%;
    width: 50%;
}

#site-nav:after{
    background: #63352B;
    right: 0;
}

#site-nav .menu-content{
    position: relative;
    z-index: 5;
}

.menu-div .container .menu-content ul li a{
    color: #fff;
    transition: all 0.4s ease;
}

.menu-div .container .menu-content ul li a:hover{
    color: #EBD3BD;
}

.active .my-account svg{
	fill: #EBD3BD;
}

body.woocommerce p.price + div{
    display: none !important;
}

.menu-content {
	position: relative;
	z-index: 5;
}

.menu-content:after{
    content:"";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('https://japamats.com/wp-content/uploads/2025/04/logo-menu.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.1;
}

#site-nav div.container {
    max-width: none;
    justify-content: center;
}

#site-nav div.container div:first-child{
    padding-left: 100px;
}

.menu-div .container .menu-content a {
    overflow: hidden;
    display: block;
    line-height: 32px;
    position: relative;
}

.menu-div .container .menu-content a:after {
    content: "Menu";
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in;
}

.menu-div .container .menu-content a span {
    transition: all 0.4s ease-in;
    display: block;
}

.menu-div .container .menu-content a:hover span {
    transform: translateY(-100%);
}

.menu-div .container .menu-content a:hover:after {
    transform: translateY(0%);
}

.menu-div .container .menu-content .menu li:first-child a:after {
    content: 'Why Japa Mats';
}

.menu-div .container .menu-content .menu li:nth-child(2) a:after {
    content: 'Discover';
}

.menu-div .container .menu-content .menu li:nth-child(3) a:after {
    content: 'Testimonials';
}

.menu-div .container .menu-content .menu li:nth-child(4) a:after {
    content: 'Gallery';
}

.menu-div .container .menu-content .menu li:last-child a:after {
    content: 'Buy Now';
}

@media (max-width:767px){
    #site-nav:before, #site-nav:after{
        width: 100%
    }
    .menu-div .container .menu-content{
        width: 100%;
    }
}