/*============================
    SCREEN SIZES
=============================*/
/*============================
    COLORS
=============================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
.wrapper {
  min-height: calc(100vh - 272px);
}

a {
  color: inherit;
}

body {
  --swiper-theme-color: #ebabab;
  --swiper-pagination-color: #ebabab;
  --swiper-pagination-bullet-inactive-color: #ebabab;
}
body .wpforms-container .wpforms-field-label {
  font-weight: 400;
}

.is-loaded .swiper {
  opacity: 1;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto;
  width: 100%;
}
.container--narrow {
  max-width: 1024px;
}
@media (max-width: 599px) {
  .m-hidden {
    display: none;
  }
}

.block {
  display: block;
}

.bg--gray {
  background-color: #ededed;
}
.bg--light-gray {
  background-color: #fafafa;
}
.bg--light-blue {
  background-color: var(--accent-main-light);
}
.bg--accent {
  background-color: var(--accent-main-bg);
}
.bg--light {
  background: #fff;
}

.no-link {
  border: none;
}

.pointer {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.sticky {
  position: sticky;
  top: 0;
}

.bg--cover {
  width: 100%;
  height: 100%;
}

.post-navigation {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .post-navigation {
    display: none;
  }
}
.post-navigation h2 {
  display: none;
}

.entry-title {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 1.2;
  display: inline-block;
}

.article__content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.article__content p {
  margin: 1.2rem 0;
}
.article__content p:first-child {
  margin-top: 0;
}
.article__content a {
  text-decoration: underline;
  font-weight: 600;
  color: #000;
}
.article__content .entry-meta {
  margin: 2rem 0;
  color: #989898;
  display: none;
}

.wp-block-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-latest-posts li {
  width: calc(33.33% - 20px);
  background-color: #fff;
  box-shadow: 0 0 17px 3px #ececec;
  padding: 40px;
  cursor: pointer;
}
@media (max-width: 599px) {
  .wp-block-latest-posts li {
    width: 100%;
  }
}
.wp-block-latest-posts li:nth-child(odd) {
  margin-right: 30px;
}
@media (max-width: 599px) {
  .wp-block-latest-posts li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.wp-block-latest-posts li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 1rem;
  display: inline-block;
}
.wp-block-latest-posts li:nth-child(3n+3) {
  margin-right: 0;
}
.wp-block-latest-posts__featured-image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wp-block-latest-posts__featured-image::before {
  content: "";
  width: 1px;
  height: 0;
  padding-top: 70%;
  display: block;
}
.wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.nav-links .nav-next {
  margin-left: auto;
}
.nav-links a {
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #ededed;
  color: #333;
  background-color: #ededed;
  transition: color 0.3s, background-color 0.3s;
}
.nav-links a:hover {
  background-color: #efefef;
  color: #000;
}
.nav-links a .nav-title {
  font-weight: 600;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 40px;
  border: 1px solid #ededed;
  padding-left: 21px;
  max-width: 320px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  padding-right: 50px;
}

select:focus {
  background-image: linear-gradient(45deg, #ededed 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ededed 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ededed;
  outline: 0;
}

.slideshow-button {
  padding: 5px 25px;
  border-radius: 4px;
  border: 2px solid #333;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.custom-link {
  /* Add your custom link styles here */
}

.slide {
  width: 100%;
}
.slide--full {
  height: 100vh;
}
.slide--accent {
  color: #fff;
  background-color: #4942e3;
  background: linear-gradient(-380deg, #280D4A 0%, #7B50AB 100%);
}
.slide--accent h2 {
  color: #fff;
}

.fixed {
  position: fixed;
}

i {
  display: flex;
  justify-content: center;
  align-items: center;
}
i svg {
  width: 30px;
  height: 30px;
}

.read-more {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 5px;
}

.single-post p {
  margin-bottom: 20px;
}

strong {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 28px;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  h2,
  .h2 {
    font-size: 18px;
  }
}

h3,
.h3 {
  line-height: 1.5;
}
.content-wrapper h3,
.content-wrapper .h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.content-wrapper h3:first-child,
.content-wrapper .h3:first-child {
  margin-top: 0;
}

h4,
.h4 {
  font-size: 1.4rem;
}

b,
.bold,
.title {
  font-weight: 600;
}

.subtitle {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-size: 10px;
  letter-spacing: 0.1px;
  font-weight: 600;
}

.light {
  color: #fff;
}

button.button.cta {
  padding: 10px 20px;
  background-color: red;
}

.large-text h2 {
  font-size: 4.2px;
  font-weight: 800;
}
@media (max-width: 599px) {
  .large-text h2 {
    font-size: 2.2px;
  }
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.btn {
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0.4rem;
}
.btn--border {
  border: 1px solid;
  background-color: transparent;
}
.btn--grad {
  background: linear-gradient(-380deg, #280D4A 0%, #7B50AB 100%);
  color: #fff;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.wp-block-button__link {
  font-size: 20px;
  background: #fff;
  color: #280D4A !important;
  font-weight: 600;
}

.cta-block {
  background: linear-gradient(-380deg, #280D4A 0%, #7B50AB 100%);
  color: #fff;
}

.page-template-content h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-template-content h2:first-child {
  margin-top: 0;
}

.site-main h3,
.site-main .h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.site-main h3:first-child,
.site-main .h3:first-child {
  margin-top: 0;
}

.lazyload-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: background-color 600ms;
  transition-delay: 1200ms;
}
.lazyload-wrapper.lazyParentLoaded {
  background-color: rgba(255, 255, 255, 0);
}
.lazyload-wrapper.cover {
  position: absolute;
  top: 0;
  left: 0;
}
.lazyload-wrapper.cover > div {
  background-size: cover;
  background-position: center center;
}
.lazyload-wrapper > div {
  width: 100%;
  height: 100%;
}

.ws-loader {
  transition: opacity 0.5s, transform 1s;
  pointer-events: none;
  opacity: 0;
}
.is-loaded .ws-loader {
  pointer-events: none;
  opacity: 0;
}
.ws-loader svg {
  transition: transform 1s, opacity 0.8s;
  transform-origin: left top !important;
  transform: scale(1) translate(-50%, -50%) !important;
  opacity: 1;
}
.is-loaded .ws-loader svg {
  transform: scale(0.6) translate(-50%, -50%) !important;
  opacity: 0;
}

.nav-submenu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  transition: transform 0.4s, border-color 0.6s;
}
.show-submenu .nav-submenu {
  pointer-events: all;
}

.sub-menu-section {
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.3s;
  transform: translateY(-100%);
  pointer-events: none;
  border-top: 1px solid #f3f3f3;
}
.show-submenu .sub-menu-section {
  transform: translateY(0);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sub-menu-section.show-menu {
  opacity: 1;
  pointer-events: all;
}
.sub-menu-section .container > ul {
  border-left: 1px solid #ededed;
}
.sub-menu-section .container > ul:first-child {
  border-left: none;
}
.sub-menu-section .container > ul > li > a::after {
  bottom: 15px;
}
.sub-menu-section li.current-menu-item > a:after {
  opacity: 1;
}
.sub-menu-section a {
  transition: opacity 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
  position: relative;
}
.sub-menu-section a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 6px;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  background-color: #333;
}
.sub-menu-section a:hover:after {
  opacity: 1;
}

[data-nav] {
  opacity: 0;
  pointer-events: none;
}

.menu-open .header {
  pointer-events: all;
  transform: translateY(0);
}

.icon-ilusalong path {
  fill: #000 !important;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0;
  top: 0;
  transition: transform 1s;
}
@media (max-width: 599px) {
  .is-loaded .header {
    transform: translateY(-100%);
  }
}
.header__left span.name {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 900px) {
  .header {
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .menu-open .header {
    pointer-events: all;
    transform: translateY(0);
  }
  .header__left {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header__right {
    width: 100%;
    height: 100%;
  }
  .header nav {
    height: 100%;
  }
}
.header nav ul {
  transition: opacity 0.5s;
}
@media screen and (max-width: 800px) {
  .header nav ul {
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding-bottom: 20px;
    pointer-events: none;
    opacity: 0;
  }
  .header nav ul li {
    margin-top: 1rem;
  }
  .header nav ul a {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .menu-open .header nav ul {
    opacity: 1;
    pointer-events: all;
  }
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate(0, -101%);
  transition: transform 0.3s;
}
@media screen and (max-width: 800px) {
  .header::before {
    width: 100%;
    height: 100%;
  }
}
.single-post .header::before, .page-template-blog .header::before, .page-template-content .header::before, .is-scrolled .header::before {
  transform: translate(0, 0%);
}
@media screen and (max-width: 800px) {
  .single-post .header::before, .page-template-blog .header::before, .page-template-content .header::before, .is-scrolled .header::before {
    transform: translate(0, -101%);
  }
}
@media (max-width: 900px) {
  .menu-open .header::before {
    transform: translate(0, 0%);
  }
}
.header span,
.header a {
  transition: color 1s;
}
@media screen and (max-width: 800px) {
  .header .container {
    flex-direction: column;
    height: 100%;
  }
}

.logo {
  position: relative;
  width: 68px;
  height: 68px;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: -3px;
}
.logo svg {
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
}
.logo img {
  position: absolute;
  width: 100%;
}
.logo img::after {
  content: "";
  width: 1px;
  padding-top: 60%;
}

.header-mobile-placeholder {
  position: relative;
  width: 100%;
  float: left;
}

.header-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  height: 60px;
  background-color: white;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 900px) {
  .header-mobile {
    pointer-events: all;
    opacity: 1;
    flex-direction: row;
  }
}
.header-mobile svg {
  margin: 12.5px;
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
}
.header-mobile__button svg {
  padding: 7.5px;
  fill: #fff;
}

.header-mobile__button rect {
  transition: transform 0.3s, opacity 0.3s;
  fill: #000;
}

@media (max-width: 900px) {
  .menu-open .header {
    pointer-events: all;
    transform: translateY(0);
  }
}
.menu-open .menubtn-top {
  transform: rotate(45deg) translate(12px, 0px);
}
.menu-open .menubtn-middle {
  display: none;
}
.menu-open .menubtn-bottom {
  transform: rotate(-45deg) translate(-52px, 0px);
}

.footer .icon-facebook {
  width: 30px;
  padding: 4px;
}
.footer__follow {
  position: relative;
  left: -4px;
}
.footer__disclaimer {
  padding: 10px 0;
  margin-top: 40px;
}

.navigation nav {
  height: 100%;
}
@media (max-width: 900px) {
  .navigation nav {
    height: auto;
    margin-top: 120px;
  }
}
.navigation nav > ul > li a {
  justify-content: center;
  align-items: center;
  transition: border-color 0.3s;
}
.navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.navigation .menu-item {
  height: 100%;
  position: relative;
  display: inline-flex;
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  .navigation .menu-item {
    height: auto;
  }
}
.navigation .menu-item > a {
  overflow: hidden;
}
.navigation .menu-item > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s;
  transform: translateY(100%);
  height: 3px;
  background-color: #ebabab;
  border-radius: 2px;
}
.navigation .menu-item.current-menu-item a:before {
  transform: translateY(0);
}
.navigation .menu-item:hover {
  opacity: 0.65;
}
.navigation .menu-item:hover a:before {
  transform: translateY(0);
}
.navigation .menu-item-has-children > a:after {
  content: "";
  display: block;
  margin: 0px auto;
  width: 8px;
  height: 8px;
  position: relative;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-135deg);
  margin-left: 8px;
  top: -2px;
}
@media (max-width: 900px) {
  .navigation .menu-item-has-children > a:after {
    display: none;
  }
}
.navigation .menu-item ul {
  position: absolute;
  top: 100%;
  width: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(-200%);
  transition: transform 0.3s, opacity 0.2s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 900px) {
  .navigation .menu-item ul {
    display: none;
  }
}
.navigation .menu-item ul li {
  background-color: #fff;
  width: 100%;
  position: relative;
  height: auto !important;
}
.navigation .menu-item ul li a {
  padding: 10px 0;
  width: 100%;
  border: none;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  line-height: 1.25;
}
.navigation .menu-item ul li ul {
  pointer-events: none !important;
  opacity: 0 !important;
  left: 100%;
  top: 0;
}
.navigation .menu-item ul li:hover ul {
  opacity: 1 !important;
  pointer-events: all !important;
}
.navigation .menu-item a {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .navigation .menu-item a {
    padding-left: 0;
  }
}
.navigation .cta {
  margin-left: 15px;
  color: #fff;
}
.navigation .cta a {
  border: 1px solid;
  border-radius: 0.4rem;
}
.navigation .sub-menu {
  display: none;
}

.form-subscribe-placeholder {
  width: 1px;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .form-subscribe-placeholder {
    display: none;
  }
}

.form-subscribe {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  background-color: #fcfcfc;
}
@media screen and (max-width: 800px) {
  .form-subscribe {
    position: relative;
    height: auto;
  }
}
.form-subscribe__application {
  padding-bottom: 24rem;
}
@media screen and (max-width: 800px) {
  .form-subscribe__application {
    padding: 4rem;
    background-color: #fff;
    border-radius: 0.4rem;
  }
}
.form-subscribe .newsletter {
  position: relative;
}
.form-subscribe .newsletter__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: 600;
  border-radius: 0.4rem;
}
.form-subscribe .newsletter.success .newsletter__success {
  opacity: 1;
}
.form-subscribe__contact {
  padding: 4rem;
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 22px 0px rgba(15, 26, 75, 0.3019607843);
}
@media screen and (max-width: 800px) {
  .form-subscribe__contact {
    margin-top: 6rem;
    margin-bottom: 12rem;
  }
  .form-subscribe__block .container {
    padding: 0;
  }
}
.form-subscribe .container {
  z-index: 1;
}

.footer-bg {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/worldDot.png");
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.1;
}

.bottom-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-size: auto 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.subscriptions {
  position: relative;
}
.subscriptions__success {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 1s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  font-weight: 600;
  pointer-events: none;
}
.subscriptions.success .subscriptions__success {
  opacity: 1;
  pointer-events: all;
}

.field {
  display: flex;
  flex-direction: column;
}
.field input {
  background-color: #fafafa;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #adadad;
  border-radius: 0.4rem;
  transition: background-color 300ms;
  padding-left: 1rem;
}
.field input.error {
  background-color: #ffe4e4;
  color: #790909;
}
.field label {
  margin-bottom: 0.5rem;
}
.field--combo {
  display: flex;
  flex-direction: row;
  background: #fff;
  padding: 0.5rem;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
}
@media screen and (max-width: 800px) {
  .field--combo {
    flex-direction: column;
  }
}
.field--combo input {
  width: 100%;
  border: none;
}
.wrapper-block {
  position: relative;
}
@media screen and (max-width: 800px) {
  .wrapper-block {
    margin-top: 3rem;
  }
  .wrapper-block:first {
    margin-top: 0;
  }
}
.wrapper-block.full {
  padding: 0;
}
.wrapper-block.narrow .container {
  width: 100%;
}
@media (max-width: 599px) {
  .wrapper-block.narrow .container {
    width: 100%;
  }
}

.card-repeater h3::after,
.card-repeater .h3::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 11%, #dcdcdc 100%);
  margin: 20px 0 10px;
}
.card-repeater__item {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 3px 3px 9px 2px rgba(151, 151, 151, 0.1294117647);
  border: 1px solid #ededed;
}
@media screen and (max-width: 800px) {
  .card-repeater__item {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.card-repeater__item.price-corporate .card-repeater__text {
  cursor: pointer;
  text-decoration: underline;
}
.card-repeater__item.special-price {
  padding: 0;
}
.card-repeater__item.special-price::after {
  content: "Best value";
  padding: 10px;
  background-color: #29d529;
  border-radius: 0.4rem;
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(15%, -50%);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
}
.card-repeater__item.special-price .card-repeater__content {
  padding: 30px;
}
.card-repeater .card-repeater__list-item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4px;
}
.card-repeater .card-repeater__list-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #dc5af0;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.card-repeater__icon {
  width: 60px;
  padding: 10px;
  background: #7B50AB;
  border-radius: 4px;
  border: 1px solid #7B50AB;
  margin-bottom: 20px;
}
.card-repeater__icon path {
  fill: #fff !important;
}
.card-repeater.card-floater .card-repeater__item {
  margin-bottom: 30px;
}
.card-repeater.card-floater .card-repeater__item:nth-child(2) {
  top: 160px;
}
@media screen and (max-width: 800px) {
  .card-repeater.card-floater .card-repeater__item:nth-child(2) {
    top: 0;
  }
}
.card-repeater.card-floater .card-repeater__item:last-child {
  margin-bottom: 0;
}
.card-repeater--columns h3::after,
.card-repeater--columns .h3::after {
  display: none;
}
.card-repeater--columns .card-repeater__item {
  margin-right: 0;
  margin-bottom: 40px;
  width: calc(50% - 20px);
}
.card-repeater--columns .card-repeater__item:nth-child(odd) {
  margin-right: 40px;
}
.card-repeater--columns .card-repeater__item:nth-child(even) {
  margin-right: 0;
}
.card-repeater--columns .card-repeater__icon {
  min-width: 7rem;
  margin-right: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.card-repeater--columns .card-repeater__icon path {
  fill: #ba38db !important;
}
.card-repeater--prices .card-repeater__item {
  margin-right: 30px;
  width: 25%;
}
.card-repeater--prices .card-repeater__item:last-child {
  margin-right: 0 !important;
}
.card-repeater--prices .card-repeater__title {
  text-align: center;
}
.card-repeater--prices .card-repeater__text {
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .card-repeater--prices .card-repeater__text {
    font-size: 20px;
  }
}

.texts .sticky-integration {
  top: 16rem;
}
.texts__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-with-image__right {
  position: relative;
}
@media screen and (max-width: 800px) {
  .text-with-image__right {
    height: auto;
    height: 0;
  }
}
@media (max-width: 599px) {
  .text-with-image__right .lazyload-wrapper {
    position: absolute;
  }
}
.text-with-image__button {
  margin-top: 2rem;
}

.feature-list {
  display: block;
  position: relative;
}
.feature-list__fixed {
  position: sticky;
  display: block;
  top: 10rem;
}
.feature-list .subtitle {
  position: relative;
  top: -1rem;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 600;
}
.feature-list .cover {
  transform: scale(1);
  margin: 20px 0 0rem;
}
.feature-list .title {
  margin-bottom: 24px;
}
.feature-list .title strong {
  display: inline-block;
  color: #7B50AB;
}
.feature-list__left {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.feature-list__right {
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 1024px) {
  .feature-list__right {
    margin-top: 2rem;
  }
}
.feature-list div[data-feature] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 4rem;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 0.4rem;
}
.feature-list div[data-feature].active {
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.feature-list div[data-feature] img {
  max-width: 100%;
  width: 100%;
}
.feature-list__name {
  padding: 1rem 0;
  cursor: pointer;
  transition: opacity 0.3s, color 0.3s;
  position: relative;
  color: #555;
}
@media (max-width: 599px) {
  .feature-list__name {
    display: inline-flex;
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.feature-list__name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(100%, -50%);
  height: 0.4rem;
  width: 0;
  right: 3rem;
  background-color: #7B50AB;
  transition: width 0.3s;
  border-radius: 0.2rem;
}
@media (max-width: 599px) {
  .feature-list__name::after {
    display: none;
  }
}
.feature-list__name:first-child {
  padding-top: 0;
}
.feature-list__name.active {
  color: #000;
}
@media (max-width: 599px) {
  .feature-list__name.active {
    background: linear-gradient(-380deg, #280D4A 0%, #7B50AB 100%);
    color: #fff;
    border-radius: 0.4rem;
  }
}
.feature-list__name.active::after {
  width: 20px;
}
.feature-list__name:hover {
  color: #000;
}
@media (max-width: 599px) {
  .feature-list__name:hover {
    color: #fff;
  }
}
.feature-list__item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
}
.feature-list__integrations {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .feature-list__integrations {
    width: auto;
    display: inline-flex;
  }
}
.feature-list__integrations i {
  float: left;
}
@media (max-width: 1024px) {
  .feature-list__integrations .row {
    justify-content: flex-start;
    flex-direction: row;
  }
}
.feature-list__integration-item {
  display: inline-flex;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .feature-list__integration-item {
    margin-right: 10px;
    padding: 0 10px 10px 0;
  }
}
.feature-list__integration-name {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 599px) {
  .feature-list .text-with-image__media {
    display: none;
  }
  .list-repeater .row {
    flex-direction: row;
  }
}
.list-repeater__item {
  width: 100%;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
}
.list-repeater__item:hover:before {
  opacity: 1;
}
.list-repeater__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: opacity 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 40px 80px;
}
.list-repeater__item-content {
  position: relative;
}
.list-repeater__title {
  text-transform: uppercase;
  font-weight: 600;
}
.list-repeater h4 {
  font-size: 16px;
  line-height: 1;
}
.list-repeater__text {
  white-space: no-wrap;
}
@media (max-width: 599px) {
  .list-repeater__text {
    opacity: 0.5;
  }
}
.list-repeater__separator {
  flex-grow: 2;
  height: 32px;
  margin: 0 20px;
  border-bottom: 4px dotted #996d82;
  align-self: end;
}
@media (max-width: 599px) {
  .list-repeater__separator {
    border-bottom: none;
  }
}
.list-repeater__amount {
  font-size: 20px;
  font-weight: 600;
  align-self: end;
}
@media (max-width: 599px) {
  .list-repeater__amount {
    white-space: nowrap;
  }
}

.landing-store-intro img {
  height: 80px;
}

.landing-shopintro .intro-icon {
  width: 80px;
  height: 80px;
}
.landing-shopintro .intro-icon svg {
  width: 40px;
  height: 30px;
}

#home .text-with-image {
  width: 100%;
}
@media (max-width: 1024px) {
  #home .text-with-image {
    flex-direction: column;
    width: 100%;
  }
  #home .text-with-image__left {
    width: 100%;
    text-align: center;
    max-width: 75%;
    justify-content: center;
    margin: 0 auto;
  }
  #home .text-with-image__left a {
    margin-left: auto;
    margin-right: auto;
  }
}
#home .text-with-image__right {
  padding-left: 8rem;
}
@media (max-width: 1024px) {
  #home .text-with-image__right {
    width: 100%;
    min-height: 50vh;
    padding-bottom: 4rem;
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  #home .text-with-image__right {
    padding-left: 0;
  }
}
#home .first-slide {
  margin-top: 6rem;
  height: 70vh;
}
@media (max-width: 1024px) {
  #home .first-slide {
    height: auto;
  }
}
#home .cover {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
#home .cover .lazyload-wrapper {
  width: 100%;
}

@media (max-width: 1300px) {
  #about .card-repeater {
    order: 1;
  }
}
@media (max-width: 900px) {
  #about .card-repeater {
    order: 2;
    margin-top: 4rem;
  }
}
#about .card-repeater__item {
  max-width: calc(50% - 3rem);
}
@media (max-width: 1300px) {
  #about .card-repeater__item {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  #about .card-repeater__item {
    width: calc(33.33% - 3rem);
    margin: 0 2rem 2rem 0;
  }
}
@media (max-width: 900px) {
  #about .card-repeater__item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1300px) {
  #about .card-repeater__item:nth-child(2) {
    top: 0;
  }
}
#about .card-repeater > .row {
  width: 100%;
}
@media (max-width: 1300px) {
  #about .card-repeater > .row {
    flex-direction: row;
    margin-top: 3rem;
    justify-content: center;
  }
  #about .texts__wrapper {
    padding-bottom: 2rem;
    margin: 0 auto;
    max-width: 75%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  #pricing .card-repeater > .row {
    flex-wrap: wrap;
  }
  #pricing .card-repeater--prices .card-repeater__item {
    width: calc(50% - 3rem);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  #pricing .card-repeater--prices .card-repeater__item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.single-main {
  margin-top: 8rem;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.0509803922);
}

.page-template-blog {
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .page-template-blog .py-4 {
    padding-bottom: 0 !important;
  }
  .category-blog {
    margin-bottom: 4rem;
  }
}
.category-blog .post-thumbnail {
  overflow: hidden;
}
.category-blog .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.services__item {
  border: 1px solid #ededed;
  border-radius: 12px;
}
@media (max-width: 900px) {
  .services__item:nth-child(even) {
    margin-right: 0;
  }
}
.services__icon {
  height: 200px;
  width: 200px;
  min-width: 200px;
  background: #f9e8e8;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 900px) {
  .services__icon {
    min-width: 100px;
    height: auto;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.services__icon svg {
  width: 100%;
  height: 100%;
}
.services__title {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .services__title {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
  }
}

.widget form[role=search] {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 54px;
  position: relative;
  right: -7px;
}
.widget form[role=search] input {
  height: 51px;
  padding: 0 0 0 26px;
  color: #fff;
}
.widget form[role=search] input::-moz-placeholder {
  color: #fff;
}
.widget form[role=search] input::placeholder {
  color: #fff;
}

.akbox .header {
  background-color: #2d2d2d;
}
.akbox .header::before {
  background-color: #2d2d2d;
}
.akbox .wc-block-mini-cart__button {
  background-color: #2d2d2d;
  border: 1px solid #514f4f;
  border-radius: 0 4px 4px 0;
  padding: 14px 13px;
}
.akbox .wc-block-mini-cart__button:hover {
  opacity: 1;
}
.akbox .menu-item a {
  background-color: #2d2d2d;
}
.akbox .logo {
  width: auto;
}
.akbox .header-mobile {
  background-color: #2d2d2d;
}
@media (max-width: 900px) {
  .akbox .header-mobile .icon-akbox svg {
    margin: 5px 0 0 1rem;
  }
}
.akbox .icon-akbox {
  position: relative;
  top: -4px;
}
.akbox .icon-akbox svg {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}
.akbox .icon-akbox svg path {
  fill: #fff !important;
}
.akbox .footer {
  background-color: #2d2d2d;
}
.akbox .page-numbers.current {
  color: #fff !important;
  background-color: #2d2d2d !important;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  margin-top: 20px;
}

.variations label {
  padding-right: 10px;
}

.product_meta {
  margin-top: 20px;
}

.woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
}

.woocommerce-product-gallery__trigger {
  width: 100%;
  height: 100%;
  text-align: right;
}

.single-product-content div {
  font-size: 14px;
}
.single-product-content h3 {
  font-weight: 600;
  font-size: 18px;
}
.single-product-content h4 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
}

.flex-control-thumbs {
  display: flex;
}
.flex-control-thumbs li img {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.flex-control-thumbs li img.flex-active {
  opacity: 1;
}

@media (max-width: 900px) {
  .woocommerce-product-gallery {
    width: 100% !important;
  }
  .wc-block-mini-cart {
    margin-top: 30px;
  }
}

h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 100;
}

.wp-block-woocommerce-mini-cart-shopping-button-block {
  margin-top: 1rem;
  min-height: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.single-product-details {
  position: relative;
}
.single-product-details .media-content img {
  border-radius: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.single-product-details .entry-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
.single-product-details .entry-images {
  background: white;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
.single-product-details .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-product-details .price ins {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  text-decoration: none !important;
}
.single-product-details .price del {
  margin-top: auto;
  position: relative;
  top: 0.125rem;
  margin-left: 0.5rem;
}
.single-product-details .price .woocommerce-Price-amount {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
}
.single-product-details .summary.entry-summary .single_variation_wrap,
.single-product-details .summary.entry-summary form {
  margin-top: 1.5rem;
}
.single-product-details .summary.entry-summary .single_variation_wrap input,
.single-product-details .summary.entry-summary form input {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  border: 1px solid #ededed;
  height: 40px;
}
.single-product-details .summary.entry-summary .single_variation_wrap button,
.single-product-details .summary.entry-summary form button {
  border-radius: 0px;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 171 / var(--tw-bg-opacity));
  font-weight: 600;
}
.single-product-details .summary.entry-summary .single_variation_wrap button:hover,
.single-product-details .summary.entry-summary form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 171 / var(--tw-bg-opacity));
}
.single-product-details th.label {
  vertical-align: middle;
}
.single-product-details a.reset_variations {
  line-height: 40px;
  padding-left: 20px;
}
.single-product-details .ajax_add_to_cart {
  background-color: transparent;
  transition: all 0.3s ease;
}
.single-product-details span.onsale {
  top: 0;
  right: 0;
  background-color: #ebabab;
  font-weight: 300;
  font-size: 0;
  min-height: 0;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.single-product-details span.onsale:after {
  content: "%";
  font-size: 20px;
  position: relative;
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.65);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: all 0.3s ease;
}

article.product:not(.single-product-details) {
  position: relative;
}
article.product:not(.single-product-details) .media-content img {
  border-radius: 0.5rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
article.product:not(.single-product-details) .entry-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
}
article.product:not(.single-product-details) .price {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-right: auto;
  justify-content: flex-end;
}
article.product:not(.single-product-details) .price ins {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 100;
  text-decoration: none !important;
}
article.product:not(.single-product-details) .price del {
  margin-top: auto;
  position: relative;
  top: 0.125rem;
  margin-left: 0.5rem;
}
article.product:not(.single-product-details) .ajax_add_to_cart {
  background-color: transparent;
  transition: all 0.3s ease;
}
article.product:not(.single-product-details) .ajax_add_to_cart.added:after {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 171 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
article.product:not(.single-product-details) .ajax_add_to_cart.added svg {
  position: relative;
  opacity: 0;
}
article.product:not(.single-product-details) .added_to_cart.wc-forward {
  position: absolute;
  display: none;
}
article.product:not(.single-product-details) span.onsale {
  top: 0;
  right: 0 !important;
  transform: translate(-25%, -25%);
  background-color: #ebabab;
  font-weight: 300;
  font-size: 0;
  min-height: 0;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
article.product:not(.single-product-details) span.onsale:after {
  content: "%";
  font-size: 20px;
  position: relative;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  font-weight: 400;
  letter-spacing: 0em;
}

.wc-block-components-totals-item__value,
.woocommerce form .form-row .required,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th {
  font-weight: 400;
  letter-spacing: 0em;
}

.woocommerce a.remove {
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 171 / var(--tw-bg-opacity));
  font-weight: 600;
  letter-spacing: 0em;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: #ebabab;
  --track-background: linear-gradient(
      to right,
      transparent var(--low),
      var(--range-color) 0,
      var(--range-color) var(--high),
      transparent 0
    )
    no-repeat 0 100% /100% 100%;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0;
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: underline;
}

body.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
body.woocommerce nav.woocommerce-pagination ul li > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
body.woocommerce nav.woocommerce-pagination ul li {
  border-style: none;
}
body.woocommerce nav.woocommerce-pagination ul li span, body.woocommerce nav.woocommerce-pagination ul li a {
  transition: background-color 0.3s !important;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  display: inline-block;
}
body.woocommerce nav.woocommerce-pagination ul li span:hover, body.woocommerce nav.woocommerce-pagination ul li span.current, body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav.woocommerce-pagination ul li a.current {
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 171 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body .woocommerce .wc-block-active-filters__list-item-type {
  font-weight: 100;
}

body .woocommerce-notices-wrapper div.wc-block-components-notice-banner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
}
body .woocommerce-notices-wrapper div.wc-block-components-notice-banner__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
body .woocommerce-notices-wrapper div.wc-block-components-notice-banner__content .wc-forward {
  margin-left: auto;
  padding: 16px !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-decoration-line: none;
  transition: opacity 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.wc-block-components-notice-banner.is-success {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(197 240 209 / var(--tw-bg-opacity));
}
.wc-block-components-notice-banner.is-info {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(216 230 255 / var(--tw-bg-opacity));
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce-cart-form {
  font-weight: 600;
}
.woocommerce-cart-form .wc-proceed-to-checkout {
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 171 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce .input-text {
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 100;
  border: 1px solid #e5e5e5;
}
.woocommerce textarea.input-text {
  min-height: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.widget .widget-title,
.widget h3 {
  font-weight: 600;
}
.widget form[role=search] {
  right: 0;
}
.widget form[role=search] input {
  color: black;
}
.widget form[role=search] input::-moz-placeholder {
  color: black;
}
.widget form[role=search] input::placeholder {
  color: black;
}
.widget .wc-blocks-filter-wrapper {
  margin-top: 35px;
}
.widget .wc-block-components-price-slider {
  margin-bottom: 0px !important;
}

.sidebar-shop {
  margin-top: 0px;
}

.woocommerce-pagination {
  display: inherit;
}

.woocommerce-ordering,
.woocommerce-result-count {
  margin-bottom: 0 !important;
}

.woocommerce-ordering {
  margin-left: auto !important;
}

form[class=cart] {
  display: flex;
  flex-direction: row;
}

.single-product-details .entry-title {
  margin-top: 0;
}

.swiper .swiper-pagination--lg .swiper-pagination-bullet {
  width: 35px;
  border-radius: 4px;
  height: 15px;
  transition: all 0.3s ease;
}
.swiper .swiper-pagination--lg .swiper-pagination-bullet-active {
  width: 20px;
}
.swiper .swiper-pagination--lg .swiper-pagination-bullet {
  margin: 0 5px;
}

[data-swiper-product-tab-slideshow] {
  padding-bottom: 4rem;
}

[data-swiper-slide-index] {
  transition: opacity 0.3s;
}
.is-loaded [data-swiper-slide-index] {
  opacity: 1 !important;
}

.lazyload,
.lazyloading {
  opacity: 0;
  transform: scale(1.05);
}

.lazyloaded {
  opacity: 1;
  transition: opacity 1200ms, transform 1200ms cubic-bezier(0.45, 0.25, 0.2, 1);
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.75;
  background: #f9f9f9;
}

th,
td,
input,
textarea,
li,
option {
  font-size: 14px;
}

input,
textarea {
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
}

main {
  position: relative;
  z-index: 2;
}

.policy-footer {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}
.policy-footer ul {
  display: flex;
}
.policy-footer li {
  margin-right: 10px;
}
.policy-footer li:last-child {
  margin-right: 0;
}
.policy-footer li a {
  text-decoration: underline;
}

.swiper-slide {
  background-color: #fff6e2;
}
