.shop-nav .header-ups__icon {
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-nav .logo-container-v2 img {
  width: 165px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-nav #header-usp__scroll {
  scroll-behavior: smooth;
}
.shop-nav .header-usp__toggle-play {
  position: absolute;
  right: 0;
  z-index: var(--zAbove);
  background: transparent;
  top: 0;
  height: 3rem;
  width: 3rem;
  border: transparent;
}
.shop-nav .header-bar-v2 {
  gap: 2rem;
}
.shop-nav .site-nav__wrapper {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
}
.shop-nav .site-nav__wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gray-200);
  z-index: --zAbove;
}
.shop-nav .site-nav-v2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-nav .site-nav-v2--active, .shop-nav .site-nav-v2__link.site-nav-v2--active {
  color: #557648;
  color: var(--green-750, #557648);
}
/* change color of site-nav-v2__head-menu-link if its child class site-nav__sub-title has site-nav-v2--active class */
.shop-nav .site-nav__list:has(.site-nav__sub-title.site-nav-v2--active)
  .site-nav-v2__head-menu-link {
  color: #709d60;
  color: var(--Green-600, #709d60);
  font-weight: bold;
}
.shop-nav .site-nav__list--first {
  margin-left: -20px;
}
.shop-nav .site-nav__list {
  border-bottom: 4px solid transparent;
}
.shop-nav .site-nav__list:hover {
  border-bottom: 2px solid var(--green-750);
}
.shop-nav .site-nav-v2__link {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
}
.shop-nav .site-nav-v2__link:hover {
  color: var(--green-750);
}
.shop-nav .site-nav__mega {
  visibility: hidden;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  padding: 24px 0 32px 0;
  border-bottom: 1px solid #e7e6d8;
  border-bottom: 1px solid var(--Beige-200, #e7e6d8);
  transition: all 0.15s ease-out 0.15s;
}
/*.site-nav__list:hover .site-nav__mega {
  visibility: visible;
}*/
/*.site-nav__list > a:focus~ .site-nav__mega {
  visibility: visible;
}*/
/* Show mega menu when its controlling link has aria-expanded="true" */
.shop-nav .site-nav__list > a[aria-expanded="true"] ~ .site-nav__mega {
  visibility: visible;
}
.shop-nav .site-nav__mega-container {
  gap: 100px;
}
.shop-nav .site-nav__sub-title {
  text-transform: uppercase;
  height: 1.5rem;
}
.shop-nav .site-nav-grandchild {
  padding: 24px 0;
  margin: 0;
  list-style: none;
}
.shop-nav .site-nav-grandchild__link {
  line-height: 24px;
}
.shop-nav .nav-recommendation__wrapper {
  gap: 26px;
}
.shop-nav .nav-recommended-v2 {
  gap: 1rem;
}
.shop-nav .nav-recommended-v2__quick-buy {
  position: absolute;
  top: 120px;
  left: 120px;
}
.shop-nav .nav-recommendation__image {
  width: 172px;
  min-width: 172px;
  background: #f0f0f0;
  border-radius: 1rem 0;
  overflow: hidden;
}
.shop-nav .search-v2__input-wrapper {
  width: min(100%, 518px);
}
.shop-nav .search-v2__input {
  padding: 12px 72px 12px 20px;
  border-radius: 40px;
  border: 1px solid #333;
  border: 1px solid var(--Textcolor-High_emphasis, #333);
  outline: var(--green-800);
}
.shop-nav .search-v2__btn-close {
  position: absolute;
  right: 3.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 0.5s ease-in-out;
  background: transparent;
  border: none;
}
.shop-nav .search-v2__btn-close .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.shop-nav .search-v2__btn-search {
  position: absolute;
  background: transparent;
  border: none;
  height: 42px;
  width: 42px;
  border-radius: 100%;
  right: 4px;
  display: flex;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
.shop-nav .search-v2__btn-search.search-v2__btn-search--active {
  background: var(--green-750);
  color: #fff;
}
.shop-nav .search-v2__btn-search .icon {
  width: 24px;
  height: 24px;
}
.shop-nav .search-v2 .searchResults-v2 {
  top: 100%;
  z-index: calc(var(--zHighest) + var(--zAbove));
}
.shop-nav .header-btn-v2:hover {
  color: var(--green-750);
}
.shop-nav .header-btn-v2 .icon {
  width: 2rem;
  height: 2rem;
}
.shop-nav .header-btn-v2 .icon-margin {
  margin: 2px 10px;
}
.shop-nav .header-bar-v2 .header-btn-v2--count {
  display: none;
  position: absolute;
  top: -6px;
  right: -3px;

  background: var(--green-750);
  color: var(--white);
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.5;
  width: 0.75rem;

  padding: 3px 11px;
  border: 2px solid var(--white);

  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.shop-nav .header-bar-v2 .header-btn-v2--count.active {
  display: flex;
}
.shop-nav .nav-quick-buy {
  border-radius: 100%;
}
.shop-nav .nav-quick-buy svg {
  width: 20px;
  height: 20px;
}
@media only screen and (min-device-width: 928px) and (max-width: 1300px) {
  .shop-nav .header-btn-v2 {
    flex-direction: column;
    text-align: center;
  }

  .shop-nav .nav-recommended-v2 {
    flex-direction: column;
  }
}
@media only screen and (min-device-width: 928px) and (max-device-width: 1100px) {
  .shop-nav .header-ups__text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1032px) {
  .shop-nav #header-usp__scroll {
    padding-right: 0;
    padding-right: initial;
    gap: initial;
  }

  .shop-nav .header-ups .container {
    width: 100%;
  }

  .shop-nav #hamburger-menu {
    display: flex;
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    gap: 8px;

    --bar-height: 1px;
    --hamburger-height: cal(var(--bar-height) * 3+8 * 2);
    --x-width: cal(var(--hamburger-height) * 1.41421356237);
  }

  .shop-nav #hamburger-menu .hamburger-lines {
    width: 30px;
    height: var(--bar-height);
    background: #333;
    transition:
      opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s ease-in-out, rotate 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transform-origin: left center;
  }

  .shop-nav #hamburger-menu input:checked ~ span:nth-last-child(1) {
    rotate: -45deg;
    width: var(--x-width);
    translate: 0 1px;
  }

  .shop-nav #hamburger-menu input:checked ~ span:nth-last-child(2) {
    opacity: 0;
  }

  .shop-nav #hamburger-menu input:checked ~ span:nth-last-child(3) {
    rotate: 45deg;
    width: var(--x-width);
    translate: 0 -1px;
  }

  .shop-nav .header-bar-v2 {
    gap: 0;
  }

  .shop-nav .logo-container-v2 {
    height: 48px;
    width: 140px;
    position: relative;
  }

  .shop-nav .logo-container-v2 img {
    width: 120px;
    height: 48px;
  }

  .shop-nav .header-btn-v2 .icon {
    width: 24px;
    height: 24px;
  }

  .shop-nav .header-bar-v2 .header-btn-v2--count {
    top: -10px;
    right: -10px;
  }

  .shop-nav .site-nav__wrapper {
    min-height: calc(100vh - 112px);
    overflow-y: auto;
    opacity: 1;
    animation: 0.1s slide-right;
    overflow-x: hidden;
  }

  .shop-nav .site-nav__wrapper.hide {
    opacity: 0;
    animation: 0.3s slide-left;
  }

  .shop-nav .site-nav__wrapper .container {
    width: 100%;
  }

  .shop-nav .site-nav-v2 {
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    gap: 0;
  }

  .shop-nav .site-nav-v2 .search-v2__form {
    padding: 0;
    position: relative;
    height: auto;
    height: initial;
  }

  .shop-nav .site-nav-v2 .search-v2__input-wrapper {
    padding: 0;
  }

  .shop-nav .site-nav__list {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
    border-bottom: initial;
    width: 100%;
  }

  .shop-nav .site-nav__list:hover {
    border-bottom: 0;
    border-bottom: initial;
  }

  .shop-nav .site-nav__list--first {
    margin-left: 0;
    margin-left: initial;
  }

  .shop-nav .site-nav-v2__link {
    width: 100%;
    line-height: 24px;
    color: #333;
    align-content: center;
    border: none;
  }

  .shop-nav .site-nav-v2__link .icon {
    width: 24px;
    height: 24px;
  }

  .shop-nav .site-nav-v2__link:hover {
    border: none;
  }

  .shop-nav .site-nav-v2--active, .shop-nav .site-nav-v2__link.site-nav-v2--active {
    color: #557648;
    color: var(--green-750, #557648);
  }

  .shop-nav .site-nav__mega {
    top: 0;
    left: 100%;
    padding: 0 0 2rem 0;
  }

  .shop-nav .site-nav__mega-title {
    align-items: center;
    background: #709d60;
    background: var(--green-600, #709d60);
  }

  .shop-nav .site-nav__mega-title svg {
    fill: currentColor;
  }

  .shop-nav .site-nav__mega-container {
    flex-direction: column;
    gap: 0;
  }

  .shop-nav .nav-recommendation__wrapper {
    flex-direction: column;
  }

  .shop-nav .site-nav-v2__child {
    border-bottom: 1px solid #ccc;
  }

  .shop-nav .site-nav-v2__child input:checked ~ .site-nav-grandchild {
    display: block;
  }

  .shop-nav .site-nav__sub-title {
    text-transform: none;
    height: auto;
    height: initial;
  }

  .shop-nav .site-nav-grandchild {
    padding: 0;
  }

  .shop-nav .site-nav__list .site-nav__mega {
    transition: all 1s ease-out;
  }

  .shop-nav .site-nav__mega {
    min-height: calc(100vh - 112px);
  }

  .shop-nav .site-nav__list > input:checked ~ .site-nav__mega {
    display: block;
    left: 0;
  }

  .shop-nav .site-nav__list:hover .site-nav__mega {
    display: none;
  }

  .shop-nav .site-nav__mega-grandchild {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 120%;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: calc(var(--zHighest) + var(--zAbove));
  }

  .shop-nav .site-nav-v2__child > input:checked ~ .site-nav__mega-grandchild {
    visibility: visible;
    left: 0;
  }

  .shop-nav .site-nav-grandchild__link {
    line-height: 24px;
    border-bottom: 1px solid #ccc;
  }

  .shop-nav .nav-recommended-v2__quick-buy {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
  }

  .shop-nav .nav-quick-buy {
    background-color: var(--green-300);
    border-radius: 100%;
    margin-bottom: auto;
    margin-top: auto;
  }

  .shop-nav .nav-recommendation__image {
    width: 111px;
    min-width: 111px;
  }

  .shop-nav .nav-product-border-bottom {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--Gray-100, #e6e6e6);
  }

  .shop-nav .nav-recommendation__wrapper {
    gap: 0;
  }

  .shop-nav .nav-extra__list {
    border-bottom: 1px solid #e6e6e6;
    padding-left: 20px;
  }

  .shop-nav .search-v2__form {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 2rem;
    z-index: calc(var(--zHighest) + var(--zAbove));
    width: 100vw;
    height: 100vh;
    padding-top: 0.5rem;
    flex-direction: column;

    /* Initial hidden state */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);

    /* Transition setup */
    transition:
      opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0.3s;
  }

  .shop-nav .search-v2__form.search-v2__form--visible {
    /* When visible */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

    /* Override the delay for showing */
    transition:
      opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear;
  }

  .shop-nav .search-v2__overlay-bg {
    background: rgba(0, 0, 0, 0.5);
    z-index: calc(var(--zHighest) + var(--zAbove));
  }

  .shop-nav .search-v2__input-wrapper {
    padding: 0.5rem 0;
    width: 100%;
  }

  .shop-nav .search-v2__input {
    border: transparent;
    padding: 15px 40px 15px 60px;
    outline: none;
  }

  .shop-nav .search-v2__btn-close {
    right: 15px;
  }

  .shop-nav .search-v2__btn-arrow {
    position: absolute;
    top: 0;
    right: 1rem;
    background: transparent;
    border: none;
  }

  .shop-nav .search-v2__btn-search {
    left: 0.5rem;
    right: auto;
    right: initial;
  }

  .shop-nav .search-v2__btn-search.search-v2__btn-search--active {
    background: transparent;
    color: inherit;
  }

  .shop-nav .search-v2 .searchResults-v2 {
    top: 112px;
  }

  .shop-nav .search-v2 .header-btn .icon {
    width: 24px;
    height: 24px;
  }

  .shop-nav .site-nav__wrapper::before {
    display: none;
  }
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}
/* Skip Links */
/* When the skip links container is focused or contains focus,
   position the container and use flexbox for layout */
/* When the container is focused, reset the positioning of the child skip links
   to allow them to be laid out by the flex container */
/* Existing generic focus styles for skip links (can act as fallback) */
/* Keep existing rules for other specific skip links outside the main container */
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.shop-nav .footer-container {
  width: calc(100% - 60px);
  max-width: 1400px;
  margin: 0px auto;
}
.shop-nav .site-footer a {
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--gray-800);
}
.shop-nav .site-footer a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.shop-nav .site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-nav .sustainability-section.footer-container {
  overflow: hidden;
}
.shop-nav .footer-main.footer-container {
  border: none;
}
@media (max-width: 928px) {
  .shop-nav .footer-container {
    width: calc(100% - 30px);
  }
}
.shop-nav .site-footer .text-icon {
  display: flex;
}
.shop-nav .site-footer .text-icon img, .shop-nav .site-footer .text-icon svg {
  margin-right: 0.5rem; /* 8px */
  width: 1.5rem; /* 24px */
  height: 1.5rem; /* 24px */
}
.shop-nav .footer-main {
  padding: 3.5rem 0 2.875rem; /* 56px 46px */
}
.shop-nav .footer-bottom {
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.shop-nav .accordion-icon {
  display: none;
}
@media (max-width: 928px) {
  .shop-nav .widget-collapsable .widget-title {
    padding-bottom: 0.5rem; /* 8px */
    border-bottom: 0.0625rem /* 1px */ solid var(--gray-300);
    position: relative;
    cursor: pointer;
  }
  .shop-nav .footer-main__collapsible-block .widget-title {
    padding-bottom: 1rem;
    display: block;
  }
  .shop-nav .footer__column-colored-box .widget-collapsable .widget-title {
    border-bottom: none;
  }
  .shop-nav .widget-collapsable .footer-toggle_title.open .accordion-icon {
    transform: rotate(180deg) !important;
  }
  .shop-nav .widget-collapsable .footer-toggle_title.open .accordion-icon {
    transition: all 0.3s ease;
  }
  .shop-nav .footer-toggle_title {
    font-weight: 500;
  }

  .shop-nav .widget-collapsable .accordion-icon {
    display: block;
    transition: all 0.3s ease;
  }
  .shop-nav .widget-collapsable .accordion-icon svg {
    height: 1.5rem;
    width: 1.5rem;
  }
  .shop-nav .widget-collapsable .widget-title::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='24px' viewBox='0 0 25 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E3ECF2045-5234-4D20-B101-8C0B3F8604C8%3C/title%3E%3Cdefs%3E%3Cfilter color-interpolation-filters='auto' id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 0.200000 0 0 0 0 0.200000 0 0 0 0 0.200000 0 0 0 1.000000 0'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Plantura_OS_Shoppingcart_mobile' transform='translate(-321.000000, -1895.000000)'%3E%3Cg id='framework-/-footer-/-shop-/-mobile' transform='translate(0.200000, 947.000000)'%3E%3Cg id='Group-17' transform='translate(16.000000, 851.000000)'%3E%3Cg id='Group-16-Copy-2' transform='translate(0.000000, 97.000000)'%3E%3Cg id='arrow-down' transform='translate(305.000000, 0.000000)' filter='url(%23filter-1)'%3E%3Cg transform='translate(12.000000, 12.000000) rotate(180.000000) translate(-12.000000, -12.000000) translate(0.000000, 5.000000)' id='Light' stroke='%23000000'%3E%3Cpath d='M23.535,13.373 L12.409,0.8 C12.3140955,0.692715572 12.1777369,0.631284998 12.0345,0.631284998 C11.8912631,0.631284998 11.7549045,0.692715572 11.66,0.8 L0.535,13.373' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 1.4375rem; /* 23px */
    height: 0.8125rem; /* 13px */
    position: absolute;
    right: 0;
    bottom: 0.9375rem; /* 15px */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  .shop-nav .widget-collapsable .widget-title.open::after {
    transform: rotate(180deg);
  }
  .shop-nav .footer-toggle_content {
    transition: height 0.35s ease-in-out;
    overflow: hidden;
  }
  .shop-nav .footer-toggle_content:not(.active) {
    display: none;
  }
  .shop-nav .footer-main__collapsible-block .widget-title::after {
    bottom: 1.5rem;
  }

  .shop-nav .footer-main__collapsible-block .widget-title::after {
    bottom: 1.5rem;
  }

  .shop-nav .footer-main {
    padding: 2rem 0 0;
  }
  /* .footer-v2 .footer-main{
    padding: 0;
  } */

  .shop-nav .footer-scrollable-y-m {
    overflow-x: scroll;
    max-width: 100vw;
    width: 100vw;
    flex-wrap: nowrap;
  }
  .shop-nav .footer-scrollable-y-m::-webkit-scrollbar {
    display: none;
  }
}
.shop-nav .footer-divider {
  width: 100%;
  border: 1px #e7e6d8 solid;
  border-top: none;
}
.shop-nav .sustainability-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shop-nav .sustainabilty-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #333;
  color: var(--gray-800, #333);
  font-family: DINPro;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.shop-nav .sustainability-section__images {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
}
.shop-nav .sustainability-section__images > div {
  width: 6.5rem;
}
.shop-nav .sustainability-section__img {
  width: 6.5rem;
}
.shop-nav .footer__column-colored-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 0.5rem;
  overflow: auto;
}
.shop-nav .footer-main__image-on-card {
  margin: -1rem -1rem 0rem -1rem;
}
.shop-nav .footer-bottom-bar {
  gap: 0.5rem;
  align-self: stretch;
  background: #ccc;
  background: var(--Gray-200, #ccc);
}
.shop-nav .footer-botom__quick-links {
  justify-content: flex-end;
}
.shop-nav .footer-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: var(--green-750);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.625rem 1.375rem; /* 10px 22px */
  border-radius: 1.375rem; /* 22px */
  vertical-align: middle;
  text-align: center;
}
.shop-nav a.footer-btn:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.shop-nav h2.footer-main__nav-list-title {
  color: #333;
  color: var(--gray-800, #333);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.shop-nav ul.footer-main__nav-list-items {
  color: #333;
  color: var(--gray-800, #333);

  font-style: normal;
  line-height: 1.5rem;
}
.shop-nav .footer-main__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.shop-nav .partners-list li {
  color: #333;
  color: var(--gray-800, #333);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  gap: 0.5rem;
}
.shop-nav .partners-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.shop-nav span.partners-list__image {
  width: 3.5rem;
  height: 2.125rem;
}
.shop-nav .partners-list__name {
  line-height: 1.5rem;
}
.shop-nav .partners-list__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  border: 1px solid var(--gray-200, #ccc);
}
.shop-nav span.image-text-list__image {
  width: 1.5rem;
  height: 1.5rem;
}
.shop-nav .image-text-list li {
  color: #333;
  color: var(--gray-800, #333);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  gap: 0.5rem;
}
.shop-nav .image-text-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.shop-nav .footer-main__social-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
}
.shop-nav .footer-main__nav-questions-list > li, .shop-nav .footer-main__nav-questions-list > li > a {
  color: var(--green-750);
  font-weight: 500;
  line-height: 2rem;
  word-wrap: break-word;
}
.shop-nav .footer-main__nav-questions-list__button {
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
  gap: 0.5rem;
}
.shop-nav .footer-main__nav-questions-list__button > svg {
  width: 18px;
}
.shop-nav .footer-bottom__text-mid {
  text-align: center;
}
.shop-nav .footer-bottom__image-list-title {
  color: var(--white);
  min-width: 90px;
}
.shop-nav .footer-bottom-bar__images {
  display: flex;
  padding: 0.5rem 0rem;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.shop-nav .footer-bottom-bar__images img {
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .shop-nav .flex-order-1-m {
    order: 1;
  }
  .shop-nav .flex-order-2-m {
    order: 2;
  }
  .shop-nav .flex-order-3-m {
    order: 3;
  }
  .shop-nav .flex-order-4-m {
    order: 4;
  }
}
.shop-nav .okendo-reviews-summary a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.shop-nav .product-review-star {
  position: relative;
}
.shop-nav .product-review-star-empty {
}
.shop-nav .product-review-star-filled {
  position: absolute;
  top: 0;
  left: 0px;
  white-space: nowrap;
  overflow: hidden;
  width: calc(var(--rating) / 5 * 100%);
}
.shop-nav .product-review-count {
  color: var(--copy);
}
