h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "trajan-pro-3", serif;
}
body {
  background-color: #ede9e4;
  font-family: "Jost", sans-serif;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper nav > div > ul {
  display: flex;
  align-items: center;
  gap: 31px;
}
.header-wrapper a {
  color: white;
  font-size: 15px;
  /* font-weight: 500; */
  font-weight: 400;
  flex-direction: row-reverse;
  text-transform: uppercase;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 26px 0;
}
.header__left,
.header__right {
  flex: 2;
}
.header__logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right {
  display: flex;
  justify-content: flex-end;
}
.header-right {
  gap: 16px;
}
.header__right {
  gap: 31px;
}
#cart-trigger {
  flex-direction: row;
}
.header-right-list {
  gap: 16px;
}
.site-header {
  transition: 0.3s;
}
.site-header.header-scrolled {
  background: white;
  color: #000;
}
.site-header.header-scrolled img {
  filter: invert(1);
  transition: 0.3s;
}
.site-header img {
  transition: 0.3s;
}
.site-header.header-scrolled a {
  color: #000;
  transition: 0.3s;
}
.site-header a {
  transition: 0.3s;
}
.site-header.header-scrolled path {
  stroke: #000;
  transition: 0.3s;
}
.site-header path {
  transition: 0.3s;
}
.site-logo img {
  filter: unset !important;
}

/* mega-menu */
.mega-menu {
  display: none;
  background: url("../icons/bg_main.webp");
  background-repeat: repeat;
  background-size: 256px;
  /* background-color: #fff; */
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 90;
  position: fixed;
  width: 100%;
  top: 163px;
  /* Na nižim ekranima (laptop) meni je viši od viewport-a — ograniči i skroluj
     unutar samog menija da donji proizvodi ne budu odsečeni. */
  max-height: calc(100vh - 163px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mega-menu .product-card__content,
.no--buy .product-card__content {
  transform: unset !important;
}
.mega-menu .product-image-wrapper,
.no--buy .product-image-wrapper {
  margin-bottom: 0;
}
.mega-menu .add_to_cart_button,
.no--buy .add_to_cart_button {
  display: none !important;
}
.mega-menu-products .product-card,
.no--buy .product-card {
  border: unset !important;
}
.mega-panel {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  /* position: absolute; */
}

.mega-panel.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateY(0);
}

.mega-menu-wrapper {
  display: flex;
}
.mega-menu .product-card::before,
.no--buy .product-card::before {
  display: none !important;
}
.mega-menu .product-card:hover img,
.no--buy .product-card:hover img {
  transform: unset !important;
}
.mega-menu-left {
  background: #fff;
  width: 20%;
  padding-left: 14px;
  padding-right: 14px;
}
.mega-menu-left__title--bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-menu__img {
  width: 23%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100%;
}
.mega-menu-right {
  width: 67%;
}
.mega-menu-right {
  position: relative;
}
.mega-menu-left__title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 2.4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 12px;
  color: #191d23;
  opacity: 0.8;
}
.mega-menu-left__links li a {
  padding: 18px 12px;
}
.mega-menu-left__links li.is-active a {
  background: #f5f1e9;
}
.mega-menu-left__links li a {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;

  width: 100%;
  display: block;
  font-weight: 600;
  transition: 0.3s;
}

.mega-menu-right {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 540px;
}
.mega-menu-products {
  gap: 10px;
}
.mega-menu-right .product-card__similar,
.mega-menu-right .add-to-cart-button,
.no--buy .add-to-cart-button,
.no--buy .product-card__similar {
  display: none;
}
.mega-menu-right .product-card__link {
  max-height: 389px;
}

/* Niži ekrani (laptop): meni je previsok pa ga kompaktiramo da stane u
   visinu — manje slike proizvoda, tešnja leva navigacija, bez prisilnih
   min-height vrednosti koje veštački povećavaju visinu. */
@media only screen and (max-width: 1560px) {
  .mega-menu {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .mega-menu-left__title {
    padding: 12px 12px;
    font-size: 11px;
    margin-bottom: 4px;
  }
  .mega-menu-left__links li a {
    padding: 11px 12px;
    font-size: 13px;
    margin-bottom: 2px;
  }
  .mega-menu-right {
    min-height: 0;
  }
  .mega-menu .mega-menu-products .product-image-wrapper img {
    max-height: 150px;
  }
  .mega-menu .mega-menu-products .product-card {
    padding: 12px 14px 0 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .mega-menu-right .product-card__title {
    font-size: 16px;
  }
  .mega-menu-right .product-card .product-card__price {
    font-size: 14px;
  }
  .mega-menu-left {
    width: 180px;
  }
  .mega-menu-left__links {
    margin-right: 25px;
  }
  .mega-menu-right {
    padding-left: 20px;
    min-height: 0;
  }
  .mega-menu-right .product-card__badges {
    display: none;
  }
  .mega-menu .mega-menu-products .product-image-wrapper img {
    max-height: 130px;
  }
}
@media only screen and (max-width: 1280px) {
  .mega-menu-right .product-card__badges {
    display: none;
  }
  .mega-menu-right {
    min-height: 0;
  }
  .mega-menu-left__title {
    padding: 10px 12px;
    margin-bottom: 2px;
  }
  .mega-menu-left__links li a {
    padding: 9px 12px;
    font-size: 12px;
    margin-bottom: 0;
  }
  .mega-menu .mega-menu-products .product-image-wrapper img {
    max-height: 110px;
  }
}
@media only screen and (max-width: 992px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu-products {
  gap: 10px;
  flex-wrap: wrap;
}
.mega-menu-products > * {
  width: calc(25% - 14px);
}
.mega-menu-products .product-meta,
.no--buy .product-meta {
  display: none;
}
.mega-menu-products h2,
.no--buy h2 {
  font-size: 14px;
  letter-spacing: -0.8px;
}
.mega-menu-products .add-to-cart-button,
.no--buy .add-to-cart-button {
  display: none;
}
.mega-menu-products .price,
#page .no--buy .price {
  font-size: 12px;
  margin-bottom: 0;
}
.mega-menu-products .wine-type,
.no--buy .wine-type {
  display: none;
}
.mega-menu-products .product-card,
.no--buy .product-card {
  padding: 20px 16px 0px 16px;
}
.mega-menu-products .product-image-wrapper img,
.no--buy .product-image-wrapper img {
  max-height: 220px;
}
/* mega menu */

.single-product .site-header {
  background: url("../icons/bg_main.webp");
  color: inherit;
}
.single-product .site-header a {
  color: inherit;
}
.single-product .site-header img {
  filter: invert(1) !important;
}
.single-product .site-header svg path {
  stroke: #191d23;
}
.single-product main {
  padding-top: 163px;
}
@media only screen and (max-width: 991px) {
  .header__left,
  .header__right nav {
    display: none;
  }
  .site-logo img {
    max-height: 100px;
  }
  .header__logo {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .site-logo img {
    max-height: 60px;
  }
  .site-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-product main {
    padding-top: 90px;
  }
}

/* mini cart  */

.mini-cart-holder {
  position: fixed;
  height: 100vh;
  transform: translateX(100%);
  z-index: 999;
  background: white;
  right: 0;
  top: 0;
  width: 33.33vw;
  min-width: 550px;
}

.bb-cart span {
  color: #191d23;
}
#wpadminbar {
  display: none !important;
}
#cart-trigger {
  position: relative;
}
#cart-trigger .cart-count {
  position: absolute;
  right: -8px;
  top: -7px;
  background: white;
  font-weight: 500;
  color: white;
  font-size: 10px;
  display: flex;
  background: #bd9831;

  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  min-width: 12px;
  min-height: 13px;
  width: 12px;
  height: 13px;
  border-radius: 2px;
}

/* MINI CART START  */
.mini-cart-holder {
  transition: 0.3s;
}
.added_to_cart {
  display: none !important;
}
.mini-cart-holder > .bb-cart {
  padding: 20px;
  background: #ede9e4;
  color: white;
  align-items: center;
  justify-content: space-between;
}
.mini-cart-holder .bb-cart svg {
  fill: #191d23;
}
.woocommerce-mini-cart .product-thumbnail {
  display: flex;
}
.woocommerce-mini-cart .product-thumbnail img {
  width: 100%;
  object-fit: cover;
}
#close-minicart {
  display: flex;
  align-items: center;
}
.woocommerce-mini-cart {
  padding: 20px;
  width: 100%;
}
.woocommerce-mini-cart .product-thumbnail {
  max-width: 100px;
}
.woocommerce-mini-cart-item > .flex > .flex {
  gap: 20px;
}
.product-title {
  font-family: "trajan-pro-3", serif;
}
.woocommerce-mini-cart-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.quantity-controls,
.quantity-custom-wrapper > .flex {
  display: flex;
  box-shadow: 0px 0px 0px 1px #12121233;
  border-radius: 2px;
  width: 100%;
  height: 42px;
  max-width: 140px;
}
.quantity-controls button,
.quantity-custom-wrapper button {
  border: unset;
  outline: unset;
  padding: unset;
  cursor: pointer;
  height: 100%;
  width: 30px;
  border-radius: unset;
  background: unset;
}
button,
input,
#page .wc-block-components-button:not(.is-link):focus {
  outline: unset !important;
  box-shadow: unset !important;
}
.quantity-controls input,
.quantity-custom-wrapper input {
  border: unset;
  outline: unset;
  max-width: calc(100% - 60px);
  text-align: center;
}
.mini-cart-right-remove .remove_from_cart_button {
  display: flex;
  justify-content: flex-end;
}
.mini-cart-right-remove svg {
  max-width: 24px;
  height: 24px;
}
.mini-cart-right-remove path {
  fill: #111;
}
.mini-cart-right {
  display: flex;
  justify-content: space-between;
}
.widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: calc(100% - 64px);
}
.mini-cart-footer {
  width: 100%;
  background: #ede9e4;
  color: #191d23;
  padding: 20px;
}
.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.woocommerce-mini-cart__total:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-mini-cart__buttons {
  display: flex;
  gap: 20px;
}
.woocommerce-mini-cart__buttons a {
  display: block;
  padding: 18px 36px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  background: transparent;
  letter-spacing: 2.5px;
  transition: 0.3s;
}
.woocommerce-mini-cart__buttons a:first-of-type {
  background: #bd9831;
  color: white;
  border: 1px solid #bd9831;
}
.woocommerce-mini-cart__buttons a:first-of-type:hover {
  background: transparent;
  color: #191d23;
  transition: 0.3s;
}
.woocommerce-mini-cart__buttons a:last-of-type {
  border: 1px solid #191d23;
  color: #191d23;
}
.woocommerce-mini-cart__buttons a:last-of-type:hover {
  background: #191d23;
  color: #fff;
  transition: 0.3s;
}
.site-overlay {
  position: relative;
}
.site-overlay::after {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background: #00000059;
  backdrop-filter: blur(4px);
  visibility: hidden;
  transition: 0.3s;
}
.woocommerce-mini-cart {
  height: calc(100% - 64px);
  overflow: scroll;
}
.site-overlay.site-overlay--active::after {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 580px) {
  .mini-cart-holder {
    min-width: unset;
    width: 100vw;
  }
  .product-thumbnail img {
    min-width: 70px;
  }
  .mini-cart-holder .product-title {
    margin-bottom: 10px;
  }
  .woocommerce-mini-cart__buttons a {
    padding: 16px 20px;
  }
}

.site-overlay {
  position: relative;
}
.site-overlay::after {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  background: #00000059;
  backdrop-filter: blur(4px);
  visibility: hidden;
  transition: 0.3s;
}
/* MINI CART END  */
/* mini cart  */

.quantity-controls input,
.quantity-custom-wrapper input {
  /* uklanja spin buttons u Webkit preglednicima */
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important; /* za Firefox */
  appearance: none !important;
  text-align: center;
}

/* search form  */
.search-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  margin-left: auto;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  margin-right: auto;
  transition: 0.3s;
}
.aws-container .aws-search-form .aws-form-btn {
  border: unset;
  width: 100px;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-bottom-right-radius: 99px !important;
  background: #f5f1e9;
  border-top-right-radius: 99px !important;
}
.aws-container .aws-search-form .aws-wrapper {
  height: 60px;
  border-top-left-radius: 99px !important;
  border-bottom-left-radius: 99px !important;
}
.aws-container .aws-show-clear .aws-search-field {
  padding-left: 30px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.search-form.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
/* search form  */

.black--header a {
  color: inherit;
}
.black--header img {
  filter: invert(1) !important;
}
.black--header svg path {
  stroke: #2f3624;
}
.black--header.header-scrolled img {
  filter: unset !important;
}
.site-header {
  animation: revealBottom 2s forwards 0s;
}
.archive-hero__title-uper span,
.archive-hero__title > span:last-of-type span {
  opacity: 0;
}
.only-for-mob-childrens ul {
  display: none;
}
@media (max-width: 1250px) {
  .site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =========================================================
   HAMBURGER BUTTON (port iz aleksandrovic-estate-vineyards,
   boje prilagođene našem brendu — #191d23 dark, #bd9831 gold)
   ========================================================= */
.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 4px 0;
  cursor: pointer;
  z-index: 101;
  position: relative;
}

.hamburger-btn span {
  display: block;
  height: 1px;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.25s ease,
    opacity 0.2s ease;
}

.hamburger-btn span:first-child {
  width: 40px;
}

.hamburger-btn span:last-child {
  width: 30px;
}

/* scrolled header → tamne linije */
.header-scrolled .hamburger-btn span {
  background: #191d23;
}

/* black header → tamne linije po defaultu */
.black--header .hamburger-btn span {
  background: #191d23;
}

/* active → X */
.hamburger-menu--active .hamburger-btn span:first-child {
  transform: translateY(3.5px) rotate(45deg);
  width: 32px;
  background: #fff;
}

.hamburger-menu--active .hamburger-btn span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
  width: 32px;
  background: #fff;
}

/* Header kada je mobile nav otvoren — tamna pozadina */
.site-header.hamburger-menu--active {
  background: #191d23 !important;
}

.site-header.hamburger-menu--active a {
  color: #fff;
}

.site-header.hamburger-menu--active path {
  stroke: #fff;
}

.site-header.hamburger-menu--active .site-logo img {
  filter: unset !important;
}

/* =========================================================
   MOBILE NAV OVERLAY
   ========================================================= */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: #191d23;
  z-index: 98;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  padding: 120px 40px 0;
  display: none;
  flex-direction: column;
}

.mobile-nav__inner {
  flex: 1;
  padding-bottom: 40px;
}

.mobile-nav__footer {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-nav__footer .footer-sm__item a {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.mobile-nav__footer .footer-sm__item a:hover {
  opacity: 1;
}

.mobile-nav__footer img {
  filter: brightness(0) invert(1);
}

.mobile-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 97;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.mobile-nav--open {
  transform: translateX(0) !important;
}

.mobile-nav-backdrop--open {
  opacity: 1 !important;
  pointer-events: auto;
}

.mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav__list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "trajan-pro-3", serif;
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  padding: 18px 0;
  line-height: 1.1;
  transition:
    color 0.2s,
    padding-left 0.2s;
}

.mobile-nav__list > li > a:hover {
  color: #bd9831 !important;
  padding-left: 8px;
}

/* arrow on parent items */
.mobile-nav__list > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.mobile-nav__list > .menu-item-has-children.is-open > a::after {
  transform: rotate(225deg) translateY(2px);
}

/* sub-menu */
.mobile-nav__list .sub-menu {
  display: none;
  list-style: none;
  padding: 0 0 12px 16px;
  margin: 0;
}

.mobile-nav__list .sub-menu li {
  border-bottom: none;
}

.mobile-nav__list .sub-menu a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: clamp(13px, 3.5vw, 16px);
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6) !important;
  padding: 10px 0;
  transition: color 0.2s;
}

.mobile-nav__list .sub-menu a:hover {
  color: #bd9831 !important;
}

.mobile-nav__list--secondary > li > a {
  font-size: clamp(22px, 5vw, 36px);
  letter-spacing: -0.5px;
}

.mobile-nav__list--secondary > li > a:hover {
  color: #bd9831 !important;
}

/* =========================================================
   MOBILE HEADER LAYOUT (< 991px)
   ========================================================= */
@media only screen and (max-width: 991px) {
  .hamburger-btn {
    display: flex;
  }
  .only-for-mob-childrens img {
    display: none;
  }

  .only-for-mob-childrens ul {
    display: block;
  }
  .mobile-nav {
    display: flex;
  }
  .mobile-nav-backdrop {
    display: block;
  }

  /* Sakrij desktop nav menije; zadrži .header-right-list (search/account/cart) */
  .header__left,
  .header__right nav.main-navigation {
    display: none;
  }

  .header-wrapper {
    position: relative;
    justify-content: space-between;
  }

  .header__right {
    flex: 1;
    gap: 0;
  }
  .hamburger-btn {
    flex: 1;
  }
  .site-logo {
    flex: 2;
    justify-content: center;
  }

  .site-logo img {
    max-height: 70px;
  }

  /* spreči scroll body-ja dok je nav otvoren */
  body.mobile-nav-lock {
    overflow: hidden;
  }
}

nav .mobile-nav__footer img {
  filter: unset !important;
}

@media only screen and (max-width: 575px) {
  .site-logo img {
    max-height: 52px;
  }
  .site-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .single-product main {
    padding-top: 90px;
  }
}

/* =========================================================
   Age Verification Gate (18+) — Magazin section style
   ========================================================= */
.age-gate{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(25,29,35,.7);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .45s ease}
.age-gate--visible{display:flex;opacity:1}
.age-gate__dialog{position:relative;width:100%;max-width:560px;background:#191d23;color:#fafaf7;border:1px solid rgba(189,152,49,.4);border-radius:4px;padding:56px 56px 48px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.55);overflow:hidden;transform:translateY(20px) scale(.97);opacity:0;transition:transform .55s cubic-bezier(.22,.61,.36,1) .05s,opacity .55s ease .05s}
.age-gate--visible .age-gate__dialog{transform:translateY(0) scale(1);opacity:1}
.age-gate__dialog::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#bd9831 50%,transparent 100%)}
.age-gate__dialog::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 0%,rgba(189,152,49,.10),transparent 60%),radial-gradient(circle at 70% 100%,rgba(189,152,49,.06),transparent 50%);pointer-events:none;z-index:0}
.age-gate__main,.age-gate__denied{position:relative;z-index:1}
.age-gate__lead{font-family:"Jost",sans-serif;font-size:19px;font-weight:500;line-height:1.45;color:#fafaf7;margin:0 0 22px 0;letter-spacing:.2px}
.age-gate__small{font-family:"Jost",sans-serif;font-size:13px;font-weight:400;line-height:1.55;color:rgba(250,250,247,.65);margin:0 0 34px 0;letter-spacing:.2px}
.age-gate__question{font-family:"trajan-pro-3",serif;font-weight:400;font-size:24px;line-height:1.25;letter-spacing:-.4px;text-transform:uppercase;color:#bd9831;margin:0 0 32px 0}
.age-gate__actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.age-gate__btn{display:inline-flex;align-items:center;justify-content:center;min-width:140px;height:50px;padding:0 32px;font-family:"Jost",sans-serif;font-weight:600;font-size:14px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;border-radius:2.5px;border:1px solid transparent;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .15s ease}
.age-gate__btn--yes{background:#bd9831;color:#191d23;border-color:#bd9831}
.age-gate__btn--yes:hover{background:#cda848;border-color:#cda848;color:#191d23}
.age-gate__btn--no{background:transparent;color:#fafaf7;border-color:rgba(250,250,247,.35)}
.age-gate__btn--no:hover{background:rgba(250,250,247,.08);border-color:rgba(250,250,247,.65);color:#fafaf7}
.age-gate__btn:active{transform:scale(.98)}
.age-gate__denied{display:none}
.age-gate--denied .age-gate__main{display:none}
.age-gate--denied .age-gate__denied{display:block}
body.age-gate-open{overflow:hidden}
@media (max-width:575px){
  .age-gate__dialog{padding:44px 26px 36px;max-width:100%}
  .age-gate__lead{font-size:17px}
  .age-gate__small{font-size:12.5px}
  .age-gate__question{font-size:20px}
  .age-gate__actions{flex-direction:column;gap:10px}
  .age-gate__btn{width:100%}
}
.age-gate__logo{display:block;margin:0 auto 18px;width:60px;height:auto;opacity:.95}
.age-gate__welcome{font-family:"trajan-pro-3",serif;font-weight:400;font-size:22px;line-height:1.2;letter-spacing:-.3px;text-transform:uppercase;color:#fafaf7;margin:0 0 26px 0}
.age-gate__welcome span{background:linear-gradient(155deg,#fafaf7 26.5%,#bd9831 83.8%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
@media (max-width:575px){
  .age-gate__welcome{font-size:18px;margin-bottom:20px}
  .age-gate__logo{width:50px;margin-bottom:12px}
}

/* =========================================================
   Mini cart scroll — only the products list (UL) scrolls.
   Footer (totals+buttons) and Poklon pakovanja zadrzavaju
   normal flow ispod liste; ako celokupan sadrzaj prelazi
   visinu drawer-a, ceo wrapper takodje moze da skroluje.
   ========================================================= */
.mini-cart-wrapper.widget_shopping_cart_content > .woocommerce-mini-cart{max-height:calc(100vh - 360px);min-height:120px;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-right:6px;margin:0}
.mini-cart-wrapper.widget_shopping_cart_content > .woocommerce-mini-cart::-webkit-scrollbar{width:6px}
.mini-cart-wrapper.widget_shopping_cart_content > .woocommerce-mini-cart::-webkit-scrollbar-thumb{background:rgba(25,29,35,.25);border-radius:3px}
.mini-cart-wrapper.widget_shopping_cart_content > .woocommerce-mini-cart::-webkit-scrollbar-thumb:hover{background:rgba(25,29,35,.45)}
@media (max-width:768px){
  .mini-cart-wrapper.widget_shopping_cart_content > .woocommerce-mini-cart{max-height:calc(100vh - 320px)}
}

.wpml-language-dropdown {
  list-style-type: none;
  background: rgba(255, 255, 255, 0.83);
  padding: 10px 12px !important;
  border-radius: 7px;
  position: absolute;
  top: 47px;
  left: -36px;
  visibility: hidden;
  opacity: 0;
  width: 126px;
  transition: 0.4s ease-out;
}
.wpml-language-switcher {
  display: flex;
  align-items: center;
}

.wpml-language-switcher .icon-globe {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.wpml-language-switcher .language-label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 4px;
}
.wpml-language-dropdown .active-flag {
  transition: 0.3s;
  color: #fff;
  background: #bd9831;
}
.wpml-language-dropdown li:hover {
  background: #bd9831;
  color: #fff;
  transition: 0.3s;
}
.wpml-language-dropdown li:hover a {
  color: #fff;
  transition: 0.3s;
}
.wpml-language-dropdown .active-flag a {
  transition: 0.3s;
  color: #fff;
}
.wpml-language-dropdown li:not(:last-of-type) {
  margin-bottom: 5px;
}
.wpml-language-dropdown li {
  border-radius: 5px;
  transition: 0.3s;
}
.dropdown-arrow path {
  stroke: white;
}
.header__logo > a {
  justify-content: center !important;
}
.site-header.header-scrolled .wpml-language-switcher .language-label,
.black--header .language-label {
  color: #000;
}
.site-header.hamburger-menu--active .language-label {
  color: #fff;
}
.wpml-language-dropdown li a {
  color: #454545;
  padding: 7px 12px;
  display: block;
  transition: 0.3s;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.wpml-language-switcher-wrap {
  position: relative;
  margin-left: 21px;
  cursor: pointer;
}
.wpml-language-switcher-wrap:hover .wpml-language-dropdown {
  visibility: visible;
  opacity: 1;
  display: block !important;
}