@charset "UTF-8";
/**
 * Theme Name:     Pergament promet
 * Author:         Pergament promet
 * Template:       twentytwentyone
 * Text Domain:	   pergament-promet
 * Description:    Pergament promet is custom theme
 * Version:        1.0
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
span,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
nav.primary-navigation a,
body button {
  font-family: "Poppins", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
  color: var(--c-main-headers);
}

body h2 {
  font-size: 54px;
}

body h3 {
  font-size: 24px;
}

p,
ol,
ul,
li,
dl,
dt,
dd {
  font-weight: 400;
  font-size: 16px;
  color: var(--c-text);
}

html a {
  color: var(--c-highlight);
  text-decoration: none;
}

.big-text {
  font-size: 18px;
}

.entry-header,
.woocommerce-products-header {
  margin: 0 !important;
  padding: 0 0 50px !important;
  max-width: 100%;
  border: none !important;
}

.entry-title,
h1.woocommerce-products-header__title.page-title {
  font-weight: 700 !important;
  font-size: 46px !important;
  border-left: 2px solid var(--c-highlight);
  padding: 8px 0 8px 42px;
}

@media (max-width: 1023px) {
  body h2 {
    font-size: 36px;
  }
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  .big-text {
    font-size: 14px;
  }
  .entry-title,
  h1.woocommerce-products-header__title.page-title {
    margin: 0 0 !important;
    font-size: 36px !important;
  }
}
@media (max-width: 576px) {
  .entry-title,
  h1.woocommerce-products-header__title.page-title {
    border-left: none;
    padding: 0;
  }
}
@media (max-width: 481px) {
  body h2 {
    font-size: 32px;
  }
  .entry-title,
  h1.woocommerce-products-header__title.page-title {
    font-size: 32px !important;
  }
}
:root {
  --c-main-headers: #212121;
  --c-text: #7e7e7e;
  --c-highlight: #4d7b39;
  --bc-light: #f5f5f5;
  --bc-highlight: #4d7b39;
  --bc-highlight-light: #d9d9d9;
  --bc-hover: #213518;
  --bc-btn-hover: #212121;
  --box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  --box-shadow-hover: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

html body {
  background-color: #f5f5f5;
}

html body {
  max-width: 100%;
  overflow-x: hidden;
}
html .site-header {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
html .site-main {
  padding-top: unset;
  padding-bottom: unset;
}
html .site-main > * {
  margin-bottom: unset;
}
html .site-footer {
  padding-bottom: unset;
}
html .site-footer > *,
html .widget-area > * {
  margin-top: unset;
  margin-bottom: unset;
}

.d-flex {
  display: flex;
}

.flex-content-space-between {
  justify-content: space-between;
}

.inner-wrapper {
  padding: 100px 60px;
  max-width: 1440px;
  margin: auto;
}

.woocommerce .content-area {
  max-width: 1440px;
  padding: 50px 60px 100px;
}

.woocommerce .content-area .site-main {
  margin: 0 !important;
}

.page .entry-content {
  margin: 0;
}
.page .entry-content p,
.page .entry-content ul {
  margin: 0 0 16px;
  max-width: 100% !important;
}
.page .entry-content ul {
  padding-left: 18px;
}
.page .entry-content ul a {
  padding-right: 12px;
}
.page .entry-content ul a::after {
  content: "→";
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 0;
  opacity: 0;
  transition: 150ms linear;
}
.page .entry-content ul a:hover::after {
  padding-left: 4px;
  opacity: 1;
}

.headline-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  margin: 0 auto 80px;
}
.headline-wrapper p.headline-wrapper-desc {
  margin: 30px 0;
  text-align: center;
}

.post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 100%;
  overflow: hidden;
}
.post-list .post-item {
  display: block;
  background: rgba(245, 245, 245, 0.9);
  position: relative;
}
.post-list .post-item-content {
  flex-direction: column;
}
.post-list .post-item-content .post-item-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-list .post-item-content .post-item-btn span {
  padding-right: 20px;
  margin-right: -135px;
  opacity: 0;
  transition: 0.2s linear;
}
.post-list .post-item-content .post-item-btn img {
  max-height: 24px;
  position: relative;
  left: 7.55px;
}
.post-list .post-item-btn:hover span {
  margin-right: 0;
  opacity: 1;
}
.post-list .post-item-content-info {
  padding: 30px 30px 0;
  width: 100%;
  margin-bottom: 80px;
}
.post-list .post-item-content-info h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-item-featured-image {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  height: 300px;
}

@media (max-width: 1023px) {
  .inner-wrapper {
    padding: 100px 40px;
  }
  .post-list .post-item-content .post-item-btn span {
    padding-right: 20px;
    margin-right: 0;
    opacity: 1;
    max-width: 100%;
  }
  .woocommerce .content-area {
    padding: 50px 40px 100px;
  }
  .page .entry-content ul a {
    padding-right: 0;
  }
  .page .entry-content ul a::after {
    display: none;
  }
}
@media (max-width: 720px) {
  .inner-wrapper {
    padding: 50px 40px;
  }
  .headline-wrapper {
    margin: 0 auto;
  }
}
html .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: transparent;
}
html .site a:focus-visible:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid var(--bc-hover);
}
html .site .button:focus,
html button:focus,
html select:focus,
html input[type=submit]:focus,
html input[type=reset]:focus,
html input[type=checkbox]:focus,
html .wp-block-search .wp-block-search__button:focus,
html .wp-block-button .wp-block-button__link:focus,
html .wp-block-file a.wp-block-file__button:focus {
  outline: none;
  outline-offset: unset;
}
html .site .button:focus-visible,
html button:focus-visible,
html select:focus-visible,
html input[type=submit]:focus-visible,
html input[type=reset]:focus-visible,
html input[type=checkbox]:focus-visible,
html .wp-block-search .wp-block-search__button:focus-visible,
html .wp-block-button .wp-block-button__link:focus-visible,
html .wp-block-file a.wp-block-file__button:focus-visible {
  outline: 2px solid var(--bc-hover);
}
html .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none;
}
html input[type=text]:focus,
html input[type=email]:focus,
html input[type=url]:focus,
html input[type=password]:focus,
html input[type=search]:focus,
html input[type=number]:focus,
html input[type=tel]:focus,
html input[type=date]:focus,
html input[type=month]:focus,
html input[type=week]:focus,
html input[type=time]:focus,
html input[type=datetime]:focus,
html input[type=datetime-local]:focus,
html input[type=color]:focus,
html .site textarea:focus {
  outline-offset: unset;
  outline: none;
}
html input[type=text]:focus-visible,
html input[type=email]:focus-visible,
html input[type=url]:focus-visible,
html input[type=password]:focus-visible,
html input[type=search]:focus-visible,
html input[type=number]:focus-visible,
html input[type=tel]:focus-visible,
html input[type=date]:focus-visible,
html input[type=month]:focus-visible,
html input[type=week]:focus-visible,
html input[type=time]:focus-visible,
html input[type=datetime]:focus-visible,
html input[type=datetime-local]:focus-visible,
html input[type=color]:focus-visible,
html .site textarea:focus-visible {
  outline: 2px solid var(--bc-hover);
}
html .primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
  outline: none;
}
html .primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus-visible {
  outline: 2px solid var(--bc-hover);
}
html .post-item-btn:focus-visible {
  outline: none;
  border-color: var(--bc-hover);
}
html .post-item-btn:focus-visible span {
  max-width: 200px;
  padding-right: 16px;
}
html .category-tag-btn:focus-visible {
  outline: none !important;
  border-color: var(--bc-hover);
  background-color: var(--c-highlight) !important;
}
html a.button:focus,
html a.button:focus-visible {
  background: var(--bc-btn-hover) !important;
}
html .post-item-btn:focus,
html .post-item-btn:focus-visible {
  background: var(--bc-highlight) !important;
  outline: none !important;
}
html .post-item-btn:focus span,
html .post-item-btn:focus-visible span {
  margin-right: 0 !important;
  opacity: 1 !important;
}
html .dobavljaci-item:focus,
html .dobavljaci-item:focus-visible {
  background: #fff !important;
  outline-color: var(--bc-hover);
}

header.site-header {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.02);
}
header.site-header .inner-wrapper {
  position: relative;
  padding: 0 60px;
  width: 100%;
  align-items: center;
}
header.site-header .site-branding {
  margin-top: 0;
}
header.site-header .primary-menu-container {
  margin: 0 60px 0 0;
}
header.site-header .primary-menu-container > ul > .menu-item > a {
  font-size: 16px;
  text-decoration: none;
}
header.site-header .primary-menu-container > ul > .menu-item > a:hover {
  color: var(--c-highlight);
}
header.site-header .primary-menu-container > ul > .menu-item.current-menu-item > a {
  color: var(--c-highlight);
}
header.site-header .sub-menu-toggle {
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  box-shadow: none !important;
}
header.site-header .primary-navigation > div > .menu-wrapper > li > .sub-menu {
  padding-top: 0;
}
header.site-header .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  background: var(--bc-highlight);
}
header.site-header .primary-navigation .sub-menu .menu-item > a {
  padding: 14px 28px;
  border-bottom: 1px solid var(--bc-highlight-light);
  color: #fff;
}
header.site-header .primary-navigation .sub-menu .menu-item > a:hover {
  text-decoration: none;
  background: var(--bc-btn-hover);
}
header.site-header .primary-navigation .sub-menu .menu-item:last-of-type > a {
  border-bottom: none;
}
header.site-header .primary-navigation > div > .menu-wrapper > li > .sub-menu:before,
header.site-header .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
  display: none;
}
header.site-header .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
header.site-header .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  padding: 0 4px;
  color: var(--c-main-headers);
}
header.site-header .primary-navigation .sub-menu {
  border: none;
}

nav.primary-navigation .current-menu-item > a:first-child:hover,
nav.primary-navigation .current_page_item > a:first-child:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .site-logo {
    margin: 0 !important;
    padding: 16px 0;
  }
  header.site-header .inner-wrapper {
    padding: 0 16px;
  }
  header.site-header .primary-menu-container > ul > .menu-item > a {
    font-size: 14px;
  }
  header.site-header .primary-navigation .sub-menu .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  header.site-header .primary-menu-container {
    margin: 0;
  }
  .primary-navigation {
    display: flex;
  }
  .primary-navigation .menu-button-container {
    display: flex;
    position: relative;
    padding: 0;
    align-self: center;
  }
  .primary-navigation .menu-button-container {
    z-index: 9999999 !important;
  }
  .primary-navigation .menu-button-container #primary-mobile-menu {
    padding: 12.5px;
    box-shadow: none;
    background: whitesmoke;
  }
  .primary-navigation .menu-button-container #primary-mobile-menu svg.svg-icon {
    margin: 0 !important;
  }
  .site-header .search-form-wrapper {
    right: 81px;
  }
  .primary-navigation .primary-menu-container {
    display: none;
    position: fixed !important;
    background: #fff !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999;
  }
  .primary-navigation .primary-menu-container .menu-wrapper {
    flex-direction: column;
    max-width: 100%;
  }
  .primary-navigation .primary-menu-container.active-primary-menu-container {
    display: block;
    padding: 76px 20px 0;
    max-width: 80% !important;
    left: unset;
    right: 0;
    width: 400px !important;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item {
    flex-wrap: wrap;
  }
  header.site-header .primary-menu-container > ul > li.menu-item {
    border-bottom: 1px solid var(--bc-light);
    align-items: center;
  }
  header.site-header .primary-menu-container > ul > li.menu-item > a {
    width: 100%;
  }
  header.site-header .primary-menu-container > ul > li.menu-item.menu-item-has-children > a {
    max-width: calc(100% - 40px);
  }
  header.site-header .primary-menu-container > ul > li.menu-item.menu-item-has-children button.sub-menu-toggle {
    margin: 0;
    width: 40px !important;
    height: 40px !important;
  }
  header.site-header .primary-menu-container > ul > li.menu-item.menu-item-has-children .sub-menu li.menu-item {
    background: transparent;
  }
  header.site-header .primary-menu-container > ul > li.menu-item.menu-item-has-children .sub-menu li.menu-item > a {
    border-bottom: none;
    color: var(--c-text);
  }
  header.site-header .primary-menu-container > ul > li.menu-item.current-menu-item, header.site-header .primary-menu-container > ul > li.menu-item.current_page_parent {
    border-left: 2px solid var(--c-highlight);
  }
  header.site-header .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    padding-top: 0;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 481px) {
  header.site-header,
  header.site-header .inner-wrapper {
    height: 76px;
  }
  header.site-header {
    display: block;
  }
  .site-header .primary-navigation {
    top: unset;
    right: 16px;
  }
  .site-header .site-logo {
    position: relative !important;
    padding: 0 !important;
    inset: unset !important;
  }
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-height: 100%;
    max-width: 100%;
  }
  .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    display: block;
  }
  .primary-navigation-open .primary-navigation {
    width: 100% !important;
    position: relative !important;
    max-width: 100%;
  }
  .primary-navigation .primary-menu-container.active-primary-menu-container {
    max-width: 100% !important;
    width: 100% !important;
  }
  .primary-navigation-open .menu-button-container #primary-mobile-menu {
    position: absolute !important;
    top: -22px;
    right: -16px;
  }
  header.site-header .primary-menu-container > ul > li.menu-item > a {
    padding-left: 16px;
  }
}
footer.site-footer {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  background: #fff;
}
footer.site-footer h2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
footer.site-footer h2::after {
  content: "";
  display: block;
  background: var(--bc-highlight);
  width: 42px;
  position: absolute;
  height: 1px;
  bottom: 0;
}
footer.site-footer .footer-wrapper {
  gap: 4rem;
  margin-bottom: 60px;
}
footer.site-footer .footer-col > p a:hover {
  text-decoration: underline;
}
footer.site-footer .logo-footer-col {
  flex: 1;
}
footer.site-footer .logo-footer-col p {
  margin: 2rem 0 1.5rem;
}
footer.site-footer .site-info {
  flex: 1 1 100%;
  border-top: 1px solid #d9dbe9;
  padding-top: 40px;
}
footer.site-footer .site-info a.footer-link {
  color: var(--c-highlight);
}
footer.site-footer .site-info a.footer-link:hover {
  text-decoration: underline;
}
footer.site-footer nav.footer-navigation {
  margin: 0;
}
footer.site-footer ul.footer-navigation-wrapper {
  justify-content: flex-start;
}
footer.site-footer ul.footer-navigation-wrapper li {
  line-height: normal;
}
footer.site-footer ul.footer-navigation-wrapper li a {
  padding: 0.5rem;
}
footer.site-footer ul.footer-navigation-wrapper li a .svg-icon {
  fill: var(--bc-highlight);
}
footer.site-footer ul.footer-navigation-wrapper li:first-of-type a {
  padding-left: 0;
}
footer.site-footer ul.footer-nav {
  padding-left: 0;
  list-style: none;
  columns: 2;
}
footer.site-footer ul.footer-nav li {
  line-height: normal;
}
footer.site-footer ul.footer-nav a:hover {
  text-decoration: underline;
}
footer.site-footer .powered-by {
  width: 100%;
}
footer.site-footer #scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
}
footer.site-footer #scroll-to-top img {
  max-width: 10px;
  transform: rotate(-90deg);
  position: absolute;
  inset: 0;
  margin: auto;
}

@media (max-width: 1023px) {
  footer.site-footer .powered-by {
    flex-direction: column;
  }
  footer.site-footer .footer-wrapper {
    flex-direction: column;
  }
  footer.site-footer ul.footer-nav {
    columns: 3;
  }
}
@media (max-width: 481px) {
  footer.site-footer ul.footer-nav {
    columns: 2;
  }
}
body .site .button:not(:hover):not(:active):not(.has-background),
body button:not(:hover):not(:active):not(.has-background),
body input[type=submit]:not(:hover):not(:active):not(.has-background),
body input[type=reset]:not(:hover):not(:active):not(.has-background),
body .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
body .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
body .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--bc-highlight);
  color: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 15px;
  padding: 12px 32px;
  line-height: 1;
  transition: 0.2s linear;
}
body .site .button:hover,
body .site .button:active,
body button:hover,
body button:active,
body input[type=submit]:hover,
body input[type=submit]:active,
body input[type=reset]:hover,
body input[type=reset]:active,
body .wp-block-search .wp-block-search__button:hover,
body .wp-block-search .wp-block-search__button:active,
body .wp-block-button .wp-block-button__link:hover,
body .wp-block-button .wp-block-button__link:active,
body .wp-block-file a.wp-block-file__button:hover,
body .wp-block-file a.wp-block-file__button:active {
  background-color: var(--bc-btn-hover);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  padding: 12px 32px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  border-color: var(--bc-btn-hover);
}
body a.button:hover,
body a.button:visited {
  text-decoration: unset !important;
}

.post-item-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: var(--c-highlight);
  max-width: max-content !important;
  margin-right: 0 !important;
  padding: 12px 32px;
  border: 2px solid transparent;
}
.post-item-btn > span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 200ms linear all;
}
.post-item-btn > img {
  max-height: 24px;
}
.post-item-btn:hover span {
  max-width: 200px;
  padding-right: 16px;
}

.blog .post-item-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.blog .site-main > article.type-post.post .entry-content > p {
  margin-bottom: 80px;
}

.category-tag-btn {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 8px;
  background: var(--c-highlight);
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.2s linear;
}
.category-tag-btn:hover {
  background: #212121;
}

a.button {
  font-family: "Poppins", sans-serif !important;
}
a.button.download-button {
  display: flex;
  max-width: fit-content;
  margin-top: 25px;
}
a.button.download-button img {
  margin-left: 12px;
  max-height: 16px;
}

a.tag-button {
  font-size: 12px;
  background: var(--c-highlight);
  color: #fff;
  text-transform: uppercase;
  padding: 4px 12px;
  transition: linear 0.2s;
}
a.tag-button:focus, a.tag-button:focus-visible, a.tag-button:hover {
  background: var(--bc-btn-hover) !important;
  outline: none !important;
}

@media (max-width: 1023px) {
  .post-item-btn > span,
  a.button {
    font-size: 12px !important;
  }
  .post-item-btn > span {
    max-width: 100%;
    padding-right: 16px;
  }
  .archive.woocommerce a.button.download-button {
    order: 4;
  }
}
@media (max-width: 481px) {
  .post-item-btn > span,
  a.button {
    font-size: 14px !important;
  }
  .post-item-btn {
    max-width: 100% !important;
    width: 100%;
    justify-content: center;
  }
  .post-list .post-item-content .post-item-btn span {
    padding-right: 0;
  }
  .post-list .post-item-content .post-item-btn img {
    display: none;
  }
  .post-item-btn > span {
    padding-right: 0;
  }
  .post-item-btn > img {
    display: none;
  }
}
.home-slider-wrapper {
  max-width: calc(100% - 80px - 320px);
}
.home-slider-wrapper button {
  padding: 0 !important;
  color: transparent !important;
}
.home-slider-wrapper button:before {
  opacity: 0 !important;
}
.home-slider-wrapper button:hover {
  background-color: var(--bc-btn-hover) !important;
}
.home-slider-wrapper .home-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
  height: 100%;
}
.home-slider-wrapper .home-slider::before {
  content: "";
  background: url(/wp-content/uploads/2022/12/pattern.webp) no-repeat center/cover;
  display: block;
  width: 160px;
  height: 100px;
  position: absolute;
  left: -100px;
  top: -46px;
}
.home-slider-wrapper .home-slider > .slick-list {
  flex-grow: 1;
  background: #fff;
}
.home-slider-wrapper .home-slider:not(.slick-initialized) {
  flex-direction: row;
  max-height: 696px;
  opacity: 0;
}
.home-slider-wrapper li {
  width: 16px !important;
  height: 16px !important;
  overflow: hidden;
}
.home-slider-wrapper li button {
  background: #d9d9d9 !important;
  box-shadow: none !important;
}
.home-slider-wrapper li button:hover {
  background: var(--bc-highlight) !important;
}
.home-slider-wrapper li.slick-active {
  width: 20px !important;
  height: 20px !important;
}
.home-slider-wrapper li.slick-active button {
  background-color: var(--bc-highlight) !important;
}
.home-slider-wrapper .home-slider-item {
  position: relative;
}
.home-slider-wrapper .home-slider-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #ffffff 100%);
}
.home-slider-wrapper .home-slider-item .home-slider-text {
  position: relative;
  padding: 24px 24px 0;
  border-left: 4px solid var(--bc-highlight);
  transition: 0.2s linear;
}
.home-slider-wrapper .home-slider-item .home-slider-text h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.home-slider-wrapper .home-slider-item .home-slider-text p {
  position: relative;
  margin-bottom: -109px;
  transition: 0.2s linear;
}
.home-slider-wrapper .home-slider-item:hover .home-slider-text {
  padding-bottom: 24px;
}
.home-slider-wrapper .home-slider-item:hover .home-slider-text p {
  margin-bottom: 0;
}
.home-slider-wrapper .home-slider-item video {
  display: block;
  max-width: 100%;
}
.home-slider-wrapper .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  position: relative;
  bottom: auto;
  margin-top: 40px;
}
.home-slider-wrapper .slick-dots li {
  margin: 0;
}

@media (max-width: 1023px) {
  .home-slider-wrapper {
    max-width: calc(100% - 40px - 320px);
  }
}
.search-form-wrapper {
  flex-direction: row-reverse;
  align-items: center;
  background: var(--bc-light);
  padding: 4px;
  position: absolute;
  right: 60px;
}
.search-form-wrapper .search-form {
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  transition: 150ms linear;
}
.search-form-wrapper .search-form > label {
  display: none;
}
.search-form-wrapper .search-form > input {
  margin: 0;
}
.search-form-wrapper .search-form > input.search-field {
  margin: 0 0 0 6px;
  font-size: 15px;
  line-height: normal;
  padding: 4px 8px;
  border: none;
  max-width: 140px;
  border: 2px solid transparent;
}
.search-form-wrapper .search-form > input.search-submit {
  color: var(--c-main-headers) !important;
  padding: 4px 8px 4px 8px !important;
  border: 2px solid transparent;
  background: var(--bc-highlight-light) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-transform: none !important;
  font-weight: bold !important;
  line-height: normal !important;
}
.search-form-wrapper .search-form > input.search-field:focus-visible, .search-form-wrapper .search-form > input.search-submit:focus-visible {
  border-color: var(--c-main-headers);
  outline: none;
}
.search-form-wrapper button.icon-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  padding: 4px !important;
  border: none;
  position: relative;
}
.search-form-wrapper button.icon-wrapper > img {
  display: block;
  padding: 8px;
}
.search-form-wrapper.is-active .search-form {
  max-width: 226px;
}
.search-form-wrapper.is-active button.icon-wrapper > img {
  opacity: 0;
}
.search-form-wrapper.is-active button.icon-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2023/01/x-sign.svg) no-repeat center center;
  background-size: 17px;
}

@media (max-width: 1023px) {
  .search-form-wrapper {
    right: 16px;
  }
}
.sidebar-wrapper {
  background: #fff;
  padding: 50px 40px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  align-self: flex-start;
  flex: 1 1 30%;
}
.sidebar-wrapper ul {
  list-style: none;
}
.sidebar-wrapper ul.wc-block-product-categories-list,
.sidebar-wrapper ul.sidebar-list,
.sidebar-wrapper .bapf_body > ul {
  padding-left: 0;
}
.sidebar-wrapper ul.wc-block-product-categories-list li a,
.sidebar-wrapper ul.sidebar-list li a,
.sidebar-wrapper .bapf_body > ul li a {
  color: #212121;
  padding: 10px 0;
  display: block;
}
.sidebar-wrapper ul.wc-block-product-categories-list--depth-1 {
  padding-left: 20px;
}
.sidebar-wrapper ul.wc-block-product-categories-list--depth-1 li a {
  font-size: 14px;
  color: #7e7e7e;
  padding: 6px 0;
}
.sidebar-wrapper .sidebar-title,
.sidebar-wrapper .bapf_head h3 {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sidebar-wrapper .wc-block-product-categories {
  margin-bottom: 0;
}
.sidebar-wrapper ul.wc-block-product-categories-list li.parent-category {
  display: block;
  position: relative;
  width: 100%;
}
.sidebar-wrapper ul.wc-block-product-categories-list li.parent-category > a {
  padding-right: 64px;
}
.sidebar-wrapper ul.wc-block-product-categories-list li.parent-category .arrowBtn {
  background-color: transparent !important;
  color: #212121 !important;
  padding: 0 !important;
  border: 0;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 12px;
  width: 24px;
  height: 24px;
}
.sidebar-wrapper ul.wc-block-product-categories-list li.parent-category .arrowBtn > img {
  display: block;
  transform: rotate(90deg);
  width: 8px;
  transition: 0.2s linear;
}
.sidebar-wrapper ul.wc-block-product-categories-list li.parent-category .arrowBtn.collapsed > img {
  transform: rotate(-90deg);
}
.sidebar-wrapper .bapf_sfilter {
  margin-bottom: 0;
}
.sidebar-wrapper .bapf_sfilter ul li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.sidebar-wrapper .bapf_sfilter ul li > input {
  margin-right: 0 !important;
}
.sidebar-wrapper .bapf_sfilter ul li > label {
  margin: 0;
  padding: 10px 0;
  flex: 1;
  color: var(--c-main-headers);
}
.sidebar-wrapper .berocket_single_filter_widget {
  border-top: 1px solid #d9d9d9;
  padding-top: 50px;
  margin-top: 40px;
}
.sidebar-wrapper .berocket_single_filter_widget .bapf_ckbox_sqchck input[type=checkbox] {
  border-color: var(--bc-highlight);
}
.sidebar-wrapper .berocket_single_filter_widget .bapf_ckbox_sqchck input[type=checkbox]:after {
  width: 6px;
  height: 10px;
  top: 1px;
  left: 5px;
}
.sidebar-wrapper ul.wc-block-product-categories-list--depth-0 > li.wc-block-product-categories-list-item:not(.category-item-visible-children) ul.wc-block-product-categories-list--depth-1,
.sidebar-wrapper ul.wc-block-product-categories-list--depth-0 > li.wc-block-product-categories-list-item:not(.category-item-visible-children) .arrowBtn {
  display: none !important;
}

.woo-cat-list {
  flex: 1 1 60%;
}

.about-sidebar-page .about-content {
  padding-right: 38px;
}
.about-sidebar-page article.page {
  width: 100%;
}
.about-sidebar-page .sidebar-wrapper {
  flex: 1 1 100%;
  max-width: 441px;
  align-self: flex-start;
  position: sticky;
  top: 150px;
}
.about-sidebar-page .sidebar-wrapper::before, .about-sidebar-page .sidebar-wrapper::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: -38px;
  background: url(/wp-content/uploads/2022/12/pattern.webp) no-repeat center/cover;
  width: 160px;
  height: 100px;
  z-index: 0;
}
.about-sidebar-page .sidebar-wrapper::after {
  top: -38px;
  right: -38px;
  bottom: unset;
  left: unset;
}
.about-sidebar-page .sidebar-wrapper .white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-sidebar-page .sidebar-wrapper .category-list-wrapper > *:not(.white-overlay) {
  position: relative;
  z-index: 2;
}

@media (max-width: 1599px) {
  .about-sidebar-page .sidebar-wrapper {
    position: relative;
    top: unset;
  }
}
@media (max-width: 1023px) {
  .about-sidebar-page .about-content {
    padding-right: 0;
  }
  .about-sidebar-page .sidebar-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .about-sidebar-page .sidebar-wrapper::before,
  .about-sidebar-page .sidebar-wrapper::after {
    display: none;
  }
}
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
  display: none;
}

.woocommerce ul.products {
  align-items: unset;
  min-width: unset;
  gap: 42px;
}
.woocommerce ul.products.columns-2 li.product {
  width: auto !important;
}
.woocommerce ul.products li.product {
  flex: 1 1 30%;
  max-width: calc(50% - 21px);
  margin: 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
}
.woocommerce ul.products li.product .shape-wrapper.d-flex {
  width: 100%;
  justify-content: flex-end;
  padding-right: 20px;
}
.woocommerce ul.products li.product .shape {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("/wp-content/uploads/2023/01/cat-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce ul.products li.product .shape.dots-shape {
  order: 1;
}
.woocommerce ul.products li.product .shape.arrow-right-shape {
  width: 50%;
  background-image: url("/wp-content/uploads/2023/01/arrow-right.svg");
  background-size: 25px;
  background-position-y: center;
  position: absolute;
  inset: auto auto 45px 30px;
}
.woocommerce ul.products li.product > a,
.woocommerce ul.products li.product > .category-product-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 0 150px 30px;
  height: 100%;
  width: 100%;
}
.woocommerce ul.products li.product > a h2.woocommerce-loop-category__title,
.woocommerce ul.products li.product > a h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product > .category-product-content h2.woocommerce-loop-category__title,
.woocommerce ul.products li.product > .category-product-content h2.woocommerce-loop-product__title {
  order: 2;
  width: 100%;
  margin: 16px 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding-right: 30px;
}
.woocommerce ul.products li.product > a h2.woocommerce-loop-category__title .count,
.woocommerce ul.products li.product > a h2.woocommerce-loop-product__title .count,
.woocommerce ul.products li.product > .category-product-content h2.woocommerce-loop-category__title .count,
.woocommerce ul.products li.product > .category-product-content h2.woocommerce-loop-product__title .count {
  display: none;
}
.woocommerce ul.products li.product > a h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product > .category-product-content h2.woocommerce-loop-product__title {
  font-weight: bold;
  color: var(--c-main-headers);
}
.woocommerce ul.products li.product > a .cat-description,
.woocommerce ul.products li.product > a .product-archive-description,
.woocommerce ul.products li.product > .category-product-content .cat-description,
.woocommerce ul.products li.product > .category-product-content .product-archive-description {
  order: 3;
  line-height: normal;
  padding-right: 30px;
  padding-bottom: 20px;
}
.woocommerce ul.products li.product > a img,
.woocommerce ul.products li.product > .category-product-content img {
  display: block;
  width: 50% !important;
  background-color: #fff;
  position: absolute;
  inset: auto 0 0 auto;
  max-width: 150px;
}
.woocommerce ul.products li.product > .category-product-content h2.woocommerce-loop-category__title {
  font-size: 1.5rem;
}
.woocommerce ul.products li.product:hover {
  background-color: var(--bc-highlight);
}
.woocommerce ul.products li.product:hover h2.woocommerce-loop-category__title,
.woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title {
  color: #fff;
}
.woocommerce ul.products li.product:hover .cat-description p,
.woocommerce ul.products li.product:hover .product-archive-description {
  color: rgba(255, 255, 255, 0.6);
}
.woocommerce ul.products li.product:hover .shape {
  background-image: url("/wp-content/uploads/2023/01/cat-shape-white.svg");
}
.woocommerce ul.products li.product:hover .shape.arrow-right-shape {
  background-image: url("/wp-content/uploads/2023/01/arrow-right-white.svg");
}

@media (max-width: 720px) {
  .woocommerce ul.products li.product {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
nav.woocommerce-breadcrumb {
  margin-bottom: 50px !important;
  font-weight: 400;
  font-size: 14px !important;
  color: #7e7e7e;
  font-family: "Poppins", sans-serif !important;
}
nav.woocommerce-breadcrumb .breadcrumb-sign {
  padding: 0 10px;
}

body table td,
body table th,
body .wp-block-table td,
body .wp-block-table th {
  font-family: "Poppins", sans-serif;
  border-color: rgba(126, 126, 126, 0.4);
  font-weight: 400;
  font-size: 12px;
  color: #7e7e7e;
}
body .table-pdf-items {
  gap: 4px;
}
body table th,
body .wp-block-table th {
  background: #d9d9d9;
  color: #212121;
}
body .product-child table {
  background-color: #fff;
}
body .product-child table td.main-cell > span.d-flex {
  align-items: center;
  gap: 10px;
}
body .product-child table td.main-cell > span.d-flex span.headline-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body .product-child table td.main-cell > span.d-flex img.wp-post-image {
  max-width: 28px !important;
}
body .product-child table td.main-cell > span.d-flex img.color-image {
  max-width: 40px;
}
body .product-child table td.main-cell.cell-color-image {
  min-width: 160px;
}

@media (max-width: 720px) {
  body .product-child table td.main-cell.cell-color-image {
    min-width: 180px;
  }
}
.product-tag-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  gap: 12px;
  width: 100%;
  max-width: calc(100% - 130px);
}
.product-tag-wrapper .product-tag-badge {
  background-color: var(--bc-light);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 16px;
  color: var(--c-text);
  border: none;
  box-shadow: none;
  transition: 100ms linear all;
}
.product-tag-wrapper .product-tag-badge:hover {
  background-color: var(--bc-btn-hover);
  color: #fff;
}

.related.products {
  border-top: 1px solid rgba(126, 126, 126, 0.2);
  padding: 49px 0 0;
  margin-top: 50px;
}
.related.products > h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

nav.woocommerce-pagination {
  margin-top: 25px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.img-block,
.img-block img {
  max-width: 100%;
}

.contact-form {
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.contact-form .contact-form-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.contact-form .contact-form-title::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 70px;
  background: var(--bc-highlight);
  margin: 14px auto 25px;
}
.contact-form form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.contact-form form.wpcf7-form > .contact-form-item {
  width: 50%;
}
.contact-form form.wpcf7-form > .contact-form-item.contact-form-item-msg, .contact-form form.wpcf7-form > .contact-form-item.contact-form-item-btn,
.contact-form form.wpcf7-form > .contact-form-item input {
  width: 100%;
}
.contact-form form.wpcf7-form > .contact-form-item.contact-form-item-msg {
  margin: 24px 0;
}
.contact-form form.wpcf7-form > .contact-form-item.contact-form-item-name, .contact-form form.wpcf7-form > .contact-form-item.contact-form-item-email {
  width: calc(50% - 12px);
}
.contact-form form.wpcf7-form > .contact-form-item.contact-form-item-name {
  margin-right: 24px;
}
.contact-form form.wpcf7-form > .contact-form-item .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.contact-form form.wpcf7-form > .contact-form-item.contact-form-item-btn p {
  text-align: center;
}
.contact-form form.wpcf7-form > .contact-form-item .wpcf7-submit {
  font-family: "Poppins", sans-serif;
  color: #fff !important;
  width: auto;
  min-width: 200px;
  margin: 0 auto 24px !important;
}
.contact-form form.wpcf7-form > .contact-form-item .wpcf7-submit:hover {
  background-color: var(--bc-btn-hover);
  border-color: var(--bc-btn-hover);
}
.contact-form form.wpcf7-form > .contact-form-item .wpcf7-spinner {
  display: none;
}
.contact-form form.wpcf7-form input,
.contact-form form.wpcf7-form textarea {
  border: 1px solid transparent !important;
  background: #f5f5f5;
  margin: 0 !important;
}
.contact-form form.wpcf7-form textarea {
  max-height: 100px;
}
.contact-form form.wpcf7-form label {
  font-weight: 400;
  font-size: 16px;
  color: var(--c-main-headers);
}
.contact-form form.wpcf7-form .wpcf7-response-output {
  margin: 4px 0 12px;
  padding: 8px;
  border-width: 1px;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
}
.contact-form .notice-text {
  font-size: 14px;
}

@media (max-width: 720px) {
  .contact-form form.wpcf7-form {
    flex-direction: column;
  }
  .contact-form form.wpcf7-form > .contact-form-item.contact-form-item-name,
  .contact-form form.wpcf7-form > .contact-form-item.contact-form-item-email {
    width: 100%;
  }
  .contact-form form.wpcf7-form > .contact-form-item.contact-form-item-name {
    margin-right: 0;
  }
  .contact-form form.wpcf7-form > .contact-form-item.contact-form-item-email {
    margin: 24px 0 0;
  }
}
@media (max-width: 576px) {
  .contact-form form.wpcf7-form > .contact-form-item .wpcf7-submit {
    width: 100%;
  }
}
nav.navigation.pagination {
  border-top: 1px solid #d9dbe9;
}
nav.navigation.pagination .nav-links > * {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--c-text);
  margin: 42px 0 0;
  text-align: center;
  min-height: auto;
  min-width: auto;
  padding: 1rem;
  line-height: 1;
}
nav.navigation.pagination .nav-links a {
  color: var(--c-highlight);
}

@media (max-width: 1023px) {
  body .pagination .page-numbers,
  body .comments-pagination .page-numbers {
    display: block;
  }
}
.introduction-content {
  gap: 80px;
}
.introduction-content .introduction-content-info {
  padding-top: 100px;
  max-width: 320px;
  width: 100%;
}
.introduction-content .introduction-content-info p {
  margin: 32px 0;
}

.novosti-content {
  background: #fff;
}

.dobavljaci-content .dobavljaci-list {
  display: grid;
  grid-gap: 42px;
  grid-template-columns: repeat(3, 1fr);
}
.dobavljaci-content .dobavljaci-item {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  padding: 42px;
  flex: 1 0 30%;
  text-align: center;
  outline: 2px solid transparent;
  transition: 100ms linear;
}
.dobavljaci-content .dobavljaci-item h3 {
  text-transform: uppercase;
  margin: 32px 0 12px;
}
.dobavljaci-content .dobavljaci-item:hover {
  background-color: var(--bc-highlight);
}
.dobavljaci-content .dobavljaci-item:hover h3 {
  color: #fff;
}
.dobavljaci-content .dobavljaci-item:hover p {
  color: rgba(255, 255, 255, 0.6);
}
.dobavljaci-content .dobavljaci-item:hover .icon-frame {
  background-color: #fff;
}
.dobavljaci-content .icon-frame {
  background: #d9d9d9;
  border-radius: 6px;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media (max-width: 1365px) {
  .introduction-content .introduction-content-info {
    padding-top: 0;
  }
  .home-slider-wrapper .home-slider::before {
    left: -40px;
  }
}
@media (max-width: 1279px) {
  .introduction-content {
    align-items: flex-start;
  }
  .dobavljaci-content .dobavljaci-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .introduction-content {
    gap: 40px;
  }
  .novosti-content .post-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .introduction-content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .introduction-content .introduction-content-info {
    max-width: 100%;
    padding: 0 40px;
    text-align: center;
  }
  .home-slider-wrapper .home-slider::before {
    display: none;
  }
  .home-slider-wrapper {
    max-width: 100%;
  }
  .home-slider-wrapper .slick-dots {
    justify-content: center;
  }
  .novosti-content .headline-wrapper {
    margin-bottom: 30px;
  }
  .home-slider-wrapper {
    display: none;
  }
  .introduction-content .introduction-content-info::after {
    content: "";
    display: block;
    position: relative;
    width: calc(100% + 80px);
    height: 200px;
    background-image: url(/wp-content/uploads/2023/03/navigator-mob.webp);
    left: -40px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
  }
  .dobavljaci-content .dobavljaci-list {
    grid-template-columns: 1fr;
  }
}
.archive.woocommerce .term-description {
  margin-top: 25px;
}
.archive.woocommerce .term-description p {
  margin-bottom: 16px;
}
.archive.woocommerce .term-description p:last-child {
  margin-bottom: 0;
}
.archive.woocommerce .category-page-content {
  flex-direction: column;
  margin-top: 0 !important;
}
.archive.woocommerce .category-page-content .archive-content {
  gap: 42px;
}
.archive.woocommerce .products-section-wrapper {
  gap: 82px;
}
.archive.woocommerce .products-section-wrapper .products-section-wrapper-content {
  max-width: calc(100% - 82px - 415px);
}
.archive.woocommerce .products-section-wrapper div.product-list {
  width: 100%;
}
.archive.woocommerce .products-section-wrapper .product-child {
  border-top: 1px solid rgba(126, 126, 126, 0.2);
  padding: 49px 0 50px;
}
.archive.woocommerce .products-section-wrapper .product-child:last-of-type {
  padding-bottom: 0;
}
.archive.woocommerce .products-section-wrapper h3.product-child-headline {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.archive.woocommerce .products-section-wrapper p.product-child-text {
  margin-bottom: 15px;
}
.archive.woocommerce .products-section-wrapper .product-child-accordion-wrapper {
  margin-top: 16px;
}
.archive.woocommerce .products-section-wrapper .accordion-header {
  background: #4d7b39;
  color: #fff;
  padding: 8px 20px;
  border: none;
  font-size: 12px;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.archive.woocommerce .products-section-wrapper .accordion-header .accordion-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  flex: 1;
  text-align: left;
}
.archive.woocommerce .products-section-wrapper .accordion-header .accordion-heading-image {
  width: 14px;
  display: flex;
  justify-content: center;
  transform: rotate(-90deg);
  transition: 150ms linear;
}
.archive.woocommerce .products-section-wrapper .accordion-header .accordion-heading-image img {
  display: block;
  height: 14px;
}
.archive.woocommerce .products-section-wrapper .accordion-header.collapsed .accordion-heading-image {
  justify-content: center;
  transform: rotate(90deg);
}
.archive.woocommerce .products-section-wrapper h3.product-child-headline {
  margin: 0 12px 0 0;
}
.archive.woocommerce .products-section-wrapper .product-child-header {
  align-items: center;
  margin-bottom: 15px;
}
.archive.woocommerce .products-section-wrapper .product-child-header img {
  max-height: 36px;
  width: auto !important;
}
.archive.woocommerce .products-section-wrapper-sidebar.sidebar-wrapper {
  width: 415px;
  max-width: 100%;
  align-self: flex-start;
  position: sticky;
  top: 150px;
}
.archive.woocommerce .products-section-wrapper-sidebar.sidebar-wrapper ul.product-list {
  padding: 0;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.archive.woocommerce .products-section-wrapper-sidebar.sidebar-wrapper li.product-item > a {
  display: block;
  background: #f5f5f5;
  color: #212121;
  padding: 10px 0 10px 12px;
  border-left: 2px solid var(--c-highlight);
}
.archive.woocommerce .products-section-wrapper-sidebar.sidebar-wrapper::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.archive.woocommerce .products-section-wrapper-sidebar.sidebar-wrapper::after {
  content: "";
  background: url(/wp-content/uploads/2022/12/pattern.webp) no-repeat center/cover;
  display: block;
  width: 160px;
  height: 100px;
  position: absolute;
  left: -70px;
  top: -40px;
  z-index: -1;
  transform: rotate(90deg);
}
.archive.woocommerce.term-exclusive-gift-program .products-section-wrapper-sidebar.sidebar-wrapper {
  position: relative;
  top: unset;
}
.archive.woocommerce .active-shop-page-section .sidebar-wrapper {
  position: sticky;
  top: 150px;
}
.archive.woocommerce .filter-button,
.archive.woocommerce .close-button {
  display: none;
}
.archive.woocommerce .subcategory-catalog-list {
  border-top: 1px solid rgba(126, 126, 126, 0.2);
  margin-top: 50px;
  padding-top: 50px;
}
.archive.woocommerce .subcategory-catalog-list .subcategory-catalog-item {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  padding: 30px 0 30px 30px;
}
.archive.woocommerce .subcategory-catalog-list .subcategory-catalog-item .subcategory-catalog-item-title {
  margin: 16px 0;
  text-transform: uppercase;
}
.archive.woocommerce .subcategory-catalog-list .subcategory-catalog-item p {
  margin-bottom: 24px;
}
.archive.woocommerce .subcategory-catalog-list .subcategory-catalog-item .subcategory-catalog-item-image {
  width: 200px;
  align-self: center;
}
.archive.woocommerce .subcategory-catalog-list .subcategory-catalog-item:not(:last-child) {
  margin-bottom: 42px;
}

@media (max-width: 1919px) {
  .archive.woocommerce .active-shop-page-section .sidebar-wrapper {
    position: relative;
    top: unset;
  }
}
@media (max-width: 1279px) {
  .archive.woocommerce .products-section-wrapper-sidebar.sidebar-wrapper {
    display: none;
  }
  .archive.woocommerce .products-section-wrapper .products-section-wrapper-content {
    max-width: 100%;
  }
  .woocommerce ul.products[class*=columns-],
  .woocommerce-page ul.products[class*=columns-] {
    justify-content: flex-start;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .archive.woocommerce .filter-button,
  .archive.woocommerce .close-button {
    display: block;
  }
  .archive.woocommerce .woocommerce-products-header {
    position: relative;
  }
  .archive.woocommerce .filter-button {
    position: absolute;
    bottom: calc(100% + 39px);
    right: 0;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    padding: 8px 20px !important;
  }
  .archive.woocommerce .filter-button svg {
    margin: 0 0 3px 8px;
  }
  .archive.woocommerce .sidebar-wrapper {
    position: fixed !important;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    inset: 0 0 0 100%;
    overflow-y: scroll;
    transition: 200ms linear;
  }
  .archive.woocommerce .sidebar-wrapper.active-sidebar {
    inset: 0;
  }
  .archive.woocommerce .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;
    padding: 8px !important;
  }
  .archive.woocommerce .products-section-wrapper .products-section-wrapper-content button.filter-button {
    display: none;
  }
}
@media (max-width: 720px) {
  .archive.woocommerce .products-section-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .archive.woocommerce .subcategory-catalog-list .subcategory-catalog-item {
    padding: 30px;
    flex-direction: column-reverse;
  }
  .archive.woocommerce .subcategory-catalog-list .subcategory-catalog-item a.button {
    width: 100%;
  }
}
@media (max-width: 481px) {
  .archive.woocommerce .woocommerce-products-header {
    display: flex;
    flex-direction: column;
  }
  .archive.woocommerce .filter-button {
    position: relative;
    bottom: unset;
    right: unset;
    order: 1;
    margin: -20px 0 30px;
    align-self: baseline;
  }
  .archive.woocommerce .woocommerce-products-header__title.page-title {
    order: 2;
  }
  .archive.woocommerce .term-description {
    order: 3;
  }
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
  clear: none;
}

.single-product div.product {
  margin-top: 0;
}
.single-product div.product .product_meta {
  padding-top: 0;
  margin-top: 50px;
}
.single-product .summary.entry-summary {
  margin-bottom: 0;
}
.single-product .summary.entry-summary .tag-wrapper {
  gap: 8px;
  margin-bottom: 25px;
}
.single-product .summary.entry-summary .tag-wrapper > a {
  display: block;
  background: #d9d9d9;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 8px;
  color: #7e7e7e;
  transition: all 0.2s linear;
}
.single-product .summary.entry-summary .tag-wrapper > a:hover {
  background: #212121;
  color: #fff;
}
.single-product .summary.entry-summary h1.product_title,
.single-product .summary.entry-summary p.product-desc-text {
  margin-bottom: 25px;
}
.single-product .summary.entry-summary .product-description-wrapper {
  margin-bottom: 50px;
}
.single-product .summary.entry-summary .product-child {
  border-top: 1px solid rgba(126, 126, 126, 0.2);
  padding: 49px 0 50px;
}
.single-product .summary.entry-summary .product-child:last-of-type {
  padding-bottom: 0;
}
.single-product .summary.entry-summary h3.product-child-headline {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single-product .summary.entry-summary p.product-child-text {
  margin-bottom: 15px;
}
.single-product .summary.entry-summary .accordion-header {
  background: #4d7b39;
  color: #fff;
  padding: 8px 20px;
  border: none;
  font-size: 12px;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.single-product .summary.entry-summary .accordion-header .accordion-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  flex: 1;
  text-align: left;
}
.single-product .summary.entry-summary .accordion-header .accordion-heading-image {
  width: 14px;
  display: flex;
  justify-content: center;
  transform: rotate(-90deg);
  transition: 150ms linear;
}
.single-product .summary.entry-summary .accordion-header .accordion-heading-image img {
  display: block;
  height: 14px;
}
.single-product .summary.entry-summary .accordion-header.collapsed .accordion-heading-image {
  justify-content: center;
  transform: rotate(90deg);
}

.product-wrapper {
  flex-direction: row-reverse;
  gap: 100px;
}
.product-wrapper .sidebar {
  flex: 1 1 35%;
}
.product-wrapper .sidebar-wrapper {
  position: sticky;
  margin-top: 80px;
  top: 120px;
}
.product-wrapper .sidebar-wrapper::before, .product-wrapper .sidebar-wrapper::after {
  content: "";
  background: url(/wp-content/uploads/2022/12/pattern.webp) no-repeat center/cover;
  display: block;
  width: 160px;
  height: 100px;
  position: absolute;
  left: -70px;
  top: -40px;
  z-index: -1;
  transform: rotate(90deg);
}
.product-wrapper .sidebar-wrapper::after {
  background: #fff;
  left: -6.5%;
  top: 12.5%;
}
.product-wrapper .sidebar-wrapper ul.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-wrapper .sidebar-wrapper ul.sidebar-list li a {
  border-left: 2px solid var(--c-highlight);
  background: #f5f5f5;
  padding-left: 12px;
}
.product-wrapper .product-content-wrapper {
  flex: 1 1 65%;
  position: relative;
}
.product-wrapper .accordion-content {
  display: none;
}

@media (max-width: 720px) {
  .products-section-wrapper-content {
    max-width: 100%;
  }
  .accordion-content {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media (max-width: 1023px) {
  .single-product .product-wrapper .sidebar {
    display: none;
  }
}
.single-post .post-content {
  margin-bottom: 0;
}
.single-post .article-section {
  padding: 100px 60px;
  max-width: 1440px;
  margin: auto;
  gap: 84px;
}
.single-post .entry-header {
  margin: 50px 0 !important;
  padding: 0 !important;
  max-width: 100%;
}
.single-post .entry-content {
  margin: 0 !important;
}
.single-post .entry-content p {
  margin: 16px 0 !important;
  max-width: 100% !important;
}
.single-post .entry-content > *:first-child {
  margin-top: 0 !important;
}
.single-post .entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.single-post .entry-content ul {
  margin: 0 !important;
  padding-left: 30px;
}
.single-post figure.post-thumbnail {
  display: block;
  margin-top: 0;
  max-width: 30%;
  align-self: flex-start;
  position: sticky;
  top: 150px;
}
.single-post figure.post-thumbnail .wp-post-image {
  margin-top: 0;
  max-width: 100% !important;
  height: auto !important;
}
.single-post figure.post-thumbnail::after {
  content: "";
  background: url(/wp-content/uploads/2022/12/pattern.webp) no-repeat center/cover;
  display: block;
  width: 160px;
  height: 100px;
  position: absolute;
  left: -70px;
  top: -40px;
  z-index: -1;
  transform: rotate(90deg);
}
.single-post .categories-wrapper {
  gap: 8px;
}
.single-post .category-link {
  display: block;
  background: #d9d9d9;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 8px;
  color: #7e7e7e;
  transition: all 0.2s linear;
}
.single-post .category-link:hover {
  background: #212121;
  color: #fff;
}

@media (max-width: 720px) {
  .single-post .article-section {
    padding: 0 0 50px;
    gap: 50px;
    flex-direction: column-reverse;
  }
  .single-post figure.post-thumbnail {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .single-post .site-header {
    position: relative;
  }
  .single-post .article-section .post-content {
    padding: 0 40px;
  }
  .single-post .article-section .post-content .entry-header {
    margin: 30px 0 !important;
  }
  .single-post .article-section .post-content .entry-title {
    font-size: 26px !important;
    border-left: none;
    padding: 0;
  }
  .single-post .article-section .post-content ul {
    margin-top: 0 !important;
  }
}
.blog .site-main,
.search.search-results .site-main,
.archive.category .site-main {
  padding: 100px 60px;
  max-width: 1440px;
  margin: auto;
  gap: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.blog .site-main > :not(article),
.search.search-results .site-main > :not(article),
.archive.category .site-main > :not(article) {
  max-width: 100%;
  width: 100%;
  grid-column: 1/4;
}
.blog .site-main > article,
.search.search-results .site-main > article,
.archive.category .site-main > article {
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.blog .site-main > article.type-post .entry-header, .blog .site-main > article.type-product .entry-header, .blog .site-main > article.type-page .entry-header,
.search.search-results .site-main > article.type-post .entry-header,
.search.search-results .site-main > article.type-product .entry-header,
.search.search-results .site-main > article.type-page .entry-header,
.archive.category .site-main > article.type-post .entry-header,
.archive.category .site-main > article.type-product .entry-header,
.archive.category .site-main > article.type-page .entry-header {
  padding: 0 !important;
}
.blog .site-main > article.type-post .product-type-article h3.product-child-headline,
.blog .site-main > article.type-post .entry-title, .blog .site-main > article.type-product .product-type-article h3.product-child-headline,
.blog .site-main > article.type-product .entry-title, .blog .site-main > article.type-page .product-type-article h3.product-child-headline,
.blog .site-main > article.type-page .entry-title,
.search.search-results .site-main > article.type-post .product-type-article h3.product-child-headline,
.search.search-results .site-main > article.type-post .entry-title,
.search.search-results .site-main > article.type-product .product-type-article h3.product-child-headline,
.search.search-results .site-main > article.type-product .entry-title,
.search.search-results .site-main > article.type-page .product-type-article h3.product-child-headline,
.search.search-results .site-main > article.type-page .entry-title,
.archive.category .site-main > article.type-post .product-type-article h3.product-child-headline,
.archive.category .site-main > article.type-post .entry-title,
.archive.category .site-main > article.type-product .product-type-article h3.product-child-headline,
.archive.category .site-main > article.type-product .entry-title,
.archive.category .site-main > article.type-page .product-type-article h3.product-child-headline,
.archive.category .site-main > article.type-page .entry-title {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  border: 0;
  padding: 24px 24px 16px;
  margin: 0;
}
.blog .site-main > article.type-post .entry-content, .blog .site-main > article.type-product .entry-content, .blog .site-main > article.type-page .entry-content,
.search.search-results .site-main > article.type-post .entry-content,
.search.search-results .site-main > article.type-product .entry-content,
.search.search-results .site-main > article.type-page .entry-content,
.archive.category .site-main > article.type-post .entry-content,
.archive.category .site-main > article.type-product .entry-content,
.archive.category .site-main > article.type-page .entry-content {
  margin: 0 !important;
}
.blog .site-main > article.type-post .entry-content > p, .blog .site-main > article.type-product .entry-content > p, .blog .site-main > article.type-page .entry-content > p,
.search.search-results .site-main > article.type-post .entry-content > p,
.search.search-results .site-main > article.type-product .entry-content > p,
.search.search-results .site-main > article.type-page .entry-content > p,
.archive.category .site-main > article.type-post .entry-content > p,
.archive.category .site-main > article.type-product .entry-content > p,
.archive.category .site-main > article.type-page .entry-content > p {
  margin: 0 0 16px;
  padding: 0 24px;
}
.blog .site-main > article.type-post .product-type-article > p, .blog .site-main > article.type-product .product-type-article > p, .blog .site-main > article.type-page .product-type-article > p,
.search.search-results .site-main > article.type-post .product-type-article > p,
.search.search-results .site-main > article.type-product .product-type-article > p,
.search.search-results .site-main > article.type-page .product-type-article > p,
.archive.category .site-main > article.type-post .product-type-article > p,
.archive.category .site-main > article.type-product .product-type-article > p,
.archive.category .site-main > article.type-page .product-type-article > p {
  padding: 0 24px;
}
.blog .site-main > article.type-post .product-type-article .post-item-btn, .blog .site-main > article.type-product .product-type-article .post-item-btn, .blog .site-main > article.type-page .product-type-article .post-item-btn,
.search.search-results .site-main > article.type-post .product-type-article .post-item-btn,
.search.search-results .site-main > article.type-product .product-type-article .post-item-btn,
.search.search-results .site-main > article.type-page .product-type-article .post-item-btn,
.archive.category .site-main > article.type-post .product-type-article .post-item-btn,
.archive.category .site-main > article.type-product .product-type-article .post-item-btn,
.archive.category .site-main > article.type-page .product-type-article .post-item-btn {
  margin-left: auto;
  margin-top: calc(var(--global--spacing-vertical) + 16px);
}
.blog .site-main > article.type-post .entry-header,
.search.search-results .site-main > article.type-post .entry-header,
.archive.category .site-main > article.type-post .entry-header {
  display: flex;
  flex-direction: column-reverse;
}
.blog .site-main > article.type-post .entry-header figure.post-thumbnail,
.blog .site-main > article.type-post .entry-header .post-thumbnail .wp-post-image,
.search.search-results .site-main > article.type-post .entry-header figure.post-thumbnail,
.search.search-results .site-main > article.type-post .entry-header .post-thumbnail .wp-post-image,
.archive.category .site-main > article.type-post .entry-header figure.post-thumbnail,
.archive.category .site-main > article.type-post .entry-header .post-thumbnail .wp-post-image {
  margin-top: 0;
}
.blog .site-main > article.type-post .categories-wrapper,
.search.search-results .site-main > article.type-post .categories-wrapper,
.archive.category .site-main > article.type-post .categories-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 8px;
}
.blog .site-main > article.type-post a.post-thumbnail-inner,
.search.search-results .site-main > article.type-post a.post-thumbnail-inner,
.archive.category .site-main > article.type-post a.post-thumbnail-inner {
  display: block;
  position: relative;
  height: 18rem;
  overflow: hidden;
}
.blog .site-main > article.type-page .entry-content,
.search.search-results .site-main > article.type-page .entry-content,
.archive.category .site-main > article.type-page .entry-content {
  margin: 0 !important;
}
.blog .site-main > article.type-page .entry-content p,
.search.search-results .site-main > article.type-page .entry-content p,
.archive.category .site-main > article.type-page .entry-content p {
  padding: 0 24px;
}
.blog .page-header,
.search.search-results .page-header,
.archive.category .page-header {
  border: none;
  margin: 0 0 58px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}
.blog .page-title,
.search.search-results .page-title,
.archive.category .page-title {
  font-weight: 700 !important;
  font-size: 46px !important;
  border-left: 2px solid var(--c-highlight);
  padding: 8px 0 8px 42px;
  margin-bottom: 0;
  flex: 1;
}
.blog .search-result-count,
.search.search-results .search-result-count,
.archive.category .search-result-count {
  max-width: 100%;
  margin: 0;
}

.archive.category .page-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

@media (max-width: 1279px) {
  .blog .page-title,
  .search.search-results .page-title,
  .archive.category .page-title {
    font-size: 36px !important;
  }
  .blog .site-main,
  .search.search-results .site-main,
  .archive.category .site-main {
    padding: 100px 40px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .blog .site-main > :not(article),
  .search.search-results .site-main > :not(article),
  .archive.category .site-main > :not(article) {
    max-width: 100%;
    width: 100%;
    grid-column: 1/3;
  }
}
@media (max-width: 1023px) {
  .blog .search-result-count,
  .search.search-results .search-result-count,
  .archive.category .search-result-count {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .blog .site-main,
  .search.search-results .site-main,
  .archive.category .site-main {
    display: flex;
    flex-direction: column;
    padding: 50px 40px;
    gap: 50px;
  }
  .blog .site-main:not(article),
  .search.search-results .site-main:not(article),
  .archive.category .site-main:not(article) {
    grid-column: 1;
  }
  .blog .page-header,
  .search.search-results .page-header,
  .archive.category .page-header {
    margin: 0;
  }
  .blog .pagination .nav-links,
  .blog .comments-pagination .nav-links,
  .search.search-results .pagination .nav-links,
  .search.search-results .comments-pagination .nav-links,
  .archive.category .pagination .nav-links,
  .archive.category .comments-pagination .nav-links {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .blog .page-title,
  .search.search-results .page-title,
  .archive.category .page-title {
    border-left: none;
    padding: 0;
  }
  .blog .site-main > :not(article),
  .search.search-results .site-main > :not(article),
  .archive.category .site-main > :not(article) {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 481px) {
  .blog .page-title,
  .search.search-results .page-title,
  .archive.category .page-title {
    font-size: 32px !important;
  }
}
.contact-page .contact-wrapper {
  gap: 100px;
  margin-bottom: 100px;
  padding-right: 38px;
}
.contact-page .contact-info {
  flex: 1;
}
.contact-page .contact-form {
  align-self: flex-start;
  position: sticky;
  top: 150px;
  max-width: 730px;
  z-index: 1;
}
.contact-page .contact-form::before, .contact-page .contact-form::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: -38px;
  background: url(/wp-content/uploads/2022/12/pattern.webp) no-repeat center/cover;
  width: 160px;
  height: 100px;
  z-index: 0;
}
.contact-page .contact-form::after {
  top: -38px;
  right: -38px;
  bottom: unset;
  left: unset;
}
.contact-page .contact-form .white-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact-page .contact-form > *:not(.white-overlay) {
  position: relative;
  z-index: 2;
}
.contact-page .content-section .entry-header {
  padding-bottom: 0 !important;
  color: var(--c-main-headers);
}
.contact-page .content-section .entry-content {
  border-top: 1px solid rgba(126, 126, 126, 0.2);
  padding-top: 50px;
  margin-top: 50px;
}
.contact-page .content-section .entry-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.contact-page .content-block {
  border-top: 1px solid rgba(126, 126, 126, 0.2);
  padding-top: 50px;
  margin-top: 50px;
}
.contact-page .content-block h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.contact-page .content-block h4 {
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}
.contact-page .content-block ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.contact-page .content-block ul li a::after {
  content: "→";
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 0;
  opacity: 0;
  transition: 150ms linear;
}
.contact-page .content-block ul li a:hover::after {
  padding-left: 4px;
  opacity: 1;
}

@media (max-width: 1365px) {
  .contact-page .contact-form {
    max-width: 580px;
  }
}
@media (max-width: 1023px) {
  .contact-page .content-section .entry-content h3 {
    margin-left: 0 !important;
  }
  .contact-page .contact-form {
    max-width: calc(100% - 76px);
    margin-left: 38px;
  }
  .contact-page .contact-wrapper {
    gap: 50px;
    padding-right: 0;
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .contact-page .contact-wrapper {
    margin-bottom: 50px;
  }
  .contact-page .contact-form {
    max-width: 100%;
    margin-left: 0;
  }
  .contact-page .contact-form::before,
  .contact-page .contact-form::after {
    display: none;
  }
}
@media (max-width: 481px) {
  .contact-page .inner-wrapper {
    padding: 50px 0;
  }
  .contact-page .contact-info {
    padding: 0 40px;
  }
}
.about-content {
  gap: 100px;
}
.about-content .google-map {
  align-self: flex-start;
  position: sticky;
  top: 150px;
  width: 100%;
  max-width: 730px;
  z-index: 1;
}

@media (max-width: 1023px) {
  .about-content {
    flex-direction: column;
    gap: 50px;
  }
  .about-content iframe {
    width: 100%;
    display: block;
  }
  .about-content article .entry-content > *:last-child {
    margin-bottom: 0;
  }
}
.search-no-results .site-main {
  max-width: 1440px;
  margin: auto;
}
.search-no-results .site-main .page-content,
.search-no-results .site-main .search-form {
  margin: 0;
  max-width: 100%;
}
.search-no-results .site-main header.page-header {
  max-width: 100%;
  margin-bottom: 25px;
}
.search-no-results .site-main .search-form {
  margin: 50px 0 0;
}
.search-no-results .site-main .search-form > * {
  margin: 0;
}
.search-no-results .site-main .search-form > label {
  font-size: 16px;
  padding-bottom: 16px;
  display: none;
}
.search-no-results .site-main .search-form .search-field {
  max-width: 400px;
  font-size: 16px;
  border: none;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}
.search-no-results .no-results {
  padding: 100px 60px;
}
.search-no-results .no-results .page-header {
  border: none;
  margin: 0 0 58px;
  padding: 0;
}
.search-no-results .page-title {
  font-weight: 700 !important;
  font-size: 46px !important;
  border-left: 2px solid var(--c-highlight);
  padding: 8px 0 8px 42px;
  margin-bottom: 0;
  flex: 1;
}

.error404 .site-main {
  margin-bottom: 0 !important;
}
.error404 .error-404 p {
  font-size: 16px;
  margin-bottom: 0;
}

.search-results article,
.archive.category article {
  display: flex;
  flex-direction: column;
}
.search-results article .entry-content,
.archive.category article .entry-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.search-results article .entry-content p,
.archive.category article .entry-content p {
  flex: 1;
}

.search-results article .categories-wrapper,
.search-results article .post-item-featured-image {
  display: none !important;
}

@media (max-width: 720px) {
  .search-no-results .page-title {
    border-left: none;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .search-no-results .page-title {
    font-size: 36px !important;
  }
}
@media (max-width: 481px) {
  .search-no-results .site-main .search-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.archive.tax-product_tag .category-page-content {
  flex-direction: row;
  gap: 82px;
}
.archive.tax-product_tag.woocommerce .products-section-wrapper .product-child {
  border-top: none;
  padding: 50px 0 0;
}
.archive.tax-product_tag.woocommerce .products-section-wrapper .product-child:first-child {
  border-top: 1px solid rgba(126, 126, 126, 0.2);
}
.archive.tax-product_tag.woocommerce .products-section-wrapper .product-child h3.product-child-headline {
  margin: 12px 0;
}

@media (max-width: 1599px) {
  .archive.woocommerce.tax-product_tag .products-section-wrapper-sidebar.sidebar-wrapper {
    position: relative;
    top: unset;
  }
}
@media (max-width: 1279px) {
  .archive.woocommerce.tax-product_tag .products-section-wrapper {
    flex-grow: 1;
    max-width: 100%;
  }
  .archive.tax-product_tag .category-page-content {
    gap: 0;
    max-width: 100%;
    overflow: hidden;
  }
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 {
  display: none;
}/*# sourceMappingURL=style.css.map */