@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//infejm.pl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(221,51,199);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(221,51,199);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(130,36,227);
	--btn-accented-bgcolor-hover: rgb(130,36,227);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(247,91,91);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(242,242,242);
	background-image: url(https://infejm.pl/wp-content/uploads/2021/08/landing-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(240,242,244);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


@font-face {
	font-family: "hkgroteskpro";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "hkgroteskpro";
	font-weight: 600;
	font-style: normal;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar{
width:50%;}
/* === 1) Объёмный основной контейнер === */
.woo-wallet-my-wallet-container{
  background:#fff !important;
  border:1px solid #eceef3 !important;
  border-radius:18px !important;
  box-shadow:
    0 14px 30px rgba(17,24,39,.08),
    0 2px 6px rgba(17,24,39,.04) !important;
  padding:22px !important;
}

/* === 2) Чистим белые края у кнопок сайдбара === */
.woo-wallet-sidebar ul li.card{
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Кнопки в сайдбаре — как ADD, без подложек */
.woo-wallet-sidebar ul li.card a{
  width:100%;
  display:flex; align-items:center; justify-content:center; gap:8px;
  padding:12px 22px;
  border-radius:26px;
  border:none !important;
  text-decoration:none; font-weight:800; letter-spacing:.2px; color:#fff !important;

  background:linear-gradient(109.4deg,#752DF0 0%, #FC9E78 100%) !important;
  box-shadow:0 12px 26px rgba(117,45,240,.22) !important;
  transition:filter .15s ease, transform .06s ease, box-shadow .15s ease;
}
.woo-wallet-sidebar ul li.card a:hover{
  filter:brightness(.96);
  box-shadow:0 14px 32px rgba(117,45,240,.26) !important;
}
.woo-wallet-sidebar ul li.card a:active{ transform:translateY(1px); }
.woo-wallet-sidebar .dashicons{ color:#fff !important; }

/* === 3) Кнопка ADD — цвет, тень, без перекраски темой === */
.woo-add-to-wallet{
  border:none !important;
  color:#fff !important;
  background:linear-gradient(109.4deg,#752DF0 0%, #FC9E78 100%) !important;
  box-shadow:0 12px 26px rgba(117,45,240,.22) !important;
  border-radius:26px !important;
}
.woo-add-to-wallet:hover{ filter:brightness(.96); box-shadow:0 14px 32px rgba(117,45,240,.26) !important; }
.woo-add-to-wallet:active{ transform:translateY(1px); }

/* немножко воздуха заголовку слева */
.woo-wallet-sidebar-heading{
  margin:0 0 18px !important;
  font-size:22px !important;
}
/* === 🧠 Адаптивность === */
@media (max-width: 992px) {
  .woo-wallet-my-wallet-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .woo-wallet-my-wallet-container .woo-wallet-sidebar,
  .woo-wallet-my-wallet-container .woo-wallet-content {
    width: 100% !important;
    max-width: 100%;
  }

  .woo-wallet-sidebar ul li.card a {
    justify-content: center;
    font-size: 15px;
  }

  .woo-wallet-sidebar-heading {
    font-size: 20px !important;
  }
}

/* === FORM CONTAINER === */
.japv4 {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 25px 30px;
  font-family: 'Inter', sans-serif;
  color: #333;
  margin: 0 auto;
}

/* === LABELS === */
.japv4 label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2d2d2d;
}

/* === INPUTS & SELECTS === */
.japv4 .form-control,
.japv4 select,
.japv4 .choices__input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
}

.japv4 .form-control:focus,
.japv4 select:focus {
  border-color: #c084fc;
  box-shadow: 0 0 0 3px rgba(192,132,252,0.15);
  outline: none;
}

/* === FORM GROUPS === */
.japv4 .form-group {
  margin-bottom: 15px;
}

/* === PRICE BOX === */
.order-form__selected-description {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: #444;
}

.selected-description__min,
.selected-description__max {
  display: inline-block;
  margin-right: 10px;
  color: #666;
  font-size: 13px;
}

/* === BUTTON === */
.japv4 .btn.btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: linear-gradient(135deg, #d946ef 0%, #8b5cf6 100%);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.2s ease;
}

.japv4 .btn.btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* === RESPONSIVE === */
@media (max-width: 480px) {
  .japv4 {
    padding: 20px;
  }
}
/* === STYLISH "ZAMÓW" BUTTON === */
.japv4 .btn.btn-primary,
.row.justify-content-center.mt-4 .btn.btn-primary {
  background:linear-gradient(109.4deg,#752DF0 0%, #FC9E78 100%) !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  border: none !important;
  border-radius: 40px !important;
  padding: 12px 0 !important;
  box-shadow: 0 4px 15px rgba(123, 47, 247, 0.25) !important;
  margin-top: 20px !important;
  transition: all 0.25s ease;
}

.row.justify-content-center.mt-4 .btn.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(123, 47, 247, 0.35);
  opacity: 0.95;
}


/* === Карточки Login / Register / Info === */
#customer_login .wd-col,
#customer_login .col-register-text {
  flex: 1 1 45%;
  background: #fff;
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  justify-content: flex-start;
  text-align: center;
  transition: all 0.3s ease;

}

#customer_login .wd-col:hover,
#customer_login .col-register-text:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(117,45,240,0.12);
}
/* === Заголовки === */
#customer_login .wd-login-title,
#customer_login .col-register-text h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
}

/* === Текст внутри блока Rejestracja === */
#customer_login .col-register-text .registration-info {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 26px;
  text-align: center;
}

/* === Кнопка внутри блока Rejestracja === */
#customer_login .col-register-text .btn {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 12px 0;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid transparent;
  color: #111 !important;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(109.4deg, #752DF0 0%, #FC9E78 100%) border-box;
  box-shadow: 0 6px 18px rgba(117,45,240,0.1);
  transition: all 0.3s ease;
}

#customer_login .col-register-text .btn:hover {
  color: #fff !important;
  background: linear-gradient(109.4deg, #752DF0 0%, #FC9E78 100%) !important;
  box-shadow: 0 10px 26px rgba(117,45,240,0.25);
  transform: translateY(-2px);
}

/* === Поля ввода === */
#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"] {
  width: 100%;
  border-radius: 40px;
  border: none;
  background: #f5f7ff;
  padding: 12px 18px;
  font-size: 15px;
  margin-bottom: 18px;
  transition: all 0.2s ease;
}

#customer_login input:focus {
  outline: none;
  background: #eef1ff;
  box-shadow: 0 0 0 2px rgba(117,45,240,0.25);
}

/* === Основные кнопки === */
#customer_login button.button,
#customer_login .woocommerce-button {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 40px;
  padding: 14px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #111 !important;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(109.4deg, #752DF0 0%, #FC9E78 100%) border-box;
  box-shadow: 0 6px 18px rgba(117,45,240,0.1);
  transition: all 0.3s ease;
}

#customer_login button.button:hover,
#customer_login .woocommerce-button:hover {
  color: #fff !important;
  background: linear-gradient(109.4deg, #752DF0 0%, #FC9E78 100%) !important;
  box-shadow: 0 10px 26px rgba(117,45,240,0.25);
  transform: translateY(-2px);
}
/* === “Remember me” и “Lost password?” === */
#customer_login .login-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
}

#customer_login .login-form-footer a {
  color: #752DF0;
  text-decoration: none;
  font-weight: 500;
}

#customer_login .login-form-footer a:hover {
  text-decoration: underline;
}

/* === Убираем лишние разделители === */
#customer_login .wd-login-divider {
  display: none;
}

/* === Адаптивность === */
@media (max-width: 992px) {
  #customer_login {
    flex-direction: column;
    align-items: stretch;
    padding: 30px;
  }
  #customer_login .wd-col,
  #customer_login .col-register-text {
    width: 100%;
    min-height: auto;
  }
}

@media (max-width: 600px) {
  #customer_login {
    padding: 20px;
  }
  #customer_login .wd-col,
  #customer_login .col-register-text {
    padding: 28px 24px;
  }
  #customer_login .wd-login-title {
    font-size: 18px;
  }
  #customer_login button.button {
    font-size: 14px;
  }
}
