@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
@font-face {
  font-family: "Beautique Display";
  src: url("../fonts/Beautique-Display/BeautiqueDisplay-Italic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Beautique Display";
  src: url("../fonts/Beautique-Display/BeautiqueDisplay-BoldItalic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Beautique Display";
  src: url("../fonts/Beautique-Display/BeautiqueDisplay-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Beautique Display";
  src: url("../fonts/Beautique-Display/BeautiqueDisplay-Regular.otf") format("opentype");
  font-display: swap;
}
@media (max-width: 1024px) {
  body {
    padding-bottom: 80px;
  }
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh !important;
  position: fixed;
  z-index: 0;
  top: 0;
  height: 0;
  background-color: #fff;
  background-repeat: repeat-y;
  background-size: 100vw 100vh;
  background-image: radial-gradient(circle at 15% 20%, rgba(255, 200, 200, 0.55) 0%, transparent 55%), radial-gradient(circle at 25% 65%, rgba(255, 220, 190, 0.5) 0%, transparent 50%), radial-gradient(circle at 55% 45%, rgba(210, 200, 240, 0.45) 0%, transparent 55%), radial-gradient(circle at 85% 75%, rgba(180, 230, 220, 0.55) 0%, transparent 55%), radial-gradient(circle at 90% 20%, rgba(230, 245, 235, 0.5) 0%, transparent 50%);
  backdrop-filter: blur(140px);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .heading-font,
body .widget-title {
  line-height: 1.32;
  letter-spacing: 1.2px;
  font-weight: 600;
  font-family: "Beautique Display", sans-serif;
}
body strong,
body b {
  font-weight: 700;
}
body h1 {
  font-weight: 500;
  font-size: 1.85rem;
}
body h2 {
  font-size: clamp(24px, 2.4vw, 27px);
  line-height: 1.32;
}
body h3 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body h3 {
    font-size: 20px;
  }
}
body i.icon-map-pin-fill::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
body i.icon-clock:before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
body blockquote:not(.tiktok-embed) {
  padding: 16px 22px;
  background-color: #fffbeb;
  border-left: 3px solid #f59e0b;
  font-size: 100%;
}
body blockquote:not(.tiktok-embed) p:last-of-type {
  margin-bottom: unset;
}
body .ux-timer {
  margin: unset;
  display: flex;
  gap: 20px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
body .ux-timer span {
  opacity: 1;
  min-width: 60px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(220, 130, 60, 0.3);
  color: var(--fs-color-primary) !important;
  position: relative;
}
body .ux-timer span strong {
  display: none;
}
body .ux-timer span + span::before {
  content: ":";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
body .social-icons .button.icon.is-outline {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(45, 74, 67, 0.08);
  transition: 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin: 0 5px;
}
body .social-icons .button.icon.is-outline:hover {
  transform: scale(1.13);
  box-shadow: 0 5px 16px rgba(45, 74, 67, 0.15);
  background: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.95) !important;
}
body .social-icons .button.icon.is-outline:hover.facebook i {
  color: #1877F2 !important;
}
body .social-icons .button.icon.is-outline:hover.tiktok i {
  color: #000 !important;
}
body .social-icons .button.icon.is-outline.facebook {
  color: #1877F2;
}
body .social-icons .button.icon.is-outline.tiktok {
  color: #000;
}
body table {
  font-size: 100%;
}
body table tr td,
body table tr th {
  color: inherit;
  border: none;
}

.wpcf7-form {
  margin-bottom: unset;
}
.wpcf7-form .mbws-field-col {
  margin-bottom: 12px;
}
.wpcf7-form .mbws-field-col.mbws-field-full {
  padding: unset;
}
.wpcf7-form .mbws-field-col select {
  margin-bottom: unset;
}
.wpcf7-form > div:last-of-type {
  margin-bottom: unset;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  height: 43px;
  padding-left: 14px;
  padding-right: 14px;
}
.wpcf7-form textarea {
  min-height: 88px;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form input[type=submit].wpcf7-submit {
  height: 43px;
  font-size: 11px;
  color: var(--heading-color);
  letter-spacing: 1.5px;
  margin: unset;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(135deg, rgba(240, 200, 205, 0.9), rgba(215, 205, 230, 0.9));
}

.button:not(.icon) {
  font-weight: 600;
}
.button:not(.icon).white-border i.icon-angle-right::before, .button:not(.icon):not(.white) i.icon-angle-right::before {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.button:not(.icon):not(.is-link):not(.is-underline) {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.button:not(.icon):not(.is-link):not(.is-underline).white:not(.white-border):not(.white-primary) {
  background: linear-gradient(160deg, rgba(252, 232, 232, 0.75), rgba(255, 248, 246, 0.35)) !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.button:not(.icon):not(.is-link):not(.is-underline).white:not(.white-border):not(.white-primary)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
.button:not(.icon):not(.is-link):not(.is-underline).white:not(.white-border):not(.white-primary):hover {
  background: linear-gradient(160deg, rgba(252, 232, 232, 0.9), rgba(255, 248, 246, 0.5));
}
.button:not(.icon):not(.is-link):not(.is-underline).white:not(.white-border):not(.white-primary):hover::before {
  animation: svShimmer 0.85s ease-out;
}
.button:not(.icon):not(.is-link):not(.is-underline).white:not(.white-border):not(.white-primary):hover i {
  transform: translateX(2px);
}
.button:not(.icon):not(.is-link):not(.is-underline).white:not(.white-border):not(.white-primary):hover:not(.youtube-copy-link) {
  box-shadow: 0 16px 34px rgba(176, 64, 64, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;
}
.button:not(.icon):not(.is-link):not(.is-underline).white-border {
  background: rgba(255, 255, 255, 0.32);
  border-color: var(--color-mbws-custom-1);
  color: var(--color-mbws-custom-1) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.button:not(.icon):not(.is-link):not(.is-underline).white-border:hover {
  background: rgba(111, 99, 171, 0.1) !important;
  border-color: rgba(111, 99, 171, 0.5);
  transform: translateY(-2px);
}
.button:not(.icon):not(.is-link):not(.is-underline).white-primary {
  color: #ee4d2d !important;
  border: 1px solid rgba(238, 77, 45, 0.3) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.button:not(.icon):not(.is-link):not(.is-underline).white-primary:hover {
  background: rgba(238, 77, 45, 0.12);
  border-color: rgba(238, 77, 45, 0.5);
  color: #ee4d2d;
}
.button:not(.icon):not(.is-link):not(.is-underline).primary:not(.ux-relay__button):not(.view-more-button) {
  letter-spacing: 2px;
  color: var(--text-color);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(135deg, rgba(240, 200, 205, 0.9), rgba(215, 205, 230, 0.9));
}
.button:not(.icon):not(.is-link):not(.is-underline).primary:not(.ux-relay__button):not(.view-more-button).is-small {
  padding-left: 28px;
  padding-right: 28px;
}
.button:not(.icon).is-link {
  color: var(--text-color);
}
@media (max-width: 768px) {
  .button:not(.icon).is-link {
    font-size: 12px;
  }
}

.slider.slider-nav-circle .flickity-prev-next-button {
  opacity: 1 !important;
  width: 48px;
}
.slider.slider-nav-circle .flickity-prev-next-button svg {
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px;
  fill: var(--fs-color-secondary) !important;
  transition: all 0.3s;
}
.slider.slider-nav-circle .flickity-prev-next-button svg * {
  fill: inherit;
}
@media (max-width: 768px) {
  .slider.slider-nav-circle .flickity-prev-next-button {
    width: 30px !important;
  }
  .slider.slider-nav-circle .flickity-prev-next-button svg {
    padding: 10px !important;
  }
}
.slider.slider-nav-circle .flickity-prev-next-button:hover svg {
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%) scale(1.06);
}
.slider.slider-nav-circle .flickity-prev-next-button:hover svg *,
.slider.slider-nav-circle .flickity-prev-next-button:hover svg {
  fill: var(--fs-color-secondary) !important;
}
.slider .flickity-page-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  border: none !important;
  background-color: var(--fs-color-secondary);
  opacity: 1;
  transition: width 0.3s ease-in-out;
}
.slider .flickity-page-dots .dot.is-selected {
  width: 26px;
}
.slider.slider-nav-light .flickity-page-dots .dot {
  background-color: white;
}

.last-reset p:last-of-type {
  margin-bottom: unset;
}

.col-bg > .col-inner {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 18px 40px rgba(190, 160, 180, 0.14);
}

.ss-title h2 {
  font-size: clamp(3.2rem, 9.5vw, 7.5rem);
}
.ss-title {
  color: var(--fs-color-primary);
}
.ss-title * {
  font-weight: 400;
}

.sub-title:not(.is-simple) p {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-title:not(.is-simple) p span {
  border-radius: 20px;
  padding: 5px 14px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
  background-color: rgba(255, 240, 230, 0.6745098039);
  color: var(--fs-color-primary);
  text-transform: uppercase;
}
.sub-title.is-simple p {
  font-size: 10px;
  letter-spacing: 2.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.mbws-yt-short-wrap {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(111, 255, 171, 0.2);
  border-top-color: rgba(255, 255, 255, 0.6);
  border-left-color: rgba(255, 255, 255, 0.4);
  padding: 8px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.mbws-yt-short-wrap:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 99, 171, 0.45);
}
.mbws-yt-short-wrap > div {
  border-radius: 14px;
}

.searchform {
  position: relative;
}
.searchform input[type=search] {
  height: 42px;
  padding: 0 14px 0 42px;
  border: 1px solid rgba(111, 99, 171, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  transition: border-color 0.25s, background 0.25s;
}
.searchform input[type=search]:focus {
  border-color: var(--color-mbws-custom-1);
  background: rgba(255, 255, 255, 0.6);
}
.searchform .button.icon {
  border: none;
  background: none;
  color: var(--heading-color);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 42px;
}
.searchform .button.icon:hover {
  box-shadow: none;
}

.z-2 {
  z-index: 2;
}

@media (min-width: 1024px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

#header .stuck {
  box-shadow: none;
}
#header .stuck > div:not(.hide-for-sticky) {
  background-color: transparent !important;
}
#header .stuck #logo img {
  max-height: 32px !important;
}
@media (max-width: 768px) {
  #header .stuck .header-main {
    height: 60px !important;
  }
}
#header .header-main .container {
  max-width: calc(100vw - 60px) !important;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 100px;
  box-shadow: 0 8px 32px rgba(45, 74, 67, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
@media (max-width: 1024px) {
  #header .header-main .container {
    max-width: calc(100vw - 10px) !important;
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
  }
}
#header .header-main .flex-left.hide-for-medium .nav {
  justify-content: center;
}
#header .header-main .flex-right.show-for-medium {
  flex: unset;
  padding-left: 14px;
}
#header .header-main .nav > li > a {
  padding: 6px 13px;
  border-radius: 20px;
}
#header .header-main .nav > li.current-menu-item > a, #header .header-main .nav > li > a:hover {
  background-color: rgba(45, 74, 67, 0.07);
}
#header #logo {
  display: flex;
  gap: 10px;
  margin-right: unset;
  align-items: center;
}
@media (max-width: 768px) {
  #header #logo {
    width: 32px !important;
    margin-right: 14px;
  }
}
#header #logo img {
  border-radius: 50%;
  max-height: 32px;
}
#header #logo .logo-tagline {
  font-size: 17px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  margin: unset;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header #logo .logo-tagline {
    display: none;
  }
}
#header .html .header-button .button {
  white-space: nowrap;
  height: 33px;
  line-height: 31px;
  box-shadow: 0 6px 16px rgba(45, 74, 67, 0.22);
}
@media (max-width: 768px) {
  #header .html .header-button .button {
    font-size: 11px;
    height: 28px;
    line-height: 26px;
  }
}
#header .mbws-mobile-nav {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(45, 74, 67, 0.1);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 1rem;
  padding: 0 !important;
}
#header .mbws-mobile-nav[aria-expanded=true] i::before {
  content: "\f00d";
  font-weight: 400;
  color: #2d4a43;
}
@media (max-width: 1024px) {
  #header .nav-icon .header-button .button.icon {
    border: 1px solid rgba(45, 74, 67, 0.15);
    background: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
    color: #2d4a43;
  }
  #header .searchform input[type=search] {
    height: 30px;
    border: none;
    background: transparent;
    font-size: 12.5px;
    padding-left: 30px;
    padding-right: 0;
  }
  #header .searchform .button.icon {
    height: 30px !important;
    line-height: 30px;
    min-height: 30px;
    width: 30px;
    top: 0;
    font-size: 12px;
  }
}
#header .nav-dropdown {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(45, 74, 67, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  padding: 16px !important;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(6px);
}
#header .nav-dropdown .row.row-small > .col {
  padding: 0 5px;
}
#header .nav-dropdown .ux-menu .ux-menu-link__link {
  border-radius: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  color: #2d4a43;
  margin-bottom: 10px;
}
#header .nav-dropdown .button.is-link {
  color: #2d4a43;
}

.mbws-breadcrumbs-wrap .container {
  padding: 30px 15px 0;
}
.mbws-breadcrumbs-wrap .container .breadcrumbs {
  font-size: 14px;
}
.mbws-breadcrumbs-wrap .container .breadcrumbs p {
  margin-bottom: unset;
}

#mobile_mega_menu {
  border-radius: 28px;
  overflow: hidden;
  background: #F2F0EE;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(45, 74, 67, 0.18);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
#mobile_mega_menu .nav-tab .icon-box {
  padding: 12px 4px 10px;
  border-radius: 16px;
}
#mobile_mega_menu .nav-tab .icon-box.active {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(45, 74, 67, 0.1);
}
#mobile_mega_menu .nav-tab .icon-box .icon-box-img {
  margin-bottom: 6px;
}
#mobile_mega_menu .nav-tab .icon-box .icon-box-img .icon {
  background-color: rgba(45, 74, 67, 0.06);
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile_mega_menu .nav-tab .icon-box .icon-box-img .icon .icon-inner svg,
#mobile_mega_menu .nav-tab .icon-box .icon-box-img .icon .icon-inner img {
  margin: 0;
  padding: 0;
  width: 50%;
}
#mobile_mega_menu .nav-tab .icon-box .icon-box-text p {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#mobile_mega_menu .nav-tab,
#mobile_mega_menu .nav-content {
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#mobile_mega_menu .nav-content .nav-tab-content {
  margin-bottom: 30px;
}
#mobile_mega_menu .nav-content .nav-tab-content:not(.active) {
  display: none;
}
#mobile_mega_menu .nav-content .ux-menu .ux-menu-title {
  color: #c48a5a;
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 600;
}
#mobile_mega_menu .nav-content .ux-menu .ux-menu-title::before {
  content: "-";
  display: inline;
  margin-right: 5px;
}
#mobile_mega_menu .nav-content .ux-menu .ux-menu-link__link {
  padding: 12px 0;
  font-weight: 600;
  font-size: 13px;
}
#mobile_mega_menu .nav-content .ux-menu .ux-menu-link__link::before {
  content: "";
  display: inline;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #94b5ae;
  margin-right: 5px;
}
#mobile_mega_menu .button.success {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.mfp-bg.mfp-ready {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 1 !important;
}

.mfp-container {
  padding: 15px !important;
}

.mfp-close-btn-in .lightbox-content .mfp-close {
  width: 32px;
  height: 32px;
  background-color: rgba(45, 74, 67, 0.06);
  border-radius: 50%;
  top: 20px !important;
  right: 22px !important;
  margin: 0;
  mix-blend-mode: unset;
  opacity: 1 !important;
  color: #4a7068;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp-close-btn-in .lightbox-content .mfp-close svg {
  width: 60%;
  height: auto;
}

.title-effect h1,
.title-effect h2 {
  font-size: clamp(3rem, 9vw, 6rem) !important;
  font-weight: 500;
  letter-spacing: 0.4px;
  background: linear-gradient(165deg, #f1e6fb 0%, #d9c2f0 18%, #b89be0 38%, #8f7bc9 58%, #6f63ab 78%, #564f86 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.15;
  font-style: italic;
  text-transform: uppercase;
}
.title-effect h1::after,
.title-effect h2::after {
  content: "";
  display: block;
  width: 30%;
  height: 10px;
  margin: 14px auto 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(143, 123, 201, 0.45) 0%, rgba(143, 123, 201, 0) 75%);
  filter: blur(3px);
  animation: dt2Pulse 3.2s ease-in-out infinite;
}

.archive-service .service-list .post-item .box-text .button:not(.icon) {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: unset !important;
  min-height: unset;
}
.archive-service .service-list .flickity-prev-next-button {
  width: 38px;
  height: 38px !important;
  top: 0;
  transform: unset;
  margin-top: -75px !important;
}
.archive-service .service-list .flickity-prev-next-button.next {
  right: 15px;
}
.archive-service .service-list .flickity-prev-next-button.previous {
  left: auto;
  right: 65px;
}
.archive-service .service-list .flickity-prev-next-button svg {
  padding: 12px;
  border: 1px solid rgba(111, 99, 171, 0.25) !important;
  box-shadow: none !important;
}
.archive-service .service-list .flickity-page-dots .dot {
  width: 7px;
  height: 7px;
  background-color: rgba(111, 99, 171, 0.25);
}
.archive-service .service-list .flickity-page-dots .dot.is-selected {
  transform: scale(1.25);
  background-color: #6f63ab;
}

.form-bg {
  background: linear-gradient(135deg, #fff7f0 0%, #fdeede 20%, #fdf3e8 40%, #faebd7 60%, #fdf0e0 80%, #fff8f0 100%);
  border-radius: 24px;
}

.device-box .box-text h2,
.device-box .box-text h3,
.device-box .box-text h4 {
  margin-bottom: 12px;
}

.video-wrapper {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  overflow: hidden;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 6px 36px rgba(110, 150, 200, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.video-wrapper .button:not(.icon) {
  margin-bottom: unset;
  border-radius: 12px !important;
  box-shadow: none !important;
  letter-spacing: unset;
}
.video-wrapper .button:not(.icon)::before {
  display: none;
}
.video-wrapper .button:not(.icon).youtube-button {
  background: linear-gradient(135deg, rgba(215, 38, 38, 0.78), rgba(195, 28, 28, 0.68));
}
.video-wrapper .button:not(.icon):hover {
  transform: translateY(-1px);
}
.video-wrapper .button:not(.icon):hover.youtube-copy-link {
  box-shadow: none !important;
}
.video-wrapper .button:not(.icon).youtube-copy-link {
  color: rgba(30, 60, 100, 0.85);
}

.video-sub-title .col-inner {
  border-radius: 20px 20px 0 0;
}
.video-sub-title p {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(220, 40, 40, 0.72);
  border: 1px solid rgba(255, 120, 120, 0.35);
  color: rgba(255, 255, 255, 0.97);
  padding: 4px 12px;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: unset;
}
.video-sub-title p::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
.form-section-block .wpcf7-form input[type=email],
.form-section-block .wpcf7-form input[type=number],
.form-section-block .wpcf7-form input[type=search],
.form-section-block .wpcf7-form input[type=tel],
.form-section-block .wpcf7-form input[type=text],
.form-section-block .wpcf7-form input[type=url],
.form-section-block .wpcf7-form select,
.form-section-block .wpcf7-form textarea {
  height: 46px;
  font-size: 16px;
  border: 1px solid rgba(200, 140, 60, 0.3);
}

.mbws-home-slider .banner {
  position: relative;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  overflow: hidden;
}
.mbws-home-slider .banner .container {
  padding: 14px !important;
}
.mbws-home-slider .banner .banner-inner.fill {
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mbws-home-slider .banner .banner-inner.fill {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
  .mbws-home-slider .banner .button {
    margin-bottom: unset;
  }
}
.mbws-home-slider .flickity-page-dots {
  bottom: 25px;
}
@media (max-width: 768px) {
  .mbws-home-slider .flickity-page-dots {
    display: none;
  }
}
@media (max-width: 768px) {
  .mbws-home-slider .slider-nav-circle .flickity-prev-next-button {
    display: block !important;
    width: 34px !important;
  }
  .mbws-home-slider .slider-nav-circle .flickity-prev-next-button svg {
    padding: 11px !important;
  }
}

.tabs-title-col > .col-inner {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background-color: rgba(255, 201, 150, 0.702);
  border-bottom: 1px solid rgba(255, 160, 80, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.tabs-title-col .flash-sale-title h2,
.tabs-title-col .flash-sale-title h3,
.tabs-title-col .flash-sale-title h4 {
  font-family: var(--text-font-family);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 16px 36px;
  margin-bottom: unset;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 200, 150, 0.25);
}
.tabs-title-col .flash-sale-title h2::before,
.tabs-title-col .flash-sale-title h3::before,
.tabs-title-col .flash-sale-title h4::before {
  content: "\f0e7";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  color: #ffc927;
}
.tabs-title-col .flash-sale-title h2::after,
.tabs-title-col .flash-sale-title h3::after,
.tabs-title-col .flash-sale-title h4::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e8873a, #f0a060);
  position: absolute;
  bottom: 0;
  left: 0;
}

.flash-sale-col > .col-inner {
  border-radius: 0 0 24px 24px;
  border: 1px solid rgba(255, 180, 120, 0.25);
  background: linear-gradient(135deg, #fff4ec 0%, #ffe8d6 30%, #ffdfc8 60%, #fff0e6 100%);
}
.flash-sale-col .nav > li {
  margin: 0 10px;
}
.flash-sale-col .nav > li > a {
  color: rgba(160, 80, 20, 0.6);
  border: 1px solid rgba(220, 130, 60, 0.3);
  background: rgba(255, 200, 150, 0.15);
}
.flash-sale-col .nav > li > a:hover, .flash-sale-col .nav > li.active > a {
  color: var(--fs-color-primary);
  background-color: rgba(232, 135, 58, 0.15);
  border-color: rgba(232, 135, 58, 0.5);
}

.count-down-title {
  white-space: nowrap;
}

.flash-sale-count-down {
  margin-top: -50px;
  margin-bottom: -9px;
  float: right;
  width: 50%;
}

.product-flash-sale .product-small .price {
  display: flex !important;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: flex-end;
}

.product-category .col-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-category .col-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}
.product-category .col-inner .box-text {
  padding: 10px;
}
.product-category .col-inner .box-text .header-title {
  padding: 11px 10px;
  font: 14px bold var(--text-font-family);
  line-height: 1;
  text-transform: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.product-tabs .nav > li {
  margin: 0 10px;
}
.product-tabs .nav > li > a {
  padding: 9px 18px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.product-tabs .nav > li.active > a {
  background: rgba(80, 80, 80, 0.12);
  border-color: rgba(80, 80, 80, 0.35);
  color: #2d2d2d;
}
@media (max-width: 768px) {
  .product-tabs .nav {
    width: calc(100% - 100px) !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .product-tabs .nav li > a {
    white-space: nowrap;
  }
}
.product-tabs .tab-panels {
  padding-top: 20px;
}
.product-tabs .tab-panels .view-all {
  position: absolute;
  top: 0px;
  right: 0;
  margin: unset;
}

.service-tabs-nav .service-tab {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.3) 100%);
  border-radius: 18px;
  padding: 12px 16px 12px 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 8px 20px rgba(190, 160, 180, 0.1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, background 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  margin-bottom: 14px;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.service-tabs-nav .service-tab::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fs-color-primary);
}
.service-tabs-nav .service-tab .icon-box-img img {
  border-radius: 14px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-tabs-nav .service-tab.active {
  background: linear-gradient(135deg, rgba(235, 190, 200, 0.55), rgba(205, 195, 225, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 14px 28px rgba(190, 160, 180, 0.22);
  transform: translateX(6px);
}
.service-tabs-nav .service-tab:hover {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .service-tabs-nav .col-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .service-tabs-nav .col-inner .service-tab {
    min-width: 156px;
    padding: 8px;
    transform: unset;
  }
  .service-tabs-nav .col-inner .service-tab .icon-box-img {
    width: 38px !important;
  }
  .service-tabs-nav .col-inner .service-tab .icon-box-img img {
    padding-top: 0;
  }
  .service-tabs-nav .col-inner .service-tab .icon-box-text {
    padding-left: 8px;
    font-size: 10pxf;
  }
  .service-tabs-nav .col-inner .service-tab .icon-box-text h4 {
    font-size: 12px;
  }
}

.service-tabs-content .tab-content:not(.active):not(.uxb-draggable) {
  display: none;
}

.img .image-cover {
  border-radius: 18px;
}

.related-posts .post-item .box,
.service-list .post-item .box {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 1px 0 0 rgba(255, 255, 255, 0.5), 0 8px 24px rgba(111, 99, 171, 0.08);
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
  transform: translatey(6px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease;
}
.related-posts .post-item .box::before,
.service-list .post-item .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 3;
  pointer-events: none;
}
.related-posts .post-item .box:hover,
.service-list .post-item .box:hover {
  transform: translateY(0);
  border-color: rgba(111, 99, 171, 0.4);
}
.related-posts .post-item .box:hover::before,
.service-list .post-item .box:hover::before {
  animation: svShimmer 0.8s ease-out;
}
.related-posts .post-item .box .box-image .image-cover,
.service-list .post-item .box .box-image .image-cover {
  border-radius: 18px;
}
.related-posts .post-item .box .box-text,
.service-list .post-item .box .box-text {
  padding: 20px 0 0;
}
.related-posts .post-item .box .box-text .cat-label,
.service-list .post-item .box .box-text .cat-label {
  margin-top: 0;
  font-size: 12px;
  opacity: 1;
  color: rgba(111, 99, 171, 0.5);
  margin-bottom: 6px;
}
.related-posts .post-item .box .box-text .post-title,
.service-list .post-item .box .box-text .post-title {
  margin-bottom: 6px;
}
.related-posts .post-item .box .box-text .post-title > a,
.service-list .post-item .box .box-text .post-title > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-posts .post-item .box .box-text .from_the_blog_excerpt,
.service-list .post-item .box .box-text .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.8em;
}
.related-posts .post-item .box .box-text .button:not(.icon),
.service-list .post-item .box .box-text .button:not(.icon) {
  width: 100%;
  padding: 11px 18px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  color: #4a3e85 !important;
}
.related-posts .post-item .box .box-text .button:not(.icon)::after,
.service-list .post-item .box .box-text .button:not(.icon)::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 10px;
  display: inline;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.related-posts .post-item .box:hover .box-text .button::before,
.service-list .post-item .box:hover .box-text .button::before {
  transform: translateX(2px);
}
@media (max-width: 768px) {
  .related-posts .post-item,
  .service-list .post-item {
    padding: 0 5px;
  }
  .related-posts .post-item .box,
  .service-list .post-item .box {
    transform: unset;
    padding: 10px;
    border-radius: 16px;
  }
  .related-posts .post-item .box .box-image .image-cover,
  .service-list .post-item .box .box-image .image-cover {
    border-radius: 12px;
  }
  .related-posts .post-item .box .box-text .post-title,
  .service-list .post-item .box .box-text .post-title {
    font-size: 12px;
  }
  .related-posts .post-item .box .box-text .from_the_blog_excerpt,
  .service-list .post-item .box .box-text .from_the_blog_excerpt {
    font-size: 11px;
  }
  .related-posts .post-item .box .box-text .button,
  .service-list .post-item .box .box-text .button {
    padding: 8px 10px !important;
  }
}

@keyframes svShimmer {
  100% {
    left: 130%;
  }
}
.media-section-1 blockquote {
  border: #f9a8a8 !important;
  background-color: rgba(252, 232, 232, 0.45) !important;
}
.media-section-1 .button {
  background: linear-gradient(160deg, rgba(252, 232, 232, 0.75), rgba(255, 248, 246, 0.35));
  color: #b04040;
}
.media-section-1 .banner .card-shadow > .text {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 20px 60px rgba(13, 31, 26, 0.04), inset 0 2px 4px rgba(255, 255, 255, 0.5);
}
.media-section-1 .banner .img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.05s, box-shadow 0.7s;
}
.media-section-1 .banner .img .image-cover {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(13, 31, 26, 0.04), inset 0 2px 4px rgba(255, 255, 255, 0.5);
  border: 4px solid rgba(255, 255, 255, 0.95);
}
.media-section-1 .media-row-1:hover .banner .card-shadow > .text {
  transform: scale(1.02);
}
.media-section-1 .media-row-1:hover .banner .img .image-cover {
  box-shadow: 0 36px 70px rgba(13, 31, 26, 0.14);
}
.media-section-1 .media-row-1:hover .banner .img.img1 {
  transform: translateY(-10px) rotate(-1deg);
}
.media-section-1 .media-row-1:hover .banner .img.img2 {
  transform: translateY(-18px) scale(1.03) rotate(2deg);
}

.media-row:hover .col-bg > .col-inner {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 36px 80px rgba(13, 31, 26, 0.07), inset 0 1px 3px rgb(255, 255, 255);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28));
}

.media-section-2 .media-col > .col-inner {
  background: linear-gradient(145deg, rgba(236, 232, 252, 0.38), rgba(248, 246, 255, 0.2));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(107, 90, 191, 0.08), inset 0 2px 4px rgba(255, 255, 255, 0.5);
}
.media-section-2 .media-col > .col-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, rgba(248, 246, 255, 0.85), transparent);
  z-index: 1;
  pointer-events: none;
}
.media-section-2 .media-col > .col-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(270deg, rgba(248, 246, 255, 0.85), transparent);
  z-index: 1;
  pointer-events: none;
}

.auto-scroll-left,
.auto-scroll-right {
  flex-wrap: nowrap !important;
  width: -moz-max-content;
  width: max-content;
}
.auto-scroll-left .gallery-col.col,
.auto-scroll-right .gallery-col.col {
  min-width: 155px;
}

.auto-scroll-left.row {
  animation: scrollLeft 42s linear infinite;
}

.auto-scroll-right.row {
  animation: scrollRight 42s linear infinite;
  justify-content: flex-start;
}

.auto-scroll-left:hover,
.auto-scroll-right:hover {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.media-section-4 blockquote,
.media-section-2 blockquote {
  border-color: #b8a8fc !important;
  background-color: rgba(236, 232, 252, 0.45) !important;
}
.media-section-4 .button,
.media-section-2 .button {
  background: linear-gradient(160deg, rgba(236, 232, 252, 0.75), rgba(248, 246, 255, 0.35)) !important;
  color: #463ca4 !important;
}

.media-section-3 blockquote {
  border-color: #82d2b9 !important;
  background-color: rgba(227, 245, 239, 0.45) !important;
}
.media-section-3 .button {
  background: linear-gradient(160deg, rgba(227, 245, 239, 0.75), rgba(244, 252, 248, 0.35)) !important;
  color: #1a6048 !important;
}
.media-section-3 .media-col > .col-inner {
  background: linear-gradient(145deg, rgba(227, 245, 239, 0.55), rgba(244, 252, 248, 0.25));
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 32px;
  overflow: hidden;
  padding: 40px 40px 14px;
  box-shadow: 0 20px 60px rgba(45, 122, 96, 0.07), inset 0 2px 4px rgba(255, 255, 255, 0.6);
}
.media-section-3 .media-col > .col-inner .gallery-col.col {
  padding: 0 5px 10px !important;
}

.media-col .box-image {
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s;
}
.media-col .box-image:hover {
  transform: scale(1.04) translateY(-4px);
  box-shadow: 0 16px 36px rgba(107, 90, 191, 0.18);
}
.media-col .gallery-col.col {
  padding: 0 5px 10px !important;
}
.media-col .box:not(.box-overlay) .box-text {
  padding: 0;
  margin-top: 6px;
  text-align: center;
  font-size: 8px;
  background-color: rgba(252, 214, 140, 0.3);
  color: #8a6020;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 8px;
}
.media-col .box.box-overlay .overlay {
  background: linear-gradient(to top, rgba(10, 22, 40, 0.72) 0%, transparent 65%);
}
.media-col .box.box-overlay .box-text {
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 8px;
  background-color: transparent !important;
}
.media-col .box.box-overlay .box-text p {
  color: #fff;
}
.media-col .media-label {
  font-size: 11px !important;
}

.box-border {
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.heart-filter {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s;
}
.heart-filter .image-cover {
  clip-path: url(#heartClipPath);
}
.heart-filter:hover {
  transform: scale(1.025) translateY(-3px);
}

.glx-line-wrap .is-divider {
  position: relative;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(143, 123, 201, 0) 0%, rgba(143, 123, 201, 0.5) 18%, rgba(217, 202, 240, 0.9) 38%, rgb(255, 255, 255) 50%, rgba(232, 194, 209, 0.9) 62%, rgba(201, 123, 160, 0.5) 82%, rgba(201, 123, 160, 0) 100%);
  filter: blur(0.6px);
  box-shadow: 0 0 16px 2px rgba(180, 150, 220, 0.35);
}
.glx-line-wrap .is-divider::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 14px;
  border-radius: 99px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 75%);
  transform: translateY(-50%);
  filter: blur(2px);
  animation: glxLineTravel 4.5s ease-in-out infinite;
}

@keyframes glxLineTravel {
  0% {
    left: -5%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    left: 50%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 105%;
    opacity: 0;
  }
}
#shop-sidebar .widget,
#secondary {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 22px;
}
@media (max-width: 768px) {
  #shop-sidebar .widget,
  #secondary {
    padding: 20px 15px;
  }
}

.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 14px;
  color: var(--heading-color);
}
.widget .is-divider {
  display: none;
}
.widget ul > li {
  border-top: none !important;
}
.widget ul > li > a {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
}
.widget ul > li > a:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.widget.widget_nav_menu .menu > li {
  position: relative;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(111, 99, 171, 0.16);
  border-radius: 14px;
  margin-bottom: 8px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.widget.widget_nav_menu .menu > li a {
  width: 100%;
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--heading-color);
  transition: color 0.2s, background 0.2s;
}
.widget.widget_nav_menu .menu > li li > a {
  padding: 8px 20px;
  font-size: 0.8rem;
  border-radius: 8px;
  font-weight: var(--text-font-weight);
}
.widget.widget_nav_menu .menu > li li > a::before {
  content: "›";
  color: var(--color-mbws-custom-1);
  font-size: 1rem;
  font-weight: bold;
  margin-right: 6px;
}
.widget.widget_nav_menu .menu > li li > a:hover {
  color: var(--color-mbws-custom-1);
  background: rgba(111, 99, 171, 0.12);
}
.widget.widget_nav_menu .menu > li:hover {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(111, 99, 171, 0.32);
}
.widget.widget_nav_menu .menu > li button.toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px !important;
  height: 48px;
  z-index: 1;
}
.widget.widget_nav_menu .menu > li.has-child.active > a {
  background: var(--color-mbws-custom-1);
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.widget.widget_nav_menu .menu > li.has-child.active > .toggle {
  color: #fff;
}
.widget.widget_nav_menu .menu > li.has-child > ul {
  padding: 6px;
  margin: 0;
  border-left: none;
}
.widget.widget_product_categories ul > li {
  margin-bottom: 6px;
}
.widget.widget_product_categories ul > li > a {
  padding: 10px 12px;
  border-radius: 12px;
}
.widget.widget_product_categories ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.widget.widget_product_categories ul > li.active > a {
  background: rgba(238, 77, 45, 0.1);
  border-color: rgba(238, 77, 45, 0.35);
  color: #ee4d2d;
}

.blog-wrapper.blog-archive {
  padding-top: 30px;
}

.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .post-title > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#post-list .post-item .col-inner,
.home-blog .post-item .col-inner,
.post-list .post-item .col-inner {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(111, 99, 171, 0.15);
  border-top-color: rgba(255, 255, 255, 0.65);
  border-left-color: rgba(255, 255, 255, 0.45);
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s, box-shadow 0.35s;
  transform: translateY(5px);
}
#post-list .post-item .col-inner::before,
.home-blog .post-item .col-inner::before,
.post-list .post-item .col-inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 3;
  pointer-events: none;
}
#post-list .post-item .col-inner:hover,
.home-blog .post-item .col-inner:hover,
.post-list .post-item .col-inner:hover {
  transform: translateY(0);
  border-color: rgba(111, 99, 171, 0.38);
  box-shadow: 0 10px 22px rgba(111, 99, 171, 0.08);
}
#post-list .post-item .col-inner:hover::before,
.home-blog .post-item .col-inner:hover::before,
.post-list .post-item .col-inner:hover::before {
  animation: svShimmer 0.8s ease-out;
}
#post-list .post-item .col-inner .box-text,
.home-blog .post-item .col-inner .box-text,
.post-list .post-item .col-inner .box-text {
  padding: 16px 16px 20px;
}
#post-list .post-item .col-inner .box-text .cat-label,
.home-blog .post-item .col-inner .box-text .cat-label,
.post-list .post-item .col-inner .box-text .cat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
  color: var(--fs-color-primary);
  background: rgba(255, 255, 255, 0.92);
}
#post-list .post-item .col-inner .box-text .post-title,
.home-blog .post-item .col-inner .box-text .post-title,
.post-list .post-item .col-inner .box-text .post-title {
  margin-bottom: 10px;
}
#post-list .post-item .col-inner .box-text .post-meta,
.home-blog .post-item .col-inner .box-text .post-meta,
.post-list .post-item .col-inner .box-text .post-meta {
  font-size: 0.76rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
#post-list .post-item .col-inner .box-text .post-meta::before,
.home-blog .post-item .col-inner .box-text .post-meta::before,
.post-list .post-item .col-inner .box-text .post-meta::before {
  content: "◉";
  font-size: 7px;
  color: #f28a57;
  display: inline-block;
}

.home-blog .post-item .box-text .post-title {
  font-size: 19px;
}

#post-list .post-item .box-text .post-title,
.post-list .post-item .box-text .post-title {
  font-size: 0.94rem;
}
#post-list .post-item .box-text .cat-label,
.post-list .post-item .box-text .cat-label {
  position: absolute;
  top: -36px;
  left: 14px;
}

.view-more-button.button,
.ux-relay__button.button {
  height: 43px;
  line-height: 43px;
  background-color: var(--color-mbws-custom-1) !important;
  border: none;
  color: #fff;
}

.ux-relay__button.button {
  width: 100%;
}
.ux-relay__button.button::after {
  content: "\f107";
  display: inline-block;
  font-family: fl-icons !important;
  margin-left: 5px;
}
.ux-relay__button.button .ux-relay__result-count {
  display: none;
}

article {
  background: var(--color-mbws-bgr);
  border: 1px solid var(--color-mbws-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  padding: 58px 32px 40px;
  position: relative;
}
@media (max-width: 768px) {
  article {
    padding: 30px 15px;
  }
}
article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #f59e0b, #fb923c, #f43f5e, #a78bfa);
}
article .entry-header-text {
  text-align: center;
  padding-bottom: 0;
}
article .entry-header-text .entry-divider {
  display: none;
}
article .entry-header-text .entry-category {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 15px;
  padding: 6px 20px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #92400e;
  margin-bottom: 18px;
  opacity: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--text-font-family);
}
article .entry-header-text .entry-category a {
  color: #92400e;
  letter-spacing: 0.1em;
}
article .entry-header-text .entry-category::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f59e0b;
  display: inline-block;
  animation: pulse 2s infinite;
  margin: -3px 6px 0;
  vertical-align: middle;
}
article .entry-header-text .entry-title {
  color: var(--heading-color);
  font-size: clamp(30px, 4.5vw, 42px);
  margin-bottom: 0;
}
article #ez-toc-container {
  padding: 18px 22px;
  border-radius: 14px;
  border-top: 2.5px solid #f59e0b;
}
@media (max-width: 768px) {
  article #ez-toc-container {
    padding: 18px 15px;
  }
}
article #ez-toc-container .ez-toc-title-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
article #ez-toc-container .ez-toc-title-container .ez-toc-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
article #ez-toc-container .ez-toc-title-container .ez-toc-toggle {
  margin: 0;
  padding: 0;
}
article #ez-toc-container .ez-toc-title-container .ez-toc-toggle span {
  float: none;
  position: static;
  border-color: #fde68a;
}
article #ez-toc-container .ez-toc-list {
  padding-top: 10px;
  border-top: 1px solid #fde68a;
  margin-top: 10px;
}
article #ez-toc-container .ez-toc-list > li {
  margin-bottom: 6px;
}
article #ez-toc-container .ez-toc-list > li a {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
}
article #ez-toc-container .ez-toc-list > li a::before {
  font-family: "Beautique Display", sans-serif;
  color: var(--fs-color-primary);
  margin-right: 12px;
}
article #ez-toc-container .ez-toc-list > li a:hover {
  background-color: #fffbeb;
}

.entry-content .excerpt-divider {
  background-color: #fde68a;
  max-width: 56px;
  height: 1.5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.entry-content h2 {
  font-size: clamp(18px, 2.8vw, 26px);
}

.mbws-related-posts .related-posts-title {
  font-size: clamp(1.2rem, 7.5vw, 3.5rem);
  color: #c97f63;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.shop-page-title .page-title-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.shop-page-title .page-title-inner > .flex-col:first-child {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.shop-page-title .page-title-inner .breadcrumbs {
  margin-bottom: 40px;
  font-size: 13.5px;
}
.shop-page-title .page-title-inner .breadcrumbs a {
  color: var(--text-color);
}
.shop-page-title .page-title-inner .breadcrumbs .last {
  font-weight: var(--text-font-weight);
}
.shop-page-title .page-title-inner h1 {
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(3rem, 9vw, 6rem);
  background: linear-gradient(165deg, #f1e6fb 0%, #d9c2f0 18%, #b89be0 38%, #8f7bc9 58%, #6f63ab 78%, #564f86 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: unset;
  line-height: 1.33;
}
.shop-page-title .page-title-inner h1::after {
  content: "";
  display: block;
  width: 30%;
  height: 10px;
  margin: 14px auto 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(143, 123, 201, 0.45) 0%, rgba(143, 123, 201, 0) 75%);
  filter: blur(3px);
  animation: dt2Pulse 3.2s ease-in-out infinite;
}

@keyframes dt2Pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scaleX(0.85);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.05);
  }
}
.mbws-product-filter-container .searchform-wrapper {
  margin-bottom: 20px;
}
.mbws-product-filter-container .searchform-wrapper input[type=search] {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.65);
}
.mbws-product-filter-container .searchform-wrapper input[type=search]:focus {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(238, 77, 45, 0.4);
}

.mbws-product-sort-bar {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.mbws-product-sort-bar .mbws-sort-title {
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}
.mbws-product-sort-bar .mbws-sort-pills {
  display: flex;
  gap: 10px;
}
.mbws-product-sort-bar .mbws-sort-pills .mbws-sort-pill {
  padding: 9px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 13.5px;
  font-weight: 500;
  color: #4a352c;
  transition: 0.2s;
}
.mbws-product-sort-bar .mbws-sort-pills .mbws-sort-pill:hover, .mbws-product-sort-bar .mbws-sort-pills .mbws-sort-pill.active {
  border-color: #ee4d2d;
  background: rgba(238, 77, 45, 0.1);
  color: #ee4d2d;
}
@media (max-width: 768px) {
  .mbws-product-sort-bar {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mbws-product-sort-bar .mbws-sort-title {
    width: 100%;
    font-size: 14px;
  }
  .mbws-product-sort-bar .mbws-sort-pills {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mbws-product-sort-bar .mbws-sort-pills a.mbws-sort-pill {
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 12px;
  }
}

.product-tabs .badge-container,
.product-small .badge-container,
.product-gallery .badge-container {
  left: 10px;
  margin-top: 10px;
}
.product-tabs .badge-container .badge,
.product-small .badge-container .badge,
.product-gallery .badge-container .badge {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.product-tabs .badge-container .badge .badge-inner,
.product-small .badge-container .badge .badge-inner,
.product-gallery .badge-container .badge .badge-inner {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  background: linear-gradient(135deg, #f53d2d, #f63);
  border-radius: 20px;
  color: white;
  letter-spacing: 0.2px;
}

.product-gallery .badge-container .badge:first-child {
  display: none;
}

.product-small .badge-container .badge:not(:first-child) {
  display: none;
}
.product-small.box,
.product-small .col-inner {
  border-radius: 18px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 16px rgba(200, 100, 30, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.product-small.box:hover,
.product-small .col-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(200, 100, 30, 0.15);
}
.product-small .box-text {
  padding: 12px 14px 14px;
}
.product-small .box-text .title-wrapper {
  margin-bottom: 8px;
}
.product-small .box-text .title-wrapper .product-title {
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 768px) {
  .product-small .box-text .title-wrapper .product-title {
    font-size: 12px;
  }
}
.product-small .box-text .title-wrapper .product-title > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-small .box-text .price {
  font-size: 1rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
  align-items: flex-end;
}
.product-small .box-text .price del {
  font-size: 11.5px;
}
.product-small .box-text .price del span.amount {
  color: rgba(0, 0, 0, 0.32);
}
@media (max-width: 768px) {
  .product-small .box-text .price {
    font-size: 14px;
  }
}
.product-small .box-text .button {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 10px !important;
  background-color: unset;
  background: linear-gradient(90deg, #f08080, #e85a5a) !important;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 8px;
  font-size: 11px;
}
@media (max-width: 768px) {
  .product-small.col {
    padding: 0 5px 10px !important;
  }
  .product-small.col .box-text {
    padding: 10px;
  }
}

.shop-container .button.view-more-button {
  padding: 0 34px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 13.5px;
  border: 1px solid rgba(238, 77, 45, 0.4);
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: #ee4d2d;
  transition: 0.25s;
}
.shop-container .button.view-more-button:hover {
  background: rgba(238, 77, 45, 0.08) !important;
  transform: translateY(-1px);
  color: #ee4d2d;
}

.product-main .product-main-row {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.product-main .product-gallery .woocommerce-product-gallery {
  border-radius: 14px;
  overflow: hidden;
}
.product-main .product-gallery .woocommerce-product-gallery img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-main .product-gallery .woocommerce-product-gallery .flickity-prev-next-button,
.product-main .product-gallery .woocommerce-product-gallery .image-tools .zoom-button {
  display: none !important;
}
.product-main .product-gallery .product-thumbnails .col {
  max-width: 12.5%;
  flex-basis: 12.5%;
  padding: 0 4px !important;
}
@media (max-width: 768px) {
  .product-main .product-gallery .product-thumbnails .col {
    max-width: 20%;
    flex-basis: 20%;
  }
}
.product-main .product-gallery .product-thumbnails .col a {
  border-radius: 6px;
  border: 2px solid transparent;
}
.product-main .product-gallery .product-thumbnails .col a img {
  opacity: 1;
  transform: unset;
}
.product-main .product-gallery .product-thumbnails .col.is-selected > a {
  border-color: var(--fs-color-alert);
}
.product-main .product-gallery .product-thumbnails .flickity-prev-next-button {
  top: 25%;
}
.product-main .product-gallery .product-thumbnails .flickity-prev-next-button svg {
  width: 24px;
  height: 24px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(230, 26, 26, 0.25);
}
.product-main .product-info .product-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.product-main .product-info .price-wrapper {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 12px;
  position: relative;
}
.product-main .product-info .price-wrapper .product-sale-tag {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: -16px;
  background: linear-gradient(135deg, #e61a1a, #cc0000);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 0 100px 100px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.product-main .product-info .price-wrapper .price {
  font-size: 26px;
}
.product-main .product-info .price-wrapper .price.price-on-sale {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.product-main .product-info .price-wrapper .price.price-on-sale > del {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}
.product-main .product-info .price-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(230, 26, 26, 0.4), transparent);
}
.product-main .product-info h3 {
  letter-spacing: 0.2px;
}
.product-main .product-info .single_add_to_cart_button,
.product-main .product-info input[type=submit] {
  width: 100%;
  height: 38px;
  background: linear-gradient(135deg, #e61a1a, #b30000);
  box-shadow: 0 4px 10px rgba(230, 26, 26, 0.2) !important;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  color: #fff;
  font-size: 11.5px;
  border: none;
  font-family: "Beautique Display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.product-main .product-info .single_add_to_cart_button:hover,
.product-main .product-info input[type=submit]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(230, 26, 26, 0.3) !important;
}
.product-main .product-info .wpcf7-form textarea,
.product-main .product-info .wpcf7-form input {
  height: 38px;
  border: 1px solid rgba(230, 26, 26, 0.18);
}
.product-main .product-info .wpcf7-form textarea {
  min-height: 50px;
}

.product-page-sections .product-section {
  border-top: none;
}
.product-page-sections .product-section > .row > .col {
  max-width: 100%;
  flex-basis: 100%;
}
.product-page-sections .product-section > .row > .col.large-2 h5 {
  text-transform: unset;
  margin-top: unset;
  font-size: 22px;
  border-left: 4px solid rgba(238, 77, 45, 0.6);
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-page-sections .product-section > .row > .col .entry-content {
  padding-top: 0;
}
.product-page-sections .product-section .entry-content.is-collapsed {
  overflow: hidden;
}
.product-page-sections .product-section .product-description-toggle {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(238, 77, 45, 0.3);
  border-radius: 30px;
  color: #ee4d2d;
  text-align: center;
  width: 100%;
  padding: 5px 30px;
  font-size: 14px;
  margin: 0;
}
.product-page-sections .product-section .product-description-toggle::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f0d7";
  display: inline-block;
  margin-left: 5px;
}
.product-page-sections .product-section .product-description-toggle.is-collapsed::after {
  content: "\f0d8";
}

.fsw-flash-active .product-info .price-wrapper {
  background: linear-gradient(135deg, rgba(230, 26, 26, 0.85), rgba(204, 0, 0, 0.85));
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.fsw-flash-active .product-info .price-wrapper .product-sale-tag {
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
}
.fsw-flash-active .product-info .price-wrapper .is-divider {
  max-width: 100%;
  margin: 0;
  height: 0;
}
.fsw-flash-active .product-info .price-wrapper .price {
  width: 50%;
  display: inline-flex !important;
}
.fsw-flash-active .product-info .price-wrapper .price span.amount {
  color: #fff;
}
.fsw-flash-active .product-info .price-wrapper .fsw-countdown-box {
  width: 50%;
  background-color: transparent;
  margin: 0;
  padding: 0;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.fsw-flash-active .product-info .price-wrapper .fsw-countdown-box .fsw-cd-label {
  text-transform: uppercase;
}
.fsw-flash-active .product-info .price-wrapper .fsw-cd-badge,
.fsw-flash-active .product-info .price-wrapper .fsw-progress-wrap {
  display: none;
}

.single-product-sidebar .post-item + .post-item {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.single-product-sidebar .post-item .col-inner {
  padding: 10px 0;
}
.single-product-sidebar .post-item .box-image .image-cover {
  border-radius: 14px;
}
.single-product-sidebar .post-item .box-text {
  padding: 0 0 0 10px;
}
.single-product-sidebar .post-item .box-text .post-title {
  font-family: var(--text-font-family);
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .single-product-sidebar .post-item .box-vertical {
    display: flex;
  }
  .single-product-sidebar .post-item .box-vertical .box-image {
    max-width: 70px;
  }
}
.single-product-sidebar .button {
  margin: 0;
}

.related-products-wrapper .product-section-title {
  font-size: clamp(3rem, 9vw, 5rem);
  background: linear-gradient(165deg, #f1e6fb 0%, #d9c2f0 18%, #b89be0 38%, #8f7bc9 58%, #6f63ab 78%, #564f86 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  font-style: italic;
}
.related-products-wrapper .product-section-title::after {
  content: "";
  display: block;
  width: 50%;
  height: 10px;
  margin: 14px auto 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(143, 123, 201, 0.45) 0%, rgba(143, 123, 201, 0) 75%);
  filter: blur(3px);
  animation: dt2Pulse 3.2s ease-in-out infinite;
}

#footer .is-divider {
  background: linear-gradient(90deg, transparent, #94b5ae, transparent);
}
#footer .absolute-footer {
  padding: unset;
  background-color: transparent;
}

.mbws_toolbar ul > li {
  margin: 10px 0 !important;
  position: relative;
}
.mbws_toolbar ul > li > a {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: transparent !important;
}
.mbws_toolbar ul > li > a > div {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 20px rgba(111, 99, 171, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: unset !important;
}
.mbws_toolbar ul > li > a > div img {
  max-width: 60% !important;
  border-radius: 50%;
}
.mbws_toolbar ul > li > a > div:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(111, 99, 171, 0.3);
  box-shadow: 0 10px 24px rgba(111, 99, 171, 0.15);
}
@media (max-width: 768px) {
  .mbws_toolbar ul > li > a > div {
    width: 44px !important;
    height: 44px !important;
  }
}
.mbws_toolbar ul > li span {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px !important;
  padding: 5px 12px;
  font-size: 11.5px;
}
.mbws_toolbar ul > li span:after {
  display: none;
}
.mbws_toolbar ul > li:nth-last-child(2) div::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(227, 93, 93, 0.35);
  top: 0;
  left: 0;
  z-index: -1;
  animation: glassPulse 2.5s infinite ease-in-out;
}
.mbws_toolbar ul > li:last-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  right: -2px;
  top: -2px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 70%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  pointer-events: none;
  z-index: 11;
  animation: popupFloat 4s ease-in-out infinite;
}
.mbws_toolbar ul > li:last-child > a > div {
  width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .mbws_toolbar ul > li:last-child > a > div {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 768px) {
  .mbws_toolbar {
    bottom: 90px !important;
    right: 15px !important;
  }
}

@keyframes popupFloat {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-6px);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes glassPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}
.mobile-bottom-menu {
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 0px solid rgba(255, 255, 255, 0.35);
  border-radius: 54px;
  box-shadow: 0 8px 32px rgba(74, 46, 30, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(74, 46, 30, 0.05);
  display: flex;
  justify-content: space-around;
  padding: 6px;
  z-index: 9999;
}
.mobile-bottom-menu .icon-box-img {
  margin-bottom: 5px !important;
}
.mobile-bottom-menu .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 12px rgba(74, 46, 30, 0.12), inset 0 1px 2px rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-bottom-menu .icon .icon-inner {
  width: 60%;
}
.mobile-bottom-menu p {
  font-size: 9px;
  text-transform: uppercase;
  color: #d84315;
  letter-spacing: 1.5px;
}
.mobile-bottom-menu .service-menu-item .icon {
  background-color: rgba(255, 87, 34, 0.25);
  border: 2px solid rgba(255, 87, 34, 0.6);
  animation: naf-heartbeat 1.2s ease-in-out infinite;
}
.mobile-bottom-menu .service-menu-item .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 87, 34, 0.6);
  animation: naf-heartbeat-ring 1.2s ease-out infinite;
}

@keyframes naf-heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.12);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.12);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes naf-heartbeat-ring {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */