/* 
Theme Name: Larapress
Theme URI: none
Description:  Larapress is a custom wordpress theme.
Author: Eduardo Rangel
Author URI:
Version: 1.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

@font-face {
    font-family: 'Sister Spray';
    src: url('./public/webfonts/URBANSPRAY.woff2') format('woff2'),
        url('./public/webfonts/URBANSPRAY.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --primaryColor: #0DC4FB;
  --secondaryColor: #F734B4;
  --darkColor: #1f1118;
  --buttonDarkBg: #171b22;
  --buttonDarkBgHover: #202631;
  --buttonDarkBorder: #2a303b;
  --buttonAccent: #F734B4;
  --header-offset-mobile: 64px;
  --header-offset-desktop: 189px;
  --header-offset-desktop-condensed: 151px
}


.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1004;
  background: #0d1219;
  overflow: visible
}

@media(max-width: 1199px) {
  .main-header {
    overflow: visible
  }
}

.admin-bar .main-header {
  top: 32px
}

@media(max-width: 782px) {
  .admin-bar .main-header {
    top: 46px
  }
}
.product__meta{
  margin: 0 0 5px;
}
.product__meta p{
  margin: 0;
}

.main-header .navbar-brand {
  max-width: 100%
}

.lp-header-logo {
  position: relative;
  display: inline-flex;
  align-items: center
}

.lp-header-logo__img {
  display: block;
  transition: opacity .25s ease
}

.lp-header-logo__img--hover {
  position: absolute;
  inset: 0;
  opacity: 0
}

@media(min-width: 1200px) {
  .lp-header-logo:hover .lp-header-logo__img--default,
  .lp-header-logo:focus-visible .lp-header-logo__img--default {
    opacity: 0
  }

  .lp-header-logo:hover .lp-header-logo__img--hover,
  .lp-header-logo:focus-visible .lp-header-logo__img--hover {
    opacity: 1
  }
}

@media(max-width: 575px) {
  .main-header .navbar-brand {
    padding: 0
  }
}

.main-header .navbar-brand img {
  width: 94px;
  height: auto
}

@media(max-width: 1199px) {
  .main-header .navbar-brand img {
    height: 48px;
    width: auto;
    margin: 0
  }
}

.main-header .actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  margin-left: 30px
}

@media(max-width: 767px) {
  .main-header .actions {
    order: 1;
    justify-content: flex-end
  }
}

@media(max-width: 575px) {
  .main-header .actions {
    padding-right: 0;
    margin-left: auto
  }
}

.main-header .actions li {
  padding-left: 30px;
  position: relative
}

@media(max-width: 991px) {
  .main-header .actions li {
    padding-right: 30px
  }

  .main-header .actions li:not(:last-child)::after {
    content: "";
    display: block;
    height: 20px;
    margin: auto 0;
    width: 1px;
    background: #c7c7c7;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
  }
}

.section__title span{
  color: var(--primaryColor)
}

@media(max-width: 575px) {
  .main-header .actions li {
    padding-left: 10px;
    padding-right: 10px
  }
}

.main-header .actions li:first-child {
  padding-right: 30px
}

@media(max-width: 575px) {
  .main-header .actions li:first-child {
    padding-right: 10px
  }
}

.main-header .actions li:first-child::after {
  content: "";
  display: block;
  height: 20px;
  margin: auto 0;
  width: 1px;
  background: #c7c7c7;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0
}

.main-header .actions li a {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: .3s ease-out
}

@media(max-width: 991px) {
  .main-header .actions li a {
    font-size: 22px
  }
}

@media(max-width: 575px) {
  .main-header .actions li a {
    font-size: 18px
  }
}

.main-header .actions li a:hover {
  color: var(--primaryColor)
}

.main-header .actions li a i {
  color: #617066;
  font-size: 32px
}

@media(max-width: 991px) {
  .main-header .actions li a i {
    font-size: 28px
  }
}

@media(max-width: 575px) {
  .main-header .actions li a i {
    font-size: 22px
  }
}

.main-header .actions li a.header-shopping-cart {
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  color: #617066
}

.main-header .actions li a:hover i,
.main-header .actions li a.header-shopping-cart:hover {
  color: #617066
}

@media(max-width: 991px) {
  .main-header .actions li a.header-shopping-cart {
    font-size: 28px
  }
}

@media(max-width: 575px) {
  .main-header .actions li a.header-shopping-cart {
    font-size: 22px
  }
}

.main-header .actions li a.header-shopping-cart .count {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #0f0f0e;
  color: #fff;
  position: absolute;
  top: 0;
  right: -13px
}

@media(max-width: 991px) {
  .main-header .actions li a.header-shopping-cart .count {
    width: 18px;
    height: 18px;
    font-size: 12px
  }
}

.main-header__top-bar {
  background: #0f0f0e
}

@media(min-width: 1200px) {
  .main-header__top-bar {
    height: 38px;
    overflow: hidden;
    transition: height .22s ease, opacity .16s ease;
    will-change: height, opacity
  }
}

.main-header__top-bar__usps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  margin: 0;
  color: #fff;
  list-style: none;
  height: 38px;
  font-size: 15px;
  line-height: 24px
}

@media(min-width: 1200px) {
  .main-header__top-bar__usps {
    transition: opacity .2s ease, transform .25s ease
  }
}

@media(min-width: 1200px)and (max-width: 1519px) {
  .main-header__top-bar__usps {
    font-size: 13px
  }
}

@media(max-width: 767px) {
  .main-header__top-bar__usps {
    height: auto
  }
}

.main-header__top-bar__usps i {
  margin-right: 15px
}

@media(min-width: 1200px) {
  .main-header__top-bar__usps .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100% !important
  }
}

@media(max-width: 1199px) {
  .main-header__top-bar__usps .owl-stage .owl-item {
    text-align: center
  }
}

@media(min-width: 1200px) {
  .main-header__top-bar__usps .owl-stage .owl-item {
    width: fit-content !important;
    padding: 0 10px;
    text-align: center;
    flex: 1
  }
}

.main-header__actions-bar {
  padding: 22px 0;
  border-bottom: solid 1px #efefef
}

@media(min-width: 1200px) {
  .main-header__actions-bar {
    padding: 14px 0;
    background: linear-gradient(135deg, #090b0f 0%, #161c24 58%, #222a34 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .03)
  }

  .main-header__actions-bar .search-bar input {
    color: #f5f7fa;
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .14)
  }

  .main-header__actions-bar .search-bar input::placeholder,
  .main-header__actions-bar .search-bar input::-webkit-input-placeholder {
    color: rgba(235, 240, 245, .72)
  }

  .main-header__actions-bar .search-bar input:hover,
  .main-header__actions-bar .search-bar input:focus {
    border-color: rgba(247, 52, 180, .55);
    background: rgba(255, 255, 255, .12)
  }

  .main-header__actions-bar .search-bar button {
    color: #eef3f8
  }

  .main-header__actions-bar .actions li:not(:last-child)::after,
  .main-header__actions-bar .actions li:first-child::after {
    background: rgba(255, 255, 255, .16)
  }

  .main-header__actions-bar .actions li a {
    color: #eef3f8
  }

  .main-header__actions-bar .actions li a:hover {
    color: #ffffff
  }

  .main-header__actions-bar .actions li a i,
  .main-header__actions-bar .actions li a.header-shopping-cart,
  .main-header__actions-bar .actions li a:hover i,
  .main-header__actions-bar .actions li a.header-shopping-cart:hover {
    color: #d7dee7
  }

  .main-header__actions-bar .actions li a.header-shopping-cart .count {
    background: #f734b4;
    color: #ffffff
  }
}

@media(max-width: 767px) {
  .main-header__actions-bar {
    padding: 15px 0
  }
}

.main-header__actions-bar .navbar-brand {
  max-width: 100%
}

@media(max-width: 575px) {
  .main-header__actions-bar .navbar-brand {
    padding: 0
  }
}

.main-header__actions-bar .navbar-brand img {
  width: 150px;
  height: auto
}

@media(min-width: 1200px) {
  .main-header__actions-bar .navbar-brand img {
    width: 132px
  }
}

@media(max-width: 767px) {
  .main-header__actions-bar .navbar-brand img {
    height: 48px;
    width: auto;
    margin: 0
  }
}

.main-header__actions-bar .container {
  display: flex;
  flex-wrap: wrap
}

.main-header__actions-bar .search-bar {
  position: relative;
  flex: 1
}

@media(max-width: 767px) {
  .main-header__actions-bar .search-bar {
    order: 2;
    flex: 1
  }
}

.main-header__actions-bar .search-bar input {
  color: #272727;
  background: #fff;
  border: solid 1px #d8d8d8;
  height: 54px;
  font-size: 18px;
  width: 100%;
  border-radius: 5px;
  padding: 15px 64px 15px 25px;
  outline: none !important;
  box-shadow: none !important;
  transition: .3s ease-out
}

@media(min-width: 1200px) {
  .main-header__actions-bar .search-bar input {
    height: 48px;
    font-size: 16px;
    padding: 12px 56px 12px 20px
  }
}

@media(max-width: 767px) {
  .main-header__actions-bar .search-bar input {
    font-size: 16px;
    height: 48px;
    padding: 10px 64px 10px 25px
  }
}

.main-header__actions-bar .search-bar input:hover, .main-header__actions-bar .search-bar input:focus {
  border-color: var(--primaryColor)
}

.main-header__actions-bar .search-bar input::placeholder {
  color: #272727
}

.main-header__actions-bar .search-bar input::-webkit-placeholder {
  color: #272727
}

@media(min-width: 1200px) {
  .main-header__actions-bar .search-bar input {
    color: #f5f7fa;
    caret-color: #f5f7fa;
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .14)
  }

  .main-header__actions-bar .search-bar input::placeholder,
  .main-header__actions-bar .search-bar input::-webkit-input-placeholder {
    color: rgba(235, 240, 245, .78)
  }

  .main-header__actions-bar .search-bar input:hover,
  .main-header__actions-bar .search-bar input:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, .14);
    border-color: rgba(247, 52, 180, .55)
  }

  .main-header__actions-bar .search-bar input:hover::placeholder,
  .main-header__actions-bar .search-bar input:focus::placeholder,
  .main-header__actions-bar .search-bar input:hover::-webkit-input-placeholder,
  .main-header__actions-bar .search-bar input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .82)
  }

  .main-header__actions-bar .search-bar button {
    color: rgba(245, 247, 250, .92)
  }

  .main-header__actions-bar .search-bar button:hover,
  .main-header__actions-bar .search-bar button:focus {
    color: #ffffff
  }
}

.main-header__actions-bar .search-bar button {
  position: absolute;
  top: 0;
  right: 15px;
  width: 44px;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #272727;
  border: none;
  background: transparent;
  cursor: pointer
}

@media(min-width: 1200px) {
  .main-header__actions-bar .search-bar button {
    height: 48px;
    width: 40px;
    right: 10px;
    font-size: 18px
  }
}

@media(max-width: 767px) {
  .main-header__actions-bar .search-bar button {
    height: 48px;
    right: 5px;
    font-size: 18px
  }
}

.main-header__menu-bar {
  background: #000000
}

@media(min-width: 1200px) {
  .main-header__menu-bar {
    background: linear-gradient(90deg, #081018 0%, #111926 38%, #19161e 100%);
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: none;
    box-shadow: 0 12px 30px rgba(6, 9, 14, .18)
  }

  .main-header__menu-bar .navbar-nav .nav-item+.nav-item {
    margin-left: 24px
  }

  .main-header__menu-bar .navbar-nav .nav-item .nav-link {
    color: rgba(240, 244, 249, .86);
    letter-spacing: .01em;
    position: relative;
    font-size: 16px;
    padding: 20px 8px
  }

  .main-header__menu-bar .navbar-nav .nav-item .nav-link:hover,
  .main-header__menu-bar .navbar-nav .nav-item.active .nav-link {
    color: #ffffff
  }

  .main-header__menu-bar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 12px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0dc4fb 0%, #f734b4 100%);
    opacity: 0;
    transform: scaleX(.45);
    transition: .25s ease-out
  }

  .main-header__menu-bar .navbar-nav .nav-item .nav-link:hover::before,
  .main-header__menu-bar .navbar-nav .nav-item.active .nav-link::before {
    opacity: 1;
    transform: scaleX(1)
  }
}

.main-header__mobile-panels {
  position: relative
}

@media(max-width: 767px) {
  .main-header__menu-bar {
    padding: 6px 0
  }
}

.main-header__menu-bar .navbar {
  padding: 0
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar {
    justify-content: flex-start
  }
}

@media(max-width: 1199px) {
  .main-header__menu-bar .navbar {
    position: relative;
    min-height: 52px
  }

  .main-header__menu-bar .navbar>.navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important
  }

  .main-header__menu-bar .navbar-toggler,
  .main-header__menu-bar .mobile-search-trigger,
  .main-header__menu-bar .actions {
    position: relative;
    z-index: 2
  }
}

.main-header__menu-bar .navbar-toggler {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 8px 0;
  border: none;
  outline: none !important;
  box-shadow: none !important
}

@media(max-width: 575px) {
  .main-header__menu-bar .navbar-toggler {
    padding: 8px 0;
    width: 30px
  }
}

.main-header__menu-bar .navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg) translateX(2px) translateY(-7px)
}

@media(max-width: 575px) {
  .main-header__menu-bar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: rotate(45deg) translateX(5px) translateY(-7px)
  }
}

.main-header__menu-bar .navbar-toggler:not(.collapsed) span:nth-child(2) {
  transform: translateX(-100%);
  opacity: 0
}

.main-header__menu-bar .navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg) translateX(12px) translateY(-18px)
}

@media(max-width: 575px) {
  .main-header__menu-bar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(-45deg) translateX(13px) translateY(-14px)
  }
}

.main-header__menu-bar .navbar-toggler span {
  width: 35px;
  height: 4px;
  background: #617066;
  transition: .3s ease-out
}

.main-header__menu-bar .navbar-toggler span:nth-child(1) {
  transform-origin: center left
}

.main-header__menu-bar .navbar-toggler span:nth-child(2) {
  transform-origin: center left
}

.main-header__menu-bar .navbar-toggler span:nth-child(3) {
  transform-origin: center right
}

.main-header__menu-bar .navbar-toggler span+span {
  margin-top: 5px
}

.main-header__menu-bar .mobile-search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 8px 0;
  border: none;
  background: transparent;
  color: #617066;
  font-size: 22px;
  outline: none !important;
  box-shadow: none !important
}

@media(max-width: 575px) {
  .main-header__menu-bar .mobile-search-trigger {
    width: 30px;
    font-size: 18px
  }
}

.main-header__menu-bar .mobile-search-trigger:hover,
.main-header__menu-bar .mobile-search-trigger:focus,
.main-header__menu-bar .mobile-search-trigger:not(.collapsed) {
  color: #fff
}

@media(max-width: 1199px) {
  .main-header__menu-bar .navbar-collapse {
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background: #000000;
    width: 100%;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    z-index: 100
  }
}

@media(max-width: 1199px) {
  .main-header__menu-bar .mobile-search-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    width: 100%;
    padding: 15px 12px;
    background: #000000;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .3);
    z-index: 101
  }

  .main-header__menu-bar .mobile-search-dropdown .search-bar {
    position: relative
  }

  .main-header__menu-bar .mobile-search-dropdown .search-bar input {
    color: #272727;
    background: #fff;
    border: solid 1px #d8d8d8;
    height: 48px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 64px 10px 25px;
    outline: none !important;
    box-shadow: none !important
  }

  .main-header__menu-bar .mobile-search-dropdown .search-bar button {
    position: absolute;
    top: 0;
    right: 5px;
    width: 44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #272727;
    border: none;
    background: transparent;
    cursor: pointer
  }
}

.main-header__menu-bar .navbar-nav {
  justify-content: space-between
}

.main-header__menu-bar .navbar-nav .nav-item {
  position: relative
}

.main-header__menu-bar .navbar-nav .nav-item.mega-menu-wrapper-parent {
  position: static
}

@media(max-width: 1199px) {
  .main-header__menu-bar .navbar-nav .nav-item.mega-menu-wrapper-parent {
    position: relative
  }
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar-nav .nav-item.mega-menu-wrapper-parent .dropdown-menu .dropdown-toggle {
    display: block
  }
}

@media(max-width: 1199px) {
  .main-header__menu-bar .navbar-nav .nav-item .dropdown-toggle:after {
    display: none !important
  }
}

.main-header__menu-bar .navbar-nav .nav-item button.dropdown-toggle {
  position: absolute;
  right: 15px;
  top: 0;
  height: 40px;
  width: 40px;
  border: none;
  background: var(--secondaryColor);
  color: inherit;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 3
}

.main-header__menu-bar .navbar-nav .nav-item button.dropdown-toggle i {
  color: #fff !important;
  font-size: inherit !important;
  position: static !important;
  height: fit-content !important
}

.main-header__menu-bar .navbar-nav .nav-item+.nav-item {
  margin-left: 24px
}

@media(min-width: 1200px) {
  .main-header .actions {
    margin-left: 22px
  }

  .main-header .actions li {
    padding-left: 22px
  }

  .main-header .actions li:first-child {
    padding-right: 22px
  }

  .main-header .actions li a {
    font-size: 16px;
    line-height: 24px
  }

  .main-header .actions li a i,
  .main-header .actions li a.header-shopping-cart {
    font-size: 28px
  }
}

@media(max-width: 1199px) {
  .main-header__menu-bar .navbar-nav .nav-item+.nav-item {
    margin: 5px 0 0
  }
}

.main-header__menu-bar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  transition: .3s ease-out;
  padding: 20px 8px
}

@media(max-width: 1199px) {
  .main-header__menu-bar .navbar-nav .nav-item .nav-link {
    padding: 8px 15px
  }
}

.main-header__menu-bar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primaryColor)
}

.main-header__menu-bar .navbar-nav .nav-item.active .nav-link {
  font-weight: 800
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper {
  left: 0;
  top: 100%;
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 15px;
  border: solid 1px #efefef
}

@media(max-width: 767px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper {
    padding: 15px 15px 0
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper::before, .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper::after {
  content: "";
  display: block;
  height: calc(100% + 2px);
  background: #fff;
  position: absolute;
  top: -1px;
  z-index: 2;
  width: calc((100vw - 1200px)/2 + 14px);
  border-bottom: solid 1px #efefef
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper::before {
  right: 100%
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper::after {
  left: 100%
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__image {
  max-width: 40%;
  flex: 0 0 40%;
  padding-right: 30px
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__image {
    display: none
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__image figure {
  padding-bottom: 60%;
  position: relative;
  margin: 0;
  border-radius: 15px;
  overflow: hidden
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__featured-products {
  order: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__featured-products {
    display: none
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__featured-products>a {
  flex: 0 0 calc(20% - 20px);
  display: block;
  padding: 15px 40px;
  border: solid 1px #d0d0d0;
  border-radius: 15px
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__featured-products>a span {
  display: block;
  padding-bottom: 60%;
  position: relative
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__featured-products>a span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper.show {
  display: flex
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu {
  flex: 0 0 60%;
  max-width: 60%;
  order: 1;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu {
    padding: 0;
    margin: 0
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu .menu__all {
  flex: 0 0 100%;
  padding: 0 15px
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu .menu__all {
    display: none
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu .menu__all a {
  color: #020202;
  font-weight: 700;
  text-decoration: none
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu .menu__big-title {
  flex: 0 0 100%;
  padding: 0 15px
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu .menu__big-title {
    display: none !important
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu .menu__big-title h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin: 0
}

@media(max-width: 767px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item {
    padding: 0
  }
}

@media(min-width: 992px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.nav-item-w-icon {
  margin: 0 0 15px
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.nav-item-w-icon .dropdown-toggle {
  right: 0
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.nav-item-w-icon i {
  position: absolute;
  left: 15px;
  z-index: 1;
  top: 0;
  margin: auto 0;
  height: 40px;
  font-size: 40px;
  color: #627168
}

@media(max-width: 767px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.nav-item-w-icon i {
    left: 0
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.nav-item-w-icon i::before {
  line-height: 1;
  display: block
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.nav-item-w-icon>a {
  padding-left: 55px !important;
  min-height: 40px
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item>.dropdown-item {
  font-size: 18px;
  font-weight: 500;
  color: #424242;
  padding: 7px 0;
  z-index: 2;
  position: relative;
  display: none;
  transition: .3s ease-out
}

@media(max-width: 991px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item>.dropdown-item {
    display: block
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item>.dropdown-item:hover {
  background: transparent;
  color: var(--secondaryColor)
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.dropdown>.dropdown-menu {
  position: static;
  display: block;
  border-radius: 0;
  border: none
}

@media(max-width: 767px) {
  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.dropdown>.dropdown-menu {
    display: none
  }

  .main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.dropdown>.dropdown-menu.show {
    display: block
  }
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.dropdown>.dropdown-menu ul {
  display: block;
  list-style: none;
  padding: 0
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item.dropdown>.dropdown-menu ul .nav-item+.nav-item {
  margin-left: 0
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item .menu-item>.dropdown-item {
  font-size: 18px;
  font-weight: 500;
  color: #020202;
  padding-left: 0;
  padding-right: 0;
  transition: .3s ease-out
}

.main-header__menu-bar .navbar-nav .lp-mega-menu-wrapper__menu>.menu-item .menu-item>.dropdown-item:hover {
  background: transparent;
  color: var(--secondaryColor)
}

@media(min-width: 1200px) {
  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu {
    min-width: 260px;
    margin-top: 0;
    padding: 14px 0;
    border: 1px solid rgba(15, 18, 25, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(10, 18, 30, 0.18)
  }

  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none
  }

  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu>ul>.nav-item {
    margin: 0;
    padding: 0
  }

  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu>ul>.nav-item+.nav-item {
    margin-left: 0
  }

  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu>ul>.nav-item>.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background: transparent;
    color: #1b2430;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, padding-left .18s ease
  }

  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu>ul>.nav-item>.dropdown-item:hover,
  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu>ul>.nav-item>.dropdown-item:focus {
    background: rgba(13, 196, 251, 0.08);
    color: var(--secondaryColor);
    padding-left: 24px
  }

  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu .lp-mega-menu-wrapper__featured-products,
  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu .menu__big-title,
  .main-header__menu-bar .navbar-nav>.nav-item.dropdown:not(.mega-menu-wrapper-parent)>.dropdown-menu .menu__all {
    display: none !important
  }
}

.goTop {
  position: fixed;
  bottom: 50px;
  right: 5%;
  background: #fff;
  color: #000;
  width: 58px;
  height: 58px;
  z-index: 999;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  transform: translateY(110px);
  transition: .3s ease-in-out
}

@media(max-width: 575px) {
  .goTop {
    display: none;
    bottom: 30px;
    right: 70px
  }
}

.goTop--open {
  transform: none
}

.goTop span {
  font-size: 40px
}

.goTop:hover {
  background: var(--secondaryColor);
  border-color: var(--secondaryColor);
  color: #fff
}

.main-footer {
  background: #000;
  color: #FFFFFF;
  border-top: solid 2px #d4d4d4;
  position: relative;
  z-index: 3
}

.main-footer ::selection {
  background: var(--primaryColor);
  color: #fff
}

.main-footer .btn.btn-secondary {
  background: #fff5eb;
  border: solid 1px #fff5eb;
  border-radius: 0;
  color: #101010;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px
}

.main-footer .btn.btn-secondary:hover {
  color: #fff
}

.main-footer .form-control {
  border: none;
  background: #fff
}

.main-footer .form-control:hover, .main-footer .form-control:focus {
  box-shadow: none
}

.main-footer .widget-area {
  padding: 100px 0 50px;
  position: relative;
  z-index: 2;
  color: #FFFFFF
}

@media(max-width: 991px) {
  .main-footer .widget-area {
    padding: 50px 0 10px
  }
}

@media(max-width: 767px) {
  .main-footer .widget-area {
    padding: 10px 0
  }
}

.main-footer .widget-area .wysiwyg-editor {
  color: #FFFFFF
}

.main-footer .widget-area .wysiwyg-editor h2:not(.section__title) {
  font-size: 42px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 15px
}

@media(max-width: 575px) {
  .main-footer .widget-area .wysiwyg-editor h2:not(.section__title) {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 5px
  }
}

.main-footer .widget-area .wysiwyg-editor p {
  font-size: 20px;
  line-height: 27px
}

.main-footer .widget-area .logos {
  padding-bottom: 30px
}

@media(max-width: 991px) {
  .main-footer .widget-area .logos .logos-slider {
    margin: 0
  }
}

.main-footer .widget-area .logos .logos-slider .col-lg-4 {
  padding: 0
}

.main-footer .widget-area .logos .logo {
  display: block;
  margin: 0 0 20px
}

@media(max-width: 991px) {
  .main-footer .widget-area .logos .logo {
    width: 200px;
    margin: 0 auto
  }
}

.main-footer .widget-area .widget {
  margin: 0 0 30px
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget {
    margin: 0 0 20px
  }
}

.main-footer .widget-area .widget .contact-row {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
  margin: 0 0 15px
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget .contact-row:last-child {
    margin: 0
  }
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget .contact-row {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 10px
  }
}

.main-footer .widget-area .widget .contact-row i {
  color: var(--primaryColor);
  position: absolute;
  left: 0;
  top: 7px
}

.main-footer .widget-area .widget .widget {
  margin: 0
}

.main-footer .widget-area .widget .container-fluid {
  padding: 0
}

.main-footer .widget-area .widget .wp-block-heading h4::after {
  display: none
}

.main-footer .widget-area .widget h4 {
  font-size: 20px;
  line-height: 34px;
  color: var(--primaryColor);
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget h4 {
    cursor: pointer
  }
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px
  }
}

.main-footer .widget-area .widget h4:after {
  display: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget h4:after {
    display: block
  }
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget h4+div {
    display: none
  }
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget h4+div.open {
    display: block
  }
}

.main-footer .widget-area .widget p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget p {
    font-size: 16px;
    line-height: 23px
  }
}

.main-footer .widget-area .widget ul {
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  list-style: none;
  line-height: 30px
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget ul {
    display: block
  }
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget ul {
    font-size: 16px;
    line-height: 23px
  }
}

.main-footer .widget-area .widget ul:not(.social-links) li {
  position: relative
}

@media(max-width: 991px) {
  .main-footer .widget-area .widget ul.open {
    display: block
  }
}

.main-footer .widget-area .widget ul li {
  color: #fff
}

.main-footer .widget-area .widget ul li+li {
  margin-top: 10px
}

.main-footer .widget-area .widget ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: .3s ease-out
}

.main-footer .widget-area .widget ul li a:hover, .main-footer .widget-area .widget ul li a:focus {
  color: #694b00
}

.main-footer .widget-area .widget .rate-widget {
  background: #fff5eb;
  padding: 30px 40px;
  text-align: center;
  color: #000
}

@media(max-width: 1199px) {
  .main-footer .widget-area .widget .rate-widget {
    padding: 20px
  }
}

.main-footer .widget-area .widget .rate-widget h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700
}

@media(max-width: 575px) {
  .main-footer .widget-area .widget .rate-widget h3 {
    font-size: 18px;
    line-height: 25px
  }
}

.main-footer .widget-area .widget .rate-widget .star-dust {
  font-size: 25px;
  color: #565656
}

@media(max-width: 575px) {
  .main-footer .widget-area .widget .rate-widget .star-dust {
    font-size: 20px
  }
}

.main-footer .widget-area .widget .rate-widget .star-dust i+i {
  margin-left: 5px
}

.main-footer .widget-area .widget .social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0
}

.main-footer .widget-area .widget .social-links li {
  margin: 0
}

.main-footer .widget-area .widget .social-links li+li {
  margin-left: 20px
}

.main-footer .widget-area .widget .social-links li a {
  color: #fff;
  background: var(--primaryColor);
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none
}

.main-footer .widget-area .widget .social-links li a:hover {
  background: var(--secondaryColor);
  color: #030012
}

.main-footer .bottom-area {
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  position: relative;
  z-index: 3;
  border-top: solid 1px rgba(255,255,255,.2)
}

.main-footer .bottom-area ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.main-footer .bottom-area ul a {
  color: #121212;
  text-decoration: none;
  transition: .3s ease-out
}

.main-footer .bottom-area ul a:hover, .main-footer .bottom-area ul a:focus {
  color: #694b00
}

@media(max-width: 575px) {
  .main-footer .bottom-area {
    font-size: 13px
  }
}

.pb-200px {
  padding-bottom: 150px
}

body {
  padding-top: var(--header-offset-mobile);
  color: #607066;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Inter", sans-serif
}

html {
  scroll-padding-top: var(--header-offset-mobile)
}

@media(min-width: 1200px) {
  body {
    padding-top: var(--header-offset-desktop);
    transition: padding-top .22s ease;
    will-change: padding-top
  }

  html {
    scroll-padding-top: var(--header-offset-desktop)
  }

  body.body--header-condensed {
    padding-top: var(--header-offset-desktop-condensed)
  }

  body.body--header-condensed .main-header__top-bar {
    height: 0;
    opacity: 0
  }

  body.body--header-condensed .main-header__top-bar__usps {
    opacity: 0;
    transform: translateY(-8px)
  }
}

body.body--show-bottom-add-to-cart .bottom-add-to-cart {
  transform: none !important
}

iframe {
  max-width: 100%
}

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

::selection {
  background: var(--primaryColor);
  color: #fff
}

.form-control {
  border-radius: 0;
  border: solid 1px #e4e4e4;
  min-height: 50px
}

@media(max-width: 767px) {
  .container {
    max-width: 100%
  }
}

@media(min-width: 768px)and (max-width: 991px) {
  .container {
    max-width: calc(100% - 30px)
  }

  .container .container {
    max-width: 100%
  }
}

@media(min-width: 1200px) {
  .container {
    max-width: 1200px
  }
}

@media(min-width: 1520px) {
  .container {
    max-width: 1490px
  }
}

.container .container {
  padding-left: 0;
  padding-right: 0
}

.btn, .button.btn {
  outline: none !important;
  box-shadow: none !important
}

.btn.btn--uppercase, .button.btn.btn--uppercase {
  text-transform: uppercase
}

.btn.btn-primary, .button.btn.btn-primary {
  color: #fff;
  background: var(--primaryColor);
  border: solid 1px var(--primaryColor);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 10px;
  transition: .3s ease-out
}

.btn.btn-primary:hover, .button.btn.btn-primary:hover {
  background: #f80002;
  border-color: #f80002
}

.btn.btn-outline-primary, .button.btn.btn-outline-primary {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  padding: 12px 20px;
  border-radius: 0
}

.btn.btn-outline-primary:hover, .button.btn.btn-outline-primary:hover {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff
}

.btn.btn-secondary, .button.btn.btn-secondary {
  background: var(--buttonDarkBg);
  color: #FFF !important;
  border: solid 1px var(--buttonDarkBorder);
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 10px 22px rgba(8, 11, 16, .18);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 10px;
  transition: .3s ease-out
}

@media(max-width: 991px) {
  .btn.btn-secondary, .button.btn.btn-secondary {
    font-size: 15px;
    padding: 15px
  }
}

.btn.btn-secondary.btn-add, .button.btn.btn-secondary.btn-add {
  background: var(--buttonDarkBg) !important;
  border-color: var(--buttonDarkBorder) !important;
  color: #fff !important
}

.btn.btn-secondary:hover, .button.btn.btn-secondary:hover {
  background: var(--buttonDarkBgHover);
  border-color: #3a4250;
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 14px 28px rgba(8, 11, 16, .24);
  transform: translateY(-1px)
}

.btn.btn--round, .button.btn.btn--round {
  border-radius: 25px;
  padding: 15px 45px
}

.btn.btn--long, .button.btn.btn--long {
  max-width: 100%;
  padding: 40px 60px;
  font-size: 45px;
  line-height: 1;
  border-radius: 0 20px 0 20px
}

.btn-secondary-wrapper .btn-primary {
  background: var(--secondaryColor);
  border: solid 1px var(--secondaryColor);
  color: #fff
}

.btn-secondary-wrapper .btn-primary::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: .875em;
  margin-left: .5rem
}

.btn-secondary-wrapper .btn-primary:hover {
  background: #ffbe1d;
  border-color: #ffbe1d;
  color: #fff
}

.cta-image-block {
  margin: 0 0 30px
}

.cta-image-block figure {
  position: relative;
  padding-bottom: 50%
}

.cta-image-block figure img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.cta-image-block h2 {
  font-size: 35px;
  line-height: 1;
  color: #000;
  font-weight: 700
}

.section {
  padding: 100px 0;
  color: #606060
}

.section--sp-content figure {
  position: relative;
  padding-bottom: 90%;
  border-radius: 50px;
  overflow: hidden
}

.section--sp-content figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.section--faqs #faqs .carousel-indicators {
  justify-content: center;
  margin: 0 auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  bottom: 10%
}

.section--faqs #faqs .carousel-indicators [data-bs-target] {
  width: 6px;
  max-width: 6px;
  max-height: 6px;
  overflow: hidden;
  height: 6px;
  border-radius: 50%;
  border: none !important
}

.section--faqs #faqs .carousel-indicators [data-bs-target]+[data-bs-target] {
  margin-left: 30px
}

.section--faqs #faqs .carousel-indicators [data-bs-target].active {
  outline: solid 1px #fff;
  outline-offset: 10px
}

.section--faqs #faqs .carousel-control-next {
  right: 15px
}

@media(max-width: 767px) {
  .section--faqs #faqs .carousel-control-next {
    right: 15px
  }
}

.section--faqs #faqs .carousel-control-prev {
  left: 15px
}

@media(max-width: 767px) {
  .section--faqs #faqs .carousel-control-prev {
    left: 15px
  }
}

.section--faqs #faqs .carousel-control-prev, .section--faqs #faqs .carousel-control-next {
  box-shadow: 0px 0px 54px 0px rgba(79, 79, 79, .28);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 1;
  justify-content: center;
  background: #fff;
  border: solid 1px #fff5eb;
  color: #000;
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 20
}

.section--faqs #faqs .carousel-control-prev:hover, .section--faqs #faqs .carousel-control-next:hover {
  background: #000;
  border-color: #000;
  color: #fff
}

@media(max-width: 575px) {
  .section--faqs #faqs .carousel-control-prev, .section--faqs #faqs .carousel-control-next {
    bottom: auto;
    top: 30px
  }
}

.section--faqs .accordion-item {
  background: #fff;
  border: solid 1px #d4d4d4;
  border-radius: 10px
}

.section--faqs .accordion-item.open {
  box-shadow: 0px 0px 35px 0px rgba(72, 72, 72, .11)
}

.section--faqs .accordion-item .accordion-button {
  background: transparent;
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 600
}

.section--faqs .accordion-item .accordion-button::after {
  content: "+";
  background: transparent;
  font-weight: 400;
  transform-origin: center center
}

.section--faqs .accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  padding-bottom: 0
}

.section--faqs .accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none !important
}

.section--faqs .accordion-item+.accordion-item {
  margin-top: 25px
}

.section--faqs .accordion-body {
  font-size: 16px;
  line-height: 26px;
  color: #6c6c6c;
  font-weight: 400
}

.section--faqs .carousel figure {
  position: relative;
  padding-bottom: 75%;
  border-radius: 50px;
  overflow: hidden
}

.section--faqs .carousel figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.section--color-blocks {
  padding: 0
}

.section--color-blocks .block {
  padding: 30px 20px
}

.section--color-blocks .block:nth-child(1), .section--color-blocks .block:nth-child(5), .section--color-blocks .block:nth-child(9), .section--color-blocks .block:nth-child(13) {
  background: #e5f8ef
}

.section--color-blocks .block:nth-child(2), .section--color-blocks .block:nth-child(6), .section--color-blocks .block:nth-child(10), .section--color-blocks .block:nth-child(14) {
  background: #e6f0f6
}

.section--color-blocks .block:nth-child(3), .section--color-blocks .block:nth-child(7), .section--color-blocks .block:nth-child(11), .section--color-blocks .block:nth-child(15) {
  background: #f6eafb
}

.section--color-blocks .block:nth-child(4), .section--color-blocks .block:nth-child(8), .section--color-blocks .block:nth-child(12), .section--color-blocks .block:nth-child(16) {
  background: #fff5eb
}

.section--color-blocks .block+.block {
  margin-top: 25px
}

.section--color-blocks .block h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px
}

.section--color-blocks .block p {
  color: #454545;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 15px
}

.section--color-blocks .block p a {
  color: inherit;
  text-decoration: none
}

.section--color-blocks .block p:last-child {
  margin: 0
}

.section.single-product {
  padding: 50px 0
}

@media(max-width: 575px) {
  .section.single-product {
    padding: 20px 0 40px
  }
}

.section.single-banner {
  padding: 0 0 45%;
  position: relative
}

.section.single-banner #top-ly, .section.single-banner #bot-ly {
  position: absolute;
  left: 0;
  width: 100%
}

.section.single-banner #bot-ly {
  bottom: 0
}

@media(min-width: 1024px)and (max-width: 1199px) {
  .section {
    padding: 80px 0
  }
}

@media(max-width: 991px) {
  .section {
    padding: 50px 0
  }
}

.section--featured-categories {
  padding: 100px 0
}

@media(max-width: 767px) {
  .section--featured-categories {
    overflow: hidden
  }
}

@media(max-width: 575px) {
  .section--featured-categories {
    padding: 50px 0
  }
}

@media(max-width: 767px) {
  .section--featured-categories .owl-carousel.categories--carousel {
    width: 100%
  }
}

.section--featured-categories .owl-carousel.categories--carousel .owl-nav .owl-next {
  right: -24px
}

@media(max-width: 767px) {
  .section--featured-categories .owl-carousel.categories--carousel .owl-nav .owl-next {
    right: 0
  }
}

.section--featured-categories .owl-carousel.categories--carousel .owl-nav .owl-prev {
  left: -24px
}

@media(max-width: 767px) {
  .section--featured-categories .owl-carousel.categories--carousel .owl-nav .owl-prev {
    left: 0
  }
}

.section--featured-categories .owl-carousel.categories--carousel .owl-nav button.owl-next, .section--featured-categories .owl-carousel.categories--carousel .owl-nav .owl-prev {
  box-shadow: 0px 0px 54px 0px rgba(79, 79, 79, .28);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 1px #fff5eb;
  color: #000;
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 20
}

.section--featured-categories .owl-carousel.categories--carousel .owl-nav button.owl-next:hover, .section--featured-categories .owl-carousel.categories--carousel .owl-nav .owl-prev:hover {
  background: #000;
  border-color: #000;
  color: #fff
}

@media(max-width: 575px) {
  .section--featured-categories .owl-carousel.categories--carousel .owl-nav button.owl-next, .section--featured-categories .owl-carousel.categories--carousel .owl-nav .owl-prev {
    bottom: auto;
    top: 30px
  }
}

.section--featured-categories .category:hover h3 {
  color: var(--primaryColor)
}

.section--featured-categories .category:hover h3 i {
  opacity: 1;
  transform: none
}

.section--featured-categories .category figure {
  margin: 0 0 30px;
  border-radius: 20px;
	position: relative;
  overflow: hidden;
	padding-bottom: 85%;
}

.section--featured-categories .category figure img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

@media(max-width: 575px) {
  .section--featured-categories .category figure {
    border-radius: 15px
  }
}

.section--featured-categories .category__content {
  width: 100%;
  text-align: center;
  padding: 0 30px
}

@media(max-width: 575px) {
  .section--featured-categories .category__content {
    padding: 0 15px
  }
}

.section--featured-categories .category h3 {
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px
}

@media(max-width: 575px) {
  .section--featured-categories .category h3 {
    font-size: 18px
  }
}

.section--featured-categories .category h3 i {
  opacity: 0;
  transform: translateX(-100%);
  transition: .3s ease-out
}

.section--featured-categories .category h3 a {
  color: inherit;
  text-decoration: none
}

.section--featured-categories .category .btn {
  border: solid 1px #fff;
  font-weight: 700
}

.section--featured-categories .category .btn:hover {
  background: #fff;
  color: var(--secondaryColor)
}

.section--featured-posts {
  position: relative;
  overflow: hidden
}

@media(min-width: 2080px) {
  .section--featured-posts {
    padding: 200px 0;
    margin-top: -80px
  }
}

@media(max-width: 767px) {
  .section--featured-posts {
    overflow: hidden
  }
}

@media(max-width: 767px) {
  .section--featured-posts .posts--carousel {
    width: 150%
  }
}

.section--featured-posts .section__content {
  position: relative;
  z-index: 2
}

.section--featured-posts .section__content .container {
  position: relative;
  z-index: 1
}

.section--featured-posts .section__content__bg-1 {
  background: #f5e9fa;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.section--featured-posts .section__content__bg {
  background: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.section--featured-posts .section__content__bg::before {
  content: "";
  display: block;
  height: 25%;
  width: 100%;
  background: linear-gradient(180deg, #f5e9fa 0%, rgba(245, 233, 250, 0) 100%);
  position: absolute;
  left: 0;
  top: 0
}

.section--featured-posts .section__content__bg::after {
  content: "";
  display: block;
  height: 25%;
  width: 100%;
  background: linear-gradient(180deg, rgba(245, 233, 250, 0) 0%, #f5e9fa 100%);
  position: absolute;
  left: 0;
  bottom: 0
}

.section--featured-posts svg {
  position: absolute
}

.section--featured-posts svg#topBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1
}

@media(max-width: 767px) {
  .section--featured-posts svg#topBar {
    height: 50px;
    width: auto
  }
}

.section--featured-posts svg#bottomBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1
}

@media(max-width: 767px) {
  .section--featured-posts svg#bottomBar {
    height: 50px;
    width: auto
  }
}

.section--featured-posts .owl-carousel.posts--carousel .owl-nav .owl-next {
  right: -24px
}

@media(max-width: 767px) {
  .section--featured-posts .owl-carousel.posts--carousel .owl-nav .owl-next {
    right: calc(25% + 45px)
  }
}

.section--featured-posts .owl-carousel.posts--carousel .owl-nav .owl-prev {
  left: -24px
}

@media(max-width: 767px) {
  .section--featured-posts .owl-carousel.posts--carousel .owl-nav .owl-prev {
    left: 15px
  }
}

.section--featured-posts .owl-carousel.posts--carousel .owl-nav button.owl-next, .section--featured-posts .owl-carousel.posts--carousel .owl-nav .owl-prev {
  box-shadow: 0px 0px 54px 0px rgba(79, 79, 79, .28);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 1px #fff5eb;
  color: var(--secondaryColor);
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 20
}

.section .related .section__title {
  margin: 0 0 80px
}

@media(max-width: 991px) {
  .section .related .section__title {
    margin: 0 0 30px
  }
}

.section .container .container-fluid {
  padding: 0
}

.section--products {
  padding-bottom: 45px;
  padding: 0
}

.section--products .inner-content {
  padding: 100px 0
}

@media(max-width: 991px) {
  .section--products .inner-content {
    padding: 50px 0 45px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 15%, white 55%, rgba(255, 255, 255, 0) 100%)
  }
}

.section--content-image .section__content p, .section--content-image .section__content ul {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  color: #303030;
  margin: 0 0 50px
}

@media(max-width: 991px) {
  .section--content-image .section__content p, .section--content-image .section__content ul {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px
  }
}

.section--content-image .section__content ul {
  list-style: none;
  padding: 0
}

.section--content-image .section__content ul li {
  position: relative;
  padding-left: 60px;
  min-height: 44px;
  margin-bottom: 20px
}

@media(max-width: 991px) {
  .section--content-image .section__content ul li {
    min-height: 24px;
    padding-left: 35px
  }
}

.section--content-image .section__content ul li:before {
  content: "";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  color: var(--primaryColor);
  font-size: 44px;
  position: absolute;
  left: 0
}

@media(max-width: 991px) {
  .section--content-image .section__content ul li:before {
    font-size: 24px
  }
}

.section--content-image .btn {
  padding: 23px 25px;
  font-size: 26px;
  font-weight: 700
}

.section--gray {
  background: #f6fafd;
  position: relative
}

.section--gray:not(.section--sp-content)+.section--gray:not(.section--testimonials) {
  padding-top: 0
}

.section--white {
  background: #fff
}

.section--white+.section--white {
  padding-top: 0
}

.section--orange {
  background: var(--primaryColor)
}

.section--orange+.section--orange {
  padding-top: 0
}

.section--text-banner {
  color: #fff
}

.section--text-banner h2 {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.015em;
  transform: matrix(1.0534559003, -0.1857993657, 0, 1.0534559282, 0, 0);
  position: relative
}

@media(min-width: 992px)and (max-width: 1024px) {
  .section--text-banner h2 {
    font-size: 70px
  }
}

@media(max-width: 991px) {
  .section--text-banner h2 {
    font-size: 52px;
    margin: 0 auto 44px;
    text-align: center
  }
}

.section--text-banner h2 strong {
  font-size: 65px;
  line-height: 1;
  letter-spacing: 0.015em
}

.section--text-banner h2 strong span {
  font-size: 50px;
  display: block
}

.section--text-banner h2::after {
  content: "";
  display: inline-block;
  background: url(public/img/arrow-right.png);
  background-size: cover;
  background-position: center center;
  height: 60px;
  width: 112px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-15%)
}

.section--text-banner .btn {
  padding: 20px 40px;
  text-transform: uppercase
}

.section--text-banner .section__content {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, .18);
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  padding: 25px 20px;
  text-align: center;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 0 15px
}

@media(min-width: 992px)and (max-width: 1024px) {
  .section--text-banner .section__content {
    font-size: 18px;
    line-height: 26px
  }
}

@media(max-width: 991px) {
  .section--text-banner .section__content {
    font-size: 18px;
    line-height: 26px
  }
}

.section__subtitle {
  font-size: 24px;
  line-height: 38px;
  color: #000000;
  font-weight: 700;
  margin: 0
}

@media(max-width: 575px) {
  .section__subtitle {
    font-size: 20px;
    line-height: 25px
  }
}

.section__title {
  font-size: 40px;
  line-height: 45px;
  color: #000;
  font-weight: 700;
  margin: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
  .section__title {
    font-size: 26px;
    line-height: 38px
  }
}

@media(max-width: 991px) {
  .section__title {
    font-size: 26px;
    line-height: 38px
  }
}

@media(max-width: 575px) {
  .section__title {
    font-size: 20px;
    line-height: 25px
  }
}

.section__title--ultra {
  font-size: 42px;
  line-height: 45px
}

.section__title strong {
  font-weight: 600;
  color: var(--primaryColor)
}

.section__content p {
  font-size: 18px;
  line-height: 34px
}

.section--banner {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #ebebeb;
  border-radius: 0
}

.section--banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(235, 235, 235, 0) 55%, rgba(216, 220, 226, .9) 100%);
  pointer-events: none
}

.section--banner__content {
  position: relative;
  z-index: 2;
  padding: 70px 0 50px
}
@media(max-width: 991px) {
  .section--banner__content {
    padding: 50px 0
  }
}
@media(max-width: 767px) {
  .section--banner__content {
    padding: 20px 0
  }
}

@media(max-width: 991px) {
  .section--banner img {
    display: none
  }
}

.section--banner .section__title {
  color: #d64c8b;
  font-size: 70px;
  line-height: 80px;
  font-style: italic;
  font-weight: 900
}

@media(max-width: 1199px) {
  .section--banner .section__title {
    font-size: 40px;
    line-height: 50px
  }
}

@media(max-width: 767px) {
  .section--banner .section__title {
    font-size: 26px;
    line-height: 32px
  }
}

.section--banner p {
  font-size: 22px;
  line-height: 35px;
  color: #424242;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  max-width: 892px
}

@media(max-width: 1199px) {
  .section--banner p {
    font-size: 20px;
    line-height: 32px
  }
}

.section--banner p strong {
  color: #d64c8b
}

@media(max-width: 1199px) {
  .section--banner p strong {
    font-size: inherit;
    line-height: inherit
  }
}

@media(max-width: 767px) {
  .section--banner p strong {
    font-size: inherit;
    line-height: inherit
  }
}

@media(max-width: 767px) {
  .section--banner p {
    font-size: 18px;
    line-height: 28px
  }
}

.post-loop .blog-post-item {
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 50px;
  overflow: hidden
}

.post-loop .blog-post-item.archive-blog-post-item {
  color: #363636;
  margin: 0 0 80px
}

.post-loop .blog-post-item.archive-blog-post-item figure {
  margin: 0 0 30px
}

.post-loop .blog-post-item.archive-blog-post-item .blog-post-item__footer {
  width: 75%;
  bottom: 30px
}

.post-loop .blog-post-item.archive-blog-post-item .date {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 10px
}

.post-loop .blog-post-item.archive-blog-post-item .blog-post-item__excerpt {
  padding-bottom: 40px
}

.post-loop .blog-post-item.archive-blog-post-item .blog-post-item__excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 20px
}

.post-loop .blog-post-item.archive-blog-post-item .blog-post-item__excerpt .read-more {
  font-weight: 700;
  color: inherit;
  transition: .3s ease-out
}

.post-loop .blog-post-item.archive-blog-post-item .blog-post-item__excerpt .read-more:hover {
  color: var(--secondaryColor)
}

.post-loop .blog-post-item figure {
  padding-bottom: 115%;
  position: relative
}

.post-loop .blog-post-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.post-loop .blog-post-item__footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: calc(100% - 60px);
  margin: 0 auto;
  border-radius: 15px;
  background: #fff;
  z-index: 2;
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 70px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, .39)
}

@media(max-width: 575px) {
  .post-loop .blog-post-item__footer {
    padding: 10px 60px 10px 10px;
    white-space: nowrap;
    overflow: hidden
  }
}

.post-loop .blog-post-item__footer span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--primaryColor);
  width: 100%;
  margin: 20px 0 0
}

.post-loop .blog-post-item__footer h3 {
  font-size: 31px;
  line-height: 35px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

@media(max-width: 1199px) {
  .post-loop .blog-post-item__footer h3 {
    font-size: 24px;
    line-height: 30px
  }
}

@media(max-width: 575px) {
  .post-loop .blog-post-item__footer h3 {
    font-size: 18px;
    line-height: 23px
  }
}

.post-loop .blog-post-item__footer h3 a {
  color: inherit;
  text-decoration: none
}

.page-header__white-block {
  background: #fff;
  padding: 30px 40px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  min-width: 50%;
  width: fit-content;
  margin: 0 auto
}

@media(max-width: 991px) {
  .page-header__white-block {
    padding: 20px 20px 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
  }
}

.page-header .content {
  padding: 200px 0 0;
  background: rgba(0, 0, 0, .6)
}

@media(max-width: 991px) {
  .page-header .content {
    padding: 50px 0 0
  }
}

.page-header .content h1 {
  text-align: center;
  font-weight: 700;
  color: #181818;
  font-size: 45px;
  line-height: 55px;
  margin: 0
}

@media(min-width: 992px)and (max-width: 1024px) {
  .page-header .content h1 {
    font-size: 34px;
    line-height: 45px
  }
}

@media(max-width: 991px) {
  .page-header .content h1 {
    font-size: 30px;
    line-height: 39px
  }
}

.usps {
  padding: 35px 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #393939
}

.usps strong {
  font-weight: 600
}

@media(min-width: 992px) {
  .usps .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
  }
}

.usps .owl-item {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #010101
}

@media(min-width: 992px)and (max-width: 1024px) {
  .usps .owl-item {
    font-size: 18px
  }
}

@media(max-width: 991px) {
  .usps .owl-item {
    font-size: 18px
  }
}

.usps .owl-item .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 100px;
  min-height: 70px
}

@media(max-width: 991px) {
  .usps .owl-item .item {
    padding-left: 0;
    justify-content: center
  }
}

@media(min-width: 992px) {
  .usps .owl-item {
    float: none
  }

  .usps .owl-item:first-child {
    margin-right: auto
  }

  .usps .owl-item:last-child {
    margin-left: auto
  }
}

@media(max-width: 991px) {
  .usps .owl-item .usp__content {
    display: block;
    max-width: calc(100% - 80px);
    padding-left: 20px
  }
}

.usps .owl-item .usp__icon {
  display: block;
  width: 80px;
  height: 70px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: var(--secondaryColor);
  font-size: 30px;
  margin: 0 20px 0 0;
  position: absolute;
  left: 0
}

@media(max-width: 991px) {
  .usps .owl-item .usp__icon {
    position: static;
    flex: 0 0 80px;
    margin: 0;
    max-width: 80px
  }
}

.fluentform {
  padding: 25px 30px;
  border: solid 1px #eaeaea;
  color: #515151
}

.fluentform .ff-el-form-control {
  font-weight: 500;
  font-size: 18px
}

.fluentform .ff-btn-submit {
  font-weight: 600;
  font-size: 20px
}

.fluentform .ff-el-input--label label {
  font-weight: 500;
  color: inherit;
  font-size: 18px;
  line-height: 25px;
  color: #000
}

.count-sort-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.count-sort-bar .woocommerce-result-count {
  margin: 0 auto;
  font-weight: 700
}

@media(max-width: 575px) {
  .count-sort-bar .woocommerce-result-count {
    order: 4;
    margin: 10px 0 20px;
    font-size: 15px
  }
}

.count-sort-bar .woocommerce-ordering {
  margin: 0;
  position: relative;
  z-index: 1
}

.count-sort-bar .woocommerce-ordering::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  right: 10px;
  color: var(--secondaryColor);
  z-index: -1;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0
}

.count-sort-bar .woocommerce-ordering select {
  appearance: none;
  border: solid 2px var(--secondaryColor);
  border-radius: 0;
  background: transparent;
  padding: 5px 10px;
  box-shadow: none !important;
  outline: none !important
}

@media(max-width: 575px) {
  .count-sort-bar .woocommerce-ordering {
    margin-right: auto
  }
}

@media(max-width: 575px) {
  .count-sort-bar .woocommerce-ordering select {
    font-size: 12px
  }
}

.count-sort-bar .style-toggler {
  padding: 0 10px;
  font-size: 25px;
  color: var(--secondaryColor);
  background: transparent;
  border: none
}

.count-sort-bar .btn {
  padding: 6px 35px;
  height: 40px
}

@media(max-width: 575px) {
  .count-sort-bar .btn {
    width: 100%;
    margin: 0 0 15px
  }
}

.simple-content, .wysiwyg-editor {
  color: #454545
}

.simple-content .iframe-wrapper, .wysiwyg-editor .iframe-wrapper {
  position: relative;
  padding-bottom: 50%
}

.simple-content .iframe-wrapper iframe, .wysiwyg-editor .iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.simple-content .term-description a:not(.btn):not(.button), .wysiwyg-editor .term-description a:not(.btn):not(.button) {
  color: var(--secondaryColor)
}

.simple-content h1:not(.section__title), .wysiwyg-editor h1:not(.section__title) {
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 10px
}

@media(max-width: 991px) {
  .simple-content h1:not(.section__title), .wysiwyg-editor h1:not(.section__title) {
    font-size: 24px;
    line-height: 1.5
  }
}

.simple-content h2:not(.section__title), .wysiwyg-editor h2:not(.section__title) {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px
}

.simple-content p, .simple-content ul, .simple-content ol, .wysiwyg-editor p, .wysiwyg-editor ul, .wysiwyg-editor ol {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 25px
}

@media(max-width: 991px) {
  .simple-content p, .simple-content ul, .simple-content ol, .wysiwyg-editor p, .wysiwyg-editor ul, .wysiwyg-editor ol {
    font-size: 16px;
    line-height: 1.5
  }
}

.simple-content p strong, .simple-content ul strong, .simple-content ol strong, .wysiwyg-editor p strong, .wysiwyg-editor ul strong, .wysiwyg-editor ol strong {
  font-weight: 600
}

.simple-content ul, .wysiwyg-editor ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 25px
}

.simple-content ul li, .wysiwyg-editor ul li {
  position: relative;
  padding-left: 30px
}

.simple-content ul li::before, .wysiwyg-editor ul li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0
}

.simple-content ul li+li, .simple-content ol li+li, .wysiwyg-editor ul li+li, .wysiwyg-editor ol li+li {
  margin-top: 18px
}

#pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

#pagination .page-numbers {
  height: 50px;
  min-width: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: none;
  color: #737373;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50%;
  text-decoration: none;
  transition: .3s ease-out
}

#pagination .page-numbers.current {
  background: #fff
}

#pagination .page-numbers:hover {
  background: var(--secondaryColor);
  color: #fff
}

#pagination .page-numbers+.page-numbers {
  margin-left: 20px
}

.e404 {
  padding: 100px 0;
  text-align: center
}

.e404 h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff
}

.e404 h1 strong {
  font-size: 150px;
  color: var(--primaryColor);
  display: block
}

@media(max-width: 575px) {
  .e404 h1 strong {
    font-size: 80px
  }
}

.e404 p {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 50px
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table a:not(.button) {
  color: var(--secondaryColor);
  text-decoration: none
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon {
  border: solid 1px #ebebeb;
  border-radius: 10px;
  height: 50px
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon .input-text {
  border: none;
  margin: 0;
  width: 170px;
  padding: 13px 10px;
  line-height: 1;
  height: 50px;
  font-size: 18px;
  background: transparent
}

@media(max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon .input-text {
    float: none;
    text-align: left;
    width: 100%
  }
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon .input-text:placeholder {
  color: #b1b1b1
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon .button {
  background: var(--secondaryColor);
  color: #fff;
  margin: -1px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding: 15px 10px;
  border-radius: 0;
  height: 50px
}

@media(max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .coupon .button {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
  }
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .button[name=update_cart] {
  height: 50px;
  font-size: 18px;
  border-radius: 0;
  background: var(--secondaryColor);
  color: #fff
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead th {
  font-size: 22px;
  color: #3b3b3b;
  border-bottom: solid 2px rgba(216, 216, 216, .5) !important
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .cart_item+tr:not(.cart_item) td {
  border-bottom: 1px solid rgba(216, 216, 216, .5) !important
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .cart_item .woocommerce-Price-currencySymbol {
  font-weight: 700
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-remove a.remove {
  font-size: 22px;
  color: #31241b !important;
  transition: .3s ease-out
}

.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-remove a.remove:hover {
  color: var(--primaryColor) !important;
  background: transparent
}

.woocommerce .products ul.list li.product, .woocommerce ul.products.list li.product {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px
}

.woocommerce .products ul.list li.product .btn-wrapper, .woocommerce ul.products.list li.product .btn-wrapper {
  display: block;
  flex: 0 0 100%
}

.woocommerce .products ul.list li.product .btn-wrapper .added_to_cart, .woocommerce ul.products.list li.product .btn-wrapper .added_to_cart {
  margin: 0 !important
}

.woocommerce .products ul.list li.product .btn-wrapper .btn, .woocommerce ul.products.list li.product .btn-wrapper .btn {
  width: fit-content;
  margin: 0 auto
}

.woocommerce .products ul.list li.product figure, .woocommerce ul.products.list li.product figure {
  padding: 0;
  width: 200px;
  height: 200px
}

@media(max-width: 575px) {
  .woocommerce .products ul.list li.product figure, .woocommerce ul.products.list li.product figure {
    height: 100px;
    width: 100px
  }

  .woocommerce .products ul.list li.product figure img, .woocommerce ul.products.list li.product figure img {
    width: calc(100% - 20px);
    height: calc(100% - 24px)
  }
}

.woocommerce .products ul.list li.product figure .plus, .woocommerce ul.products.list li.product figure .plus {
  display: none
}

.woocommerce .products ul.list li.product .product__content, .woocommerce ul.products.list li.product .product__content {
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center
}

@media(max-width: 575px) {
  .woocommerce .products ul.list li.product .product__content, .woocommerce ul.products.list li.product .product__content {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px)
  }
}

.woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 90px 0 24px
}

@media(max-width: 575px) {
  .woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link {
    padding: 0 15px
  }
}

.woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%
}

@media(max-width: 575px) {
  .woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div {
    padding: 10px 0
  }
}

.woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div .woocommerce-loop-product__title, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 31px;
  color: #363636;
  font-weight: 700;
  padding-right: 40px;
  flex: 1;
  text-align: left
}

@media(max-width: 575px) {
  .woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div .woocommerce-loop-product__title, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 21px;
    flex: 0 0 100%;
    padding-right: 0
  }
}

.woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div .price, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div .price {
  margin: 0;
  margin-left: auto;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  position: relative
}

@media(max-width: 575px) {
  .woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div .price, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div .price {
    margin-left: 0;
    font-size: 22px
  }
}

.woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div .price::after, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div .price::after {
  content: "+";
  display: flex;
  flex-wrap: wrap;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: solid 1px #e8e8e8;
  background: #fcfffc;
  position: absolute;
  left: calc(100% + 30px);
  bottom: -2px;
  color: #626262;
  font-size: 18px;
  line-height: 1
}

@media(max-width: 575px) {
  .woocommerce .products ul.list li.product .product__content .woocommerce-loop-product__link>div .price::after, .woocommerce ul.products.list li.product .product__content .woocommerce-loop-product__link>div .price::after {
    display: none
  }
}

.woocommerce .products ul li.product, .woocommerce ul.products li.product {
  background: #fff;
  border: solid 1px #e3e3e3;
  border-radius: 15px;
  overflow: hidden
}

@media(max-width: 767px) {
  .woocommerce .products ul li.product, .woocommerce ul.products li.product {
    margin: 0 0 20px !important
  }
}

.woocommerce .products ul li.product .btn-wrapper, .woocommerce ul.products li.product .btn-wrapper {
  display: none
}

@media(max-width: 992px) {
  .woocommerce .products ul li.product .btn-wrapper, .woocommerce ul.products li.product .btn-wrapper {
    display: block
  }
}

.woocommerce .products ul li.product .btn, .woocommerce ul.products li.product .btn {
  display: block;
  width: 100%
}

@media(min-width: 992px) {
  .woocommerce .products ul li.product .added_to_cart, .woocommerce ul.products li.product .added_to_cart {
    margin-top: -30px;
    width: 100%
  }
}

.woocommerce .products ul li.product .onsale, .woocommerce ul.products li.product .onsale {
  min-width: initial;
  min-height: initial;
  display: flex;
  flex-wrap: wrap;
  font-size: 50px;
  line-height: 1;
  background: transparent;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 0 0
}

.woocommerce .products ul li.product .onsale.saleflash i,
.woocommerce ul.products li.product .onsale.saleflash i{
  color: var(--secondaryColor);
  font-size: 50px !important;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: none;
}
.woocommerce .products ul li.product .onsale.saleflash,
.woocommerce ul.products li.product .onsale.saleflash{
  background: transparent;
  font-size: 16px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 2;
}

@media(max-width: 575px) {
  .woocommerce .products ul li.product .onsale, .woocommerce ul.products li.product .onsale {
    transform: scale(0.8)
  }
}

.woocommerce .products ul li.product .onsale i, .woocommerce ul.products li.product .onsale i {
  display: block
}

.woocommerce .products ul li.product .onsale i::before, .woocommerce ul.products li.product .onsale i::before {
  display: block;
  color: var(--secondaryColor)
}

.woocommerce .products ul li.product figure, .woocommerce ul.products li.product figure {
  position: relative;
  padding-bottom: 100%;
  margin: 0
}

.woocommerce .products ul li.product figure img, .woocommerce ul.products li.product figure img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  object-fit: contain
}

.woocommerce .products ul li.product figure i, .woocommerce ul.products li.product figure i {
  line-height: 1;
  transform: translate(1px, 1px)
}

.woocommerce .products ul li.product figure i+span, .woocommerce ul.products li.product figure i+span {
  display: block;
  width: 1px;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  white-space: nowrap
}

.woocommerce .products ul li.product .product__content, .woocommerce ul.products li.product .product__content {
  text-align: center;
  border-top: solid 1px #e3e3e3;
  padding: 20px
}

.woocommerce .products ul li.product .product__content .woocommerce-loop-product__title, .woocommerce ul.products li.product .product__content .woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 500
}

@media(max-width: 575px) {
  .woocommerce .products ul li.product .product__content .woocommerce-loop-product__title, .woocommerce ul.products li.product .product__content .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 0;
    padding-top: 0
  }
}

.woocommerce .products ul li.product .product__content .price, .woocommerce ul.products li.product .product__content .price {
  font-size: 28px;
  line-height: 1;
  color: #000;
  font-weight: 700
}

@media(max-width: 575px) {
  .woocommerce .products ul li.product .product__content .price, .woocommerce ul.products li.product .product__content .price {
    font-size: 20px
  }
}

.lp-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.lp-breadcrumb__item {
  font-size: 24px;
  font-weight: 500;
  color: #181818
}

@media(min-width: 992px)and (max-width: 1024px) {
  .lp-breadcrumb__item {
    font-size: 18px
  }
}

@media(max-width: 991px) {
  .lp-breadcrumb__item {
    font-size: 16px
  }
}

.lp-breadcrumb__item a {
  color: inherit;
  text-decoration: none
}

.lp-breadcrumb__item a:hover {
  color: var(--primaryColor)
}

.lp-breadcrumb__item--spacer {
  margin: 0 5px
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1em;
  right: 1.7em
}

.woocommerce-breadcrumb {
  color: #393939 !important;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 30px
}

.woocommerce-breadcrumb a {
  color: inherit;
  text-decoration: none;
  font-weight: 400
}

#cartTog {
  width: 58px;
  height: 58px;
  background: var(--buttonDarkBg);
  border: solid 1px var(--buttonDarkBorder);
  box-shadow: inset -2px 0 0 var(--buttonAccent), 0 12px 26px rgba(8, 11, 16, .22);
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 120px;
  right: 0;
  font-size: 24px;
  margin: auto 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 100;
  transition: .3s ease-out
}

#cartTog:hover {
  background: var(--buttonDarkBgHover);
  border-color: #3a4250;
  box-shadow: inset -2px 0 0 var(--buttonAccent), 0 16px 30px rgba(8, 11, 16, .28);
  width: 64px
}

@media(max-width: 575px) {
  #cartTog {
    bottom: 30px
  }
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%
}

.woocommerce #content div.product div.images .flex-viewport, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .flex-viewport, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce #content div.product div.images .flex-viewport, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .flex-viewport, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .flex-viewport, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .flex-viewport, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .flex-viewport, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .flex-viewport, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper {
  border: solid 1px #d4d4d4;
  border-radius: 15px;
  overflow: hidden
}

.woocommerce #content div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper, .woocommerce #content div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__wrapper {
  border: none;
  border-radius: 0
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce div.product div.images .woocommerce-product-gallery__image>a, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__image>a {
  display: block;
  position: relative;
  padding-bottom: 100%
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce #content div.product div.images .woocommerce-product-gallery__image>a img, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce div.product div.images .woocommerce-product-gallery__image>a img, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce #content div.product div.images .woocommerce-product-gallery__image>a img, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce div.product div.images .woocommerce-product-gallery__image>a img, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__image>a img, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce-page div.product div.images .woocommerce-product-gallery__image>a img, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__image>a img, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper>a img, .woocommerce-page div.product div.images .woocommerce-product-gallery__image>a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain
}

.woocommerce #content div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs, .woocommerce #content div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs, .woocommerce-page #content div.product div.images .flex-control-thumbs, .woocommerce-page div.product div.images .flex-control-thumbs, .woocommerce-page #content div.product div.images .flex-control-thumbs, .woocommerce-page div.product div.images .flex-control-thumbs {
  margin-top: 20px
}

.woocommerce .featured-testimonial .testimonial, .woocommerce-page .featured-testimonial .testimonial {
  padding: 30px 40px 20px;
  border-radius: 50px;
  color: #252525;
  background: #fff;
  border: solid 1px #d4d4d4
}

.woocommerce .featured-testimonial .testimonial__rate, .woocommerce-page .featured-testimonial .testimonial__rate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0;
  width: fit-content;
  color: #ffe300
}

.woocommerce .featured-testimonial .testimonial__rate__number, .woocommerce-page .featured-testimonial .testimonial__rate__number {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1
}

.woocommerce .featured-testimonial .testimonial__rate i, .woocommerce-page .featured-testimonial .testimonial__rate i {
  font-size: 20px;
  line-height: 1;
  color: #ffe300
}

.woocommerce .featured-testimonial .testimonial__rate i+i, .woocommerce-page .featured-testimonial .testimonial__rate i+i {
  margin-left: 5px
}

.woocommerce .featured-testimonial .testimonial__icon, .woocommerce-page .featured-testimonial .testimonial__icon {
  font-size: 58px;
  line-height: 1;
  color: #000;
  margin: 0 0 0px
}

.woocommerce .featured-testimonial .testimonial__category figure, .woocommerce-page .featured-testimonial .testimonial__category figure {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto
}

.woocommerce .featured-testimonial .testimonial__category figure img, .woocommerce-page .featured-testimonial .testimonial__category figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  object: contain;
  object-position: center center
}

.woocommerce .featured-testimonial .testimonial__content, .woocommerce-page .featured-testimonial .testimonial__content {
  padding: 0;
  margin: 0 0 20px
}

.woocommerce .featured-testimonial .testimonial__content p, .woocommerce-page .featured-testimonial .testimonial__content p {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500
}

.woocommerce .featured-testimonial .testimonial__content p:last-child, .woocommerce-page .featured-testimonial .testimonial__content p:last-child {
  margin: 0
}

@media(max-width: 991px) {
  .woocommerce .featured-testimonial .testimonial__content p, .woocommerce-page .featured-testimonial .testimonial__content p {
    font-size: 16px;
    line-height: 23px
  }
}

@media(max-width: 575px) {
  .woocommerce .featured-testimonial .testimonial__content p, .woocommerce-page .featured-testimonial .testimonial__content p {
    font-size: 15px;
    line-height: 21px
  }
}

.woocommerce .featured-testimonial .testimonial__name, .woocommerce-page .featured-testimonial .testimonial__name {
  margin: 0 0 15px;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  color: #353535
}

@media(max-width: 575px) {
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    margin: 0;
    display: flex;
    flex-wrap: wrap
  }

  .woocommerce #content div.product div.summary .product_specs, .woocommerce div.product div.summary .product_specs, .woocommerce #content div.product div.summary .product_specs, .woocommerce div.product div.summary .product_specs, .woocommerce-page #content div.product div.summary .product_specs, .woocommerce-page div.product div.summary .product_specs, .woocommerce-page #content div.product div.summary .product_specs, .woocommerce-page div.product div.summary .product_specs {
    flex: 0 0 100%;
    margin: 20px 0 0
  }

  .woocommerce #content div.product div.summary .product__title-wrapper, .woocommerce div.product div.summary .product__title-wrapper, .woocommerce #content div.product div.summary .product__title-wrapper, .woocommerce div.product div.summary .product__title-wrapper, .woocommerce-page #content div.product div.summary .product__title-wrapper, .woocommerce-page div.product div.summary .product__title-wrapper, .woocommerce-page #content div.product div.summary .product__title-wrapper, .woocommerce-page div.product div.summary .product__title-wrapper {
    order: 0
  }

  .woocommerce #content div.product div.summary .product__meta, .woocommerce div.product div.summary .product__meta, .woocommerce #content div.product div.summary .product__meta, .woocommerce div.product div.summary .product__meta, .woocommerce-page #content div.product div.summary .product__meta, .woocommerce-page div.product div.summary .product__meta, .woocommerce-page #content div.product div.summary .product__meta, .woocommerce-page div.product div.summary .product__meta {
    order: 1
  }

  .woocommerce #content div.product div.summary .cart, .woocommerce div.product div.summary .cart, .woocommerce #content div.product div.summary .cart, .woocommerce div.product div.summary .cart, .woocommerce-page #content div.product div.summary .cart, .woocommerce-page div.product div.summary .cart, .woocommerce-page #content div.product div.summary .cart, .woocommerce-page div.product div.summary .cart {
    order: 2
  }

  .woocommerce #content div.product div.summary>h3, .woocommerce div.product div.summary>h3, .woocommerce #content div.product div.summary>h3, .woocommerce div.product div.summary>h3, .woocommerce-page #content div.product div.summary>h3, .woocommerce-page div.product div.summary>h3, .woocommerce-page #content div.product div.summary>h3, .woocommerce-page div.product div.summary>h3 {
    order: 3
  }

  .woocommerce #content div.product div.summary .woocommerce-product-details__short-description, .woocommerce div.product div.summary .woocommerce-product-details__short-description, .woocommerce #content div.product div.summary .woocommerce-product-details__short-description, .woocommerce div.product div.summary .woocommerce-product-details__short-description, .woocommerce-page #content div.product div.summary .woocommerce-product-details__short-description, .woocommerce-page div.product div.summary .woocommerce-product-details__short-description, .woocommerce-page #content div.product div.summary .woocommerce-product-details__short-description, .woocommerce-page div.product div.summary .woocommerce-product-details__short-description {
    order: 4
  }

  .woocommerce #content div.product div.summary>.row, .woocommerce div.product div.summary>.row, .woocommerce #content div.product div.summary>.row, .woocommerce div.product div.summary>.row, .woocommerce-page #content div.product div.summary>.row, .woocommerce-page div.product div.summary>.row, .woocommerce-page #content div.product div.summary>.row, .woocommerce-page div.product div.summary>.row {
    order: 5
  }
}

.woocommerce #content div.product div.summary .star-dust, .woocommerce div.product div.summary .star-dust, .woocommerce #content div.product div.summary .star-dust, .woocommerce div.product div.summary .star-dust, .woocommerce-page #content div.product div.summary .star-dust, .woocommerce-page div.product div.summary .star-dust, .woocommerce-page #content div.product div.summary .star-dust, .woocommerce-page div.product div.summary .star-dust {
  color: #ffb234;
  font-size: 20px
}

.woocommerce #content div.product div.summary .star-dust i+i, .woocommerce div.product div.summary .star-dust i+i, .woocommerce #content div.product div.summary .star-dust i+i, .woocommerce div.product div.summary .star-dust i+i, .woocommerce-page #content div.product div.summary .star-dust i+i, .woocommerce-page div.product div.summary .star-dust i+i, .woocommerce-page #content div.product div.summary .star-dust i+i, .woocommerce-page div.product div.summary .star-dust i+i {
  margin-left: 5px
}

.woocommerce #content div.product div.summary .product_title, .woocommerce div.product div.summary .product_title, .woocommerce #content div.product div.summary .product_title, .woocommerce div.product div.summary .product_title, .woocommerce-page #content div.product div.summary .product_title, .woocommerce-page div.product div.summary .product_title, .woocommerce-page #content div.product div.summary .product_title, .woocommerce-page div.product div.summary .product_title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: inherit;
  margin: 0
}

@media(max-width: 575px) {
  .woocommerce #content div.product div.summary .product_title, .woocommerce div.product div.summary .product_title, .woocommerce #content div.product div.summary .product_title, .woocommerce div.product div.summary .product_title, .woocommerce-page #content div.product div.summary .product_title, .woocommerce-page div.product div.summary .product_title, .woocommerce-page #content div.product div.summary .product_title, .woocommerce-page div.product div.summary .product_title {
    font-size: 24px;
    line-height: 31px;
    margin: 0
  }
}

.woocommerce #content div.product div.summary .product__price, .woocommerce div.product div.summary .product__price, .woocommerce #content div.product div.summary .product__price, .woocommerce div.product div.summary .product__price, .woocommerce-page #content div.product div.summary .product__price, .woocommerce-page div.product div.summary .product__price, .woocommerce-page #content div.product div.summary .product__price, .woocommerce-page div.product div.summary .product__price {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: inherit
}

@media(max-width: 575px) {
  .woocommerce #content div.product div.summary .product__price, .woocommerce div.product div.summary .product__price, .woocommerce #content div.product div.summary .product__price, .woocommerce div.product div.summary .product__price, .woocommerce-page #content div.product div.summary .product__price, .woocommerce-page div.product div.summary .product__price, .woocommerce-page #content div.product div.summary .product__price, .woocommerce-page div.product div.summary .product__price {
    font-size: 24px;
    line-height: 31px
  }
}

.woocommerce #content div.product div.summary .product__price del, .woocommerce div.product div.summary .product__price del, .woocommerce #content div.product div.summary .product__price del, .woocommerce div.product div.summary .product__price del, .woocommerce-page #content div.product div.summary .product__price del, .woocommerce-page div.product div.summary .product__price del, .woocommerce-page #content div.product div.summary .product__price del, .woocommerce-page div.product div.summary .product__price del {
  font-size: 60%;
  display: block
}

.woocommerce #content div.product div.summary h3, .woocommerce div.product div.summary h3, .woocommerce #content div.product div.summary h3, .woocommerce div.product div.summary h3, .woocommerce-page #content div.product div.summary h3, .woocommerce-page div.product div.summary h3, .woocommerce-page #content div.product div.summary h3, .woocommerce-page div.product div.summary h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600
}

@media(max-width: 575px) {
  .woocommerce #content div.product div.summary h3, .woocommerce div.product div.summary h3, .woocommerce #content div.product div.summary h3, .woocommerce div.product div.summary h3, .woocommerce-page #content div.product div.summary h3, .woocommerce-page div.product div.summary h3, .woocommerce-page #content div.product div.summary h3, .woocommerce-page div.product div.summary h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 10px
  }
}

.woocommerce #content div.product div.summary p, .woocommerce #content div.product div.summary ul, .woocommerce #content div.product div.summary ol, .woocommerce div.product div.summary p, .woocommerce div.product div.summary ul, .woocommerce div.product div.summary ol, .woocommerce #content div.product div.summary p, .woocommerce #content div.product div.summary ul, .woocommerce #content div.product div.summary ol, .woocommerce div.product div.summary p, .woocommerce div.product div.summary ul, .woocommerce div.product div.summary ol, .woocommerce-page #content div.product div.summary p, .woocommerce-page #content div.product div.summary ul, .woocommerce-page #content div.product div.summary ol, .woocommerce-page div.product div.summary p, .woocommerce-page div.product div.summary ul, .woocommerce-page div.product div.summary ol, .woocommerce-page #content div.product div.summary p, .woocommerce-page #content div.product div.summary ul, .woocommerce-page #content div.product div.summary ol, .woocommerce-page div.product div.summary p, .woocommerce-page div.product div.summary ul, .woocommerce-page div.product div.summary ol {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400
}

@media(max-width: 575px) {
  .woocommerce #content div.product div.summary p, .woocommerce #content div.product div.summary ul, .woocommerce #content div.product div.summary ol, .woocommerce div.product div.summary p, .woocommerce div.product div.summary ul, .woocommerce div.product div.summary ol, .woocommerce #content div.product div.summary p, .woocommerce #content div.product div.summary ul, .woocommerce #content div.product div.summary ol, .woocommerce div.product div.summary p, .woocommerce div.product div.summary ul, .woocommerce div.product div.summary ol, .woocommerce-page #content div.product div.summary p, .woocommerce-page #content div.product div.summary ul, .woocommerce-page #content div.product div.summary ol, .woocommerce-page div.product div.summary p, .woocommerce-page div.product div.summary ul, .woocommerce-page div.product div.summary ol, .woocommerce-page #content div.product div.summary p, .woocommerce-page #content div.product div.summary ul, .woocommerce-page #content div.product div.summary ol, .woocommerce-page div.product div.summary p, .woocommerce-page div.product div.summary ul, .woocommerce-page div.product div.summary ol {
    font-size: 13px;
    line-height: 20px
  }
}

.woocommerce #content div.product div.summary p a, .woocommerce #content div.product div.summary ul a, .woocommerce #content div.product div.summary ol a, .woocommerce div.product div.summary p a, .woocommerce div.product div.summary ul a, .woocommerce div.product div.summary ol a, .woocommerce #content div.product div.summary p a, .woocommerce #content div.product div.summary ul a, .woocommerce #content div.product div.summary ol a, .woocommerce div.product div.summary p a, .woocommerce div.product div.summary ul a, .woocommerce div.product div.summary ol a, .woocommerce-page #content div.product div.summary p a, .woocommerce-page #content div.product div.summary ul a, .woocommerce-page #content div.product div.summary ol a, .woocommerce-page div.product div.summary p a, .woocommerce-page div.product div.summary ul a, .woocommerce-page div.product div.summary ol a, .woocommerce-page #content div.product div.summary p a, .woocommerce-page #content div.product div.summary ul a, .woocommerce-page #content div.product div.summary ol a, .woocommerce-page div.product div.summary p a, .woocommerce-page div.product div.summary ul a, .woocommerce-page div.product div.summary ol a {
  color: var(--secondaryColor);
  text-decoration: none;
  font-weight: 700
}

.woocommerce #content div.product div.summary p a.go-to-reviews, .woocommerce #content div.product div.summary ul a.go-to-reviews, .woocommerce #content div.product div.summary ol a.go-to-reviews, .woocommerce div.product div.summary p a.go-to-reviews, .woocommerce div.product div.summary ul a.go-to-reviews, .woocommerce div.product div.summary ol a.go-to-reviews, .woocommerce #content div.product div.summary p a.go-to-reviews, .woocommerce #content div.product div.summary ul a.go-to-reviews, .woocommerce #content div.product div.summary ol a.go-to-reviews, .woocommerce div.product div.summary p a.go-to-reviews, .woocommerce div.product div.summary ul a.go-to-reviews, .woocommerce div.product div.summary ol a.go-to-reviews, .woocommerce-page #content div.product div.summary p a.go-to-reviews, .woocommerce-page #content div.product div.summary ul a.go-to-reviews, .woocommerce-page #content div.product div.summary ol a.go-to-reviews, .woocommerce-page div.product div.summary p a.go-to-reviews, .woocommerce-page div.product div.summary ul a.go-to-reviews, .woocommerce-page div.product div.summary ol a.go-to-reviews, .woocommerce-page #content div.product div.summary p a.go-to-reviews, .woocommerce-page #content div.product div.summary ul a.go-to-reviews, .woocommerce-page #content div.product div.summary ol a.go-to-reviews, .woocommerce-page div.product div.summary p a.go-to-reviews, .woocommerce-page div.product div.summary ul a.go-to-reviews, .woocommerce-page div.product div.summary ol a.go-to-reviews {
  text-decoration: none;
  color: inherit;
  font-weight: inherit
}

.woocommerce #content div.product div.summary .cart, .woocommerce div.product div.summary .cart, .woocommerce #content div.product div.summary .cart, .woocommerce div.product div.summary .cart, .woocommerce-page #content div.product div.summary .cart, .woocommerce-page div.product div.summary .cart, .woocommerce-page #content div.product div.summary .cart, .woocommerce-page div.product div.summary .cart {
  margin: 30px 0
}

.woocommerce #content div.product div.summary .cart .reset_variations, .woocommerce div.product div.summary .cart .reset_variations, .woocommerce #content div.product div.summary .cart .reset_variations, .woocommerce div.product div.summary .cart .reset_variations, .woocommerce-page #content div.product div.summary .cart .reset_variations, .woocommerce-page div.product div.summary .cart .reset_variations, .woocommerce-page #content div.product div.summary .cart .reset_variations, .woocommerce-page div.product div.summary .cart .reset_variations {
  color: var(--primaryColor)
}

.woocommerce #content div.product div.summary .cart .quantity, .woocommerce div.product div.summary .cart .quantity, .woocommerce #content div.product div.summary .cart .quantity, .woocommerce div.product div.summary .cart .quantity, .woocommerce-page #content div.product div.summary .cart .quantity, .woocommerce-page div.product div.summary .cart .quantity, .woocommerce-page #content div.product div.summary .cart .quantity, .woocommerce-page div.product div.summary .cart .quantity {
  position: relative;
  margin-right: 30px
}

.woocommerce #content div.product div.summary .cart .quantity input, .woocommerce div.product div.summary .cart .quantity input, .woocommerce #content div.product div.summary .cart .quantity input, .woocommerce div.product div.summary .cart .quantity input, .woocommerce-page #content div.product div.summary .cart .quantity input, .woocommerce-page div.product div.summary .cart .quantity input, .woocommerce-page #content div.product div.summary .cart .quantity input, .woocommerce-page div.product div.summary .cart .quantity input {
  border-radius: 10px;
  width: 90px;
  height: 49px;
  font-size: 20px;
  font-weight: 600;
  color: #3c3c3c;
  border: solid 1px #d7d7d7;
  appearance: none;
  outline: none !important;
  transition: .3s ease-out
}

.woocommerce #content div.product div.summary .cart .quantity input:hover, .woocommerce div.product div.summary .cart .quantity input:hover, .woocommerce #content div.product div.summary .cart .quantity input:hover, .woocommerce div.product div.summary .cart .quantity input:hover, .woocommerce-page #content div.product div.summary .cart .quantity input:hover, .woocommerce-page div.product div.summary .cart .quantity input:hover, .woocommerce-page #content div.product div.summary .cart .quantity input:hover, .woocommerce-page div.product div.summary .cart .quantity input:hover {
  border-color: var(--secondaryColor)
}

.woocommerce #content div.product div.summary .cart .button, .woocommerce div.product div.summary .cart .button, .woocommerce #content div.product div.summary .cart .button, .woocommerce div.product div.summary .cart .button, .woocommerce-page #content div.product div.summary .cart .button, .woocommerce-page div.product div.summary .cart .button, .woocommerce-page #content div.product div.summary .cart .button, .woocommerce-page div.product div.summary .cart .button {
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 600;
  background: var(--buttonDarkBg);
  color: #FFF;
  border: solid 1px var(--buttonDarkBorder);
  border-radius: 10px;
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 10px 22px rgba(8, 11, 16, .18);
  transition: .3s ease-out
}

.woocommerce #content div.product div.summary .cart .button:hover, .woocommerce div.product div.summary .cart .button:hover, .woocommerce #content div.product div.summary .cart .button:hover, .woocommerce div.product div.summary .cart .button:hover, .woocommerce-page #content div.product div.summary .cart .button:hover, .woocommerce-page div.product div.summary .cart .button:hover, .woocommerce-page #content div.product div.summary .cart .button:hover, .woocommerce-page div.product div.summary .cart .button:hover {
  background: var(--buttonDarkBgHover);
  border-color: #3a4250;
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 14px 28px rgba(8, 11, 16, .24);
  transform: translateY(-1px)
}

@media(max-width: 1199px) {
  .woocommerce #content div.product div.summary .cart .button, .woocommerce div.product div.summary .cart .button, .woocommerce #content div.product div.summary .cart .button, .woocommerce div.product div.summary .cart .button, .woocommerce-page #content div.product div.summary .cart .button, .woocommerce-page div.product div.summary .cart .button, .woocommerce-page #content div.product div.summary .cart .button, .woocommerce-page div.product div.summary .cart .button {
    padding: 15px 28px
  }
}

.woocommerce #content div.product div.summary .seo-block, .woocommerce div.product div.summary .seo-block, .woocommerce #content div.product div.summary .seo-block, .woocommerce div.product div.summary .seo-block, .woocommerce-page #content div.product div.summary .seo-block, .woocommerce-page div.product div.summary .seo-block, .woocommerce-page #content div.product div.summary .seo-block, .woocommerce-page div.product div.summary .seo-block {
  background: #e5f8ef;
  padding: 15px
}

.woocommerce #content div.product div.summary .seo-block p:last-child, .woocommerce div.product div.summary .seo-block p:last-child, .woocommerce #content div.product div.summary .seo-block p:last-child, .woocommerce div.product div.summary .seo-block p:last-child, .woocommerce-page #content div.product div.summary .seo-block p:last-child, .woocommerce-page div.product div.summary .seo-block p:last-child, .woocommerce-page #content div.product div.summary .seo-block p:last-child, .woocommerce-page div.product div.summary .seo-block p:last-child {
  margin: 0;
  color: #006b62
}

.btn-gray, .simplefavorite-button {
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 25px;
  background: #d2d2d2;
  border-radius: 10px;
  border: none;
  width: 100%;
  transition: .3s ease-out
}

.btn-gray i, .simplefavorite-button i {
  margin-right: 10px
}

.btn-gray:hover, .simplefavorite-button:hover {
  background: var(--secondaryColor);
  color: #fff
}

.side-cart-overlay {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, .6);
  transform: scale(0.0001);
  border-radius: 50%;
  opacity: 0;
  transition: .3s ease-out
}

.side-cart-open .side-cart-overlay {
  transform: none;
  opacity: 1;
  border-radius: 0
}

.side-cart-open #sideCart {
  box-shadow: 0 4px 8px rgba(57, 56, 56, .1)
}

.side-cart__product__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end
}

.side-cart__product__actions a {
  display: block;
  text-decoration: none;
  color: var(--secondaryColor)
}

.side-cart__product__actions a+a {
  margin-left: 15px
}

.side-cart__footer {
  background: #f8f8f8;
  margin: 0 -20px;
  padding: 20px 20px;
  min-height: 200px
}

#sideCart {
  width: 370px;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  color: #363636;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  padding: 20px 20px;
  transform: translateX(100%);
  transition: .3s ease-out
}

#sideCart.cart-open {
  transform: none
}

#sideCart .cart-header {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  position: relative
}

#sideCart .cart-header h3 {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize
}

#sideCart .cart-header .cart-toggler {
  padding: 0;
  border: solid 1px var(--buttonDarkBorder);
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--buttonDarkBg);
  color: #fff;
  position: absolute;
  right: 0;
  top: -5px
}

#sideCart .cart-header .cart-toggler:hover {
  background: var(--buttonDarkBgHover);
  border-color: #3a4250
}

#sideCart .cart-data .total {
  margin: 0 0 10px;
  text-align: right
}

#sideCart .cart-data .clean {
  text-align: center
}

#sideCart .cart-data .clean a {
  color: var(--secondaryColor);
  font-weight: 700;
  text-decoration: none
}

#sideCart .go-to-cart {
  font-size: 16px;
  line-height: 1;
  color: var(--secondaryColor);
  text-decoration: none
}

#sideCart .cart-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 200px)
}

#sideCart .cart-list h3 {
  font-size: 18px;
  color: var(--secondaryColor);
  font-weight: 700
}

#sideCart .cart-list .loading {
  text-align: center;
  padding: 15px 0
}

#sideCart .cart-list .loading i {
  font-size: 22px;
  color: var(--secondaryColor);
  animation: rotate 1s ease-out infinite
}

#sideCart ul {
  padding: 0;
  list-style: none;
  margin: 0
}

#sideCart ul li {
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap
}

#sideCart ul li+li {
  border-top: solid 1px rgba(255, 255, 255, .2)
}

#sideCart ul li .content {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  text-align: left;
  margin-left: auto
}

#sideCart ul li .content a {
  text-decoration: none
}

#sideCart ul li .content h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px
}

#sideCart ul li .content .details {
  font-size: 13px;
  font-weight: 700
}

#sideCart ul li .content .details .price-wrapper {
  font-size: 16px
}

#sideCart ul li .content .details .qty-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0 0 5px
}

#sideCart ul li .content .details .qty-wrapper .update-product-qty {
  margin-left: 10px;
  border: none;
  background: transparent;
  color: var(--secondaryColor);
  font-size: 16px;
  display: none
}

#sideCart ul li .content .details .qty-wrapper .update-product-qty.changed {
  display: block
}

#sideCart ul li .content .details .qty-wrapper .plus-minus {
  width: 105px;
  position: relative;
  margin-left: 15px
}

#sideCart ul li .content .details .qty-wrapper .plus-minus input[type=number] {
  width: 100%;
  height: 36px;
  border-radius: 18px;
  appearance: none;
  text-align: center;
  padding: 0 36px;
  border: solid 1px #dfdedd
}

#sideCart ul li .content .details .qty-wrapper .plus-minus input[type=number]::-webkit-outer-spin-button, #sideCart ul li .content .details .qty-wrapper .plus-minus input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

#sideCart ul li .content .details .qty-wrapper .plus-minus__action {
  position: absolute;
  height: 36px;
  width: 36px;
  top: 0;
  border-radius: 50%;
  border: none;
  background: transparent;
  transition: .3s ease-out
}

#sideCart ul li .content .details .qty-wrapper .plus-minus__action:hover {
  color: var(--secondaryColor)
}

#sideCart ul li .content .details .qty-wrapper .plus-minus__action[data-action=minus] {
  left: 0
}

#sideCart ul li .content .details .qty-wrapper .plus-minus__action[data-action=plus] {
  right: 0
}

#sideCart ul li figure {
  width: 100px;
  height: 100px;
  margin: 0;
  flex: 0 0 100px;
  max-width: 100px;
  position: relative
}

#sideCart ul li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px
}

#sideCart ul li figure a {
  text-decoration: none
}

.post-type-archive-product .section--content-image .btn {
  text-transform: uppercase
}

.post-type-archive-product .section--content-image .btn::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  line-height: 1;
  margin-left: 15px
}

.woocommerce-Price-currencySymbol {
  font-weight: 700
}

.woocommerce-info, .woocommerce-message {
  border-top-color: var(--secondaryColor)
}

.woocommerce-info::before, .woocommerce-message::before {
  color: var(--secondaryColor)
}

.woocommerce-info a:not(.button), .woocommerce-message a:not(.button) {
  color: var(--secondaryColor)
}

a.added_to_cart {
  color: var(--secondaryColor) !important;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px !important;
  text-decoration: none !important
}

@keyframes scrollNow {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(5px)
  }

  100% {
    transform: translateX(0)
  }
}

.single-testimonials-wrapper {
  overflow: hidden;
  position: relative
}

@media(min-width: 992px) {
  .single-testimonials-wrapper::after {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 20;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%)
  }
}

@media(min-width: 992px) {
  .single-testimonials-wrapper .section--testimonials__carousel_in {
    width: 125%
  }
}

.section--testimonials__carousel .owl-nav {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: translateY(-150px)
}

@media(max-width: 767px) {
  .section--testimonials__carousel .owl-nav {
    transform: none
  }
}

.section--testimonials__carousel .owl-nav .owl-prev, .section--testimonials__carousel .owl-nav .owl-next {
  position: absolute
}

.section--testimonials__carousel .owl-nav .owl-prev span, .section--testimonials__carousel .owl-nav .owl-next span {
  font-size: 65px !important
}

.section--testimonials__carousel .owl-nav .owl-next {
  right: 0
}

@media(max-width: 767px) {
  .section--testimonials__carousel .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    bottom: 45px
  }
}

.section--testimonials__carousel .owl-nav .owl-prev {
  left: 0
}

@media(max-width: 767px) {
  .section--testimonials__carousel .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    bottom: 45px
  }
}

.section--testimonials__carousel .owl-stage {
  transition: .3s ease-out
}

.section--testimonials__carousel .owl-item {
  padding: 50px 0 0;
  opacity: 0
}

@media(max-width: 767px) {
  .section--testimonials__carousel .owl-item {
    padding: 30px 0 0
  }
}

.section--testimonials__carousel .owl-item.active {
  opacity: 1
}

.product--functions {
  text-align: center
}

.product--functions figure {
  position: relative;
  width: 84px;
  height: 84px;
  border: solid 1px #ebebeb;
  margin: 0 auto 15px;
  padding: 15px
}

.product--functions figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0
}

.product--functions strong {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: block
}

.filters-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  z-index: 100;
  transform: rotateX(90deg) scale(0.5);
  opacity: 0;
  transform-origin: center center;
  transition: .3s ease-out
}

.filters-open {
  overflow: hidden
}

.filters-open .filters-overlay, .filters-open .side-filters-bar {
  transform: none;
  opacity: 1
}

#main .products {
  transition: .3s ease-out
}

.admin-bar .side-filters-bar {
  top: calc(32px + var(--header-offset-mobile));
  height: calc(100vh - 32px - var(--header-offset-mobile))
}

@media(min-width: 1200px) {
  .admin-bar .side-filters-bar {
    top: calc(32px + var(--header-offset-desktop));
    height: calc(100vh - 32px - var(--header-offset-desktop))
  }

  .admin-bar.body--header-condensed .side-filters-bar {
    top: calc(32px + var(--header-offset-desktop-condensed));
    height: calc(100vh - 32px - var(--header-offset-desktop-condensed))
  }
}

.side-filters-bar {
  width: 410px;
  padding: 0 0 30px;
  background: #fff;
  position: fixed;
  left: 0;
  top: var(--header-offset-mobile);
  height: calc(100vh - var(--header-offset-mobile));
  z-index: 101;
  transform: translateX(-120%);
  transition: .3s ease-out
}

@media(max-width: 575px) {
  .side-filters-bar {
    max-width: 100%;
    height: calc(100vh - var(--header-offset-mobile));
    top: var(--header-offset-mobile)
  }
}

@media(min-width: 1200px) {
  .side-filters-bar {
    top: var(--header-offset-desktop);
    height: calc(100vh - var(--header-offset-desktop))
  }

  body.body--header-condensed .side-filters-bar {
    top: var(--header-offset-desktop-condensed);
    height: calc(100vh - var(--header-offset-desktop-condensed))
  }
}

.side-filters-bar__header {
  text-align: right
}

.side-filters-bar__content {
  max-height: calc(100vh - var(--header-offset-mobile) - 96px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 30px;
  color: #000
}

@media(min-width: 1200px) {
  .side-filters-bar__content {
    max-height: calc(100vh - var(--header-offset-desktop) - 96px)
  }

  body.body--header-condensed .side-filters-bar__content {
    max-height: calc(100vh - var(--header-offset-desktop-condensed) - 96px)
  }
}

.side-filters-bar__content .searchandfilter .ui-slider {
  background: #ebebeb;
  height: 8px;
  border-radius: 4px
}

.side-filters-bar__content .searchandfilter .ui-slider .ui-slider-range {
  background: var(--secondaryColor)
}

.side-filters-bar__content .searchandfilter .ui-slider .ui-slider-handle {
  background: var(--secondaryColor);
  border-radius: 50%;
  top: -8px
}

.side-filters-bar__content .searchandfilter .ui-slider .ui-slider-handle::after {
  content: attr(data-current);
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: fit-content;
  transform: translateX(-50%)
}

.side-filters-bar__content .searchandfilter .meta-slider {
  max-width: calc(100% - 9px)
}

.side-filters-bar__content .searchandfilter .meta-slider .noUi-connect {
  background: var(--secondaryColor)
}

.side-filters-bar__content .searchandfilter>ul>li {
  margin: 0 0 60px
}

.side-filters-bar__content h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  margin: 0 0 25px
}

.side-filters-bar__content ul {
  list-style: none;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600
}

.side-filters-bar__content ul li {
  padding: 0 !important;
  margin: 0 0 25px
}

.side-filters-bar__content ul li.sf-option-active>.children {
  display: block
}

.side-filters-bar__content ul li[data-sf-field-input-type=checkbox] li {
  position: relative;
  cursor: pointer
}

.side-filters-bar__content ul li[data-sf-field-input-type=checkbox] li input {
  display: none
}

.side-filters-bar__content ul li[data-sf-field-input-type=checkbox] li input:checked+label::after {
  background: var(--secondaryColor);
  border-color: var(--secondaryColor)
}

.side-filters-bar__content ul li[data-sf-field-input-type=checkbox] li label {
  padding: 0 42px 0 0;
  display: block;
  cursor: pointer
}

.side-filters-bar__content ul li[data-sf-field-input-type=checkbox] li label::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  font-size: 16px;
  border: solid 1px #d2d2d2;
  color: #fff;
  border-radius: 50%;
  transition: .3s ease-out
}

.side-filters-bar__content ul .children {
  display: none;
  margin-top: 20px;
  margin-left: 10px
}

.side-filters-bar .close-filters {
  transform: translateX(100%);
  color: #fff;
  background: transparent;
  border: none;
  font-size: 24px;
  padding: 0 15px
}

body.post-type-archive-product,
body.tax-product_cat,
body.tax-pa_merk,
body.tax-pa_brand {
  overflow-x: hidden
}

@media(max-width: 575px) {
  .side-filters-bar .close-filters {
    color: #000;
    transform: none
  }
}

.section--archive-hero {
  padding: 20px 0
}

.section--archive-hero__background {
  padding: 200px 40px 40px
}

@media(max-width: 767px) {
  .section--archive-hero__background {
    padding: 50px 15px 15px
  }
}

.section--archive-hero .white-block {
  padding: 15px 35px;
  width: fit-content;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.section--hero .white-block {
  position: relative;
  border: solid 1px rgba(247, 52, 180, .16);
  box-shadow: 0 24px 50px rgba(8, 11, 16, .10)
}

.section--hero .white-block::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, rgba(247, 52, 180, .95) 0%, rgba(247, 52, 180, .28) 100%)
}

.section--archive-hero .white-block h1 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 700;
  color: #252525;
  margin: 0
}

@media(max-width: 575px) {
  .section--archive-hero .white-block h1 {
    font-size: 24px;
    line-height: 31px
  }
}

.section--testimonials .container-fluid {
  padding: 0
}

.section--testimonials__carousel_in .owl-dots {
  width: 75%;
  margin-left: 0 !important;
  margin-top: 30px !important
}

.section--testimonials__carousel .owl-dots, .section--testimonials__carousel_in .owl-dots {
  display: flex;
  flex: wrap;
  align-items: center;
  justify-content: center;
  margin: 100px auto 0
}

.section--testimonials__carousel .owl-dots .owl-dot, .section--testimonials__carousel_in .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e8e8e8;
  padding: 0;
  transition: .3s ease-out
}

.section--testimonials__carousel .owl-dots .owl-dot.owl-dot, .section--testimonials__carousel_in .owl-dots .owl-dot.owl-dot {
  margin-left: 10px
}

.section--testimonials__carousel .owl-dots .owl-dot.active, .section--testimonials__carousel_in .owl-dots .owl-dot.active {
  background: var(--primaryColor)
}

.section--testimonials__carousel .testimonial, .section--testimonials__carousel_in .testimonial {
  padding: 30px 40px 20px;
  border-radius: 50px;
  color: #FFFFFF;
  overflow: hidden
}

@media(max-width: 1199px) {
  .section--testimonials__carousel .testimonial, .section--testimonials__carousel_in .testimonial {
    padding: 20px 25px
  }
}

.section--testimonials__carousel .testimonial figure, .section--testimonials__carousel_in .testimonial figure {
  margin: -30px -40px 0;
  padding: 45%;
  position: relative
}

@media(max-width: 1199px) {
  .section--testimonials__carousel .testimonial figure, .section--testimonials__carousel_in .testimonial figure {
    margin: -20px -25px 0
  }
}

.section--testimonials__carousel .testimonial figure img, .section--testimonials__carousel_in .testimonial figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.section--testimonials__carousel .testimonial__rate, .section--testimonials__carousel_in .testimonial__rate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  color: #ffe300
}

.section--testimonials__carousel .testimonial__rate__number, .section--testimonials__carousel_in .testimonial__rate__number {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1
}

.section--testimonials__carousel .testimonial__rate i, .section--testimonials__carousel_in .testimonial__rate i {
  font-size: 18px;
  line-height: 1;
  color: #ffe300 !important

}

.section--testimonials__carousel .testimonial__rate i+i, .section--testimonials__carousel_in .testimonial__rate i+i {
  margin-left: 5px
}

.section--testimonials__carousel .testimonial__icon, .section--testimonials__carousel_in .testimonial__icon {
  font-size: 58px;
  color: #FFF;
  text-align: center;
  margin: 0
}

.section--testimonials__carousel .testimonial__category figure, .section--testimonials__carousel_in .testimonial__category figure {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto
}

.section--testimonials__carousel .testimonial__category figure img, .section--testimonials__carousel_in .testimonial__category figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  object: contain;
  object-position: center center
}

.section--testimonials__carousel .testimonial__content, .section--testimonials__carousel_in .testimonial__content {
  padding: 0;
  text-align: center;
  margin: 0 0 20px
}

.section--testimonials__carousel .testimonial__content p, .section--testimonials__carousel_in .testimonial__content p {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500
}

.section--testimonials__carousel .testimonial__content p:last-child, .section--testimonials__carousel_in .testimonial__content p:last-child {
  margin: 0
}

@media(max-width: 1199px) {
  .section--testimonials__carousel .testimonial__content p, .section--testimonials__carousel_in .testimonial__content p {
    font-size: 18px;
    line-height: 25px
  }
}

@media(max-width: 991px) {
  .section--testimonials__carousel .testimonial__content p, .section--testimonials__carousel_in .testimonial__content p {
    font-size: 16px;
    line-height: 23px
  }
}

@media(max-width: 575px) {
  .section--testimonials__carousel .testimonial__content p, .section--testimonials__carousel_in .testimonial__content p {
    font-size: 15px;
    line-height: 21px
  }
}

.section--testimonials__carousel .testimonial__name, .section--testimonials__carousel_in .testimonial__name {
  margin: 0 0 15px;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  text-align: center
}

@media(max-width: 1199px) {
  .section--testimonials__carousel .testimonial__name, .section--testimonials__carousel_in .testimonial__name {
    font-size: 18px;
    line-height: 25px
  }
}

@media(max-width: 991px) {
  .section--testimonials__carousel .testimonial__name, .section--testimonials__carousel_in .testimonial__name {
    font-size: 16px;
    line-height: 23px
  }
}

@media(max-width: 575px) {
  .section--testimonials__carousel .testimonial__name, .section--testimonials__carousel_in .testimonial__name {
    font-size: 15px;
    line-height: 21px
  }
}

.material-symbols-outlined.face-to-left {
  transform: rotate(-90deg)
}

.material-symbols-outlined.face-to-right {
  transform: rotate(90deg)
}

.woocommerce-tabs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 40px
}

.woocommerce-tabs ul li {
  font-size: 20px;
  line-height: 30px;
  margin: 0 30px
}

.woocommerce-tabs ul li::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 0;
  height: 3px;
  background: var(--secondaryColor);
  transition: .3s ease-out
}

.woocommerce-tabs ul li a {
  text-decoration: none;
  color: #0b0b0b;
  font-weight: inherit;
  transition: .3s ease-out
}

.woocommerce-tabs ul li.active {
  font-weight: 700
}

.woocommerce-tabs ul li.active::after {
  width: 70px
}

.woocommerce-tabs .product-badge {
  font-size: 58px;
  position: relative;
  border-radius: 50%;
  height: 144px;
  width: 144px;
  overflow: hidden;
  color: #393939
}

.woocommerce-tabs .product-badge.vegan {
  background: #fbb7a7
}

.woocommerce-tabs .product-badge.cruelty-free {
  background: #d7bdda
}

.woocommerce-tabs .product-badge.gluten-free {
  background: #cdebf3
}

.woocommerce-tabs .product-badge.non-gmo {
  background: #d4eac7
}

.woocommerce-tabs .product-badge.non-nano {
  background: #ffeeb4
}

.woocommerce-tabs .product-badge svg {
  padding-top: 20px
}

.woocommerce-tabs .product-badge svg textPath {
  text-transform: uppercase;
  font-weight: 700;
  fill: #393939
}

.woocommerce-tabs .product-badge .icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center
}

.woocommerce-tabs .product-badge .icon::before {
  display: block
}

.search-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 90px
}

.search-brands form {
  position: relative
}

.search-brands form input {
  color: #668da5;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 70px 10px 25px;
  height: 54px;
  width: 450px;
  max-width: 100%;
  border-radius: 27px;
  background: #e6f0f6;
  border: solid 1px #e6f0f6
}

.search-brands form input::placeholder {
  color: #668da5
}

.search-brands form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0 25px;
  color: #668da5;
  background: transparent;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none;
  outline: none
}

.search-brands form button i {
  display: block
}

.search-brands form button i::before {
  display: block
}

.sf-field-search {
  display: none
}

.woocommerce-Reviews-title {
  margin: 0 0 40px
}

.woocommerce .star-rating {
  color: #ffb133
}

.brand-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 auto;
  list-style: none
}

.brand-filters li+li {
  margin-left: 12px
}

.brand-filters li:first-child {
  margin-right: 20px
}

.brand-filters li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  background: #f2f2f2;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase
}

.brand-filters li a.active {
  background: var(--secondaryColor);
  color: #fff
}

.brand-filters li a.alle_pa_merk {
  width: fit-content;
  background: var(--secondaryColor);
  border: solid 1px var(--secondaryColor);
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  padding: 10px 15px;
  min-width: 256px;
  text-transform: none
}

.brands .brand-wrapper:nth-child(1) .brand, .brands .brand-wrapper:nth-child(9) .brand, .brands .brand-wrapper:nth-child(17) .brand, .brands .brand-wrapper:nth-child(25) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #e5f7ef
}

.brands .brand-wrapper:nth-child(1) .brand img, .brands .brand-wrapper:nth-child(9) .brand img, .brands .brand-wrapper:nth-child(17) .brand img, .brands .brand-wrapper:nth-child(25) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.brands .brand-wrapper:nth-child(2) .brand, .brands .brand-wrapper:nth-child(10) .brand, .brands .brand-wrapper:nth-child(18) .brand, .brands .brand-wrapper:nth-child(26) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #e5eff5
}

.brands .brand-wrapper:nth-child(2) .brand img, .brands .brand-wrapper:nth-child(10) .brand img, .brands .brand-wrapper:nth-child(18) .brand img, .brands .brand-wrapper:nth-child(26) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.brands .brand-wrapper:nth-child(3) .brand, .brands .brand-wrapper:nth-child(11) .brand, .brands .brand-wrapper:nth-child(19) .brand, .brands .brand-wrapper:nth-child(27) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #f5e9fb
}

.brands .brand-wrapper:nth-child(3) .brand img, .brands .brand-wrapper:nth-child(11) .brand img, .brands .brand-wrapper:nth-child(19) .brand img, .brands .brand-wrapper:nth-child(27) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.brands .brand-wrapper:nth-child(4) .brand, .brands .brand-wrapper:nth-child(12) .brand, .brands .brand-wrapper:nth-child(20) .brand, .brands .brand-wrapper:nth-child(28) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #fff5eb
}

.brands .brand-wrapper:nth-child(4) .brand img, .brands .brand-wrapper:nth-child(12) .brand img, .brands .brand-wrapper:nth-child(20) .brand img, .brands .brand-wrapper:nth-child(28) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.brands .brand-wrapper:nth-child(5) .brand, .brands .brand-wrapper:nth-child(13) .brand, .brands .brand-wrapper:nth-child(21) .brand, .brands .brand-wrapper:nth-child(29) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #fff5eb
}

.brands .brand-wrapper:nth-child(5) .brand img, .brands .brand-wrapper:nth-child(13) .brand img, .brands .brand-wrapper:nth-child(21) .brand img, .brands .brand-wrapper:nth-child(29) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.brands .brand-wrapper:nth-child(6) .brand, .brands .brand-wrapper:nth-child(14) .brand, .brands .brand-wrapper:nth-child(22) .brand, .brands .brand-wrapper:nth-child(30) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #f5e9fb
}

.brands .brand-wrapper:nth-child(6) .brand img, .brands .brand-wrapper:nth-child(14) .brand img, .brands .brand-wrapper:nth-child(22) .brand img, .brands .brand-wrapper:nth-child(30) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.brands .brand-wrapper:nth-child(7) .brand, .brands .brand-wrapper:nth-child(15) .brand, .brands .brand-wrapper:nth-child(23) .brand, .brands .brand-wrapper:nth-child(31) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #e5eff5
}

.brands .brand-wrapper:nth-child(7) .brand img, .brands .brand-wrapper:nth-child(15) .brand img, .brands .brand-wrapper:nth-child(23) .brand img, .brands .brand-wrapper:nth-child(31) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.brands .brand-wrapper:nth-child(8) .brand, .brands .brand-wrapper:nth-child(16) .brand, .brands .brand-wrapper:nth-child(24) .brand, .brands .brand-wrapper:nth-child(32) .brand {
  padding-bottom: 100%;
  position: relative;
  background: #e5f7ef
}

.brands .brand-wrapper:nth-child(8) .brand img, .brands .brand-wrapper:nth-child(16) .brand img, .brands .brand-wrapper:nth-child(24) .brand img, .brands .brand-wrapper:nth-child(32) .brand img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  object-fit: contain
}

.sidebar .section--featured-products {
  padding: 0;
  background: transparent !important
}

.sidebar .woocommerce .products .product {
  width: 100%
}

.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 {
  background: var(--buttonDarkBg);
  color: #FFF;
  border: solid 1px var(--buttonDarkBorder);
  border-radius: 0;
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 10px 22px rgba(8, 11, 16, .18)
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover {
  background: var(--buttonDarkBgHover)
}

: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 {
  background: var(--buttonDarkBg);
  color: #FFF;
  border: solid 1px var(--buttonDarkBorder);
  border-radius: 0;
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 10px 22px rgba(8, 11, 16, .18)
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background: var(--buttonDarkBgHover)
}

.ls-register-form, .ls-login-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.ls-register-form .woocommerce-notices-wrapper, .ls-login-form .woocommerce-notices-wrapper {
  flex: 0 0 100%;
  max-width: 100%
}

.ls-register-form .woocommerce-form, .ls-login-form .woocommerce-form {
  width: 650px;
  max-width: 100%;
  padding: 30px 30px 40px;
  background: #fff;
  border: solid 1px #e6f0f6;
  border-radius: 10px
}

.ls-register-form .woocommerce-form::before, .ls-login-form .woocommerce-form::before {
  font-size: 35px;
  line-height: 40px;
  color: #252525;
  font-weight: 700;
  display: block;
  margin: 0 0 20px
}

.ls-register-form .woocommerce-form.register::before, .ls-login-form .woocommerce-form.register::before {
  content: "Registreren"
}

.ls-register-form .woocommerce-form.login::before, .ls-login-form .woocommerce-form.login::before {
  content: "Inloggen"
}

.ls-register-form .woocommerce-form label, .ls-login-form .woocommerce-form label {
  font-size: 16px;
  line-height: 21px
}

.ls-register-form .woocommerce-form .woocommerce-form-row, .ls-login-form .woocommerce-form .woocommerce-form-row {
  margin-bottom: 0
}

.ls-register-form .woocommerce-form .woocommerce-form-row:last-child, .ls-login-form .woocommerce-form .woocommerce-form-row:last-child {
  margin-top: 30px;
  text-align: right
}

.ls-register-form .woocommerce-form .submit-wrapper, .ls-login-form .woocommerce-form .submit-wrapper {
  margin-top: 30px;
  text-align: right
}

.ls-register-form .woocommerce-form .woocommerce-form__label-for-checkbox, .ls-login-form .woocommerce-form .woocommerce-form__label-for-checkbox {
  position: relative
}

.ls-register-form .woocommerce-form .woocommerce-form__label-for-checkbox:hover input+span::before, .ls-login-form .woocommerce-form .woocommerce-form__label-for-checkbox:hover input+span::before {
  border-color: var(--secondaryColor)
}

.ls-register-form .woocommerce-form .woocommerce-form__label-for-checkbox input, .ls-login-form .woocommerce-form .woocommerce-form__label-for-checkbox input {
  display: none
}

.ls-register-form .woocommerce-form .woocommerce-form__label-for-checkbox input:checked+span::before, .ls-login-form .woocommerce-form .woocommerce-form__label-for-checkbox input:checked+span::before {
  border-color: var(--secondaryColor);
  color: var(--secondaryColor)
}

.ls-register-form .woocommerce-form .woocommerce-form__label-for-checkbox input+span, .ls-login-form .woocommerce-form .woocommerce-form__label-for-checkbox input+span {
  padding-left: 32px
}

.ls-register-form .woocommerce-form .woocommerce-form__label-for-checkbox input+span:before, .ls-login-form .woocommerce-form .woocommerce-form__label-for-checkbox input+span:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-weight: 900;
  display: block;
  width: 22px;
  height: 22px;
  border: solid 1px #e6f0f6;
  position: absolute;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: -2px;
  transition: .3s ease-out
}

.ls-register-form .woocommerce-form .lost_password, .ls-login-form .woocommerce-form .lost_password {
  text-align: right;
  margin: 0
}

.ls-register-form .woocommerce-form .lost_password a, .ls-login-form .woocommerce-form .lost_password a {
  color: var(--secondaryColor);
  font-size: 16px
}

.ls-register-form .woocommerce-privacy-policy-text, .ls-login-form .woocommerce-privacy-policy-text {
  margin-top: 30px
}

.ls-register-form .woocommerce-privacy-policy-text p, .ls-login-form .woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 21px
}

.ls-register-form .woocommerce-privacy-policy-text p a, .ls-login-form .woocommerce-privacy-policy-text p a {
  color: var(--secondaryColor);
  text-decoration: none
}

.ls-register-form .woocommerce-button, .ls-login-form .woocommerce-button {
  background: var(--secondaryColor);
  color: #fff;
  border: solid 1px var(--secondaryColor);
  padding: 10px 30px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  transition: .3s ease-out
}

.ls-register-form .woocommerce-button:hover, .ls-login-form .woocommerce-button:hover {
  background: #cf9400
}

#reviews {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

#reviews #review_form_wrapper {
  order: 0;
  margin: 0 0 30px
}

#reviews #comments {
  order: 1
}

#reviews #comments .woocommerce-Reviews-title {
  font-size: 22px;
  font-weight: 600
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

#commentform .comment-notes {
  order: 0
}

#commentform .comment-form-author {
  order: 1
}

#commentform .comment-form-email {
  order: 2
}

#commentform .comment-form-comment {
  order: 3
}

#commentform .comment-form-rating {
  order: 4
}

#commentform .comment-form-cookies-consent {
  order: 5
}

#commentform .form-submit {
  order: 6
}

#commentform #reply-title {
  font-size: 16px;
  line-height: 30px;
  color: #232323;
  font-weight: 400
}

#commentform p.stars a {
  width: 22px;
  height: 22px
}

#commentform p.stars a::before {
  color: #ffb133;
  font-size: 22px
}

#commentform label {
  font-size: 16px;
  line-height: 30px;
  color: #232323;
  font-weight: 400
}

#commentform input[type=text], #commentform input[type=email], #commentform textarea {
  display: block;
  width: 100%;
  border: solid 1px #ececec;
  font-size: 16px;
  padding: 14px 15px;
  line-height: 18px;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 5px
}

#commentform input[type=text]:hover, #commentform input[type=text]:focus, #commentform input[type=email]:hover, #commentform input[type=email]:focus, #commentform textarea:hover, #commentform textarea:focus {
  border-color: var(--primaryColor)
}

#commentform textarea {
  min-height: 88px
}

#commentform .submit {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  background: var(--secondaryColor) !important;
  color: #fff !important;
  padding: 8px 50px !important
}

@media(min-width: 992px) {
  .woocommerce div.product div.images {
    margin-bottom: 0
  }
}

.big-carousel .owl-nav .owl-next {
  right: 15px
}

@media(max-width: 767px) {
  .big-carousel .owl-nav .owl-next {
    right: 15px
  }
}

.big-carousel .owl-nav .owl-prev {
  left: 15px
}

@media(max-width: 767px) {
  .big-carousel .owl-nav .owl-prev {
    left: 15px
  }
}

.big-carousel .owl-nav button.owl-next, .big-carousel .owl-nav button.owl-prev {
  box-shadow: 0px 0px 54px 0px rgba(79, 79, 79, .28);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 1px #fff5eb;
  color: #000;
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 20
}

.big-carousel .owl-nav button.owl-next:hover, .big-carousel .owl-nav button.owl-prev:hover {
  background: #000;
  border-color: #000;
  color: #fff
}

@media(max-width: 575px) {
  .big-carousel .owl-nav button.owl-next, .big-carousel .owl-nav button.owl-prev {
    bottom: auto;
    top: 30px
  }
}

.big-carousel figure {
  padding-bottom: 75%;
  position: relative;
  margin: 0
}

.big-carousel figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bottom-add-to-cart {
  position: fixed;
  bottom: 30px;
  left: 0;
  height: 58px;
  transform: translateX(-100%);
  transition: .3s ease-out;
  z-index: 999;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.bottom-add-to-cart .quantity {
  display: none
}

.bottom-add-to-cart .btn-add {
  height: 58px;
  background: var(--buttonDarkBg) !important;
  color: #FFF !important;
  border: solid 1px var(--buttonDarkBorder) !important;
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 10px 22px rgba(8, 11, 16, .18);
  padding-left: 50px !important;
  padding-right: 50px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important
}

.bottom-add-to-cart .btn-add:hover {
  background: var(--buttonDarkBgHover) !important;
  border-color: #3a4250 !important;
  box-shadow: inset 0 -2px 0 var(--buttonAccent), 0 14px 28px rgba(8, 11, 16, .24);
  transform: translateY(-1px)
}

.bottom-add-to-cart .btn-add::after {
  content: "X";
  margin-left: 10px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  height: fit-content
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0;
  font-size: 14px;
  color: #2f2f2f;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  font-weight: 500
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span img {
  padding: 5px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span__label {
  display: block;
  padding: 5px 10px;
  background: #efefef
}

.variable-item-span img {
  display: block;
  width: 80px !important;
  height: 80px !important;
  object-fit: contain
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 20px 15px;
  background: #e6f0f6;
  margin: 10px 0
}

.woocommerce-MyAccount-navigation ul li {
  padding: 5px 0
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: ""
}

.woocommerce-MyAccount-navigation ul li+li {
  border-top: solid 1px #e6f0f6
}

.woocommerce-MyAccount-navigation ul li a {
  color: #606060;
  text-decoration: none;
  font-size: 16px;
  transition: .3s ease-out
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--secondaryColor)
}

.woocommerce-MyAccount-navigation ul li a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 10px
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 20px
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm>p:last-child {
  text-align: right;
  margin-top: 30px
}

.woocommerce-MyAccount-content .woocommerce-address-fields>p:last-child {
  text-align: right;
  margin-top: 30px
}

.woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-MyAccount-content .wp-element-button {
  background: var(--secondaryColor) !important;
  color: #fff !important;
  border: solid 1px var(--secondaryColor) !important;
  padding: 15px 30px !important;
  display: inline-block;
  font-size: 18px !important;
  font-weight: 600 !important;
  transition: .3s ease-out
}

.woocommerce-MyAccount-content .woocommerce-Button:hover, .woocommerce-MyAccount-content .wp-element-button:hover {
  background: #cf9400 !important
}

.woocommerce-MyAccount-content p a:not(.button) {
  color: var(--secondaryColor)
}

.woocommerce-MyAccount-content a.edit {
  color: var(--secondaryColor)
}

.select2-container--default .select2-selection--single {
  height: 54px;
  border: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 15px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: solid 1px #e6f0f6;
  background: #e6f0f6;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  padding-left: 25px
}

#order_review_heading {
  margin-top: 50px
}

.woocommerce-privacy-policy-text p a {
  color: var(--secondaryColor)
}

.woocommerce-Input, .input-text:not(.qty) {
  display: block;
  width: 100%;
  border: solid 1px #e6f0f6;
  background: #e6f0f6;
  height: 54px;
  border-radius: 27px;
  margin: 5px 0 15px;
  padding: 10px 25px;
  font-size: 16px
}

@media(min-width: 992px) {
  #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px
  }
}

.read-more-less:not(.read-more) .wysiwyg-editor {
  height: auto
}

.read-more-less:not(.read-more) .read-more {
  display: none
}

.read-more-less.read-more .wysiwyg-editor {
  height: 200px;
  overflow: hidden;
  position: relative
}

.read-more-less.read-more .wysiwyg-editor:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%)
}

.read-more-less.read-more .read-less {
  display: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background: var(--secondaryColor)
}

.plus:hover .adding_to_cart {
  left: 19px
}

.plus .adding_to_cart {
  position: absolute;
  left: 6px;
  top: 6px;
  background: #fff;
  animation: loadingNow infinite 1s
}

.ajax_add_to_cart {
  position: relative
}

.ajax_add_to_cart .adding_to_cart {
  position: absolute;
  left: 6px;
  top: 6px;
  background: var(--secondaryColor);
  animation: loadingNow infinite 1s
}

.product_specs table tr:first-child td, .product_specs table tr:first-child th {
  padding-top: 14px
}
.product__price{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end
}
.discount-percentage{
  font-size: 14px !important;
  line-height: 27px !important;
  color: #00B67A;
	flex: 1;
  padding-left: 20px;
}
.color-variable-items-wrapper {
	width: calc(30*12px)
}
.discount-percentage strong{
	font-size: 140%;
	font-weight: 700;
	background: var(--primaryColor);
	color: #FFFFFF;
	display: inline-block;
	padding: 0 5px;
}
.product_specs table tr:last-child td, .product_specs table tr:last-child th {
  padding-bottom: 14px
}
.product_specs p{
  font-weight: 700 !important
}
.product_specs table td, .product_specs table th {
  padding: 7px 0
}

@keyframes loadingNow {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: solid 1px #d4d4d4;
  border-radius: 15px;
  padding: 10px
}

body.single-product .flex-viewport {
  order: 3;
  flex: 0 0 calc(84% - 24px);
  max-width: calc(84% - 24px);
  width: calc(84% - 24px);
  margin-left: auto
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: 100%
}

.woocommerce div.product div.images .flex-control-thumbs li+li {
  margin-top: 10px
}

body.single-product ol.flex-control-nav.flex-control-thumbs {
  order: 2;
  flex-direction: column;
  display: flex;
  flex: 1 0 16%;
  margin: 0 !important;
  padding-right: 15px !important
}

body.single-product .woocommerce-product-gallery {
  display: flex;
  flex-direction: row
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  flex: 0 0 100%
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%
}

.woocommerce div.product div.images .flex-control-thumbs {
  position: absolute;
  left: 0;
  overflow: auto;
  height: 100%
}

.flex-control-thumbs {
  overflow-y: scroll;
  scrollbar-width: thin
}

.flex-control-thumbs::-webkit-scrollbar {
  width: 8px
}

body.single-product ol.flex-control-nav.flex-control-thumbs {
  max-width: 16%
}

.flex-control-thumbs::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 5px
}

.flex-control-nav__controls {
  background: #fff;
  position: sticky;
  cursor: pointer;
  z-index: 5
}

.flex-control-nav__controls[data-scroll=up] {
  top: 1px
}

.flex-control-nav__controls[data-scroll=down] {
  bottom: 1px
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce div.product div.images .woocommerce-product-gallery__image>a, .woocommerce #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page #content div.product div.images .woocommerce-product-gallery__image>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__wrapper>a, .woocommerce-page div.product div.images .woocommerce-product-gallery__image>a {
  overflow: hidden
}

/*# sourceMappingURL=style.css.map */
.btn.btn-secondary.btn-add, .button.btn.btn-secondary.btn-add {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .main-footer .widget-area {
    padding: 30px 0 10px;
  }
}

.section--products.section--gray::before {
  /*display: none; */
}

.sidebar .section .inner-content {
  background: transparent;
}

.sidebar .section--products .inner-content::before {
  display: none;
}

.sidebar .section {
  background: transparent;
}

.section--products {
  background-color: #ebebeb;
  background-image: url(./public/img/sound.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 33% auto;
}
.post-type-archive .section--products{
  background: #FFFFFF;
}

.section--products .inner-content {
  position: relative;
}

#cartTog {
  color: #FFFFFF
}

.cart-toggler .wc_count {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: translate(10px, 10px);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  background: var(--buttonAccent);
  color: #FFFFFF;
  border: solid 2px #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section--banner {
  background: #ebebeb;
}

.section--testimonials__carousel .owl-item:nth-child(1) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(4) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(7) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(10) .item .testimonial {
  background: var(--primaryColor)
}

.section--testimonials__carousel .owl-item:nth-child(2) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(5) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(8) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(11) .item .testimonial {
  background: var(--secondaryColor)
}

.section--testimonials__carousel .owl-item:nth-child(3) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(6) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(9) .item .testimonial, .section--testimonials__carousel .owl-item:nth-child(12) .item .testimonial {
  background: var(--primaryColor)
}

.section--testimonials__carousel .testimonial__rate i,
.section--testimonials__carousel_in .testimonial__rate i {
  color: var(--primaryColor);
}

.accordion-item {
  background: #fff;
  border: solid 1px #d4d4d4;
  border-radius: 10px;
}

.accordion-item .accordion-button {
  background: transparent;
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 600;
}

.accordion-item .accordion-button::after {
  content: "+";
  background: transparent;
  font-weight: 400;
  transform-origin: center center;
}

.accordion-item .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  padding-bottom: 0;
}

.accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none !important;
}

.accordion-body {
  font-size: 16px;
  line-height: 26px;
  color: #6c6c6c;
  font-weight: 400;
}

.summary .product__score .strong {
  font-size: 12px
}

.summary .product__score .star-dust {
  display: flex;
  flex-wrap: wrap;
}

.summary .product__score i {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #00B67A !important;
  color: #FFFFFF !important;
}

.summary .product__score i+i {
  margin-left: 2px !important;
}

.summary .product__score i.fa-star-half-alt:after {
  content: '';
  display: block;
  height: 100%;
  width: 50%;
  background: #DCDCE6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.summary .product__score i:before {
  position: relative;
  z-index: 2;
}

.summary .cards {
  width: 100%;
  margin: 15px 0 0;
  float: left
}

.summary .cards img {
  height: 40px;
}

@media(max-width: 991px) {
  .section--products .inner-content {
    background: none;
  }

  .main-summary .product_title,
  .main-summary .product__meta p:first-child,
  .main-summary .product__score,
  .single-product .woocommerce-breadcrumb {
    display: none !important;
  }

  .entry-title {
    width: 100%;
  }

  .main-summary .woocommerce-product-details__short-description {
    order: 0 !important;
  }
	.main-summary .product__meta{
		order: 0 !important;
	}
  .main-summary .mobile-specs {
    order: 0 !important;
    width: 100%;
  }

  .main-summary .product_specs {
    order: 1 !important;
  }

  .main-summary .product__title-wrapper {
    order: 2 !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .main-summary .cart {
    order: 3 !important;
    width: 100%
  }

  .main-summary .accordion {
    order: 4 !important;
    width: 100%
  }

  .woocommerce-page div.product div.summary .cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .woocommerce-page div.product div.summary .cart .button {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }

}
@media( max-width: 1199px){
	.section--hero .white-block{
		background: rgba(255,255,255,.8) !important
	}
}
.offer_countdown {
  font-weight: 700;
  color: var(--secondaryColor);
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin-bottom: -20px;
}

#offer-badge {
  width: 190px;
}

.offer_countdown .seconds {
  display: block;
  height: 13px;
  width: 1px;
  background: var(--secondaryColor);
  position: absolute;
  top: 22px;
  left: 32px;
  transform-origin: bottom center;
  animation: rotateClock 60s steps(60, end) infinite;
}

@keyframes rotateClock {
  to {
    transform: rotate(360deg);
  }
}

.countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
}

.countdown__section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 72px;
}

.countdown__section+.countdown__section {
  margin-left: 8px;
}

.countdown__section:after {
  content: attr(data-section);
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  width: 100%;
  text-align: center
}

.countdown__digit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 45px;
  border-radius: 4px;
  background: var(--secondaryColor);
  color: #FFFFFF;
  position: relative;
  font-size: 30px;
  line-height: 1;
}

.countdown__digit:after {
  content: '';
  background: #750d10;
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: .2;
}

.countdown__digit+.countdown__digit {
  margin-left: 2px;
}

.woocommerce div.product form.cart .variations select {
  padding: 5px 10px
}

.woocommerce div.product form.cart table.variations {
  width: 100%;
  margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}

.woocommerce div.product form.cart .variations th.label {
  padding-bottom: 8px;
}

.woocommerce div.product form.cart .variations td.value {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px 42px 10px 14px;
  border: 1px solid #d7d9de;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}

.woocommerce div.product form.cart .variations .reset_variations {
  display: inline-flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
}

@media(max-width: 767px) {
  .summary .product_title {
    font-size: 20px !important
  }

  .woocommerce div.product .summary div.images {
    margin: 0 0 15px;
  }

  .woocommerce-product-details__short-description p:last-child {
    margin: 0;
  }

  .summary .product_specs {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    border: none;

  }

  .summary .product_specs p {
    line-height: 24px !important;
    font-weight: 700 !important;
  }

  .main-summary .cart {
    margin: 24px 0 15px !important;
  }

  .accordion-item .accordion-button {
    font-size: 14px !important
  }

  .accordion-item .accordion-button::after {
    font-size: 20px !important
  }
  .section--faqs .accordion-body{
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .offer_countdown {
    font-size: 13px
  }

  .woocommerce .featured-testimonial .testimonial, .woocommerce-page .featured-testimonial .testimonial {
    padding: 15px;
    border-radius: 10px
  }

  .woocommerce .featured-testimonial .testimonial__icon, .woocommerce-page .featured-testimonial .testimonial__icon {
    font-size: 40px;
  }

  .woocommerce .featured-testimonial .testimonial__content, .woocommerce-page .featured-testimonial .testimonial__content {
    margin: 0 0 15px;
  }

  .woocommerce .featured-testimonial .testimonial__content p, .woocommerce-page .featured-testimonial .testimonial__content p {
    font-size: 13px;
  }

  .woocommerce .featured-testimonial .testimonial__name, .woocommerce-page .featured-testimonial .testimonial__name {
    margin: 0;
    font-size: 14px;
  }

  .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    font-size: 14px;
  }

  .woocommerce div.product form.cart .variations select {
    width: 100%;
  }
}
.woocommerce ul.products li.product .price del{
	font-size: 70%;
	display: block;
}
@media(max-width: 575px) {
  #offer-badge {
    width: 160px;
  }

  .offer_countdown .seconds {
    top: 17px;
    left: 27px;
  }

  .countdown__section {
    width: 52px;
  }

  .countdown__digit {
    width: 25px;
    height: 35px;
    font-size: 26px;
  }

  .countdown__section:after {
    font-size: 10px;
  }
  .section--faqs .accordion-item+.accordion-item{
    margin-top: 10px;
  }
  .section--gray::before{
    display: none;
  }
  .section--products .inner-content::before{
    display: none !important;
  }
  .section--featured-categories h2{
    display: none;
  }
  .section--featured-categories .category h3{
    margin: 0;
    font-size: 14px;
  }
  .section--featured-categories .category h3 i{
    display: none !important;
  }
  .section--featured-categories .category figure{
    margin: 0 0 5px;
  }
  .section--featured-categories{
    padding: 40px 0;
  }
  .woocommerce .products ul li.product .product__content, .woocommerce ul.products li.product .product__content{
    padding: 20px 10px 10px;
  }
  .woocommerce .products ul li.product .product__content .woocommerce-loop-product__title, .woocommerce ul.products li.product .product__content .woocommerce-loop-product__title{
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 21px !important;
  }
	.woocommerce .products ul li.product .product__content .price del, .woocommerce ul.products li.product .product__content .price del{
		font-size: 70%;
	}
  .woocommerce .products ul li.product .product__content .price, .woocommerce ul.products li.product .product__content .price{
    margin-top: 8px;
	  margin-bottom: 20px;
  }
}

.color-green {
  color: var(--secondaryColor);
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
}
.woocommerce #content div.product div.summary .product__price del, .woocommerce div.product div.summary .product__price del, .woocommerce #content div.product div.summary .product__price del, .woocommerce div.product div.summary .product__price del, .woocommerce-page #content div.product div.summary .product__price del, .woocommerce-page div.product div.summary .product__price del, .woocommerce-page #content div.product div.summary .product__price del, .woocommerce-page div.product div.summary .product__price del{
	color: #cccccc;
}
.product__content{
  position: relative;
}

.woocommerce .products ul li.product .product__content .woocommerce-loop-product__title, .woocommerce ul.products li.product .product__content .woocommerce-loop-product__title{
  padding: 0.5em 15px
}
@media(max-width: 575px){
  .label .inlbl{
    display: block;
  }
}

.varaition-picker{
  color: var(--primaryColor);
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  border-radius: 0;
  border: none;
  background: #FFFFFF;
  position: absolute;
  top: -17.5px;
  border: solid 1px #e3e3e3;
  cursor: pointer;
}
.varaition-picker.prev{
  left: 5px;
}
.varaition-picker.next{
  right: 5px;
}
.main-area{
  overflow: hidden;
}

.material-preview{
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 50px;
  margin: 10px 0 0;
}
.material-preview img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woo-variation-items-wrapper{
  position: relative;
}

.section--hero .white-block .btn {
  margin-bottom: 18px;
}

.archive-hero__lead {
  max-width: 44ch;
  margin: 14px 0 0;
  color: rgba(20, 24, 31, .78);
  font-size: 16px;
  line-height: 1.65;
}

.archive-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.archive-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(247, 52, 180, .16);
  color: #1f252d;
  font-size: 13px;
  font-weight: 600;
}

.count-sort-bar {
  gap: 12px;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid #e6e8ec;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(248, 249, 251, .96) 100%);
  box-shadow: 0 16px 32px rgba(8, 11, 16, .05);
}

.count-sort-bar .woocommerce-result-count {
  color: #2b3139;
}

.count-sort-bar .style-toggler {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e0e4ea;
  color: #606a75;
}

.count-sort-bar .style-toggler.active,
.count-sort-bar .style-toggler:hover {
  background: #171b22;
  border-color: #171b22;
  color: #fff;
}

.count-sort-bar .woocommerce-ordering select {
  min-height: 42px;
  padding-right: 34px;
  border-width: 1px;
  border-color: #d8dde4;
  border-radius: 10px;
  color: #252b33;
}

.woocommerce .products ul li.product, .woocommerce ul.products li.product {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow: 0 14px 30px rgba(8, 11, 16, .04);
}

.woocommerce .products ul li.product:hover, .woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 52, 180, .22);
  box-shadow: 0 20px 36px rgba(8, 11, 16, .10);
}

.woocommerce .products ul li.product figure, .woocommerce ul.products li.product figure {
  background: linear-gradient(180deg, #fbfcfd 0%, #f1f4f8 100%);
}

.woocommerce .products ul li.product figure::after, .woocommerce ul.products li.product figure::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(247, 52, 180, .07);
  pointer-events: none;
}

.product-card__eyebrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 14px;
}

.product-card__chip,
.product-card__availability {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-card__chip {
  color: #1d232c;
  background: rgba(247, 52, 180, .10);
}

.product-card__availability {
  color: #47515e;
  background: #f2f4f7;
}

.product-card__sku {
  margin-top: 12px;
  color: #697381;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .03em;
}

.woocommerce .products ul li.product .product__content, .woocommerce ul.products li.product .product__content {
  padding: 22px 20px 20px;
}

.woocommerce .products ul li.product .product__content .price, .woocommerce ul.products li.product .product__content .price {
  margin-top: 10px;
  color: #171b22;
}

.woocommerce .products ul li.product .product__content .price--dealer-note, .woocommerce ul.products li.product .product__content .price--dealer-note {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(247, 52, 180, .10);
  color: #c92f92;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product__gallery-wrapper {
  padding: 18px;
  border: 1px solid #e5e8ed;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: 0 18px 40px rgba(8, 11, 16, .05);
}

.main-summary {
  padding: 28px 28px 24px;
  border: 1px solid #e5e8ed;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 11, 16, .05);
}

.product__trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
  min-width: 0;
}

.product__trust-bar span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f4f6f8;
  border: 1px solid rgba(247, 52, 180, .16);
  color: #20262f;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

.product__purchase-note {
  margin: 14px 0 0;
  color: #5a6470;
  font-size: 14px;
  line-height: 1.6;
  max-width: 42ch;
}

.summary .cards {
  padding-top: 14px;
  border-top: 1px solid #edf0f4;
}

.single-product .summary .cards {
  display: none;
}

.purchase-assurances {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.purchase-assurances li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f5f7f9;
  border: 1px solid rgba(247, 52, 180, .12);
  color: #242b33;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.single-product .main-summary .purchase-assurances,
.single-product .summary .purchase-assurances {
  display: none !important;
}

@media(max-width: 991px) {
  .main-summary {
    padding: 20px 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .product__gallery-wrapper {
    padding: 12px;
    border-radius: 18px;
  }
}

@media(max-width: 767px) {
  .archive-hero__meta span {
    font-size: 12px;
  }

  .count-sort-bar {
    padding: 16px;
  }

  .count-sort-bar .btn {
    width: 100%;
  }
}

.lp-home-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 48px;
  background: linear-gradient(135deg, #090b0f 0%, #141a25 52%, #2a1824 100%);
  color: #fff;
}

.lp-home-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(247, 52, 180, 0.28), transparent 34%),
    radial-gradient(circle at left center, rgba(13, 196, 251, 0.26), transparent 28%);
  pointer-events: none;
}

.lp-home-hero__content {
  position: relative;
  z-index: 1;
}

.lp-home-hero__eyebrow,
.lp-page-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-home-hero__eyebrow {
  color: #ffb703;
}

.lp-home-hero__title {
  max-width: 10ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  line-height: .95;
  color: #fff;
}

.lp-home-hero__lead {
  max-width: 44rem;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.85;
}

.lp-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 2rem;
}

.lp-home-hero__highlights {
  max-width: 58rem;
}

.lp-highlight-card,
.lp-story-grid__card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 1.35rem;
}

.lp-highlight-card span,
.lp-story-grid__card span {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #ffb703;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lp-highlight-card strong,
.lp-story-grid__card strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1rem;
  line-height: 1.45;
  color: #fff;
}

.lp-highlight-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.7;
}

.lp-floating-form {
  position: relative;
  z-index: 1;
  border-radius: 26px;
  background: #fff;
  color: #111;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.24);
  padding: 2rem;
}

.lp-story-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-story-grid__card--primary {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(13, 196, 251, 0.18) 0%, rgba(247, 52, 180, 0.18) 100%);
}

.lp-page-shell {
  background: linear-gradient(180deg, #f3f7fb 0%, #ffffff 100%);
}

.lp-page-panel {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
  padding: 2rem;
}

.lp-page-panel--soft {
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
}

.lp-page-panel--content {
  padding: 2.5rem;
}

.lp-page-panel--accent {
  position: sticky;
  top: 2rem;
  background: linear-gradient(180deg, #fff5eb 0%, #ffffff 100%);
}

.lp-page-panel--stacked + .lp-page-panel--stacked,
.lp-page-panel--accent + .lp-page-panel--accent {
  margin-top: 1.5rem;
}

.lp-page-eyebrow {
  color: #694b00;
}

.lp-page-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.lp-page-title--section {
  max-width: 14ch;
}

.lp-page-content {
  color: #393939;
  line-height: 1.85;
}

.lp-page-content > :last-child,
.lp-form-wrap > :last-child,
.lp-mini-card > :last-child {
  margin-bottom: 0;
}

.lp-page-content h2,
.lp-page-content h3,
.lp-page-content h4 {
  margin-top: 2rem;
  color: #121212;
}

.lp-page-content h2:first-child,
.lp-page-content h3:first-child,
.lp-page-content h4:first-child {
  margin-top: 0;
}

.lp-mini-card {
  background: #fff;
  border: 1px solid rgba(255, 183, 3, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
}

.lp-form-wrap .fluentform {
  margin-bottom: 0;
}

.lp-form-wrap .ff-btn-submit {
  background: var(--buttonDarkBg) !important;
  border-color: var(--buttonDarkBorder) !important;
  color: #fff !important;
}

.lp-form-wrap .ff-btn-submit:hover {
  background: var(--buttonDarkBgHover) !important;
  border-color: #3a4250 !important;
}

@media(max-width: 1199.98px) {
  .lp-home-hero__title {
    max-width: none;
  }

  .lp-floating-form,
  .lp-page-panel--accent {
    position: static;
  }
}

@media(max-width: 991.98px) {
  .lp-home-hero {
    padding: 72px 0 36px;
  }

  .lp-page-panel,
  .lp-floating-form {
    padding: 1.5rem;
  }

  .lp-page-panel--content {
    padding: 1.75rem;
  }
}

@media(max-width: 767.98px) {
  .lp-story-grid {
    grid-template-columns: 1fr;
  }

  .lp-story-grid__card--primary {
    grid-column: auto;
  }
}
