@charset "UTF-8";
/*
Theme Name: Napvilág Kiadó
Description: Egyedi WordPress/WooCommerce theme a Napvilág Kiadó számára.
Author: Tar Balázs
Author URI: https://bhnb.hu/
Version: 1.0.0
Tested up to: 6.7.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: napvilag
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #2c2b28;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.15;
}

.container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.site-main {
  min-height: 60vh;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 28px, 1240px);
  }
}
.button,
button,
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #FF9F1A;
  border-radius: 6px;
  background: #FF9F1A;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover,
button:hover,
input[type=submit]:hover {
  border-color: #ff9500;
  background: #ff9500;
}

.site-header {
  position: relative;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e8e2d8;
}

.site-header__main {
  padding: 22px 0;
}

.site-header__inner {
  display: grid;
  grid-template-columns: 230px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 42px;
}

.site-header__brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}
.site-header__brand .custom-logo {
  width: auto;
  max-width: 210px;
  max-height: 72px;
}

.site-header__name {
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

.site-header__search {
  min-width: 0;
}

.product-search {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.product-search__field {
  width: 100%;
  height: 50px;
  padding: 0 58px 0 20px;
  border: 1px solid #e8e2d8;
  border-radius: 999px;
  outline: none;
  background: #f7f3eb;
  color: #2c2b28;
  font-size: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.product-search__field::placeholder {
  color: #77736b;
}
.product-search__field:focus {
  border-color: #FF9F1A;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 159, 26, 0.12);
}

.product-search__submit {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #FF9F1A;
  color: #fff;
}
.product-search__submit svg {
  width: 18px;
  height: 18px;
}
.product-search__submit:hover {
  background: #ff9500;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-action {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2c2b28;
  transition: color 180ms ease;
}
.header-action:hover {
  color: #ff9500;
}

.header-action__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-action__icon svg {
  width: 24px;
  height: 24px;
}

.header-action__content {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.header-action__label {
  color: #171714;
  font-size: 14px;
  font-weight: 600;
}

.header-cart__total {
  margin-top: 3px;
  color: #77736b;
  font-size: 12px;
}
.header-cart__total .woocommerce-Price-amount {
  color: inherit;
}

.header-cart__count {
  position: absolute;
  top: -10px;
  right: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #FF9F1A;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.site-header__nav {
  border-top: 1px solid #e8e2d8;
}

.main-navigation__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation__list > li {
  position: relative;
}
.main-navigation__list > li > a {
  position: relative;
  display: block;
  padding: 16px 0;
  color: #171714;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease;
}
.main-navigation__list > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #FF9F1A;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
.main-navigation__list > li > a:hover {
  color: #ff9500;
}
.main-navigation__list > li > a:hover::after {
  transform: scaleX(1);
}
.main-navigation__list > li.current-menu-item > a, .main-navigation__list > li.current-menu-ancestor > a {
  color: #ff9500;
}
.main-navigation__list > li.current-menu-item > a::after, .main-navigation__list > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}
.main-navigation__list .sub-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 230px;
  margin: 0;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  border: 1px solid #e8e2d8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.09);
  transform: translateY(8px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}
.main-navigation__list .sub-menu li {
  margin: 0;
}
.main-navigation__list .sub-menu a {
  display: block;
  padding: 9px 12px;
  border-radius: 6px;
  color: #2c2b28;
  font-size: 14px;
}
.main-navigation__list .sub-menu a:hover {
  background: #f7f3eb;
  color: #ff9500;
}
.main-navigation__list li:hover > .sub-menu,
.main-navigation__list li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.main-navigation__list .submenu-toggle {
  display: none;
}

.site-header__toggle {
  display: none;
  width: 40px;
  height: 40px;
  min-height: 0;
  padding: 9px;
  border: 0;
  background: transparent;
}
.site-header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #171714;
  transition: transform 180ms ease, opacity 180ms ease;
}
.site-header__toggle:hover {
  background: transparent;
}

@media (max-width: 1024px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 20px;
  }

  .site-header__toggle {
    display: block;
  }
  .site-header__toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header__toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .site-header__toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header__brand .custom-logo {
    max-width: 170px;
  }

  .site-header__search {
    grid-column: 1/-1;
    grid-row: 2;
  }

  .product-search {
    max-width: none;
  }

  .site-header__nav {
    display: none;
  }
  .site-header__nav.is-open {
    display: block;
  }

  .main-navigation__list {
    display: block;
    padding: 12px 0 18px;
  }
  .main-navigation__list > li {
    position: relative;
    border-bottom: 1px solid #e8e2d8;
  }
  .main-navigation__list > li:last-child {
    border-bottom: 0;
  }
  .main-navigation__list > li > a {
    padding: 13px 44px 13px 0;
  }
  .main-navigation__list > li > a::after {
    display: none;
  }
  .main-navigation__list .sub-menu {
    position: static;
    display: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0 0 12px 16px;
    visibility: visible;
    opacity: 1;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .main-navigation__list .sub-menu a {
    padding: 8px 0;
  }
  .main-navigation__list .is-submenu-open > .sub-menu {
    display: block;
  }
  .main-navigation__list .is-submenu-open > .submenu-toggle svg {
    transform: rotate(180deg);
  }

  .submenu-toggle {
    position: absolute;
    top: 7px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #171714;
  }
  .submenu-toggle svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 180ms ease;
  }
  .submenu-toggle:hover {
    background: #f7f3eb;
  }
}
@media (max-width: 640px) {
  .site-header__main {
    padding: 14px 0;
  }

  .site-header__inner {
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
  }

  .site-header__brand {
    text-align: center;
  }
  .site-header__brand .custom-logo-link {
    justify-content: center;
  }
  .site-header__brand .custom-logo {
    max-width: 145px;
    max-height: 52px;
  }

  .site-header__actions {
    gap: 14px;
  }

  .header-action__content {
    display: none;
  }

  .header-action__icon svg {
    width: 23px;
    height: 23px;
  }

  .product-search__field {
    height: 46px;
    padding-left: 16px;
    font-size: 13px;
  }
}
/* Benefits */
.site-benefits {
  background: #f7f3eb;
  border-top: 1px solid #e8e2d8;
}

.site-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.site-benefit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 34px 28px;
}
.site-benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  bottom: 26px;
  width: 1px;
  background: #e8e2d8;
}
.site-benefit:first-child {
  padding-left: 0;
}
.site-benefit:last-child {
  padding-right: 0;
}

.site-benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #FF9F1A;
}
.site-benefit__icon svg {
  width: 28px;
  height: 28px;
}

.site-benefit__content {
  min-width: 0;
}
.site-benefit__content strong,
.site-benefit__content span {
  display: block;
}
.site-benefit__content strong {
  color: #171714;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.site-benefit__content span {
  margin-top: 4px;
  color: #77736b;
  font-size: 13px;
  line-height: 1.4;
}

/* Footer */
.site-footer {
  background: #171b18;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.35fr 1fr 0.85fr 0.75fr;
  gap: 72px;
  padding: 50px 0;
}

.site-footer__about {
  max-width: 330px;
}
.site-footer__about p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer__about p:last-child {
  margin-bottom: 0;
}
.site-footer__about p svg {
  fill: #FF9F1A;
  width: 24px;
  height: 24px;
}

.site-footer__logo {
  padding-top: 60px;
}
.site-footer__logo .custom-logo {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 170px;
  max-height: 50px;
}
.site-footer__logo > a:not(.custom-logo-link) {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}

.site-footer__column h3 {
  margin: 0 0 24px;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.site-footer__social h3 {
  text-align: center;
}

.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__menu li {
  margin-bottom: 16px;
}
.site-footer__menu li:last-child {
  margin-bottom: 0;
}
.site-footer__menu a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
  transition: color 180ms ease;
}
.site-footer__menu a:hover {
  color: #FF9F1A;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.site-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.site-footer__socials a svg {
  width: 20px;
  height: 20px;
}
.site-footer__socials a:hover {
  border-color: #FF9F1A;
  background: #FF9F1A;
  color: #fff;
  transform: translateY(-2px);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}
.site-footer__bottom a {
  transition: color 180ms ease;
}
.site-footer__bottom a:hover {
  color: #FF9F1A;
}

@media (max-width: 1100px) {
  .site-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-benefit:nth-child(2)::after {
    display: none;
  }
  .site-benefit:nth-child(3), .site-benefit:nth-child(4) {
    border-top: 1px solid #e8e2d8;
  }
  .site-benefit:nth-child(3) {
    padding-left: 0;
  }

  .site-footer__main {
    grid-template-columns: 1.5fr 1fr 0.5fr;
    gap: 50px;
  }

  .site-footer__social {
    grid-column: 1/4;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (max-width: 767px) {
  .site-benefits__grid {
    grid-template-columns: 1fr;
  }

  .site-benefit {
    padding: 22px 0;
  }
  .site-benefit:not(:last-child)::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 42px 30px;
    padding: 50px 0;
  }

  .site-footer__about {
    grid-column: 1/-1;
    max-width: 420px;
  }

  .site-footer__social {
    grid-column: auto;
  }
}
@media (max-width: 520px) {
  .site-benefit__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
  .site-benefit__icon svg {
    width: 23px;
    height: 23px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer__about,
.site-footer__social {
    grid-column: auto;
  }

  .site-footer__menu li {
    margin-bottom: 8px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.shop-layout {
  padding-top: 48px;
  padding-bottom: 72px;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 28px;
  color: #77736b;
  font-size: 13px;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #ff9500;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px 28px;
  margin: 0;
  padding: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #171714;
  font-weight: 700;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 6px;
  background: #FF9F1A !important;
  color: #fff !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #ff9500;
  color: #fff;
}
.woocommerce .woocommerce-notices-wrapper {
  margin: 28px 0 0;
}
.woocommerce .woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  position: relative;
  display: flex;
  margin: 0 0 16px !important;
  padding: 18px 22px 18px 54px !important;
  gap: 16px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
  color: #2c2b28;
  font-size: 13px;
  line-height: 1.6;
  list-style: none;
}
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before {
  position: absolute;
  top: 50% !important;
  left: 20px !important;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 18px;
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-info a:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button {
  margin-left: auto;
  min-height: auto;
}
.woocommerce .woocommerce-error {
  border-color: #e8c7c4;
  background: #fff7f6;
  color: #8f3d36;
}
.woocommerce .woocommerce-message {
  border-color: #c9dfcd;
  background: #f5faf6;
  color: #376b40;
}
.woocommerce .woocommerce-info {
  border-color: #cddce5;
  background: #f5f9fb;
  color: #416675;
}

@media (max-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }
  .woocommerce .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
    padding: 15px 16px 15px 46px !important;
  }
}
.section {
  padding: 72px 0;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 2px solid #FF9F1A;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.section-heading__title {
  margin: 0;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.section-heading__link span {
  font-size: 18px;
  line-height: 1;
  transition: transform 180ms ease;
}
.section-heading__link:hover {
  color: #ff9500;
}
.section-heading__link:hover span {
  transform: translateX(4px);
}

/* Hero */
.home-hero {
  padding: 32px 0 0;
  background: #fff;
}

.home-slider {
  position: relative;
  overflow: hidden;
}

.home-slider__track {
  position: relative;
  aspect-ratio: 12/5;
}

.home-slider__slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.home-slider__slide.is-active {
  visibility: visible;
  opacity: 1;
}
.home-slider__slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.home-slider__arrow svg {
  position: absolute;
  width: 18px;
  height: 18px;
  fill: #171714;
}
.home-slider__arrow:hover {
  background: #FF9F1A;
}
.home-slider__arrow:hover svg {
  fill: #fff;
}

.home-slider__arrow--prev {
  left: 20px;
}

.home-slider__arrow--next {
  right: 20px;
}

.home-slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.home-slider__dot {
  width: 16px;
  height: 16px;
  min-height: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 180ms ease;
}
.home-slider__dot.is-active {
  background: #FF9F1A;
}

/* New products */
.home-products {
  background: #fff;
}

.home-products__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  padding-left: 0;
}

/* Categories */
.home-categories {
  background: #f7f3eb;
}

.home-categories__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  display: flex;
  min-height: 140px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 24px 16px 20px;
  background: #fff;
  color: #171714;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}
.category-card:hover {
  color: #171714;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.category-card:hover .category-card__icon {
  transform: translateY(-2px);
}
.category-card:hover .category-card__line {
  width: 36px;
}

.category-card__icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #FF9F1A;
  transition: transform 180ms ease;
}
.category-card__icon svg {
  width: 40px;
  height: 40px;
}

.category-card__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.category-card__line {
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 13px;
  background: #FF9F1A;
  transition: width 180ms ease;
}

.home-categories__footer {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

/* Authors + featured product */
.home-editorial {
  background: #fff;
}

.home-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 46px;
}

.home-authors {
  min-width: 0;
}

.home-authors__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.author-card {
  min-width: 0;
  text-align: center;
}

.author-card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f7f3eb;
}
.author-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
  transition: filter 180ms ease, transform 300ms ease;
}

.author-card:hover .author-card__image img {
  filter: grayscale(0);
  transform: scale(1.03);
}

.author-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #77736b;
}
.author-card__placeholder svg {
  width: 46%;
  height: 46%;
}

.author-card__name {
  display: block;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

/* Featured */
.home-featured {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) 45%;
  min-height: 310px;
  border-radius: 4px;
  background: #f6efe5;
}

.home-featured__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 42px 0 42px 42px;
}

.home-featured__eyebrow {
  border-bottom: 2px solid #FF9F1A;
  padding-bottom: 8px;
  margin-bottom: 24px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.2;
}

.home-featured__title {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}
.home-featured__title a {
  color: #171714;
}
.home-featured__title a:hover {
  color: #ff9500;
}

.home-featured__description {
  max-width: 290px;
  margin-bottom: 18px;
  color: #77736b;
  font-size: 13px;
  line-height: 1.65;
}
.home-featured__description p {
  margin: 0;
}

.home-featured__price {
  margin-bottom: 20px;
  color: #171714;
  font-size: 17px;
  font-weight: 700;
}
.home-featured__price del {
  margin-right: 6px;
  color: #77736b;
  font-size: 13px;
  font-weight: 400;
}
.home-featured__price ins {
  text-decoration: none;
}

.home-featured__button {
  padding-right: 24px;
  padding-left: 24px;
}

.home-featured__image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 28px 24px 0;
}
.home-featured__image img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: 270px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(12px 12px 14px rgba(0, 0, 0, 0.15));
  transition: transform 300ms ease;
}
.home-featured__image::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}
.home-featured__image:hover img {
  transform: translateY(-4px) rotate(1deg);
}

@media (max-width: 1200px) {
  .home-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .home-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-editorial__grid {
    grid-template-columns: 1fr;
  }

  .home-featured {
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading__title {
    font-size: 25px;
  }

  .home-hero {
    padding-top: 20px;
  }

  .home-slider__arrow {
    width: 36px;
    height: 36px;
  }

  .home-slider__arrow--prev {
    left: 10px;
  }

  .home-slider__arrow--next {
    right: 10px;
  }

  .home-slider__dots {
    bottom: 12px;
  }

  .home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 16px !important;
  }

  .home-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card {
    min-height: 140px;
    padding: 20px 12px;
  }

  .home-authors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .author-card__image {
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-featured {
    grid-template-columns: 1fr 40%;
  }

  .home-featured__content {
    padding: 32px 0 32px 28px;
  }

  .home-featured__title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .section-heading {
    align-items: flex-end;
  }

  .section-heading__link {
    font-size: 10px;
  }

  .category-card__title {
    font-size: 11px;
  }

  .home-featured {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .home-featured__content {
    padding: 30px 28px 10px;
  }

  .home-featured__image {
    height: 230px;
    padding-top: 10px;
  }
  .home-featured__image img {
    height: 220px;
  }
}
.account-auth {
  margin: 28px 0 70px;
}
.account-auth__header {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #FF9F1A;
}
.account-auth__header h1 {
  margin: 0 0 5px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}
.account-auth__header p {
  margin: 0;
  color: #77736b;
  font-size: 12px;
  line-height: 1.5;
}
.account-auth__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.account-auth__grid--single {
  grid-template-columns: minmax(0, 560px);
}
.account-auth__panel {
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.account-auth__panel--register {
  background: #fbf8f3;
}
.account-auth__panel-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 26px 20px;
  border-bottom: 1px solid #e8e2d8;
}
.account-auth__panel-header h2 {
  margin: 0;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.account-auth__panel-header p {
  margin: 0;
  color: #77736b;
  font-size: 12px;
  line-height: 1.55;
}
.account-auth__icon {
  display: flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 159, 26, 0.35);
  border-radius: 50%;
  color: #FF9F1A;
}
.account-auth__icon svg {
  width: 18px;
  height: 18px;
}
.account-auth__form {
  margin: 0 !important;
  padding: 24px 26px 26px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.account-auth__field {
  margin-bottom: 17px;
}
.account-auth__field label {
  display: block;
  margin-bottom: 6px;
  color: #171714;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
.account-auth__field .required {
  color: #FF9F1A;
}
.account-auth__field input {
  width: 100%;
  height: 44px;
  padding: 0 13px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  color: #171714;
  font-family: inherit;
  font-size: 12px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.account-auth__field input:focus {
  border-color: #FF9F1A;
  box-shadow: 0 0 0 2px rgba(255, 159, 26, 0.08);
}
.account-auth__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 2px 0 20px;
}
.account-auth__remember {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #77736b;
  font-size: 11px;
  cursor: pointer;
}
.account-auth__remember input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #FF9F1A;
}
.account-auth__forgot {
  color: #FF9F1A;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}
.account-auth__forgot:hover {
  text-decoration: underline;
}
.account-auth__submit {
  display: flex !important;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 !important;
  padding: 11px 20px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #FF9F1A !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 180ms ease;
}
.account-auth__submit i {
  font-size: 13px;
}
.account-auth__submit:hover {
  opacity: 0.9;
}
.account-auth__notice {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 10px 14px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  background: #fff;
}
.account-auth__notice svg {
  width: 16px;
  height: 16px;
}
.account-auth__notice p {
  margin: 0;
  color: #77736b;
  font-size: 12px;
  line-height: 1.6;
  width: calc(100% - 30px);
}
.account-auth__privacy, .account-auth .woocommerce-privacy-policy-text {
  color: #77736b;
  font-size: 12px;
  line-height: 1.5;
}
.account-auth__privacy p, .account-auth .woocommerce-privacy-policy-text p {
  margin: 0 0 22px;
}
.account-auth__privacy a, .account-auth .woocommerce-privacy-policy-text a {
  color: #FF9F1A;
  text-decoration: none;
}
.account-auth__privacy a:hover, .account-auth .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .account-auth {
    margin-bottom: 45px;
  }
  .account-auth__grid {
    grid-template-columns: 1fr;
  }
  .account-auth__panel-header, .account-auth__form, .account-auth__benefits {
    padding: 18px !important;
  }
  .account-auth__options {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.account-page {
  margin: 28px 0 70px;
}
.account-page__header {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #FF9F1A;
}
.account-page__header h1 {
  margin: 0 0 5px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}
.account-page__header p {
  margin: 0;
  color: #77736b;
  font-size: 12px;
  line-height: 1.5;
}
.account-page__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.account-page__sidebar {
  min-width: 0;
}
.account-page__content {
  min-width: 0;
  padding: 26px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
}
.account-page__content > p:first-child {
  margin-top: 0;
}
.account-page__content h2,
.account-page__content h3 {
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.account-page__content h2 {
  margin: 0 0 20px;
  font-size: 24px;
}
.account-page__content h3 {
  font-size: 19px;
}
.account-page__content p {
  color: #77736b;
  font-size: 12px;
  line-height: 1.65;
}
.account-page__content a {
  color: #FF9F1A;
}

/* ACCOUNT NAV */
.account-nav {
  width: 100% !important;
  float: none !important;
}
.account-nav ul {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
  list-style: none;
  overflow: hidden;
}
.account-nav li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e8e2d8;
}
.account-nav li:last-child {
  border-bottom: 0;
}
.account-nav li a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: #171714;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}
.account-nav li a svg {
  width: 18px;
  height: 18px;
}
.account-nav li a svg:last-child {
  width: 10px;
  height: 10px;
}
.account-nav li a span {
  flex: 1;
}
.account-nav li a:hover {
  background: #f7f3eb;
  color: #FF9F1A;
}
.account-nav li.is-active a {
  background: rgba(255, 159, 26, 0.06);
  color: #FF9F1A;
  font-weight: 600;
}
.account-nav li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #FF9F1A;
}

/* DASHBOARD */
.woocommerce-MyAccount-content {
  width: 100% !important;
  float: none !important;
}
.woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

/* ORDERS */
.woocommerce-orders-table {
  width: 100%;
  margin: 0 !important;
  border: 1px solid #e8e2d8 !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 13px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid #e8e2d8 !important;
  font-size: 11px;
  vertical-align: middle;
}
.woocommerce-orders-table thead th {
  background: #f7f3eb;
  color: #77736b;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-orders-table tbody tr:last-child td, .woocommerce-orders-table tbody tr:last-child th {
  border-bottom: 0 !important;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number {
  font-weight: 600;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a {
  color: #171714;
  text-decoration: none;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a:hover {
  color: #FF9F1A;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
  margin: 0 !important;
  padding: 8px 12px !important;
  border-radius: 3px !important;
  background: #FF9F1A !important;
  color: #fff !important;
  font-size: 10px !important;
  text-decoration: none;
  min-height: auto;
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button:hover {
  background: #ff9500 !important;
}

/* ADDRESSES */
.woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.woocommerce-Addresses:before, .woocommerce-Addresses:after {
  content: none !important;
}
.woocommerce-Addresses .woocommerce-Address {
  float: none !important;
  width: 100% !important;
  padding: 20px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}
.woocommerce-Addresses .woocommerce-Address header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 14px;
}
.woocommerce-Addresses .woocommerce-Address header:before, .woocommerce-Addresses .woocommerce-Address header:after {
  content: none !important;
}
.woocommerce-Addresses .woocommerce-Address header h2 {
  margin: 0;
}
.woocommerce-Addresses .woocommerce-Address header .edit {
  float: none !important;
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-Addresses .woocommerce-Address address {
  color: #77736b;
  font-size: 11px;
  font-style: normal;
  line-height: 1.7;
}

/* ACCOUNT FORMS */
.account-page__content .woocommerce-form-row,
.account-page__content .form-row {
  float: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
}
.account-page__content .woocommerce-form-row label,
.account-page__content .form-row label {
  display: block;
  margin-bottom: 6px;
  color: #171714;
  font-size: 12px;
  font-weight: 600;
}
.account-page__content .woocommerce-form-row input.input-text,
.account-page__content .woocommerce-form-row select,
.account-page__content .woocommerce-form-row textarea,
.account-page__content .form-row input.input-text,
.account-page__content .form-row select,
.account-page__content .form-row textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  outline: none;
  background: #fff;
  color: #171714;
  font-size: 12px;
  margin-bottom: 8px;
}
.account-page__content .woocommerce-form-row input.input-text:focus,
.account-page__content .woocommerce-form-row select:focus,
.account-page__content .woocommerce-form-row textarea:focus,
.account-page__content .form-row input.input-text:focus,
.account-page__content .form-row select:focus,
.account-page__content .form-row textarea:focus {
  border-color: #FF9F1A;
  box-shadow: 0 0 0 2px rgba(255, 159, 26, 0.07);
}
.account-page__content .woocommerce-form-row textarea,
.account-page__content .form-row textarea {
  min-height: 100px;
  padding-top: 10px;
}
.account-page__content fieldset {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
}
.account-page__content fieldset legend {
  padding: 0 8px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}
.account-page__content button.button {
  min-height: 42px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #FF9F1A !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.account-page__content button.button:hover {
  background: #ff9500 !important;
}

/* NOTICES */
.account-page .woocommerce-message,
.account-page .woocommerce-info,
.account-page .woocommerce-error {
  margin-bottom: 20px !important;
  align-items: center;
}
.account-page .woocommerce-message a,
.account-page .woocommerce-info a,
.account-page .woocommerce-error a {
  min-height: auto;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 850px) {
  .account-page__layout {
    grid-template-columns: 1fr;
  }

  .account-nav ul {
    display: flex;
    overflow-x: auto;
    border-radius: 4px;
  }
  .account-nav li {
    flex: 0 0 auto;
    border-right: 1px solid #e8e2d8;
    border-bottom: 0;
  }
  .account-nav li:last-child {
    border-right: 0;
  }
  .account-nav li a {
    padding: 0 16px;
  }
  .account-nav li a .account-nav__arrow {
    display: none;
  }
}
@media (max-width: 600px) {
  .account-page {
    margin-bottom: 45px;
  }
  .account-page__header h1 {
    font-size: 28px;
  }
  .account-page__content {
    padding: 18px 15px;
  }

  .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
  .woocommerce-Addresses .woocommerce-Address header {
    flex-direction: column;
  }

  .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-orders-table tbody,
.woocommerce-orders-table tr,
.woocommerce-orders-table td {
    display: block;
    width: 100%;
  }
  .woocommerce-orders-table tr {
    padding: 12px 14px;
    border-bottom: 1px solid #e8e2d8;
  }
  .woocommerce-orders-table td {
    display: flex !important;
    justify-content: space-between;
    gap: 15px;
    padding: 6px 0 !important;
    border-bottom: 0 !important;
    text-align: right !important;
  }
  .woocommerce-orders-table td::before {
    color: #77736b;
    font-weight: 600;
    text-align: left;
  }
  .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    padding-top: 10px !important;
  }
  .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
    width: 100%;
    text-align: center;
  }
}
.account-dashboard__welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.account-dashboard__welcome h2 {
  margin: 0 0 5px;
  font-size: 24px;
}
.account-dashboard__welcome p {
  margin: 0;
}
.account-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.account-dashboard-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 16px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
  color: #171714 !important;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}
.account-dashboard-card:hover {
  border-color: rgba(255, 159, 26, 0.5);
  background: rgba(255, 159, 26, 0.04);
}
.account-dashboard-card__icon {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #FF9F1A;
}
.account-dashboard-card__icon svg {
  width: 20px;
  height: 20px;
}
.account-dashboard-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.account-dashboard-card__content strong {
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}
.account-dashboard-card > svg {
  width: 16px;
  height: 16px;
  fill: #FF9F1A;
}

.account-dashboard-section + .account-dashboard-section {
  margin-top: 28px;
}
.account-dashboard-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e2d8;
}
.account-dashboard-section__header h3 {
  margin: 0;
  font-size: 20px;
}
.account-dashboard-section__header a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.account-dashboard-section__header a svg {
  width: 16px;
  height: 16px;
}
.account-dashboard-section__header a:hover {
  text-decoration: underline;
}

.account-latest-order {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 17px 18px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
}
.account-latest-order > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.account-latest-order > div span {
  color: #77736b;
  font-size: 12px;
  text-transform: uppercase;
}
.account-latest-order > div strong {
  color: #171714;
  font-size: 14px;
  font-weight: 600;
}
.account-latest-order__button {
  padding: 9px 12px;
  border-radius: 3px;
  background: #FF9F1A;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.account-latest-order__button:hover {
  background: #ff9500;
  text-decoration: none;
}

.account-dashboard-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-dashboard-address {
  padding: 18px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}
.account-dashboard-address__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 13px;
}
.account-dashboard-address__head > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-dashboard-address__head > div strong {
  color: #171714;
  font-size: 16px;
}
.account-dashboard-address__head a {
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.account-dashboard-address address {
  margin: 0;
  color: #77736b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.65;
}

.account-dashboard-empty {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}
.account-dashboard-empty > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}
.account-dashboard-empty > div strong {
  font-size: 14px;
}
.account-dashboard-empty > div span {
  color: #77736b;
  font-size: 12px;
}
.account-dashboard-empty > a {
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 850px) {
  .account-dashboard__stats {
    grid-template-columns: 1fr;
  }

  .account-latest-order {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-latest-order__button {
    grid-column: 1/-1;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .account-dashboard-addresses {
    grid-template-columns: 1fr;
  }

  .account-latest-order {
    grid-template-columns: 1fr;
  }
  .account-latest-order > div {
    flex-direction: row;
    justify-content: space-between;
  }

  .account-dashboard-section__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}
.account-order__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.account-order__header h2 {
  margin: 3px 0 0;
}
.account-order__eyebrow {
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.account-order__status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #f7f3eb;
  color: #77736b;
  font-size: 12px;
  font-weight: 600;
}
.account-order__status--processing, .account-order__status--completed {
  background: #edf7ef;
  color: #348348;
}
.account-order__status--on-hold {
  background: #fff5df;
  color: #9b6a0b;
}
.account-order__status--cancelled, .account-order__status--failed, .account-order__status--refunded {
  background: #fbeeee;
  color: #a84a4a;
}
.account-order__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}

.account-order-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 15px 17px;
  border-right: 1px solid #e8e2d8;
}
.account-order-meta:last-child {
  border-right: 0;
}
.account-order-meta svg {
  fill: #FF9F1A;
  width: 24px;
  height: 24px;
}
.account-order-meta > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.account-order-meta > div > span {
  color: #77736b;
  font-size: 10px;
}
.account-order-meta strong {
  overflow: hidden;
  color: #171714;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
}

.account-order-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e2d8;
}
.account-order-section__header h3 {
  margin: 0;
  font-size: 20px;
}
.account-order-section__header > span {
  color: #77736b;
  font-size: 10px;
}

.account-order-products {
  border: 1px solid #e8e2d8;
  border-radius: 5px 5px 0 0;
  background: #fff;
  overflow: hidden;
}

.account-order-product {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 12px 16px;
  border-bottom: 1px solid #e8e2d8;
}
.account-order-product:last-child {
  border-bottom: 0;
}
.account-order-product__image {
  display: flex;
  width: 48px;
  height: 66px;
  align-items: center;
  justify-content: center;
}
.account-order-product__image a {
  display: block;
  height: 100%;
}
.account-order-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 66px;
  object-fit: contain;
}
.account-order-product__info {
  min-width: 0;
}
.account-order-product__info .wc-item-meta {
  margin: 4px 0 0;
  padding: 0;
  color: #77736b;
  font-size: 9px;
  list-style: none;
}
.account-order-product__info .wc-item-meta li,
.account-order-product__info .wc-item-meta p {
  margin: 0;
}
.account-order-product__name {
  margin-bottom: 4px;
}
.account-order-product__name a {
  color: #171714;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.account-order-product__name a:hover {
  color: #FF9F1A;
}
.account-order-product__quantity {
  color: #77736b;
  font-size: 11px;
}
.account-order-product__total {
  color: #171714;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.account-order-product__note {
  padding: 10px 16px;
  border-bottom: 1px solid #e8e2d8;
  background: #f7f3eb;
  color: #77736b;
  font-size: 10px;
}
.account-order-product__note p {
  margin: 0;
}

.account-order-totals {
  padding: 10px 16px;
  border: 1px solid #e8e2d8;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #f7f3eb;
}

.account-order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 34px;
  color: #77736b;
  font-size: 12px;
}
.account-order-total strong {
  color: #171714;
  font-weight: 600;
  text-align: right;
}
.account-order-total--final {
  min-height: 46px;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #e8e2d8;
}
.account-order-total--final > span {
  color: #171714;
  font-size: 12px;
  font-weight: 600;
}
.account-order-total--final strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.account-order + .woocommerce-customer-details,
.account-order .woocommerce-customer-details {
  margin-top: 28px;
}
.account-order + .woocommerce-customer-details .woocommerce-columns,
.account-order .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.account-order + .woocommerce-customer-details .woocommerce-columns:before, .account-order + .woocommerce-customer-details .woocommerce-columns:after,
.account-order .woocommerce-customer-details .woocommerce-columns:before,
.account-order .woocommerce-customer-details .woocommerce-columns:after {
  content: none !important;
}
.account-order + .woocommerce-customer-details .woocommerce-column,
.account-order .woocommerce-customer-details .woocommerce-column {
  float: none !important;
  width: 100% !important;
  padding: 18px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}
.account-order + .woocommerce-customer-details .woocommerce-column h2,
.account-order .woocommerce-customer-details .woocommerce-column h2 {
  margin: 0 0 13px;
  font-size: 17px;
}
.account-order + .woocommerce-customer-details .woocommerce-column address,
.account-order .woocommerce-customer-details .woocommerce-column address {
  padding: 0 !important;
  border: 0 !important;
  color: #77736b;
  font-size: 10px;
  font-style: normal;
  line-height: 1.7;
}

@media (max-width: 700px) {
  .account-order__header {
    flex-direction: column;
    gap: 10px;
  }
  .account-order__meta {
    grid-template-columns: 1fr;
  }

  .account-order-meta {
    border-right: 0;
    border-bottom: 1px solid #e8e2d8;
  }
  .account-order-meta:last-child {
    border-bottom: 0;
  }

  .account-order-product {
    grid-template-columns: 48px minmax(0, 1fr) auto;
  }
  .account-order-product__image {
    width: 48px;
    height: 54px;
  }

  .account-order + .woocommerce-customer-details .woocommerce-columns,
.account-order .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .account-order-product {
    grid-template-columns: 45px minmax(0, 1fr);
  }
  .account-order-product__total {
    grid-column: 2;
  }
}
.shop-archive {
  padding: 42px 0 80px;
}

.shop-archive__header {
  margin-bottom: 32px;
}

.shop-archive__intro {
  max-width: 760px;
}

.shop-archive__title {
  margin: 0 0 12px;
  font-size: 42px;
}

.shop-archive__description {
  color: #77736b;
  font-size: 14px;
  line-height: 1.7;
}
.shop-archive__description p {
  margin: 0;
}

.shop-archive__subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.shop-archive__subcategories a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #e8e2d8;
  border-radius: 999px;
  background: #fff;
  color: #171714;
  font-size: 12px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.shop-archive__subcategories a span {
  color: #77736b;
  font-size: 10px;
}
.shop-archive__subcategories a:hover {
  border-color: #FF9F1A;
  background: #f7f3eb;
  color: #ff9500;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  padding: 14px 0;
  border-top: 1px solid #e8e2d8;
  border-bottom: 1px solid #e8e2d8;
}

.shop-toolbar__left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.shop-toolbar__count {
  color: #77736b;
  font-size: 12px;
}
.shop-toolbar__count .woocommerce-result-count {
  float: none;
  margin: 0;
}

.shop-toolbar__sorting .woocommerce-ordering {
  float: none;
  margin: 0;
}
.shop-toolbar__sorting select {
  min-width: 220px;
  height: 40px;
  padding: 0 34px 0 12px;
  border: 1px solid #e8e2d8;
  border-radius: 6px;
  background: #fff;
  color: #2c2b28;
  font-size: 12px;
  outline: 0;
}
.shop-toolbar__sorting select:focus {
  border-color: #FF9F1A;
}

.shop-filter-toggle {
  display: none;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #e8e2d8;
  background: #fff;
  color: #171714;
}

.shop-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 40px;
  padding: 0;
}
.shop-layout--full {
  grid-template-columns: minmax(0, 1fr);
}

.shop-filters {
  min-width: 0;
}

.filter-panel__header {
  display: none;
}

.shop-category-list__scroll {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #FF9F1A transparent;
}

.shop-category-list {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e2d8;
}
.shop-category-list h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
}
.shop-category-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-category-list li {
  position: relative;
}
.shop-category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  color: #2c2b28;
  font-size: 12px;
  line-height: 1.4;
}
.shop-category-list li a span:last-child {
  color: #77736b;
  font-size: 10px;
}
.shop-category-list li a:hover {
  color: #ff9500;
}
.shop-category-list li.is-active {
  padding-left: 12px;
}
.shop-category-list li.is-active::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 2px;
  background: #FF9F1A;
}
.shop-category-list li.is-active a {
  color: #ff9500;
  font-weight: 600;
}

.filter-panel__title {
  margin-bottom: 12px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
}

.filter-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8e2d8;
}

.filter-group__toggle {
  display: flex;
  width: 100%;
  min-height: 0;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #171714;
  font-size: 14px;
  font-weight: 600;
}
.filter-group__toggle:hover {
  background: transparent;
  color: #ff9500;
}

.filter-group__chevron {
  color: #171714;
  font-size: 14px;
}

.filter-group__content {
  display: none;
  padding: 0 0 18px;
}

.filter-group.is-open .filter-group__content {
  display: block;
}

.filter-checkboxes {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-checkboxes li {
  margin-bottom: 8px;
}
.filter-checkboxes li:last-child {
  margin-bottom: 0;
}
.filter-checkboxes label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filter-checkboxes input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #FF9F1A;
}

.filter-checkboxes__label {
  color: #2c2b28;
  font-size: 11px;
}

.filter-checkboxes__count {
  color: #77736b;
  font-size: 10px;
}

.filter-checkboxes--scroll {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: #FF9F1A transparent;
}

.filter-search {
  margin-bottom: 12px;
}
.filter-search input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e8e2d8;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  font-size: 11px;
}
.filter-search input:focus {
  border-color: #FF9F1A;
}

.filter-price .price_slider_wrapper {
  margin-top: 5px;
}
.filter-price .price_slider {
  margin: 0 7px 16px;
}
.filter-price .ui-slider {
  position: relative;
  height: 4px;
  border-radius: 999px;
  background: #e8e2d8;
}
.filter-price .ui-slider-range {
  position: absolute;
  height: 100%;
  border-radius: 999px;
  background: #FF9F1A;
}
.filter-price .ui-slider-handle {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  margin-left: -6.5px;
  border: 0;
  border-radius: 50%;
  background: #FF9F1A;
  cursor: pointer;
  outline: 0;
}
.filter-price .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.filter-price .price_slider_amount .price_label {
  color: #77736b;
  font-size: 10px;
}
.filter-price .price_slider_amount .button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #e8e2d8;
  background: #fff;
  color: #ff9500;
  font-size: 10px;
  text-transform: uppercase;
}
.filter-price .price_slider_amount .button:hover {
  border-color: #FF9F1A;
  background: #FF9F1A;
  color: #fff;
}

.filter-reset {
  display: block;
  margin-top: 16px;
  color: #2c2b28;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
  border: 1px solid #2c2b28;
  border-radius: 6px;
  transition: border-color 180ms ease ease, color 180ms ease ease;
}
.filter-reset:hover {
  color: #FF9F1A;
  border: 1px solid #FF9F1A;
}

.shop-products {
  min-width: 0;
}
.shop-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 44px 28px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.shop-products ul.products::before, .shop-products ul.products::after {
  display: none !important;
  content: none !important;
}
.shop-products ul.products li.product {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  clear: none !important;
}
.shop-products .product-card__image-link {
  height: 260px;
}
.shop-products .product-card__image {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 260px;
  object-fit: contain;
}

.shop-layout--full .shop-products ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 48px;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  float: none;
  margin: 0;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color 180ms ease ease, background-color 180ms ease ease, color 180ms ease ease;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  border-color: #FF9F1A;
  background: #fff;
  color: #FF9F1A;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  border-color: #FF9F1A;
  background: #FF9F1A;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  width: 24px;
  border-color: transparent;
  background: transparent;
  color: #e8e2d8;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.dots:hover {
  border-color: transparent;
  background: transparent;
  color: #e8e2d8;
}

@media (max-width: 1180px) {
  .shop-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .shop-layout--full .shop-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 900px) {
  .shop-filter-toggle {
    display: inline-flex;
  }

  .shop-layout {
    display: block;
  }

  .shop-filters {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: min(340px, 88vw);
    padding: 24px;
    overflow-y: auto;
    visibility: hidden;
    background: #fff;
    box-shadow: 8px 0 30px rgba(0, 0, 0, 0.12);
    transform: translateX(-100%);
    transition: transform 220ms ease, visibility 220ms ease;
  }
  .shop-filters.is-open {
    visibility: visible;
    transform: translateX(0);
  }

  .filter-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  .filter-panel__header strong {
    font-size: 18px;
  }

  .filter-panel__close {
    display: flex;
    width: 38px;
    height: 38px;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #171714;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .shop-archive {
    padding-top: 28px;
  }

  .shop-archive__title {
    font-size: 34px;
  }

  .shop-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
    padding: 12px 0;
  }

  .shop-toolbar__sorting,
.shop-toolbar__sorting .woocommerce-ordering,
.shop-toolbar__sorting select {
    width: 100%;
  }

  .shop-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px 16px !important;
  }

  .shop-layout--full .shop-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shop-products .product-card__image-link {
    height: 220px;
  }

  .shop-products .product-card__image {
    max-height: 220px;
  }
}
.shop-page-header {
  max-width: 720px;
  margin: 36px 0 30px;
}
.shop-page-header__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #FF9F1A;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.shop-page-header h1 {
  margin: 0 0 9px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}
.shop-page-header p {
  max-width: 600px;
  margin: 0;
  color: #77736b;
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .shop-page-header {
    margin-top: 26px;
  }
  .shop-page-header h1 {
    font-size: 29px;
  }
}
.shop-no-results {
  max-width: 560px;
  margin: 60px auto 80px;
  padding: 0 20px;
  text-align: center;
}
.shop-no-results__icon {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(255, 159, 26, 0.35);
  border-radius: 50%;
  background: #f7f3eb;
  color: #FF9F1A;
}
.shop-no-results__icon i {
  font-size: 24px;
}
.shop-no-results__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #FF9F1A;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.shop-no-results h2 {
  margin: 0 0 10px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
}
.shop-no-results p {
  max-width: 470px;
  margin: 0 auto 22px;
  color: #77736b;
  font-size: 12px;
  line-height: 1.7;
}
.shop-no-results__actions {
  display: flex;
  justify-content: center;
}
.shop-no-results__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 3px;
  background: #FF9F1A;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease;
}
.shop-no-results__button:hover {
  background: #ff9500;
  color: #fff;
}
.shop-no-results__button i {
  font-size: 10px;
}

@media (max-width: 600px) {
  .shop-no-results {
    margin: 45px auto 60px;
  }
  .shop-no-results h2 {
    font-size: 25px;
  }
}
.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
}

.product-card__media {
  position: relative;
  margin-bottom: 18px;
}

.product-card__image-link {
  display: flex;
  width: 100%;
  aspect-ratio: 3/4;
  align-items: center;
  justify-content: center;
}

.product-card__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  transition: transform 280ms ease;
}

.product-card:hover .product-card__image {
  transform: scale(1.025);
}
.product-card:hover .product-card__title a {
  color: #ff9500;
}

.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.product-card__badge--sale {
  background: #FF9F1A;
  color: #fff;
}

.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 12px;
}

.product-card__author {
  margin-bottom: 5px;
  color: #77736b;
  font-size: 12px;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card__author a {
  color: inherit;
  transition: color 180ms ease;
}
.product-card__author a:hover {
  color: #FF9F1A;
}

.product-card__title {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.product-card__title a {
  min-height: 42px;
  display: -webkit-box;
  overflow: hidden;
  color: #171714;
  transition: color 180ms ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.product-card__price {
  color: #171714;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.product-card__price del {
  display: inline-block;
  margin-right: 6px;
  color: #77736b;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.75;
}
.product-card__price ins {
  color: #171714;
  text-decoration: none;
}
.product-card__price .woocommerce-Price-amount {
  white-space: nowrap;
}

.product-card__cart {
  display: inline-flex !important;
  width: 40px;
  height: 40px;
  min-height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e8e2d8;
  border-radius: 6px;
  background: #fff;
  color: #171714;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}
.product-card__cart svg {
  width: 20px;
  height: 20px;
}
.product-card__cart:hover {
  border-color: #FF9F1A;
  background: #FF9F1A;
  color: #fff;
  transform: translateY(-1px);
}
.product-card__cart.loading {
  pointer-events: none;
  opacity: 0.6;
}
.product-card__cart.added::after {
  display: none;
}

@media (max-width: 767px) {
  .product-card__media {
    margin-bottom: 14px;
  }

  .product-card__title {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .product-card__author {
    font-size: 11px;
  }

  .product-card__price {
    font-size: 14px;
  }

  .product-card__cart {
    width: 38px;
    height: 38px;
    min-height: 38px;
    flex-basis: 38px;
  }
}
.product-page {
  padding: 30px 0;
}

.product-page__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: stretch;
  margin-top: 28px;
}

.product-gallery {
  position: relative;
  display: flex;
  min-width: 0;
}
.product-gallery .woocommerce-product-gallery {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  z-index: 5;
  padding: 7px 12px;
  border-radius: 4px;
  background-color: #f7ab24;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
  display: flex;
  flex: 1;
}
.product-gallery .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 42px;
  border-radius: 6px;
  background: #f7f3eb;
  flex: 1;
}
.product-gallery .woocommerce-product-gallery__image img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 480px;
  object-fit: contain;
}
.product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 12px 0 0 !important;
}
.product-gallery .flex-control-thumbs li {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
}
.product-gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.product-gallery .flex-control-thumbs img.flex-active {
  outline: 2px solid #FF9F1A;
  outline-offset: -2px;
}

.product-gallery__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  padding: 7px 12px;
  border-radius: 4px;
  background: #FF9F1A;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.product-summary {
  padding-top: 12px;
}

.product-summary__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 12px;
}
.product-summary__categories a {
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.product-summary__categories a:not(:last-child)::after {
  margin-left: 12px;
  color: #e8e2d8;
  content: "/";
}
.product-summary__categories a:hover {
  color: #ff9500;
}

.product-summary__title {
  max-width: 620px;
  margin: 0 0 8px;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.08;
}

.product-summary__subtitle {
  margin-bottom: 30px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.4;
}

.product-summary__details {
  display: grid;
  gap: 9px;
  margin: 26px 0;
}
.product-summary__details > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  font-size: 13px;
}
.product-summary__details span {
  font-weight: 700;
}
.product-summary__details strong {
  font-weight: 400;
}
.product-summary__details a {
  color: #2c2b28;
}
.product-summary__details a:hover {
  color: #ff9500;
}

.product-summary__purchase {
  margin-top: 28px;
  padding: 24px 0;
  border-top: 1px solid #e8e2d8;
  border-bottom: 1px solid #e8e2d8;
}

.product-summary__price-row {
  display: flex;
  align-items: center;
  gap: 18px;
}

.product-summary__price {
  color: #171714;
  font-size: 30px;
  font-weight: 700;
}
.product-summary__price del {
  margin-right: 8px;
  color: #77736b;
  font-size: 16px;
  font-weight: 400;
}
.product-summary__price ins {
  text-decoration: none;
}

.product-summary__availability {
  color: #43884c;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-summary__availability.out-of-stock {
  color: #e2401c;
}

.product-summary__shipping {
  margin-top: 4px;
  color: #77736b;
  font-size: 12px;
}

.product-summary__cart {
  margin-top: 22px;
}
.product-summary__cart .stock {
  display: none;
}

.product-cart-form {
  display: flex !important;
  align-items: stretch;
  gap: 14px;
  margin: 0 !important;
}

.product-cart-form__quantity {
  display: grid;
  grid-template-columns: 48px 66px 48px;
  height: 52px;
  overflow: hidden;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
}
.product-cart-form__quantity .quantity {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.product-cart-form__quantity .qty {
  width: 100% !important;
  height: 50px;
  padding: 0;
  border: 0;
  border-right: 1px solid #e8e2d8;
  border-left: 1px solid #e8e2d8;
  border-radius: 0;
  background: transparent;
  color: #171714;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  appearance: textfield;
}
.product-cart-form__quantity .qty::-webkit-inner-spin-button, .product-cart-form__quantity .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.product-cart-form__quantity .qty:focus {
  outline: 0;
}

.quantity-button {
  display: flex;
  width: 48px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #77736b;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}
.quantity-button:hover {
  background: #f7f3eb;
  color: #171714;
}
.quantity-button:disabled {
  cursor: default;
  opacity: 0.35;
}

.product-cart-form .single_add_to_cart_button {
  min-width: 220px;
  height: 52px;
  min-height: 52px;
  flex: 1;
  margin: 0 !important;
  padding: 0 28px;
  border: 1px solid #FF9F1A;
  border-radius: 5px;
  background: #FF9F1A;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}
.product-cart-form .single_add_to_cart_button:hover {
  border-color: #ff9500;
  background: #ff9500;
  color: #fff;
}
.product-cart-form .single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.product-summary__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
}
.product-summary__benefits > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
}
.product-summary__benefits > div:first-child {
  padding-left: 0;
}
.product-summary__benefits > div:last-child {
  padding-right: 0;
}
.product-summary__benefits > div:not(:last-child) {
  border-right: 1px solid #e8e2d8;
}
.product-summary__benefits svg {
  fill: #FF9F1A;
}
.product-summary__benefits span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.product-summary__benefits strong {
  margin-bottom: 3px;
  color: #171714;
  font-size: 11px;
  line-height: 1.35;
}
.product-summary__benefits small {
  color: #77736b;
  font-size: 10px;
  line-height: 1.4;
}

.product-page__information {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid #e8e2d8;
}

.product-tabs {
  display: flex;
  gap: 38px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e8e2d8;
}
.product-tabs button {
  position: relative;
  min-height: 0;
  padding: 0 0 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #171714;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.product-tabs button:hover {
  background: transparent;
  color: #FF9F1A;
}
.product-tabs button.is-active {
  color: #FF9F1A;
}
.product-tabs button.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #FF9F1A;
}

.product-tab-content {
  display: none;
}
.product-tab-content.is-active {
  display: block;
}

.product-description {
  max-width: 780px;
}
.product-description h2,
.product-description h3 {
  margin: 30px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.35;
}
.product-description h2:first-child,
.product-description h3:first-child {
  margin-top: 0;
}
.product-description h2 {
  font-size: 26px;
}
.product-description h3 {
  font-size: 22px;
}
.product-description p {
  margin: 0 0 18px;
  color: #2c2b28;
  font-size: 14px;
  line-height: 1.85;
}
.product-description em {
  font-style: italic;
}
.product-description a {
  color: #ff9500;
}
.product-description a:hover {
  text-decoration: underline;
}

.product-details {
  max-width: 680px;
  margin: 0;
}
.product-details > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #e8e2d8;
}
.product-details > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-details dt {
  color: #77736b;
  font-size: 13px;
  font-weight: 500;
}
.product-details dd {
  margin: 0;
  color: #171714;
  font-size: 13px;
  font-weight: 600;
}
.product-details a {
  color: inherit;
}
.product-details a:hover {
  color: #ff9500;
}

.product-author {
  max-width: 780px;
}
.product-author p {
  margin: 0 0 18px;
  color: #2c2b28;
  font-size: 14px;
  line-height: 1.85;
}

.product-toc {
  max-width: 780px;
}
.product-toc p {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 18px;
  border-bottom: 1px solid #e8e2d8;
  color: #2c2b28;
  font-size: 14px;
  line-height: 1.55;
}
.product-toc p::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FF9F1A;
}
.product-toc p:last-child {
  border-bottom: 0;
}

.product-authors__grid {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  margin-top: 24px;
  flex-wrap: wrap;
}
.product-authors__grid .author-card__image {
  background: #fff;
  width: 100px;
  margin: 0 auto 14px;
}

.product-info-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: #f7f3eb;
}
.product-info-card h3 {
  margin: 0 auto 12px;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}
.product-info-card p {
  max-width: 200px;
  margin: 0 auto 18px;
  color: #77736b;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.product-info-card a {
  color: #ff9500;
  font-size: 12px;
  font-weight: 600;
}
.product-info-card a:hover {
  color: #FF9F1A;
}
.product-info-card > svg {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 38px;
  height: 38px;
  opacity: 0.75;
}

.upsells.products {
  margin-top: 24px;
  padding-top: 30px;
  border-top: 1px solid #e8e2d8;
}
.upsells.products > h2 {
  margin-bottom: 28px;
  font-size: 28px;
}
.upsells.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 30px 22px !important;
}
.upsells.products ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  .upsells.products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 991px) {
  .product-page__main {
    gap: 35px;
  }

  .product-summary__benefits {
    grid-template-columns: 1fr;
  }

  .product-page__information {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .product-page__main {
    grid-template-columns: 1fr;
  }

  .product-gallery .woocommerce-product-gallery__image {
    min-height: 420px;
    padding: 25px;
  }

  .product-gallery .woocommerce-product-gallery__image img {
    max-height: 380px;
  }

  .product-summary__title {
    font-size: 36px;
  }

  .product-cart-form {
    flex-direction: column;
  }

  .product-cart-form__quantity {
    width: 100%;
    grid-template-columns: 48px 1fr 48px;
  }

  .product-cart-form .single_add_to_cart_button {
    width: 100%;
  }

  .product-summary__benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-summary__benefits > div {
    padding: 0;
    border-right: 0 !important;
  }

  .product-tabs {
    gap: 20px;
    white-space: nowrap;
  }

  .product-details > div {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 16px !important;
  }
}
.product-format-recommendation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid #e8e2d8;
  border-left: 3px solid #FF9F1A;
  background: #f7f3eb;
  border-radius: 6px;
}
.product-format-recommendation p {
  margin: 0;
  color: #2c2b28;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
.product-format-recommendation a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: #ff9500;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.product-format-recommendation a:hover {
  color: #171714;
}
.product-format-recommendation a svg {
  width: 11px;
  height: 11px;
}

@media (max-width: 600px) {
  .product-format-recommendation {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
.cart-page {
  padding: 30px 0 80px;
}

.cart-page__header {
  border-bottom: 2px solid #FF9F1A;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.cart-page__header h1 {
  margin: 0;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 42px;
  align-items: start;
}

.cart-products__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 124px 120px 42px;
  gap: 24px;
  align-items: center;
  padding: 0 12px 12px;
  border-bottom: 1px solid #e8e2d8;
  color: #77736b;
  font-size: 11px;
  text-align: center;
}
.cart-products__head span:first-child {
  text-align: left;
}

.cart-products__list {
  border-bottom: 1px solid #e8e2d8;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px 124px 120px 42px;
  gap: 24px;
  align-items: center;
  padding: 22px 12px;
  border-bottom: 1px solid #e8e2d8;
}
.cart-item:last-child {
  border-bottom: 0;
}

.cart-item__product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.cart-item__image {
  display: flex;
  height: 112px;
  align-items: center;
  justify-content: center;
}
.cart-item__image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.cart-item__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 112px;
  object-fit: contain;
}

.cart-item__title {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.35;
}
.cart-item__title a {
  color: #171714;
}
.cart-item__title a:hover {
  color: #ff9500;
}

.cart-item__subtitle {
  margin-bottom: 5px;
  color: #77736b;
  font-size: 11px;
  line-height: 1.4;
}

.cart-item__authors {
  color: #77736b;
  font-size: 11px;
}

.cart-item__actions {
  display: flex;
  gap: 12px;
}

.cart-item__remove {
  display: flex;
  justify-content: flex-end;
}

.woocommerce a.remove {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e0d7;
  border-radius: 6px;
  text-decoration: none;
  transition: 180ms ease ease;
}
.woocommerce a.remove svg {
  width: 16px;
  height: 16px;
  fill: #77736b;
}
.woocommerce a.remove:hover {
  border-color: #d65a4a;
  background: #fff8f6;
}
.woocommerce a.remove:hover svg {
  fill: #d65a4a;
}

.cart-item__price,
.cart-item__subtotal {
  color: #171714;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cart-quantity {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  background: #fff;
}
.cart-quantity .quantity {
  width: auto !important;
  margin: 0 !important;
}
.cart-quantity .qty {
  width: 100% !important;
  height: 38px;
  padding: 0;
  border: 0;
  border-right: 1px solid #e8e2d8;
  border-left: 1px solid #e8e2d8;
  border-radius: 0;
  background: transparent;
  text-align: center;
  appearance: textfield;
}
.cart-quantity .qty::-webkit-inner-spin-button, .cart-quantity .qty::-webkit-outer-spin-button {
  appearance: none;
}

.cart-quantity__button {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #77736b;
  font-size: 17px;
}
.cart-quantity__button:hover {
  background: #f7f3eb;
  color: #171714;
}

.cart-products__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
}

.cart-continue,
.cart-update {
  display: inline-flex !important;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  background: #fff;
  color: #171714;
  font-size: 11px !important;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-continue svg,
.cart-update svg {
  width: 20px;
  height: 20px;
}
.cart-continue:hover,
.cart-update:hover {
  border-color: #FF9F1A;
  color: #ff9500;
}

.cart-update {
  cursor: pointer;
}

.cart-summary {
  position: sticky;
  top: 30px;
}

.cart-summary__inner {
  padding: 26px;
  border-radius: 6px;
  background: #f7f3eb;
}
.cart-summary__inner h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e2d8;
}

.cart-summary__row,
.cart-summary__shipping,
.cart-summary__coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  font-size: 12px;
}
.cart-summary__row strong,
.cart-summary__shipping strong,
.cart-summary__coupon strong {
  color: #171714;
  font-weight: 600;
  text-align: right;
}

.cart-summary__shipping strong {
  max-width: 145px;
  color: #77736b;
  font-size: 10px;
  font-weight: 400;
}

.cart-summary__coupon-toggle {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ff9500;
  font-size: 11px;
  cursor: pointer;
}
.cart-summary__coupon-toggle:hover {
  text-decoration: underline;
}

.cart-summary__coupon-form {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 8px 0 12px;
}
.cart-summary__coupon-form.is-open {
  display: grid;
}
.cart-summary__coupon-form input {
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  outline: 0;
}
.cart-summary__coupon-form input:focus {
  border-color: #FF9F1A;
}
.cart-summary__coupon-form .button {
  min-height: 38px;
  padding: 0 12px;
}

.cart-summary__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px solid #e8e2d8;
}
.cart-summary__total span {
  font-size: 13px;
  font-weight: 600;
}
.cart-summary__total strong {
  color: #171714;
  font-size: 24px;
}

.cart-summary__checkout {
  display: flex !important;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 22px !important;
  border: 1px solid #FF9F1A !important;
  border-radius: 4px !important;
  background: #FF9F1A !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.cart-summary__checkout svg {
  width: 20px;
  height: 20px;
}
.cart-summary__checkout:hover {
  border-color: #ff9500 !important;
  background: #ff9500 !important;
}

.cart-summary__payment {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e8e2d8;
}

.cart-summary__payment-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.cart-summary__payment-header div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cart-summary__payment-header strong {
  color: #171714;
  font-size: 11px;
  line-height: 1.4;
}
.cart-summary__payment-header span {
  color: #77736b;
  font-size: 9px;
  line-height: 1.45;
}

.cart-summary__payment-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.cart-summary__payment-logos img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.cart-related {
  margin-top: 68px;
}

.cart-related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid #FF9F1A;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.cart-related__header h2 {
  margin: 0;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.cart-related__header a {
  color: #ff9500;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.cart-related ul.products {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 30px 22px !important;
}
.cart-related ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 1100px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }

  .cart-related ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 800px) {
  .cart-products__head {
    display: none;
  }

  .cart-item {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .cart-item__product {
    grid-column: 1/-1;
  }

  .cart-item__subtotal {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .cart-page__header h1 {
    font-size: 34px;
  }

  .cart-item {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  .cart-item__product {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .cart-item__image {
    height: 100px;
  }
  .cart-item__image img {
    max-height: 100px;
  }

  .cart-item__price,
.cart-item__subtotal {
    display: flex;
    justify-content: space-between;
  }

  .cart-products__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cart-continue,
.cart-update {
    justify-content: center;
  }

  .cart-summary__inner {
    padding: 22px;
  }

  .cart-related ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 16px !important;
  }
}
.empty-cart {
  max-width: 560px;
  margin: 65px auto 70px;
  text-align: center;
}
.empty-cart__icon {
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border: 1px solid rgba(255, 159, 26, 0.35);
  border-radius: 50%;
  background: #f7f3eb;
  color: #FF9F1A;
}
.empty-cart__icon i {
  font-size: 25px;
}
.empty-cart__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #FF9F1A;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.empty-cart h1 {
  margin: 0 0 11px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
}
.empty-cart p {
  max-width: 440px;
  margin: 0 auto 22px;
  color: #77736b;
  font-size: 11px;
  line-height: 1.7;
}
.empty-cart__button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 19px;
  border-radius: 3px;
  background: #FF9F1A;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease;
}
.empty-cart__button:hover {
  background: #ff9500;
  color: #fff;
}

.empty-cart-products {
  margin-bottom: 70px;
  padding-top: 30px;
  border-top: 1px solid #e8e2d8;
}
.empty-cart-products__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.empty-cart-products__header > div > span {
  display: block;
  margin-bottom: 4px;
  color: #FF9F1A;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.empty-cart-products__header > div h2 {
  margin: 0;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}
.empty-cart-products__header > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #FF9F1A;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.empty-cart-products__header > a:hover {
  text-decoration: underline;
}
.empty-cart-products .products {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}

@media (max-width: 600px) {
  .empty-cart {
    margin: 45px auto 55px;
    padding: 0 15px;
  }
  .empty-cart h1 {
    font-size: 27px;
  }

  .empty-cart-products {
    margin-bottom: 50px;
  }
  .empty-cart-products__header {
    align-items: flex-start;
    gap: 8px;
  }
  .empty-cart-products__header > div h2 {
    font-size: 20px;
  }
  .empty-cart-products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 16px !important;
  }
}
.woocommerce-form-login-toggle {
  margin: 24px auto;
  max-width: 1180px;
}
.woocommerce-form-login-toggle .woocommerce-info {
  margin: 0 !important;
  gap: 16px;
}
.woocommerce-form-login-toggle .woocommerce-info:before {
  content: "📚";
}

.woocommerce-form-login.login {
  margin: 0 auto 28px !important;
  padding: 22px 24px !important;
  border: 1px solid #e8e2d8 !important;
  border-radius: 5px;
  background: #f7f3eb;
  max-width: 1180px;
}
.woocommerce-form-login.login > p:first-child {
  margin-top: 0;
  color: #77736b;
  font-size: 12px;
  line-height: 1.6;
}
.woocommerce-form-login.login .form-row {
  margin-bottom: 14px;
}
.woocommerce-form-login.login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: 15px;
  height: 42px;
}
.woocommerce-form-login.login .woocommerce-form-login__submit {
  min-height: 42px;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #FF9F1A !important;
  color: #fff !important;
}
.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
  background: #ff9500 !important;
}
.woocommerce-form-login.login .lost_password {
  margin: 10px 0 0;
}
.woocommerce-form-login.login .lost_password a {
  color: #FF9F1A;
  font-size: 12px;
}

.woocommerce-NoticeGroup-checkout {
  display: none !important;
}

.checkout-page {
  padding: 32px 0 80px;
}
.checkout-page > .container {
  max-width: 1180px;
}
.checkout-page .woocommerce-breadcrumb {
  margin: 0 0 24px;
  color: #77736b;
  font-size: 12px;
}
.checkout-page .woocommerce-breadcrumb a {
  color: #77736b;
  text-decoration: none;
  transition: color 180ms ease;
}
.checkout-page .woocommerce-breadcrumb a:hover {
  color: #FF9F1A;
}
.checkout-page .checkout-page__header {
  margin-bottom: 26px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FF9F1A;
}
.checkout-page .checkout-page__header h1 {
  margin: 0 0 4px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.checkout-page .checkout-page__header p {
  margin: 0;
  color: #77736b;
  font-size: 13px;
  line-height: 1.6;
}
.checkout-page form.woocommerce-checkout {
  display: flex;
  column-gap: 28px;
  align-items: start;
}
.checkout-page form.woocommerce-checkout .customer-details-wrapper, .checkout-page form.woocommerce-checkout .order-review-wrapper {
  width: 50%;
}
.checkout-page #customer_details {
  display: block;
}
.checkout-page #customer_details .col-1,
.checkout-page #customer_details .col-2 {
  float: none;
  width: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
}
.checkout-page #customer_details .col-2 {
  margin-top: 18px;
}
.checkout-page #customer_details h3 {
  margin: 0 0 22px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.checkout-page .woocommerce-billing-fields__field-wrapper,
.checkout-page .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}
.checkout-page .woocommerce-billing-fields__field-wrapper .form-row,
.checkout-page .woocommerce-shipping-fields__field-wrapper .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-page .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide,
.checkout-page .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide {
  grid-column: 1/-1;
}
.checkout-page .woocommerce-shipping-fields__field-wrapper {
  padding-top: 22px;
}
.checkout-page #billing_company_field,
.checkout-page #billing_country_field,
.checkout-page #billing_address_1_field,
.checkout-page #billing_address_2_field,
.checkout-page #billing_phone_field,
.checkout-page #billing_email_field,
.checkout-page #shipping_company_field,
.checkout-page #shipping_country_field,
.checkout-page #shipping_address_1_field,
.checkout-page #shipping_address_2_field {
  grid-column: 1/-1;
}
.checkout-page form.woocommerce-checkout .form-row label {
  display: block;
  margin: 0 0 7px;
  color: #171714;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.checkout-page form.woocommerce-checkout .form-row label .required {
  color: #FF9F1A;
  text-decoration: none;
}
.checkout-page form.woocommerce-checkout .form-row label .optional {
  color: #77736b;
  font-weight: 400;
}
.checkout-page form.woocommerce-checkout .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.checkout-page form.woocommerce-checkout .form-row input.input-text,
.checkout-page form.woocommerce-checkout .form-row select,
.checkout-page form.woocommerce-checkout .form-row textarea {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  outline: 0;
  background: #fff;
  color: #171714;
  font-size: 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.checkout-page form.woocommerce-checkout .form-row input.input-text:focus,
.checkout-page form.woocommerce-checkout .form-row select:focus,
.checkout-page form.woocommerce-checkout .form-row textarea:focus {
  border-color: #FF9F1A;
  box-shadow: 0 0 0 2px rgba(255, 159, 26, 0.07);
}
.checkout-page form.woocommerce-checkout .form-row input.input-text::placeholder,
.checkout-page form.woocommerce-checkout .form-row select::placeholder,
.checkout-page form.woocommerce-checkout .form-row textarea::placeholder {
  color: #aaa;
}
.checkout-page form.woocommerce-checkout .form-row textarea {
  min-height: 100px;
  padding-top: 11px;
  resize: vertical;
}
.checkout-page form.woocommerce-checkout .form-row.woocommerce-invalid label {
  color: #b84d43;
}
.checkout-page form.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
.checkout-page form.woocommerce-checkout .form-row.woocommerce-invalid textarea,
.checkout-page form.woocommerce-checkout .form-row.woocommerce-invalid .select2-selection {
  border-color: #d88982;
}
.checkout-page form.woocommerce-checkout .form-row.woocommerce-validated input.input-text,
.checkout-page form.woocommerce-checkout .form-row.woocommerce-validated textarea,
.checkout-page form.woocommerce-checkout .form-row.woocommerce-validated .select2-selection {
  border-color: #e8e2d8;
}
.checkout-page .select2-container {
  width: 100% !important;
}
.checkout-page .select2-container .select2-selection--single {
  height: 44px;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  background: #fff;
}
.checkout-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 38px 0 12px;
  color: #171714;
  font-size: 13px;
  line-height: 42px;
}
.checkout-page .select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 8px;
}
.checkout-page .select2-container.select2-container--focus .select2-selection--single, .checkout-page .select2-container.select2-container--open .select2-selection--single {
  border-color: #FF9F1A;
}
.checkout-page .woocommerce-account-fields {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e8e2d8;
}
.checkout-page .woocommerce-account-fields p {
  margin: 0;
}
.checkout-page .woocommerce-account-fields label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkout-page .woocommerce-account-fields input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #FF9F1A;
}
.checkout-page .woocommerce-shipping-fields {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e2d8;
}
.checkout-page .woocommerce-shipping-fields #ship-to-different-address {
  margin: 0;
}
.checkout-page .woocommerce-shipping-fields #ship-to-different-address label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0;
  cursor: pointer;
}
.checkout-page .woocommerce-shipping-fields #ship-to-different-address span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}
.checkout-page .woocommerce-shipping-fields #ship-to-different-address input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #FF9F1A;
}
.checkout-page .woocommerce-shipping-fields .shipping_address {
  margin-top: 22px;
}
.checkout-page .woocommerce-additional-fields > h3 {
  margin: 0 0 16px !important;
  font-size: 17px !important;
}
.checkout-page .woocommerce-additional-fields .form-row {
  margin: 0;
}
.checkout-page #order_review_heading {
  margin: 0;
  padding: 16px 20px;
  border-radius: 5px 5px 0 0;
  background: #FF9F1A;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  border: 1px solid #e8e2d8;
  border-bottom: 0;
}
.checkout-page #order_review {
  padding: 0;
  background: transparent;
}
.checkout-page .checkout-review {
  width: 100%;
  border: 1px solid #e8e2d8;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
  overflow: hidden;
}
.checkout-page .checkout-review__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 12px 18px;
  border-bottom: 1px solid #e8e2d8;
  color: #77736b;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout-page .checkout-review__head span:first-child {
  grid-column: 1/3;
}
.checkout-page .checkout-review__head span:last-child {
  grid-column: 3;
  text-align: right;
}
.checkout-page .checkout-review__products {
  border-bottom: 1px solid #e8e2d8;
}
.checkout-page .checkout-review-product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #e8e2d8;
}
.checkout-page .checkout-review-product:last-child {
  border-bottom: 0;
}
.checkout-page .checkout-review-product__image {
  display: flex;
  width: 58px;
  height: 78px;
  align-items: center;
  justify-content: center;
}
.checkout-page .checkout-review-product__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 78px;
  object-fit: contain;
}
.checkout-page .checkout-review-product__content {
  min-width: 0;
}
.checkout-page .checkout-review-product__name {
  margin-bottom: 5px;
  color: #171714;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.checkout-page .checkout-review-product__quantity {
  color: #77736b;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.checkout-page .checkout-review-product__price {
  padding-left: 10px;
  color: #171714;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}
.checkout-page .checkout-review-product__price .woocommerce-Price-amount {
  font-weight: inherit;
}
.checkout-page .checkout-review-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px;
  color: #171714;
  font-size: 14px;
}
.checkout-page .checkout-review-row > span {
  font-weight: 500;
}
.checkout-page .checkout-review-row > strong {
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.checkout-page .checkout-review-row--subtotal {
  padding-top: 16px;
}
.checkout-page .checkout-review-row--total {
  margin-top: 4px;
  padding: 18px;
  border-top: 1px solid #e8e2d8;
}
.checkout-page .checkout-review-row--total > span {
  font-size: 16px;
  font-weight: 600;
}
.checkout-page .checkout-review-row--total > strong {
  font-size: 20px;
  font-weight: 700;
}
.checkout-page .checkout-review-row--total > strong strong {
  font-weight: inherit;
}
.checkout-page .checkout-review-shipping {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 18px;
  border-top: 1px solid #e8e2d8;
}
.checkout-page .checkout-review-shipping__label {
  color: #171714;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.checkout-page .checkout-review-shipping__methods {
  min-width: 0;
  color: #171714;
  font-size: 12px;
}
.checkout-page #shipping_method {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.checkout-page #shipping_method li {
  position: relative;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 0 !important;
  padding: 10px 0 !important;
}
.checkout-page #shipping_method li:first-child {
  padding-top: 0 !important;
}
.checkout-page #shipping_method li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
}
.checkout-page #shipping_method input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
}
.checkout-page #shipping_method label {
  display: block;
  min-width: 0;
  margin: 0;
  color: #171714;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.checkout-page #shipping_method label .woocommerce-Price-amount {
  font-weight: 700;
  white-space: nowrap;
}
.checkout-page #shipping_method .vp-woo-pont-shipping-method-label {
  display: inline;
}
.checkout-page #shipping_method .vp-woo-pont-shipping-method-label-price {
  display: inline;
}
.checkout-page #shipping_method .vp-woo-pont-shipping-method-icons {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  vertical-align: middle;
}
.checkout-page #shipping_method [class*=vp-woo-pont-provider-icon-] {
  display: none;
}
.checkout-page .checkout-review-shipping .woocommerce-shipping-destination {
  margin: 10px 0 0;
  color: #77736b;
  font-size: 10px;
  line-height: 1.5;
}
.checkout-page .checkout-review-shipping .woocommerce-shipping-calculator {
  margin: 8px 0 0;
  font-size: 10px;
}
.checkout-page .checkout-review-shipping .woocommerce-shipping-calculator a {
  color: #FF9F1A;
}
.checkout-page .checkout-review-shipping__methods [class*=vp-woo-pont] {
  max-width: 100%;
}
.checkout-page .checkout-review-shipping__methods select,
.checkout-page .checkout-review-shipping__methods button,
.checkout-page .checkout-review-shipping__methods input[type=text] {
  max-width: 100%;
}
.checkout-page .checkout-review__totals > br {
  display: none;
}
.checkout-page .checkout-pickup-point {
  display: grid;
  grid-column: 1/3;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e8e2d8;
}
.checkout-page .checkout-pickup-point__label {
  color: #171714;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.checkout-page .checkout-pickup-point__content {
  min-width: 0;
}
.checkout-page .checkout-pickup-point__select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #FF9F1A;
  border-radius: 4px;
  background: rgba(255, 159, 26, 0.04);
  color: #FF9F1A;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.checkout-page .checkout-pickup-point__select i {
  font-size: 14px;
}
.checkout-page .checkout-pickup-point__select:hover {
  background: rgba(255, 159, 26, 0.08);
  color: #FF9F1A;
}
.checkout-page .checkout-pickup-point__selected {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.checkout-page .checkout-pickup-point__selected > [class*=vp-woo-pont-provider-icon-] {
  flex: 0 0 auto;
  margin-top: 2px;
}
.checkout-page .checkout-pickup-point__info {
  flex: 1;
  min-width: 0;
}
.checkout-page .checkout-pickup-point__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 4px;
}
.checkout-page .checkout-pickup-point__footer {
  color: #77736b;
  font-size: 10px;
  line-height: 1.5;
}
.checkout-page .checkout-pickup-point .vp-woo-pont-review-order-selected-provider {
  color: #171714;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
.checkout-page .checkout-pickup-point .vp-woo-pont-review-order-selected-cost {
  flex: 0 0 auto;
  color: #171714;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.checkout-page .checkout-pickup-point .vp-woo-pont-review-order-selected-address {
  color: #77736b;
}
.checkout-page .checkout-pickup-point__modify {
  margin-left: 5px;
  color: #FF9F1A;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.checkout-page .checkout-pickup-point__modify:hover {
  text-decoration: underline;
}
.checkout-page #payment {
  margin-top: 18px;
  padding: 0 !important;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff !important;
  overflow: hidden;
}
.checkout-page #payment::before {
  margin: 0;
  padding: 16px 20px;
  border-radius: 5px 5px 0 0;
  background: #FF9F1A;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  content: "Fizetési mód";
}
.checkout-page #payment .wc_payment_methods {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  list-style: none;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e8e2d8;
  background: #fff;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method:last-child {
  border-bottom: 0;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > label {
  position: relative;
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 14px 18px 14px 46px !important;
  color: #171714;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  transition: background-color 180ms ease;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > label::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > label::after {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF9F1A;
  content: "";
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > label img {
  width: auto;
  max-width: 150px;
  max-height: 24px;
  margin-left: auto;
  object-fit: contain;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method:hover > label {
  background: rgba(255, 159, 26, 0.025);
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > input[type=radio]:checked + label {
  background: rgba(255, 159, 26, 0.04);
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > input[type=radio]:checked + label::before {
  border-color: #FF9F1A;
  box-shadow: 0 0 0 1px #FF9F1A;
}
.checkout-page #payment .wc_payment_methods > li.wc_payment_method > input[type=radio]:checked + label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.checkout-page #payment .payment_box {
  margin: 0 !important;
  padding: 0 18px 16px 46px !important;
  background: rgba(255, 159, 26, 0.04) !important;
  color: #77736b !important;
  font-size: 10px !important;
  line-height: 1.65;
}
.checkout-page #payment .payment_box::before {
  display: none !important;
}
.checkout-page #payment .payment_box p {
  margin: 0 0 6px;
}
.checkout-page #payment .payment_box p:last-child {
  margin-bottom: 0;
}
.checkout-page #payment .place-order {
  margin: 0 !important;
  padding: 2px 18px 18px !important;
  border-top: 1px solid #e8e2d8;
  background: #fff;
}
.checkout-page #payment .place-order .woocommerce-privacy-policy-text,
.checkout-page #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 14px;
  color: #77736b;
  font-size: 10px;
  line-height: 1.6;
}
.checkout-page #payment .place-order a {
  color: #FF9F1A;
  text-decoration: none;
}
.checkout-page #payment .place-order a:hover {
  text-decoration: underline;
}
.checkout-page #place_order {
  width: 100%;
  min-height: 50px;
  float: none !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #FF9F1A !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.checkout-page #place_order:hover {
  background: #ff9500 !important;
}
.checkout-page .blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.72) !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  .checkout-page form.woocommerce-checkout {
    display: block;
  }
  .checkout-page form.woocommerce-checkout .customer-details-wrapper, .checkout-page form.woocommerce-checkout .order-review-wrapper {
    width: 100%;
  }
  .checkout-page #order_review_heading {
    margin-top: 28px;
  }
}
@media (max-width: 600px) {
  .checkout-page {
    padding: 22px 0 50px;
  }
  .checkout-page .checkout-page__header {
    margin-bottom: 22px;
  }
  .checkout-page .checkout-page__header h1 {
    font-size: 28px;
  }
  .checkout-page .checkout-page__header p {
    font-size: 12px;
  }
  .checkout-page #customer_details .col-1,
.checkout-page #customer_details .col-2 {
    padding: 18px 15px;
  }
  .checkout-page .woocommerce-billing-fields__field-wrapper,
.checkout-page .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .checkout-page .woocommerce-billing-fields__field-wrapper .form-row,
.checkout-page .woocommerce-billing-fields__field-wrapper .form-row-wide,
.checkout-page .woocommerce-shipping-fields__field-wrapper .form-row,
.checkout-page .woocommerce-shipping-fields__field-wrapper .form-row-wide {
    grid-column: auto;
  }
  .checkout-page #billing_company_field,
.checkout-page #billing_country_field,
.checkout-page #billing_address_1_field,
.checkout-page #billing_address_2_field,
.checkout-page #billing_phone_field,
.checkout-page #billing_email_field,
.checkout-page #shipping_company_field,
.checkout-page #shipping_country_field,
.checkout-page #shipping_address_1_field,
.checkout-page #shipping_address_2_field {
    grid-column: auto;
  }
  .checkout-page #order_review_heading {
    padding: 14px 16px;
    font-size: 17px;
  }
  .checkout-page .checkout-review__head {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 11px 14px;
  }
  .checkout-page .checkout-review-product {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 11px;
    padding: 12px 14px;
  }
  .checkout-page .checkout-review-product__image {
    width: 48px;
    height: 66px;
  }
  .checkout-page .checkout-review-product__image img {
    max-height: 66px;
  }
  .checkout-page .checkout-review-product__name {
    font-size: 11px;
  }
  .checkout-page .checkout-review-product__price {
    padding-left: 4px;
    font-size: 11px;
  }
  .checkout-page .checkout-review-row--total, .checkout-page .checkout-review-row--subtotal {
    padding: 14px;
  }
  .checkout-page .checkout-review-shipping {
    display: block;
    padding: 14px;
  }
  .checkout-page .checkout-review-shipping__label {
    margin-bottom: 16px;
  }
  .checkout-page .checkout-pickup-point {
    display: block;
    margin-top: 16px;
  }
  .checkout-page .checkout-pickup-point__label {
    margin-bottom: 16px;
  }
  .checkout-page .checkout-pickup-point__header {
    display: block;
  }
  .checkout-page .checkout-pickup-point .vp-woo-pont-review-order-selected-cost {
    display: block;
    margin-top: 3px;
  }
  .checkout-page #payment::before {
    padding: 14px 16px;
  }
  .checkout-page #payment .wc_payment_methods > li {
    padding: 12px 14px !important;
  }
  .checkout-page #payment .place-order {
    padding: 14px !important;
  }
}
.order-thankyou {
  margin: 30px 0 70px;
}
.order-thankyou__status {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px 26px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
}
.order-thankyou__status--success {
  background: #f7fbf7;
}
.order-thankyou__status--success .order-thankyou__status-icon {
  border-color: #9fcca8;
  color: #3f8b4e;
}
.order-thankyou__status--success > div:last-child > span {
  color: #3f8b4e;
}
.order-thankyou__status--failed {
  background: #fdf7f6;
}
.order-thankyou__status--failed .order-thankyou__status-icon {
  border-color: #d8aaa6;
  color: #a74f48;
}
.order-thankyou__status--failed > div:last-child > span {
  color: #a74f48;
}
.order-thankyou__status > div:last-child > span {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.order-thankyou__status h1 {
  margin: 0 0 7px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}
.order-thankyou__status p {
  max-width: 720px;
  margin: 0;
  color: #77736b;
  font-size: 11px;
  line-height: 1.65;
}
.order-thankyou__status-icon {
  display: flex;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
}
.order-thankyou__status-icon svg {
  width: 20px;
  height: 20px;
}
.order-thankyou__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}
.order-thankyou__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  column-gap: 28px;
  align-items: start;
}
.order-thankyou__main {
  min-width: 0;
}
.order-thankyou__main .woocommerce-order-details {
  margin: 0;
}
.order-thankyou__main .account-order-section {
  margin: 0;
}
.order-thankyou__sidebar {
  min-width: 0;
}
.order-thankyou__account-link {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #fff;
  color: #171714;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
}
.order-thankyou__account-link > i:first-child {
  color: #FF9F1A;
  font-size: 15px;
}
.order-thankyou__account-link > i:last-child {
  color: #FF9F1A;
  font-size: 11px;
}
.order-thankyou__account-link:hover {
  border-color: rgba(255, 159, 26, 0.5);
  color: #FF9F1A;
}
.order-thankyou__actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.order-thankyou__button {
  min-height: 42px;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #FF9F1A !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.order-thankyou__secondary {
  color: #FF9F1A;
  font-size: 10px;
  font-weight: 600;
}

.order-thankyou-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 15px 17px;
  border-right: 1px solid #e8e2d8;
}
.order-thankyou-meta:last-child {
  border-right: 0;
}
.order-thankyou-meta svg {
  fill: #FF9F1A;
  width: 24px;
  height: 24px;
}
.order-thankyou-meta > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.order-thankyou-meta > div > span {
  color: #77736b;
  font-size: 10px;
}
.order-thankyou-meta strong {
  overflow: hidden;
  color: #171714;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
}

.order-thankyou-next {
  padding: 20px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}
.order-thankyou-next h2 {
  margin: 0 0 18px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}
.order-thankyou-next__item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}
.order-thankyou-next__item + .order-thankyou-next__item {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #e8e2d8;
}
.order-thankyou-next__item > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.order-thankyou-next__item strong {
  color: #171714;
  font-size: 12px;
  font-weight: 600;
}
.order-thankyou-next__item span {
  color: #77736b;
  font-size: 10px;
  line-height: 1.55;
}
.order-thankyou-next__number {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 159, 26, 0.4);
  border-radius: 50%;
  background: #fff;
  color: #FF9F1A;
  font-size: 10px;
  font-weight: 700;
}

.order-thankyou .woocommerce-order-overview {
  display: none;
}
.order-thankyou .account-order-section__header {
  border-bottom: 2px solid #FF9F1A;
}
.order-thankyou .woocommerce-bacs-bank-details {
  padding: 18px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
  margin-bottom: 28px;
}
.order-thankyou .woocommerce-bacs-bank-details h2 {
  margin: 0 0 13px;
  font-size: 20px;
}
.order-thankyou .woocommerce-bacs-bank-details ul {
  margin-bottom: 0 !important;
  padding: 0;
  font-size: 14px;
}
.order-thankyou .woocommerce-customer-details {
  margin-top: 28px;
}
.order-thankyou .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.order-thankyou .woocommerce-customer-details .woocommerce-columns:before, .order-thankyou .woocommerce-customer-details .woocommerce-columns:after {
  content: none !important;
}
.order-thankyou .woocommerce-customer-details .woocommerce-column {
  float: none !important;
  width: 100% !important;
  padding: 18px;
  border: 1px solid #e8e2d8;
  border-radius: 5px;
  background: #f7f3eb;
}
.order-thankyou .woocommerce-customer-details .woocommerce-column h2 {
  margin: 0 0 13px;
  font-size: 20px;
}
.order-thankyou .woocommerce-customer-details .woocommerce-column address {
  padding: 0 !important;
  border: 0 !important;
  color: #77736b;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .order-thankyou__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .order-thankyou__content {
    grid-template-columns: 1fr;
  }
  .order-thankyou .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }

  .order-thankyou-meta:nth-child(2) {
    border-right: 0;
  }
  .order-thankyou-meta:nth-child(-n+2) {
    border-bottom: 1px solid #e8e2d8;
  }
}
@media (max-width: 600px) {
  .order-thankyou {
    margin-bottom: 45px;
  }
  .order-thankyou__status {
    padding: 20px 16px;
  }
  .order-thankyou__status h1 {
    font-size: 24px;
  }
  .order-thankyou__summary {
    grid-template-columns: 1fr;
  }

  .order-thankyou-meta {
    border-right: 0;
    border-bottom: 1px solid #e8e2d8 !important;
  }
  .order-thankyou-meta:last-child {
    border-bottom: 0 !important;
  }
}
.error-page {
  padding-bottom: 70px;
}

.error-404 {
  max-width: 670px;
  margin: 70px auto 85px;
  text-align: center;
}
.error-404__code {
  margin-bottom: 14px;
  color: rgba(255, 159, 26, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 92px;
  font-weight: 400;
  line-height: 1;
}
.error-404__eyebrow {
  display: block;
  margin-bottom: 20px;
  color: #FF9F1A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.error-404 h1 {
  margin: 0 auto 12px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
}
.error-404 > p {
  max-width: 500px;
  margin: 0 auto 25px;
  color: #77736b;
  font-size: 12px;
  line-height: 1.75;
}
.error-404__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}
.error-404__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.error-404__button--primary {
  border: 1px solid #FF9F1A;
  background: #FF9F1A;
  color: #fff;
}
.error-404__button--primary:hover {
  border-color: #ff9500;
  background: #ff9500;
  color: #fff;
}
.error-404__button--secondary {
  border: 1px solid #e8e2d8;
  background: #fff;
  color: #2c2b28;
}
.error-404__button--secondary:hover {
  border-color: #FF9F1A;
  color: #FF9F1A;
}
.error-404__search {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #e8e2d8;
}
.error-404__search label {
  display: block;
  margin-bottom: 10px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}
.error-404__search-field {
  position: relative;
  display: flex;
  align-items: center;
}
.error-404__search-field > i {
  position: absolute;
  left: 14px;
  color: #77736b;
  font-size: 13px;
  pointer-events: none;
}
.error-404__search-field input[type=search] {
  width: 100%;
  height: 44px;
  padding: 0 105px 0 39px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  background: #fff;
  color: #2c2b28;
  font-size: 10px;
  outline: 0;
}
.error-404__search-field input[type=search]::placeholder {
  color: #77736b;
}
.error-404__search-field input[type=search]:focus {
  border-color: #FF9F1A;
}
.error-404__search-field button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 36px;
  padding: 0 15px;
  border: 0;
  border-radius: 2px;
  background: #FF9F1A;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.error-404__search-field button:hover {
  background: #ff9500;
}

@media (max-width: 600px) {
  .error-404 {
    margin: 50px auto 65px;
    padding: 0 15px;
  }
  .error-404__code {
    font-size: 72px;
  }
  .error-404 h1 {
    font-size: 27px;
  }
  .error-404__actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .error-404__button {
    width: 100%;
  }
}
.content-page {
  padding-bottom: 70px;
}
.content-page__article {
  max-width: 900px;
  margin: 30px auto 0;
}
.content-page__header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e2d8;
}
.content-page__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #FF9F1A;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.content-page__header h1 {
  margin: 0;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
.content-page__content {
  color: #2c2b28;
  font-size: 14px;
  line-height: 1.5;
}
.content-page__content > *:first-child {
  margin-top: 0;
}
.content-page__content > *:last-child {
  margin-bottom: 0;
}
.content-page__content p {
  margin: 0 0 18px;
}
.content-page__content h2,
.content-page__content h3,
.content-page__content h4 {
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.3;
}
.content-page__content h2 {
  margin: 36px 0 14px;
  font-size: 25px;
}
.content-page__content h3 {
  margin: 28px 0 12px;
  font-size: 20px;
}
.content-page__content h4 {
  margin: 24px 0 10px;
  font-size: 16px;
}
.content-page__content ul,
.content-page__content ol {
  margin: 0 0 20px;
  padding-left: 22px;
}
.content-page__content ul li,
.content-page__content ol li {
  margin-bottom: 7px;
}
.content-page__content a {
  color: #ff9500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.content-page__content a:hover {
  color: #FF9F1A;
}
.content-page__content strong {
  color: #171714;
  font-weight: 700;
}
.content-page__content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 3px solid #FF9F1A;
  background: #f7f3eb;
  color: #2c2b28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
}
.content-page__content blockquote p:last-child {
  margin-bottom: 0;
}
.content-page__content hr {
  margin: 35px 0;
  border: 0;
  border-top: 1px solid #e8e2d8;
}
.content-page__content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.content-page__content figure {
  margin: 28px 0;
}
.content-page__content figure img {
  display: block;
}
.content-page__content figure figcaption {
  margin-top: 8px;
  color: #77736b;
  font-size: 12px;
  line-height: 1.5;
}
.content-page__content table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
  font-size: 12px;
}
.content-page__content table th,
.content-page__content table td {
  padding: 11px 12px;
  border: 1px solid #e8e2d8;
  text-align: left;
  vertical-align: top;
}
.content-page__content table th {
  background: #f7f3eb;
  color: #171714;
  font-weight: 700;
}

@media (max-width: 700px) {
  .content-page {
    padding-bottom: 50px;
  }
  .content-page__article {
    margin-top: 22px;
  }
  .content-page__header {
    margin-bottom: 24px;
    padding-bottom: 14px;
  }
  .content-page__header h1 {
    font-size: 29px;
  }
  .content-page__content {
    font-size: 11px;
  }
  .content-page__content h2 {
    font-size: 22px;
  }
  .content-page__content h3 {
    font-size: 18px;
  }
  .content-page__content blockquote {
    padding: 16px 18px;
    font-size: 15px;
  }
  .content-page__content table {
    display: block;
    overflow-x: auto;
  }
}
.people-page {
  padding-bottom: 70px;
}
.people-page__header {
  max-width: 700px;
  margin: 34px 0 30px;
}
.people-page__header h1 {
  margin: 0 0 8px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}
.people-page__header p {
  margin: 0;
  color: #77736b;
  font-size: 12px;
  line-height: 1.7;
}
.people-page__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #FF9F1A;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.people-page__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.people-page__empty {
  padding: 50px 0;
  color: #77736b;
  font-size: 10px;
  text-align: center;
}

.person-card {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  min-height: 74px;
  padding: 14px 42px 14px 14px;
  border: 1px solid #e8e2d8;
  border-radius: 6px;
  background: #fff;
  color: #2c2b28;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}
.person-card:hover {
  border-color: rgba(255, 159, 26, 0.55);
  background: #f7f3eb;
}
.person-card:hover .person-card__icon {
  border-color: rgba(255, 159, 26, 0.4);
  color: #FF9F1A;
}
.person-card:hover .person-card__arrow {
  color: #FF9F1A;
  transform: translateX(2px);
}
.person-card:hover .author-card__image img {
  filter: grayscale(0);
  transform: scale(1.03);
}
.person-card:hover h2 {
  color: #ff9500;
}
.person-card__icon {
  display: flex;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #e8e2d8;
  border-radius: 50%;
  background: #f7f3eb;
  color: #77736b;
  transition: border-color 180ms ease, color 180ms ease;
}
.person-card__content {
  min-width: 0;
}
.person-card h2 {
  margin: 0 0 3px;
  overflow: hidden;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 180ms ease;
}
.person-card span {
  display: block;
  color: #77736b;
  font-size: 9px;
}
.person-card__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #77736b;
  font-size: 11px;
  transform: translateY(-50%);
  transition: color 180ms ease, transform 180ms ease;
}

@media (max-width: 900px) {
  .people-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .people-page {
    padding-bottom: 50px;
  }
  .people-page__header {
    margin: 26px 0 24px;
  }
  .people-page__header h1 {
    font-size: 29px;
  }
  .people-page__grid {
    grid-template-columns: 1fr;
  }
}
.people-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 24px;
  justify-content: center;
}
.people-filter__item {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  background: #fff;
  color: #2c2b28;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.people-filter__item:hover {
  border-color: #FF9F1A;
  color: #ff9500;
}
.people-filter__item.is-active {
  border-color: #FF9F1A;
  background: #FF9F1A;
  color: #fff;
}
.people-filter__item.is-disabled {
  opacity: 0.3;
  cursor: default;
}

.people-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 35px;
}
.people-pagination .page-numbers {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  background: #fff;
  color: #2c2b28;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.people-pagination .page-numbers:hover {
  border-color: #FF9F1A;
  color: #ff9500;
}
.people-pagination .page-numbers.current {
  border-color: #FF9F1A;
  background: #FF9F1A;
  color: #fff;
}
.people-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  color: #77736b;
}
.people-pagination .page-numbers.dots:hover {
  border-color: transparent;
  color: #77736b;
}
.people-pagination .page-numbers svg {
  width: 11px;
  height: 11px;
}

@media (max-width: 600px) {
  .people-filter {
    gap: 4px;
  }
  .people-filter__item {
    min-width: 28px;
    height: 28px;
    padding: 0 6px;
  }
}
.post-single {
  padding-bottom: 70px;
}
.post-single__article {
  max-width: 900px;
  margin: 34px auto 0;
}
.post-single__header {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
}
.post-single__header h1 {
  margin: 10px 0 15px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
.post-single__categories {
  text-align: center;
  color: #ff9500;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.post-single__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  color: #77736b;
  font-size: 9px;
}
.post-single__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.post-single__meta svg {
  fill: #FF9F1A;
  width: 16px;
  height: 16px;
}
.post-single__image {
  margin: 0 0 36px;
}
.post-single__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.post-single__content {
  margin: 0 auto;
  color: #2c2b28;
  font-size: 12px;
  line-height: 1.85;
}
.post-single__content > *:first-child {
  margin-top: 0;
}
.post-single__content > *:last-child {
  margin-bottom: 0;
}
.post-single__content p {
  margin: 0 0 20px;
}
.post-single__content h2,
.post-single__content h3,
.post-single__content h4 {
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.3;
}
.post-single__content h2 {
  margin: 38px 0 15px;
  font-size: 26px;
}
.post-single__content h3 {
  margin: 30px 0 13px;
  font-size: 21px;
}
.post-single__content h4 {
  margin: 25px 0 11px;
  font-size: 17px;
}
.post-single__content ul,
.post-single__content ol {
  margin: 0 0 22px;
  padding-left: 22px;
}
.post-single__content ul li,
.post-single__content ol li {
  margin-bottom: 8px;
}
.post-single__content a {
  color: #ff9500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.post-single__content a:hover {
  color: #FF9F1A;
}
.post-single__content strong {
  color: #171714;
  font-weight: 700;
}
.post-single__content blockquote {
  margin: 30px 0;
  padding: 20px 24px;
  border-left: 3px solid #FF9F1A;
  background: #f7f3eb;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.65;
}
.post-single__content blockquote p:last-child {
  margin-bottom: 0;
}
.post-single__content img {
  max-width: 100%;
  height: auto;
}
.post-single__content figure {
  margin: 30px 0;
}
.post-single__content figure img {
  display: block;
  border-radius: 6px;
}
.post-single__content figure figcaption {
  margin-top: 8px;
  color: #77736b;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}
.post-single__content hr {
  margin: 36px 0;
  border: 0;
  border-top: 1px solid #e8e2d8;
}
.post-single__content table {
  width: 100%;
  margin: 26px 0;
  border-collapse: collapse;
  font-size: 10px;
}
.post-single__content table th,
.post-single__content table td {
  padding: 11px 12px;
  border: 1px solid #e8e2d8;
  text-align: left;
  vertical-align: top;
}
.post-single__content table th {
  background: #f7f3eb;
  color: #171714;
  font-weight: 700;
}
.post-single__footer {
  max-width: 720px;
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid #e8e2d8;
}
.post-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.post-single__tags a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  background: #f7f3eb;
  color: #77736b;
  font-size: 8px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.post-single__tags a:hover {
  border-color: #FF9F1A;
  color: #ff9500;
}
.post-single__navigation {
  display: grid;
  max-width: 900px;
  margin: 50px auto 0;
  padding-top: 25px;
  border-top: 1px solid #e8e2d8;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.post-single__navigation-item {
  min-width: 0;
}
.post-single__navigation-item > span {
  display: block;
  margin-bottom: 6px;
  color: #77736b;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-single__navigation-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
}
.post-single__navigation-item a:hover {
  color: #ff9500;
}
.post-single__navigation-item a i {
  flex: 0 0 auto;
  color: #FF9F1A;
  font-size: 11px;
}
.post-single__navigation-item--next {
  text-align: right;
}
.post-single__navigation-item--next a {
  justify-content: flex-end;
}

@media (max-width: 700px) {
  .post-single {
    padding-bottom: 50px;
  }
  .post-single__article {
    margin-top: 25px;
  }
  .post-single__header {
    margin-bottom: 24px;
  }
  .post-single__header h1 {
    font-size: 31px;
  }
  .post-single__image {
    margin-bottom: 28px;
  }
  .post-single__content {
    font-size: 11px;
  }
  .post-single__content h2 {
    font-size: 23px;
  }
  .post-single__content h3 {
    font-size: 19px;
  }
  .post-single__content blockquote {
    padding: 17px 19px;
    font-size: 15px;
  }
  .post-single__content table {
    display: block;
    overflow-x: auto;
  }
  .post-single__navigation {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .post-single__navigation-item--next {
    text-align: left;
  }
  .post-single__navigation-item--next a {
    justify-content: flex-start;
  }
}
.posts-archive {
  padding-bottom: 70px;
}
.posts-archive__header {
  max-width: 720px;
  margin: 34px 0 32px;
}
.posts-archive__header h1 {
  margin: 0 0 9px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}
.posts-archive__header h1 .page-title {
  display: inline;
}
.posts-archive__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #FF9F1A;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.posts-archive__description {
  color: #77736b;
  font-size: 10px;
  line-height: 1.7;
}
.posts-archive__description p {
  margin: 0;
}
.posts-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.posts-archive__pagination {
  margin-top: 45px;
}
.posts-archive__pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.posts-archive__pagination .page-numbers {
  display: flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  background: #fff;
  color: #2c2b28;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}
.posts-archive__pagination .page-numbers:hover {
  border-color: #FF9F1A;
  color: #FF9F1A;
}
.posts-archive__pagination .page-numbers.current {
  border-color: #FF9F1A;
  background: #FF9F1A;
  color: #fff;
}
.posts-archive__empty {
  max-width: 500px;
  margin: 60px auto;
  text-align: center;
}
.posts-archive__empty h2 {
  margin: 12px 0 8px;
  color: #171714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}
.posts-archive__empty p {
  margin: 0;
  color: #77736b;
  font-size: 10px;
  line-height: 1.7;
}
.posts-archive__empty-icon {
  display: flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 159, 26, 0.3);
  border-radius: 50%;
  background: #f7f3eb;
  color: #FF9F1A;
}
.posts-archive__empty-icon i {
  font-size: 21px;
}

.post-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #e8e2d8;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 180ms ease, transform 180ms ease;
}
.post-card:hover {
  border-color: rgba(255, 159, 26, 0.55);
  transform: translateY(-2px);
}
.post-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #f7f3eb;
}
.post-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.post-card__image:hover img {
  transform: scale(1.025);
}
.post-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #FF9F1A;
}
.post-card__placeholder i {
  font-size: 28px;
  opacity: 0.45;
}
.post-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}
.post-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 7px;
}
.post-card__categories a {
  color: #ff9500;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.post-card__categories a:hover {
  color: #FF9F1A;
}
.post-card__categories a:not(:last-child)::after {
  margin-left: 5px;
  color: #e8e2d8;
  content: "•";
}
.post-card h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
}
.post-card h2 a {
  color: #171714;
  text-decoration: none;
}
.post-card h2 a:hover {
  color: #ff9500;
}
.post-card__excerpt {
  margin: 0 0 15px;
  color: #77736b;
  font-size: 10px;
  line-height: 1.65;
}
.post-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #e8e2d8;
}
.post-card__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #77736b;
  font-size: 8px;
}
.post-card__date i {
  color: #FF9F1A;
}
.post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #171714;
  font-size: 8px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.post-card__more i {
  color: #FF9F1A;
  font-size: 9px;
  transition: transform 180ms ease;
}
.post-card__more:hover {
  color: #ff9500;
}
.post-card__more:hover i {
  transform: translateX(2px);
}

@media (max-width: 900px) {
  .posts-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .posts-archive {
    padding-bottom: 50px;
  }
  .posts-archive__header {
    margin: 26px 0 24px;
  }
  .posts-archive__header h1 {
    font-size: 29px;
  }
  .posts-archive__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .post-card h2 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
