:root {
  --color-primary: #6a2042;
  --color-primary-hover: #972d5f;
  --color-secondary: #0B6759;
  --color-secondary-hover: #089a84;
  --color-shadow: #b1b1b1;
}



body:has(.mini-cart-active) {
    overflow: hidden !important;
}


.winoland .header.mini-cart-active .overlay {
    visibility: visible;
    z-index: 4;
    opacity: 1;
}
.winoland .header.mini-cart-active .header__menu-back.mini-cart  {
    transform: translateX(0);
}


.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;

}

.link-primary-color {
  color: var(--color-primary); 
}

.link:hover, .link:hover i{
  transition: .2s;
  color: var(--color-primary) !important; 
}

.winoland-btn,
.woocommerce-mini-cart__buttons a {
  background: var(--color-primary);
  color: white;
  border: none !important;
  border-radius: 5px;
  transition: .3s ease !important;
  padding: 0.618em 1em;
  display: flex;
  gap: 10px;
}
.winoland-btn i {
  color: white;
}
.winoland-btn:hover,
.woocommerce-mini-cart__buttons a:hover {
  background: var(--color-primary-hover) !important;
}



/* HEADER ======================================================================== */

.header {
  position: fixes;
  width: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 50;
}

.header__body {
  position: relative;
  display: block;
  height: 200px;
}

.header__black-strip {
  position: relative;
  background-color: black;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
}

.header__contact {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .contact-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header .contact-phone p {
  padding-left: 5px;
}

.header .contact-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header .contact-email p {
  padding-left: 5px;
}

.header .social-icon {
  color: white;
}

.header .icon {
  color: white;
  padding: 0 0 0 15px;
}

.header__social {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.header__icon-social {
  padding: 0 10px;
}

.header__logo-section {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.header__logo-wrapper {
  z-index: 3;
}

.header__icons-left {
  /* position: relative; */
  display: flex;
  margin: 5px 30px;
  z-index: 4;
}

.header__icons-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 30px;
  z-index: 4;
}

.header__icon {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.header__icon i {
  display: flex;
  font-size: 24px;
}
.header__icon i:hover {
  transition: .2s;
  color: #6a2042; 
}

.header__line {
  position: relative;
  z-index: 3;
}

.header .icons-left__search {
  /* position: relative; */
}

.header .icons-left__search .search-icon {
  display: block;
}

.header .icons-left__search .search-field {
  display: none;
  position: absolute;
  top: 30px;
}
.header .icons-right__cart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .icons-right__cart .cart-icon {
  text-decoration: none;
  color: black;
  position: relative;
}
.header .icons-right__cart .cart-icon:hover {
  transition: .2s;
  color: #6a2042; 
}

.header .icons-right__cart .cart-icon .count {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 10px;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__burger-wrapper {
  width: 85px;
  display: flex;
  margin: 0 auto;
  cursor: pointer;
}

.header__burger-wrapper h3 {
  z-index: 4;
  display: none;
}

.header__burger {
  display: none;
}

/* .header .mega-menu {
  z-index: 4;
  margin: 0 auto !important;
  max-width: 960px !important;
} */

/* .header .mega-sub-menu {
  margin-top: 20px;
  border-radius: 5px !important;
} */

/* .header .woof_container {
  margin-bottom: 0;
} */

.header .sub-menu {
  background-color: var(--color-primary);
}

.header .sub-menu .dropdown-link, .header .sub-menu a {
  color: white;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  width: 100%;
}

.header .menu-item {
  list-style: none;
}

.header__item-link {
  display: flex;
  justify-content: center;
}

.header__line {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* .header .mega-menu-item {
  padding: 15px 50px;
  
} */

.header .menu-item-icon {
  width: 50px;
  height: 50px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

/* Standardowe menu */
.header .header__menu {
  display: flex;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
}

.header .header__menu .wl-dropdown-menu > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 1em;
}

/* SVG-strzałka jako tło i jako pseudo-element */
.header .header__menu .wl-dropdown-menu > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s cubic-bezier(.4,2,.6,1);
  pointer-events: none;
  background: url('data:image/svg+xml;utf8,<svg fill="black" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M7 5l5 5-5 5"/></svg>') no-repeat center center;
  background-size: 100% 100%;
}

/* Hover na linku menu z submenu — obraca strzałkę o 90 stopni */
.header .header__menu .wl-dropdown-menu:hover > a::after,
.header .header__menu .wl-dropdown-menu > a:focus::after {
  transform: translateY(-50%) rotate(90deg);
}

.header .header__menu .wl-dropdown-menu > .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: .3s ease;
  position: absolute;
  padding: 20px;
}
.header .header__menu .wl-dropdown-menu.big > .sub-menu {
  left: 0;
  z-index: 3;
  column-count: 4;
  width: 100%;
}

/* Ukrywanie menu w wersji mobilnej */
@media (max-width: 768px) {
  .header .header__menu {
      display: none; /* Ukrywamy menu domyślnie */
      flex-direction: column; /* Menu ma być wyświetlane w kolumnie */
      gap: 10px;
      width: 100%; /* Menu ma pełną szerokość */
      text-align: center;
      padding: 10px;
  }

  /* Przycisk hamburgera */
  .header .header__menu.open {
      display: flex; /* Menu ma się pojawić po kliknięciu */
  }

  /* Zmniejszenie liczby kolumn w sub-menu na małych ekranach */
  .header .header__menu .wl-dropdown-menu.big > .sub-menu {
      column-count: 3;
  }

  .header .header__menu .wl-dropdown-menu > a::after {
    background: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M7 5l5 5-5 5"/></svg>') no-repeat center center;
  }
}

/* Stylowanie menu i dropdownów */
.header .header__menu .wl-dropdown-menu > .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: .3s ease;
  position: absolute;
  padding: 20px;
}

.header .header__menu .wl-dropdown-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header .header__menu .menu-item-attribures {
  padding: 10px 0;
}

.header .header__menu .menu-item-attribures > a {
  font-weight: 700;
  text-transform: uppercase;
}

.header .header__menu .menu-item-attribures .sub-menu {
  margin-top: 6px;
}

.header .header__menu .wl-dropdown-menu .menu-item {
  break-inside: avoid-column;
  list-style: none;
}
.header .view-all > a {
  font-weight: 700 !important;
}



/* Stylowanie przycisku hamburgera (3 kreski) */
.mobile-menu-toggle {
  display: none; /* Ukrywamy przycisk w wersji desktop */
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
  margin: 0 auto;
  gap: 4px;
  align-items: center;
}
.mobile-menu-toggle p {
  font-size: 20px;
  color: black !important;
}

.burger-icon {
  position: relative;
}
.burger-icon::before {
  position: absolute;
  top: -8px;
}
.burger-icon::after {
  position: absolute;
  top: 8px;
}
.burger-icon,
.burger-icon::before,
.burger-icon::after {
  content: "";
  display: block;
  background-color: #000;
  height: 3px;
  width: 25px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 2px;
}

/* Stylowanie przycisku hamburgera na urządzeniach mobilnych */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
  /* Zmiana pozycji linii w menu po kliknięciu */
  .mobile-menu-toggle.open .burger-icon {
      background: transparent;
  }

  .mobile-menu-toggle.open .burger-icon::before {
      transform: translateY(8px) rotate(45deg);
  }

  .mobile-menu-toggle.open .burger-icon::after {
      transform: translateY(-8px) rotate(-45deg);
  }

  .mobile-menu-toggle.open .burger-icon {
      transform: rotate(180deg);
  }

  .header__nav-container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99;
    background-color: var(--color-primary);
  }
  .header__nav-container > div {
    width: 100%;
  }
  .header__nav-container i,
  .header__nav-container a {
    color: white;
  }
  
  .header .header__menu .wl-dropdown-menu > .sub-menu {
      column-count: 2;
      width: 100%;
      position: relative;
      height: 0;
      padding: 0;
  }
  .header .header__menu .wl-dropdown-menu:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 10px;
  }
  .header .header__menu .wl-dropdown-menu.big > .sub-menu {
    column-count: 2;
  }
  .header .header__menu .wl-dropdown-menu.little > .sub-menu {
    column-count: 1;
  }
}
@media (max-width: 380px) {
  .header .header__menu .wl-dropdown-menu.big > .sub-menu {
    column-count: 1;
  }
}



/* .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: inherit;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: unset;
}

.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  height: auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  padding: 2px;
}
.header #mega-menu-wrap-primary #mega-menu-primary .mega-countries .mega-sub-menu {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header #mega-menu-wrap-primary #mega-menu-primary .wl-dropdown-menu > .mega-sub-menu {
  column-count: 4;
}
.header #mega-menu-wrap-primary #mega-menu-primary .mega-countries .mega-sub-menu .mega-menu-link {
  min-width: 80px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  background: #6a2042;
  padding: 8px;
  color: white;
  border-radius: 5px;
}

.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  color: white;
}

.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  background: #6a2042;
  padding: 8px;
  margin-top: 4px;
}

.header .view-all > .mega-menu-link {
  color: #000000;
  font-weight: 700 !important;
}

.header .mega-menu-link:hover {
  transition: .2s;
  color: #6a2042 !important; 
}

.header .mega-menu-link i:hover {
  transition: .2s;
  color: #6a2042 !important; 
}

.header #mega-menu-wrap-primary #mega-menu-primary .secondary-text-hover a.mega-menu-link:hover {
  color: #999 !important;
}

.header .nav-item-link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .nav-item-link a i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .nav-item-link a i:hover {
  color: #666 !important;
}

.header .nav-item-link a:hover {
  color: #666 !important;
} */

/* .header i:hover {
  transition: .2s;
  color: #6a2042 !important; 
} */

@media only screen and (max-width: 768px) {
  .header__body {
    height: 160px;
  }
  .header__contact p {
    display: none;
  }
  .header__logo-section {
    padding: 0;
  }
  .header__black-strip i {
    font-size: 28px;
    padding: 5px;
  }
  .header__icons-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5px 15px;
  }
  .header__icons-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5px 15px;
  }
  .header__icon {
    padding: 5px 0;
  }
  .header__icon i {
    font-size: 28px;
  }
  .header__logo-wrapper {
    min-width: 180px;
  }
  .header__logo-wrapper img {
    width: 100%;
  }
  .header__logo {
    height: 100%;
  }
  .mega-menu-wrap {
    display: block !important;
  }
  .mega-toggle-animated {
    border: none !important;
  }
  .mega-toggle-animated:hover {
    border: none !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2:after {
    content: '' !important;
    display: none !important;
  }
  .header .mega-menu-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
  .nav-item-link a {
    text-align: center !important;
  }
  .header .icons-right__cart .cart-icon .count {
    left: 15px;
  }
  .mega-sub-menu {
    padding: 0 !important;
  }
  .dropdown .dropdown-item {
    display: none !important;
  }
  .drobdown-item-wine a {
    padding-bottom: 10px !important;
  }
  .view-all {
    display: none !important;
  }
  .mega-indicator {
    float: unset !important;
  }
  .uppercase a {
    text-transform: uppercase !important;
    padding: 5px 0 !important;
  }
  .mega-menu {
    border-bottom: 1px solid #999 !important;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  .header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    width: 100%;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 4px;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    width: 100%;
    text-align: center;
    background: rgb(106, 32, 66);
    border-radius: 4px;
    color: white;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    margin: 4px 0;;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    width: 100%;
    text-align: center;
    background: rgb(106, 32, 66);
    border-radius: 4px;
    color: white;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link i {
    color: white;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
  .header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link i:hover,
  .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #999 !important;
  }
  .header #mega-menu-wrap-primary #mega-menu-primary .mega-countries .mega-sub-menu {
    justify-content: center;
  }
}

/* MAIN-SECTION ======================================================================== */

.main-section {
  max-width: 1200px;
  padding: 0 15px;
  margin: 10px auto 50px;
  min-height: calc(100vh - 414px);
  position: relative;
}

.main-section button {
  background: var(--color-primary);
  color: white;
  border: none;
  border-radius: 5px;
  transition: .3s ease;
  padding: 0.618em 1em;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.main-section button:hover {
  background: var(--color-primary-hover);
}
.main-section button i {
  color: white;
}
/* .main-section button:hover:not(.show-password-input) {
  background: var(--color-primary-hover) !important;
} */

.main-section input, .main-section textarea {
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #eee !important;
  -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.06) !important;
  -webkit-transition: .3s border-color !important;
  transition: .3s border-color !important;
}

.main-section input:hover, .main-section textarea:hover {
  border: 1px solid #aaa !important;
}

.main-section textarea {
  resize: none;
  font-family: 'Roboto';
}

@media only screen and (max-width: 768px) {
  .main-section {
    margin: 50px 0;
  }
}

.widget-area {
  margin: 100px 30px 0 0;
}

.link {
  color: white;
  text-decoration: none;
}

.link-black {
  color: black;
  text-decoration: none;
}

.slider {
  margin: 20px 0;
  background-color: white;
  width: 100%;
}

@media only screen and (max-width: 650px) {
  .slider {
    height: 380px;
  }
}

@media only screen and (max-width: 550px) {
  .slider {
    height: 340px;
  }
}

@media only screen and (max-width: 450px) {
  .slider {
    height: 320px;
  }
}

@media only screen and (max-width: 400px) {
  .slider {
    height: 360px;
  }
}

/* LINE ======================================================================== */

.hr {
  background-color: white;
}

.hr__container {
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.hr__img {
  width: 50px;
}

.hr__text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
}

.hr__text:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr__text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  color: black;
  background-color: white;
}

/* TILES-SECTION ======================================================================== */

.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  width: 100%;
}

.tiles__block1 {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.tiles__div1 img {
  border-radius: 20px 0 0 0;
}

.tiles__div1:before {
  border-radius: 20px 0 0 0;
}

.tiles__div2 img {
  border-radius: 0 0 0 20px;
}

.tiles__div2:before {
  border-radius: 0 0 0 20px;
}

.tiles__block2 {
  display: block;
  width: 51%;
}

.tiles__block2 .tile {
  height: 100%;
}

.tiles__block2 .tile a img {
  height: 100%;
}

.tiles__div3 img {
  border-radius: 0 20px 20px 0;
}

.tiles__div3:before {
  border-radius: 0 20px 20px 0;
}

.tiles .tile {
  border: 5px white solid;
  position: relative;
}

.tiles .tile:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  opacity: .6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tiles .tile:hover:before {
  background: none;
}

.tiles .tile h2 {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 24px;
  color: white;
  text-decoration: none;
  z-index: 2;
}

.tiles .tile-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 550px) {
  /* .tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: white;
    width: 100%;
  }
  .tiles__block1 {
    display: block;
    width: 100%;
    margin-bottom: -10px;
  }
  .tiles__div1 img {
    border-radius: 20px 20px 0 0;
  }
  .tiles__div1:before {
    border-radius: 20px 20px 0 0;
  }
  .tiles__div2 img {
    border-radius: 0;
  }
  .tiles__div2:before {
    border-radius: 0;
  }
  .tiles__block2 {
    display: block;
    width: 100%;
  }
  .tiles__div3 img {
    border-radius: 0 0 20px 20px;
  }
  .tiles__div3:before {
    border-radius: 0 0 20px 20px;
  }
  .tiles .tile {
    margin: 10px 0;
    position: relative;
  } */
  .tiles .tile h2 {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px;
    color: white;
    text-decoration: none;
    z-index: 2;
  }
}

/* PRODUCTS ======================================================================== */

.products {
  width: 100%;
}

.products__icon {
  text-align: center;
}

.products__title {
  text-align: center;
  margin: 10px auto 20px;
}

.products__container {
  width: 100%;
}

.products__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.products__items li {
  list-style: none !important;
}

.products__more {
  text-align: center;
  margin: 20px 0;
}

.products__link {
  border-bottom: 1px solid black;
  padding: 5px 0;
  font-size: 20px;
}

.products .product-item {
  position: relative;
}

.up-sells .products__items,
.cross-sell-on-product .products__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

@media only screen and (max-width: 960px) {
  .products__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media only screen and (max-width: 600px) {
  .products__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px 10px;
  }
  .products__items .product__title {
    font-size: 16px;
  }
}

/* PRODUCT ======================================================================== */

.product {
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* overflow: hidden; */
}
.key-words-products .product img {
  height: auto;
  max-width: 100%;
}


.product__link {
  text-align: center;
}
.product__item .products__quantity {
  display: none;
}

.product__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
.product__content .product__additional-info {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  z-index: 1;
  padding: 10px;
  transition: .3s ease;
  font-size: 14px;;
}
.product__content:hover .product__additional-info {
  visibility: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
.product__content:hover .product__additional-info-item {
  display: flex !important;
  width: 90%;
}

.product__content .product__add-btn {
  display: flex !important;
  position: absolute !important;
  right: 10px;
  bottom: 4px;
  text-align: center;
  text-decoration: none;
  color: black;
  border: none !important;
  border-radius: 5px;
  background: none;
  background-color: inherit !important;
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s !important;
  font-size: 18px;
  background-color: white !important;
  z-index: 2;
}
.product__content .product__add-btn a {
  border: none !important;
  padding: 0 !important;
}

.product__content .product__add-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: .3s ease;
}
.product__content:hover .product__add-btn:hover i {
  color: var(--color-primary);
}

.product__content .product__img a img {
  transition: all .2s ease;
}

.product__content:hover .product__img a img {
          transform: scale(1.1);
}

.product__content a {
  text-decoration: none;
}

.product__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.product__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: auto;
}

.product__info {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: start;
  color: black;
  padding: 5px 10px;
  gap: 10px;
  z-index: 2;
}

.product__producer {
  color: #555;
  text-align: start;
}

.product__title {
  font-size: 18px;
  text-align: left;
}

.product__price {
  width: 80%;
  font-size: 18px;
  font-weight: 700;
  color: #6a2042;
}
.product__price del {
  padding-right: 10px;
}
.product__price ins {
  text-decoration: none;
}

@media only screen and (max-width: 500px) {
  .product__img img {
    padding: 10px;
  }
}

/* TILES-PRODUCTS-SECTION ======================================================================== */

.tiles-products-container {
  width: 100%;
  padding: 20px 0;
}

.tiles-products__icon {
  text-align: center;
}

.tiles-products__title {
  text-align: center;
  margin: 10px auto 20px;
}

.tiles-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.tiles-products__item {
  width: 32.5%;
  margin: 7px 0;
  z-index: 1;
}

.countries .tiles-products__item, .eats .tiles-products__item {
  width: 24%;
}

.tiles-products__item img {
  object-fit: cover;
  height: auto;
  aspect-ratio: 6/4;
}

.tiles-products__before {
  position: relative;
}

.tiles-products__before:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  opacity: .6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tiles-products__before:hover:before {
  background: none;
}

.tiles-products__tile1 img {
  border-radius: 20px 0 0 0;
}

.tiles-products__tile1:before {
  border-radius: 20px 0 0 0;
}

.tiles-products__tile3 img {
  border-radius: 0 20px 0 0;
}

.tiles-products__tile3:before {
  border-radius: 0 20px 0 0;
}

.tiles-products__tile4 img {
  border-radius: 0 0 0 20px;
}

.tiles-products__tile4:before {
  border-radius: 0 0 0 20px;
}

.tiles-products__tile5:hover .tiles-products__text {
  color: #999;
}

.tiles-products__tile6 img {
  border-radius: 0 0 20px 0;
}

.tiles-products__tile6:before {
  border-radius: 0 0 20px 0;
}

.tiles-products__img {
  position: relative;
  width: 100%;
  display: block;
}

.tiles-products__text {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 24px;
  color: white;
  text-decoration: none;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .tiles-products__item, 
  .countries .tiles-products__item, 
  .eats .tiles-products__item {
    width: 49%;
  }
  .tiles-products__tile1 img {
    border-radius: 20px 0 0 0;
  }
  .tiles-products__tile1:before {
    border-radius: 20px 0 0 0;
  }
  .tiles-products__tile2 img {
    border-radius: 0 20px 0 0;
  }
  .tiles-products__tile2:before {
    border-radius: 0 20px 0 0;
  }
  .tiles-products__tile3 img {
    border-radius: 0;
  }
  .tiles-products__tile3:before {
    border-radius: 0;
  }
  .tiles-products__tile4 img {
    border-radius: 0;
  }
  .tiles-products__tile4:before {
    border-radius: 0;
  }
  .tiles-products__tile5 img {
    border-radius: 0 0 0 20px;
  }
  /* .countries .tiles-products__item .tiles-products__tile5 img, 
  .eats .tiles-products__item .tiles-products__tile5 img {
    border-radius: 0;
  } */
  .tiles-products__tile5:before {
    border-radius: 0 0 0 20px;
  }
  .tiles-products__tile6 img {
    border-radius: 0 0 20px 0;
  }
  .tiles-products__tile6:before {
    border-radius: 0 0 20px 0;
  }
}

@media only screen and (max-width: 550px) {
  .tiles-products__text {
    left: 10px;
    font-size: 18px;
  }
}

/* CONTACT ======================================================================== */

.contact .contact__form {
  max-width: 400px;
  margin: 36px auto;
}
.contact .contact__form input,
.contact .contact__form textarea {
  width: 100%;
  margin: 5px;
}
.contact .contact__form button {
  margin: 5px;
}
.contact,
.contact__wrapper {
  text-align: center;
}

/* FOOTER ======================================================================== */

.footer {
  background-color: black;
  color: white;
  width: 100%;
}

.footer__width {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.footer__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 60px 0 60px;
}

.footer__contact {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__logo {
  width: 60%;
  max-width: 300px;
  margin: 10px 0;
}

.footer__adres {
  font-size: 18px;
  padding: 5px 0;
}

.footer__phone {
  font-size: 18px;
  padding: 5px 0;
}

.footer__email {
  font-size: 18px;
  padding: 5px 0;
}

.footer .icon {
  color: white;
}

.footer__right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.footer__account {
  width: 50%;
}

.footer__account-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__account-link {
  font-size: 18px;
  padding: 5px 0;
}

.footer__links {
  width: 50%;
}

.footer__links-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__links-link {
  font-size: 18px;
  padding: 5px 0;
}

.footer__social-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 60px;
}

.footer__social {
  padding: 10px 0;
  display: flex;
  align-items: center;
  
}

.footer__icon-social {
  color: white;
  padding-right: 10px;
  font-size: 30px;
}

.footer__payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer__payment-list li {
  padding: 0 10px;
  font-size: 50px;
  list-style: none;
}

.payment-icon {
  color: white;
}

.footer__line {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 20px;
}

@media only screen and (max-width: 1100px) {
  .footer__top {
    padding: 40px 40px 0 40px;
  }
  .footer__contact {
    width: 40%;
  }
  .footer__logo {
    max-width: 300px;
    min-width: 200px;
  }
  .footer__adres {
    font-size: 16px;
  }
  .footer__phone {
    font-size: 16px;
  }
  .footer__email {
    font-size: 16px;
  }
  .footer__right-sidebar {
    width: 50%;
  }
  .footer__account-title {
    font-size: 20px;
  }
  .footer__account-link {
    font-size: 16px;
  }
  .footer__links-title {
    font-size: 20px;
  }
  .footer__links-link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__top {
    padding: 40px;
    display: block;
  }
  .footer__contact {
    width: 100%;
  }
  .footer__logo {
    max-width: 300px;
    min-width: 200px;
  }
  .footer__adres {
    font-size: 16px;
  }
  .footer__phone {
    font-size: 16px;
  }
  .footer__email {
    font-size: 16px;
  }
  .footer__right-sidebar {
    width: 100%;
    margin-top: 30px;
  }
  .footer__account-title {
    font-size: 20px;
  }
  .footer__account-link {
    font-size: 16px;
  }
  .footer__links-title {
    font-size: 20px;
  }
  .footer__links-link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 450px) {
  .footer__adres {
    font-size: 15px;
  }
  .footer__phone {
    font-size: 15px;
  }
  .footer__email {
    font-size: 15px;
  }
  .footer____account-title {
    font-size: 18px;
  }
  .footer__account-link {
    font-size: 15px;
  }
  .footer__links-link {
    font-size: 15px;
  }
  .footer__right-sidebar {
    display: block;
  }
  .footer__links {
    margin-top: 30px;
    width: 100%;
  }
  .footer__social-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 40px;
  }
  .footer__social {
    padding: 0;
  }
  .footer__icon-social {
    color: white;
    padding-right: 10px;
    font-size: 30px;
  }
  .footer__top {
    padding: 15px 0 0 0;
  }
  .footer__social-payment {
    margin: 0;
  }
  .footer__payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer__payment-list li {
    padding: 0 6px;
    font-size: 30px;
  }
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 20px;
  }
  .footer__copyright p {
    font-size: 12px;
  }
}

/* PAGINATION ======================================================================== */

.woocommerce nav.woocommerce-pagination,
.woocommerce .woocommerce-pagination {
    all: unset;
    display: flex;
    list-style: none;
}
.woocommerce nav.woocommerce-pagination ul {
    all: unset;
    display: flex;
    gap: 6px;
}
.woocommerce nav.woocommerce-pagination ul li {
    all: unset;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    all: unset;
    /* twoje style przycisków, np.: */
    display: block;
    padding: 0.5em 1em;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}


/* Kontener paginacji */
.woocommerce nav.woocommerce-pagination,
.woocommerce .woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* Usuwa domyślne style listy */
.woocommerce nav.woocommerce-pagination ul,
.woocommerce .woocommerce-pagination ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Każdy przycisk paginacji */
.woocommerce nav.woocommerce-pagination ul li a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers {
    display: block;
    min-width: 15px;
    padding: 8px 14px;
    border-radius: 30px;
    color: #000000;
    font-weight: 500;
    border: 2px solid #6a2042;
    text-align: center;
    transition: 
        background 0.2s,
        color 0.2s,
        border 0.2s,
        box-shadow 0.2s;
    box-shadow: 0 1px 4px 0 rgba(106,32,66,0.10);
    cursor: pointer;
    text-decoration: none;
}

/* Hover na przycisku */
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
    background: #6a2042;
    color: #fff;
    border-color: #fff;
}

/* Aktualna strona */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #6a2042;
    color: #fff;
    border-color: #6a2042;
    font-weight: 700;
    box-shadow: 0 2px 8px 0 rgba(106,32,66,0.16);
    cursor: default;
}

/* Przyciski "Następna" i "Poprzednia" */
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    background: transparent;
    color: #000000;
    border: 2px solid #6a2042;
    font-weight: 500;
    min-width: 90px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background: #6a2042;
    color: #fff;
    border-color: #fff;
}

/* Opcjonalnie: ukryj paginację jeśli niepotrzebna */
.woocommerce nav.woocommerce-pagination ul li .dots {
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
    cursor: default;
    box-shadow: unset !important;
}

@media (max-width: 768px) {
  .woocommerce nav.woocommerce-pagination ul,
  .woocommerce .woocommerce-pagination ul {
      gap: 6px;
  }
  .woocommerce nav.woocommerce-pagination ul li a.page-numbers,
  .woocommerce nav.woocommerce-pagination ul li span.page-numbers {
      display: block;
      min-width: 14px;
      padding: 6px 12px;
  }
}
@media (max-width: 480px) {
    .woocommerce nav.woocommerce-pagination ul {
        gap: 4px;
    }
    .woocommerce nav.woocommerce-pagination ul li a.page-numbers,
    .woocommerce nav.woocommerce-pagination ul li span.page-numbers {
        font-size: 15px;
    }
}

/* BREADCRUMB ======================================================================== */

.breadcrumb {
  padding: 80px 0;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  position: relative;
  z-index: 1;
  background: url(../img/corks.webp) center right no-repeat fixed;
  margin: 0;
  background-size: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        background: url(../img/corks.webp) center right no-repeat;
    }
}

@media only screen and (max-width: 500px) {
    .breadcrumb {
        padding: 50px 0;
    }
}

.breadcrumb:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #e4e4e4;
  opacity: .6;
  border-radius: 10px;
}

.breadcrumb__container {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  border-radius: 15px;
}

.breadcrumb__container .woocommerce-breadcrumb {
  display: -moz-box;
  display: -webkit-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

.breadcrumb__container .woocommerce-breadcrumb a {
  text-decoration: none;
  color: white;
  z-index: 2;
}

.breadcrumb__title p,
.breadcrumb__title .entry-title {
  margin: 10px 0;
  color: white;
  font-size: 30px;
  font-weight: 600;
}

.woocommerce-breadcrumb .breadcrumb-icon:first-child a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce-breadcrumb .breadcrumb-icon:first-child a:hover {
  color: #d0d0d0;
}

.woocommerce-breadcrumb .breadcrumb-icon:first-child a::before {
  font-family: FontAwesome;
  content: '\f015';
}

.woocommerce-breadcrumb .breadcrumb-icon:first-child a::before:hover {
  color: #999;
  background: #999;
}

.sorting-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}

.sorting-wrapper .orderby {
  height: 30px;
  border-radius: 2px;
  border: #eee 1px solid;
  color: #444;
}
.sorting-wrapper .sort-form select {
  height: 30px;
  border-radius: 2px;
  border: #eee 1px solid;
  color: #444;
}

@media only screen and (max-width: 768px) {
    .sorting-wrapper {
        flex-direction: column;
        text-align: center;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

/* PRODUCT-PAGE ======================================================================== */

.single-section {
  position: relative;
}

.single-section__main-block {
  display: flex;
}

.single-section__image-block {
  position: relative;
}

.single-section__left {
  margin-top: 50px;
}

.single-section__right {
  margin-top: 50px;
  margin-left: 50px;
}

.single-section .price {
  padding: 20px 0;
}

.single-section .woocommerce-Price-amount {
  color: #6a2042;
  font-size: 20px;
}
.single-section .price ins {
  text-decoration: none;
  font-size: 20px;
}

.single-section .single-section__right .woocommerce-Price-amount {
  font-size: 30px;
}

.single-section .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-section button.single_add_to_cart_button {
  background: var(--color-primary) !important;
  color: white !important;
  font-weight: 500 !important;
  border: var(--color-primary) !important;
  height: 42px;
  align-items: center;
  margin: 2px 5px;
  border-radius: 5px !important;
}

.single-section button.single_add_to_cart_button:hover {
  background: var(--color-primary-hover) !important;
}

.single-section .description-block {
  margin: 30px 0;
}

.single-section .woocommerce-product-details__short-description {
  display: none;
}

.single-section .related {
  display: block;
}

.single-section .line {
  width: 100%;
  float: left;
  height: 2px;
  position: relative;
  margin: 15px 0;
}

.single-section .line:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #e1e1e1;
}

.single-section .excerpt {
  margin-bottom: 20px;
  display: none !important;
}

.single-section .added_to_cart {
  display: none;
}

.single-section .stock.out-of-stock {
	text-align: start;
	margin: 10px 0;
}

.woocommerce-page div.product div.summary {
  width: 100%;
}

.woocommerce-page div.product div.images {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .single-section__main-block {
    flex-direction: column;
  }
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .single-section__right {
    margin-top: 50px;
    margin-left: 0;
  }
}

.more-btn {
    transition: all 0.2s;
}

.pswp__caption {
  display: none;
}

/* FILTER ======================================================================== */

.widget-woof .widget-title {
  margin: 10px 0;
  display: none;
}

.widget-woof .woof_container {
  width: 33.333%;
  min-width: 150px;
  margin-bottom: 5px;
}

.widget-woof .woof_sid_widget {
  width: 100%;
  border: solid 1px #eee;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
          box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: #fefefe;
  margin-bottom: 11px;
  clear: both;
}

.widget-woof .woof_redraw_zone {
  padding: 15px 20px 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-woof .chosen-container {
  padding-left: 5px;
  width: 100%;
}

.widget-woof .chosen-container-single {
  width: 100%;
}

.widget-woof .woof_reset_search_form {
  margin-right: 10px !important;
}

.widget-woof #woof_widget-7 > div > h2 {
  padding: 15px;
}

.woof_show_mobile_filter {
    margin-top: 20px !important;
    text-align: center;
}

.woof_hide_mobile_filter {
    text-align: center;
}

.chosen-container-single .chosen-single {
  height: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chosen-container {
  width: 100% !important;
}

.woof_show_filter_for_mobile.woof {
  position: relative !important;
  padding-bottom: 30px;
}


@media only screen and (max-width: 768px) {
  .woof_container {
    width: 100%;
  }
  .chosen-container .chosen-container-single {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .widget-woof .woof_container {
    width: 100%;
  }
  .chosen-container .chosen-container-single {
    width: 100%;
  }
}

.lmp_load_more_button {
  margin: 30px 0;
}

.wqpmb_input_text {
  width: 50px !important;
}

#coupon_code {
  width: 140px;
  height: 35.75px;
  border-radius: 3px;
}

@media only screen and (max-width: 768px) {
  .qib-button-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.alg-wc-wl-view-table thead {
  display: none;
}

.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 15px 0;
} 

/* CONTACT-PAGE ======================================================================== */

.contact-page {
  display: block;
}

.contact-page .map h2 {
  padding: 40px 0;
  text-align: center;
}

.contact-page .map iframe {
  width: 100%;
  border: none;
  height: 50vh;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 40px auto 0;
  width: 100%;
}
.contact-form h1 {
  text-align: center;
}

.contact-wrapper {
  margin: 40px auto;
  max-width: 400px;
  width: 100%;
}

.form-group, .form-control {
  padding-bottom: 20px;
  width: 100%;
}

.form-group .form-control, .send-button {
  width: 100%;
}


.woocommerce-cart-form table {
  border: none !important;
}
@media(max-width: 768px) {
  .woocommerce-cart-form .products__quantity {
    justify-content: end;
  }
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-title {
  text-align: center;
}

.create-account {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.create-account a {
  padding-left: 5px;
  -webkit-text-decoration: red underline;
          text-decoration: red underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.create-account a:hover {
  color: red;
}

.woocommerce form.login {
  border: none;
  padding: 20px 0;
}

.ur-frontend-form {
  border: none;
}

.register-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register-container .ur-submit-button {
  color: black !important;
}

.register-title {
  text-align: center;
}

.u-column2 {
  width: 48%;
}

.already-exists-account {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 15px 0;
}

.already-exists-account a {
  padding-left: 5px;
  -webkit-text-decoration: red underline;
          text-decoration: red underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.already-exists-account a:hover {
  color: red;
}

.ur-frontend-form {
  margin-bottom: 0;
  padding: 20px 0;
}

.ur-submit-button {
  margin-left: 0 !important;
  color: #515151;
  font-weight: 700;
  font-size: 100%;
}

@media only screen and (max-width: 768px) {
  .u-column2 {
    width: 100%;
  }
}

/* QUICK-VIEW-POPUP ========================================================================

.xoo-qv-container .xoo-qv-main .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xoo-qv-container .product_title, .xoo-qv-container .entry-title {
  font-size: 24px;
}

.xoo-qv-container button {
  background-color: inherit !important;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
  -webkit-transition: .3s border-color !important;
  transition: .3s border-color !important;
  padding: 0.618em 1em;
}

.xoo-qv-container button:hover {
  border: 1px solid #aaa !important;
}

.xoo-qv-container input, .xoo-qv-container textarea {
  padding: 14px !important;
  border-radius: 5px !important;
  border: 1px solid #eee !important;
  -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.06) !important;
  -webkit-transition: .3s border-color !important;
  transition: .3s border-color !important;
}

.xoo-qv-container input:hover, .xoo-qv-container textarea:hover {
  border: 1px solid #aaa !important;
}

.xoo-qv-container textarea {
  resize: none;
  font-family: 'Roboto';
}

.xoo-qv-container .xoo-qv-main {
  padding: 30px;
  display: flex;
  justify-content: center;
}

.xoo-qv-container .xoo-qv-images {
  width: 375px !important;
  height: 375px !important;
}

.xoo-qv-container .xoo-qv-summary {
  width: 50% !important;
  margin-left: 50px;
}
.xoo-qv-container .xoo-qv-summary .price {
  padding: 20px 0;
}

.xoo-qv-container .xoo-qv-summary .wqpmb_quantity .wqpmb_input_text {
  padding: 0 5px;
}

.xoo-qv-container .xoo-qv-summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 10px;
}

.xoo-qv-container .xoo-qv-plink {
  background-color: #000000;
  color: white;
}

@media only screen and (max-width: 1100px) {
    .xoo-qv-container .xoo-qv-images {
    width: 100% !important;
  }
  .xoo-qv-container .xoo-qv-summary {
    width: 100% !important;
  }
  .xoo-qv-container {
    padding: 15px;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
  }
  .xoo-qv-container .xoo-qv-main {
    padding: 15px;
  }
  .xoo-qv-nxt {
    right: 10% !important;
    color: black !important;
  }
  .xoo-qv-prev {
    left: 10% !important;
    color: black !important;
  }
}

@media only screen and (max-width: 650px) {
  .xoo-qv-container {
    padding: 15px;
    top: 5%;
    bottom: 5%;
    left: 2%;
    right: 2%;
  }
  .xoo-qv-container .xoo-qv-main .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xoo-qv-container .xoo-qv-main {
    padding: 15px;
  }
  .xoo-qv-container .xoo-qv-images {
    height: auto !important;
  }
  .xoo-qv-container .xoo-qv-summary {
    padding: 20px;
  }
  .xoo-qv-nxt {
    right: 3% !important;
    color: black !important;
  }
  .xoo-qv-prev {
    left: 3% !important;
    color: black !important;
  }
}

@media only screen and (max-width: 450px) {
  .xoo-qv-container .xoo-qv-summary {
    padding: 10px;
  }
} */

/* POSTS-PAGE ======================================================================== */

.posts-page-title h1 {
  text-align: center;
}

.posts {
  /* max-width: 730px; */
  margin: 0 auto;
}

.posts .post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.posts .entry-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  max-width: 300px;
  overflow: hidden;
  margin-right: 15px;
}

.posts .entry-thumb .post-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.posts .posted-on {
  margin-bottom: 5px;
}

.posts .post-more {
  margin: 10px;
  text-align: end;
}

.posts .post-more-btn {
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.posts .post-more-btn:hover {
  border: 1px solid #aaa;
}

.posts .addtoany_share_save_container {
  display: none;
}

/* POST-PAGE ======================================================================== */

.post-last {
  text-align: center;
  margin: 30px 0;
  font-size: 30px;
}

.post-page {
  max-width: 730px;
  margin: 40px auto;
}

.post-page .post-category {
  text-align: center;
  margin: 20px 0;
}

.post-page .post-category a {
  background-color: #999;
  color: white;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-page .post-category a:hover {
  background-color: black;
}

.post-page .post-thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-page .post-thumbnail img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.post-page .entry-content {
  margin: 20px 0;
}

.post-page .updated {
  display: none;
}

.post-page .entry-title {
  font-size: 30px;
  margin: 15px 0 0;
  text-align: start;
}

.post-page .entry-footer {
  margin: 25px 0;
}

.post-page .cat-links a {
  background-color: #000000;
  padding: 10px;
  color: white;
  border-radius: 5px;
}

.post-page .cat-links a:hover {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-page ul {
  margin: 20px;
}

.post-page ul li {
  list-style-type: circle;
  padding: 5px 0;
}

.post-page .post-navigation {
  margin: 30px 0;
}

.post-page .nav-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-page .nav-links .nav-previous {
  width: 45%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  border-radius: 65px 0 0 65px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-page .nav-links .nav-previous:hover {
  border: 1px solid #aaa;
}

.post-page .nav-links .nav-previous:hover .triangle-left {
  -webkit-transform: translate(-15px) scale(1.2);
          transform: translate(-15px) scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-page .nav-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.post-page .nav-links .nav-next {
  width: 45%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 65px 65px 0;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-page .nav-links .nav-next:hover {
  border: 1px solid #aaa;
}

.post-page .nav-links .nav-next:hover .triangle-right {
  -webkit-transform: translate(15px) scale(1.2);
          transform: translate(15px) scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-page .nav-links .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.post-page .nav-links .nav-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-page .nav-links .nav-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

.post-page .triangle-left {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #000000;
  margin: 0 10px;
}

.post-page .triangle-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #000000;
  margin: 0 10px;
}

@media only screen and (max-width: 650px) {
  .posts .post-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .posts .entry-thumb {
    max-width: 100%;
    margin-right: 0;
  }
}

.post-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.post-list .post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.post-list .entry-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.post-list .entry-thumb .post-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.post-list .title {
  font-size: 30px;
}

.post-list .posted-on {
  margin-bottom: 5px;
}

.post-list .post-more {
  margin: 10px;
  text-align: end;
}

.post-list .post-more-btn {
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post-list .post-more-btn:hover {
  border: 1px solid #aaa;
}

.post-list .addtoany_content {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .post-list .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1000px) {
  .post-list {
    gap: 15px;
  }
  .post-list .title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 768px) {
  .post-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
  }
  .post-list .title {
    font-size: 23px;
  }
}

/* PAGE-SIMPLE ======================================================================== */

.page-simple {
  /* max-width: 730px; */
  margin: 50px auto;
}

.page-simple .entry-thumb .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.page-simple .entry-title {
  margin: 15px 0 0;
}

.page-simple .entry-title .title {
  font-size: 30px;
}

.page-simple .entry-content {
  margin: 20px 0;
}

.page-simple .contact__form-wrapper {
  width: 70%;
}

.page-simple .entry-btn, .key-words-products .entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.key-words-products .entry-btn {
  margin-top: 36px;
}

.download-btn, .shop-btn, .single-page-btn {
  background-color: black;
  color: white;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 24px;
  padding: 20px 30px;
  text-align: center;
  width: 300px;
}
.download-btn:hover, .shop-btn:hover, .single-page-btn:hover {
  border: 1px solid #6a2042 !important;
  background-color: white;
  color: #6a2042; 
}

.page-simple .entry-btn button {
  font-size: 20px;
  margin: 20px auto;
}

.page-simple ul {
  margin: 20px;
}

.page-simple ul li {
  list-style-type: circle;
}

@media only screen and (max-width: 425px) {
  .page-simple .contact__form-wrapper {
    width: 100%;
  }
}

/* CART ======================================================================== */

.page-cart .entry-content {
  margin: 0;
}
.page-cart .wc-block-components-product-metadata {
  display: none;
}
.page-cart .wc-block-components-button {
  background: var(--color-primary);
  color: white;
  border: none !important;
  border-radius: 5px;
  transition: .3s ease !important;
  padding: 0.618em 1em;
  display: flex;
  gap: 10px;
}
.page-cart .wc-block-components-button:hover {
  background: var(--color-primary-hover) !important;
}

.page-cart .wc-block-components-quantity-selector {
  display: flex;
  width: 130px;
  gap: 5px;
}
.page-cart .wc-block-components-quantity-selector__input {
  padding: 0 !important;
}
.page-cart .wc-block-components-quantity-selector__button {
  border-radius: 4px !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center !important;
  cursor: pointer !important;
  color: white !important;
  background-color: var(--color-primary) !important;
  transition: .2s ease !important;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
}
.page-cart .wc-block-cart-item__remove-link {
  background: transparent !important;
}
.page-cart .wc-block-cart-item__remove-link:hover {
  background: transparent !important;
}

.page-cart .wc-block-components-quantity-selector:after {
  border: none;
}

/* WISH-LIST ======================================================================== */

/* .woosw-items {
  width: 100%;
}

.woosw-item--add .add_to_cart_inline {
  text-align: center;
}

.woosw-list table.woosw-items tr:nth-child(2n) td {
  background-color: inherit;
}

.woosw-list table.woosw-items tr:hover td {
  background-color: inherit;
}

.woosw-btn.woosw-added:before {
  display: none !important;
}

.woosw-popup-content-mid-massage {
  text-align: center;
} */



/* a.xoo-wsc-ft-btn {
  background-color: inherit;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: .3s border-color;
  transition: .3s border-color;
  padding: 0.618em 1em;
  color: #515151;
  font-weight: 700;
}

a.xoo-wsc-ft-btn:hover {
  background-color: inherit;
  border: 1px solid #aaa;
} */

/* .dgwt-wcas-details-wrapp .add_to_cart_button {
  padding: 12px !important;
}

.dgwt-wcas-details-wrapp .quantity {
  display: none;
} */

/* SCROLL-TO-TOP-BUTTON ======================================================================== */

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-color: rgba(153, 153, 153, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
}

/* AGE-CHECKER-POPUP ======================================================================== */

.age-checker__restriction-block {
  margin: 15px;
}

.age-checker__restriction-block, .age-checker__restriction-block--modal {
  border: 1px solid black !important;
  border-radius: 10px !important;
}

.age-checker__confirm-button, .age-checker__cancel-button {
  padding: 5px 20px;
  font-size: 20px;
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  margin: 0 5px;
}

/* PRELOADER ======================================================================== */

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  -webkit-animation: preloader-rotate 2s infinite linear;
          animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: black;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  -webkit-animation: preloader-bounce 2s infinite ease-in-out;
          animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes preloader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loaded_hiding .preloader {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.woodmart-button-wrapper {
	display: none;
}
#payment ul.payment_methods li {
  list-style: none;
}

.custom-register-button button {
  margin-top: 20px;
}

/* HEADER-IMAGES-CUSTOM-FIELDS ======================================================================== */

.header__img-left {
  max-width: 200px;
  height: auto;
  margin-top: -22px;
  
}
.header__img-right {
  max-width: 200px;
  height: auto;
  margin-top: -22px;
}

.header__img-left-mobile{
  max-width: 60px;
  height: auto;
  margin-top: -22px;
}
.header__img-right-mobile{
  max-width: 60px;
  height: auto;
  margin-top: -22px;
}

@media only screen and (max-width: 1200px) {
  .header__img-left-mobile{
    display: none;
  }
  .header__img-right-mobile{
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .header__img-left-mobile{
    display: block;
  }
  .header__img-right-mobile{
    display: block;
  }
  .header__img-left {
    display: none;
  }
  .header__img-right {
    display: none;
  }
}
@media only screen and (max-width: 490px) {
  .header__img-left-mobile img{
    max-width: 40px;
    margin-top: -22px;
  }
  .header__img-right-mobile img{
    max-width: 40px;
    margin-top: -22px;
  }
}
@media only screen and (max-width: 380px) {
  .header__img-left-mobile img {
    max-width: 30px;
    position: absolute;
    left: 35%;
    margin-top: -38px;
  }
  .header__img-right-mobile img {
    max-width: 30px;
    position: absolute;
    top: 38px;
    right: 35%;
    margin-top: -38px;
  }
}

.wpforms-confirmation-container-full {
  border-radius: 10px;
}

/* EDIT-BUTTON ======================================================================== */

.edit-button .post-edit-link, .all-products-button a {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white !important;
  width: 70px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  border: white 1px solid;
  z-index: 10;
}

.edit-button .post-edit-link:hover, .all-products-button a:hover {
  background-color: #6a2042;
  transition: 0.2s;
}

@media only screen and (max-width: 768px) {
  .edit-button .post-edit-link, .all-products-button a {
    width: 50px;
    padding: 5px;
    font-size: 13px;
  }
}


.custom-sidebar {
  padding: 16px 0;
}

.wpc-filters-widget-wrapper {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
}
.wpc-filters-section {
  width: 33%;
  padding: 0 8px;
}
.wpc-filters-section {
  margin-bottom: 0 !important;
}
.wpc-filter-title {
  margin-bottom: 5px !important;
}
.wpc-filters-widget-select {
  padding: 4px;
}
.wpc-custom-selected-terms {
  padding-top: 16px;
}
@media only screen and (max-width: 768px) {
  .wpc-filters-open-button-container {
    display: flex !important;
    justify-content: center !important;
  }
}
@media only screen and (max-width: 560px) {
  .wpc-filters-section {
    width: 100%;
  }
}

/* WPF FILTER ======================================================================== */

.wpfMainWrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 10px 0 !important;
}
@media (min-width: 768px) {
  .wpfFilterWrapper {
    width: 33% !important;
  }
}
.wpfFilterWrapper {
  margin: 5px auto !important;
}
.wpfFilterContent select {
  height: 40px !important;
}
.wpfFilterButtons {
  display: flex;
  justify-content: left;
  margin-top: 10px !important;
  min-width: 100% !important;
}
.wpfFilterButton {
  width: 20% !important;
  min-width: 150px !important;
}
.wpfClearButton {
  width: 5% !important;
  min-width: 100px !important;
}
.wpfFilterButtons button {
  border: 1px solid #eee !important;
  font-size: 12px !important;
  min-height: 30px !important;
  margin-left: 15px !important;
}
.wpfFilterTitle {
  display: none !important;
}
#wpfOverlayText {
  color: black !important;
}
#wpfSliderRange {
  margin-top: 6px !important;
}

/* CONFIGURATOR ======================================================================== */

.configurator {
  max-width: 768px;
  text-align: center;
  margin: 0 auto;
  padding: 18px 0;
}
.conf-bottle-selection, .conf-item-selection {
  padding: 20px 0;
}
.conf-bottle-selection h3, 
.conf-item-selection h3, 
.conf-selected-elements h3 {
  padding: 30px 0;
}
.conf-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.conf-item {
  position: relative;
  width: 200px;
  cursor: pointer;
  margin: 10px;
}
@media (max-width: 560px) {
  .conf-item {
      width: 150px;  
      margin: 5px 0;
  }
}
@media (max-width: 360px) {
  .conf-item {
      width: 140px;  
  }
  .conf-item-title {
      font-size: 14px;
  }
}
.conf-item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  transition: all .3s ease;
}
.conf-item img:hover {
  transform: scale(1.2);
}
.conf-box-item img {
  width: 100%;
  object-fit: contain;
}
.conf-item-title {
  padding-top: 12px;
}
.conf-item-price {
  padding: 8px 0;
}
.conf-item-desc {
  display: none;
}
.selected img{
  transform: scale(1.2);
  transition: all .3s ease;
}
.selected::after {
  content: '✓';
  z-index: 2;
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 24px;
}
.disabled {
  transition: all .3s ease;
  opacity: 0.5;
  pointer-events: none;
}
.unclicked {
  pointer-events: none;
}
.conf-item-alert {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 15px rgb(255 255 255);
  font-weight: 700;
  color: red;
}
.conf-item-placeholder {
  transition: all .3s ease;
  padding: 5px 0;
  color: red;
}
.conf-item-placeholder:hover {
  color: rgb(255, 36, 36);
}
.conf-hand-pointer {
  transform: rotate(-30deg);
  color: red;
  cursor: pointer;
  margin-left: 5px;
}
.hidden {
  display: none;
}
.conf-rotate-animation {
  animation: rotateAnimation 2s ease;
}

@keyframes rotateAnimation {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}
.conf-total-price { 
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
  position: fixed;
  z-index: 2;
  width: 100px;
  height: 120px;
  bottom: 0px;
  left: -100px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}
.conf-total-price p {
  margin-top: -15px;
}
.conf-selected-elements {
  display: none;
}
.conf-selected-items-container, 
.conf-selected-items-container-pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.conf-selected-items-container-pdf .conf-item {
  max-width: 150px;
  width: auto;
  margin: 5;
}
.conf-selected-items-container-pdf img {
  width: auto;
  height: 110px;
}
.conf-selected-items-container-pdf .conf-delete-button {
  display: none;
}
.conf-delete-button {
  position: absolute;
  top: 0;
  right: 0;
}
.conf-btn-print {
  padding: 20px 0;
  display: none;
}
.conf-btn-print h4 {
  color: white !important;
}
.conf-btn-print button, .conf-download-btn, .conf-open-btn {
  padding: 10px 30px;
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
  border-radius: 5px;
  transition: all .3s ease !important;
}
.conf-buttons-block {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.conf-btn-print button:hover, .conf-download-btn:hover, .conf-open-btn:hover {
  background-color: white !important;
  color: black !important;
}
.conf-btn-print button:hover h4 {
  color: black !important;
}
/* Configurator modals */
.conf-modal, .conf-item-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.conf-modal-content, .conf-item-modal-block {
  position: relative;
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
}
.conf-modal-title, .conf-item-modal-title {
  padding: 18px 0;
  text-align: center;
}
.conf-close, .conf-item-close {
  position: absolute;
  top: -15px;
  right: 10px;
  color: #000000;
  float: right;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}
.conf-modal-btn {
  position: absolute;
  bottom: -18px;
  right: -13px;
  background-color: inherit;
  font-size: 26px !important;
}
.conf-item-modal-btn {
  position: absolute;
  top: -15px;
  left: 0;
  background-color: inherit;
  font-size: 26px !important;
  z-index: 2;
}
.conf-modal-btn i, .conf-item-modal-btn i {
  transition: .3s !important;
  color: #555;
}
.conf-modal-btn i:hover, .conf-item-modal-btn i:hover {
  color: black;
}
.conf-item-modal-content {
  text-align: center;
}
.conf-item-modal-img,
.conf-item-modal-desc {
  padding: 18px 0;
}
.conf-item-modal-img {
  margin: 0 auto;
}
.conf-item-modal-img img {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
}
.cloned .conf-item-modal-btn {
  display: none;
}
.conf-selected-items-container li,
.conf-selected-items-container-pdf li {
  display: none;
}
/* Configurator modals END */

/* Configurator form */
.conf-form {
  display: none;
  max-width: 300px;
  margin: 0 auto;
  padding: 36px 0;
}
.conf-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}
.conf-form input, .conf-form textarea {
  width: 100%;
}
.conf-input-group {
  position: relative;
  text-align: left;
  padding: 5px 10px;
  height: 35px;
}
.conf-input-group-textarea {
  height: 100px;
}
.conf-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  outline: none;
  background: none;
}
.conf-input-label {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #888;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
}
.conf-input:focus ~ .conf-input-label,
.conf-input:not(:placeholder-shown).conf-input:not(:focus) ~ .conf-input-label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  padding: 0 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.conf-required-symbol {
  color: red;
  position: absolute;
  top: 2px;
  right: -10px;
}
.conf-form input:-webkit-autofill,
.conf-form input:-webkit-autofill:hover,
.conf-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: black !important;
  -webkit-box-shadow: 0 0 0px 40rem #ffffff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* Configurator form END */

.conf-output-container {
  padding-top: 8px;
}
.conf-output-inputs {
  padding: 18px 0;
  line-height: 1.5;
  text-align: start;
}
.conf-output {
  padding: 0;
}
.conf-pdf-info {
  text-align: start;
  padding: 18px 0;
}
.conf-pdf-info ol {
  padding: 18px;
}
.conf-form-info2 {
  display: none
}
.header-line {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.conf-pdf-title {
  padding: 18px 0;
}
.conf-total-price-pdf {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 20px;
}
.conf-total-price-pdf span {
  font-weight: 700;
}
.conf-pdf-wrapper {
  padding: 36px;
}
.conf-email {
  color: #6a2042;
}
#contentToPrint {
  visibility: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 5000s;
}

/* 
.sorting-wrapper {
  display: none;
} */


.load-more-spinner {
  border: 4px solid rgba(0, 0, 0, .1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #6a2042;
  display: none;
  animation: spin 1s linear infinite;
  margin: 36px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.type-post a,
.key-words-products .products a {
  color: var(--color-primary);
}
.key-words-products .product a {
  color: black !important;
}
.post-more-btn {
  color: black !important;
}

/* nav.woocommerce-pagination {
  display: none !important;
} */






.woocommerce-cart .page-simple {
  max-width: 100%;
}






/* Age Gate Lite */
#agl_form img {
    height: auto;
}












/**
 * My Account
 */
 #winoland .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: flex;
}
@media (max-width: 768px) {
  #winoland .woocommerce:has(.woocommerce-MyAccount-navigation) {
      flex-direction: column;
  }
  #winoland .woocommerce-MyAccount-navigation,
  #winoland .woocommerce-MyAccount-content {
      width: 100% !important;
      padding: 0;
      margin: 8px 0 !important;
      
  }
}

.woocommerce-account .page-simple button:not(.show-password-input) {
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  padding: 8px 16px;
  color: white;
  border-radius: 4px;
  transition: .3s ease;
  cursor: pointer;
}
.woocommerce-account .page-simple button:hover:not(.show-password-input) {
  background-color: var(--color-primary-hover);
}

.woocommerce-account .page-simple__content {
  background-color: inherit;
  box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
  border-radius: 8px;
  padding: 0 8px;
  width: 20%;
  min-width: 200px;
  height: fit-content;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 5px;
  display: block;
  text-decoration: none;
  color: #333;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: .25 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--color-primary);
}

/* Icons for different sections */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: 'FontAwesome';
  content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: 'FontAwesome';
  content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: 'FontAwesome';
  content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: 'FontAwesome';
  content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  font-family: 'FontAwesome';
  content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: 'FontAwesome';
  content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: 'FontAwesome';
  content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  font-family: 'FontAwesome';
  content: "\f004";
}


.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  padding: 10px 0;
}

/* Button styling */
.woocommerce-account p.order-again {
  text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
  margin-top: 50px;
  float: right;
}

/* Additional stylings for various sections */

/* Dashboard */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard {
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
  padding: 20px;
  border-radius: 8px;
}

/* Orders */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
  padding: 20px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders th {
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:nth-child(even) {
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
}

/* Downloads */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-downloads {
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
  padding: 20px;
  border-radius: 8px;
}

/* Addresses */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  width: 48%;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h3 {
  margin-top: 0;
}

@media (max-width: 550px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
      flex-direction: column;
      width: 100%;
      gap: 18px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
      width: 100%;
  }
   
}

/* Account details */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
  padding: 20px;
  border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover {
  background-color: #005a8c;
}


/* Other */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  margin: 0
}



/* #winoland .woocommerce:has(.winoland-form) .register-sidebar,
#winoland .page-simple:has(.winoland-form) .login-sidebar  {
  display: none;
} */
#winoland .page-simple__content:has(.winoland-form),
#winoland .page-simple__content:has(.woocommerce-ResetPassword) {
  max-width: 600px;
  margin: 36px auto;
  padding: 36px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
}
#winoland .page-simple__content:has(.woocommerce-MyAccount-navigation) {
  padding: 0 !important;
}
#winoland .woocommerce:has(.winoland-form) {
  flex-direction: column;
  
}
/* #winoland .woocommerce:has(.winoland-form) label,
#winoland .page-simple:has(.winoland-form) label,
#winoland .woocommerce:has(.winoland-form) i,
#winoland .page-simple:has(.winoland-form) i {
  color: black !important;
} */
#winoland .page-simple__content:has(.woocommerce-ResetPassword) .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}
#winoland .page-simple__content:has(.woocommerce-ResetPassword) form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#winoland .page-simple__content:has(.woocommerce-ResetPassword) form input {
  background: inherit;
  border: 1px solid #777;
  border-radius: 4px;
  width: 270px;
  margin-top: 8px;
  height: 30px;
  padding: 5px;
}
#winoland .page-simple__content:has(.woocommerce-ResetPassword) form button {
  width: fit-content;
}















/* SIGN IN, SIGN UP FORM <-----------------------------------------------------------------------< */

.winoland .winoland-form button,
.winoland .winoland-form input {
    border: 0;
    width: 100%;
    height: 60px;
    font-family: inherit;
    font-size: 16px;
    outline: none;
}
.winoland .winoland-form input {
    background: transparent;
}
.winoland .winoland-form {
    margin: 0;
    display: grid;
    gap: 16px;
}
.winoland .winoland-form-textbox {
    position: relative;
    margin-bottom: 16px;
}
.winoland .winoland-form-textbox span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 22px;
    pointer-events: none;
}
.winoland .winoland-form-textbox span i {
    color: rgb(255 255 255 / 40%);
    transition: .3s ease;
}
.winoland .winoland-form-textbox input {
    padding: 0 24px 0 36px;
    border-bottom: 2px solid #2b3442;
    height: 60px;
}
.winoland .header__menu-form .winoland-form-textbox input {
    color: rgb(255 255 255 / 96%);
}
.winoland .page-simple .winoland-form-textbox input  {
    color: black;
}
.winoland .winoland-form :is(input:focus, input:valid, input:-internal-autofill-selected) ~ label {
    transform: translate(-40px, -42px) scale(0.875);
    background: rgba(255, 255, 255, 0.217);
}
.winoland .winoland-form :is(input:focus, input:valid, input:-internal-autofill-selected) ~ span i {
  color: transparent !important;
}
.winoland .winoland-form input:focus ~ label {
    color: var(--color-primary);
}
.winoland .winoland-form input:focus ~ span i {
  color: transparent !important;
}
.winoland .winoland-form input:focus {
    border-color: var(--color-primary);
}
.winoland .winoland-form i {
  color: black !important;
}
/* .winoland .winoland-form :is(input:focus, input:valid) ~ span,
.winoland .winoland-form :is(input:focus, input:valid) ~ span i {
    color: rgb(255 255 255 / 96%);
} */
.winoland .winoland-form-textbox label {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.4s;
}
.winoland .header__menu-form .register-sidebar,
.winoland .header__menu-form .login-sidebar {
    cursor: pointer;
}
.winoland .header__menu-form .register-page,
.winoland .header__menu-form .login-page {
    display: none;
}
.winoland .winoland-form button {
  max-width: 200px;
  background: var(--color-primary);
  transition: .3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
/* .winoland .winoland-form button:hover {
  background-color: var(--color-primary-hover);
} */
#winoland .winoland-form .winoland-btn i {
    color: #f9f9f9 !important;
}





.winoland-login-form,
.winoland-registration-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}



.error-messages {
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px;
  border: 1px solid #f5c6cb;
  margin-bottom: 15px;
}








/* MINI CART <-----------------------------------------------------------------------< */

.winoland .header .overlay { 
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 32, 44, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 0.3s;
}

.winoland .header__menu-mini-cart {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100%;
  background: #F5F6F7;
  opacity: 0.9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  transform: translateX(100%);
  transition: 0.3s;
}
.winoland .header.mini-cart-active .header__menu-mini-cart {
  transform: translateX(0);
}
.winoland .header__menu-mini-cart-block {
  padding-top: 80px;
}
.winoland .header__menu-mini-cart-count {
  font-size: 22px;
  font-weight: 600;
}
.winoland .header__menu-mini-cart-info-quantity .quantity {
  height: 25px;
  margin-top: 6px;
}
.winoland .header__menu-mini-cart-quantity-buttons {
  display: flex;
  gap: 4px;
}
.winoland .header__menu-mini-cart-quantity-buttons .quantity-minus,
.winoland .header__menu-mini-cart-quantity-buttons .quantity-plus {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: white;
  border-radius: 4px;
  cursor: pointer;
  width: 25px;
}
.winoland .header__menu-mini-cart-quantity-buttons .quantity-input {
  background: none;
  border: 1px solid black;
  border-radius: 4px;
  width: 40px;
}
.winoland .header__menu-mini-cart-block,
.winoland .header__menu-mini-cart-block .widget {
  height: 100%;
}
.winoland .header__menu-mini-cart h2 {
  height: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.winoland .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: 95%;
}
.winoland .header__menu-mini-cart-container {
  flex-grow: 1;
  overflow: auto;
}
.winoland .header__menu-mini-cart-item {
  background-color: white;
  padding: 6px 18px;
  margin: 12px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
}
.winoland .header__menu-mini-cart-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}
.winoland .header__menu-mini-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.winoland .header__menu-mini-cart-item .quantity {
  display: flex;
  gap: 2px;
}
.winoland .header__menu-mini-cart-footer {
  margin-top: auto;
  width: 100%;
  padding: 18px;
  background: white;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
}
.winoland .header__menu-mini-cart-footer p {
  text-align: center;
}
.winoland .header__menu-mini-cart-footer .total {
  margin: 0;
  border: 0 !important;
}
.winoland .header__menu-mini-cart-footer .buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.winoland .header__menu-mini-cart-footer .buttons a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 18px 24px;
  border-radius: 6px;
  background: var(--color-primary);
  color: #f9f9f9;
  border: 0;
  font-family: inherit;
  font-weight: 600;
}
.winoland .header__menu-mini-cart .woocommerce-mini-cart__empty-message {
  text-align: center;
}







.products__quantity {
  display: flex;
  gap: 6px;
}

.products__quantity-el {
  display: flex;
  align-items: center;
}
.products__quantity-number {
  text-align: center;
  appearance: textfield;
  width: 50px;
  font-weight: 700;
  font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
.products__quantity input[type=number]::-webkit-outer-spin-button,
.products__quantity input[type=number]::-webkit-inner-spin-button,
.header__menu-mini-cart-info-quantity input[type=number]::-webkit-outer-spin-button,
.header__menu-mini-cart-info-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.products__quantity input[type=number],
.header__menu-mini-cart-info-quantity input[type=number] {
  -moz-appearance: textfield;
}

/* Dodatkowo – jeśli chcesz całkiem wyłączyć natywne style */
.products__quantity input[type=number],
.header__menu-mini-cart-info-quantity input[type=number] {
  appearance: none;        /* standard */
  -webkit-appearance: none; /* WebKit */
  -moz-appearance: textfield; /* Firefox */
}

/* Przykład kompletnego stylu */
.products__quantity input[type=number].no-spinner,
.header__menu-mini-cart-info-quantity input[type=number].no-spinner {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.quantity .qty, .quantity .minus, .quantity .plus {
  padding: 12px !important;
  background-color: inherit;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: .3s border-color;
  transition: .3s border-color;
  padding: 0.618em 1em;
}

.quantity .qty:hover, .quantity .minus:hover, .quantity .plus:hover {
  background-color: inherit;
  border: 1px solid #aaa;
}

.quantity .minus, .quantity .plus {
  cursor: pointer;
}





.filter__select--locked {
  background: #eee;
  color: #888;
  cursor: not-allowed;
  border: 1px solid #ccc;
}







.header__menu-search {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 30px;
  transition: .3s ease;
}

.header__menu-search-input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 5px;
}
.header__menu-search-input input:focus {
  outline: none;
}
.header__menu-search-input-field {
  display: none;
  width: 160px;
  position: absolute;
  left: 35px;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 4px;
}
.header__menu-search.active .header__menu-search-input-field {
  display: flex;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  margin-left: .4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}
.search-results-empty {
  padding: 10px;
}
.header__menu-search-result {
  background: #fff;
  max-width: 320px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 75px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px -5px var(--color-shadow);
}
.search-result-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #fff;
  transition: .2s ease;
}
.search-result-item:hover {
  background: #f9f9f9;
}
.search-result-thumbnail img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 5px;
}
.search-result-details {
  flex-grow: 1;
}

.search-result-details a {
  text-decoration: none;
  color: #333;
  display: block;
}
.search-result-price {
  color: var(--color-primary);
  font-weight: bold;
}

/* @media (max-width: 1050px) { */
  .header__menu-search.active {
    max-width: 160px;
  }
/* } */

.search-results-footer {
  border-top: 1px solid #e8e8e8;
  padding: 8px;
}

.search-results-view-all {
  width: 100%;
  display: block;
  padding: 10px 14px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  background: #f7f7f7;
}





@media (max-width: 530px) {
  .header__menu-search {
    max-width: 30px;
  }
  #search-results {
    max-width: 100%;
    left: 0;
    right: 0;
    top: 140px;
  }
  .header__menu-search-input {
    position: static;
    border: none;
  }
  .header__menu-search.active .header__menu-search-input {
    border: none;
  }
  .header__menu-search-input i {
    cursor: pointer;
  }
  .header__menu-search-input-field {
    position: absolute;
    top: -110px;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 5px;
    transition: right 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 2;
  }
  .header__menu-search.active .header__menu-search-input-field {
      top: 90px;
      opacity: 1;
  }
}
/* @media (max-width: 400px) {
  #search-results {
    max-width: 100%;
    left: 0;
    right: 0;
    top: 100px;
  }
  .header__menu-search.active .header__menu-search-input-field {
      top: 50px;
  }
} */





.home-hero {
  width: 100%;
  aspect-ratio: 21 / 9;      /* ładny szeroki baner */
  /* max-height: 520px; */
  border-radius: 14px;
  overflow: hidden;
}

.home-hero .swiper-slide img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.home-hero .swiper-button-prev,
.home-hero .swiper-button-next{
  color: #111;               /* kolor strzałek */
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
  background: transparent !important;
}

.home-hero .swiper-pagination-bullet{
  opacity: .6;
}
.home-hero .swiper-pagination-bullet-active{
  opacity: 1;
}

/* Gdy jeden slajd – chowamy strzałki i kropki */
.home-hero.single-slide .swiper-button-prev,
.home-hero.single-slide .swiper-button-next,
.home-hero.single-slide .swiper-pagination {
  display: none;
}


/* @media (max-width: 768px){
  .home-hero{ aspect-ratio: 16 / 9; max-height: 360px; }
} */





/* upewnij się, że kafelek ma kontekst dla pozycji absolutnej badga */
.woocommerce ul.products li.product { position: relative; }

.wl-badge{
  position: absolute;
  left: 10px;
  top: -16px;
  z-index: 2;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: var(--color-primary); /* domyślnie czerwony dla "brak" */
}
.wl-badge--backorder{
  background: var(--color-primary); /* fiolet dla "na zamówienie" */
}
