@charset "UTF-8";
/*/ Layout /*/
/*/ Font /*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}

.container {
  max-width: 1440px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text_white {
  color: #fff;
}
.text_black {
  color: #000;
}

button {
  outline: none !important;
}

/*/ Product Labels /*/
.label__preorder {
  background-color: #9ABC08;
  margin: 0 4px;
  border-radius: 16px;
  padding: 4px 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.label__sale {
  background-color: #DF3890;
  margin: 0 4px;
  border-radius: 16px;
  padding: 4px 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.label__combi {
  background-color: #236131;
  margin: 0 4px;
  border-radius: 16px;
  padding: 4px 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.label__special {
  background-color: #7B65DE;
  margin: 0 4px;
  border-radius: 16px;
  padding: 4px 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.label__new {
  background-color: #F2B046;
  margin: 0 4px;
  border-radius: 16px;
  padding: 4px 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.label__low-quantity {
  background-color: #D8164A;
  margin: 0 4px;
  border-radius: 16px;
  padding: 4px 20px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

/*/ BURGER TRIGGER /*/
.burger-trigger {
  position: relative;
  height: 12px;
  width: 18px;
  z-index: 15;
  margin-right: 12px;
  display: block;
  cursor: pointer;
}
.burger-trigger span {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition-duration: 0.3s;
  border-radius: 999px;
}
.burger-trigger span:first-child {
  top: 0px;
}
.burger-trigger span.center {
  top: calc(50% - 1px);
}
.burger-trigger span:last-child {
  bottom: 0px;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 5px;
}

/*/ THEME STYLING /*/
.theme-wrapper {
  padding: 75px 0;
}

.theme-button {
  padding: 10px 40px;
  font-size: 16px;
  display: inline-block;
  transition: 0.2s ease-in;
  border-radius: 999px;
}
.theme-button i {
  margin-left: 16px;
  transition: transform 0.2s ease;
  margin-right: -16px;
}
.theme-button:hover i {
  transform: translate(5px, 0);
}
.theme-button__tennis {
  background-color: #C7E83D;
  color: #707070;
}
.theme-button__tennis:hover {
  color: #fff;
  background-color: #236131;
}
.theme-button__grass {
  background-color: #236131;
  color: #fff;
}
.theme-button__grass:hover {
  color: #fff;
  background-color: #C7E83D;
}
.theme-button__pink {
  background-color: #DF3890;
  color: #fff;
}
.theme-button__pink:hover {
  color: #fff;
}
.theme-button__cream {
  background-color: #F3E8CC;
  color: #000;
}
.theme-button__cream:hover {
  color: #000;
}
.theme-button__cyan {
  background-color: #58A4B0;
  color: #fff;
}
.theme-button__cyan:hover {
  color: #fff;
}
.theme-button__lightpurple {
  background-color: #D4CDF4;
  color: #000;
}
.theme-button__lightpurple:hover {
  color: #000;
}
.theme-button__darkpurple {
  background-color: #3C374D;
  color: #fff;
}
.theme-button__darkpurple:hover {
  color: #fff;
}

/*/ Blocks /*/
.theme-header {
  padding: 10px 0 0 0;
  color: #707070;
  font-size: 14px;
}
.theme-header-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.theme-header-top-left {
  width: 23%;
}
.theme-header-top-left-link {
  color: #707070;
}
.theme-header-top-left-link:first-of-type {
  margin-right: 42px;
}
.theme-header-top-left-link:hover {
  opacity: 0.7;
  color: #707070;
}
.theme-header-top-text {
  width: 54%;
  text-align: center;
}
.theme-header-top-text p {
  margin: 0;
}
.theme-header-top-right {
  display: flex;
  justify-content: flex-end;
  width: 23%;
}
.theme-header-top-right-socials {
  margin-right: 12px;
}
.theme-header-top-right-socials-social {
  margin-left: 8px;
  color: #707070;
}
.theme-header-top-right-socials-social:first-of-type {
  margin-left: 0;
}
.theme-header-top-right-socials-social i {
  font-size: 16px;
  transition: 0.2s ease-in;
}
.theme-header-top-right-socials-social i:hover {
  scale: 1.04;
}
.theme-header-top-right-link {
  text-decoration: underline;
  color: #707070;
}
.theme-header-top-right-link:hover {
  color: #707070;
}
.theme-header-divider {
  border-top: 1px solid #E6E1E3;
}
.theme-header-bottom {
  font-size: 14px;
  position: relative;
}
.theme-header-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 14px 0;
}
.theme-header-bottom-wrapper-left {
  display: flex;
  justify-content: space-between;
  width: 30%;
  padding-right: 24px;
}
.theme-header-bottom-wrapper-left .header-logo-link {
  display: flex;
  align-items: center;
}
.theme-header-bottom-wrapper-left .header-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80%;
}
.theme-header-bottom-wrapper-left-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.theme-header-bottom-wrapper-left-menu:hover {
  color: #DF3890;
}
.theme-header-bottom-wrapper-search {
  padding: 0 32px;
  border-left: 1px solid #E5E1E3;
  border-right: 1px solid #E5E1E3;
  display: flex;
  align-items: center;
  margin: -12px 0 -14px 0;
  width: 40%;
  position: relative;
}
.theme-header-bottom-wrapper-search-bar {
  border-radius: 999px;
  width: 100%;
  border: 1px solid #E6E3E4;
  padding: 12px 62px 12px 20px;
  background-color: #F2F0F1;
}
.theme-header-bottom-wrapper-search-bar::-moz-placeholder {
  color: #707070;
}
.theme-header-bottom-wrapper-search-bar::placeholder {
  color: #707070;
}
.theme-header-bottom-wrapper-search-bar:focus-visible {
  outline: none;
}
.theme-header-bottom-wrapper-search-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 52px;
  background-size: contain;
}
.theme-header-bottom-wrapper-search-icon img {
  position: absolute;
}
.theme-header-bottom-wrapper-search-results {
  position: absolute;
  top: 60px;
  left: 50px;
  right: 50px;
  padding: 8px 20px;
  background-color: #fff;
  border-radius: 16px;
  z-index: 200;
  transition: 0.2s ease-in;
}
.theme-header-bottom-wrapper-search-results.hidden {
  transform: translate(0, -50px);
  opacity: 0;
  visibility: hidden;
}
.theme-header-bottom-wrapper-search-results-list {
  margin: 0;
}
.theme-header-bottom-wrapper-search-results-list-item:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.theme-header-bottom-wrapper-search-results-list-item-link {
  color: #3C374D;
  padding: 12px 0;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.theme-header-bottom-wrapper-search-results-list-item-link:hover {
  color: #DF3890;
}
.theme-header-bottom-wrapper-buttons {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.theme-header-bottom-wrapper-buttons img {
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-header-bottom-wrapper-buttons-user {
  display: flex;
  padding: 11.5px 26px;
  color: #3C374D;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-user-icon {
  padding-right: 12px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-user-icon img {
  width: 14px;
}
.theme-header-bottom-wrapper-buttons-user:hover {
  color: #3C374D;
}
.theme-header-bottom-wrapper-buttons-heart {
  margin: 0 12px;
  padding: 12px 13px;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-heart img {
  width: 18px;
}
.theme-header-bottom-wrapper-buttons-cart {
  padding: 12px;
  background-color: #F2F0F1;
  border-radius: 999px;
  display: inline-flex;
}
.theme-header-bottom-wrapper-buttons-cart img {
  width: 20px;
  height: 20px;
}
.theme-header-bottom-wrapper-buttons-cart .cfw-side-cart-quantity {
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: #236131;
  border-radius: 999px;
  color: white;
  height: 20px;
  font-size: 8px !important;
  width: 20px;
  text-align: center;
}
.theme-header-bottom-megamenu {
  display: flex;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 1080px;
  min-height: 300px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #E6E1E3;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.theme-header-bottom-megamenu.collapse-menu {
  transform: translate(-50%, 0);
  z-index: 50;
  opacity: 1;
  visibility: visible;
}
.theme-header-bottom-megamenu-left {
  width: 240px;
  border-right: 1px solid #E5E1E3;
  padding: 20px 12px;
}
.theme-header-bottom-megamenu-left-mega {
  border-bottom: 1px solid #E5E1E3;
}
.theme-header-bottom-megamenu-left-mega ul li {
  padding: 4px 16px;
  border-radius: 999px;
  margin: 8px 16px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-header-bottom-megamenu-left-mega ul li.trigger-active {
  background-color: #F8F7F8;
}
.theme-header-bottom-megamenu-left-mega ul li a {
  color: #3C374D;
}
.theme-header-bottom-megamenu-left-mega ul li .sub-menu {
  display: none;
}
.theme-header-bottom-megamenu-left-minor ul li {
  padding: 4px 16px;
  margin: 8px 16px 8px 0;
}
.theme-header-bottom-megamenu-left-minor ul li a {
  color: #3C374D;
}
.theme-header-bottom-megamenu-right {
  width: 80%;
  transition: 0.2s ease-in;
  opacity: 0;
}
.theme-header-bottom-megamenu-right.fade-in {
  opacity: 1;
}
.theme-header-bottom-megamenu-right-top {
  display: flex;
  justify-content: space-between;
  min-height: 300px;
  padding: 20px 12px;
}
.theme-header-bottom-megamenu-right-top-menu {
  width: 100%;
}
.theme-header-bottom-megamenu-right-top-menu > ul {
  display: flex;
  justify-content: space-around;
  padding: 16px 0;
}
.theme-header-bottom-megamenu-right-top-menu > ul > li {
  padding: 0 16px;
}
.theme-header-bottom-megamenu-right-top-menu > ul > li > a {
  color: #3C374D;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  cursor: auto;
}
.theme-header-bottom-megamenu-right-top-menu > ul > li > .sub-menu a {
  color: #707070;
  font-size: 14px;
  margin: 6px 0;
  display: block;
}
.theme-header-bottom-megamenu-right-top-wrapper {
  width: 200px;
}
.theme-header-bottom-megamenu-right-top-wrapper-post {
  border: 1px solid #E5E1E3;
  border-radius: 12px;
  overflow: hidden;
  color: #3C374D;
  display: block;
  margin-bottom: 8px;
  min-height: 100px;
}
.theme-header-bottom-megamenu-right-top-wrapper-post-image {
  border-bottom: 1px solid #E5E1E3;
}
.theme-header-bottom-megamenu-right-top-wrapper-post-image img {
  height: 100%;
}
.theme-header-bottom-megamenu-right-top-wrapper-post-wrapper {
  padding: 16px 8px;
}
.theme-header-bottom-megamenu-right-top-wrapper-post-wrapper-title {
  font-size: 12px;
}
.theme-header-bottom-megamenu-right-top-wrapper-post-wrapper-date {
  font-size: 8px;
  opacity: 60%;
}
.theme-header-bottom-megamenu-right-top-wrapper-more {
  display: block;
  text-align: end;
  font-size: 12px;
  color: #707070;
  text-decoration: underline;
}
.theme-header-bottom-megamenu-right-bottom {
  border-top: 1px solid #E5E1E3;
  padding: 8px 32px;
}
.theme-header-bottom-megamenu-right-bottom-link {
  color: #707070;
  text-decoration: underline;
}

.theme-hero {
  background-color: #C7E83D;
}
.theme-hero__small {
  padding: 50px 0;
}
.theme-hero__large {
  padding: 90px 0;
  background-image: url("../img/hero-large-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.theme-hero__image {
  padding: 90px 0;
}
.theme-hero__image.image-overlay {
  position: relative;
}
.theme-hero__image.image-overlay::before {
  content: "";
  background-color: #3C374D;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 25%;
}
.theme-hero-wrapper {
  text-align: center;
}
.theme-hero-wrapper-title {
  font-size: 32px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 800;
}
.theme-hero-wrapper-content {
  margin-bottom: 32px;
}
.theme-hero-wrapper-content p {
  margin: 0;
}

.theme-content-image {
  border-radius: 8px;
  overflow: hidden;
}
.theme-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.theme-content-wrapper-title {
  margin-bottom: 16px;
}
.theme-content-wrapper-content {
  margin-bottom: 20px;
}

.theme-banner-double-wrapper {
  padding: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
.theme-banner-double-wrapper-left {
  width: 35%;
}
.theme-banner-double-wrapper-left-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.theme-banner-double-wrapper-left-content {
  margin-bottom: 24px;
}
.theme-banner-double-wrapper-right {
  display: flex;
  width: 55%;
}
.theme-banner-double-wrapper-right-image {
  width: 50%;
  position: relative;
  margin: 0 16px;
  padding-top: 37.5%;
  border-radius: 8px;
  overflow: hidden;
}
.theme-banner-double-wrapper-right-image::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-banner-double-wrapper-right-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.theme-banner-double-wrapper-right-image-title {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  color: #fff;
  font-size: 20px;
}
.theme-banner-image-wrapper {
  padding: 100px 64px;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
}
.theme-banner-image-wrapper-title {
  max-width: 40%;
}
.theme-banner-image-wrapper-content {
  max-width: 40%;
}
.theme-banner-small-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 64px;
  border-radius: 12px;
}
.theme-banner-small-wrapper-title {
  font-size: 24px;
  color: #3C374D;
  margin: 0;
}
.theme-banner-vendor-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E6E1E3;
  padding: 64px;
  border-radius: 12px;
}
.theme-banner-vendor-wrapper-vendor {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.theme-banner-vendor-wrapper-vendor-image {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 12px;
}
.theme-banner-vendor-wrapper-vendor-image img {
  height: 100%;
}
.theme-banner-vendor-wrapper-vendor-title {
  font-size: 24px;
  color: #3C374D;
  margin-bottom: 12px;
}
.theme-banner-vendor-wrapper-vendor-content {
  margin-bottom: 24px;
  padding: 0 20px;
}
.theme-banner-vendor-wrapper-product {
  width: 27%;
  padding-top: 27%;
  position: relative;
  margin: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.theme-banner-vendor-wrapper-product::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-banner-vendor-wrapper-product img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.theme-banner-vendor-wrapper-product-labels {
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 8px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.theme-banner-vendor-wrapper-product-labels-label {
  margin: 4px;
}
.theme-banner-vendor-wrapper-product-title {
  position: absolute;
  bottom: 16px;
  left: 8px;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}

.theme-passie-wrapper-image {
  position: relative;
  display: block;
  margin-bottom: 32px;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.theme-passie-wrapper-image:hover {
  transform: scale(1.05);
}
.theme-passie-wrapper-image::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-passie-wrapper-image img {
  height: 100%;
}
.theme-passie-wrapper-image-title {
  position: absolute;
  bottom: 32px;
  left: 24px;
  color: #fff;
  font-size: 20px;
  z-index: 5;
}
.theme-passie-wrapper-cards {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.theme-passie-wrapper-cards-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 230px;
  border: 1px solid #E6E1E3;
  border-radius: 12px;
  padding: 50px 36px;
  transition: 0.2s ease-in-out;
}
.theme-passie-wrapper-cards-card:hover {
  transform: scale(1.05);
}
.theme-passie-wrapper-cards-card img {
  width: 65%;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-passie-wrapper-cards-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #3C374D;
  text-align: center;
}

.theme-review {
  padding: 48px 0;
  border-top: 1px solid #E6E1E3;
  border-bottom: 1px solid #E6E1E3;
}
.theme-review-wrapper {
  display: flex;
  justify-content: center;
}
.theme-review-wrapper-item {
  padding: 0 36px;
}
.theme-review-wrapper-item:nth-of-type(2) {
  border-left: 1px solid #E6E1E3;
  border-right: 1px solid #E6E1E3;
}

.theme-sellers-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.theme-sellers-content-title {
  margin-bottom: 20px;
  max-width: 50%;
  position: relative;
  text-transform: uppercase;
  font-size: 28px;
}
.theme-sellers-content-title::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -50px;
  width: 55px;
  height: 55px;
  background-image: url("../img/grouped-stars__purple.svg");
  background-size: contain;
}
.theme-sellers-content-content {
  margin-bottom: 20px;
  max-width: 90%;
}
.theme-sellers-wrapper {
  display: flex;
  justify-content: space-between;
}
.theme-sellers-wrapper-single {
  width: 48%;
}
.theme-sellers-wrapper-single-wrapper {
  border-radius: 12px;
  border: 1px solid #E6E1E3;
  margin: 16px 0;
  overflow: hidden;
}
.theme-sellers-wrapper-single-wrapper-images {
  display: flex;
  flex-wrap: wrap;
  height: 256px;
}
.theme-sellers-wrapper-single-wrapper-images-image {
  width: 50%;
  height: 128px;
  transition: 0.2s ease-in-out;
}
.theme-sellers-wrapper-single-wrapper-images-image:hover {
  transform: scale(1.05);
}
.theme-sellers-wrapper-single-wrapper-images-image img {
  height: 100%;
}
.theme-sellers-wrapper-single-wrapper-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 28px 24px;
  border-top: 1px solid #E6E1E3;
  color: #3C374D;
}
.theme-sellers-wrapper-single-vendor {
  display: flex;
  align-items: center;
  border: 1px solid #E6E1E3;
  border-radius: 12px;
  padding: 24px;
  margin: 16px 0;
}
.theme-sellers-wrapper-single-vendor-image {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  overflow: hidden;
}
.theme-sellers-wrapper-single-vendor-image img {
  height: 100%;
}
.theme-sellers-wrapper-single-vendor-title {
  font-size: 18px;
  font-weight: 500;
  margin-left: 20px;
  color: #3C374D;
}

.theme-magazines__bottom {
  background-color: #F3E8CC;
}
.theme-magazines-wrapper {
  margin-bottom: 175px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-magazines-wrapper-title {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
}
.theme-magazines-wrapper-content {
  margin-bottom: 20px;
  max-width: 50%;
}
.theme-magazines-magazines {
  display: flex;
  margin-top: -225px;
  margin-bottom: 75px;
  padding: 0 24px;
}
.theme-magazines-magazines-magazine {
  height: 300px;
  width: 14.2857142857%;
  transition: 0.2s ease-in-out;
  position: relative;
}
.theme-magazines-magazines-magazine img {
  height: 100%;
  width: 120%;
}
.theme-magazines-magazines-magazine:nth-of-type(1) {
  transform: scale(0.9) rotate(-6deg);
  z-index: 1;
}
.theme-magazines-magazines-magazine:nth-of-type(1):hover {
  transform: scale(1) rotate(-6deg);
  z-index: 5;
}
.theme-magazines-magazines-magazine:nth-of-type(2) {
  transform: scale(0.9) rotate(5deg);
  z-index: 2;
}
.theme-magazines-magazines-magazine:nth-of-type(2):hover {
  transform: scale(1) rotate(5deg);
  z-index: 5;
}
.theme-magazines-magazines-magazine:nth-of-type(3) {
  transform: scale(0.9) rotate(-7deg);
  z-index: 3;
}
.theme-magazines-magazines-magazine:nth-of-type(3):hover {
  transform: scale(1) rotate(-7deg);
  z-index: 5;
}
.theme-magazines-magazines-magazine:nth-of-type(4) {
  transform: scale(0.9) rotate(7deg);
  z-index: 5;
}
.theme-magazines-magazines-magazine:nth-of-type(4):hover {
  transform: scale(1) rotate(7deg);
  z-index: 5;
}
.theme-magazines-magazines-magazine:nth-of-type(5) {
  transform: scale(0.9) rotate(-4deg);
  z-index: 3;
}
.theme-magazines-magazines-magazine:nth-of-type(5):hover {
  transform: scale(1) rotate(-4deg);
  z-index: 5;
}
.theme-magazines-magazines-magazine:nth-of-type(6) {
  transform: scale(0.9) rotate(-5deg);
  z-index: 2;
}
.theme-magazines-magazines-magazine:nth-of-type(6):hover {
  transform: scale(1) rotate(-5deg);
  z-index: 5;
}
.theme-magazines-magazines-magazine:nth-of-type(7) {
  transform: scale(0.9) rotate(5deg);
  z-index: 1;
}
.theme-magazines-magazines-magazine:nth-of-type(7):hover {
  transform: scale(1) rotate(5deg);
  z-index: 5;
}

.theme-recentproducts-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.theme-recentproducts-wrapper-title {
  font-size: 24px;
  font-weight: 600;
}
.theme-recentproducts-wrapper-link {
  font-size: 20px;
  text-decoration: underline;
  color: #3C374D;
}
.theme-recentproducts-product-image {
  position: relative;
  padding-top: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.theme-recentproducts-product-image:hover .theme-recentproducts-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-recentproducts-product-image::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-recentproducts-product-image > img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.theme-recentproducts-product-image-labels {
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 8px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.theme-recentproducts-product-image-labels-label {
  margin: 4px;
}
.theme-recentproducts-product-image:hover .theme-recentproducts-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-recentproducts-product-image-buttons {
  display: flex;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 24px;
  right: 16px;
  transition: 0.2s ease-in;
  z-index: 500;
}
.theme-recentproducts-product-image-buttons-fav-button {
  border-radius: 999px;
  background-color: #fff;
  position: relative;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #8B85C1;
  outline: none;
}
.theme-recentproducts-product-image-buttons-fav-button.in_fav .heart_empty {
  opacity: 0;
  visibility: hidden;
}
.theme-recentproducts-product-image-buttons-fav-button.in_fav .heart_full {
  opacity: 1;
  visibility: visible;
}
.theme-recentproducts-product-image-buttons-fav-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.2s ease-in;
}
.theme-recentproducts-product-image-buttons-fav-button img.heart_empty {
  opacity: 1;
  visibility: visible;
}
.theme-recentproducts-product-image-buttons-fav-button img.heart_full {
  opacity: 0;
  visibility: hidden;
}
.theme-recentproducts-product-image-buttons-basket-button {
  border-radius: 999px;
  background-color: #fff;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #8B85C1;
  outline: none;
}
.theme-recentproducts-product-image:hover .theme-recentproducts-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-recentproducts-product-image-price {
  position: absolute;
  bottom: 24px;
  left: 16px;
  background-color: #fff;
  color: #3C374D;
  padding: 6px 24px;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
}
.theme-recentproducts-product-image-price-old {
  font-size: 12px;
  opacity: 50%;
  text-decoration: line-through;
  margin-right: 4px;
}
.theme-recentproducts-product-name {
  font-size: 22px;
  margin-bottom: 60px;
  color: #3C374D;
}

.theme-nieuwsbrief {
  background-color: #236131;
}
.theme-nieuwsbrief-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  color: #fff;
}
.theme-nieuwsbrief-wrapper-amount {
  background-color: #F3E8CC;
  color: #3C374D;
  border-radius: 16px;
  margin-bottom: 16px;
  display: inline-block;
  padding: 4px 16px;
  font-weight: 700;
}
.theme-nieuwsbrief-wrapper-title {
  font-size: 32px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.theme-nieuwsbrief-wrapper-content {
  margin-bottom: 24px;
}
.theme-nieuwsbrief-wrapper-form input {
  border-radius: 999px !important;
  border: 1px solid #E6E3E4 !important;
  color: #E6E3E4 !important;
  background-color: rgba(242, 240, 241, 0.5019607843) !important;
  min-width: 250px !important;
}
.theme-nieuwsbrief-wrapper-form input::-moz-placeholder {
  color: #E6E3E4 !important;
}
.theme-nieuwsbrief-wrapper-form input::placeholder {
  color: #E6E3E4 !important;
}
.theme-nieuwsbrief-wrapper-form input::-ms-input-placeholder {
  color: #E6E3E4 !important;
}
.theme-nieuwsbrief-wrapper-form button {
  min-width: unset !important;
  background-color: #C7E83D !important;
  color: #fff !important;
  border-color: #C7E83D !important;
  border-radius: 999px !important;
  padding: 10.5px 20px !important;
}

.theme-recentposts-container {
  max-width: calc(100% - (100% - 1440px) / 2);
  width: 100%;
  margin-left: calc((100% - 1440px) / 2);
  display: flex;
}
.theme-recentposts-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.theme-recentposts-controls > div {
  margin-left: 8px;
  background-color: #F2F0F1;
  color: #3C374D;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.theme-recentposts-wrapper {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.theme-recentposts-wrapper-title {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 16px;
  position: relative;
  max-width: 60%;
}
.theme-recentposts-wrapper-title::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -50px;
  width: 55px;
  height: 55px;
  background-image: url("../img/grouped-stars__green.svg");
  background-size: contain;
}
.theme-recentposts-wrapper-content {
  max-width: 80%;
  margin-bottom: 24px;
}
.theme-recentposts-slider {
  width: 60%;
}
.theme-recentposts-slider .slick-track {
  margin-left: 75px;
}
.theme-recentposts-slider-slide {
  margin: 0 16px;
}
.theme-recentposts-slider-slide-wrapper {
  border-radius: 12px;
  border: 1px solid #E6E1E3;
  overflow: hidden;
}
.theme-recentposts-slider-slide-wrapper-info {
  border-top: 1px solid #E6E1E3;
  padding: 24px;
  margin-top: -40px;
}
.theme-recentposts-slider-slide-wrapper-info-cat {
  position: relative;
  font-size: 12px;
  background-color: #58A4B0;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 16px;
}
.theme-recentposts-slider-slide-wrapper-info-title {
  font-size: 20px;
  font-weight: 500;
  color: #3C374D;
}
.theme-recentposts-slider-slide-wrapper-info-date {
  font-size: 12px;
  opacity: 0.6;
}

.theme-socialsliders-wrapper {
  display: flex;
}
.theme-socialsliders-wrapper-title {
  margin-bottom: 40px;
  margin-right: 24px;
}
.theme-socialsliders-slider {
  margin-bottom: 32px;
}
.theme-socialsliders-slider-slide {
  position: relative;
  margin: 0 12px;
  border-radius: 8px;
  overflow: hidden;
  height: 300px !important;
  max-width: 700px;
}
.theme-socialsliders-slider-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-socialsliders-slider-slide-source {
  position: absolute;
  top: 10px;
  left: 10px;
}
.theme-socialsliders-slider-slide-source.facebook {
  color: #1877F2;
}
.theme-socialsliders-slider-slide-source.pintrest {
  color: #E60023;
}
.theme-socialsliders-slider-slide-source.instagram {
  color: #C13584;
}
.theme-socialsliders-slider-slide .theme-button {
  position: absolute;
  bottom: 24px;
  right: 16px;
  opacity: 0;
  visibility: hidden;
}
.theme-socialsliders-slider-slide:hover .theme-button {
  visibility: visible;
  opacity: 1;
}

.theme-single-vendor-hero {
  background-size: cover;
}
.theme-single-vendor-hero-wrapper {
  margin: 50px 0;
  padding: 40px 50px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 8px;
}
.theme-single-vendor-hero-wrapper-image {
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 32px;
}
.theme-single-vendor-hero-wrapper-image img {
  width: 180px;
  height: 180px;
}
.theme-single-vendor-hero-wrapper-title {
  font-size: 32px;
  margin-bottom: 16px;
  color: #3C374D;
  text-transform: uppercase;
}
.theme-single-vendor-hero-wrapper-socials {
  display: flex;
}
.theme-single-vendor-hero-wrapper-socials-social {
  display: block;
  color: #58A4B0;
  font-size: 28px;
  margin: 0 8px;
}

.theme-product-archive-top {
  display: flex;
  justify-content: space-between;
}
.theme-product-archive-top-sorting select {
  border-radius: 999px !important;
  background-color: rgba(242, 240, 241, 0.2) !important;
}
.theme-product-archive-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.theme-product-archive-wrapper-product {
  display: block;
  width: 33.33%;
  padding: 16px;
  color: #3C374D;
}
.theme-product-archive-wrapper-product-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  margin-bottom: 16px;
}
.theme-product-archive-wrapper-product-image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.theme-product-archive-wrapper-product-image::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-product-archive-wrapper-product-image-labels {
  position: absolute;
  top: 16px;
  right: 8px;
}
.theme-product-archive-wrapper-product-image-buttons {
  display: flex;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 24px;
  right: 16px;
  transition: 0.2s ease-in;
  z-index: 500;
}
.theme-product-archive-wrapper-product-image-buttons-basket-button {
  border-radius: 999px;
  background-color: #fff;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #8B85C1;
  outline: none;
}
.theme-product-archive-wrapper-product-image-buttons > div {
  border-radius: 999px;
  background-color: #fff;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-product-archive-wrapper-product-image-buttons > div img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-product-archive-wrapper-product-image:hover .theme-product-archive-wrapper-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-product-archive-wrapper-product-image-price {
  position: absolute;
  background-color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  left: 16px;
  bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  z-index: 5;
  display: flex;
  align-items: center;
}
.theme-product-archive-wrapper-product-image-price-old {
  font-size: 12px;
  opacity: 50%;
  text-decoration: line-through;
  margin-right: 4px;
}
.theme-product-archive-wrapper-product-title {
  font-size: 20px;
}
.theme-product-archive-pagination {
  display: flex;
  justify-content: center;
}
.theme-product-archive-pagination ul li {
  border: 1px solid #DBDBDC;
  border-radius: 999px;
}
.theme-product-archive-pagination ul li:focus-visible {
  outline: none !important;
}
.theme-product-archive-pagination ul li a {
  color: #000 !important;
  outline: none !important;
}
.theme-product-archive-pagination ul li a:focus-visible {
  outline: none !important;
}

.theme-product-slider-wrapper {
  display: flex;
}
.theme-product-slider-wrapper-title {
  width: 50%;
  font-size: 24px;
}
.theme-product-slider-wrapper-right {
  text-align: end;
  width: 50%;
}
.theme-product-slider-wrapper-right-link {
  color: #3C374D;
  text-decoration: underline;
  font-size: 20px;
}
.theme-product-slider-wrapper-right-controls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.theme-product-slider-wrapper-right-controls > div {
  margin-left: 8px;
  background-color: #F2F0F1;
  color: #3C374D;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.theme-product-slider-slider-slide {
  padding: 0 16px;
}
.theme-product-slider-slider-slide-image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  height: 250px !important;
}
.theme-product-slider-slider-slide-image img {
  height: 100%;
}
.theme-product-slider-slider-slide-image::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-product-slider-slider-slide-image-sale {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  background-color: #DAF7DC;
  border-radius: 999px;
  color: #000;
  padding: 6px 16px;
}
.theme-product-slider-slider-slide-image-price {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #fff;
  border-radius: 999px;
  font-size: 16px;
  padding: 6px 16px;
  color: #3C374D;
  z-index: 5;
}
.theme-product-slider-slider-slide-image-price span {
  font-size: 12px;
  text-decoration: line-through;
  opacity: 50%;
  margin-right: 8px;
}
.theme-product-slider-slider-slide-title {
  color: #000;
}

.theme-slider-slider-slide {
  min-height: 450px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  border-radius: 12px;
  color: #fff;
}
.theme-slider-slider-slide-wrapper {
  padding: 0 120px;
  max-width: 60%;
}
.theme-slider-slider-slide-wrapper-title {
  font-size: 36px;
}
.theme-slider-slider .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
  display: flex;
}
.theme-slider-slider .slick-dots li {
  height: 4px;
  width: 20px;
  background-color: #FFFFFF;
  opacity: 60%;
  margin: 0 4px;
  border-radius: 999px;
}
.theme-slider-slider .slick-dots li.slick-active {
  opacity: 1;
  width: 40px;
}
.theme-slider-slider .slick-dots button {
  display: none;
}
.theme-slider-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 32px;
  transform: translate(0%, 0%);
}
.theme-slider-controls > div {
  margin-left: 8px;
  background-color: #F2F0F1;
  color: #3C374D;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.theme-archive-magazines-filters-accordion-trigger {
  border: 1px solid #E5E1E3;
  border-collapse: collapse;
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  cursor: pointer;
}
.theme-archive-magazines-filters-accordion-trigger .icon {
  transition: 0.2s ease-in;
}
.theme-archive-magazines-filters-accordion-trigger .icon.open {
  transform: scaleY(-1);
}
.theme-archive-magazines-filters-accordion-item {
  padding: 8px 20px;
  border: 1px solid #E5E1E3;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in;
}
.theme-archive-magazines-filters-accordion-item.open {
  opacity: 1;
  visibility: visible;
}
.theme-archive-magazines-filters-accordion-item .wpgb-facet .wpgb-button {
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  background-color: #fff;
  color: #3C374D;
  outline: none !important;
}
.theme-archive-magazines-filters-accordion-item .wpgb-facet .wpgb-button[aria-pressed=true] {
  border: 1px solid #DBDBDB;
  background-color: #DBDBDB;
  color: #3C374D;
}
.theme-archive-magazines-results {
  display: flex;
  justify-content: space-between;
}
.theme-archive-magazines-results-count {
  font-size: 18px;
}
.theme-archive-magazines-results-sorting {
  font-size: 16px;
}
.theme-archive-magazines-products {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.theme-archive-magazines-products-product {
  width: 22.4%;
  margin-bottom: 12px;
}
.theme-archive-magazines-products-product-image {
  position: relative;
  padding-top: 125%;
}
.theme-archive-magazines-products-product-image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-archive-magazines-products-product-image:hover .theme-recentproducts-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-archive-magazines-products-product-image .theme-recentproducts-product-image-buttons {
  flex-direction: column-reverse;
}
.theme-archive-magazines-products-product-image .theme-recentproducts-product-image-buttons form {
  margin: 4px 0;
}
.theme-archive-magazines-products-product-image-prices {
  padding-right: 72px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.theme-archive-magazines-products-product-image-prices-sale, .theme-archive-magazines-products-product-image-prices-price {
  font-size: 26px;
  color: #58A4B0;
  margin-right: 12px;
}
.theme-archive-magazines-products-product-image-prices-old {
  font-size: 16px;
  color: #B9B7BE;
  text-decoration: line-through;
}
.theme-archive-magazines-products-product-title {
  font-size: 20px;
  font-weight: 500;
  color: #3C374D;
}

.theme-product-single-hero.background {
  position: relative;
}
.theme-product-single-hero.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 650px;
  background-color: #F7F5F6;
}
.theme-product-single-hero-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.theme-product-single-hero-image.tijdschrift {
  padding-top: 142%;
}
.theme-product-single-hero-image.product {
  padding-top: 100%;
}
.theme-product-single-hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.theme-product-single-hero-pdf {
  padding-top: 12px;
  color: #58A4B0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.theme-product-single-hero-wrapper {
  padding-top: 50px;
  padding-left: 24px;
}
.theme-product-single-hero-wrapper-labels {
  display: flex;
  margin-bottom: 16px;
}
.theme-product-single-hero-wrapper-title {
  font-size: 32px;
  color: #3C374D;
}
.theme-product-single-hero-wrapper-cost {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.theme-product-single-hero-wrapper-cost-sale, .theme-product-single-hero-wrapper-cost-price {
  font-size: 36px;
  color: #236131;
  margin-right: 12px;
  font-weight: 500;
}
.theme-product-single-hero-wrapper-cost-old {
  font-size: 22px;
  color: #B9B7BE;
  text-decoration: line-through;
}
.theme-product-single-hero-wrapper-description {
  margin-bottom: 16px;
}
.theme-product-single-hero-wrapper-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.theme-product-single-hero-wrapper-tags-tag {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #DBDBDB;
  padding: 4px 12px;
  margin-right: 6px;
  margin-bottom: 4px;
  font-size: 16px;
  transition: 0.2s ease-in;
  color: #3C374D;
}
.theme-product-single-hero-wrapper-tags-tag:hover {
  color: #DF3890;
}
.theme-product-single-hero-wrapper-tags-more {
  background-color: #E8E8E8;
  border-radius: 16px;
  padding: 4px 12px;
  color: #3C374D;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 4px;
}
.theme-product-single-hero-wrapper-tags .hidden {
  opacity: 0;
  visibility: hidden;
}
.theme-product-single-hero-wrapper-countdown {
  margin-bottom: 24px;
  transition: 0.1s ease-in;
}
.theme-product-single-hero-wrapper-countdown.hidden {
  opacity: 0;
  visibility: hidden;
}
.theme-product-single-hero-wrapper-countdown .hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.theme-product-single-hero-wrapper-soldamount {
  margin-bottom: 16px;
  font-size: 14px;
}
.theme-product-single-hero-wrapper-basket.soldout {
  margin-bottom: 20px;
}
.theme-product-single-hero-wrapper-basket p {
  padding: 0 !important;
  border: 0 !important;
}
.theme-product-single-hero-wrapper-basket del, .theme-product-single-hero-wrapper-basket ins, .theme-product-single-hero-wrapper-basket bdi {
  display: none;
}
.theme-product-single-hero-wrapper-basket .add_to_cart_button {
  color: #fff !important;
  padding: 14.5px 72px !important;
  border-color: transparent !important;
  background-color: #C7E83D !important;
  border-radius: 32px !important;
  transition: 0.2s ease-in-out;
}
.theme-product-single-hero-wrapper-basket .add_to_cart_button:hover {
  color: #236131;
}
.theme-product-single-hero-wrapper-basket .added_to_cart {
  padding-left: 12px;
}
.theme-product-single-hero-wrapper-notice {
  display: flex;
  align-items: center;
  max-width: 375px;
  margin-bottom: 40px;
}
.theme-product-single-hero-wrapper-notice i {
  font-size: 32px;
}
.theme-product-single-hero-wrapper-notice-content {
  margin-left: 16px;
}
.theme-product-single-hero-wrapper-notice-content-title {
  font-size: 14px;
  color: #3C374D;
  margin-bottom: 4px;
}
.theme-product-single-hero-wrapper-notice-content-content {
  font-size: 14px;
}
.theme-product-single-hero-wrapper-notice-content-content p {
  margin: 0;
}
.theme-product-single-hero-wrapper-vendor {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #3C374D;
  margin-bottom: 16px;
  transition: 0.2s ease-in-out;
}
.theme-product-single-hero-wrapper-vendor:hover {
  color: #3C374D;
  text-decoration: underline;
}
.theme-product-single-hero-wrapper-vendor-image {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  overflow: hidden;
  margin-right: 12px;
}
.theme-product-single-hero-wrapper-vendor-image img {
  height: 100%;
}
.theme-product-single-hero-wrapper-banner {
  padding: 20px 24px;
  border-radius: 12px;
  border: 1px solid #E6E1E3;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}
.theme-product-single-hero-wrapper-banner-image {
  width: 90px;
  height: 50px;
}
.theme-product-single-hero-wrapper-banner-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-product-single-hero-wrapper-banner-wrapper {
  margin-left: 24px;
}
.theme-product-single-hero-wrapper-banner-wrapper-title {
  font-size: 16px;
  color: #3C374D;
  margin: 0;
}
.theme-product-single-hero-wrapper-banner-wrapper-link {
  font-size: 16px;
  color: #3C374D;
  text-decoration: underline;
}
.theme-product-single-hero-wrapper-banner-wrapper-link:hover {
  color: #3C374D;
  text-decoration: none;
}
.theme-product-single-frommagazine-title {
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 24px;
}
.theme-product-single-frommagazine-card {
  color: #3C374D;
}
.theme-product-single-frommagazine-card-image {
  padding-top: 100%;
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.theme-product-single-frommagazine-card-image::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-product-single-frommagazine-card-image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.theme-product-single-frommagazine-card-image:hover .theme-recentproducts-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-product-single-frommagazine-card-title {
  font-size: 20px;
  font-weight: bold;
}
.theme-product-single-related-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.theme-product-single-related-wrapper-link {
  color: #3C374D;
  text-decoration: underline;
}
.theme-product-single-related-products {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
.theme-product-single-related-products-product {
  width: 23%;
  color: #3C374D;
  padding: 8px 0;
}
.theme-product-single-related-products-product-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
.theme-product-single-related-products-product-image.magazine {
  padding-top: 142%;
}
.theme-product-single-related-products-product-image.product {
  padding-top: 100%;
}
.theme-product-single-related-products-product-image::after {
  content: "";
  position: absolute;
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.82) 0%, rgba(255, 255, 255, 0) 25%);
}
.theme-product-single-related-products-product-image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.theme-product-single-related-products-product-image:hover .theme-recentproducts-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-product-single-related-products-product-title {
  font-size: 20px;
  font-weight: bold;
}
.theme-product-single-vendor-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.theme-product-single-vendor-wrapper-title {
  font-size: 24px;
  color: #3C374D;
  font-weight: 600;
}
.theme-product-single-vendor-wrapper-link {
  font-size: 20px;
  text-decoration: underline;
  color: #3C374D;
}
.theme-product-single-vendor-product {
  color: #3C374D;
}
.theme-product-single-vendor-product-image {
  position: relative;
  padding-top: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.theme-product-single-vendor-product-image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.theme-product-single-vendor-product-image:hover .theme-recentproducts-product-image-buttons {
  opacity: 1;
  visibility: visible;
}
.theme-product-single-vendor-product-title {
  font-size: 20px;
  font-weight: 700;
}
.theme-product-single-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 12px;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in;
}
.theme-product-single-modal.modal-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.theme-product-single-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BDBDBD;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in;
}
.theme-product-single-modal-overlay.modal-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.theme-product-single-modal-iframe {
  height: 600px;
}
.theme-product-single-modal-iframe iframe {
  width: 100%;
  height: 100%;
}
.theme-product-single-modal-banner {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 32px 40px;
}
.theme-product-single-modal-banner-title {
  font-size: 28px;
  color: #3C374D;
}
.theme-product-single-modal-banner-wrapper {
  display: flex;
  align-items: center;
}
.theme-product-single-modal-banner-wrapper-price {
  padding-right: 72px;
  display: flex;
  align-items: center;
}
.theme-product-single-modal-banner-wrapper-price-sale, .theme-product-single-modal-banner-wrapper-price-price {
  font-size: 26px;
  color: #58A4B0;
  margin-right: 12px;
}
.theme-product-single-modal-banner-wrapper-price-old {
  font-size: 16px;
  color: #B9B7BE;
  text-decoration: line-through;
}
.theme-product-single-modal-banner-wrapper .theme-product-single-hero-wrapper-basket {
  margin: 0;
}
.theme-product-single-modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background-color: #fff;
  border-radius: 999px;
  padding: 6.25px 12px 3.25px 12px;
  cursor: pointer;
}

.theme-mobilemenu {
  display: none;
  position: fixed;
  background-color: #fff;
  border-top: 1px solid #E6E1E3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 600;
}
.theme-mobilemenu-left {
  width: 33.334%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.theme-mobilemenu-left a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #3C374D;
}
.theme-mobilemenu-left a img {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-mobilemenu-middle {
  width: 33.334%;
  display: flex;
  justify-content: center;
}
.theme-mobilemenu-middle.active {
  color: #236131;
}
.theme-mobilemenu-middle-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-mobilemenu-right {
  width: 33.334%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.theme-mobilemenu-right a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #3C374D;
}
.theme-mobilemenu-right a img {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-mobilemenu-right .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-mobilemenu-right .menu .burger-trigger {
  width: 30px;
  height: 18px;
  margin-right: 0;
}
.theme-mobilemenu-right .menu .burger-trigger span {
  width: 30px;
  height: 3px;
}
.theme-mobilemenu-right .menu .burger-trigger.burger-active span:nth-of-type(1) {
  top: 8px;
}
.theme-mobilemenu-right .menu .burger-trigger.burger-active span:nth-of-type(4) {
  bottom: 8px;
}

.theme-footer {
  color: #707070;
}
.theme-footer-wrapper {
  padding-top: 70px;
  border-top: 1px solid #E6E1E3;
}
.theme-footer-wrapper-logo img {
  width: 174px;
}
.theme-footer-wrapper-top {
  padding-bottom: 95px;
}
.theme-footer-wrapper-top-menu {
  position: relative;
}
.theme-footer-wrapper-top-menu-title {
  font-size: 20px;
  padding-bottom: 15px;
  color: #3C374D;
  padding-top: 22px;
}
.theme-footer-wrapper-top-menu-link {
  font-size: 16px;
}
.theme-footer-wrapper-top-menu-link ul li {
  padding-bottom: 14px;
}
.theme-footer-wrapper-top-menu-link ul li:last-of-type {
  padding: 0;
}
.theme-footer-wrapper-top-menu-link ul li a {
  color: #707070;
}
.theme-footer-wrapper-top-menu-link ul li a:hover {
  opacity: 0.7;
}
.theme-footer-wrapper-top-menu-social a {
  display: inline-flex;
  margin-left: 4px;
  border-radius: 999px;
}
.theme-footer-wrapper-top-menu-social a:first-of-type {
  margin-left: 0;
}
.theme-footer-wrapper-top-menu-social i {
  padding: 10px;
  border-radius: 999px;
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  transition: 0.2s ease-in;
}
.theme-footer-wrapper-top-menu-social i::before {
  width: 16px;
  text-align: center;
}
.theme-footer-wrapper-top-menu-social i.fa-facebook {
  background-color: #1877F2;
}
.theme-footer-wrapper-top-menu-social i.fa-instagram {
  background-color: #C13584;
}
.theme-footer-wrapper-top-menu-social i.fa-pinterest {
  background-color: #E60023;
}
.theme-footer-wrapper-top-menu-social i:hover {
  scale: 1.07;
}
.theme-footer-wrapper-bottom {
  border-top: 1px solid #E6E1E3;
  font-size: 14px;
  padding: 22px 0 52px 0;
}
.theme-footer-wrapper-bottom .row {
  align-items: center;
}
.theme-footer-wrapper-bottom-middle {
  display: flex;
}
.theme-footer-wrapper-bottom-middle-text {
  padding-right: 30px;
}
.theme-footer-wrapper-bottom-middle-link {
  color: #707070;
  text-decoration: underline;
}
.theme-footer-wrapper-bottom-middle-link:hover {
  color: #707070;
}
.theme-footer-wrapper-bottom-payment {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.theme-footer-wrapper-bottom-payment-options {
  padding-left: 14px;
  display: flex;
}
.theme-footer-wrapper-bottom-payment-options-logo {
  padding-left: 8px;
}
.theme-footer-wrapper-bottom-payment-options-logo img {
  width: 32px;
}

.theme-offcanvas {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s ease-in;
  height: 82%;
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-offcanvas.collapse-menu {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  z-index: 500;
}
.theme-offcanvas-top {
  padding: 24px 20px;
  border-bottom: 1px solid #E6E1E3;
}
.theme-offcanvas-top-wrapper {
  display: flex;
  justify-content: space-between;
}
.theme-offcanvas-top-wrapper-socials-social {
  margin-left: 8px;
  color: #707070;
}
.theme-offcanvas-top-wrapper-socials-social:first-of-type {
  margin-left: 0;
}
.theme-offcanvas-top-wrapper-socials-social i {
  font-size: 16px;
  transition: 0.2s ease-in;
}
.theme-offcanvas-top-wrapper-socials-social i:hover {
  scale: 1.04;
}
.theme-offcanvas-middle-top ul li {
  padding: 4px 16px;
  border-radius: 999px;
  margin: 8px 16px 8px 0;
}
.theme-offcanvas-middle-top ul li a {
  color: #3C374D;
}
.theme-offcanvas-middle-top ul li .sub-menu {
  display: none;
}
.theme-offcanvas-middle-bottom {
  border-top: 1px solid #E6E1E3;
}
.theme-offcanvas-middle-bottom ul li {
  padding: 4px 16px;
  border-radius: 999px;
  margin: 8px 16px 8px 0;
}
.theme-offcanvas-middle-bottom ul li a {
  color: #3C374D;
  opacity: 60%;
}
.theme-offcanvas-bottom {
  background-color: #F7F5F6;
  border-top: 1px solid #E6E1E3;
  padding-bottom: 32px;
}
.theme-offcanvas-bottom-title {
  padding-top: 24px;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.theme-offcanvas-bottom-themas {
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.theme-offcanvas-bottom-themas::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.theme-offcanvas-bottom-themas-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 4px 0;
}
.theme-offcanvas-bottom-themas-row-thema {
  background-color: #fff;
  flex: 0 0 auto;
  padding: 8px 20px;
  color: #3C374D;
  border: 1px solid #DBDBDB;
  border-radius: 999px;
  margin: 0 4px;
}
.theme-offcanvas-submenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transform: translate(100%, 0);
  transition: 0.4s ease-in;
}
.theme-offcanvas-submenu.open-menu {
  transform: translate(0, 0);
}
.theme-offcanvas-submenu-source {
  text-align: center;
  position: relative;
  background-color: #F8F7F8;
  padding: 16px 0;
  cursor: pointer;
}
.theme-offcanvas-submenu-source i {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate(0, -50%);
}
.theme-offcanvas-submenu-menu > .sub-menu > li {
  font-size: 20px;
  cursor: pointer;
  padding: 16px 32px;
  border-bottom: 1px solid #E6E1E3;
  transition: 0.4s;
}
.theme-offcanvas-submenu-menu > .sub-menu > li.active::before {
  content: "‹";
  transform: rotate(90deg);
}
.theme-offcanvas-submenu-menu > .sub-menu > li:before {
  content: "›";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transform: rotate(90deg);
}
.theme-offcanvas-submenu-menu > .sub-menu > li > a {
  color: #3C374D;
}
.theme-offcanvas-submenu-menu > .sub-menu > li > .sub-menu {
  max-height: 0;
  font-size: 18px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.theme-offcanvas-submenu-menu > .sub-menu > li > .sub-menu > li {
  margin: 8px 0;
}
.theme-offcanvas-submenu-menu > .sub-menu > li > .sub-menu > li > a {
  color: #707070;
}

.theme-popup {
  position: fixed;
  top: 40px;
  right: 32px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E6E1E3;
  display: flex;
  max-width: 400px;
  padding: 24px 32px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.4s ease-in;
}
.theme-popup.popup-visible {
  visibility: visible;
  opacity: 1;
  z-index: 120;
}
.theme-popup-image {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
}
.theme-popup-wrapper {
  padding-left: 16px;
}
.theme-popup-wrapper-title {
  font-size: 20px;
  color: #3C374D;
  margin: 0;
}
.theme-popup-wrapper-content {
  font-size: 16px;
  line-height: 1.3;
}

.theme-modal {
  transition: 0.2s ease-in;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #E6E1E3;
  border-radius: 12px;
  z-index: 1000;
  overflow: hidden;
}
.theme-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: 0.2s ease-in;
}
.theme-modal-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
.theme-modal.hidden {
  opacity: 0;
  visibility: hidden;
}
.theme-modal__fullscreen {
  max-width: 700px;
  width: calc(100% - 30px);
  padding-top: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-modal__small {
  width: 330px;
  bottom: 40px;
  right: 32px;
  padding: 48px 32px;
}
.theme-modal-image {
  width: 100%;
  height: 200px;
}
.theme-modal-image img {
  height: 100%;
}
.theme-modal-wrapper {
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-modal-wrapper .theme-modal-content {
  text-align: center;
}
.theme-modal-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.theme-modal-content {
  font-size: 16px;
  margin-bottom: 16px;
}
.theme-modal-button {
  background-color: #C7E83D;
  color: #fff;
  border-radius: 999px;
  padding: 12px 20px;
}
.theme-modal-button:hover {
  color: #fff;
  background-color: #236131;
}
.theme-modal-close {
  background-color: #F2F0F1;
  border-radius: 999px;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  padding: 2.5px 9.25px;
  cursor: pointer;
}

.theme-product-cats-title {
  margin-bottom: 24px;
}
.theme-product-cats-wrapper {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
}
.theme-product-cats-wrapper-card {
  width: 24%;
  position: relative;
  padding-top: 24%;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 4px 0;
}
.theme-product-cats-wrapper-card img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.theme-product-cats-wrapper-card-title {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 24px;
  font-weight: 700;
}
.theme-product-tags-title {
  margin-bottom: 24px;
}
.theme-product-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.theme-product-tags-wrapper-tag {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #DBDBDB;
  padding: 4px 12px;
  margin: 4px 2px;
  font-size: 16px;
  transition: 0.2s ease-in;
  color: #000;
}

.theme-favorites-hero {
  padding: 50px 0;
  text-align: center;
  background-color: #F3E8CC;
}
.theme-favorites-hero-title {
  font-size: 32px;
  margin-bottom: 12px;
}
.theme-favorites-hero-content {
  font-size: 18px;
}
.theme-favorites-nofound {
  text-align: center;
}
.theme-favorites-nofound-heart {
  color: #E6E6E6;
  font-size: 60px;
}
.theme-favorites-nofound-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.theme-favorites-nofound-content {
  font-size: 16px;
  margin-bottom: 20px;
}

.theme-video-video {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.theme-video-video.full {
  padding-top: 50%;
}
.theme-video-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-video-wrapper-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
.theme-video-wrapper-title.full {
  text-align: center;
}

.theme-breadcrumb {
  background-color: #F7F5F6;
  padding: 16px 0;
}
.theme-breadcrumb-breadcrumb .breadcrumb {
  background-color: transparent !important;
}
.theme-breadcrumb-breadcrumb .breadcrumb .breadcrumb-item {
  padding-left: 0;
}
.theme-breadcrumb-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #000;
}
.theme-breadcrumb-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #236131;
}
.theme-breadcrumb-reviews {
  text-align: end;
}

.theme-search {
  display: none;
  padding-bottom: 92px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s ease-in;
  height: 100%;
  overflow-x: auto;
}
.theme-search.collapse-menu {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  z-index: 500;
}
.theme-search-top {
  padding: 24px 20px;
  border-bottom: 1px solid #E6E1E3;
}
.theme-search-top-wrapper {
  display: flex;
  justify-content: space-between;
}
.theme-search-top-wrapper-socials-social {
  margin-left: 8px;
  color: #707070;
}
.theme-search-top-wrapper-socials-social:first-of-type {
  margin-left: 0;
}
.theme-search-top-wrapper-socials-social i {
  font-size: 16px;
  transition: 0.2s ease-in;
}
.theme-search-top-wrapper-socials-social i:hover {
  scale: 1.04;
}
.theme-search-search {
  padding: 12px 15px;
  border-bottom: 1px solid #E6E1E3;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.theme-search-search-bar {
  border-radius: 999px;
  width: 100%;
  border: 1px solid #E6E3E4;
  padding: 12px 62px 12px 20px;
  background-color: #F2F0F1;
}
.theme-search-search-bar::-moz-placeholder {
  color: #707070;
}
.theme-search-search-bar::placeholder {
  color: #707070;
}
.theme-search-search-bar:focus-visible {
  outline: none;
}
.theme-search-search-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 52px;
  background-size: contain;
}
.theme-search-search-icon img {
  position: absolute;
}
.theme-search-wrapper {
  position: relative;
}
@media screen and (max-width: 1440px) {
  .theme-magazines-magazines-magazine img {
    width: 110%;
  }
  .theme-recentposts-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .theme-header-top-left {
    width: 50%;
  }
  .theme-header-top-text {
    display: none;
  }
  .theme-header-top-right {
    width: 50%;
    justify-content: flex-end;
  }
  .theme-header-top-right-link {
    padding-left: 24px;
  }
  .theme-header-bottom-megamenu {
    min-width: 980px;
  }
  .theme-footer-wrapper-top {
    padding-bottom: 50px;
  }
  .theme-footer-wrapper-top-menu-title {
    padding-top: 18px;
  }
  .theme-footer-wrapper-bottom .row {
    flex-direction: column-reverse;
  }
  .theme-footer-wrapper-bottom-middle {
    padding: 8px 0;
  }
  .theme-footer-wrapper-bottom-payment {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .theme-header-bottom {
    display: none;
  }
  .theme-sellers-content-title {
    max-width: unset;
  }
  .theme-sellers-content-title::after {
    top: -50px;
    right: -30px;
  }
  .theme-magazines-wrapper-content {
    max-width: 75%;
  }
  .theme-magazines-magazines {
    flex-wrap: wrap;
    justify-content: center;
  }
  .theme-magazines-magazines-magazine {
    width: 25%;
  }
  .theme-magazines-magazines-magazine img {
    width: 100%;
  }
  .theme-recentposts-container {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .theme-recentposts-wrapper {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 32px;
  }
  .theme-recentposts-slider {
    width: 100%;
    padding-left: 15px;
  }
  .theme-slider-slider-slide-wrapper {
    max-width: 100%;
  }
  .theme-recentproducts-product-image-buttons {
    visibility: visible;
    opacity: 1;
  }
  .theme-product-single-related-products-product {
    width: 31.5%;
  }
  .theme-product-archive-wrapper-product-image-buttons {
    opacity: 1;
    visibility: visible;
  }
  .theme-archive-magazines-title {
    margin-bottom: 32px;
  }
  .theme-archive-magazines-filters {
    margin-bottom: 32px;
  }
  .theme-archive-magazines-products-product {
    width: 31.2%;
  }
  .theme-product-cats-wrapper-card {
    width: 49.5%;
    padding-top: 49.5%;
  }
  .theme-footer {
    padding-bottom: 40px;
  }
  .theme-mobilemenu {
    display: flex;
  }
  .theme-offcanvas {
    display: block;
  }
  .theme-search {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .theme-breadcrumb-reviews {
    text-align: unset;
  }
  .theme-passie-wrapper.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .theme-sellers-content {
    margin-bottom: 48px;
  }
  .theme-sellers-content-title::after {
    right: 5px;
  }
  .theme-magazines-magazines-magazine {
    width: 33.334%;
  }
  .theme-nieuwsbrief-wrapper-form .ff-t-container {
    display: flex;
  }
  .theme-nieuwsbrief-wrapper-form .ff-t-container .ff_submit_btn_wrapper {
    margin-left: 12px;
  }
  .theme-recentposts-slider .slick-track {
    margin-left: 0px;
  }
  .theme-review-wrapper {
    flex-direction: column;
  }
  .theme-review-wrapper-item {
    padding: 8px 0;
  }
  .theme-review-wrapper-item:nth-of-type(2) {
    border: none;
  }
  .theme-slider-slider-slide {
    min-height: unset !important;
  }
  .theme-slider-slider-slide-wrapper {
    padding: 120px 80px;
  }
  .theme-product-single-hero-wrapper {
    padding-top: 24px;
    padding-left: 0;
  }
  .theme-product-single-related-products-product {
    width: 48.7%;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
  .theme-header-top {
    flex-direction: column;
  }
  .theme-header-top-left {
    width: 100%;
    margin-bottom: 16px;
  }
  .theme-header-top-right {
    width: 100%;
    justify-content: flex-start;
  }
  .theme-sellers-content-title {
    font-size: 24px;
  }
  .theme-sellers-wrapper {
    flex-direction: column;
  }
  .theme-sellers-wrapper-single {
    width: 100%;
  }
  .theme-sellers-wrapper-single.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .theme-magazines-wrapper-title {
    font-size: 24px;
  }
  .theme-magazines-wrapper-content {
    max-width: 100%;
  }
  .theme-magazines-magazines-magazine {
    width: 50%;
    height: 210px;
  }
  .theme-magazines-magazines-magazine:nth-of-type(1) {
    transform: scale(0.9) rotate(4deg);
  }
  .theme-magazines-magazines-magazine:nth-of-type(2) {
    transform: scale(0.9) rotate(-2deg);
  }
  .theme-magazines-magazines-magazine:nth-of-type(3) {
    transform: scale(0.9) rotate(-2deg);
  }
  .theme-magazines-magazines-magazine:nth-of-type(5) {
    transform: scale(0.9) rotate(6deg);
  }
  .theme-magazines-magazines-magazine:nth-of-type(7) {
    transform: scale(0.9) rotate(0deg);
  }
  .theme-nieuwsbrief-wrapper-title {
    font-size: 24px;
  }
  .theme-nieuwsbrief-wrapper-form .ff-t-container {
    flex-direction: column;
  }
  .theme-nieuwsbrief-wrapper-form .ff-t-container .ff_submit_btn_wrapper {
    margin-left: 0px;
  }
  .theme-recentproducts-wrapper {
    flex-direction: column;
  }
  .theme-recentposts-wrapper-title {
    font-size: 24px;
  }
  .theme-recentposts-slider-slide-wrapper-info-title {
    font-size: 16px;
  }
  .theme-slider-slider-slide-wrapper-title {
    font-size: 24px;
  }
  .theme-socialsliders-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .theme-socialsliders-wrapper-title {
    margin-bottom: 12px;
  }
  .theme-product-single-hero-image {
    height: 300px;
  }
  .theme-product-single-related-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .theme-product-single-related-products-product {
    width: 100%;
  }
  .theme-product-single-vendor-wrapper {
    flex-direction: column;
  }
  .theme-product-single-vendor-product {
    display: block;
    padding: 16px 0;
  }
  .theme-product-cats-wrapper-card-title {
    font-size: 18px;
  }
  .theme-footer-wrapper {
    padding-top: 50px;
  }
  .theme-footer-wrapper-top {
    padding-bottom: 40px;
  }
  .theme-footer-wrapper-top-menu-title {
    padding: 12px 0 8px 0;
  }
  .theme-footer-wrapper-top-menu-link ul li {
    padding-bottom: 10px;
  }
  .theme-footer-wrapper-bottom-middle {
    flex-direction: column;
    padding: 6px 0;
  }
  .theme-footer-wrapper-bottom-middle-link {
    margin-top: 6px;
  }
  .theme-popup {
    top: 8px;
    left: 8px;
    right: 8px;
    flex-direction: column;
    max-width: unset;
    width: 95%;
  }
  .theme-popup-wrapper {
    padding: 0;
    margin-top: 8px;
  }
}/*# sourceMappingURL=style.css.map */