/*
################
* === Elementor style  ===
################
*/
.brand-logo svg {
  color: var(--wp--preset--color--primary);
}
.brand-logo img {
  filter: invert(75%) sepia(26%) saturate(626%) hue-rotate(118deg) brightness(90%) contrast(85%);
}

ul.mas-elementor-nav-menu {
  margin-top: 0;
}

.wc-block-mini-cart__button {
  padding: 0 !important;
}

.el-mobile-header .brand-logo svg {
  min-width: 90px;
  min-height: 30px;
}

button.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 1;
}

.brand-logo.elementor-widget-image a,
.mobile-search .elementor-button-wrapper,
.elementor-widget-mas-mini-cart .elementor-widget-container {
  display: flex;
}

.brand-logo.elementor-widget-image a {
  justify-content: center;
}

.wc-block-mini-cart__button {
  color: var(--wp--preset--color--gray-100) !important;
}

.static {
  position: static !important;
}

@media (max-width: 1199px) {
  body:not(.elementor-editor-active) .el-desktop-header {
    display: none;
  }
  body:not(.elementor-editor-active) .el-mobile-header .handheld.collapse.show ul.mas-elementor-nav-menu {
    padding: 0 20px;
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-menu-toggle {
    width: 34px;
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-menu-toggle .navbar-toggler-icon {
    transition: all 0.8s;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 10px;
    background-color: var(--wp--preset--color--danger-2);
    border-radius: 50px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-menu-toggle .navbar-toggler-icon::after {
    content: "\f659";
    font-family: bootstrap-icons;
    font-size: 14px;
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-menu-toggle .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    left: 220px;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-menu-toggle .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    left: 290px;
  }
}
@media (max-width: 1199px) {
  body:not(.elementor-editor-active) .el-mobile-header .handheld {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transition: all 0.3s;
    z-index: 3;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: #fff;
    padding-top: 80px;
    display: block;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  body:not(.elementor-editor-active) .el-mobile-header .handheld {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  body:not(.elementor-editor-active) .el-mobile-header .handheld:not(.show) {
    left: -280px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  body:not(.elementor-editor-active) .el-mobile-header .handheld:not(.show) {
    left: -350px;
  }
}
@media (max-width: 1199px) {
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-nav-menu > .menu-item {
    border-bottom: 1px solid var(--wp--preset--color--gray-1100);
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-nav-menu > .menu-item > .nav-link {
    width: 100%;
    padding: 7px 0;
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-nav-menu > .menu-item .dropdown-menu {
    margin-bottom: 8px;
    border: 1px solid var(--wp--preset--color--gray-1100);
    border-radius: 8px;
    flex-direction: column;
    gap: 6px;
    padding: 16px 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-nav-menu > .menu-item .dropdown-menu.show {
    display: flex;
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-nav-menu > .menu-item .dropdown-menu .dropdown-submenu .dropdown-menu.show {
    display: flex !important;
  }
  body:not(.elementor-editor-active) .el-mobile-header .mas-elementor-nav-menu > .menu-item .dropdown-menu .dropdown-menu {
    margin: 10px 0 0 0;
  }
  body:not(.elementor-editor-active) > .elementor::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s;
  }
  body:not(.elementor-editor-active).handheld-active {
    overflow: hidden;
  }
  body:not(.elementor-editor-active).handheld-active > .elementor::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  body:not(.elementor-editor-active) .el-mobile-header,
  body:not(.elementor-editor-active) .search {
    display: none;
  }
}
body:not(.elementor-editor-active) .search {
  position: fixed;
  inset: 0;
  height: 100vh;
}
body:not(.elementor-editor-active) .search:not(.mas-collapsed) {
  opacity: 0;
  visibility: hidden;
}
body:not(.elementor-editor-active) .search.mas-collapsed {
  display: block !important;
}

.mas-elementor-menu-toggle button {
  background-color: transparent;
  border-width: 0;
}

.woocommerce-product-search {
  display: flex;
  padding: 10px;
  border: 1px solid var(--wp--preset--color--gray-1100);
  border-radius: 100px;
}
.woocommerce-product-search input[type=search] {
  border-width: 0;
}

.el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link {
  position: relative;
  min-height: 42px;
}
.el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link::before,
.el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link span::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link::before {
  height: 56px;
  background-color: transparent;
  top: 100%;
}
.el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link span::after {
  height: 4px;
  background-color: var(--wp--preset--color--primary);
  opacity: 0;
  bottom: -20px;
  transition: 0.3s ease-in-out;
}
.el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link s {
  text-decoration: none;
  background-color: var(--wp--preset--color--danger-2);
  font-size: 12px;
  font-weight: 400;
  padding: 8px 13px;
  border-radius: 14px;
  color: var(--wp--preset--color--base);
  line-height: 1;
  letter-spacing: -0.4px;
  display: inline-block;
  margin-left: 6px;
}
.el-primary-menu .mas-elementor-nav-menu > .menu-item:is(:hover) > .nav-link span::after {
  opacity: 1;
}
.el-primary-menu .elementor-widget-mas-nav-tabs .mas-nav-link {
  width: auto;
}

@media (min-width: 1200px) {
  .header-menu ul.dropdown-menu {
    box-shadow: none;
  }
}
.header-menu li.menu-item-has-children:is(:hover) > a {
  color: var(--wp--preset--color--primary-2) !important;
}
.header-menu li.menu-item-has-children > a {
  display: flex !important;
}
.header-menu li.menu-item-has-children > a::after {
  font-family: bootstrap-icons;
  content: "\f282";
  border-width: 0;
  font-size: 8px;
  line-height: 18.7px;
}
.header-menu li.menu-item-has-children li.menu-item-has-children > a::after {
  content: "\f285";
}

.el-desktop-header .woocommerce-product-search {
  padding: 4px 16px;
  flex-direction: row-reverse;
}
.el-desktop-header .woocommerce-product-search .search-field {
  padding: 0 14px;
}
.el-desktop-header .woocommerce-product-search .search-field::placeholder {
  font-size: 15px;
  font-weight: normal;
  color: var(--wp--preset--color--gray-800);
}
.el-desktop-header .woocommerce-product-search .wp-element-button {
  font-size: 12px;
  padding: 0;
  font-weight: 500;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-color: transparent;
}
.el-desktop-header .woocommerce-product-search .wp-element-button::after {
  content: " ";
  height: 15px;
  width: 15px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.02787 0.770264C4.48238 0.770264 0.779663 4.47298 0.779663 9.01849C0.779663 13.564 4.48238 17.2739 9.02787 17.2739C10.9694 17.2739 12.755 16.5935 14.1662 15.4638L17.6019 18.8977C17.7753 19.0639 18.0069 19.1556 18.2471 19.1532C18.4872 19.1507 18.7169 19.0543 18.8868 18.8846C19.0568 18.7149 19.1535 18.4854 19.1563 18.2452C19.1591 18.0051 19.0677 17.7734 18.9017 17.5998L15.466 14.1641C16.5967 12.7507 17.2779 10.9622 17.2779 9.01849C17.2779 4.47298 13.5734 0.770264 9.02787 0.770264ZM9.02787 2.60363C12.5826 2.60363 15.4427 5.46381 15.4427 9.01849C15.4427 12.5732 12.5826 15.4405 9.02787 15.4405C5.47319 15.4405 2.613 12.5732 2.613 9.01849C2.613 5.46381 5.47319 2.60363 9.02787 2.60363Z" fill="black"/></svg>');
}

a.wc-block-components-button:not(.is-link):focus {
  outline: none;
  box-shadow: none;
}

.eicon-menu-bar:before {
  content: "\f479" !important;
  font-family: bootstrap-icons;
  font-size: 22px;
}

.mas-elementor-menu-toggle i {
  font-style: normal;
}
.mas-elementor-menu-toggle button, .mas-elementor-menu-toggle button i {
  display: flex;
}

.top-bar p {
  margin: 10px 0;
}

span.wc-block-mini-cart__badge {
  width: 16px;
  height: 16px;
  margin-left: -50%;
}
@media (min-width: 1200px) {
  span.wc-block-mini-cart__badge {
    width: 19px;
    height: 19px;
    margin-left: -32%;
  }
}

@media screen and (min-width: 768px) {
  span.wc-block-mini-cart__amount {
    margin-right: 0;
  }
}
button.wc-block-mini-cart__button {
  gap: 10px;
}

@media (max-width: 1199px) {
  .header-2 .top-bar,
  .header-3 .top-bar {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-2 .el-primary-menu .header-menu .el-has-mega-menu > .dropdown-menu,
  .header-3 .el-primary-menu .header-menu .el-has-mega-menu > .dropdown-menu {
    left: 0;
    transform: translate(0%, 0%);
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .header-2 .el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link {
    padding: 0.5em 5px;
  }
}

.header-3 .el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link span::after {
  bottom: -14px;
}

.header-4 .el-primary-menu .mas-elementor-nav-menu > .menu-item > .nav-link span::after {
  bottom: -16px;
}
.header-4 .el-primary-menu .header-menu ul.dropdown-menu {
  top: calc(100% + 14px);
}

@media (min-width: 1200px) {
  body:not(.elementor-editor-active) .header-4.el-transparent {
    position: absolute;
    z-index: 1;
    top: 25px;
  }
  body:not(.elementor-editor-active) .header-4.el-transparent.sticky.el-transparent {
    background-color: transparent;
    box-shadow: none;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  body:not(.elementor-editor-active).scrolling-active .header-4.el-transparent.sticky {
    position: sticky;
    z-index: 99;
    animation-name: el-fadein;
    animation-duration: 0.2s;
  }
}
@media (min-width: 1200px) {
  body:not(.elementor-editor-active) .scrolling-active header.sticky:not(.el-transparent, .transparent) {
    background-color: var(--wp--preset--color--base);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

div.swiper-pagination {
  z-index: 1;
}

.el-primary-menu .header-menu ul.dropdown-menu {
  min-width: 240px;
  top: calc(100% + 18px);
  left: -36px;
  width: max-content;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .el-primary-menu .header-menu .menu-item-has-children:not(.el-has-mega-menu) s {
    text-decoration: none;
    background-color: var(--wp--preset--color--primary-2);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 13px;
    border-radius: 14px;
    color: var(--wp--preset--color--base);
    line-height: 1;
    letter-spacing: -0.4px;
    display: inline;
    margin-left: 6px;
  }
  .el-primary-menu .header-menu .el-has-mega-menu {
    position: static;
  }
  .el-primary-menu .header-menu .el-has-mega-menu > .dropdown-menu {
    padding: 0;
    width: 1060px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .el-primary-menu .header-menu .el-has-mega-menu .mas-tab-flex {
    align-items: center;
    gap: 32px;
  }
  .el-primary-menu .header-menu .el-has-mega-menu .mas-tab-icon,
  .el-primary-menu .header-menu .el-has-mega-menu .elementor-button-icon {
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .el-primary-menu .header-menu .el-has-mega-menu .mas-elementor-nav-tab-li > .mas-nav-link.active .mas-tab-icon,
  .el-primary-menu .header-menu .el-has-mega-menu .elementor-button:hover .elementor-button-icon {
    opacity: 1;
  }
  .el-primary-menu .header-menu .el-has-mega-menu .mas-elementor-nav-tab-li > .mas-nav-link.active {
    background-color: #fff;
  }
  .el-primary-menu .header-menu .el-has-mega-menu .tab-pane .elementor-widget-image a {
    display: block;
  }
  .el-primary-menu .header-menu .el-has-mega-menu .tab-pane .elementor-icon-list-text s {
    margin-left: 7px;
    padding: 6.5px 13px;
    background-color: var(--wp--preset--color--primary-2);
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 13px;
    border-radius: 14px;
    color: var(--wp--preset--color--base);
    line-height: 1;
    letter-spacing: -0.4px;
    display: inline;
  }
}

.grid-img figure.wp-caption {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.grid-img figure.wp-caption a::after {
  position: absolute;
  inset: 0;
  content: " ";
  z-index: 1;
}
.grid-img figure.wp-caption a:is(:hover) + .wp-caption-text {
  color: var(--wp--preset--color--primary-2);
}
.grid-img figure.wp-caption .wp-caption-text {
  top: 25px;
  position: absolute;
  left: 24px;
  right: 20px;
  cursor: pointer;
}

.wp-block-woocommerce-filled-mini-cart-contents-block h2.wc-block-mini-cart__title {
  font-size: 26px;
  margin: 0;
  padding-bottom: 10px;
}

div.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
  padding: 20px 0 0;
}

div.wc-block-mini-cart__items {
  padding: 0;
}

div.wc-block-mini-cart__footer .wc-block-mini-cart__footer-cart,
div.wc-block-mini-cart__footer .wc-block-components-button:not(.is-link).outlined {
  box-shadow: none;
}

div.wc-block-components-quantity-selector, div.wc-block-components-quantity-selector:after {
  border-radius: 50px;
}

div.wc-block-mini-cart__footer {
  padding: 16px 0;
}

ins.wc-block-components-product-price__value.is-discounted {
  margin-left: 0;
}

div.wc-block-mini-cart__template-part button.wc-block-components-drawer__close {
  height: 30px;
  background-color: var(--wp--preset--color--danger-2) !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: var(--wp--preset--color--base) !important;
  opacity: 1;
  top: 36px;
  border-width: 0;
}

@keyframes el-fadein {
  from {
    transform: translateY(8px);
  }
  to {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=elementor.css.map */
