.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Vazir-Black-FD-WOL';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Vazir-Black-FD-WOL';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Vazir-Medium-FD-WOL';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Vazir-Black-FD-WOL';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Vazir-Medium-FD-WOL';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #06402b !important;
}
.bg-success {
  background-color: #02150e !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #06402b !important;
  border-color: #06402b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0a6f4a !important;
  border-color: #0a6f4a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a6f4a !important;
  border-color: #0a6f4a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #02150e !important;
  border-color: #02150e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #06442d !important;
  border-color: #06442d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06442d !important;
  border-color: #06442d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #06402b;
  color: #06402b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06402b !important;
  border-color: #06402b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #02150e;
  color: #02150e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #02150e !important;
  border-color: #02150e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #06402b !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #02150e !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #06402b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #06402b;
  border-color: #06402b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #06402b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3fedae;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #88f4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Vazir-Medium-FD-WOL';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #06402b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Vazir-Medium-FD-WOL';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #06402b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #06402b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #06402b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #06402b;
  border-bottom-color: #06402b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #06402b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2306402b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vmD7RVwLLM {
  z-index: 1000;
  width: 100%;
}
.cid-vmD7RVwLLM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%) scale(0, 1) rotate(180deg);
  margin: 0;
  line-height: 1;
  font-size: inherit;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.cid-vmD7RVwLLM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vmD7RVwLLM .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmD7RVwLLM .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vmD7RVwLLM .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vmD7RVwLLM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vmD7RVwLLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmD7RVwLLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmD7RVwLLM .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vmD7RVwLLM ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vmD7RVwLLM ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vmD7RVwLLM ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vmD7RVwLLM ul.navbar-nav .dropdown-item {
  position: relative;
  padding: 12px 16px !important;
  padding-left: 2.5rem !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vmD7RVwLLM .nav-item:focus,
.cid-vmD7RVwLLM .nav-link:focus {
  outline: none;
}
.cid-vmD7RVwLLM .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: 2.6rem !important;
  margin: 0 !important;
}
.cid-vmD7RVwLLM .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vmD7RVwLLM .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vmD7RVwLLM .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vmD7RVwLLM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vmD7RVwLLM .search-dropdown-wrapper {
  position: relative;
}
.cid-vmD7RVwLLM .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmD7RVwLLM .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmD7RVwLLM .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vmD7RVwLLM .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vmD7RVwLLM .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vmD7RVwLLM .active-chips,
.cid-vmD7RVwLLM .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vmD7RVwLLM .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vmD7RVwLLM .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vmD7RVwLLM .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vmD7RVwLLM .chip-close:hover {
  transform: scale(1.3);
}
.cid-vmD7RVwLLM .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vmD7RVwLLM .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vmD7RVwLLM .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vmD7RVwLLM .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vmD7RVwLLM .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vmD7RVwLLM .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vmD7RVwLLM .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
.cid-vmD7RVwLLM .nav-item.dropdown {
  position: relative;
}
.cid-vmD7RVwLLM .dropdown-menu {
  position: absolute;
  top: 130%;
  right: 0;
  left: auto;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out !important;
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 1050;
  direction: rtl;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  display: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmD7RVwLLM .nav-item.dropdown:hover > .dropdown-menu {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.cid-vmD7RVwLLM .nav-item.dropdown.show > .dropdown-menu,
.cid-vmD7RVwLLM .dropdown.open > .dropdown-menu,
.cid-vmD7RVwLLM .dropdown.show > .dropdown-menu,
.cid-vmD7RVwLLM .nav-item.dropdown.show:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vmD7RVwLLM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: absolute;
  left: 1rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border-right: 0.35em solid;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0;
}
.cid-vmD7RVwLLM .dropdown-menu .dropdown-submenu {
  position: absolute;
  right: 100% !important;
  left: auto !important;
  top: 0;
  width: 110%;
  min-width: 240px;
  max-width: 300px;
  border-radius: 1.5rem;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.cid-vmD7RVwLLM .dropdown-menu .dropdown.show > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vmD7RVwLLM .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vmD7RVwLLM .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vmD7RVwLLM .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vmD7RVwLLM .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vmD7RVwLLM .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vmD7RVwLLM .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: auto;
    right: 0;
    width: auto;
    min-width: 200px;
    max-width: 90vw;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 12px 4px !important;
    margin-top: 10px;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(15px);
  }
  .cid-vmD7RVwLLM .dropdown-menu::-webkit-scrollbar {
    display: none;
  }
  .cid-vmD7RVwLLM .dropdown-menu .dropdown-submenu {
    position: relative !important;
    right: 0 !important;
    left: auto !important;
    top: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 10px;
    background-color: rgba(128, 128, 128, 0.05) !important;
    box-shadow: none !important;
  }
  .cid-vmD7RVwLLM .dropdown-menu .dropdown > .dropdown-item::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .cid-vmD7RVwLLM .dropdown-menu .dropdown.open > .dropdown-item::after,
  .cid-vmD7RVwLLM .dropdown-menu .dropdown.show > .dropdown-item::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .cid-vmD7RVwLLM .container {
    width: 100%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vmD7RVwLLM .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vmD7RVwLLM .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vmD7RVwLLM .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vmD7RVwLLM .nav-item .nav-link {
    padding: 4px 6px !important;
  }
  .cid-vmD7RVwLLM ul.navbar-nav {
    margin-right: -15px !important;
  }
  .cid-vmD7RVwLLM .nav-item.dropdown {
    margin-right: -25px !important;
  }
  .cid-vmD7RVwLLM .search-dropdown-wrapper {
    margin-right: -35px !important;
  }
  .cid-vmD7RVwLLM .search-dropdown-wrapper .search-toggle-btn .mbr-iconfont {
    font-size: 18px !important;
  }
  .cid-vmD7RVwLLM .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vmD7RVwLLM .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vmD7RVwLLM .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vmD7RVwLLM .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vmD7RVwLLM .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vmD7RVwLLM #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vmD7RVwLLM #theme-toggle-btn .icon-light,
.cid-vmD7RVwLLM #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmD7RVwLLM #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmD7RVwLLM #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vmD7RVwLLM.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vmD7RVwLLM.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmD7RVwLLM .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vmD7RVwLLM .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vmD7RVwLLM .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmD7RVwLLM .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmD7RVwLLM .user-dropdown-wrapper.is-open .user-dropdown-menu,
.cid-vmD7RVwLLM .user-dropdown-wrapper:hover .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vmD7RVwLLM .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vmD7RVwLLM .user-title {
  display: block;
  width: 100%;
}
.cid-vmD7RVwLLM .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vmD7RVwLLM .glass-btn-panel,
.cid-vmD7RVwLLM .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vmD7RVwLLM .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vmD7RVwLLM .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vmD7RVwLLM .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vmD7RVwLLM .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vmD7RVwLLM .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vmD7RVwLLM .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vmD7RVwLLM .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vmD7RVwLLM .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vmD7RVwLLM .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vmD7RVwLLM.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vmD7RVwLLM.cart-active .cart-sidebar {
  left: 0;
}
.cid-vmD7RVwLLM .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vmD7RVwLLM .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vmD7RVwLLM .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vmD7RVwLLM .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vmD7RVwLLM .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vmD7RVwLLM .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vmD7RVwLLM .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vmD7RVwLLM .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vmD7RVwLLM .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vmD7RVwLLM .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vmD7RVwLLM .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vmD7RVwLLM .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vmD7RVwLLM .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vmD7RVwLLM .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vmD7RVwLLM .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vmD7RVwLLM .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vmD7RVwLLM .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vmD7RVwLLM .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vmD7RVwLLM .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vmD7RVwLLM .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vmD7RVwLLM .cart-total-label {
  font-weight: 600;
}
.cid-vmD7RVwLLM .cart-total-value {
  font-weight: 700;
}
.cid-vkyaKCEsy2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
@media (min-width: 992px) {
  .cid-vkyaKCEsy2 .carousel {
    max-height: 600px;
  }
  .cid-vkyaKCEsy2 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkyaKCEsy2 .carousel {
    min-height: 390px;
  }
  .cid-vkyaKCEsy2 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vkyaKCEsy2 .carousel {
    min-height: 330px;
  }
  .cid-vkyaKCEsy2 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vkyaKCEsy2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vkyaKCEsy2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vkyaKCEsy2 .carousel,
.cid-vkyaKCEsy2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkyaKCEsy2 .item-wrapper {
  width: 100%;
}
.cid-vkyaKCEsy2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vkyaKCEsy2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vkyaKCEsy2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vkyaKCEsy2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vkyaKCEsy2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vkyaKCEsy2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkyaKCEsy2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkyaKCEsy2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkyaKCEsy2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkyaKCEsy2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vkyaKCEsy2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkyaKCEsy2 .carousel-indicators li.active,
.cid-vkyaKCEsy2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkyaKCEsy2 .carousel-indicators li::after,
.cid-vkyaKCEsy2 .carousel-indicators li::before {
  content: none;
}
.cid-vkyaKCEsy2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkyaKCEsy2 .carousel-indicators {
    display: none !important;
  }
}
.cid-vl8EZgnM9h {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vl8EZgnM9h img,
.cid-vl8EZgnM9h .item-img {
  width: 100%;
}
.cid-vl8EZgnM9h .item:focus,
.cid-vl8EZgnM9h span:focus {
  outline: none;
}
.cid-vl8EZgnM9h .item-wrapper {
  position: relative;
}
.cid-vl8EZgnM9h .like-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vl8EZgnM9h .item-wrapper:hover .like-btn,
.cid-vl8EZgnM9h .item-wrapper:active .like-btn,
.cid-vl8EZgnM9h .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vl8EZgnM9h .like-btn {
    opacity: 1;
  }
}
.cid-vl8EZgnM9h .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vl8EZgnM9h .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vl8EZgnM9h .like-btn.liked .heart-empty {
  display: none;
}
.cid-vl8EZgnM9h .like-btn.liked .heart-filled {
  display: block;
}
.cid-vl8EZgnM9h .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vl8EZgnM9h .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vl8EZgnM9h .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vl8EZgnM9h .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vl8EZgnM9h .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vl8EZgnM9h .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vl8EZgnM9h .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vl8EZgnM9h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vl8EZgnM9h .mbr-section-title {
  color: #032418;
}
.cid-vl8EZgnM9h .mbr-text,
.cid-vl8EZgnM9h .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vl8EZgnM9h .item-title {
  text-align: center;
}
.cid-vl8EZgnM9h .item-subtitle {
  text-align: center;
  color: #06402b;
}
.cid-vl8EZgnM9h .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vl8EZgnM9h .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vl8EZgnM9h .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vl8EZgnM9h .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vl8EZgnM9h .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1rem;
  font-weight: bold;
}
.cid-vl8EZgnM9h .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vl8EZgnM9h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vl8EZgnM9h .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vl8EZgnM9h .embla__button--next,
.cid-vl8EZgnM9h .embla__button--prev {
  display: flex;
}
.cid-vl8EZgnM9h .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vl8EZgnM9h .embla__button .mbr-iconfont {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .cid-vl8EZgnM9h .embla__button {
    display: none;
  }
}
.cid-vl8EZgnM9h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vl8EZgnM9h .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vl8EZgnM9h .embla__button.embla__button--prev {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vl8EZgnM9h .embla__button.embla__button--next {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vl8EZgnM9h .embla__button {
    top: auto;
  }
}
.cid-vl8EZgnM9h .embla {
  position: relative;
  width: 100%;
}
.cid-vl8EZgnM9h .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vl8EZgnM9h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vl8EZgnM9h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vl8EZgnM9h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-vl8EZgnM9h .embla__container .embla__slide:first-child {
    margin-right: 2rem !important;
  }
  .cid-vl8EZgnM9h .embla__container .embla__slide:last-child {
    margin-left: 2rem !important;
  }
}
.cid-vl8EZgnM9h .content-head {
  max-width: 800px;
}
.cid-vl8EZgnM9h .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vl8EZgnM9h .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vl8EZgnM9h .see-more-slide,
  .cid-vl8EZgnM9h .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vl8EZgnM9h .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vl8EZgnM9h .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vl8EZgnM9h .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vl8EZgnM9h .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vl8EZgnM9h .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vkymQFj9JA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3fff5;
}
.cid-vkymQFj9JA .item:focus,
.cid-vkymQFj9JA span:focus {
  outline: none;
}
.cid-vkymQFj9JA .item {
  cursor: pointer;
}
.cid-vkymQFj9JA .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkymQFj9JA .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-vkymQFj9JA .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-vkymQFj9JA .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 18s;
}
.cid-vkymQFj9JA .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #02150e;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-vkymQFj9JA .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 25s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-vkymQFj9JA .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 20s;
}
.cid-vkymQFj9JA .mbr-section-title,
.cid-vkymQFj9JA .mbr-section-subtitle {
  color: #000000;
}
.cid-vn77oZt89B {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vn77oZt89B img,
.cid-vn77oZt89B .item-img {
  width: 100%;
}
.cid-vn77oZt89B .item:focus,
.cid-vn77oZt89B span:focus {
  outline: none;
}
.cid-vn77oZt89B .item-wrapper {
  position: relative;
}
.cid-vn77oZt89B .like-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vn77oZt89B .item-wrapper:hover .like-btn,
.cid-vn77oZt89B .item-wrapper:active .like-btn,
.cid-vn77oZt89B .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vn77oZt89B .like-btn {
    opacity: 1;
  }
}
.cid-vn77oZt89B .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vn77oZt89B .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vn77oZt89B .like-btn.liked .heart-empty {
  display: none;
}
.cid-vn77oZt89B .like-btn.liked .heart-filled {
  display: block;
}
.cid-vn77oZt89B .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vn77oZt89B .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vn77oZt89B .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vn77oZt89B .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vn77oZt89B .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vn77oZt89B .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vn77oZt89B .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vn77oZt89B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vn77oZt89B .mbr-section-title {
  color: #032418;
}
.cid-vn77oZt89B .mbr-text,
.cid-vn77oZt89B .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vn77oZt89B .item-title {
  text-align: center;
}
.cid-vn77oZt89B .item-subtitle {
  text-align: center;
  color: #06402b;
}
.cid-vn77oZt89B .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vn77oZt89B .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vn77oZt89B .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vn77oZt89B .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vn77oZt89B .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1rem;
  font-weight: bold;
}
.cid-vn77oZt89B .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vn77oZt89B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vn77oZt89B .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vn77oZt89B .embla__button--next,
.cid-vn77oZt89B .embla__button--prev {
  display: flex;
}
.cid-vn77oZt89B .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vn77oZt89B .embla__button .mbr-iconfont {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .cid-vn77oZt89B .embla__button {
    display: none;
  }
}
.cid-vn77oZt89B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vn77oZt89B .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vn77oZt89B .embla__button.embla__button--prev {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vn77oZt89B .embla__button.embla__button--next {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vn77oZt89B .embla__button {
    top: auto;
  }
}
.cid-vn77oZt89B .embla {
  position: relative;
  width: 100%;
}
.cid-vn77oZt89B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vn77oZt89B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vn77oZt89B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vn77oZt89B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-vn77oZt89B .embla__container .embla__slide:first-child {
    margin-right: 2rem !important;
  }
  .cid-vn77oZt89B .embla__container .embla__slide:last-child {
    margin-left: 2rem !important;
  }
}
.cid-vn77oZt89B .content-head {
  max-width: 800px;
}
.cid-vn77oZt89B .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vn77oZt89B .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vn77oZt89B .see-more-slide,
  .cid-vn77oZt89B .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vn77oZt89B .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vn77oZt89B .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vn77oZt89B .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vn77oZt89B .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vn77oZt89B .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vnAOdBldvC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-vnAOdBldvC img {
  width: auto;
}
.cid-vpgP0NtB4Y {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vpgP0NtB4Y img,
.cid-vpgP0NtB4Y .item-img {
  width: 100%;
}
.cid-vpgP0NtB4Y .item:focus,
.cid-vpgP0NtB4Y span:focus {
  outline: none;
}
.cid-vpgP0NtB4Y .item-wrapper {
  position: relative;
}
.cid-vpgP0NtB4Y .like-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vpgP0NtB4Y .item-wrapper:hover .like-btn,
.cid-vpgP0NtB4Y .item-wrapper:active .like-btn,
.cid-vpgP0NtB4Y .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vpgP0NtB4Y .like-btn {
    opacity: 1;
  }
}
.cid-vpgP0NtB4Y .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vpgP0NtB4Y .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vpgP0NtB4Y .like-btn.liked .heart-empty {
  display: none;
}
.cid-vpgP0NtB4Y .like-btn.liked .heart-filled {
  display: block;
}
.cid-vpgP0NtB4Y .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vpgP0NtB4Y .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vpgP0NtB4Y .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpgP0NtB4Y .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vpgP0NtB4Y .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpgP0NtB4Y .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vpgP0NtB4Y .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vpgP0NtB4Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpgP0NtB4Y .mbr-section-title {
  color: #032418;
}
.cid-vpgP0NtB4Y .mbr-text,
.cid-vpgP0NtB4Y .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vpgP0NtB4Y .item-title {
  text-align: center;
}
.cid-vpgP0NtB4Y .item-subtitle {
  text-align: center;
  color: #06402b;
}
.cid-vpgP0NtB4Y .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vpgP0NtB4Y .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vpgP0NtB4Y .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vpgP0NtB4Y .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vpgP0NtB4Y .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1rem;
  font-weight: bold;
}
.cid-vpgP0NtB4Y .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vpgP0NtB4Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vpgP0NtB4Y .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vpgP0NtB4Y .embla__button--next,
.cid-vpgP0NtB4Y .embla__button--prev {
  display: flex;
}
.cid-vpgP0NtB4Y .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vpgP0NtB4Y .embla__button .mbr-iconfont {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .cid-vpgP0NtB4Y .embla__button {
    display: none;
  }
}
.cid-vpgP0NtB4Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpgP0NtB4Y .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpgP0NtB4Y .embla__button.embla__button--prev {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpgP0NtB4Y .embla__button.embla__button--next {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpgP0NtB4Y .embla__button {
    top: auto;
  }
}
.cid-vpgP0NtB4Y .embla {
  position: relative;
  width: 100%;
}
.cid-vpgP0NtB4Y .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vpgP0NtB4Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpgP0NtB4Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpgP0NtB4Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-vpgP0NtB4Y .embla__container .embla__slide:first-child {
    margin-right: 2rem !important;
  }
  .cid-vpgP0NtB4Y .embla__container .embla__slide:last-child {
    margin-left: 2rem !important;
  }
}
.cid-vpgP0NtB4Y .content-head {
  max-width: 800px;
}
.cid-vpgP0NtB4Y .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vpgP0NtB4Y .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vpgP0NtB4Y .see-more-slide,
  .cid-vpgP0NtB4Y .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vpgP0NtB4Y .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vpgP0NtB4Y .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vpgP0NtB4Y .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vpgP0NtB4Y .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vpgP0NtB4Y .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vpgPm6tfv2 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vpgPm6tfv2 img,
.cid-vpgPm6tfv2 .item-img {
  width: 100%;
}
.cid-vpgPm6tfv2 .item:focus,
.cid-vpgPm6tfv2 span:focus {
  outline: none;
}
.cid-vpgPm6tfv2 .item-wrapper {
  position: relative;
}
.cid-vpgPm6tfv2 .like-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vpgPm6tfv2 .item-wrapper:hover .like-btn,
.cid-vpgPm6tfv2 .item-wrapper:active .like-btn,
.cid-vpgPm6tfv2 .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vpgPm6tfv2 .like-btn {
    opacity: 1;
  }
}
.cid-vpgPm6tfv2 .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vpgPm6tfv2 .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vpgPm6tfv2 .like-btn.liked .heart-empty {
  display: none;
}
.cid-vpgPm6tfv2 .like-btn.liked .heart-filled {
  display: block;
}
.cid-vpgPm6tfv2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vpgPm6tfv2 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vpgPm6tfv2 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpgPm6tfv2 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vpgPm6tfv2 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpgPm6tfv2 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vpgPm6tfv2 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vpgPm6tfv2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpgPm6tfv2 .mbr-section-title {
  color: #032418;
}
.cid-vpgPm6tfv2 .mbr-text,
.cid-vpgPm6tfv2 .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vpgPm6tfv2 .item-title {
  text-align: center;
}
.cid-vpgPm6tfv2 .item-subtitle {
  text-align: center;
  color: #06402b;
}
.cid-vpgPm6tfv2 .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vpgPm6tfv2 .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vpgPm6tfv2 .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vpgPm6tfv2 .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vpgPm6tfv2 .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1rem;
  font-weight: bold;
}
.cid-vpgPm6tfv2 .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vpgPm6tfv2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vpgPm6tfv2 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vpgPm6tfv2 .embla__button--next,
.cid-vpgPm6tfv2 .embla__button--prev {
  display: flex;
}
.cid-vpgPm6tfv2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vpgPm6tfv2 .embla__button .mbr-iconfont {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .cid-vpgPm6tfv2 .embla__button {
    display: none;
  }
}
.cid-vpgPm6tfv2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpgPm6tfv2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpgPm6tfv2 .embla__button.embla__button--prev {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpgPm6tfv2 .embla__button.embla__button--next {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpgPm6tfv2 .embla__button {
    top: auto;
  }
}
.cid-vpgPm6tfv2 .embla {
  position: relative;
  width: 100%;
}
.cid-vpgPm6tfv2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vpgPm6tfv2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpgPm6tfv2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpgPm6tfv2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-vpgPm6tfv2 .embla__container .embla__slide:first-child {
    margin-right: 2rem !important;
  }
  .cid-vpgPm6tfv2 .embla__container .embla__slide:last-child {
    margin-left: 2rem !important;
  }
}
.cid-vpgPm6tfv2 .content-head {
  max-width: 800px;
}
.cid-vpgPm6tfv2 .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vpgPm6tfv2 .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vpgPm6tfv2 .see-more-slide,
  .cid-vpgPm6tfv2 .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vpgPm6tfv2 .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vpgPm6tfv2 .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vpgPm6tfv2 .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vpgPm6tfv2 .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vpgPm6tfv2 .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vpgPvHsT2I {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vpgPvHsT2I img,
.cid-vpgPvHsT2I .item-img {
  width: 100%;
}
.cid-vpgPvHsT2I .item:focus,
.cid-vpgPvHsT2I span:focus {
  outline: none;
}
.cid-vpgPvHsT2I .item-wrapper {
  position: relative;
}
.cid-vpgPvHsT2I .like-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vpgPvHsT2I .item-wrapper:hover .like-btn,
.cid-vpgPvHsT2I .item-wrapper:active .like-btn,
.cid-vpgPvHsT2I .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vpgPvHsT2I .like-btn {
    opacity: 1;
  }
}
.cid-vpgPvHsT2I .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vpgPvHsT2I .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vpgPvHsT2I .like-btn.liked .heart-empty {
  display: none;
}
.cid-vpgPvHsT2I .like-btn.liked .heart-filled {
  display: block;
}
.cid-vpgPvHsT2I .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vpgPvHsT2I .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vpgPvHsT2I .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpgPvHsT2I .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vpgPvHsT2I .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpgPvHsT2I .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vpgPvHsT2I .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vpgPvHsT2I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpgPvHsT2I .mbr-section-title {
  color: #032418;
}
.cid-vpgPvHsT2I .mbr-text,
.cid-vpgPvHsT2I .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vpgPvHsT2I .item-title {
  text-align: center;
}
.cid-vpgPvHsT2I .item-subtitle {
  text-align: center;
  color: #06402b;
}
.cid-vpgPvHsT2I .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vpgPvHsT2I .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vpgPvHsT2I .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vpgPvHsT2I .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vpgPvHsT2I .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1rem;
  font-weight: bold;
}
.cid-vpgPvHsT2I .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vpgPvHsT2I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vpgPvHsT2I .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vpgPvHsT2I .embla__button--next,
.cid-vpgPvHsT2I .embla__button--prev {
  display: flex;
}
.cid-vpgPvHsT2I .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vpgPvHsT2I .embla__button .mbr-iconfont {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .cid-vpgPvHsT2I .embla__button {
    display: none;
  }
}
.cid-vpgPvHsT2I .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpgPvHsT2I .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpgPvHsT2I .embla__button.embla__button--prev {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpgPvHsT2I .embla__button.embla__button--next {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpgPvHsT2I .embla__button {
    top: auto;
  }
}
.cid-vpgPvHsT2I .embla {
  position: relative;
  width: 100%;
}
.cid-vpgPvHsT2I .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vpgPvHsT2I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpgPvHsT2I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpgPvHsT2I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-vpgPvHsT2I .embla__container .embla__slide:first-child {
    margin-right: 2rem !important;
  }
  .cid-vpgPvHsT2I .embla__container .embla__slide:last-child {
    margin-left: 2rem !important;
  }
}
.cid-vpgPvHsT2I .content-head {
  max-width: 800px;
}
.cid-vpgPvHsT2I .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vpgPvHsT2I .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vpgPvHsT2I .see-more-slide,
  .cid-vpgPvHsT2I .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vpgPvHsT2I .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vpgPvHsT2I .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vpgPvHsT2I .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vpgPvHsT2I .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vpgPvHsT2I .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vpgPBMSCL6 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vpgPBMSCL6 img,
.cid-vpgPBMSCL6 .item-img {
  width: 100%;
}
.cid-vpgPBMSCL6 .item:focus,
.cid-vpgPBMSCL6 span:focus {
  outline: none;
}
.cid-vpgPBMSCL6 .item-wrapper {
  position: relative;
}
.cid-vpgPBMSCL6 .like-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vpgPBMSCL6 .item-wrapper:hover .like-btn,
.cid-vpgPBMSCL6 .item-wrapper:active .like-btn,
.cid-vpgPBMSCL6 .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vpgPBMSCL6 .like-btn {
    opacity: 1;
  }
}
.cid-vpgPBMSCL6 .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vpgPBMSCL6 .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vpgPBMSCL6 .like-btn.liked .heart-empty {
  display: none;
}
.cid-vpgPBMSCL6 .like-btn.liked .heart-filled {
  display: block;
}
.cid-vpgPBMSCL6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vpgPBMSCL6 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vpgPBMSCL6 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vpgPBMSCL6 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vpgPBMSCL6 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpgPBMSCL6 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vpgPBMSCL6 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vpgPBMSCL6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpgPBMSCL6 .mbr-section-title {
  color: #032418;
}
.cid-vpgPBMSCL6 .mbr-text,
.cid-vpgPBMSCL6 .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vpgPBMSCL6 .item-title {
  text-align: center;
}
.cid-vpgPBMSCL6 .item-subtitle {
  text-align: center;
  color: #06402b;
}
.cid-vpgPBMSCL6 .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vpgPBMSCL6 .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vpgPBMSCL6 .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vpgPBMSCL6 .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vpgPBMSCL6 .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1rem;
  font-weight: bold;
}
.cid-vpgPBMSCL6 .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vpgPBMSCL6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vpgPBMSCL6 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vpgPBMSCL6 .embla__button--next,
.cid-vpgPBMSCL6 .embla__button--prev {
  display: flex;
}
.cid-vpgPBMSCL6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vpgPBMSCL6 .embla__button .mbr-iconfont {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .cid-vpgPBMSCL6 .embla__button {
    display: none;
  }
}
.cid-vpgPBMSCL6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpgPBMSCL6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vpgPBMSCL6 .embla__button.embla__button--prev {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpgPBMSCL6 .embla__button.embla__button--next {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpgPBMSCL6 .embla__button {
    top: auto;
  }
}
.cid-vpgPBMSCL6 .embla {
  position: relative;
  width: 100%;
}
.cid-vpgPBMSCL6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vpgPBMSCL6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpgPBMSCL6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpgPBMSCL6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cid-vpgPBMSCL6 .embla__container .embla__slide:first-child {
    margin-right: 2rem !important;
  }
  .cid-vpgPBMSCL6 .embla__container .embla__slide:last-child {
    margin-left: 2rem !important;
  }
}
.cid-vpgPBMSCL6 .content-head {
  max-width: 800px;
}
.cid-vpgPBMSCL6 .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vpgPBMSCL6 .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vpgPBMSCL6 .see-more-slide,
  .cid-vpgPBMSCL6 .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vpgPBMSCL6 .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vpgPBMSCL6 .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vpgPBMSCL6 .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vpgPBMSCL6 .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vpgPBMSCL6 .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vkpcDt63uB {
  background-color: #e3fff5;
}
.cid-vkpcDt63uB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkpcDt63uB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkpcDt63uB .card-wrapper {
  overflow: hidden;
  background: #e3fff5;
}
.cid-vkpcDt63uB .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vkpcDt63uB .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vkpcDt63uB .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vkpcDt63uB .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vkpcDt63uB .row {
  flex-direction: row-reverse;
}
.cid-vkpcDt63uB .image-wrapper {
  padding: 0 1rem;
}
.cid-vkpcDt63uB img,
.cid-vkpcDt63uB .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vkpcDt63uB img,
  .cid-vkpcDt63uB .image-wrapper {
    max-height: 350px;
  }
}
.cid-vkpcDt63uB .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vkpcDt63uB .mbr-text {
  color: #000000;
}
.cid-vkpcDt63uB .mbr-text,
.cid-vkpcDt63uB .mbr-section-btn {
  color: #06402b;
  text-align: right;
}
.cid-vkzhJHLima {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkzhJHLima .item-subtitle {
  line-height: 1.6;
  color: #06402b;
  text-align: center;
  direction: rtl;
}
.cid-vkzhJHLima .item-price {
  text-align: center;
  line-height: 1.8;
  color: #51a687;
  direction: rtl;
}
.cid-vkzhJHLima img,
.cid-vkzhJHLima .item-img {
  width: 100%;
}
.cid-vkzhJHLima .item:focus,
.cid-vkzhJHLima span:focus {
  outline: none;
}
.cid-vkzhJHLima .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkzhJHLima .item {
    margin-bottom: 1rem;
  }
}
.cid-vkzhJHLima .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkzhJHLima .mbr-section-title {
  color: #02150e;
}
.cid-vkzhJHLima .mbr-text,
.cid-vkzhJHLima .mbr-section-btn {
  color: #7787a5;
  text-align: center;
  direction: rtl;
}
.cid-vkzhJHLima .item-title {
  color: #02150e;
  text-align: center;
}
.cid-vkzhJHLima .content-head {
  max-width: 800px;
}
.cid-vkzhJHLima .pagination-wrapper {
  display: block;
}
.cid-vkzhJHLima .pagination {
  flex-wrap: wrap;
}
.cid-vkzhJHLima .pagination .page-item {
  margin: 0 5px;
}
.cid-vkzhJHLima .pagination .page-item .page-link {
  color: #0c2c68;
  background-color: transparent;
  border: 1px solid #0c2c68;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vkzhJHLima .pagination .page-item.active .page-link,
.cid-vkzhJHLima .pagination .page-item .page-link:hover {
  background-color: #0c2c68;
  color: #ffffff;
  border-color: #0c2c68;
}
.cid-vkzhJHLima .pagination .page-item.disabled .page-link {
  color: #999999;
  border-color: #e0e0e0;
  background-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.cid-vlzzwU8cLV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vlzzwU8cLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlzzwU8cLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlzzwU8cLV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vlzzwU8cLV .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlzzwU8cLV .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vlzzwU8cLV .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vlzzwU8cLV .url-copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333333;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10000;
  font-family: inherit;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cid-vlzzwU8cLV .url-copy-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.cid-vlzzwU8cLV .mbr-section-title,
.cid-vlzzwU8cLV .social-wrap {
  color: #02150e;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkESJ1c05E {
  direction: rtl;
  text-align: right;
  z-index: 1000;
  width: 100%;
}
.cid-vkESJ1c05E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vkESJ1c05E .navbar-toggler {
    transform: scale(0.8);
  }
  .cid-vkESJ1c05E .cart-badge {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}
.cid-vkESJ1c05E .navbar-nav {
  margin: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .cid-vkESJ1c05E .navbar-nav {
    max-width: 45%;
  }
}
.cid-vkESJ1c05E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkESJ1c05E .navbar-nav .nav-item .nav-link {
  padding: 6px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vkESJ1c05E .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkESJ1c05E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vkESJ1c05E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vkESJ1c05E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkESJ1c05E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vkESJ1c05E .navbar-nav {
    padding-right: 1.5rem;
  }
}
.cid-vkESJ1c05E .navbar-logo {
  padding-right: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vkESJ1c05E .navbar-logo {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vkESJ1c05E .navbar-logo {
    padding-right: 1rem;
  }
}
.cid-vkESJ1c05E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-left: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vkESJ1c05E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkESJ1c05E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkESJ1c05E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkESJ1c05E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vkESJ1c05E .navbar-caption {
  padding-right: 2rem;
  padding-left: .5rem;
}
@media (max-width: 767px) {
  .cid-vkESJ1c05E .navbar-caption {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkESJ1c05E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vkESJ1c05E .nav-dropdown .link.dropdown-toggle::after {
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vkESJ1c05E .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
@media (max-width: 992px) {
  .cid-vkESJ1c05E .container {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vkESJ1c05E .container {
    width: 95%;
    height: 56px !important;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.cid-vkESJ1c05E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-vkESJ1c05E .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkESJ1c05E .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkESJ1c05E #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkESJ1c05E #theme-toggle-btn .icon-light,
.cid-vkESJ1c05E #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkESJ1c05E #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkESJ1c05E #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkESJ1c05E.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkESJ1c05E.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkESJ1c05E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkESJ1c05E .nav-item:focus,
.cid-vkESJ1c05E .nav-link:focus {
  outline: none;
}
.cid-vkESJ1c05E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkESJ1c05E .dropdown .dropdown-menu .dropdown-item::after {
  left: 0.5rem;
}
.cid-vkESJ1c05E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0.5rem;
  vertical-align: sub;
}
.cid-vkESJ1c05E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkESJ1c05E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkESJ1c05E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkESJ1c05E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkESJ1c05E .navbar.opened {
  transition: all 0.3s;
}
.cid-vkESJ1c05E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vkESJ1c05E .navbar .navbar-logo img {
  width: auto;
}
.cid-vkESJ1c05E .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vkESJ1c05E .navbar.collapsed {
  justify-content: center;
}
.cid-vkESJ1c05E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkESJ1c05E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vkESJ1c05E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-vkESJ1c05E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  right: 0 !important;
}
.cid-vkESJ1c05E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  left: auto;
}
.cid-vkESJ1c05E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vkESJ1c05E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkESJ1c05E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkESJ1c05E .navbar.collapsed .icons-menu {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vkESJ1c05E .navbar {
    min-height: 72px;
  }
  .cid-vkESJ1c05E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vkESJ1c05E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkESJ1c05E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkESJ1c05E .navbar .dropdown-menu .dropdown-submenu {
    right: 0 !important;
  }
  .cid-vkESJ1c05E .navbar .dropdown-menu .dropdown-item:after {
    left: auto;
  }
  .cid-vkESJ1c05E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-right: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vkESJ1c05E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vkESJ1c05E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-left: 10px;
  }
  .cid-vkESJ1c05E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkESJ1c05E .navbar .icons-menu {
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkESJ1c05E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vkESJ1c05E .dropdown-item.active,
.cid-vkESJ1c05E .dropdown-item:active {
  background-color: transparent;
}
.cid-vkESJ1c05E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkESJ1c05E .nav-dropdown .link.dropdown-toggle {
  margin-left: 1.667em;
}
.cid-vkESJ1c05E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-left: 0;
  padding: 0.667em 1.667em;
}
.cid-vkESJ1c05E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vkESJ1c05E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  right: 105%;
  left: auto;
  transform: none;
  top: -12px;
}
.cid-vkESJ1c05E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vkESJ1c05E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vkESJ1c05E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vkESJ1c05E .navbar-buttons {
    text-align: right;
  }
}
.cid-vkESJ1c05E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vkESJ1c05E button.navbar-toggler .hamburger span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-left: 5px;
  background-color: #000000;
}
.cid-vkESJ1c05E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkESJ1c05E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkESJ1c05E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkESJ1c05E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkESJ1c05E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  left: 50%;
  transition: all 0.2s;
}
.cid-vkESJ1c05E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkESJ1c05E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkESJ1c05E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  left: 50%;
  transition: all 0.2s;
}
.cid-vkESJ1c05E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkESJ1c05E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkESJ1c05E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkESJ1c05E .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vkESJ1c05E .navbar {
    height: 70px;
  }
  .cid-vkESJ1c05E .navbar.opened {
    height: auto;
  }
  .cid-vkESJ1c05E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    right: -1rem;
  }
}
.cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(50%);
  top: calc(100% + 20px);
  right: 50%;
}
.cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-right: 0.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(90deg);
}
.cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vkESJ1c05E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkESJ1c05E .navbar-toggler {
  margin-right: 12px;
  margin-left: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vkESJ1c05E .container {
    justify-content: space-between !important;
  }
  .cid-vkESJ1c05E .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 100;
  }
  .cid-vkESJ1c05E .navbar-logo {
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vkESJ1c05E .navbar-logo img {
    margin: 0 auto !important;
    display: block;
  }
  .cid-vkESJ1c05E .navbar-toggler {
    order: 1;
    margin-right: 0;
    margin-left: auto;
    z-index: 101;
  }
  .cid-vkESJ1c05E .icons-menu {
    order: 3;
    margin-right: auto;
    margin-left: 0;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 100;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  .cid-vkESJ1c05E .user-dropdown-wrapper {
    display: flex !important;
    align-items: center !important;
  }
  .cid-vkESJ1c05E .iconfont-wrapper {
    padding: 0.5rem 0.6rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .cid-vkESJ1c05E .icons-menu .iconfont-wrapper .mbr-iconfont {
    font-size: 24px !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
  }
  .cid-vkESJ1c05E .navbar-collapse {
    z-index: 999 !important;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    display: block !important;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(8px);
    opacity: 0;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
  .cid-vkESJ1c05E nav.opened .navbar-collapse {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0);
  }
  .cid-vkESJ1c05E .navbar-nav .nav-item .nav-link::after {
    margin-right: 10px;
  }
  .cid-vkESJ1c05E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    right: 0;
    left: auto;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-right: 0.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(-180deg);
  }
  .cid-vkESJ1c05E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    right: 0;
    left: auto;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vkESJ1c05E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vkESJ1c05E .user-dropdown-menu {
    left: 0;
    transform: translateY(20px) scale(0.95);
  }
  .cid-vkESJ1c05E .user-dropdown-menu::before {
    left: 20px;
  }
  .cid-vkESJ1c05E .user-dropdown-wrapper:hover .user-dropdown-menu,
  .cid-vkESJ1c05E .user-dropdown-wrapper:focus-within .user-dropdown-menu {
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 575px) {
  .cid-vkESJ1c05E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vkESJ1c05E .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkESJ1c05E .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkESJ1c05E .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  max-width: 90vw;
  min-height: auto;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkESJ1c05E .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkESJ1c05E .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkESJ1c05E .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkESJ1c05E .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkESJ1c05E .user-title {
  display: block;
  width: 100%;
}
.cid-vkESJ1c05E .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkESJ1c05E .glass-btn-panel,
.cid-vkESJ1c05E .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkESJ1c05E .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkESJ1c05E .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkESJ1c05E .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkESJ1c05E .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkESJ1c05E .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkESJ1c05E .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.cid-vkESJ1c05E .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  transition: filter 0.3s ease;
}
.cid-vkESJ1c05E.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkESJ1c05E.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkESJ1c05E .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkESJ1c05E .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkESJ1c05E .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkESJ1c05E .cart-close-btn .mbr-iconfont {
  font-size: 1.6rem;
  margin: 0;
}
.cid-vkESJ1c05E .cart-title {
  margin: 0;
}
.cid-vkESJ1c05E .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkESJ1c05E .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkESJ1c05E .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 150px;
  opacity: 1;
}
.cid-vkESJ1c05E .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkESJ1c05E .cart-item-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-vkESJ1c05E .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkESJ1c05E .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkESJ1c05E .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkESJ1c05E .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkESJ1c05E .cart-item-price {
  font-weight: 500;
  opacity: 0.8;
}
.cid-vkESJ1c05E .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkESJ1c05E .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkESJ1c05E .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkESJ1c05E .builder-filled-cart-view .cart-item-img-wrapper {
  cursor: default;
}
.cid-vkESJ1c05E .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkESJ1c05E .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkESJ1c05E .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkESJ1c05E .cart-items-container .cart-item-card:nth-child(1) {
  animation-delay: 0.1s;
}
.cid-vkESJ1c05E .cart-items-container .cart-item-card:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-vkESJ1c05E .cart-items-container .cart-item-card:nth-child(3) {
  animation-delay: 0.3s;
}
.cid-vkESJ1c05E .cart-items-container .cart-item-card:nth-child(4) {
  animation-delay: 0.4s;
}
.cid-vkESJ1c05E .cart-items-container .cart-item-card:nth-child(5) {
  animation-delay: 0.5s;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vkESJ1c05E .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkESJ1c05E .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkESJ1c05E .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkESJ1c05E .cart-total-label {
  font-weight: 600;
}
.cid-vkESJ1c05E .cart-total-value {
  font-weight: 700;
}
.cid-vkyPgLWbyk {
  background-color: #e3fff5;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vkyPgLWbyk .carousel {
  height: 100%;
  width: 100%;
  border-radius: 50px;
}
.cid-vkyPgLWbyk .carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(-4px 4px 0.5px #c6d1f5);
}
.cid-vkyPgLWbyk .carousel-item,
.cid-vkyPgLWbyk .carousel-inner {
  height: 100%;
}
.cid-vkyPgLWbyk img,
.cid-vkyPgLWbyk .item-wrapper {
  border-radius: 0 !important;
}
.cid-vkyPgLWbyk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vkyPgLWbyk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vkyPgLWbyk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vkyPgLWbyk .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vkyPgLWbyk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vkyPgLWbyk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vkyPgLWbyk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkyPgLWbyk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkyPgLWbyk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkyPgLWbyk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkyPgLWbyk .carousel-progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.cid-vkyPgLWbyk .carousel-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: none;
}
.cid-vkyPgLWbyk .carousel-progress-bar.animated {
  transition: width linear;
}
.cid-vkyU31Wq5S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkyU31Wq5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyU31Wq5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyU31Wq5S .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkyU31Wq5S .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkyU31Wq5S .content-head {
  max-width: 800px;
}
.cid-vkyU31Wq5S .img-wrapper {
  padding-left: 1.5rem;
}
.cid-vkyU31Wq5S .img-wrapper img {
  width: 10rem;
}
.cid-vkyU31Wq5S .card-text {
  text-align: right;
  color: #06402b;
}
.cid-vkyU31Wq5S .card-title {
  text-align: right;
  color: #02150e;
}
.cid-vkyU31Wq5S .card-text DIV {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vkyU31Wq5S .img-wrapper img {
    width: 6rem;
  }
  .cid-vkyU31Wq5S .mobile-slider-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .cid-vkyU31Wq5S .mobile-slider-row::-webkit-scrollbar {
    display: none;
  }
  .cid-vkyU31Wq5S .mobile-slider-row .item {
    flex: 0 0 85% !important;
    max-width: 85% !important;
    scroll-snap-align: center;
  }
  .cid-vkyU31Wq5S .mobile-slider-row .item:first-child {
    margin-right: 1.5rem !important;
  }
  .cid-vkyU31Wq5S .mobile-slider-row .item:last-child {
    margin-left: 1.5rem !important;
  }
}
.cid-vkqviIsh7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-vkqviIsh7b blockquote {
  direction: rtl;
  border-left: none !important;
  border-right: 4px solid #02150e;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  margin: 0;
}
.cid-vkqviIsh7b .mbr-section-title {
  text-align: justify;
  color: #02150e;
}
.cid-vkqviIsh7b .mbr-text {
  text-align: right;
  color: #06402b;
}
.cid-vkv63Tx7jj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkv63Tx7jj img,
.cid-vkv63Tx7jj .item-img {
  width: 100%;
}
.cid-vkv63Tx7jj .item:focus,
.cid-vkv63Tx7jj span:focus {
  outline: none;
}
.cid-vkv63Tx7jj .item-wrapper {
  position: relative;
}
.cid-vkv63Tx7jj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vkv63Tx7jj .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vkv63Tx7jj .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkv63Tx7jj .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vkv63Tx7jj .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkv63Tx7jj .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vkv63Tx7jj .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vkv63Tx7jj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vkv63Tx7jj .mbr-section-title {
  color: #02150e;
  text-align: center;
}
.cid-vkv63Tx7jj .mbr-text,
.cid-vkv63Tx7jj .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vkv63Tx7jj .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vkv63Tx7jj .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vkv63Tx7jj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vkv63Tx7jj .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vkv63Tx7jj .embla__button--next,
.cid-vkv63Tx7jj .embla__button--prev {
  display: flex;
}
.cid-vkv63Tx7jj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vkv63Tx7jj .embla__button {
    display: none;
  }
}
.cid-vkv63Tx7jj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vkv63Tx7jj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vkv63Tx7jj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkv63Tx7jj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkv63Tx7jj .embla__button {
    top: auto;
  }
}
.cid-vkv63Tx7jj .embla {
  position: relative;
  width: 100%;
}
.cid-vkv63Tx7jj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vkv63Tx7jj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkv63Tx7jj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkv63Tx7jj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vkv63Tx7jj .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vkv63Tx7jj .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vkv63Tx7jj .content-head {
  max-width: 800px;
}
.cid-vkv63Tx7jj .mbr-section-subtitle {
  text-align: right;
}
.cid-vkyVsXGGxp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  direction: rtl;
  text-align: right;
  background-color: #e3fff5;
}
.cid-vkyVsXGGxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyVsXGGxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyVsXGGxp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #06402b;
  margin-right: 1rem;
}
.cid-vkyVsXGGxp .panel-group {
  border: none;
}
.cid-vkyVsXGGxp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vkyVsXGGxp .panel-body,
.cid-vkyVsXGGxp .card-header {
  padding: 1rem 0;
}
.cid-vkyVsXGGxp .panel-title-edit {
  color: #232323;
  text-align: right;
}
.cid-vkyVsXGGxp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vkyVsXGGxp .panel-text {
  color: #06402b;
  text-align: right;
}
.cid-vkyVsXGGxp .mbr-section-title {
  color: #02150e;
}
.cid-vkyVLJbmR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  direction: rtl;
  text-align: right;
  background-color: #e3fff5;
}
.cid-vkyVLJbmR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyVLJbmR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkyVLJbmR3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vkyVLJbmR3 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vkyVLJbmR3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vkyVLJbmR3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vkyVLJbmR3 .mbr-iconfont {
  font-size: 2rem;
  padding-left: 1.5rem;
  color: #06402b;
}
.cid-vkyVLJbmR3 .mbr-section-subtitle {
  text-align: center;
  color: #06402b;
}
.cid-vkyVLJbmR3 .mbr-section-title {
  color: #02150e;
}
.cid-vkyVLJbmR3 .card-title {
  color: #02150e;
}
.cid-vkyVLJbmR3 .mbr-text {
  color: #0b2b26;
}
.cid-vkyZmVvEW7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  direction: rtl;
  text-align: right;
  background-color: #e3fff5;
}
.cid-vkyZmVvEW7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vkyZmVvEW7 .form-control {
  text-align: right;
  direction: rtl;
}
.cid-vkyZmVvEW7 .alert {
  text-align: right;
  direction: rtl;
}
.cid-vkyZmVvEW7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vkyZmVvEW7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vkyZmVvEW7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vkyZmVvEW7 .content-head {
  max-width: 800px;
}
.cid-vkyZmVvEW7 .mbr-section-title {
  color: #02150e;
}
.cid-vkyZmVvEW7 .mbr-section-subtitle {
  color: #06402b;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vksEjiXiMk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e3fff5;
}
.cid-vksEjiXiMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vksEjiXiMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vksEjiXiMk .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vksEjiXiMk .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vksEjiXiMk .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vksEjiXiMk .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vksEjiXiMk .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vksEjiXiMk .row {
  flex-direction: row-reverse;
}
.cid-vksEjiXiMk .image-wrapper {
  padding: 0 1rem;
}
.cid-vksEjiXiMk img,
.cid-vksEjiXiMk .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vksEjiXiMk img,
  .cid-vksEjiXiMk .image-wrapper {
    max-height: 350px;
  }
}
.cid-vksEjiXiMk .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vksEjiXiMk .mbr-text {
  color: #000000;
}
.cid-vksEjiXiMk .mbr-text,
.cid-vksEjiXiMk .mbr-section-btn {
  color: #06402b;
  text-align: right;
}
.cid-vksEjiXiMk .price-wrapper {
  text-align: right;
}
.cid-vksEjiXiMk .new-price-container {
  text-align: right;
}
.cid-vksEjiXiMk .old-price {
  color: #51a687;
  opacity: 0.6;
}
.cid-vksEjiXiMk .new-price {
  display: inline-block;
  color: #06402b;
}
.cid-vksEjiXiMk .discount-badge {
  display: inline-block;
  background-color: #ff4a52;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  vertical-align: middle;
}
.cid-vkpNIOR9hw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
@media (min-width: 992px) {
  .cid-vkpNIOR9hw .carousel {
    max-height: 800px;
  }
  .cid-vkpNIOR9hw .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkpNIOR9hw .carousel {
    min-height: 520px;
  }
  .cid-vkpNIOR9hw .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vkpNIOR9hw .carousel {
    min-height: 440px;
  }
  .cid-vkpNIOR9hw .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-vkpNIOR9hw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vkpNIOR9hw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vkpNIOR9hw .carousel,
.cid-vkpNIOR9hw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkpNIOR9hw .item-wrapper {
  width: 100%;
}
.cid-vkpNIOR9hw .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vkpNIOR9hw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vkpNIOR9hw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vkpNIOR9hw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vkpNIOR9hw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vkpNIOR9hw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vkpNIOR9hw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkpNIOR9hw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkpNIOR9hw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkpNIOR9hw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vkpNIOR9hw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vkpNIOR9hw .carousel-indicators li.active,
.cid-vkpNIOR9hw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkpNIOR9hw .carousel-indicators li::after,
.cid-vkpNIOR9hw .carousel-indicators li::before {
  content: none;
}
.cid-vkpNIOR9hw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkpNIOR9hw .carousel-indicators {
    display: none !important;
  }
}
.cid-vlTaIuSXwd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3fff5;
}
.cid-vlTaIuSXwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlTaIuSXwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlTaIuSXwd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlTaIuSXwd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlTaIuSXwd .content-head {
  max-width: 800px;
}
.cid-vlTaIuSXwd .img-wrapper {
  padding-left: 1.5rem;
}
.cid-vlTaIuSXwd .img-wrapper img {
  width: 6rem;
}
.cid-vlTaIuSXwd .card-title {
  color: #232323;
  text-align: justify;
}
.cid-vlTaIuSXwd .card-text {
  color: #06402b;
}
.cid-vlTaIuSXwd .card-text DIV {
  text-align: right;
}
.cid-vlOe5L0lxV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vlOe5L0lxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlOe5L0lxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlOe5L0lxV .nav-tabs .nav-item.open .nav-link:focus,
.cid-vlOe5L0lxV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vlOe5L0lxV .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vlOe5L0lxV .nav-item {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
}
.cid-vlOe5L0lxV .nav-tabs .nav-item {
  margin-left: 1.5rem;
}
.cid-vlOe5L0lxV .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vlOe5L0lxV .nav-tabs .nav-link:not(.active) {
  color: #06402b;
}
.cid-vlOe5L0lxV .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #06402b !important;
  padding: 1.25rem 2rem!important;
}
.cid-vlOe5L0lxV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlOe5L0lxV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlOe5L0lxV .mbr-text {
  color: #02150e;
  margin: 0;
  text-align: right;
}
.cid-vlOe5L0lxV .content-head {
  max-width: 800px;
}
.cid-vlOe5L0lxV .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vlOe5L0lxV .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vkzfH0CxrW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkzfH0CxrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzfH0CxrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkzfH0CxrW .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #06402b;
  margin-right: 1rem;
}
.cid-vkzfH0CxrW .panel-group {
  border: none;
}
.cid-vkzfH0CxrW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.cid-vkzfH0CxrW .panel-body,
.cid-vkzfH0CxrW .card-header {
  padding: 1rem 0;
}
.cid-vkzfH0CxrW .panel-title-edit {
  color: #02150e;
  text-align: right;
  transition: all 0.3s ease;
}
.cid-vkzfH0CxrW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vkzfH0CxrW .panel-text {
  color: #06402b;
  text-align: right;
  display: block;
}
.cid-vkzfH0CxrW .locked-view {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.cid-vkzfH0CxrW .locked-view .panel-title-edit {
  color: #888888 !important;
}
.cid-vkzfH0CxrW .locked-view .sign {
  color: #888888 !important;
}
.cid-vkzfH0CxrW .mbr-section-title {
  text-align: center;
  color: #02150e;
}
.cid-vkzfH0CxrW .panel-body a,
.cid-vkzfH0CxrW .panel-body a:hover,
.cid-vkzfH0CxrW .panel-body a:focus {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.cid-vkzfH0CxrW .panel-body a::before,
.cid-vkzfH0CxrW .panel-body a::after,
.cid-vkzfH0CxrW .panel-body a:hover::before,
.cid-vkzfH0CxrW .panel-body a:hover::after {
  display: none !important;
  border: none !important;
  text-decoration: none !important;
}
.cid-vlYMy1yuoj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vlYMy1yuoj img,
.cid-vlYMy1yuoj .item-img {
  width: 100%;
}
.cid-vlYMy1yuoj .item:focus,
.cid-vlYMy1yuoj span:focus {
  outline: none;
}
.cid-vlYMy1yuoj .item-wrapper {
  position: relative;
}
.cid-vlYMy1yuoj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vlYMy1yuoj .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vlYMy1yuoj .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlYMy1yuoj .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vlYMy1yuoj .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlYMy1yuoj .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vlYMy1yuoj .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vlYMy1yuoj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vlYMy1yuoj .mbr-section-title {
  color: #02150e;
}
.cid-vlYMy1yuoj .mbr-text,
.cid-vlYMy1yuoj .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vlYMy1yuoj .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vlYMy1yuoj .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vlYMy1yuoj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vlYMy1yuoj .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vlYMy1yuoj .embla__button--next,
.cid-vlYMy1yuoj .embla__button--prev {
  display: flex;
}
.cid-vlYMy1yuoj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vlYMy1yuoj .embla__button {
    display: none;
  }
}
.cid-vlYMy1yuoj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlYMy1yuoj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vlYMy1yuoj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlYMy1yuoj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlYMy1yuoj .embla__button {
    top: auto;
  }
}
.cid-vlYMy1yuoj .embla {
  position: relative;
  width: 100%;
}
.cid-vlYMy1yuoj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vlYMy1yuoj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlYMy1yuoj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlYMy1yuoj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vlYMy1yuoj .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vlYMy1yuoj .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vlYMy1yuoj .content-head {
  max-width: 800px;
}
.cid-vltFfaQbPX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vltFfaQbPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vltFfaQbPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vltFfaQbPX .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vltFfaQbPX .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vltFfaQbPX .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vltFfaQbPX .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vltFfaQbPX .url-copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333333;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10000;
  font-family: inherit;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cid-vltFfaQbPX .url-copy-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.cid-vltFfaQbPX .mbr-section-title,
.cid-vltFfaQbPX .social-wrap {
  color: #02150e;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vksKTYm2p3 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vksKTYm2p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vksKTYm2p3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vksKTYm2p3 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vksKTYm2p3 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vksKTYm2p3 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vksKTYm2p3 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vksKTYm2p3 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vksKTYm2p3 .row {
  flex-direction: row-reverse;
}
.cid-vksKTYm2p3 .image-wrapper {
  padding: 0 1rem;
}
.cid-vksKTYm2p3 img,
.cid-vksKTYm2p3 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vksKTYm2p3 img,
  .cid-vksKTYm2p3 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vksKTYm2p3 .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vksKTYm2p3 .mbr-text {
  color: #000000;
}
.cid-vksKTYm2p3 .mbr-text,
.cid-vksKTYm2p3 .mbr-section-btn {
  color: #06402b;
  text-align: right;
}
.cid-vksKTYm2p3 .price-wrapper {
  text-align: right;
}
.cid-vksKTYm2p3 .new-price-container {
  text-align: right;
}
.cid-vksKTYm2p3 .old-price {
  color: #51a687;
  opacity: 0.6;
}
.cid-vksKTYm2p3 .new-price {
  display: inline-block;
  color: #06402b;
}
.cid-vksKTYm2p3 .discount-badge {
  display: inline-block;
  background-color: #ff4a52;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  vertical-align: middle;
}
.cid-vksKTYm2p3 .capacity-wrapper {
  text-align: right;
}
.cid-vksKTYm2p3 .capacity-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
}
.cid-vksKTYm2p3 .capacity-badge.capacity-available {
  background-color: #e3fff5;
  color: #06402b;
  border: 1px solid #51a687;
}
.cid-vksKTYm2p3 .capacity-badge.capacity-full {
  background-color: #ffe5e6;
  color: #b3000a;
  border: 1px solid #ff4a52;
}
.cid-vksKTYm2p3 .open-enroll-modal.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.cid-vksKTYm2p3 .enroll-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  direction: rtl;
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-vksKTYm2p3 .enroll-modal-overlay.active {
  display: flex;
  opacity: 1;
}
.cid-vksKTYm2p3 .enroll-modal-box {
  background: #ffffff;
  padding: 2.5rem 2rem 2rem 2rem;
  border-radius: 16px;
  width: 90%;
  max-width: 380px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.cid-vksKTYm2p3 .enroll-modal-overlay.active .enroll-modal-box {
  transform: translateY(0);
}
.cid-vksKTYm2p3 .enroll-modal-close {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #888;
  line-height: 1;
  transition: color 0.2s ease;
}
.cid-vksKTYm2p3 .enroll-modal-close:hover {
  color: #ff3333;
}
.cid-vksKTYm2p3 .enroll-modal-box h4 {
  color: #232323;
  text-align: right;
  margin-top: 0;
}
.cid-vksKTYm2p3 .enroll-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: right;
}
.cid-vksKTYm2p3 .enroll-options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: #444;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: border-color 0.2s ease;
}
.cid-vksKTYm2p3 .enroll-options label:hover {
  border-color: #ced4da;
}
.cid-vksKTYm2p3 .enroll-options input[type="radio"] {
  margin: 0 0 0 12px;
  transform: scale(1.2);
}
.cid-vksKTYm2p3 .enroll-options b {
  color: #0c2c68;
}
.cid-vkzhq8E8bS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3fff5;
}
.cid-vkzhq8E8bS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzhq8E8bS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkzhq8E8bS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkzhq8E8bS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzhq8E8bS .content-head {
  max-width: 800px;
}
.cid-vkzhq8E8bS .img-wrapper {
  padding-left: 1.5rem;
}
.cid-vkzhq8E8bS .img-wrapper img {
  width: 6rem;
}
.cid-vkzhq8E8bS .card-title {
  color: #02150e;
  text-align: justify;
}
.cid-vkzhq8E8bS .card-text {
  color: #06402b;
}
.cid-vkzhq8E8bS .card-text DIV {
  text-align: right;
}
.cid-vkzhl9lNNt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vkzhl9lNNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzhl9lNNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkzhl9lNNt .nav-tabs .nav-item.open .nav-link:focus,
.cid-vkzhl9lNNt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vkzhl9lNNt .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vkzhl9lNNt .nav-item {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
}
.cid-vkzhl9lNNt .nav-tabs .nav-item {
  margin-left: 1.5rem;
}
.cid-vkzhl9lNNt .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vkzhl9lNNt .nav-tabs .nav-link:not(.active) {
  color: #06402b;
}
.cid-vkzhl9lNNt .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #06402b !important;
  padding: 1.25rem 2rem!important;
}
.cid-vkzhl9lNNt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkzhl9lNNt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vkzhl9lNNt .mbr-text {
  color: #02150e;
  margin: 0;
  text-align: right;
}
.cid-vkzhl9lNNt .content-head {
  max-width: 800px;
}
.cid-vkzhl9lNNt .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vkzhl9lNNt .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vksKTZxAVW {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vksKTZxAVW img,
.cid-vksKTZxAVW .item-img {
  width: 100%;
}
.cid-vksKTZxAVW .item:focus,
.cid-vksKTZxAVW span:focus {
  outline: none;
}
.cid-vksKTZxAVW .item-wrapper {
  position: relative;
}
.cid-vksKTZxAVW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vksKTZxAVW .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vksKTZxAVW .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vksKTZxAVW .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vksKTZxAVW .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vksKTZxAVW .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vksKTZxAVW .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vksKTZxAVW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vksKTZxAVW .mbr-section-title {
  color: #02150e;
}
.cid-vksKTZxAVW .mbr-text,
.cid-vksKTZxAVW .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vksKTZxAVW .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vksKTZxAVW .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vksKTZxAVW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vksKTZxAVW .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vksKTZxAVW .embla__button--next,
.cid-vksKTZxAVW .embla__button--prev {
  display: flex;
}
.cid-vksKTZxAVW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vksKTZxAVW .embla__button {
    display: none;
  }
}
.cid-vksKTZxAVW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vksKTZxAVW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vksKTZxAVW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vksKTZxAVW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vksKTZxAVW .embla__button {
    top: auto;
  }
}
.cid-vksKTZxAVW .embla {
  position: relative;
  width: 100%;
}
.cid-vksKTZxAVW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vksKTZxAVW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vksKTZxAVW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vksKTZxAVW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vksKTZxAVW .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vksKTZxAVW .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vksKTZxAVW .content-head {
  max-width: 800px;
}
.cid-vlf4HuriUl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vlf4HuriUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlf4HuriUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlf4HuriUl .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vlf4HuriUl .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlf4HuriUl .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vlf4HuriUl .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vlf4HuriUl .url-copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333333;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10000;
  font-family: inherit;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cid-vlf4HuriUl .url-copy-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.cid-vlf4HuriUl .mbr-section-title,
.cid-vlf4HuriUl .social-wrap {
  color: #02150e;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vlf2rnyzYM {
  background-color: #e3fff5;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vlf2rnyzYM .carousel {
  height: 100%;
  width: 100%;
  border-radius: 50px;
}
.cid-vlf2rnyzYM .carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(-4px 4px 0.5px #c6d1f5);
}
.cid-vlf2rnyzYM .carousel-item,
.cid-vlf2rnyzYM .carousel-inner {
  height: 100%;
}
.cid-vlf2rnyzYM img,
.cid-vlf2rnyzYM .item-wrapper {
  border-radius: 0 !important;
}
.cid-vlf2rnyzYM .item-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-vlf2rnyzYM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vlf2rnyzYM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vlf2rnyzYM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vlf2rnyzYM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vlf2rnyzYM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vlf2rnyzYM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vlf2rnyzYM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlf2rnyzYM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlf2rnyzYM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlf2rnyzYM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlf2rnyzYM .carousel-progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.cid-vlf2rnyzYM .carousel-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: none;
}
.cid-vlf2rnyzYM .carousel-progress-bar.animated {
  transition: width linear;
}
.cid-vkuVUQ2lTh {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkuVUQ2lTh img,
.cid-vkuVUQ2lTh .item-img {
  width: 100%;
}
.cid-vkuVUQ2lTh .item:focus,
.cid-vkuVUQ2lTh span:focus {
  outline: none;
}
.cid-vkuVUQ2lTh .item-wrapper {
  position: relative;
}
.cid-vkuVUQ2lTh .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vkuVUQ2lTh .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vkuVUQ2lTh .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkuVUQ2lTh .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vkuVUQ2lTh .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkuVUQ2lTh .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vkuVUQ2lTh .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vkuVUQ2lTh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vkuVUQ2lTh .mbr-section-title {
  color: #02150e;
  text-align: center;
}
.cid-vkuVUQ2lTh .mbr-text,
.cid-vkuVUQ2lTh .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vkuVUQ2lTh .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vkuVUQ2lTh .item-subtitle {
  text-align: center;
  color: #7787a5;
}
.cid-vkuVUQ2lTh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vkuVUQ2lTh .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vkuVUQ2lTh .embla__button--next,
.cid-vkuVUQ2lTh .embla__button--prev {
  display: flex;
}
.cid-vkuVUQ2lTh .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vkuVUQ2lTh .embla__button {
    display: none;
  }
}
.cid-vkuVUQ2lTh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vkuVUQ2lTh .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vkuVUQ2lTh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkuVUQ2lTh .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkuVUQ2lTh .embla__button {
    top: auto;
  }
}
.cid-vkuVUQ2lTh .embla {
  position: relative;
  width: 100%;
}
.cid-vkuVUQ2lTh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vkuVUQ2lTh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkuVUQ2lTh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkuVUQ2lTh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vkuVUQ2lTh .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vkuVUQ2lTh .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vkuVUQ2lTh .content-head {
  max-width: 800px;
}
.cid-vkuVUQ2lTh .mbr-section-subtitle {
  text-align: right;
}
.cid-vkv6kKLnM9 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkv6kKLnM9 img,
.cid-vkv6kKLnM9 .item-img {
  width: 100%;
}
.cid-vkv6kKLnM9 .item:focus,
.cid-vkv6kKLnM9 span:focus {
  outline: none;
}
.cid-vkv6kKLnM9 .item-wrapper {
  position: relative;
}
.cid-vkv6kKLnM9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vkv6kKLnM9 .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vkv6kKLnM9 .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkv6kKLnM9 .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vkv6kKLnM9 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkv6kKLnM9 .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vkv6kKLnM9 .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vkv6kKLnM9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vkv6kKLnM9 .mbr-section-title {
  color: #02150e;
  text-align: center;
}
.cid-vkv6kKLnM9 .mbr-text,
.cid-vkv6kKLnM9 .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vkv6kKLnM9 .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vkv6kKLnM9 .item-subtitle {
  text-align: center;
  color: #7787a5;
}
.cid-vkv6kKLnM9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vkv6kKLnM9 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vkv6kKLnM9 .embla__button--next,
.cid-vkv6kKLnM9 .embla__button--prev {
  display: flex;
}
.cid-vkv6kKLnM9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vkv6kKLnM9 .embla__button {
    display: none;
  }
}
.cid-vkv6kKLnM9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vkv6kKLnM9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vkv6kKLnM9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkv6kKLnM9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkv6kKLnM9 .embla__button {
    top: auto;
  }
}
.cid-vkv6kKLnM9 .embla {
  position: relative;
  width: 100%;
}
.cid-vkv6kKLnM9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vkv6kKLnM9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkv6kKLnM9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkv6kKLnM9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vkv6kKLnM9 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vkv6kKLnM9 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vkv6kKLnM9 .content-head {
  max-width: 800px;
}
.cid-vkv6kKLnM9 .mbr-section-subtitle {
  text-align: right;
}
.cid-vkv6ymSq4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-vkv6ymSq4Y .mbr-text {
  color: #000000;
}
.cid-vkv6ymSq4Y .mbr-section-subtitle {
  color: #000000;
}
.cid-vkv6ymSq4Y .mbr-section-title {
  color: #02150e;
  text-align: center;
}
.cid-vkv6ymSq4Y .mbr-text,
.cid-vkv6ymSq4Y .item .mbr-section-btn {
  text-align: right;
  color: #06402b;
}
.cid-vkv6ymSq4Y .text-content {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkv6ymSq4Y .text-content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkv6ymSq4Y .text-content {
    padding: 2rem 1.5rem;
  }
}
.cid-vkv6ymSq4Y .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkv6ymSq4Y .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkv6ymSq4Y .card-wrapper {
  background: #ffffff;
}
.cid-vkv6ymSq4Y .mbr-card-subtitle {
  color: #a6a99c;
  text-align: right;
}
.cid-vkv6ymSq4Y .mbr-card-title {
  text-align: right;
  color: #02150e;
}
.cid-vkuXiQ2wNw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkuXiQ2wNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkuXiQ2wNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkuXiQ2wNw .item {
  padding-bottom: 2rem;
}
.cid-vkuXiQ2wNw .item-wrapper {
  position: relative;
  cursor: pointer;
  height: 200px;
}
.cid-vkuXiQ2wNw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vkuXiQ2wNw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
  z-index: 2;
}
.cid-vkuXiQ2wNw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vkuXiQ2wNw .dyn-thumb-img {
  display: block;
  width: 100%;
}
.cid-vkuXiQ2wNw .close {
  position: fixed;
  opacity: 0.85;
  font-size: 22px;
  font-weight: 300;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  top: 1.25rem;
  left: 1.25rem;
  right: auto;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 1055;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
  background: rgba(0, 0, 0, 0.35);
}
.cid-vkuXiQ2wNw .close::before {
  content: '\e91a';
}
.cid-vkuXiQ2wNw .close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.cid-vkuXiQ2wNw .modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: fixed;
  overflow: hidden;
}
.cid-vkuXiQ2wNw .modal-dialog {
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  padding: 0;
}
.cid-vkuXiQ2wNw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
  width: 100%;
  min-height: 100vh;
}
.cid-vkuXiQ2wNw .modal-body {
  padding: 5.5rem 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
.cid-vkuXiQ2wNw .custom-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 96vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkuXiQ2wNw .custom-carousel-inner {
  width: 100%;
  height: 100%;
}
.cid-vkuXiQ2wNw .custom-carousel-inner .carousel-item {
  width: 100%;
  min-height: calc(93.25vh);
  align-items: center;
  justify-content: center;
}
.cid-vkuXiQ2wNw .custom-carousel-inner .carousel-item.active,
.cid-vkuXiQ2wNw .custom-carousel-inner .carousel-item-next,
.cid-vkuXiQ2wNw .custom-carousel-inner .carousel-item-prev {
  display: flex;
}
.cid-vkuXiQ2wNw .custom-video-frame {
  width: 100%;
  max-width: 96vw;
  max-height: calc(93.25vh);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cid-vkuXiQ2wNw .custom-video-poster-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.cid-vkuXiQ2wNw .custom-video-poster-wrap img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: calc(93.25vh);
  height: auto;
  object-fit: contain;
}
.cid-vkuXiQ2wNw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vkuXiQ2wNw .modal.fade .modal-dialog {
  transition: opacity 0.3s ease-out;
}
.cid-vkuXiQ2wNw .modal.fade .modal-dialog,
.cid-vkuXiQ2wNw .modal.in .modal-dialog {
  transform: none;
}
.cid-vkuXiQ2wNw h6 {
  text-align: center;
}
.cid-vkuXiQ2wNw .h_iframe-aparat_embed_frame {
  position: relative;
  display: block;
  width: 100%;
  max-width: 96vw;
  margin: 0 auto;
}
.cid-vkuXiQ2wNw .h_iframe-aparat_embed_frame .ratio-spacer {
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.cid-vkuXiQ2wNw .h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .cid-vkuXiQ2wNw .close {
    width: 48px;
    height: 48px;
    top: 1rem;
    left: 1rem;
    font-size: 18px;
  }
  .cid-vkuXiQ2wNw .modal-body {
    padding: 4.5rem 0.75rem 0.75rem;
  }
  .cid-vkuXiQ2wNw .custom-carousel {
    max-width: 100vw;
  }
  .cid-vkuXiQ2wNw .custom-video-frame {
    max-width: 100vw;
    max-height: calc(94.75vh);
  }
  .cid-vkuXiQ2wNw .custom-carousel-inner .carousel-item {
    min-height: calc(94.75vh);
  }
  .cid-vkuXiQ2wNw .custom-video-poster-wrap img {
    max-height: calc(94.75vh);
  }
  .cid-vkuXiQ2wNw .h_iframe-aparat_embed_frame {
    max-width: 100vw;
  }
}
.cid-vkuXiQ2wNw .mbr-section-title {
  color: #02150e;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vlf2lxQEdq {
  background-color: #e3fff5;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vlf2lxQEdq .carousel {
  height: 100%;
  width: 100%;
  border-radius: 50px;
}
.cid-vlf2lxQEdq .carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(-4px 4px 0.5px #c6d1f5);
}
.cid-vlf2lxQEdq .carousel-item,
.cid-vlf2lxQEdq .carousel-inner {
  height: 100%;
}
.cid-vlf2lxQEdq img,
.cid-vlf2lxQEdq .item-wrapper,
.cid-vlf2lxQEdq .item-wrapper a {
  border-radius: 0 !important;
}
.cid-vlf2lxQEdq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vlf2lxQEdq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vlf2lxQEdq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vlf2lxQEdq .item-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vlf2lxQEdq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vlf2lxQEdq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vlf2lxQEdq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vlf2lxQEdq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlf2lxQEdq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlf2lxQEdq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlf2lxQEdq .carousel-progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.cid-vlf2lxQEdq .carousel-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: none;
}
.cid-vlf2lxQEdq .carousel-progress-bar.animated {
  transition: width linear;
}
.cid-vmv7S4IV5h {
  z-index: 1000;
  width: 100%;
}
.cid-vmv7S4IV5h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%) scale(0, 1) rotate(180deg);
  margin: 0;
  line-height: 1;
  font-size: inherit;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.cid-vmv7S4IV5h .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vmv7S4IV5h .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmv7S4IV5h .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vmv7S4IV5h .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vmv7S4IV5h .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vmv7S4IV5h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmv7S4IV5h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmv7S4IV5h .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vmv7S4IV5h ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vmv7S4IV5h ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vmv7S4IV5h ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vmv7S4IV5h ul.navbar-nav .dropdown-item {
  position: relative;
  padding: 12px 16px !important;
  padding-left: 2.5rem !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vmv7S4IV5h .nav-item:focus,
.cid-vmv7S4IV5h .nav-link:focus {
  outline: none;
}
.cid-vmv7S4IV5h .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: 2.6rem !important;
  margin: 0 !important;
}
.cid-vmv7S4IV5h .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vmv7S4IV5h .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vmv7S4IV5h .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vmv7S4IV5h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vmv7S4IV5h .search-dropdown-wrapper {
  position: relative;
}
.cid-vmv7S4IV5h .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmv7S4IV5h .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmv7S4IV5h .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vmv7S4IV5h .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vmv7S4IV5h .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vmv7S4IV5h .active-chips,
.cid-vmv7S4IV5h .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vmv7S4IV5h .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vmv7S4IV5h .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vmv7S4IV5h .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vmv7S4IV5h .chip-close:hover {
  transform: scale(1.3);
}
.cid-vmv7S4IV5h .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vmv7S4IV5h .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vmv7S4IV5h .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vmv7S4IV5h .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vmv7S4IV5h .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vmv7S4IV5h .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vmv7S4IV5h .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
.cid-vmv7S4IV5h .nav-item.dropdown {
  position: relative;
}
.cid-vmv7S4IV5h .dropdown-menu {
  position: absolute;
  top: 130%;
  right: 0;
  left: auto;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out !important;
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 1050;
  direction: rtl;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  display: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmv7S4IV5h .nav-item.dropdown:hover > .dropdown-menu {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.cid-vmv7S4IV5h .nav-item.dropdown.show > .dropdown-menu,
.cid-vmv7S4IV5h .dropdown.open > .dropdown-menu,
.cid-vmv7S4IV5h .dropdown.show > .dropdown-menu,
.cid-vmv7S4IV5h .nav-item.dropdown.show:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vmv7S4IV5h .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: absolute;
  left: 1rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border-right: 0.35em solid;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0;
}
.cid-vmv7S4IV5h .dropdown-menu .dropdown-submenu {
  position: absolute;
  right: 100% !important;
  left: auto !important;
  top: 0;
  width: 160%;
  min-width: 220px;
  max-width: 350px;
  border-radius: 1.5rem;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.cid-vmv7S4IV5h .dropdown-menu .dropdown.show > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vmv7S4IV5h .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vmv7S4IV5h .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vmv7S4IV5h .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vmv7S4IV5h .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vmv7S4IV5h .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vmv7S4IV5h .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: auto;
    right: 0;
    width: auto;
    min-width: 200px;
    max-width: 90vw;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 12px 4px !important;
    margin-top: 10px;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(15px);
  }
  .cid-vmv7S4IV5h .dropdown-menu .dropdown-submenu {
    position: relative !important;
    right: 0 !important;
    left: auto !important;
    top: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 10px;
    background-color: rgba(128, 128, 128, 0.05) !important;
    box-shadow: none !important;
  }
  .cid-vmv7S4IV5h .dropdown-menu .dropdown > .dropdown-item::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .cid-vmv7S4IV5h .dropdown-menu .dropdown.open > .dropdown-item::after,
  .cid-vmv7S4IV5h .dropdown-menu .dropdown.show > .dropdown-item::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .cid-vmv7S4IV5h .container {
    width: 100%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vmv7S4IV5h .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vmv7S4IV5h .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vmv7S4IV5h .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vmv7S4IV5h .nav-item .nav-link {
    padding: 4px 6px !important;
  }
  .cid-vmv7S4IV5h ul.navbar-nav {
    margin-right: -15px !important;
  }
  .cid-vmv7S4IV5h .nav-item.dropdown {
    margin-right: -25px !important;
  }
  .cid-vmv7S4IV5h .search-dropdown-wrapper {
    margin-right: -35px !important;
  }
  .cid-vmv7S4IV5h .search-dropdown-wrapper .search-toggle-btn .mbr-iconfont {
    font-size: 18px !important;
  }
  .cid-vmv7S4IV5h .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vmv7S4IV5h .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vmv7S4IV5h .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vmv7S4IV5h .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vmv7S4IV5h .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vmv7S4IV5h #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vmv7S4IV5h #theme-toggle-btn .icon-light,
.cid-vmv7S4IV5h #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmv7S4IV5h #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmv7S4IV5h #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vmv7S4IV5h.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vmv7S4IV5h.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmv7S4IV5h .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vmv7S4IV5h .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vmv7S4IV5h .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmv7S4IV5h .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmv7S4IV5h .user-dropdown-wrapper.is-open .user-dropdown-menu,
.cid-vmv7S4IV5h .user-dropdown-wrapper:hover .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vmv7S4IV5h .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vmv7S4IV5h .user-title {
  display: block;
  width: 100%;
}
.cid-vmv7S4IV5h .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vmv7S4IV5h .glass-btn-panel,
.cid-vmv7S4IV5h .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vmv7S4IV5h .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vmv7S4IV5h .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vmv7S4IV5h .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vmv7S4IV5h .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vmv7S4IV5h .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vmv7S4IV5h .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vmv7S4IV5h .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vmv7S4IV5h .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vmv7S4IV5h .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vmv7S4IV5h.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vmv7S4IV5h.cart-active .cart-sidebar {
  left: 0;
}
.cid-vmv7S4IV5h .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vmv7S4IV5h .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vmv7S4IV5h .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vmv7S4IV5h .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vmv7S4IV5h .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vmv7S4IV5h .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vmv7S4IV5h .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vmv7S4IV5h .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vmv7S4IV5h .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vmv7S4IV5h .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vmv7S4IV5h .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vmv7S4IV5h .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vmv7S4IV5h .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vmv7S4IV5h .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vmv7S4IV5h .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vmv7S4IV5h .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vmv7S4IV5h .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vmv7S4IV5h .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vmv7S4IV5h .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vmv7S4IV5h .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vmv7S4IV5h .cart-total-label {
  font-weight: 600;
}
.cid-vmv7S4IV5h .cart-total-value {
  font-weight: 700;
}
.cid-vky9hGmhHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-vky9hGmhHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vky9hGmhHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vky9hGmhHN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #06402b;
  margin-bottom: 2rem;
}
.cid-vky9hGmhHN .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vky9hGmhHN .card-title,
.cid-vky9hGmhHN .card-box {
  color: #02150e;
}
.cid-vmuAdwqS3S {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-vmuAdwqS3S .btn-flex {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cid-vmuAdwqS3S .mbr-section-btn {
  width: 150px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vmuAdwqS3S .btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cid-vkxR2CmkMm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vkxR2CmkMm img,
.cid-vkxR2CmkMm .item-img {
  width: 100%;
}
.cid-vkxR2CmkMm .item:focus,
.cid-vkxR2CmkMm span:focus {
  outline: none;
}
.cid-vkxR2CmkMm .item-wrapper {
  position: relative;
}
.cid-vkxR2CmkMm .like-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vkxR2CmkMm .item-wrapper:hover .like-btn,
.cid-vkxR2CmkMm .item-wrapper:active .like-btn,
.cid-vkxR2CmkMm .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vkxR2CmkMm .like-btn {
    opacity: 1;
  }
}
.cid-vkxR2CmkMm .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vkxR2CmkMm .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vkxR2CmkMm .like-btn.liked .heart-empty {
  display: none;
}
.cid-vkxR2CmkMm .like-btn.liked .heart-filled {
  display: block;
}
.cid-vkxR2CmkMm .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  direction: rtl;
}
.cid-vkxR2CmkMm .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vkxR2CmkMm .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkxR2CmkMm .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vkxR2CmkMm .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vkxR2CmkMm .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vkxR2CmkMm .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vkxR2CmkMm .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vkxR2CmkMm .see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vkxR2CmkMm .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vkxR2CmkMm .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vkxR2CmkMm .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vkxR2CmkMm .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vkxR2CmkMm .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vkxR2CmkMm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vkxR2CmkMm .mbr-section-title {
  color: #02150e;
}
.cid-vkxR2CmkMm .mbr-text,
.cid-vkxR2CmkMm .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vkxR2CmkMm .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vkxR2CmkMm .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vkxR2CmkMm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vkxR2CmkMm .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vkxR2CmkMm .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vkxR2CmkMm .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vkxR2CmkMm .embla__button--next,
.cid-vkxR2CmkMm .embla__button--prev {
  display: flex;
}
.cid-vkxR2CmkMm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vkxR2CmkMm .embla__button {
    display: none;
  }
}
.cid-vkxR2CmkMm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vkxR2CmkMm .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vkxR2CmkMm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkxR2CmkMm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkxR2CmkMm .embla__button {
    top: auto;
  }
}
.cid-vkxR2CmkMm .embla {
  position: relative;
  width: 100%;
}
.cid-vkxR2CmkMm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vkxR2CmkMm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkxR2CmkMm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkxR2CmkMm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vkxR2CmkMm .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vkxR2CmkMm .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vkxR2CmkMm .content-head {
  max-width: 800px;
}
.cid-vkxR2CmkMm .mbr-section-subtitle {
  color: #06402b;
}
.cid-vkxR2CmkMm .mbr-text {
  color: #06402b;
}
.cid-vlSwItFZBs {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vlSwItFZBs img,
.cid-vlSwItFZBs .item-img {
  width: 100%;
}
.cid-vlSwItFZBs .item:focus,
.cid-vlSwItFZBs span:focus {
  outline: none;
}
.cid-vlSwItFZBs .item-wrapper {
  position: relative;
}
.cid-vlSwItFZBs .like-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vlSwItFZBs .item-wrapper:hover .like-btn,
.cid-vlSwItFZBs .item-wrapper:active .like-btn,
.cid-vlSwItFZBs .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vlSwItFZBs .like-btn {
    opacity: 1;
  }
}
.cid-vlSwItFZBs .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vlSwItFZBs .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vlSwItFZBs .like-btn.liked .heart-empty {
  display: none;
}
.cid-vlSwItFZBs .like-btn.liked .heart-filled {
  display: block;
}
.cid-vlSwItFZBs .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  direction: rtl;
}
.cid-vlSwItFZBs .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vlSwItFZBs .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlSwItFZBs .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vlSwItFZBs .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlSwItFZBs .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vlSwItFZBs .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vlSwItFZBs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vlSwItFZBs .mbr-section-title {
  color: #02150e;
}
.cid-vlSwItFZBs .mbr-text,
.cid-vlSwItFZBs .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vlSwItFZBs .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vlSwItFZBs .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vlSwItFZBs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vlSwItFZBs .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vlSwItFZBs .embla__button--next,
.cid-vlSwItFZBs .embla__button--prev {
  display: flex;
}
.cid-vlSwItFZBs .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vlSwItFZBs .embla__button {
    display: none;
  }
}
.cid-vlSwItFZBs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vlSwItFZBs .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vlSwItFZBs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlSwItFZBs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlSwItFZBs .embla__button {
    top: auto;
  }
}
.cid-vlSwItFZBs .embla {
  position: relative;
  width: 100%;
}
.cid-vlSwItFZBs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vlSwItFZBs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vlSwItFZBs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vlSwItFZBs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vlSwItFZBs .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vlSwItFZBs .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vlSwItFZBs .content-head {
  max-width: 800px;
}
.cid-vlSwItFZBs .mbr-section-subtitle {
  color: #06402b;
}
.cid-vlSwItFZBs .mbr-text {
  color: #06402b;
}
.cid-vlSwItFZBs .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vlSwItFZBs .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vlSwItFZBs .see-more-slide,
  .cid-vlSwItFZBs .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vlSwItFZBs .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, #ffffff 100%);
  box-shadow: -20px 0 40px -10px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
.cid-vlSwItFZBs .see-more-card:hover {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 45%, #ffffff 100%);
  box-shadow: -20px 0 50px -8px #ffffff;
}
.cid-vlSwItFZBs .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vlSwItFZBs .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vlSwItFZBs .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vmTVsOyZJq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vmTVsOyZJq h6 {
  line-height: 1.2;
}
.cid-vmTVsOyZJq img,
.cid-vmTVsOyZJq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vmTVsOyZJq .item:focus,
.cid-vmTVsOyZJq span:focus {
  outline: none;
}
.cid-vmTVsOyZJq .embla {
  position: relative;
  width: 100%;
}
.cid-vmTVsOyZJq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmTVsOyZJq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmTVsOyZJq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmTVsOyZJq .embla__container {
  display: flex;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-wrap: nowrap;
}
.cid-vmTVsOyZJq .embla__slide {
  flex: 0 0 auto;
  min-width: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-vmTVsOyZJq .embla__button {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 5;
}
.cid-vmTVsOyZJq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vmTVsOyZJq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmTVsOyZJq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmTVsOyZJq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmTVsOyZJq .embla__button {
    top: auto;
    bottom: -3rem;
  }
}
@media (max-width: 768px) {
  .cid-vmTVsOyZJq .embla__slide:first-child {
    margin-left: 2rem;
  }
  .cid-vmTVsOyZJq .embla__slide:last-child {
    margin-right: 2rem;
  }
  .cid-vmTVsOyZJq .see-more-slide,
  .cid-vmTVsOyZJq .embla__slide.see-more-slide {
    min-width: 70%;
    max-width: initial;
  }
}
.cid-vmTVsOyZJq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmTVsOyZJq .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vmTVsOyZJq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vmTVsOyZJq .like-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vmTVsOyZJq .item-wrapper:hover .like-btn,
.cid-vmTVsOyZJq .item-wrapper:active .like-btn,
.cid-vmTVsOyZJq .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vmTVsOyZJq .like-btn {
    opacity: 1;
  }
}
.cid-vmTVsOyZJq .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vmTVsOyZJq .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
  fill: #ff1493;
  stroke: #ff1493;
}
.cid-vmTVsOyZJq .like-btn.liked .heart-empty {
  display: none;
}
.cid-vmTVsOyZJq .like-btn.liked .heart-filled {
  display: block;
}
.cid-vmTVsOyZJq .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vmTVsOyZJq .mbr-section-title {
  color: #02150e;
}
.cid-vmTVsOyZJq .mbr-text,
.cid-vmTVsOyZJq .mbr-section-btn {
  color: #000000;
}
.cid-vmTVsOyZJq .item-title {
  color: #000000;
  text-align: center;
}
.cid-vmTVsOyZJq .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vmTVsOyZJq .item-text {
  color: #000000;
  text-align: center;
}
.cid-vmTVsOyZJq .content-head {
  max-width: 800px;
}
.cid-vmTVsOyZJq .item-title,
.cid-vmTVsOyZJq .mbr-section-btn {
  color: #02150e;
}
.cid-vmTVsOyZJq .item-subtitle,
.cid-vmTVsOyZJq .mbr-section-btn {
  color: #06402b;
}
.cid-vmTVsOyZJq .item-text,
.cid-vmTVsOyZJq .mbr-section-btn {
  color: #7787a5;
}
.cid-vmTVsOyZJq .price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  direction: rtl;
}
.cid-vmTVsOyZJq .price-old-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-vmTVsOyZJq .discount-badge {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1rem;
  font-weight: bold;
  font-size: 0.8em;
}
.cid-vmTVsOyZJq .price-old {
  text-decoration: line-through;
  color: #51a687;
  font-size: 0.85em;
}
.cid-vmTVsOyZJq .price-new {
  font-weight: bold;
  font-size: 1.2em;
  color: #06402b;
}
.cid-vmTVsOyZJq .see-more-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 240px;
  max-width: 240px;
}
.cid-vmTVsOyZJq .embla__slide.see-more-slide {
  min-width: 240px;
  max-width: 240px;
}
.cid-vmTVsOyZJq .see-more-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  text-decoration: none;
  direction: rtl;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.cid-vmTVsOyZJq .see-more-card:hover {
  background: #fafafa;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.cid-vmTVsOyZJq .see-more-card:hover .see-more-icon {
  transform: translateX(-6px);
}
.cid-vmTVsOyZJq .see-more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  color: #fff;
  background: #51a687;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(81, 166, 135, 0.35);
  transition: transform 0.3s ease;
}
.cid-vmTVsOyZJq .see-more-text {
  color: #02150e;
  font-weight: 700;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-ga0TF7pdU8 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  direction: rtl;
  text-align: right;
  background-color: #e3fff5;
}
.cid-ga0TF7pdU8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ga0TF7pdU8 .form-wrapper {
  background: #ffffff;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.cid-ga0TF7pdU8 .form-control {
  text-align: right;
  direction: rtl;
  border-radius: 8px;
  padding: 14px 20px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  transition: all 0.3s ease;
}
.cid-ga0TF7pdU8 .form-control:focus {
  border-color: #333333;
  box-shadow: none;
  background-color: #ffffff;
}
.cid-ga0TF7pdU8 .forgot-link {
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.cid-ga0TF7pdU8 .forgot-link:hover {
  opacity: 0.8;
}
.cid-ga0TF7pdU8 .modal-content {
  text-align: right;
  border-radius: 16px;
  border: none;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.cid-ga0TF7pdU8 .custom-close {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.cid-ga0TF7pdU8 .mbr-section-title {
  text-align: right;
  color: #02150e;
}
.cid-ga0TF7pdU8 .arcaptcha-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ga0TF7pdU8 .border-right-desktop {
    position: relative;
  }
  .cid-ga0TF7pdU8 .border-right-desktop::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #e0e0e0;
  }
}
@media (max-width: 991px) {
  .cid-ga0TF7pdU8 .form-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ga0TF7pdU8 .mbr-section-title {
    font-size: 1.4rem !important;
  }
  .cid-ga0TF7pdU8 .modal-title {
    font-size: 1.25rem !important;
  }
  .cid-ga0TF7pdU8 .form-control {
    font-size: 0.9rem !important;
    padding: 10px 15px !important;
  }
  .cid-ga0TF7pdU8 .forgot-link,
  .cid-ga0TF7pdU8 p.text-muted,
  .cid-ga0TF7pdU8 .btn {
    font-size: 0.85rem !important;
  }
}
@media (max-width: 380px) {
  .cid-ga0TF7pdU8 .arcaptcha-container {
    margin-bottom: 0.5rem;
  }
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vlfjonUSNm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e3fff5;
}
.cid-vlfjonUSNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfjonUSNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfjonUSNm .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vlfjonUSNm .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vlfjonUSNm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vlfjonUSNm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vlfjonUSNm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vlfjonUSNm .row {
  flex-direction: row-reverse;
}
.cid-vlfjonUSNm .image-wrapper {
  padding: 0 1rem;
}
.cid-vlfjonUSNm img,
.cid-vlfjonUSNm .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vlfjonUSNm img,
  .cid-vlfjonUSNm .image-wrapper {
    max-height: 350px;
  }
}
.cid-vlfjonUSNm .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vlfjonUSNm .mbr-text {
  color: #000000;
}
.cid-vlfjonUSNm .mbr-text,
.cid-vlfjonUSNm .mbr-section-btn {
  color: #06402b;
  text-align: right;
}
.cid-vlfjonUSNm .price-wrapper {
  text-align: right;
}
.cid-vlfjonUSNm .new-price-container {
  text-align: right;
}
.cid-vlfjonUSNm .old-price {
  color: #51a687;
  opacity: 0.6;
}
.cid-vlfjonUSNm .new-price {
  display: inline-block;
  color: #06402b;
}
.cid-vlfjonUSNm .discount-badge {
  display: inline-block;
  background-color: #e43f3f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  vertical-align: middle;
}
.cid-vlfjoon5w0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vlfjoon5w0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlfjoon5w0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlfjoon5w0 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vlfjoon5w0 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vlfjoon5w0 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vlfjoon5w0 .nav-item {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
}
.cid-vlfjoon5w0 .nav-tabs .nav-item {
  margin-left: 1.5rem;
}
.cid-vlfjoon5w0 .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vlfjoon5w0 .nav-tabs .nav-link:not(.active) {
  color: #06402b;
}
.cid-vlfjoon5w0 .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #06402b !important;
  padding: 1.25rem 2rem!important;
}
.cid-vlfjoon5w0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vlfjoon5w0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vlfjoon5w0 .mbr-text {
  color: #02150e;
  margin: 0;
  text-align: right;
}
.cid-vlfjoon5w0 .content-head {
  max-width: 800px;
}
.cid-vlfjoon5w0 .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vlfjoon5w0 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vljk64XaeO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vljk64XaeO img,
.cid-vljk64XaeO .item-img {
  width: 100%;
}
.cid-vljk64XaeO .item:focus,
.cid-vljk64XaeO span:focus {
  outline: none;
}
.cid-vljk64XaeO .item-wrapper {
  position: relative;
}
.cid-vljk64XaeO .like-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vljk64XaeO .item-wrapper:hover .like-btn,
.cid-vljk64XaeO .item-wrapper:active .like-btn,
.cid-vljk64XaeO .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vljk64XaeO .like-btn {
    opacity: 1;
  }
}
.cid-vljk64XaeO .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vljk64XaeO .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vljk64XaeO .like-btn.liked .heart-empty {
  display: none;
}
.cid-vljk64XaeO .like-btn.liked .heart-filled {
  display: block;
}
.cid-vljk64XaeO .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vljk64XaeO .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vljk64XaeO .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vljk64XaeO .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vljk64XaeO .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vljk64XaeO .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vljk64XaeO .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vljk64XaeO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vljk64XaeO .mbr-section-title {
  color: #02150e;
}
.cid-vljk64XaeO .mbr-text,
.cid-vljk64XaeO .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vljk64XaeO .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vljk64XaeO .item-subtitle {
  text-align: center;
  color: #06402b;
  direction: rtl;
}
.cid-vljk64XaeO .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vljk64XaeO .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vljk64XaeO .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vljk64XaeO .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vljk64XaeO .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
}
.cid-vljk64XaeO .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vljk64XaeO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vljk64XaeO .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vljk64XaeO .embla__button--next,
.cid-vljk64XaeO .embla__button--prev {
  display: flex;
}
.cid-vljk64XaeO .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vljk64XaeO .embla__button {
    display: none;
  }
}
.cid-vljk64XaeO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vljk64XaeO .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vljk64XaeO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vljk64XaeO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vljk64XaeO .embla__button {
    top: auto;
  }
}
.cid-vljk64XaeO .embla {
  position: relative;
  width: 100%;
}
.cid-vljk64XaeO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vljk64XaeO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vljk64XaeO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vljk64XaeO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vljk64XaeO .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vljk64XaeO .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vljk64XaeO .content-head {
  max-width: 800px;
}
.cid-vlFvzH5ppQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vlFvzH5ppQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlFvzH5ppQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlFvzH5ppQ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vlFvzH5ppQ .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlFvzH5ppQ .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vlFvzH5ppQ .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vlFvzH5ppQ .url-copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333333;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10000;
  font-family: inherit;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cid-vlFvzH5ppQ .url-copy-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.cid-vlFvzH5ppQ .mbr-section-title,
.cid-vlFvzH5ppQ .social-wrap {
  color: #032418;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-JXc4BzaesW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-JXc4BzaesW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-JXc4BzaesW .rtl-container {
  direction: rtl;
  text-align: right;
}
.cid-JXc4BzaesW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-JXc4BzaesW .nav-tabs .nav-item {
  margin-left: 1.5rem;
}
.cid-JXc4BzaesW .nav-tabs .nav-item.open .nav-link:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .nav-tabs .nav-item {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
}
.cid-JXc4BzaesW .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0 !important;
  background-color: transparent !important;
  overflow: hidden !important;
}
.cid-JXc4BzaesW .nav-tabs .nav-link:not(.active) {
  color: #51a687;
}
.cid-JXc4BzaesW .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #06402b !important;
  padding: 1.25rem 2rem !important;
}
.cid-JXc4BzaesW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-JXc4BzaesW .tab-content {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .tab-content {
    padding: 1rem;
  }
}
.cid-JXc4BzaesW .form-label {
  font-weight: 500;
  color: #02150e;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .form-label {
    font-size: 0.85rem !important;
  }
}
.cid-JXc4BzaesW .form-control,
.cid-JXc4BzaesW .form-select {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cid-JXc4BzaesW .form-control:focus,
.cid-JXc4BzaesW .form-select:focus {
  background-color: #ffffff;
  border-color: #149dcc;
  box-shadow: 0 0 0 0.25rem rgba(20, 157, 204, 0.25);
}
.cid-JXc4BzaesW .form-control[readonly],
.cid-JXc4BzaesW .form-select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  color: #6c757d;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .form-control,
  .cid-JXc4BzaesW .form-select {
    font-size: 0.85rem !important;
  }
}
.cid-JXc4BzaesW .form-select {
  background-position: left 0.75rem center;
  padding-right: 1rem;
  padding-left: 2.25rem;
}
.cid-JXc4BzaesW .form-check {
  padding-right: 1.5em;
  padding-left: 0;
}
.cid-JXc4BzaesW .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.cid-JXc4BzaesW .form-check .form-check-label {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .form-check .form-check-label {
    font-size: 0.85rem !important;
  }
}
.cid-JXc4BzaesW .form-check-inline {
  margin-left: 1rem;
  margin-right: 0;
}
.cid-JXc4BzaesW .custom-tooltip-wrapper {
  position: relative;
  display: block;
}
.cid-JXc4BzaesW .custom-tooltip-wrapper .readonly-pointer {
  cursor: not-allowed;
  pointer-events: auto;
}
.cid-JXc4BzaesW .custom-tooltip-wrapper::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333333;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
  font-family: inherit;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .custom-tooltip-wrapper::before {
    white-space: normal;
    width: 250px;
    text-align: center;
  }
}
.cid-JXc4BzaesW .custom-tooltip-wrapper::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
}
.cid-JXc4BzaesW .custom-tooltip-wrapper:hover::before,
.cid-JXc4BzaesW .custom-tooltip-wrapper:active::before,
.cid-JXc4BzaesW .custom-tooltip-wrapper:hover::after,
.cid-JXc4BzaesW .custom-tooltip-wrapper:active::after {
  opacity: 1;
  visibility: visible;
  bottom: calc(105%);
}
.cid-JXc4BzaesW .custom-tooltip-wrapper:hover::after,
.cid-JXc4BzaesW .custom-tooltip-wrapper:active::after {
  bottom: 100%;
}
.cid-JXc4BzaesW #submitProfileBtn {
  font-family: inherit !important;
}
.cid-JXc4BzaesW .profile-save-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1090;
  width: 390px;
  padding: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #198754 0%, #20a76b 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(15, 81, 50, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(110px) scale(0.96);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.cid-JXc4BzaesW .profile-save-toast.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.cid-JXc4BzaesW .profile-save-toast.is-visible .profile-save-toast-progress-bar {
  animation: profileToastProgress 4s linear forwards;
}
@media (max-width: 575.98px) {
  .cid-JXc4BzaesW .profile-save-toast {
    right: 16px;
    bottom: 16px;
    width: calc(68vw);
    border-radius: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-JXc4BzaesW .profile-save-toast {
    transition: opacity 0.15s ease, visibility 0.15s ease;
    transform: none;
  }
}
.cid-JXc4BzaesW .profile-save-toast-inner {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
}
@media (max-width: 575.98px) {
  .cid-JXc4BzaesW .profile-save-toast-inner {
    padding: 13px 14px;
    gap: 10px;
  }
}
.cid-JXc4BzaesW .profile-save-toast-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #198754;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}
.cid-JXc4BzaesW .profile-save-toast-icon svg {
  width: 23px;
  height: 23px;
}
@media (max-width: 575.98px) {
  .cid-JXc4BzaesW .profile-save-toast-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}
.cid-JXc4BzaesW .profile-save-toast-content {
  min-width: 0;
  flex: 1;
  text-align: right;
}
.cid-JXc4BzaesW .profile-save-toast-title {
  margin: 0 0 3px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
}
.cid-JXc4BzaesW .profile-save-toast-message {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.cid-JXc4BzaesW .profile-save-toast-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  border-radius: 50%;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.cid-JXc4BzaesW .profile-save-toast-close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.06);
}
.cid-JXc4BzaesW .profile-save-toast-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.cid-JXc4BzaesW .profile-save-toast-progress-bar {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transform-origin: right center;
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .cid-JXc4BzaesW .profile-save-toast-progress-bar {
    animation: none !important;
  }
}
@keyframes profileToastProgress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.cid-JXc4BzaesW .orders-table-wrap {
  border: 1px solid rgba(13, 110, 253, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
}
.cid-JXc4BzaesW .orders-table {
  --bs-table-bg: transparent;
  margin-bottom: 0;
}
.cid-JXc4BzaesW .orders-table thead th {
  background-color: #f8fbff;
  color: #6c757d;
  font-weight: 700;
  border-bottom: 1px solid rgba(13, 110, 253, 0.1);
  padding: 16px;
  white-space: nowrap;
  vertical-align: middle;
}
.cid-JXc4BzaesW .orders-table tbody .order-row-main td {
  vertical-align: middle;
  padding: 18px 16px;
  border-bottom: 1px solid rgba(13, 110, 253, 0.05);
}
.cid-JXc4BzaesW .orders-table tbody .order-row-main:hover {
  background-color: rgba(13, 110, 253, 0.02);
}
.cid-JXc4BzaesW .order-id-cell {
  font-weight: 800;
  color: #16324f;
}
.cid-JXc4BzaesW .products-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.cid-JXc4BzaesW .product-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 6px 14px;
  border-radius: 12px;
  background: rgba(13, 110, 253, 0.06);
  border: 1px solid rgba(13, 110, 253, 0.1);
  color: #0d4f9c;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.5;
}
.cid-JXc4BzaesW .order-id-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 12px;
  background: rgba(108, 117, 125, 0.08);
  color: #495057;
  font-weight: 800;
  font-size: 0.95rem;
  direction: ltr;
}
.cid-JXc4BzaesW .order-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 0.85rem;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-JXc4BzaesW .order-status-badge {
    min-width: 110px;
  }
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .order-status-badge {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
}
.cid-JXc4BzaesW .status-pending {
  background: rgba(255, 193, 7, 0.14);
  color: #9a6b00 !important;
}
.cid-JXc4BzaesW .status-processing {
  background: rgba(13, 202, 240, 0.14);
  color: #0b6e84 !important;
}
.cid-JXc4BzaesW .status-completed {
  background: rgba(25, 135, 84, 0.14);
  color: #146c43 !important;
}
.cid-JXc4BzaesW .order-details-toggle {
  border-radius: 12px !important;
  padding: 8px 16px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.cid-JXc4BzaesW .order-details-toggle:hover {
  transform: translateY(-2px);
}
.cid-JXc4BzaesW .order-details-box {
  padding: 24px;
  background: #f8f9fa;
  border-bottom: 1px solid rgba(13, 110, 253, 0.1);
}
.cid-JXc4BzaesW .order-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .order-details-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
}
.cid-JXc4BzaesW .order-detail-item {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
}
.cid-JXc4BzaesW .order-detail-item.full {
  grid-column: 1 / -1 !important;
}
.cid-JXc4BzaesW .order-detail-label {
  display: block;
  margin-bottom: 8px;
  color: #6c757d;
  font-size: 0.85rem;
  font-weight: 600;
}
.cid-JXc4BzaesW .order-detail-value {
  display: block;
  color: #212529;
  font-weight: 700;
  line-height: 1.6;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 0.95rem;
}
.cid-JXc4BzaesW .orders-accordion .order-mobile-item {
  background: #ffffff;
  border: 1px solid rgba(13, 110, 253, 0.1) !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  margin-bottom: 16px;
}
.cid-JXc4BzaesW .orders-accordion .accordion-button {
  background-color: transparent;
  color: #16324f;
  box-shadow: none !important;
}
.cid-JXc4BzaesW .orders-accordion .accordion-button:not(.collapsed) {
  background: #f8fbff;
  border-bottom: 1px solid rgba(13, 110, 253, 0.06);
}
.cid-JXc4BzaesW .orders-accordion .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
.cid-JXc4BzaesW .mobile-order-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding-left: 0;
  flex-wrap: nowrap;
}
.cid-JXc4BzaesW .mobile-order-meta {
  text-align: right;
  flex: 1;
  min-width: 0;
}
.cid-JXc4BzaesW .mobile-order-title {
  display: block;
  font-weight: 800;
  color: #16324f;
  font-size: 1rem;
  margin-bottom: 4px;
}
.cid-JXc4BzaesW .mobile-order-products-preview {
  display: block;
  color: #6c757d;
  font-size: 0.85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.cid-JXc4BzaesW .mobile-order-status {
  flex-shrink: 0;
}
.cid-JXc4BzaesW .pagination {
  gap: 8px;
  flex-wrap: wrap;
}
.cid-JXc4BzaesW .pagination .page-item .page-link {
  border: 0;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #495057;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  transition: all 0.2s ease;
  font-weight: 600;
}
.cid-JXc4BzaesW .pagination .page-item .page-link:hover {
  color: #0d6efd;
  transform: translateY(-2px);
  background-color: #f8fbff;
}
.cid-JXc4BzaesW .pagination .page-item.active .page-link {
  color: #ffffff;
  background: linear-gradient(135deg, #0d6efd 0%, #3f8cff 100%);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
}
.cid-JXc4BzaesW .pagination .page-item.disabled .page-link {
  color: #adb5bd;
  background: #f8f9fa;
  box-shadow: none;
}
.cid-JXc4BzaesW .otp-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-JXc4BzaesW .otp-input {
  width: 240px;
  height: 60px;
  font-size: 2rem;
  letter-spacing: 20px;
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background-color: #f8f9fa;
  color: #222222;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}
.cid-JXc4BzaesW .otp-input:focus {
  border-color: #149dcc;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(20, 157, 204, 0.15);
  outline: none;
}
.cid-JXc4BzaesW .otp-input::placeholder {
  letter-spacing: 15px;
  color: #adb5bd;
  font-size: 1.5rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .otp-input {
    width: 100%;
    max-width: 220px;
    letter-spacing: 15px;
    padding-left: 15px;
  }
}
.cid-JXc4BzaesW .mbr-section-title {
  text-align: center;
  color: #02150e;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .mbr-section-title {
    font-size: 1.4rem !important;
  }
}
.cid-JXc4BzaesW h5,
.cid-JXc4BzaesW .modal-title {
  color: #02150e;
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW h5,
  .cid-JXc4BzaesW .modal-title {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .cid-JXc4BzaesW .btn,
  .cid-JXc4BzaesW .nav-link,
  .cid-JXc4BzaesW .accordion-button,
  .cid-JXc4BzaesW .accordion-body,
  .cid-JXc4BzaesW span,
  .cid-JXc4BzaesW .text-muted,
  .cid-JXc4BzaesW .page-link,
  .cid-JXc4BzaesW li,
  .cid-JXc4BzaesW p,
  .cid-JXc4BzaesW a {
    font-size: 0.85rem !important;
  }
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vlo71o3z8Q {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f2f5fc;
}
.cid-vlo71o3z8Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vlo71o3z8Q .rtl-container {
  direction: rtl;
  text-align: right;
}
.cid-vlo71o3z8Q .nav-tabs {
  border: none;
  gap: 15px;
  margin-bottom: 2.5rem !important;
  justify-content: flex-start;
}
.cid-vlo71o3z8Q .nav-tabs .nav-item {
  margin: 0;
}
.cid-vlo71o3z8Q .nav-tabs .nav-link {
  border: none;
  background: #f1f5f9;
  color: #64748b;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 0 0 1px transparent;
}
.cid-vlo71o3z8Q .nav-tabs .nav-link:hover {
  background: #e2e8f0;
  color: #0f172a;
  transform: translateY(-2px);
}
.cid-vlo71o3z8Q .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #149dcc, #0c7a9e);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 157, 204, 0.35);
  transform: translateY(-2px);
}
.cid-vlo71o3z8Q .tab-content {
  background: #ffffff;
  padding: 3.5rem;
  border-radius: 20px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.8);
}
.cid-vlo71o3z8Q .mbr-section-title {
  color: #02150e;
  letter-spacing: -0.5px;
}
.cid-vlo71o3z8Q .form-label {
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}
.cid-vlo71o3z8Q .card-title-label {
  color: #149dcc;
  font-size: 1.1rem;
  background: rgba(20, 157, 204, 0.1);
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
}
.cid-vlo71o3z8Q .form-control {
  background-color: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 18px;
  color: #1e293b;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.cid-vlo71o3z8Q .form-control::placeholder {
  color: #94a3b8;
}
.cid-vlo71o3z8Q .form-control:hover {
  border-color: #cbd5e1;
}
.cid-vlo71o3z8Q .form-control:focus {
  background-color: #ffffff;
  border-color: #149dcc;
  box-shadow: 0 0 0 4px rgba(20, 157, 204, 0.15);
  outline: none;
}
.cid-vlo71o3z8Q .image-upload-wrapper {
  background-color: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cid-vlo71o3z8Q .image-upload-wrapper:hover {
  background-color: #f1f5f9;
  border-color: #149dcc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}
.cid-vlo71o3z8Q .image-upload-wrapper #uploadPlaceholder {
  color: #64748b;
  pointer-events: none;
  font-weight: 500;
}
.cid-vlo71o3z8Q .image-upload-wrapper #uploadPlaceholder span {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 15px;
  color: #149dcc;
  transition: transform 0.3s ease;
}
.cid-vlo71o3z8Q .image-upload-wrapper:hover #uploadPlaceholder span {
  transform: scale(1.1);
}
.cid-vlo71o3z8Q .image-upload-wrapper img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: 8px;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.cid-vlo71o3z8Q .slider-upload-wrapper {
  min-height: 140px;
  padding: 15px;
  background-color: #ffffff;
  border: 2px dashed #cbd5e1;
}
.cid-vlo71o3z8Q .slider-upload-wrapper .upload-placeholder {
  color: #64748b;
  pointer-events: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.cid-vlo71o3z8Q .slider-upload-wrapper .upload-placeholder span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 8px;
  color: #149dcc;
}
.cid-vlo71o3z8Q .slider-upload-wrapper img {
  max-height: 110px;
  border-radius: 6px;
}
.cid-vlo71o3z8Q .error-text {
  color: #ef4444 !important;
  background: #fef2f2;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #fecaca;
  font-weight: 500;
}
.cid-vlo71o3z8Q .admin-section-block {
  margin-bottom: 3.5rem;
}
.cid-vlo71o3z8Q .footer-settings-block {
  border-top: 2px solid #f1f5f9;
  padding-top: 3rem;
}
.cid-vlo71o3z8Q .section-divider-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2rem;
  text-align: right;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.cid-vlo71o3z8Q .section-divider-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #149dcc;
  border-radius: 4px;
  margin-left: 12px;
}
.cid-vlo71o3z8Q .footer-editor-group {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.cid-vlo71o3z8Q .custom-border {
  border-color: #f1f5f9 !important;
}
.cid-vlo71o3z8Q .dynamic-row {
  padding: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.cid-vlo71o3z8Q .dynamic-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
  background: #ffffff;
}
.cid-vlo71o3z8Q .btn-add-row {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #149dcc, #0c7a9e);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(20, 157, 204, 0.3);
}
.cid-vlo71o3z8Q .btn-add-row:hover {
  transform: rotate(90deg) scale(1.05);
  box-shadow: 0 8px 24px rgba(20, 157, 204, 0.4);
}
.cid-vlo71o3z8Q .btn-remove-row {
  width: 100%;
  border: 2px solid #fee2e2;
  border-radius: 10px;
  background-color: #fef2f2;
  color: #ef4444;
  padding: 12px 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
}
.cid-vlo71o3z8Q .btn-remove-row:hover {
  background-color: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
  box-shadow: 0 6px 12px rgba(239, 68, 68, 0.2);
}
.cid-vlo71o3z8Q .action-area {
  border-top: 2px solid #f1f5f9;
  background: #fafaf9;
  margin: 0 -3.5rem -3.5rem -3.5rem;
  padding: 2.5rem 3.5rem;
  border-radius: 0 0 20px 20px;
}
.cid-vlo71o3z8Q .btn-save-changes {
  background: linear-gradient(135deg, #149dcc, #0c7a9e);
  border: none;
  color: #ffffff;
  padding: 16px 40px;
  font-size: 1.1rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(20, 157, 204, 0.3);
  letter-spacing: 0.5px;
}
.cid-vlo71o3z8Q .btn-save-changes:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 157, 204, 0.4);
}
.cid-vlo71o3z8Q .btn-saved {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3) !important;
  pointer-events: none;
}
.cid-vlo71o3z8Q .d-none {
  display: none !important;
}
.cid-vlo71o3z8Q .custom-accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 16px !important;
  margin-bottom: 1.2rem;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vlo71o3z8Q .custom-accordion-button {
  background: #f8fafc;
  color: #0f172a;
  padding: 20px 24px;
  border: none;
  box-shadow: none !important;
}
.cid-vlo71o3z8Q .custom-accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #149dcc;
  border-bottom: 1px solid #e2e8f0;
}
.cid-vlo71o3z8Q .custom-accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
.cid-vlo71o3z8Q .order-status-badge {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
}
.cid-vlo71o3z8Q .order-status-pending {
  background: #fef08a;
  color: #854d0e;
}
.cid-vlo71o3z8Q .order-status-completed {
  background: #d1fae5;
  color: #065f46;
}
.cid-vlo71o3z8Q .order-id-badge {
  color: #64748b;
  font-weight: 700;
  font-size: 1.05rem;
}
.cid-vlo71o3z8Q .custom-accordion-body {
  background: #ffffff;
  padding: 28px;
}
.cid-vlo71o3z8Q .order-detail-title {
  color: #149dcc;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.cid-vlo71o3z8Q .order-product-link {
  display: inline-block;
  padding: 8px 16px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.cid-vlo71o3z8Q .order-product-link:hover {
  background: #149dcc;
  color: #ffffff;
  border-color: #149dcc;
}
.cid-vlo71o3z8Q .order-price-val {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.cid-vlo71o3z8Q .order-user-details li {
  margin-bottom: 12px;
  color: #475569;
  font-size: 0.95rem;
}
.cid-vlo71o3z8Q .order-user-details li span {
  display: inline-block;
  min-width: 85px;
  color: #94a3b8;
}
.cid-vlo71o3z8Q .order-user-details li strong {
  color: #1e293b;
}
.cid-vlo71o3z8Q .btn-complete-order {
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  color: #ffffff;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}
.cid-vlo71o3z8Q .btn-complete-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35);
  background: linear-gradient(135deg, #059669, #047857);
}
@media (min-width: 768px) {
  .cid-vlo71o3z8Q .border-end-md {
    border-left: 1px solid #e2e8f0;
  }
}
.cid-vlGcdAcqK5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f5fc;
}
.cid-vlGcdAcqK5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vlGcdAcqK5 .rtl-container {
  direction: rtl;
  text-align: right;
}
.cid-vlGcdAcqK5 .nav-tabs {
  border: none;
  gap: 15px;
  margin-bottom: 2.5rem !important;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cid-vlGcdAcqK5 .nav-tabs .nav-item {
  margin: 0;
}
.cid-vlGcdAcqK5 .nav-tabs .nav-link {
  border: none;
  background: #f1f5f9;
  color: #64748b;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 0 0 1px transparent;
}
.cid-vlGcdAcqK5 .nav-tabs .nav-link:hover {
  background: #e2e8f0;
  color: #0f172a;
  transform: translateY(-2px);
}
.cid-vlGcdAcqK5 .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #149dcc, #0c7a9e);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 157, 204, 0.35);
  transform: translateY(-2px);
}
.cid-vlGcdAcqK5 .tab-content {
  background: #ffffff;
  padding: 3.5rem;
  border-radius: 20px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.8);
}
.cid-vlGcdAcqK5 .mbr-section-title {
  color: #1e293b;
  letter-spacing: -0.5px;
}
.cid-vlGcdAcqK5 .form-label {
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}
.cid-vlGcdAcqK5 .form-control,
.cid-vlGcdAcqK5 .form-select {
  background-color: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  color: #1e293b;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.cid-vlGcdAcqK5 .form-control::placeholder,
.cid-vlGcdAcqK5 .form-select::placeholder {
  color: #94a3b8;
}
.cid-vlGcdAcqK5 .form-control:hover,
.cid-vlGcdAcqK5 .form-select:hover {
  border-color: #cbd5e1;
}
.cid-vlGcdAcqK5 .form-control:focus,
.cid-vlGcdAcqK5 .form-select:focus {
  background-color: #ffffff;
  border-color: #149dcc;
  box-shadow: 0 0 0 4px rgba(20, 157, 204, 0.15);
  outline: none;
}
.cid-vlGcdAcqK5 .form-control:disabled,
.cid-vlGcdAcqK5 .form-select:disabled {
  background-color: #e2e8f0;
  opacity: 0.7;
}
.cid-vlGcdAcqK5 .error-input {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1) !important;
}
.cid-vlGcdAcqK5 .instructor-error {
  position: absolute;
  bottom: -22px;
  right: 10px;
  color: #ef4444;
  font-size: 0.8rem;
  font-weight: 600;
}
.cid-vlGcdAcqK5 .slider-upload-wrapper {
  background-color: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cid-vlGcdAcqK5 .slider-upload-wrapper:hover {
  background-color: #f1f5f9;
  border-color: #149dcc;
}
.cid-vlGcdAcqK5 .slider-upload-wrapper .upload-placeholder {
  color: #64748b;
  pointer-events: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.cid-vlGcdAcqK5 .slider-upload-wrapper .upload-placeholder span {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 15px;
  color: #149dcc;
}
.cid-vlGcdAcqK5 .slider-upload-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.cid-vlGcdAcqK5 .admin-section-block {
  margin-bottom: 3.5rem;
}
.cid-vlGcdAcqK5 .section-divider-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2rem;
  text-align: right;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.cid-vlGcdAcqK5 .section-divider-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #149dcc;
  border-radius: 4px;
  margin-left: 12px;
}
.cid-vlGcdAcqK5 .footer-editor-group {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.cid-vlGcdAcqK5 .dynamic-row {
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vlGcdAcqK5 .dynamic-row:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1;
}
.cid-vlGcdAcqK5 .row-header {
  border-bottom: 1px dashed #cbd5e1;
  padding-bottom: 15px;
}
.cid-vlGcdAcqK5 .course-badge {
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.cid-vlGcdAcqK5 .course-badge.badge-ip {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}
.cid-vlGcdAcqK5 .course-badge.badge-vt {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}
.cid-vlGcdAcqK5 .course-badge.badge-ar {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}
.cid-vlGcdAcqK5 .course-badge.badge-pr {
  background: #fdf4ff;
  color: #a21caf;
  border: 1px solid #f5d0fe;
}
.cid-vlGcdAcqK5 .btn-add-modern {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cid-vlGcdAcqK5 .btn-add-modern:hover {
  background: #149dcc;
  color: #fff;
  border-color: #149dcc;
}
.cid-vlGcdAcqK5 .btn-remove-row {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #ef4444;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cid-vlGcdAcqK5 .btn-remove-row:hover {
  background: #ef4444;
  color: #fff;
}
.cid-vlGcdAcqK5 .custom-switch {
  padding-right: 2.5em;
  padding-left: 0;
}
.cid-vlGcdAcqK5 .custom-switch .form-check-input {
  float: right;
  margin-right: -2.5em;
  margin-left: 0;
  width: 3em;
  height: 1.5em;
  cursor: pointer;
}
.cid-vlGcdAcqK5 .custom-switch .form-check-input:checked {
  background-color: #149dcc;
  border-color: #149dcc;
}
.cid-vlGcdAcqK5 .custom-switch .form-check-label {
  padding-right: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #475569;
}
.cid-vlGcdAcqK5 .chips-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 40px;
  padding: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.cid-vlGcdAcqK5 .custom-chip {
  background: #e2e8f0;
  color: #334155;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cid-vlGcdAcqK5 .custom-chip .remove-chip {
  background: none;
  border: none;
  color: #64748b;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.cid-vlGcdAcqK5 .custom-chip .remove-chip:hover {
  color: #ef4444;
}
.cid-vlGcdAcqK5 .btn-update-tags {
  background: none;
  border: none;
  color: #149dcc;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 0;
}
.cid-vlGcdAcqK5 .btn-update-tags:hover {
  color: #0c7a9e;
}
.cid-vlGcdAcqK5 .specific-block {
  background: #fbfbfb;
  border-radius: 12px;
  padding: 20px;
  border: 1px dashed #cbd5e1;
}
.cid-vlGcdAcqK5 .gallery-item {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cid-vlGcdAcqK5 .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vlGcdAcqK5 .gallery-item .btn-remove-gallery {
  position: absolute;
  top: 2px;
  right: 2px;
  background: rgba(239, 68, 68, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.cid-vlGcdAcqK5 .gallery-item .gallery-placeholder span {
  color: #94a3b8;
  font-size: 1.5rem;
}
.cid-vlGcdAcqK5 .btn-add-gallery {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 2px dashed #cbd5e1;
  background: transparent;
  color: #149dcc;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-vlGcdAcqK5 .btn-add-gallery:hover {
  background: #f1f5f9;
  border-color: #149dcc;
}
.cid-vlGcdAcqK5 .btn-add-video,
.cid-vlGcdAcqK5 .btn-add-section {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}
.cid-vlGcdAcqK5 .btn-add-video:hover,
.cid-vlGcdAcqK5 .btn-add-section:hover {
  background: #2563eb;
  color: #fff;
}
.cid-vlGcdAcqK5 .video-sub-row,
.cid-vlGcdAcqK5 .section-sub-row {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.cid-vlGcdAcqK5 .btn-remove-sub {
  background: #fef2f2;
  color: #ef4444;
  border: 1px solid #fecaca;
  border-radius: 6px;
  font-size: 1.2rem;
  cursor: pointer;
}
.cid-vlGcdAcqK5 .btn-remove-sub:hover {
  background: #ef4444;
  color: #fff;
}
.cid-vlGcdAcqK5 .action-area {
  border-top: 2px solid #f1f5f9;
  background: #fafaf9;
  margin: 0 -3.5rem -3.5rem -3.5rem;
  padding: 2.5rem 3.5rem;
  border-radius: 0 0 20px 20px;
}
.cid-vlGcdAcqK5 .btn-save-changes,
.cid-vlGcdAcqK5 .btn-search-course {
  background: linear-gradient(135deg, #149dcc, #0c7a9e);
  border: none;
  color: #ffffff;
  padding: 16px 40px;
  font-size: 1.1rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(20, 157, 204, 0.3);
  letter-spacing: 0.5px;
}
.cid-vlGcdAcqK5 .btn-save-changes:hover,
.cid-vlGcdAcqK5 .btn-search-course:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 157, 204, 0.4);
  color: #fff;
}
.cid-vlGcdAcqK5 .btn-search-course {
  width: 100%;
  padding: 12px 24px;
  font-size: 1rem;
}
.cid-vlGcdAcqK5 .btn-saved {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3) !important;
  pointer-events: none;
}
.cid-vlGcdAcqK5 .edit-course-message {
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 0.95rem;
}
.cid-vlGcdAcqK5 .message-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
.cid-vlGcdAcqK5 .message-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.cid-vlGcdAcqK5 .message-info {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.cid-vlGcdAcqK5 .d-none {
  display: none !important;
}
.cid-vlYGgXnOul {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f5fc;
}
.cid-vlYGgXnOul .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vlYGgXnOul .rtl-container {
  direction: rtl;
  text-align: right;
}
.cid-vlYGgXnOul .nav-tabs {
  border: none;
  gap: 15px;
  margin-bottom: 2.5rem !important;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cid-vlYGgXnOul .nav-tabs .nav-item {
  margin: 0;
}
.cid-vlYGgXnOul .nav-tabs .nav-link {
  border: none;
  background: #f1f5f9;
  color: #64748b;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 0 0 1px transparent;
}
.cid-vlYGgXnOul .nav-tabs .nav-link:hover {
  background: #e2e8f0;
  color: #0f172a;
  transform: translateY(-2px);
}
.cid-vlYGgXnOul .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #149dcc, #0c7a9e);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 157, 204, 0.35);
  transform: translateY(-2px);
}
.cid-vlYGgXnOul .tab-content {
  background: #ffffff;
  padding: 3.5rem;
  border-radius: 20px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(226, 232, 240, 0.8);
}
.cid-vlYGgXnOul .mbr-section-title {
  color: #1e293b;
  letter-spacing: -0.5px;
}
.cid-vlYGgXnOul .form-label {
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}
.cid-vlYGgXnOul .form-control {
  background-color: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  color: #1e293b;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.cid-vlYGgXnOul .form-control::placeholder {
  color: #94a3b8;
}
.cid-vlYGgXnOul .form-control:hover {
  border-color: #cbd5e1;
}
.cid-vlYGgXnOul .form-control:focus {
  background-color: #ffffff;
  border-color: #149dcc;
  box-shadow: 0 0 0 4px rgba(20, 157, 204, 0.15);
  outline: none;
}
.cid-vlYGgXnOul .error-input {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1) !important;
}
.cid-vlYGgXnOul .slider-upload-wrapper {
  background-color: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cid-vlYGgXnOul .slider-upload-wrapper:hover {
  background-color: #f1f5f9;
  border-color: #149dcc;
}
.cid-vlYGgXnOul .slider-upload-wrapper .upload-placeholder {
  color: #64748b;
  pointer-events: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.cid-vlYGgXnOul .slider-upload-wrapper .upload-placeholder span {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 15px;
  color: #149dcc;
}
.cid-vlYGgXnOul .slider-upload-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.cid-vlYGgXnOul .admin-section-block {
  margin-bottom: 3.5rem;
}
.cid-vlYGgXnOul .section-divider-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2rem;
  text-align: right;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.cid-vlYGgXnOul .section-divider-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #149dcc;
  border-radius: 4px;
  margin-left: 12px;
}
.cid-vlYGgXnOul .footer-editor-group {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.cid-vlYGgXnOul .dynamic-row {
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 2rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.cid-vlYGgXnOul .dynamic-row:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1;
}
.cid-vlYGgXnOul .row-header {
  border-bottom: 1px dashed #cbd5e1;
  padding-bottom: 15px;
}
.cid-vlYGgXnOul .course-badge {
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}
.cid-vlYGgXnOul .course-badge.badge-in {
  background: #fdf4ff;
  color: #a21caf;
  border: 1px solid #f5d0fe;
}
.cid-vlYGgXnOul .btn-add-modern {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cid-vlYGgXnOul .btn-add-modern:hover {
  background: #149dcc;
  color: #fff;
  border-color: #149dcc;
}
.cid-vlYGgXnOul .btn-remove-row {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #ef4444;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cid-vlYGgXnOul .btn-remove-row:hover {
  background: #ef4444;
  color: #fff;
}
.cid-vlYGgXnOul .action-area {
  border-top: 2px solid #f1f5f9;
  background: #fafaf9;
  margin: 0 -3.5rem -3.5rem -3.5rem;
  padding: 2.5rem 3.5rem;
  border-radius: 0 0 20px 20px;
}
.cid-vlYGgXnOul .btn-save-changes,
.cid-vlYGgXnOul .btn-search-course {
  background: linear-gradient(135deg, #149dcc, #0c7a9e);
  border: none;
  color: #ffffff;
  padding: 16px 40px;
  font-size: 1.1rem;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(20, 157, 204, 0.3);
  letter-spacing: 0.5px;
}
.cid-vlYGgXnOul .btn-save-changes:hover,
.cid-vlYGgXnOul .btn-search-course:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 157, 204, 0.4);
  color: #fff;
}
.cid-vlYGgXnOul .btn-search-course {
  width: 100%;
  padding: 12px 24px;
  font-size: 1rem;
}
.cid-vlYGgXnOul .btn-saved {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3) !important;
  pointer-events: none;
}
.cid-vlYGgXnOul .edit-course-message {
  padding: 14px 18px;
  border-radius: 12px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 0.95rem;
}
.cid-vlYGgXnOul .message-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
.cid-vlYGgXnOul .message-success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.cid-vlYGgXnOul .message-info {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.cid-vlYGgXnOul .d-none {
  display: none !important;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vlbk8q6AJv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vlbk8q6AJv img,
.cid-vlbk8q6AJv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vlbk8q6AJv img,
  .cid-vlbk8q6AJv .item-img {
    max-height: 300px;
  }
}
.cid-vlbk8q6AJv .item:focus,
.cid-vlbk8q6AJv span:focus {
  outline: none;
}
.cid-vlbk8q6AJv .item {
  margin-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vlbk8q6AJv .item {
    margin-bottom: 1rem;
  }
}
.cid-vlbk8q6AJv .content-wrapper {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vlbk8q6AJv .content-wrapper {
    padding-right: 15px;
    padding-top: 1rem;
  }
}
.cid-vlbk8q6AJv .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0 8px 24px rgba(2, 21, 14, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vlbk8q6AJv .slide-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(2, 21, 14, 0.14);
}
.cid-vlbk8q6AJv .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vlbk8q6AJv .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlbk8q6AJv .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vlbk8q6AJv .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vlbk8q6AJv .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vlbk8q6AJv .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vlbk8q6AJv .result-card--course {
  border-bottom: 4px solid #51a687;
}
.cid-vlbk8q6AJv .result-card--product {
  border-bottom: 4px solid #0c2c68;
}
.cid-vlbk8q6AJv .result-card--article {
  border-bottom: 4px solid #7787a5;
}
.cid-vlbk8q6AJv .item-wrapper {
  position: relative;
}
.cid-vlbk8q6AJv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vlbk8q6AJv .mbr-section-title {
  color: #02150e;
  text-align: center;
}
.cid-vlbk8q6AJv .mbr-section-subtitle {
  text-align: center;
}
.cid-vlbk8q6AJv .mbr-text,
.cid-vlbk8q6AJv .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vlbk8q6AJv .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vlbk8q6AJv .result-card--course .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vlbk8q6AJv .result-card--product .item-subtitle {
  text-align: center;
  color: #06402b;
  direction: rtl;
}
.cid-vlbk8q6AJv .result-card--article .item-subtitle {
  text-align: center;
  color: #7787a5;
}
.cid-vlbk8q6AJv .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vlbk8q6AJv .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vlbk8q6AJv .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vlbk8q6AJv .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vlbk8q6AJv .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
}
.cid-vlbk8q6AJv .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vlbk8q6AJv .content-head {
  max-width: 800px;
}
.cid-vlbk8q6AJv .pagination-wrapper {
  display: block;
}
.cid-vlbk8q6AJv .pagination {
  flex-wrap: wrap;
}
.cid-vlbk8q6AJv .pagination .page-item {
  margin: 0 5px;
}
.cid-vlbk8q6AJv .pagination .page-item .page-link {
  color: #0c2c68;
  background-color: transparent;
  border: 1px solid #0c2c68;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vlbk8q6AJv .pagination .page-item.active .page-link,
.cid-vlbk8q6AJv .pagination .page-item .page-link:hover {
  background-color: #0c2c68;
  color: #ffffff;
  border-color: #0c2c68;
}
.cid-vlbk8q6AJv .pagination .page-item.disabled .page-link {
  color: #999999;
  border-color: #e0e0e0;
  background-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.cid-vlbk8q6AJv .sidebar-wrapper {
  position: relative;
}
.cid-vlbk8q6AJv .sidebar-inner {
  position: sticky;
  top: 9rem;
  background: #ffffff;
  border-radius: 1.5em;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 75vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}
.cid-vlbk8q6AJv .capsule-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cid-vlbk8q6AJv .capsule-item {
  width: 100%;
}
.cid-vlbk8q6AJv .capsule-toggle,
.cid-vlbk8q6AJv .capsule-terminal {
  width: 100%;
  text-align: right;
  border: 1px solid #92beb0;
  background: #fafffd;
  color: #02150e;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.cid-vlbk8q6AJv .capsule-toggle::after {
  content: '\25BC';
  font-size: 0.7em;
  transition: transform 0.3s ease;
}
.cid-vlbk8q6AJv .capsule-toggle.active {
  background: #06402b;
  color: #ffffff;
  border-color: #06402b;
}
.cid-vlbk8q6AJv .capsule-toggle.active::after {
  transform: rotate(180deg);
}
.cid-vlbk8q6AJv .capsule-terminal {
  font-weight: normal;
}
.cid-vlbk8q6AJv .capsule-toggle:hover {
  border-color: #06402b;
  background: #e3fff5;
}
.cid-vlbk8q6AJv .capsule-terminal:hover {
  border-color: #06402b;
  background: #e3fff5;
}
.cid-vlbk8q6AJv .capsule-toggle.active:hover {
  background: #06402b;
  color: #e3fff5;
  border-color: #06402b;
}
.cid-vlbk8q6AJv .capsule-content {
  display: none;
  padding-right: 20px;
  padding-top: 5px;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vlbk8q6AJv .mobile-sidebar-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1051;
  background: #0c2c68;
  color: #ffffff;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 15px 10px;
  box-shadow: -4px 0 12px rgba(12, 44, 104, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cid-vlbk8q6AJv .mobile-sidebar-btn.active .mobi-btn-icon {
  transform: rotate(180deg);
}
.cid-vlbk8q6AJv .mobi-btn-icon {
  font-size: 1.5rem;
  transition: transform 0.4s ease;
  display: inline-block;
  line-height: 1;
}
.cid-vlbk8q6AJv .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1045;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-vlbk8q6AJv .mobile-overlay.show {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vlbk8q6AJv .sidebar-wrapper {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    z-index: 1050;
    background: #ffffff;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  .cid-vlbk8q6AJv .sidebar-wrapper.show {
    right: 0;
  }
  .cid-vlbk8q6AJv .sidebar-inner {
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    max-height: 100vh;
    top: 0;
  }
  .cid-vlbk8q6AJv .sidebar-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .cid-vlbk8q6AJv .close-sidebar {
    font-size: 1.8rem;
    cursor: pointer;
    color: #ef4444;
  }
}
.cid-vlbk8q6AJv .col-12 {
  margin-bottom: 1.5rem;
}
.cid-vlbk8q6AJv .sidebar-menu-header {
  color: #02150e;
  font-size: 1.4em;
  font-weight: bold;
  font-family: 'Vazir-Black-FD-WOL';
  text-align: right;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-3nt13D3KMc {
  background-color: #e3fff5;
  padding-top: 10rem;
  padding-bottom: 5rem;
  direction: rtl;
  text-align: right;
}
.cid-3nt13D3KMc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-3nt13D3KMc .checkout-shell {
  position: relative;
}
.cid-3nt13D3KMc .checkout-shell::before {
  content: "";
  position: absolute;
  inset: 48px 18px 48px 18px;
  background: linear-gradient(180deg, rgba(25, 135, 84, 0.08) 0%, rgba(25, 135, 84, 0.03) 100%);
  border-radius: 28px;
  z-index: 0;
  box-shadow: inset 0 0 40px rgba(25, 135, 84, 0.05);
}
.cid-3nt13D3KMc .order-summary-wrapper,
.cid-3nt13D3KMc .form-wrapper {
  position: relative;
  z-index: 1;
}
.cid-3nt13D3KMc .order-summary-wrapper {
  background: linear-gradient(180deg, #ffffff 0%, #f7fdfa 100%);
  padding: 2.5rem 2.5rem 1.5rem;
  border-radius: 24px 24px 0 0;
  border: 1px solid rgba(25, 135, 84, 0.15);
  border-bottom: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.cid-3nt13D3KMc .summary-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.cid-3nt13D3KMc .summary-caption {
  color: #6c757d;
  font-size: 0.95rem;
}
.cid-3nt13D3KMc .summary-badge {
  background: rgba(25, 135, 84, 0.1);
  color: #198754;
  border: 1px solid rgba(25, 135, 84, 0.2);
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  white-space: nowrap;
  line-height: 1;
}
.cid-3nt13D3KMc .order-items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-3nt13D3KMc .order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px dashed rgba(25, 135, 84, 0.2);
  transition: all 0.3s ease;
}
.cid-3nt13D3KMc .order-item:hover {
  background-color: rgba(25, 135, 84, 0.02);
  border-radius: 8px;
  padding: 1.2rem 0.5rem;
}
.cid-3nt13D3KMc .order-item:last-child {
  border-bottom: none;
}
.cid-3nt13D3KMc .product-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.cid-3nt13D3KMc .price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
}
.cid-3nt13D3KMc .old-price {
  text-decoration: line-through;
  color: #adb5bd;
  font-size: 0.9rem;
  margin-bottom: 3px;
}
.cid-3nt13D3KMc .new-price {
  color: #198754;
}
.cid-3nt13D3KMc .order-empty-state {
  display: none;
  background: #f8f9fa;
  border: 1px dashed #dee2e6;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  color: #6c757d;
}
.cid-3nt13D3KMc .form-wrapper {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 0 0 24px 24px;
  border: 1px solid rgba(25, 135, 84, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}
.cid-3nt13D3KMc .checkout-footer-panel {
  margin-top: 1rem;
  padding: 1.5rem;
  background: #f8fcf9;
  border: 1px solid rgba(25, 135, 84, 0.15);
  border-radius: 16px;
  box-shadow: inset 0 2px 10px rgba(25, 135, 84, 0.02);
}
.cid-3nt13D3KMc .discount-wrapper {
  margin-bottom: 1.5rem;
}
.cid-3nt13D3KMc .order-total {
  border-top: 1px solid rgba(25, 135, 84, 0.2);
  padding-top: 1.2rem;
}
.cid-3nt13D3KMc .chips-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border: 1px solid #ced4da;
  border-radius: 12px;
  padding: 8px 14px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.cid-3nt13D3KMc .chips-container:focus-within {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.15);
}
.cid-3nt13D3KMc .chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cid-3nt13D3KMc .chip {
  background-color: #198754;
  color: #ffffff;
  padding: 6px 14px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(25, 135, 84, 0.3);
}
.cid-3nt13D3KMc .discount-input {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 6px 0;
  flex-grow: 1;
  min-width: 150px;
  outline: none !important;
}
.cid-3nt13D3KMc .discount-error {
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 10px;
  display: none;
  box-shadow: 0 3px 10px rgba(220, 53, 69, 0.1);
}
.cid-3nt13D3KMc .form-control {
  text-align: right;
  direction: rtl;
  border-radius: 12px;
  padding: 14px 18px;
  border: 1px solid #ced4da;
  background-color: #fcfcfc;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 0.95rem;
}
.cid-3nt13D3KMc .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.15);
  background-color: #ffffff;
}
.cid-3nt13D3KMc .form-control::placeholder {
  color: #adb5bd;
}
.cid-3nt13D3KMc textarea.form-control {
  resize: vertical;
  min-height: 110px;
}
.cid-3nt13D3KMc .custom-switch-container {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
  background: #f8f9fa;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
.cid-3nt13D3KMc .custom-switch-container .form-check-input {
  float: none;
  margin: 0;
  width: 44px;
  height: 24px;
  cursor: pointer;
}
.cid-3nt13D3KMc .custom-switch-container .form-check-input:checked {
  background-color: #198754;
  border-color: #198754;
}
.cid-3nt13D3KMc .custom-switch-container .form-check-label {
  cursor: pointer;
}
.cid-3nt13D3KMc .terms-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  background: #f8fcf9;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(25, 135, 84, 0.15);
}
.cid-3nt13D3KMc .terms-check .form-check-input {
  float: none;
  margin: 0;
  flex: 0 0 auto;
}
.cid-3nt13D3KMc .terms-check .form-check-label {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.8;
}
.cid-3nt13D3KMc .custom-checkbox {
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  cursor: pointer;
  border-color: #ced4da;
  border-radius: 6px;
  margin-top: 0.2rem;
  transition: all 0.2s ease;
}
.cid-3nt13D3KMc .custom-checkbox:checked {
  background-color: #198754;
  border-color: #198754;
}
.cid-3nt13D3KMc .custom-checkbox:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.2);
}
.cid-3nt13D3KMc .arcaptcha-container {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.cid-3nt13D3KMc .disabled-btn {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(80%);
  transition: all 0.3s ease;
}
.cid-3nt13D3KMc .btn-success {
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(25, 135, 84, 0.2);
  transition: all 0.3s ease;
}
.cid-3nt13D3KMc .btn-success:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(25, 135, 84, 0.3);
}
.cid-3nt13D3KMc .btn-outline-danger {
  border: 1px solid #dc3545 !important;
  color: #dc3545 !important;
  background: transparent !important;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.cid-3nt13D3KMc .btn-outline-danger:hover {
  background: #dc3545 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.2);
}
.cid-3nt13D3KMc .btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #ffffff !important;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.cid-3nt13D3KMc .btn-danger:hover {
  background-color: #bb2d3b !important;
  border-color: #b02a37 !important;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.2);
}
.cid-3nt13D3KMc .modal-content {
  text-align: right;
  border-radius: 20px;
  border: none;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
}
.cid-3nt13D3KMc .modal-header {
  padding: 1.5rem 1.5rem 1rem;
}
.cid-3nt13D3KMc .modal-body {
  padding: 1rem 1.5rem;
}
.cid-3nt13D3KMc .modal-footer {
  padding: 1rem 1.5rem 1.5rem;
}
.cid-3nt13D3KMc .custom-small-modal {
  max-width: 380px;
  min-height: 280px;
}
.cid-3nt13D3KMc .custom-small-modal .modal-content {
  border-radius: 16px;
}
.cid-3nt13D3KMc .custom-small-modal .btn {
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 0.9rem;
}
.cid-3nt13D3KMc .text-justify {
  text-align: justify;
  line-height: 1.9;
  color: #495057;
}
.cid-3nt13D3KMc .custom-close {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.cid-3nt13D3KMc .mbr-section-title {
  color: #212529;
}
.cid-3nt13D3KMc p {
  direction: rtl;
}
@media (max-width: 991px) {
  .cid-3nt13D3KMc .checkout-shell::before {
    inset: 32px 10px 32px 10px;
  }
  .cid-3nt13D3KMc .form-wrapper,
  .cid-3nt13D3KMc .order-summary-wrapper {
    padding: 1.8rem;
  }
}
@media (max-width: 767px) {
  .cid-3nt13D3KMc .summary-head {
    flex-direction: column;
    align-items: stretch;
  }
  .cid-3nt13D3KMc .summary-badge {
    width: fit-content;
  }
  .cid-3nt13D3KMc .order-item {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-3nt13D3KMc .order-summary-wrapper {
    border-radius: 22px 22px 0 0;
  }
  .cid-3nt13D3KMc .form-wrapper {
    border-radius: 0 0 22px 22px;
  }
  .cid-3nt13D3KMc .terms-check {
    align-items: flex-start;
  }
  .cid-3nt13D3KMc .custom-checkbox {
    margin-top: 0.15rem;
  }
  .cid-3nt13D3KMc .terms-check .form-check-label {
    font-size: 0.95rem;
  }
}
@media (max-width: 380px) {
  .cid-3nt13D3KMc .arcaptcha-container {
    transform: scale(0.85);
    transform-origin: center center;
  }
  .cid-3nt13D3KMc .custom-small-modal .modal-footer {
    flex-direction: column;
  }
  .cid-3nt13D3KMc .custom-small-modal .modal-footer .btn {
    width: 100%;
  }
}
.cid-3nt13D3KMc #discountInput {
  font-size: clamp(19px, 3.5vw, 25px) !important;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vkv46L5nCT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-vkv46L5nCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkv46L5nCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkv46L5nCT .card-content-text {
  position: relative;
}
@media (max-width: 767px) {
  .cid-vkv46L5nCT .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vkv46L5nCT .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vkv46L5nCT .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vkv46L5nCT .card-wrapper {
  background: #ffffff;
  height: 100%;
  border-radius: 1rem;
}
.cid-vkv46L5nCT .mbr-text,
.cid-vkv46L5nCT .mbr-section-btn {
  color: #0c2c68;
  text-align: right;
  direction: rtl;
}
.cid-vkv46L5nCT .card-title,
.cid-vkv46L5nCT .card-box {
  text-align: right;
  color: #232323;
  direction: rtl;
}
.cid-vkv46L5nCT .image-wrapper img {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
.cid-vkv46L5nCT .sidebar-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vkv46L5nCT .sidebar-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vkv46L5nCT .sticky-sidebar {
  position: sticky;
  top: 2rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  height: max-content;
  direction: rtl;
  text-align: right;
  z-index: 10;
}
.cid-vkv46L5nCT .sidebar-title {
  color: #02150e;
}
.cid-vkv46L5nCT .related-item {
  margin-bottom: 1.5rem;
  background-color: #f8f9fa;
  border: 1px solid #eeeeee;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.cid-vkv46L5nCT .related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.cid-vkv46L5nCT .related-item:last-child {
  margin-bottom: 0;
}
.cid-vkv46L5nCT .related-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  border-radius: 0;
}
.cid-vkv46L5nCT .related-item-content {
  padding: 1.25rem;
}
.cid-vkv46L5nCT .item-title {
  color: #0c2c68;
}
.cid-vkv46L5nCT .item-text {
  color: #555555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.cid-vkv46L5nCT blockquote {
  background-color: #fafafa;
  border-radius: 4px;
  border-left: none;
  border-right: 3px solid #06402b;
  padding: 1.5rem;
  margin: 0;
}
.cid-vkv46L5nCT .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vkv46L5nCT .progress-tracker {
  position: sticky;
  top: 120px;
  float: left;
  margin-left: -3rem;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 10;
  height: max-content;
  width: 48px;
}
@media (max-width: 991px) {
  .cid-vkv46L5nCT .progress-tracker {
    display: none !important;
  }
}
.cid-vkv46L5nCT .progress-tracker-mobile {
  display: flex !important;
  position: sticky;
  top: 80px;
  float: left;
  margin-left: -2.5rem;
  margin-right: 1rem;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 10;
  height: max-content;
  width: 40px;
}
@media (max-width: 575px) {
  .cid-vkv46L5nCT .progress-tracker-mobile {
    margin-left: -1.75rem;
    margin-right: 0.75rem;
    width: 34px;
  }
}
.cid-vkv46L5nCT .progress-tracker-mobile .progress-text {
  font-size: 0.8rem !important;
}
.cid-vkv46L5nCT .progress-tracker-mobile .progress-text svg {
  width: 18px !important;
  height: 18px !important;
}
.cid-vkv46L5nCT .progress-text {
  font-weight: bold;
  color: #1582d3;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.cid-vkv46L5nCT .progress-text svg {
  color: #13822d;
  width: 22px;
  height: 22px;
}
.cid-vkv46L5nCT .progress-bar-container {
  width: 6px;
  height: 180px;
  background-color: #e6eef7;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.cid-vkv46L5nCT .progress-bar-fill {
  width: 100%;
  height: 0%;
  background-color: #1582d3;
  border-radius: 6px;
  transition: height 0.25s ease, background-color 0.4s ease;
}
.cid-vkv46L5nCT .progress-complete .progress-bar-container {
  box-shadow: 0 0 0 0 rgba(19, 130, 45, 0.5);
  animation: pulse-glow 1.6s ease-out;
}
.cid-vkv46L5nCT .progress-complete .progress-bar-fill {
  background-color: #13822d !important;
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 130, 45, 0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(19, 130, 45, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(19, 130, 45, 0);
  }
}
.cid-vkv46L5nCT .mobile-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: clip;
}
.cid-vkv46L5nCT .mobile-slider-track {
  display: flex;
  width: 200%;
  will-change: transform;
  transform: translateX(0%);
}
.cid-vkv46L5nCT .mobile-slide {
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
.cid-vkv46L5nCT .mobile-slide-main .card {
  width: 100%;
}
.cid-vkv46L5nCT .mobile-slide-sidebar .sticky-sidebar {
  position: relative;
  top: 0;
}
.cid-vkv46L5nCT .mobile-slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 1.5rem;
}
.cid-vkv46L5nCT .mobile-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #c2cede;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkv46L5nCT .mobile-dot-active {
  width: 26px;
  border-radius: 6px;
  background-color: #1582d3;
}
.cid-vkv46L5nCT .mbr-text {
  color: #51a687;
}
.cid-vkv46L5nCT .article-main-title {
  color: #1f1f1f;
  text-align: right;
  width: 100%;
  line-height: 1.35;
}
.cid-vkv46L5nCT .article-main-title b {
  font-weight: 800;
}
.cid-vkv4wTuU3V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e3fff5;
}
.cid-vkv4wTuU3V .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-vlf4Lnb7Zs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vlf4Lnb7Zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlf4Lnb7Zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlf4Lnb7Zs .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vlf4Lnb7Zs .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlf4Lnb7Zs .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vlf4Lnb7Zs .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vlf4Lnb7Zs .mbr-section-title,
.cid-vlf4Lnb7Zs .social-wrap {
  color: #02150e;
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vmA98IpyvR {
  background-color: #e3fff5;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vmA98IpyvR .carousel {
  height: 100%;
  width: 100%;
  border-radius: 50px;
}
.cid-vmA98IpyvR .carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(-4px 4px 0.5px #c6d1f5);
}
.cid-vmA98IpyvR .carousel-item,
.cid-vmA98IpyvR .carousel-inner {
  height: 100%;
}
.cid-vmA98IpyvR img,
.cid-vmA98IpyvR .item-wrapper,
.cid-vmA98IpyvR .item-wrapper a {
  border-radius: 0 !important;
}
.cid-vmA98IpyvR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vmA98IpyvR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vmA98IpyvR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vmA98IpyvR .item-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmA98IpyvR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vmA98IpyvR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vmA98IpyvR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vmA98IpyvR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmA98IpyvR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmA98IpyvR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vmA98IpyvR .carousel-progress-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.cid-vmA98IpyvR .carousel-progress-bar {
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: none;
}
.cid-vmA98IpyvR .carousel-progress-bar.animated {
  transition: width linear;
}
.cid-vmCW8D8NVo {
  z-index: 1000;
  width: 100%;
}
.cid-vmCW8D8NVo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%) scale(0, 1) rotate(180deg);
  margin: 0;
  line-height: 1;
  font-size: inherit;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.cid-vmCW8D8NVo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vmCW8D8NVo .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmCW8D8NVo .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vmCW8D8NVo .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vmCW8D8NVo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vmCW8D8NVo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmCW8D8NVo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmCW8D8NVo .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vmCW8D8NVo ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vmCW8D8NVo ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vmCW8D8NVo ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vmCW8D8NVo ul.navbar-nav .dropdown-item {
  position: relative;
  padding: 12px 16px !important;
  padding-left: 2.5rem !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vmCW8D8NVo .nav-item:focus,
.cid-vmCW8D8NVo .nav-link:focus {
  outline: none;
}
.cid-vmCW8D8NVo .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: 2.6rem !important;
  margin: 0 !important;
}
.cid-vmCW8D8NVo .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vmCW8D8NVo .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vmCW8D8NVo .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vmCW8D8NVo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vmCW8D8NVo .search-dropdown-wrapper {
  position: relative;
}
.cid-vmCW8D8NVo .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmCW8D8NVo .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vmCW8D8NVo .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vmCW8D8NVo .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vmCW8D8NVo .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vmCW8D8NVo .active-chips,
.cid-vmCW8D8NVo .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vmCW8D8NVo .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vmCW8D8NVo .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vmCW8D8NVo .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vmCW8D8NVo .chip-close:hover {
  transform: scale(1.3);
}
.cid-vmCW8D8NVo .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vmCW8D8NVo .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vmCW8D8NVo .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vmCW8D8NVo .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vmCW8D8NVo .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vmCW8D8NVo .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vmCW8D8NVo .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
.cid-vmCW8D8NVo .nav-item.dropdown {
  position: relative;
}
.cid-vmCW8D8NVo .dropdown-menu {
  position: absolute;
  top: 130%;
  right: 0;
  left: auto;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out !important;
  min-width: 220px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 1050;
  direction: rtl;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  display: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vmCW8D8NVo .nav-item.dropdown:hover > .dropdown-menu {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.cid-vmCW8D8NVo .nav-item.dropdown.show > .dropdown-menu,
.cid-vmCW8D8NVo .dropdown.open > .dropdown-menu,
.cid-vmCW8D8NVo .dropdown.show > .dropdown-menu,
.cid-vmCW8D8NVo .nav-item.dropdown.show:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vmCW8D8NVo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  position: absolute;
  left: 1rem;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border-right: 0.35em solid;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0;
}
.cid-vmCW8D8NVo .dropdown-menu .dropdown-submenu {
  position: absolute;
  right: 100% !important;
  left: auto !important;
  top: 0;
  width: 200%;
  border-radius: 1.5rem;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.cid-vmCW8D8NVo .dropdown-menu .dropdown.show > .dropdown-submenu {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vmCW8D8NVo .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vmCW8D8NVo .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vmCW8D8NVo .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vmCW8D8NVo .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vmCW8D8NVo .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vmCW8D8NVo .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: auto;
    right: 0;
    width: auto;
    min-width: 200px;
    max-width: 90vw;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 12px 4px !important;
    margin-top: 10px;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(15px);
  }
  .cid-vmCW8D8NVo .dropdown-menu .dropdown-submenu {
    position: relative !important;
    right: 0 !important;
    left: auto !important;
    top: auto;
    width: 300%;
    margin-top: 10px;
    background-color: rgba(128, 128, 128, 0.05) !important;
    box-shadow: none !important;
  }
  .cid-vmCW8D8NVo .dropdown-menu .dropdown > .dropdown-item::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .cid-vmCW8D8NVo .dropdown-menu .dropdown.open > .dropdown-item::after,
  .cid-vmCW8D8NVo .dropdown-menu .dropdown.show > .dropdown-item::after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .cid-vmCW8D8NVo .container {
    width: 100%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vmCW8D8NVo .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vmCW8D8NVo .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vmCW8D8NVo .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vmCW8D8NVo .nav-item .nav-link {
    padding: 4px 6px !important;
  }
  .cid-vmCW8D8NVo ul.navbar-nav {
    margin-right: -15px !important;
  }
  .cid-vmCW8D8NVo .nav-item.dropdown {
    margin-right: -25px !important;
  }
  .cid-vmCW8D8NVo .search-dropdown-wrapper {
    margin-right: -35px !important;
  }
  .cid-vmCW8D8NVo .search-dropdown-wrapper .search-toggle-btn .mbr-iconfont {
    font-size: 18px !important;
  }
  .cid-vmCW8D8NVo .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vmCW8D8NVo .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vmCW8D8NVo .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vmCW8D8NVo #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vmCW8D8NVo #theme-toggle-btn .icon-light,
.cid-vmCW8D8NVo #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmCW8D8NVo #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmCW8D8NVo #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vmCW8D8NVo.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vmCW8D8NVo.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmA98IPDsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-vmA98IPDsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmA98IPDsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmA98IPDsM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #06402b;
  margin-bottom: 2rem;
}
.cid-vmA98IPDsM .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vmA98IPDsM .card-title,
.cid-vmA98IPDsM .card-box {
  color: #02150e;
}
.cid-vmA98J2Pj3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
.cid-vmA98J2Pj3 .btn-flex {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cid-vmA98J2Pj3 .mbr-section-btn {
  width: 150px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vmA98J2Pj3 .btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cid-vmA98JzcVN {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vmA98JzcVN img,
.cid-vmA98JzcVN .item-img {
  width: 100%;
}
.cid-vmA98JzcVN .item:focus,
.cid-vmA98JzcVN span:focus {
  outline: none;
}
.cid-vmA98JzcVN .item-wrapper {
  position: relative;
}
.cid-vmA98JzcVN .like-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-vmA98JzcVN .item-wrapper:hover .like-btn,
.cid-vmA98JzcVN .item-wrapper:active .like-btn,
.cid-vmA98JzcVN .like-btn.liked {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vmA98JzcVN .like-btn {
    opacity: 1;
  }
}
.cid-vmA98JzcVN .heart-empty {
  display: block;
  width: 20px;
  height: 20px;
  stroke: #555;
}
.cid-vmA98JzcVN .heart-filled {
  display: none;
  width: 20px;
  height: 20px;
}
.cid-vmA98JzcVN .like-btn.liked .heart-empty {
  display: none;
}
.cid-vmA98JzcVN .like-btn.liked .heart-filled {
  display: block;
}
.cid-vmA98JzcVN .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  direction: rtl;
}
.cid-vmA98JzcVN .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vmA98JzcVN .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmA98JzcVN .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vmA98JzcVN .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vmA98JzcVN .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vmA98JzcVN .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vmA98JzcVN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vmA98JzcVN .mbr-section-title {
  color: #02150e;
}
.cid-vmA98JzcVN .mbr-text,
.cid-vmA98JzcVN .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-vmA98JzcVN .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vmA98JzcVN .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vmA98JzcVN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vmA98JzcVN .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vmA98JzcVN .embla__button--next,
.cid-vmA98JzcVN .embla__button--prev {
  display: flex;
}
.cid-vmA98JzcVN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vmA98JzcVN .embla__button {
    display: none;
  }
}
.cid-vmA98JzcVN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmA98JzcVN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vmA98JzcVN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmA98JzcVN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmA98JzcVN .embla__button {
    top: auto;
  }
}
.cid-vmA98JzcVN .embla {
  position: relative;
  width: 100%;
}
.cid-vmA98JzcVN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmA98JzcVN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmA98JzcVN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmA98JzcVN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vmA98JzcVN .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vmA98JzcVN .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vmA98JzcVN .content-head {
  max-width: 800px;
}
.cid-vmA98JzcVN .mbr-section-subtitle {
  color: #06402b;
}
.cid-vmA98JzcVN .mbr-text {
  color: #06402b;
}
.cid-nFKUyAoXoI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-nFKUyAoXoI .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-nFKUyAoXoI .content {
    text-align: center !important;
  }
  .cid-nFKUyAoXoI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-nFKUyAoXoI .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-nFKUyAoXoI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-nFKUyAoXoI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-nFKUyAoXoI .google-map {
  height: 25rem;
  position: relative;
}
.cid-nFKUyAoXoI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-nFKUyAoXoI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-nFKUyAoXoI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-nFKUyAoXoI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-nFKUyAoXoI .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-nFKUyAoXoI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-nFKUyAoXoI .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-nFKUyAoXoI .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-nFKUyAoXoI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-nFKUyAoXoI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-nFKUyAoXoI .list {
  list-style-type: none;
  padding: 0;
}
.cid-nFKUyAoXoI .copyright > p {
  text-align: right;
}
.cid-nFKUyAoXoI #dynamic-links-container a,
.cid-nFKUyAoXoI #dynamic-communications-container a,
.cid-nFKUyAoXoI #dynamic-address-container p {
  color: #51a687 !important;
  text-decoration: none;
}
.cid-nFKUyAoXoI #dynamic-links-container a:hover,
.cid-nFKUyAoXoI #dynamic-communications-container a:hover {
  opacity: 0.8;
}
.cid-vn1IXdDiK2 {
  z-index: 1000;
  width: 100%;
}
.cid-vn1IXdDiK2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn1IXdDiK2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vn1IXdDiK2 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vn1IXdDiK2 .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vn1IXdDiK2 .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vn1IXdDiK2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vn1IXdDiK2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vn1IXdDiK2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn1IXdDiK2 .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vn1IXdDiK2 ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vn1IXdDiK2 ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vn1IXdDiK2 ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vn1IXdDiK2 ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vn1IXdDiK2 ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vn1IXdDiK2 ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vn1IXdDiK2 .nav-item:focus,
.cid-vn1IXdDiK2 .nav-link:focus {
  outline: none;
}
.cid-vn1IXdDiK2 .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: 2.6rem !important;
  margin: 0 !important;
}
.cid-vn1IXdDiK2 .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vn1IXdDiK2 .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vn1IXdDiK2 .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vn1IXdDiK2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vn1IXdDiK2 .search-dropdown-wrapper {
  position: relative;
}
.cid-vn1IXdDiK2 .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vn1IXdDiK2 .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vn1IXdDiK2 .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vn1IXdDiK2 .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vn1IXdDiK2 .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vn1IXdDiK2 .active-chips,
.cid-vn1IXdDiK2 .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vn1IXdDiK2 .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vn1IXdDiK2 .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vn1IXdDiK2 .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vn1IXdDiK2 .chip-close:hover {
  transform: scale(1.3);
}
.cid-vn1IXdDiK2 .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vn1IXdDiK2 .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vn1IXdDiK2 .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vn1IXdDiK2 .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vn1IXdDiK2 .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vn1IXdDiK2 .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vn1IXdDiK2 .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vn1IXdDiK2 .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vn1IXdDiK2 .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vn1IXdDiK2 .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vn1IXdDiK2 .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vn1IXdDiK2 .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vn1IXdDiK2 .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vn1IXdDiK2 .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vn1IXdDiK2 .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vn1IXdDiK2 .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vn1IXdDiK2 .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vn1IXdDiK2 .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vn1IXdDiK2 .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vn1IXdDiK2 .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vn1IXdDiK2 #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vn1IXdDiK2 #theme-toggle-btn .icon-light,
.cid-vn1IXdDiK2 #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn1IXdDiK2 #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vn1IXdDiK2 #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vn1IXdDiK2.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vn1IXdDiK2.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vn1cCgWxvA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vn1cCgWxvA img,
.cid-vn1cCgWxvA .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vn1cCgWxvA img,
  .cid-vn1cCgWxvA .item-img {
    max-height: 300px;
  }
}
.cid-vn1cCgWxvA .item:focus,
.cid-vn1cCgWxvA span:focus {
  outline: none;
}
.cid-vn1cCgWxvA .item {
  margin-bottom: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vn1cCgWxvA .item {
    margin-bottom: 1rem;
  }
}
.cid-vn1cCgWxvA .content-wrapper {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vn1cCgWxvA .content-wrapper {
    padding-right: 15px;
    padding-top: 1rem;
  }
}
.cid-vn1cCgWxvA .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  box-shadow: 0 8px 24px rgba(2, 21, 14, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vn1cCgWxvA .slide-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(2, 21, 14, 0.14);
}
.cid-vn1cCgWxvA .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vn1cCgWxvA .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vn1cCgWxvA .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vn1cCgWxvA .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vn1cCgWxvA .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vn1cCgWxvA .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vn1cCgWxvA .result-card--course {
  border-bottom: 4px solid #51a687;
}
.cid-vn1cCgWxvA .result-card--product {
  border-bottom: 4px solid #0c2c68;
}
.cid-vn1cCgWxvA .result-card--article {
  border-bottom: 4px solid #7787a5;
}
.cid-vn1cCgWxvA .item-wrapper {
  position: relative;
}
.cid-vn1cCgWxvA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vn1cCgWxvA .mbr-section-title {
  color: #02150e;
  text-align: center;
}
.cid-vn1cCgWxvA .mbr-section-subtitle {
  text-align: center;
}
.cid-vn1cCgWxvA .mbr-text,
.cid-vn1cCgWxvA .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vn1cCgWxvA .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vn1cCgWxvA .result-card--course .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vn1cCgWxvA .result-card--product .item-subtitle {
  text-align: center;
  color: #06402b;
  direction: rtl;
}
.cid-vn1cCgWxvA .result-card--article .item-subtitle {
  text-align: center;
  color: #7787a5;
}
.cid-vn1cCgWxvA .product-pricing {
  text-align: center;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vn1cCgWxvA .price-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vn1cCgWxvA .price-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cid-vn1cCgWxvA .price-original {
  text-decoration: line-through;
  color: #51a687;
}
.cid-vn1cCgWxvA .price-discount {
  background-color: #e43f3f;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
}
.cid-vn1cCgWxvA .price-final {
  color: #06402b;
  font-weight: bold;
}
.cid-vn1cCgWxvA .content-head {
  max-width: 800px;
}
.cid-vn1cCgWxvA .pagination-wrapper {
  display: block;
}
.cid-vn1cCgWxvA .pagination {
  flex-wrap: wrap;
}
.cid-vn1cCgWxvA .pagination .page-item {
  margin: 0 5px;
}
.cid-vn1cCgWxvA .pagination .page-item .page-link {
  color: #0c2c68;
  background-color: transparent;
  border: 1px solid #0c2c68;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vn1cCgWxvA .pagination .page-item.active .page-link,
.cid-vn1cCgWxvA .pagination .page-item .page-link:hover {
  background-color: #0c2c68;
  color: #ffffff;
  border-color: #0c2c68;
}
.cid-vn1cCgWxvA .pagination .page-item.disabled .page-link {
  color: #999999;
  border-color: #e0e0e0;
  background-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.cid-vn1cCgWxvA .sidebar-wrapper {
  position: relative;
}
.cid-vn1cCgWxvA .sidebar-inner {
  position: sticky;
  top: 9rem;
  background: #ffffff;
  border-radius: 1.5em;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 75vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}
.cid-vn1cCgWxvA .capsule-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cid-vn1cCgWxvA .capsule-item {
  width: 100%;
}
.cid-vn1cCgWxvA .capsule-toggle,
.cid-vn1cCgWxvA .capsule-terminal {
  width: 100%;
  text-align: right;
  border: 1px solid #92beb0;
  background: #fafffd;
  color: #02150e;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.cid-vn1cCgWxvA .capsule-toggle::after {
  content: '\25BC';
  font-size: 0.7em;
  transition: transform 0.3s ease;
}
.cid-vn1cCgWxvA .capsule-toggle.active {
  background: #06402b;
  color: #ffffff;
  border-color: #06402b;
}
.cid-vn1cCgWxvA .capsule-toggle.active::after {
  transform: rotate(180deg);
}
.cid-vn1cCgWxvA .capsule-terminal {
  font-weight: normal;
}
.cid-vn1cCgWxvA .capsule-toggle:hover {
  border-color: #06402b;
  background: #e3fff5;
}
.cid-vn1cCgWxvA .capsule-terminal:hover {
  border-color: #06402b;
  background: #e3fff5;
}
.cid-vn1cCgWxvA .capsule-toggle.active:hover {
  background: #06402b;
  color: #e3fff5;
  border-color: #06402b;
}
.cid-vn1cCgWxvA .capsule-content {
  display: none;
  padding-right: 20px;
  padding-top: 5px;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vn1cCgWxvA .mobile-sidebar-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1051;
  background: #0c2c68;
  color: #ffffff;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 15px 10px;
  box-shadow: -4px 0 12px rgba(12, 44, 104, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cid-vn1cCgWxvA .mobile-sidebar-btn.active .mobi-btn-icon {
  transform: rotate(180deg);
}
.cid-vn1cCgWxvA .mobi-btn-icon {
  font-size: 1.5rem;
  transition: transform 0.4s ease;
  display: inline-block;
  line-height: 1;
}
.cid-vn1cCgWxvA .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1045;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-vn1cCgWxvA .mobile-overlay.show {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-vn1cCgWxvA .sidebar-wrapper {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    z-index: 1050;
    background: #ffffff;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  .cid-vn1cCgWxvA .sidebar-wrapper.show {
    right: 0;
  }
  .cid-vn1cCgWxvA .sidebar-inner {
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    max-height: 100vh;
    top: 0;
  }
  .cid-vn1cCgWxvA .sidebar-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .cid-vn1cCgWxvA .close-sidebar {
    font-size: 1.8rem;
    cursor: pointer;
    color: #ef4444;
  }
}
.cid-vn1cCgWxvA .col-12 {
  margin-bottom: 1.5rem;
}
.cid-vn1cCgWxvA .sidebar-menu-header {
  color: #02150e;
  font-size: 1.4em;
  font-weight: bold;
  font-family: 'Vazir-Black-FD-WOL';
  text-align: right;
}
.cid-KPMkRUoFLZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-KPMkRUoFLZ .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-KPMkRUoFLZ .content {
    text-align: center !important;
  }
  .cid-KPMkRUoFLZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-KPMkRUoFLZ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-KPMkRUoFLZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-KPMkRUoFLZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-KPMkRUoFLZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-KPMkRUoFLZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-KPMkRUoFLZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-KPMkRUoFLZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-KPMkRUoFLZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-KPMkRUoFLZ .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-KPMkRUoFLZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-KPMkRUoFLZ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-KPMkRUoFLZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-KPMkRUoFLZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-KPMkRUoFLZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-KPMkRUoFLZ .list {
  list-style-type: none;
  padding: 0;
}
.cid-KPMkRUoFLZ .copyright > p {
  text-align: right;
}
.cid-KPMkRUoFLZ #dynamic-links-container a,
.cid-KPMkRUoFLZ #dynamic-communications-container a,
.cid-KPMkRUoFLZ #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vpbotAvKiI {
  z-index: 1000;
  width: 100%;
}
.cid-vpbotAvKiI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpbotAvKiI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpbotAvKiI .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vpbotAvKiI .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vpbotAvKiI .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vpbotAvKiI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpbotAvKiI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpbotAvKiI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpbotAvKiI .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vpbotAvKiI ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vpbotAvKiI ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vpbotAvKiI ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vpbotAvKiI ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpbotAvKiI ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vpbotAvKiI ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpbotAvKiI .nav-item:focus,
.cid-vpbotAvKiI .nav-link:focus {
  outline: none;
}
.cid-vpbotAvKiI .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: 2.6rem !important;
  margin: 0 !important;
}
.cid-vpbotAvKiI .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vpbotAvKiI .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vpbotAvKiI .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vpbotAvKiI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpbotAvKiI .search-dropdown-wrapper {
  position: relative;
}
.cid-vpbotAvKiI .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vpbotAvKiI .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vpbotAvKiI .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vpbotAvKiI .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vpbotAvKiI .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vpbotAvKiI .active-chips,
.cid-vpbotAvKiI .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vpbotAvKiI .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vpbotAvKiI .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vpbotAvKiI .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vpbotAvKiI .chip-close:hover {
  transform: scale(1.3);
}
.cid-vpbotAvKiI .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vpbotAvKiI .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vpbotAvKiI .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vpbotAvKiI .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vpbotAvKiI .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vpbotAvKiI .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vpbotAvKiI .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vpbotAvKiI .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vpbotAvKiI .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vpbotAvKiI .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vpbotAvKiI .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vpbotAvKiI .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vpbotAvKiI .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vpbotAvKiI .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vpbotAvKiI .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vpbotAvKiI .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vpbotAvKiI .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vpbotAvKiI .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vpbotAvKiI .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vpbotAvKiI .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vpbotAvKiI #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vpbotAvKiI #theme-toggle-btn .icon-light,
.cid-vpbotAvKiI #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpbotAvKiI #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vpbotAvKiI #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vpbotAvKiI.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vpbotAvKiI.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmUPPcrwY9 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vmUPPcrwY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUPPcrwY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUPPcrwY9 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vmUPPcrwY9 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vmUPPcrwY9 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vmUPPcrwY9 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vmUPPcrwY9 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vmUPPcrwY9 .row {
  flex-direction: row-reverse;
}
.cid-vmUPPcrwY9 .image-wrapper {
  padding: 0 1rem;
}
.cid-vmUPPcrwY9 img,
.cid-vmUPPcrwY9 .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vmUPPcrwY9 img,
  .cid-vmUPPcrwY9 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vmUPPcrwY9 .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vmUPPcrwY9 .mbr-text {
  color: #000000;
}
.cid-vmUPPcrwY9 .mbr-text,
.cid-vmUPPcrwY9 .mbr-section-btn {
  color: #06402b;
  text-align: right;
}
.cid-vmUPPcrwY9 .price-wrapper {
  text-align: right;
}
.cid-vmUPPcrwY9 .new-price-container {
  text-align: right;
}
.cid-vmUPPcrwY9 .old-price {
  color: #51a687;
  opacity: 0.6;
}
.cid-vmUPPcrwY9 .new-price {
  display: inline-block;
  color: #06402b;
}
.cid-vmUPPcrwY9 .discount-badge {
  display: inline-block;
  background-color: #ff4a52;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  vertical-align: middle;
}
.cid-vmUPPcrwY9 .capacity-wrapper {
  text-align: right;
}
.cid-vmUPPcrwY9 .capacity-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  background-color: #f1f3f4;
  color: #5f6368;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cid-vmUPPcrwY9 .capacity-badge.available {
  background-color: #e6f4ea;
  color: #137333;
  border: 1px solid #ceead6;
}
.cid-vmUPPcrwY9 .capacity-badge.full {
  background-color: #fce8e6;
  color: #c5221f;
  border: 1px solid #fad2cf;
}
.cid-vmUPPcrwY9 .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cid-vmUPPcrwY9 .enroll-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  direction: rtl;
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cid-vmUPPcrwY9 .enroll-modal-overlay.active {
  display: flex;
  opacity: 1;
}
.cid-vmUPPcrwY9 .enroll-modal-box {
  background: #ffffff;
  padding: 2.5rem 2rem 2rem 2rem;
  border-radius: 16px;
  width: 90%;
  max-width: 380px;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.cid-vmUPPcrwY9 .enroll-modal-overlay.active .enroll-modal-box {
  transform: translateY(0);
}
.cid-vmUPPcrwY9 .enroll-modal-close {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #888;
  line-height: 1;
  transition: color 0.2s ease;
}
.cid-vmUPPcrwY9 .enroll-modal-close:hover {
  color: #ff3333;
}
.cid-vmUPPcrwY9 .enroll-modal-box h4 {
  color: #232323;
  text-align: right;
  margin-top: 0;
}
.cid-vmUPPcrwY9 .enroll-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: right;
}
.cid-vmUPPcrwY9 .enroll-options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  color: #444;
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  transition: border-color 0.2s ease;
}
.cid-vmUPPcrwY9 .enroll-options label:hover {
  border-color: #ced4da;
}
.cid-vmUPPcrwY9 .enroll-options input[type="radio"] {
  margin: 0 0 0 12px;
  transform: scale(1.2);
}
.cid-vmUPPcrwY9 .enroll-options b {
  color: #0c2c68;
}
.cid-vmUPPcCmCI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3fff5;
}
.cid-vmUPPcCmCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUPPcCmCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUPPcCmCI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmUPPcCmCI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmUPPcCmCI .content-head {
  max-width: 800px;
}
.cid-vmUPPcCmCI .img-wrapper {
  padding-left: 1.5rem;
}
.cid-vmUPPcCmCI .img-wrapper img {
  width: 6rem;
}
.cid-vmUPPcCmCI .card-title {
  color: #02150e;
  text-align: justify;
}
.cid-vmUPPcCmCI .card-text {
  color: #06402b;
}
.cid-vmUPPcCmCI .card-text DIV {
  text-align: right;
}
.cid-vmUPPcNCuv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vmUPPcNCuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUPPcNCuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUPPcNCuv .nav-tabs .nav-item.open .nav-link:focus,
.cid-vmUPPcNCuv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vmUPPcNCuv .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vmUPPcNCuv .nav-item {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
}
.cid-vmUPPcNCuv .nav-tabs .nav-item {
  margin-left: 1.5rem;
}
.cid-vmUPPcNCuv .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vmUPPcNCuv .nav-tabs .nav-link:not(.active) {
  color: #06402b;
}
.cid-vmUPPcNCuv .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #06402b !important;
  padding: 1.25rem 2rem!important;
}
.cid-vmUPPcNCuv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vmUPPcNCuv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vmUPPcNCuv .mbr-text {
  color: #02150e;
  margin: 0;
  text-align: right;
}
.cid-vmUPPcNCuv .content-head {
  max-width: 800px;
}
.cid-vmUPPcNCuv .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vmUPPcNCuv .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmUPPcZn5W {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vmUPPcZn5W img,
.cid-vmUPPcZn5W .item-img {
  width: 100%;
}
.cid-vmUPPcZn5W .item:focus,
.cid-vmUPPcZn5W span:focus {
  outline: none;
}
.cid-vmUPPcZn5W .item-wrapper {
  position: relative;
}
.cid-vmUPPcZn5W .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vmUPPcZn5W .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vmUPPcZn5W .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmUPPcZn5W .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vmUPPcZn5W .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vmUPPcZn5W .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vmUPPcZn5W .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vmUPPcZn5W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vmUPPcZn5W .mbr-section-title {
  color: #02150e;
}
.cid-vmUPPcZn5W .mbr-text,
.cid-vmUPPcZn5W .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vmUPPcZn5W .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vmUPPcZn5W .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vmUPPcZn5W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vmUPPcZn5W .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vmUPPcZn5W .embla__button--next,
.cid-vmUPPcZn5W .embla__button--prev {
  display: flex;
}
.cid-vmUPPcZn5W .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vmUPPcZn5W .embla__button {
    display: none;
  }
}
.cid-vmUPPcZn5W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmUPPcZn5W .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vmUPPcZn5W .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmUPPcZn5W .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmUPPcZn5W .embla__button {
    top: auto;
  }
}
.cid-vmUPPcZn5W .embla {
  position: relative;
  width: 100%;
}
.cid-vmUPPcZn5W .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmUPPcZn5W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmUPPcZn5W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmUPPcZn5W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vmUPPcZn5W .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vmUPPcZn5W .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vmUPPcZn5W .content-head {
  max-width: 800px;
}
.cid-vmUPPdj5eP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vmUPPdj5eP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUPPdj5eP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUPPdj5eP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vmUPPdj5eP .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmUPPdj5eP .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vmUPPdj5eP .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vmUPPdj5eP .url-copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333333;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10000;
  font-family: inherit;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cid-vmUPPdj5eP .url-copy-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.cid-vmUPPdj5eP .mbr-section-title,
.cid-vmUPPdj5eP .social-wrap {
  color: #02150e;
}
.cid-OCwI6hVuJ4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-OCwI6hVuJ4 .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-OCwI6hVuJ4 .content {
    text-align: center !important;
  }
  .cid-OCwI6hVuJ4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-OCwI6hVuJ4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-OCwI6hVuJ4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-OCwI6hVuJ4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-OCwI6hVuJ4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-OCwI6hVuJ4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-OCwI6hVuJ4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-OCwI6hVuJ4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-OCwI6hVuJ4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-OCwI6hVuJ4 .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-OCwI6hVuJ4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-OCwI6hVuJ4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-OCwI6hVuJ4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-OCwI6hVuJ4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-OCwI6hVuJ4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-OCwI6hVuJ4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-OCwI6hVuJ4 .copyright > p {
  text-align: right;
}
.cid-OCwI6hVuJ4 #dynamic-links-container a,
.cid-OCwI6hVuJ4 #dynamic-communications-container a,
.cid-OCwI6hVuJ4 #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-AD2RWAVMSf {
  z-index: 1000;
  width: 100%;
}
.cid-AD2RWAVMSf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-AD2RWAVMSf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-AD2RWAVMSf .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-AD2RWAVMSf .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-AD2RWAVMSf .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-AD2RWAVMSf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-AD2RWAVMSf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-AD2RWAVMSf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-AD2RWAVMSf .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-AD2RWAVMSf ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-AD2RWAVMSf ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-AD2RWAVMSf ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-AD2RWAVMSf ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-AD2RWAVMSf ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-AD2RWAVMSf ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-AD2RWAVMSf .nav-item:focus,
.cid-AD2RWAVMSf .nav-link:focus {
  outline: none;
}
.cid-AD2RWAVMSf .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: 2.6rem !important;
  margin: 0 !important;
}
.cid-AD2RWAVMSf .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-AD2RWAVMSf .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-AD2RWAVMSf .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-AD2RWAVMSf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-AD2RWAVMSf .search-dropdown-wrapper {
  position: relative;
}
.cid-AD2RWAVMSf .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-AD2RWAVMSf .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-AD2RWAVMSf .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-AD2RWAVMSf .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-AD2RWAVMSf .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-AD2RWAVMSf .active-chips,
.cid-AD2RWAVMSf .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-AD2RWAVMSf .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-AD2RWAVMSf .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-AD2RWAVMSf .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-AD2RWAVMSf .chip-close:hover {
  transform: scale(1.3);
}
.cid-AD2RWAVMSf .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-AD2RWAVMSf .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-AD2RWAVMSf .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-AD2RWAVMSf .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-AD2RWAVMSf .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-AD2RWAVMSf .chip-group span {
  font-size: 0.9rem !important;
}
.cid-AD2RWAVMSf .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-AD2RWAVMSf .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-AD2RWAVMSf .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-AD2RWAVMSf .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-AD2RWAVMSf .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-AD2RWAVMSf .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-AD2RWAVMSf .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-AD2RWAVMSf .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-AD2RWAVMSf .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-AD2RWAVMSf .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-AD2RWAVMSf .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-AD2RWAVMSf .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-AD2RWAVMSf .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-AD2RWAVMSf .search-dropdown-menu::before {
    display: none;
  }
}
.cid-AD2RWAVMSf #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-AD2RWAVMSf #theme-toggle-btn .icon-light,
.cid-AD2RWAVMSf #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-AD2RWAVMSf #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-AD2RWAVMSf #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-AD2RWAVMSf.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-AD2RWAVMSf.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vmUPronMEX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e3fff5;
}
.cid-vmUPronMEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUPronMEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUPronMEX .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vmUPronMEX .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vmUPronMEX .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vmUPronMEX .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vmUPronMEX .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vmUPronMEX .row {
  flex-direction: row-reverse;
}
.cid-vmUPronMEX .image-wrapper {
  padding: 0 1rem;
}
.cid-vmUPronMEX img,
.cid-vmUPronMEX .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vmUPronMEX img,
  .cid-vmUPronMEX .image-wrapper {
    max-height: 350px;
  }
}
.cid-vmUPronMEX .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vmUPronMEX .mbr-text {
  color: #000000;
}
.cid-vmUPronMEX .mbr-text,
.cid-vmUPronMEX .mbr-section-btn {
  color: #06402b;
  text-align: right;
}
.cid-vmUPronMEX .price-wrapper {
  text-align: right;
}
.cid-vmUPronMEX .new-price-container {
  text-align: right;
}
.cid-vmUPronMEX .old-price {
  color: #51a687;
  opacity: 0.6;
}
.cid-vmUPronMEX .new-price {
  display: inline-block;
  color: #06402b;
}
.cid-vmUPronMEX .discount-badge {
  display: inline-block;
  background-color: #ff4a52;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 6px;
  vertical-align: middle;
}
.cid-vmUPronMEX .buy-modal-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top, rgba(14, 116, 83, 0.45), rgba(0, 0, 0, 0.72));
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cid-vmUPronMEX .buy-modal-overlay.active {
  display: flex;
}
.cid-vmUPronMEX .buy-modal {
  width: 100%;
  max-width: 560px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fffb 100%);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  position: relative;
  display: none;
  direction: rtl;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  transform: translateY(18px) scale(0.96);
  opacity: 0;
}
.cid-vmUPronMEX .buy-modal.active {
  display: block;
  animation: buyModalIn 0.28s ease forwards;
}
.cid-vmUPronMEX .buy-modal:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -130px;
  right: -90px;
  background: rgba(34, 197, 94, 0.16);
  border-radius: 50%;
  pointer-events: none;
}
.cid-vmUPronMEX .buy-modal:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: -110px;
  left: -80px;
  background: rgba(6, 64, 43, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
.cid-vmUPronMEX .buy-modal-top {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 30px 28px 20px;
  background: linear-gradient(135deg, #06402b 0%, #13875d 100%);
  color: #ffffff;
  z-index: 1;
}
.cid-vmUPronMEX .buy-modal-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.cid-vmUPronMEX .buy-modal-icon span {
  font-size: 28px;
  line-height: 1;
}
.cid-vmUPronMEX .buy-modal-heading {
  flex: 1;
}
.cid-vmUPronMEX .buy-modal-title {
  margin: 0 0 7px;
  color: #ffffff;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.4;
}
.cid-vmUPronMEX .buy-modal-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  font-size: 14px;
}
.cid-vmUPronMEX .buy-modal-body {
  position: relative;
  z-index: 1;
  padding: 28px 28px 30px;
}
.cid-vmUPronMEX .buy-modal-close {
  position: absolute;
  top: 14px;
  left: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease;
}
.cid-vmUPronMEX .buy-modal-step2 .buy-modal-close {
  background: rgba(6, 64, 43, 0.08);
  color: #06402b;
}
.cid-vmUPronMEX .buy-modal-close:hover {
  transform: rotate(90deg);
  background: rgba(255, 255, 255, 0.28);
}
.cid-vmUPronMEX .buy-modal-step2 .buy-modal-close:hover {
  background: rgba(6, 64, 43, 0.14);
}
.cid-vmUPronMEX .buy-field {
  margin-bottom: 18px;
}
.cid-vmUPronMEX .buy-label {
  display: block;
  margin-bottom: 9px;
  font-weight: 700;
  color: #12251d;
  font-size: 15px;
}
.cid-vmUPronMEX .buy-input-wrap {
  position: relative;
}
.cid-vmUPronMEX .buy-input-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #13875d;
  font-weight: 800;
  font-size: 18px;
  pointer-events: none;
}
.cid-vmUPronMEX .buy-input {
  width: 100%;
  border: 1px solid #d9eee5;
  background: #ffffff;
  border-radius: 16px;
  height: 54px;
  padding: 0 44px 0 14px;
  margin-bottom: 7px;
  font-size: 15px;
  outline: none;
  color: #12251d;
  direction: ltr;
  text-align: left;
  transition: all 0.2s ease;
  box-shadow: 0 8px 24px rgba(6, 64, 43, 0.05);
}
.cid-vmUPronMEX .buy-input::placeholder {
  color: #98aaa2;
}
.cid-vmUPronMEX .buy-input:focus {
  border-color: #22a06b;
  box-shadow: 0 0 0 4px rgba(34, 160, 107, 0.14), 0 12px 28px rgba(6, 64, 43, 0.08);
}
.cid-vmUPronMEX .buy-input.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}
.cid-vmUPronMEX .buy-error-message {
  display: none;
  margin: 4px 2px 0;
  color: #ef4444;
  font-size: 13px;
}
.cid-vmUPronMEX .buy-input.is-invalid + .buy-error-message {
  display: block;
}
.cid-vmUPronMEX .buy-info-box {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: rgba(19, 135, 93, 0.08);
  border: 1px solid rgba(19, 135, 93, 0.13);
  margin-bottom: 16px;
}
.cid-vmUPronMEX .buy-info-icon {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #13875d;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px;
  margin-top: 4px;
}
.cid-vmUPronMEX .buy-instruction {
  margin: 0;
  line-height: 1.9;
  color: #264238;
  font-size: 14px;
}
.cid-vmUPronMEX .buy-telegram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 14px;
  border-radius: 16px;
  word-break: break-all;
  color: #0088cc;
  text-decoration: none;
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid rgba(0, 136, 204, 0.15);
  font-weight: 700;
  direction: ltr;
  transition: all 0.2s ease;
}
.cid-vmUPronMEX .buy-telegram-link:hover {
  color: #0073ad;
  background: rgba(0, 136, 204, 0.12);
  transform: translateY(-1px);
}
.cid-vmUPronMEX .buy-telegram-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0088cc;
  box-shadow: 0 0 0 5px rgba(0, 136, 204, 0.12);
}
.cid-vmUPronMEX .buy-submit-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(6, 64, 43, 0.2);
}
.cid-vmUPronMEX .buy-modal-step2 {
  max-width: 500px;
}
.cid-vmUPronMEX .buy-modal-step2 .buy-modal-body {
  padding: 42px 28px 32px;
}
.cid-vmUPronMEX .buy-success-title {
  margin: 18px 0 8px;
  font-weight: 800;
  color: #06402b;
  font-size: 24px;
}
.cid-vmUPronMEX .buy-success-text {
  max-width: 390px;
  margin: 0 auto 20px;
  line-height: 1.9;
  color: #50645c;
  font-size: 14px;
}
.cid-vmUPronMEX .buy-order-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px;
  margin: 0 auto 22px;
  max-width: 360px;
  border-radius: 18px;
  background: #f0fff8;
  border: 1px dashed rgba(19, 135, 93, 0.35);
}
.cid-vmUPronMEX .buy-order-card span {
  color: #5b7168;
  font-size: 13px;
}
.cid-vmUPronMEX .buy-order-card strong {
  color: #06402b;
  font-size: 17px;
  direction: ltr;
  word-break: break-all;
}
.cid-vmUPronMEX .buy-done-btn {
  min-width: 150px;
  min-height: 46px;
  border-radius: 14px;
  position: static;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  transform: none;
}
.cid-vmUPronMEX .buy-done-btn:hover {
  transform: translateY(-1px);
}
.cid-vmUPronMEX .checkmark-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}
.cid-vmUPronMEX .checkmark {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  filter: drop-shadow(0 14px 26px rgba(34, 197, 94, 0.22));
}
.cid-vmUPronMEX .checkmark-circle {
  stroke: #22c55e;
  stroke-width: 3;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: strokeCircle 0.6s ease-out forwards;
}
.cid-vmUPronMEX .checkmark-check {
  stroke: #22c55e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: strokeCheck 0.35s 0.55s ease-out forwards;
}
@keyframes buyModalIn {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes strokeCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes strokeCheck {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 575px) {
  .cid-vmUPronMEX .buy-modal-overlay {
    padding: 14px;
  }
  .cid-vmUPronMEX .buy-modal {
    border-radius: 22px;
  }
  .cid-vmUPronMEX .buy-modal-top {
    padding: 28px 20px 18px;
    gap: 12px;
  }
  .cid-vmUPronMEX .buy-modal-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 15px;
  }
  .cid-vmUPronMEX .buy-modal-title {
    font-size: 19px;
  }
  .cid-vmUPronMEX .buy-modal-subtitle {
    font-size: 13px;
  }
  .cid-vmUPronMEX .buy-modal-body {
    padding: 24px 20px 24px;
  }
  .cid-vmUPronMEX .buy-info-box {
    padding: 14px;
  }
  .cid-vmUPronMEX .buy-telegram-link {
    font-size: 13px;
  }
  .cid-vmUPronMEX .buy-success-title {
    font-size: 21px;
  }
}
.cid-vmUProzBtY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3fff5;
}
@media (min-width: 992px) {
  .cid-vmUProzBtY .carousel {
    max-height: 800px;
  }
  .cid-vmUProzBtY .carousel img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vmUProzBtY .carousel {
    min-height: 520px;
  }
  .cid-vmUProzBtY .carousel img {
    height: 520px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vmUProzBtY .carousel {
    min-height: 440px;
  }
  .cid-vmUProzBtY .carousel img {
    height: 440px;
    object-fit: cover;
  }
  .cid-vmUProzBtY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vmUProzBtY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vmUProzBtY .carousel,
.cid-vmUProzBtY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vmUProzBtY .item-wrapper {
  width: 100%;
}
.cid-vmUProzBtY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vmUProzBtY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vmUProzBtY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vmUProzBtY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vmUProzBtY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vmUProzBtY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vmUProzBtY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmUProzBtY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmUProzBtY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vmUProzBtY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vmUProzBtY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vmUProzBtY .carousel-indicators li.active,
.cid-vmUProzBtY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vmUProzBtY .carousel-indicators li::after,
.cid-vmUProzBtY .carousel-indicators li::before {
  content: none;
}
.cid-vmUProzBtY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vmUProzBtY .carousel-indicators {
    display: none !important;
  }
}
.cid-vmUProIYFp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e3fff5;
}
.cid-vmUProIYFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUProIYFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUProIYFp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmUProIYFp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmUProIYFp .content-head {
  max-width: 800px;
}
.cid-vmUProIYFp .img-wrapper {
  padding-left: 1.5rem;
}
.cid-vmUProIYFp .img-wrapper img {
  width: 6rem;
}
.cid-vmUProIYFp .card-title {
  color: #232323;
  text-align: justify;
}
.cid-vmUProIYFp .card-text {
  color: #06402b;
}
.cid-vmUProIYFp .card-text DIV {
  text-align: right;
}
.cid-vmUProRmTe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3fff5;
}
.cid-vmUProRmTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUProRmTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUProRmTe .nav-tabs .nav-item.open .nav-link:focus,
.cid-vmUProRmTe .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vmUProRmTe .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vmUProRmTe .nav-item {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
}
.cid-vmUProRmTe .nav-tabs .nav-item {
  margin-left: 1.5rem;
}
.cid-vmUProRmTe .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vmUProRmTe .nav-tabs .nav-link:not(.active) {
  color: #06402b;
}
.cid-vmUProRmTe .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #06402b !important;
  padding: 1.25rem 2rem!important;
}
.cid-vmUProRmTe .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vmUProRmTe .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vmUProRmTe .mbr-text {
  color: #02150e;
  margin: 0;
  text-align: right;
}
.cid-vmUProRmTe .content-head {
  max-width: 800px;
}
.cid-vmUProRmTe .item-wrapper {
  background-color: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vmUProRmTe .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnALBKWA0e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vnALBKWA0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnALBKWA0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnALBKWA0e .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #06402b;
  margin-right: 1rem;
}
.cid-vnALBKWA0e .panel-group {
  border: none;
}
.cid-vnALBKWA0e .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.cid-vnALBKWA0e .panel-body,
.cid-vnALBKWA0e .card-header {
  padding: 1rem 0;
}
.cid-vnALBKWA0e .panel-title-edit {
  color: #02150e;
  text-align: right;
  transition: all 0.3s ease;
}
.cid-vnALBKWA0e .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vnALBKWA0e .panel-text {
  color: #06402b;
  text-align: right;
  display: block;
}
.cid-vnALBKWA0e .locked-view {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}
.cid-vnALBKWA0e .locked-view .panel-title-edit {
  color: #888888 !important;
}
.cid-vnALBKWA0e .locked-view .sign {
  color: #888888 !important;
}
.cid-vnALBKWA0e .mbr-section-title {
  text-align: center;
  color: #02150e;
}
.cid-vnALBKWA0e .panel-body a,
.cid-vnALBKWA0e .panel-body a:hover,
.cid-vnALBKWA0e .panel-body a:focus {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.cid-vnALBKWA0e .panel-body a::before,
.cid-vnALBKWA0e .panel-body a::after,
.cid-vnALBKWA0e .panel-body a:hover::before,
.cid-vnALBKWA0e .panel-body a:hover::after {
  display: none !important;
  border: none !important;
  text-decoration: none !important;
}
.cid-vnALBKWA0e .unlock-section-wrapper {
  position: relative;
  z-index: 10;
}
.cid-vnALBKWA0e .unlock-popup-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #eef2f0;
}
.cid-vnALBKWA0e .unlock-popup-form p {
  color: #06402b;
  line-height: 1.6;
}
.cid-vnALBKWA0e .unlock-popup-form input {
  text-align: right;
  border-radius: 6px;
  padding: 0.8rem 1rem;
  border: 1px solid #d1dcd7;
  color: #02150e;
}
.cid-vnALBKWA0e .unlock-popup-form input:focus {
  border-color: #06402b;
  box-shadow: 0 0 0 0.2rem rgba(6, 64, 43, 0.1);
  outline: none;
}
.cid-vmUPrphfuA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vmUPrphfuA img,
.cid-vmUPrphfuA .item-img {
  width: 100%;
}
.cid-vmUPrphfuA .item:focus,
.cid-vmUPrphfuA span:focus {
  outline: none;
}
.cid-vmUPrphfuA .item-wrapper {
  position: relative;
}
.cid-vmUPrphfuA .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vmUPrphfuA .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vmUPrphfuA .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmUPrphfuA .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-vmUPrphfuA .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vmUPrphfuA .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vmUPrphfuA .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-vmUPrphfuA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vmUPrphfuA .mbr-section-title {
  color: #02150e;
}
.cid-vmUPrphfuA .mbr-text,
.cid-vmUPrphfuA .mbr-section-btn {
  text-align: center;
  color: #06402b;
}
.cid-vmUPrphfuA .item-title {
  text-align: center;
  color: #02150e;
}
.cid-vmUPrphfuA .item-subtitle {
  text-align: center;
  color: #51a687;
}
.cid-vmUPrphfuA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-vmUPrphfuA .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-vmUPrphfuA .embla__button--next,
.cid-vmUPrphfuA .embla__button--prev {
  display: flex;
}
.cid-vmUPrphfuA .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vmUPrphfuA .embla__button {
    display: none;
  }
}
.cid-vmUPrphfuA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmUPrphfuA .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vmUPrphfuA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vmUPrphfuA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vmUPrphfuA .embla__button {
    top: auto;
  }
}
.cid-vmUPrphfuA .embla {
  position: relative;
  width: 100%;
}
.cid-vmUPrphfuA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmUPrphfuA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmUPrphfuA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmUPrphfuA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-vmUPrphfuA .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-vmUPrphfuA .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-vmUPrphfuA .content-head {
  max-width: 800px;
}
.cid-vmUPrpDdVj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vmUPrpDdVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmUPrpDdVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmUPrpDdVj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vmUPrpDdVj .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmUPrpDdVj .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vmUPrpDdVj .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vmUPrpDdVj .url-copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333333;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10000;
  font-family: inherit;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cid-vmUPrpDdVj .url-copy-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.cid-vmUPrpDdVj .mbr-section-title,
.cid-vmUPrpDdVj .social-wrap {
  color: #02150e;
}
.cid-WzGu9o7XsE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-WzGu9o7XsE .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-WzGu9o7XsE .content {
    text-align: center !important;
  }
  .cid-WzGu9o7XsE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-WzGu9o7XsE .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-WzGu9o7XsE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-WzGu9o7XsE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-WzGu9o7XsE .google-map {
  height: 25rem;
  position: relative;
}
.cid-WzGu9o7XsE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-WzGu9o7XsE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-WzGu9o7XsE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-WzGu9o7XsE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-WzGu9o7XsE .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-WzGu9o7XsE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-WzGu9o7XsE .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-WzGu9o7XsE .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-WzGu9o7XsE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-WzGu9o7XsE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-WzGu9o7XsE .list {
  list-style-type: none;
  padding: 0;
}
.cid-WzGu9o7XsE .copyright > p {
  text-align: right;
}
.cid-WzGu9o7XsE #dynamic-links-container a,
.cid-WzGu9o7XsE #dynamic-communications-container a,
.cid-WzGu9o7XsE #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vn5Zg3DhnR {
  z-index: 1000;
  width: 100%;
}
.cid-vn5Zg3DhnR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn5Zg3DhnR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vn5Zg3DhnR .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vn5Zg3DhnR .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vn5Zg3DhnR .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vn5Zg3DhnR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vn5Zg3DhnR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vn5Zg3DhnR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn5Zg3DhnR .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vn5Zg3DhnR ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vn5Zg3DhnR ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vn5Zg3DhnR ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vn5Zg3DhnR ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vn5Zg3DhnR ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vn5Zg3DhnR ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vn5Zg3DhnR .nav-item:focus,
.cid-vn5Zg3DhnR .nav-link:focus {
  outline: none;
}
.cid-vn5Zg3DhnR .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: 2.6rem !important;
  margin: 0 !important;
}
.cid-vn5Zg3DhnR .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vn5Zg3DhnR .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vn5Zg3DhnR .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vn5Zg3DhnR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vn5Zg3DhnR .search-dropdown-wrapper {
  position: relative;
}
.cid-vn5Zg3DhnR .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vn5Zg3DhnR .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vn5Zg3DhnR .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vn5Zg3DhnR .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vn5Zg3DhnR .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vn5Zg3DhnR .active-chips,
.cid-vn5Zg3DhnR .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vn5Zg3DhnR .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vn5Zg3DhnR .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vn5Zg3DhnR .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vn5Zg3DhnR .chip-close:hover {
  transform: scale(1.3);
}
.cid-vn5Zg3DhnR .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vn5Zg3DhnR .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vn5Zg3DhnR .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vn5Zg3DhnR .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vn5Zg3DhnR .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vn5Zg3DhnR .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vn5Zg3DhnR .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vn5Zg3DhnR .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vn5Zg3DhnR .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vn5Zg3DhnR .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vn5Zg3DhnR .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vn5Zg3DhnR .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vn5Zg3DhnR .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vn5Zg3DhnR .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vn5Zg3DhnR .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vn5Zg3DhnR .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vn5Zg3DhnR .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vn5Zg3DhnR .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vn5Zg3DhnR .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vn5Zg3DhnR .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vn5Zg3DhnR #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vn5Zg3DhnR #theme-toggle-btn .icon-light,
.cid-vn5Zg3DhnR #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn5Zg3DhnR #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vn5Zg3DhnR #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vn5Zg3DhnR.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vn5Zg3DhnR.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vn5Wqa8nSd {
  background-color: #e3fff5;
}
.cid-vn5Wqa8nSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn5Wqa8nSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn5Wqa8nSd .card-wrapper {
  overflow: hidden;
  background: #e3fff5;
}
.cid-vn5Wqa8nSd .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vn5Wqa8nSd .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vn5Wqa8nSd .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vn5Wqa8nSd .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vn5Wqa8nSd .row {
  flex-direction: row-reverse;
}
.cid-vn5Wqa8nSd .image-wrapper {
  padding: 0 1rem;
}
.cid-vn5Wqa8nSd img,
.cid-vn5Wqa8nSd .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vn5Wqa8nSd img,
  .cid-vn5Wqa8nSd .image-wrapper {
    max-height: 350px;
  }
}
.cid-vn5Wqa8nSd .mbr-section-title {
  color: #02150e;
  text-align: right;
}
.cid-vn5Wqa8nSd .mbr-text {
  color: #000000;
}
.cid-vn5Wqa8nSd .mbr-text,
.cid-vn5Wqa8nSd .mbr-section-btn {
  color: #06402b;
  text-align: right;
}
.cid-vn5Wqah3go {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #e3fff5;
}
.cid-vn5Wqah3go .item-subtitle {
  line-height: 1.6;
  color: #06402b;
  text-align: center;
  direction: rtl;
}
.cid-vn5Wqah3go .item-price {
  text-align: center;
  line-height: 1.8;
  color: #51a687;
  direction: rtl;
}
.cid-vn5Wqah3go img,
.cid-vn5Wqah3go .item-img {
  width: 100%;
}
.cid-vn5Wqah3go .item:focus,
.cid-vn5Wqah3go span:focus {
  outline: none;
}
.cid-vn5Wqah3go .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vn5Wqah3go .item {
    margin-bottom: 1rem;
  }
}
.cid-vn5Wqah3go .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vn5Wqah3go .mbr-section-title {
  color: #02150e;
}
.cid-vn5Wqah3go .mbr-text,
.cid-vn5Wqah3go .mbr-section-btn {
  color: #7787a5;
  text-align: center;
  direction: rtl;
}
.cid-vn5Wqah3go .item-title {
  color: #02150e;
  text-align: center;
}
.cid-vn5Wqah3go .content-head {
  max-width: 800px;
}
.cid-vn5Wqah3go .pagination-wrapper {
  display: block;
}
.cid-vn5Wqah3go .pagination {
  flex-wrap: wrap;
}
.cid-vn5Wqah3go .pagination .page-item {
  margin: 0 5px;
}
.cid-vn5Wqah3go .pagination .page-item .page-link {
  color: #0c2c68;
  background-color: transparent;
  border: 1px solid #0c2c68;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vn5Wqah3go .pagination .page-item.active .page-link,
.cid-vn5Wqah3go .pagination .page-item .page-link:hover {
  background-color: #0c2c68;
  color: #ffffff;
  border-color: #0c2c68;
}
.cid-vn5Wqah3go .pagination .page-item.disabled .page-link {
  color: #999999;
  border-color: #e0e0e0;
  background-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.cid-vn5Z8meRs6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3fff5;
}
.cid-vn5Z8meRs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn5Z8meRs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn5Z8meRs6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #06402b;
  border: 2px solid #06402b;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vn5Z8meRs6 .btn-social i {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vn5Z8meRs6 .btn-social:hover {
  background: #06402b;
  color: #ffffff !important;
}
.cid-vn5Z8meRs6 .btn-social:hover i {
  color: #ffffff !important;
}
.cid-vn5Z8meRs6 .url-copy-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333333;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 10000;
  font-family: inherit;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cid-vn5Z8meRs6 .url-copy-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.cid-vn5Z8meRs6 .mbr-section-title,
.cid-vn5Z8meRs6 .social-wrap {
  color: #02150e;
}
.cid-xzrhWQKxZu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-xzrhWQKxZu .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-xzrhWQKxZu .content {
    text-align: center !important;
  }
  .cid-xzrhWQKxZu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-xzrhWQKxZu .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-xzrhWQKxZu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-xzrhWQKxZu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-xzrhWQKxZu .google-map {
  height: 25rem;
  position: relative;
}
.cid-xzrhWQKxZu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-xzrhWQKxZu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-xzrhWQKxZu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-xzrhWQKxZu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-xzrhWQKxZu .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-xzrhWQKxZu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-xzrhWQKxZu .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-xzrhWQKxZu .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-xzrhWQKxZu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-xzrhWQKxZu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-xzrhWQKxZu .list {
  list-style-type: none;
  padding: 0;
}
.cid-xzrhWQKxZu .copyright > p {
  text-align: right;
}
.cid-xzrhWQKxZu #dynamic-links-container a,
.cid-xzrhWQKxZu #dynamic-communications-container a,
.cid-xzrhWQKxZu #dynamic-address-container p {
  color: #51a687 !important;
}
.cid-vkXwPMKWAv {
  z-index: 1000;
  width: 100%;
}
.cid-vkXwPMKWAv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkXwPMKWAv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vkXwPMKWAv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 1.5rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  background: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  position: static !important;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.cid-vkXwPMKWAv .navbar-brand {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-vkXwPMKWAv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vkXwPMKWAv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.cid-vkXwPMKWAv ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0 !important;
  margin-left: auto !important;
  flex-wrap: nowrap;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.cid-vkXwPMKWAv ul.navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vkXwPMKWAv ul.navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vkXwPMKWAv .nav-item:focus,
.cid-vkXwPMKWAv .nav-link:focus {
  outline: none;
}
.cid-vkXwPMKWAv .navbar-nav .nav-item .nav-link .mbr-iconfont {
  font-size: clamp(30px, 4vw, 50px) !important;
  margin: 0 !important;
}
.cid-vkXwPMKWAv .icons-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.cid-vkXwPMKWAv .iconfont-wrapper {
  position: relative;
  color: #000000 !important;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
.cid-vkXwPMKWAv .navbar-buttons {
  margin-right: 0.5rem;
}
.cid-vkXwPMKWAv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper {
  position: relative;
}
.cid-vkXwPMKWAv .search-dropdown-menu {
  position: absolute;
  top: 140%;
  right: 0;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 380px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .search-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .search-dropdown-wrapper.is-open .search-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .search-input {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 0.8rem;
  padding: 0.8rem 1rem;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
.cid-vkXwPMKWAv .active-chips,
.cid-vkXwPMKWAv .suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-vkXwPMKWAv .chip {
  display: inline-flex;
  align-items: center;
  background: rgba(128, 128, 128, 0.1);
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(128, 128, 128, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip:hover {
  background: rgba(128, 128, 128, 0.2);
}
.cid-vkXwPMKWAv .chip-close {
  margin-right: 0.4rem;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  color: #ff4d4d;
  transition: transform 0.2s;
}
.cid-vkXwPMKWAv .chip-close:hover {
  transform: scale(1.3);
}
.cid-vkXwPMKWAv .clear-all-btn {
  border-radius: 20px !important;
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .clear-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(220, 53, 69, 0.4);
  background-color: #c82333 !important;
}
.cid-vkXwPMKWAv .view-all-btn {
  border-radius: 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.cid-vkXwPMKWAv .view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}
.cid-vkXwPMKWAv .chip-group {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 123, 255, 0.1);
  color: #007bff;
  padding: 0.35rem 0.8rem;
  border-radius: 1rem;
  border: 1px dashed rgba(0, 123, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.cid-vkXwPMKWAv .chip-group span {
  font-size: 0.9rem !important;
}
.cid-vkXwPMKWAv .chip-group:hover {
  background: rgba(0, 123, 255, 0.2);
  border-style: solid;
}
@media (max-width: 992px) {
  .cid-vkXwPMKWAv .container {
    padding: 0.5rem 1rem;
    height: 70px;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 3rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 30px !important;
  }
  .cid-vkXwPMKWAv .navbar-caption-wrap {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cid-vkXwPMKWAv .container {
    width: 95%;
    height: 60px !important;
    padding: 0.2rem 0.5rem;
    margin-top: 0.5rem;
  }
  .cid-vkXwPMKWAv .navbar-brand img {
    height: 2.5rem !important;
    width: auto !important;
  }
  .cid-vkXwPMKWAv .nav-link .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .icons-menu .mbr-iconfont {
    font-size: 26px !important;
  }
  .cid-vkXwPMKWAv .nav-item .nav-link {
    padding: 8px !important;
  }
  .cid-vkXwPMKWAv .iconfont-wrapper {
    padding-left: 0.2rem;
  }
  .cid-vkXwPMKWAv .cart-badge {
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
  }
  .cid-vkXwPMKWAv .user-dropdown-menu {
    min-width: 200px;
    right: auto;
    left: 0;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu {
    position: fixed;
    top: 75px;
    left: 2.5%;
    right: 2.5%;
    width: 95%;
    min-width: unset;
  }
  .cid-vkXwPMKWAv .search-dropdown-menu::before {
    display: none;
  }
}
.cid-vkXwPMKWAv #theme-toggle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light,
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-light {
  position: relative;
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv #theme-toggle-btn .icon-dark {
  position: absolute;
  opacity: 0;
  transform: translateY(30px) rotate(90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-light {
  opacity: 0;
  transform: translateY(-30px) rotate(-90deg) scale(0.5);
}
.cid-vkXwPMKWAv.is-dark-active #theme-toggle-btn .icon-dark {
  opacity: 1;
  transform: translateY(0) rotate(0) scale(1);
}
.cid-vkXwPMKWAv .user-dropdown-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  outline: none;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper .iconfont-wrapper {
  display: inline-block;
  cursor: pointer;
}
.cid-vkXwPMKWAv .user-dropdown-menu {
  position: absolute;
  top: 140%;
  left: 0;
  right: auto;
  transform: translateY(25px) scale(0.95);
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  min-width: 240px;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 1.5rem;
  z-index: 1050;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
}
.cid-vkXwPMKWAv .user-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.cid-vkXwPMKWAv .user-dropdown-wrapper:hover .user-dropdown-menu,
.cid-vkXwPMKWAv .user-dropdown-wrapper:focus-within .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.cid-vkXwPMKWAv .user-auth-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cid-vkXwPMKWAv .user-title {
  display: block;
  width: 100%;
}
.cid-vkXwPMKWAv .user-btns-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-vkXwPMKWAv .glass-btn-panel,
.cid-vkXwPMKWAv .glass-btn-logout {
  border-radius: 12px !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
}
.cid-vkXwPMKWAv .glass-btn-panel {
  background: rgba(242, 245, 252, 0.7) !important;
  color: #1a1a1a !important;
}
.cid-vkXwPMKWAv .glass-btn-panel:hover {
  background: rgba(242, 245, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout {
  background: rgba(255, 77, 77, 0.1) !important;
  color: #d93025 !important;
  border: 1px solid rgba(255, 77, 77, 0.2) !important;
}
.cid-vkXwPMKWAv .glass-btn-logout:hover {
  background: rgba(255, 77, 77, 0.2) !important;
  border-color: rgba(255, 77, 77, 0.3) !important;
}
.cid-vkXwPMKWAv .cart-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #007bff;
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: 10;
}
.cid-vkXwPMKWAv .cart-badge.has-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cid-vkXwPMKWAv .cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-sidebar {
  position: fixed;
  top: 0;
  left: -420px;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
}
.cid-vkXwPMKWAv .cart-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cid-vkXwPMKWAv.cart-active .cart-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cid-vkXwPMKWAv.cart-active .cart-sidebar {
  left: 0;
}
.cid-vkXwPMKWAv .cart-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}
.cid-vkXwPMKWAv .cart-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000000 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}
.cid-vkXwPMKWAv .cart-close-btn:hover {
  background-color: rgba(128, 128, 128, 0.15);
  transform: scale(1.05);
}
.cid-vkXwPMKWAv .cart-sidebar-content {
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cid-vkXwPMKWAv .cart-items-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cid-vkXwPMKWAv .cart-item-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 1rem;
  padding: 0.8rem;
  transition: all 0.3s ease;
  overflow: hidden;
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 1rem;
}
.cid-vkXwPMKWAv .cart-item-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.cid-vkXwPMKWAv .qty-btn {
  background: rgba(128, 128, 128, 0.2);
  border: none;
  border-radius: 0.3rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s;
}
.cid-vkXwPMKWAv .qty-btn:hover {
  background: rgba(128, 128, 128, 0.3);
}
.cid-vkXwPMKWAv .builder-filled-cart-view .qty-btn {
  pointer-events: none;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-delete-overlay {
  opacity: 1;
}
.cid-vkXwPMKWAv .cart-item-img-wrapper:hover .cart-item-image {
  transform: scale(1.1);
}
.cid-vkXwPMKWAv .cart-item-delete-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.cid-vkXwPMKWAv .cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cid-vkXwPMKWAv .cart-items-container .cart-item-card {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.cid-vkXwPMKWAv .cart-item-card.removing {
  animation: slideOutRight 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards !important;
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutRight {
  to {
    opacity: 0;
    transform: translateX(100px) scale(0.9);
  }
}
.cid-vkXwPMKWAv .cart-sidebar-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(128, 128, 128, 0.15);
  background-color: #ffffff;
  background: transparent;
}
.cid-vkXwPMKWAv .cart-total-row {
  border-bottom: 2px dashed rgba(128, 128, 128, 0.15);
  padding-bottom: 1rem;
}
.cid-vkXwPMKWAv .cart-total-label {
  font-weight: 600;
}
.cid-vkXwPMKWAv .cart-total-value {
  font-weight: 700;
}
.cid-vkXwPMKWAv .material-search {
  font-size: 35px;
}
@media (max-width: 768px) {
  .cid-vkXwPMKWAv .material-search {
    font-size: 20px;
  }
}
.cid-vo1kgIQLHi {
  padding-top: 10rem;
  padding-bottom: 6rem;
  direction: rtl;
  text-align: right;
  position: relative;
  overflow: hidden;
  background-color: #e3fff5;
}
.cid-vo1kgIQLHi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vo1kgIQLHi .anim-blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.cid-vo1kgIQLHi .anim-blobs .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  animation: otpFloat 14s ease-in-out infinite;
}
.cid-vo1kgIQLHi .anim-blobs .blob-1 {
  width: 320px;
  height: 320px;
  top: -80px;
  right: -60px;
  background: radial-gradient(circle at 30% 30%, #34e0a1, #06b27a);
}
.cid-vo1kgIQLHi .anim-blobs .blob-2 {
  width: 260px;
  height: 260px;
  bottom: -70px;
  left: -50px;
  background: radial-gradient(circle at 30% 30%, #7ef0c8, #2bd4a0);
  animation-delay: -4s;
}
.cid-vo1kgIQLHi .anim-blobs .blob-3 {
  width: 200px;
  height: 200px;
  top: 40%;
  left: 12%;
  background: radial-gradient(circle at 30% 30%, #c2fff0, #57e6b6);
  animation-delay: -8s;
}
.cid-vo1kgIQLHi .container {
  position: relative;
  z-index: 1;
}
.cid-vo1kgIQLHi .otp-card {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 3rem 2.5rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 25px 60px rgba(2, 21, 14, 0.12);
  text-align: center;
  animation: otpCardIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.cid-vo1kgIQLHi .otp-icon-wrap {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo1kgIQLHi .otp-icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #06b27a, #34e0a1);
  box-shadow: 0 10px 25px rgba(6, 178, 122, 0.35);
  animation: otpPop 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.cid-vo1kgIQLHi .otp-icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(6, 178, 122, 0.4);
  animation: otpRing 2.2s ease-out infinite;
}
.cid-vo1kgIQLHi .mbr-section-title {
  text-align: center;
  color: #02150e;
}
.cid-vo1kgIQLHi .otp-subtitle {
  text-align: center;
  color: #5b6b64;
  margin-bottom: 2rem;
}
.cid-vo1kgIQLHi .otp-subtitle .otp-phone {
  color: #02150e;
  font-weight: 600;
  direction: ltr;
  unicode-bidi: embed;
  display: inline-block;
}
.cid-vo1kgIQLHi .otp-inputs {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box {
  width: 52px;
  height: 60px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #02150e;
  border: 2px solid #e0e6e3;
  border-radius: 14px;
  background-color: #f7faf9;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  animation: otpBoxIn 0.5s ease both;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box:nth-child(1) {
  animation-delay: 0.30s;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box:nth-child(2) {
  animation-delay: 0.37s;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box:nth-child(3) {
  animation-delay: 0.44s;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box:nth-child(4) {
  animation-delay: 0.51s;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box:nth-child(5) {
  animation-delay: 0.58s;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box:nth-child(6) {
  animation-delay: 0.65s;
}
.cid-vo1kgIQLHi .otp-inputs .otp-box:focus {
  border-color: #06b27a;
  background-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(6, 178, 122, 0.22);
}
.cid-vo1kgIQLHi .otp-inputs .otp-box.filled {
  border-color: #06b27a;
  background-color: #ffffff;
  animation: otpFill 0.3s ease;
}
.cid-vo1kgIQLHi .otp-resend {
  text-align: center;
  margin-bottom: 1.75rem;
  color: #5b6b64;
  min-height: 1.4em;
}
.cid-vo1kgIQLHi .otp-resend .otp-timer {
  color: #02150e;
  font-weight: 600;
  direction: ltr;
  display: inline-block;
}
.cid-vo1kgIQLHi .otp-resend .otp-resend-link {
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.cid-vo1kgIQLHi .otp-resend .otp-resend-link:hover {
  opacity: 0.75;
}
.cid-vo1kgIQLHi .otp-submit {
  border-radius: 12px;
  padding: 14px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  opacity: 0.65;
}
.cid-vo1kgIQLHi .otp-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(6, 178, 122, 0.25);
}
.cid-vo1kgIQLHi .otp-card.otp-ready .otp-submit {
  opacity: 1;
  animation: otpReadyPulse 1.6s ease-in-out infinite;
}
.cid-vo1kgIQLHi .otp-back {
  text-align: center;
}
.cid-vo1kgIQLHi .otp-back .otp-back-link {
  color: #5b6b64;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cid-vo1kgIQLHi .otp-back .otp-back-link:hover {
  color: #02150e;
}
.cid-vo1kgIQLHi .otp-card.otp-error {
  animation: otpShake 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.cid-vo1kgIQLHi .otp-card.otp-error .otp-box {
  border-color: #ff5a5a;
  background-color: #fff5f5;
}
@keyframes otpCardIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes otpBoxIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes otpFill {
  0% {
    transform: scale(0.85);
  }
  60% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes otpPop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes otpRing {
  0% {
    transform: scale(0.85);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes otpFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -25px) scale(1.08);
  }
}
@keyframes otpShake {
  10%,
  90% {
    transform: translateX(-2px);
  }
  20%,
  80% {
    transform: translateX(4px);
  }
  30%,
  50%,
  70% {
    transform: translateX(-8px);
  }
  40%,
  60% {
    transform: translateX(8px);
  }
}
@keyframes otpReadyPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(6, 178, 122, 0.35);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(6, 178, 122, 0);
  }
}
@media (max-width: 575px) {
  .cid-vo1kgIQLHi .otp-card {
    padding: 2.2rem 1.4rem;
  }
  .cid-vo1kgIQLHi .otp-inputs {
    gap: 0.4rem;
  }
  .cid-vo1kgIQLHi .otp-inputs .otp-box {
    width: 44px;
    height: 52px;
    font-size: 1.25rem;
  }
  .cid-vo1kgIQLHi .mbr-section-title {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 360px) {
  .cid-vo1kgIQLHi .otp-inputs {
    gap: 0.3rem;
  }
  .cid-vo1kgIQLHi .otp-inputs .otp-box {
    width: 38px;
    height: 46px;
    font-size: 1.1rem;
  }
}
.cid-vlo71ouNyn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #051f20;
}
.cid-vlo71ouNyn .text-right {
  text-align: right !important;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .content {
    text-align: center !important;
  }
  .cid-vlo71ouNyn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vlo71ouNyn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-vlo71ouNyn .social-list {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vlo71ouNyn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vlo71ouNyn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vlo71ouNyn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vlo71ouNyn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vlo71ouNyn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vlo71ouNyn .list {
  list-style-type: none;
  padding: 0;
}
.cid-vlo71ouNyn .copyright > p {
  text-align: right;
}
.cid-vlo71ouNyn #dynamic-links-container a,
.cid-vlo71ouNyn #dynamic-communications-container a,
.cid-vlo71ouNyn #dynamic-address-container p {
  color: #51a687 !important;
}
