/* @import url("https://use.typekit.net/jgm0qor.css"); */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #2c2c2c;
}

body {
  overflow-x: hidden !important;
  min-width: 375px;
}

::selection {
  background-color: #00a19a;
  color: #fff;
}

.visually-hidden {
  display: none;
}

body.mobile_menu {
  overflow-y: hidden;
}

a {
  text-decoration: none;
  text-transform: uppercase;
}

p {
  padding-top: 16px;
}

h1 {
  font-size: 26px;
  padding-bottom: 2px;
}

h2 {
  line-height: 22px;
}

h3 {
  font-size: 32px;
  /* font-weight: bold; */
}

h4 {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  /* color: #00A19A; */
}

h5 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
}

* > strong {
  font-weight: normal;
  color: #000 !important;
}

.title {
  padding-bottom: 32px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* .com-content-article.item-page {
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 32px;
} */

.com-content-article__body {
  padding-top: 32px;
}

/* .com-content-article__body h4 {
  padding-top: 16px;
} */

.com-content-article__body ul {
  box-sizing: border-box;
  margin-left: 16px;
  margin-top: 16px;
}

.com-content-article__body ul li {
  padding: 4px 0;
  padding-left: 8px;
}

li > ul {
  margin-top: 16px;
}

li::marker {
  color: #00a19a;
}

.header {
  background-color: #fff;
  padding: 16px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: 0.2s;
}

body.mobile_menu .header {
  background-color: #000 !important;
}

.mobile-menu {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 0;
  background-color: #000;
  left: 0;
  top: 56px;
  box-sizing: border-box;
  padding: 0;
  transition: 0.2s;
}

.mobile-menu.active {
  padding: 32px 0;
  height: calc(100svh);
  opacity: 0.95;
  overflow-y: auto;
}

.mobile-menu > * {
  display: none;
}

.mobile-menu.active > * {
  display: block;
}

.mobile-menu ul {
  list-style-type: none;
  padding: 32px;
}

.mobile-menu ul li,
.mobile-menu ul li.parent,
.mobile-menu ul li.parent span {
  color: #fff;
  padding: 16px 0;
  text-align: start;
  border-bottom: 1px solid #ffffff20;
}

.mobile-menu ul li a,
.mobile-menu ul li span {
  color: #fff;
  text-transform: uppercase;
}

.mobile-menu ul li.parent ul {
  padding: 16px;
}

.mobile-menu ul li.parent ul li {
  border-bottom: none;
  padding: 8px 0;
}

/* .mobile-menu ul li.parent ul li a {
  font-weight: 100;
} */

.mobile-menu ul li.parent ul li.current.active a,
.mobile-menu ul li.current.active a {
  color:#00a19a;
}

.mobile-btn {
  display: none;
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.mobile-btn span,
.mobile-btn span:before,
.mobile-btn span:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1.2px;
  background-color: #000;
  transition: 0.3s;
  left: 0;
  transform-origin: center;
}

.mobile-btn span {
  top: calc(50% - 1px);
  transition: 0.1s;
  width: 0;
}

.mobile-btn span:before {
  top: 4px;
}

.mobile-btn span:after {
  top: -4px;
}

.mobile-btn_active span {
  height: 0;
  width: 0;
}

.mobile-btn_active span:before {
  background-color: #fff;
  transform: rotate(45deg);
  top: 0;
}

.mobile-btn_active span:after {
  background-color: #fff;
  top: 0;
  transform: rotate(-45deg);
}

.header-wrapper {
  width: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 110px;
  height: 24px;
  background: url("../images/logo.svg") no-repeat left center;
  background-size: contain;
}

.logo-white {
  width: 160px;
  height: 100px;
  background: url("../images/logo-white.svg") no-repeat right center;
  background-size: contain;
}

.flex {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.menu ul,
.lang-sw ul {
  list-style-type: none;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

div.mod-languages a {
  position: relative;
  padding: 0;
  /* padding-left: 18px; */
  margin-right: -10px;
  /* background: transparent url('../images/icons/language-icon.svg') no-repeat left center;
  background-size: 14px; */
}

div.mod-languages a:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: transparent url("../images/icons/language-icon.svg") no-repeat
    left center;
  background-size: 14px;
  left: -18px;
  top: 3px;
}

.mod-languages {
  box-sizing: border-box;
}

.menu {
  flex: 1;
  max-width: 720px;
}

.menu ul li.nav-item,
.menu ul li.nav-item span,
.menu ul li.nav-item.current {
  font-size: 13px;
  position: relative;
}

.menu ul li.nav-item span {
  text-transform: uppercase;
  cursor: default;
}

.menu ul li.nav-item:before,
.menu ul li.nav-item.current:before,
.menu ul li.nav-item.active:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1.3px;
  left: 0;
  bottom: -3px;
  background-color: #00a19a;
  transition: 0.3s;
}

.menu ul li.nav-item.current:before,
.menu ul li.nav-item.active:before {
  width: 100%;
}

.menu ul li.nav-item:hover:before {
  width: 100%;
}

.menu ul li.nav-item.parent {
  position: relative;
}

.menu ul li.nav-item.parent > ul {
  position: absolute;
  width: 190px;
  height: 0;
  background-color: #fff;
  top: 0;
  transition: 0.2s;
  transform-origin: top;
}

.menu ul li.nav-item.parent ul li {
  display: none;
}

.menu ul li.nav-item.parent:hover ul {
  height: auto;
  min-height: 40px;
  top: 12px;
  padding: 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 4px 2px 13px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 4px 2px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 2px 13px 0px rgba(0, 0, 0, 0.5);
}

.menu ul li.nav-item.parent:hover ul:before {
  position: absolute;
  content: "";
  top: -16px;
  left: -1px;
  z-index: 3;
  width: 100%;
  height: 32px;
  opacity: 0;
}

.parent:hover ul li,
.parent ul:hover li,
.parent ul:before:hover li {
  display: block !important;
  padding: 16px;
  box-sizing: border-box;
  z-index: 3;
}

.menu ul li.nav-item.parent:hover ul li {
  display: block;
}

.slideshow {
  width: 100%;
  /* height: calc(100svh - 56px); */
  height: auto;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0;
}

.moduletable.slideshow-background > div {
  background-repeat: no-repeat;
  background-size: cover;
}

.slideshow * {
  color: #fff !important;
}

.btns-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
}

a.read-more {
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 32px;
  min-height: 40px;
  text-align: center;
}

.btn-white {
  background-color: #fff;
  color: #000 !important;
}

.btn-green {
  background-color: #00a19a;
  color: #fff;
  border: 1px solid #00a19a;
}

.btn-transparent {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.news {
  /* padding-top: 3%; */
  margin-bottom: 8px;
}

.itemscope {
  list-style-type: none !important;
}

.partner {
  padding: 10% 0;
  background-color: #f1f0ee;
}

.partner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
}

.pmi-img {
  object-fit: contain;
}

.work-with-us {
  padding: 10% 0;
}

.work-with-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.work-with-us-wrapper > * {
  min-width: 320px;
  flex: 1;
}

.image-square {
  width: 400px;
  height: 400px;
  position: relative;
}

.image-square img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  position: relative;
  background-color: #f1f0ee;
  width: 100%;
  min-height: 400px;
}

.footer-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 64px 0;
}

.footer-wrapper > * {
  flex: 1;
  min-width: 160px;
}

.navigation ul,
.contact-info ul,
.follow-us ul {
  list-style: none;
}

.navigation ul li,
.contact-info ul li,
.follow-us ul li {
  padding: 8px 0;
}

.navigation ul li span {
  text-transform: uppercase;
}

.navigation ul li,
.contact-info ul li,
.contact-info ul li span,
.contact-info ul li a {
  font-size: 12px;
}

.navigation ul li.deeper {
  padding: 0;
}

.navigation ul li.deeper.parent span {
  display: none;
}

.navigation .mod-menu__sub {
  margin-top: 8px;
}

.mod-menu.mod-list.nav  {
  margin-top: 8px;
}

.contact-info {
  flex: 2;
}

.contact-info ul li {
  display: flex;
  gap: 16px;
  align-items: center;
}

.follow-us ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.fb-icon,
.ln-icon {
  width: 32px;
  height: 32px;
}

.fb-icon {
  background: transparent url("../images/icons/fb-icon.svg") no-repeat center
    center;
  background-size: 32px;
}

.ln-icon {
  background: transparent url("../images/icons/ln-icon.svg") no-repeat center
    center;
  background-size: 32px;
}

.copyright {
  user-select: none;
  pointer-events: none;
  margin-bottom: -32px;
  border-top: 1px solid #00000010;
}

.copyright p {
  font-size: 10px;
  width: 100%;
  text-align: end;
  opacity: 0.5;
  padding: 8px 0;
}

.icon {
  width: 16px;
  height: 24px;
}

.ceo-message {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.ceo-message > * {
  min-width: 320px;
}

.ceo-message .photo {
  flex: 1;
  background-color: lightgray;
  min-height: 320px;
  /* height: 360px; */
  object-fit: cover;
}

.ceo-message .message {
  flex: 2;
}

.ceo-message .message p {
  line-height: 26px;
  text-align: justify;
}

.team-member {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding: 32px 0;
  border-bottom: 1px solid #f1f0ee;
}

.team-member > * {
  min-width: 320px;
}

.team-member .photo {
  flex: 1;
  background-color: lightgrey;
  min-height: 350px;
  object-fit: cover;
}

.team-member .description {
  flex: 2;
}

.team-member:last-child {
  border: none;
}

.partner-image,
.about-us-image,
.news-image,
.catalog-image {
  position: relative;
  width: 100%;
  min-height: 400px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.search-wrapper {
  box-sizing: border-box;
  padding-bottom: 16px;
}

#search-input {
  width: 100%;
  padding: 16px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0;
}

#search-input:focus {
  outline: none;
  border: 1px solid #00a19a;
}

.partner-image {
  background: transparent url("../images/PM_Lausanne.jpg") no-repeat center
    center;
  background-size: cover;
}

.about-us-image {
  background: transparent url("../images/prime-bg-2.jpg") no-repeat center
    center;
  background-size: cover;
}

.news-image {
  min-height: 120px;
  background: transparent url("../images/prime-bg-3.png") no-repeat center
    center;
  background-size: cover;
}

.catalog-image {
  min-height: 240px;
  background: #00a19a;
}

.partner-image:after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0, 0.4);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.partner-image > *,
.about-us-image > *,
.news-image > *,
.catalog-image > * {
  color: #fff !important;
  z-index: 3;
  width: 100%;
}

nav.pagination__wrapper {
    margin-top: 32px;
    padding: 16px;
    box-sizing: border-box;
}

ul.pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
  list-style: none;
}

span.icon-angle-double-left {
  
}

span.icon-angle-left {
  
}

ul.contact li,
ul.contact li a {
  font-weight: 500;
  text-transform: lowercase;
}

li.disabled.page-item {
    display: none;
}

span.icon-angle-double-left {
  
}

li.page-item.active a {
  color: #00a19a;
  font-weight: bold;
}

ul.contact li {
  display: flex;
  gap: 16px;
  padding-left: 0;
  align-items: center;
}

.address {
  width: 16px;
  height: 16px;
  background: transparent url("../images/icons/location-pin.svg") no-repeat
    center center;
  background-size: contain;
}

.phone {
  width: 16px;
  height: 16px;
  background: transparent url("../images/icons/phone.svg") no-repeat center
    center;
  background-size: contain;
}

.mail {
  width: 16px;
  height: 16px;
  background: transparent url("../images/icons/mail.svg") no-repeat center
    center;
  background-size: contain;
}

.article-info-term {
  display: none;
}

.item-content .page-header h2 a {
  font-size: 18px;
  font-weight: bold;
}

.com-content-category-blog {
  padding: 10% 0;
}

.com-content-category-blog__item.blog-item p {
  display: none;
}

/* .com-content-category-blog,
.com-content-category-blog__items:not(:nth-child(1)) {
  margin-top: 32px;
} */

time {
  color: #00a19a;
  user-select: none;
}

.com-content-article {
  margin-top: 5%;
  margin-bottom: 10%;
}

.article-image {
  width: 100%;
  height: auto;
  max-height: 520px;
  aspect-ratio: 3 / 2;
  position: relative;
  margin-top: 32px;
}

.article-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.mod-breadcrumbs__wrapper {
  width: 100%;
  border-bottom: 1px solid #00a19a30;
}

.mod-breadcrumbs {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  box-sizing: border-box;
}

.mod-breadcrumbs > li {
  padding-right: 16px;
  position: relative;
  transition: 0.2s;
  min-width: fit-content;
}

.mod-breadcrumbs > li.active {
  min-width: 0;
}

.mod-breadcrumbs li:after {
  position: absolute;
  content: "";
  background-color: #00a19a;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  right: -2px;
}

.mod-breadcrumbs .breadcrumb-item.active {
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mod-breadcrumbs .breadcrumb-item.active:after {
  display: none;
}

.mod-breadcrumbs li a span:hover {
  color: #00a19a;
}

.mod-breadcrumbs__item.breadcrumb-item a span {
  text-transform: capitalize;
}

li.float-start {
  display: none;
}

.mod-articleslatest.latestnews.mod-list {
  list-style-type: none;
}

.mod-articleslatest.latestnews.mod-list li {
  padding: 32px 0;
}

.mod-articleslatest.latestnews.mod-list li a span {
  font-size: 18px;
  font-weight: bold;
}


.com-content-category-blog__items.blog-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}


.left.item-image {
  position: relative;
  width: 100%;
  max-height: 520px;
  aspect-ratio: 3 / 2;
  margin-top: 32px;
}

.left.item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .left.item-image */

.newsflash-title {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

.newsflash-title a {
  font-weight: bold !important;
}

/* .newsflash-date {
  margin-top: 8px;
  color: #00a19a;
} */

.item-content {
  margin-top: 16px;
}

/* .news-title {
  padding-bottom: 32px;
} */

/* .newsflash > div {
  padding-bottom: 16px;
} */

.iframe-container {
  position: relative;
  width: 100%;
  min-height: 250px;
  height: 15%;
}

.iframe-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.stores-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

.store {
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #f1f0ee;
}

.store ul {
  list-style: none;
  margin: 0 !important;
}

.show-on-map {
  color: #00a19a !important;
  text-decoration: underline !important;
  text-transform: capitalize;
  padding-left: 24px;
  background: transparent url("../images/icons/location-pin.svg") no-repeat left
    center;
  background-size: contain;
}

.stores-list div {
  margin-top: 12px;
}

.stores-list div a {
  font-weight: 500;
  text-transform: capitalize;
}

.stores-list div a:hover {
  color: #00a19a !important;
}

.catalog-wrapper tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.com-content-category__table.category.table.table-striped {
  width: 100%;
  padding: 16% 0;
}

.catalog-wrapper tbody > * {
  cursor: pointer;
  border: 1px solid #f1f0ee;
  padding: 32px 16px;
}

.catalog-wrapper tbody .list-title a {
  padding: 32px 16px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
}

.catalog-wrapper tbody .list-title a:hover {
  color: #00a19a;
}

.product h3 {
  font-weight: bold;
  margin-bottom: 16px;
}

.product {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #f1f0ee;
}

#product3 {
  border-bottom: none;
}

.product > * {
  flex: 1;
  min-width: 320px;
}

.price {
  margin-bottom: 32px;
}

.product-images {
  position: relative;
  min-height: 400px;
}

.product-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  animation-name: fade;
  animation-duration: 0.3s;
}

.product-description p {
  line-height: 160%;
}

.colors {
  display: flex;
  gap: 16px;
  box-sizing: border-box;
  padding: 32px 0;
}

.color {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.color.active:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: -3px;
  left: -3px;
  background-color: transparent;
  border-radius: 11px;
  box-sizing: border-box;
}

.color.gold {
  background-color: #ebddb8;
}

.color.gold.active:after {
  border: 1px solid #ebddb8;
}

.color.beige {
  background-color: #d1cac6;
}

.color.beige.active:after {
  border: 1px solid #d1cac6;
}

.color.black {
  background-color: black;
}

.color.black.active:after {
  border: 1px solid black;
}

.color.green {
  background-color: #9caea0;
}

.color.green.active:after {
  border: 1px solid #9caea0;
}

.color.bronze {
  background-color: #9b898e;
}

.color.bronze.active:after {
  border: 1px solid #9b898e;
}

.color.red {
  background-color: #b8747b;
}

.color.red.active:after {
  border: 1px solid #b8747b;
}

.color.blue {
  background-color: #8197a7;
}

.color.blue.active:after {
  border: 1px solid #8197a7;
}

@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding-top: 64px;
}

.error-404 > * {
  text-align: center;
}

hr {
  border: 0.5px solid #f1f0ee !important;
  margin: 3% 0;
}

.filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 32px;
}

.filter-wrapper > * {
  min-width: 100px;
}

button.filter-button {
  height: 32px;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  flex: 1;
}

button.filter-button.active {
  background-color: #00a19a;
  color: #fff;
  border: 1px solid #00a19a;
}

.user-location-btn {
    background: rgb(255, 255, 255) url('/images/pub/icons/user-loc-btn.svg') no-repeat center center;
  background-size: 24px;
    border: 0px;
    margin: 10px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
}

.store ul {
  margin-top: 16px;
}

.store ul li {
  padding-left: 0 !important;
}

.store h4 {
  margin: 0;
}

.positions {
  margin-top: 6%;
}

.position {
  padding-bottom: 32px;
}

.accordion {
  background-color: #f1f0ee;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #fff;
  position: relative;
  font-weight: bold;
}

.accordion.active,
.accordion:hover {
  background-color: #00a19a;
  color: #fff;
}

.accordion:not(.active):after {
  position: absolute;
  content: "+";
  right: 16px;
  font-size: 22px;
  top: 10px;
}

.accordion.active:after {
  position: absolute;
  content: "-";
  color: #fff;
  right: 16px;
  font-size: 22px;
  top: 10px;
}

.accordion.active + .panel {
    padding-bottom: 32px;
}

.panel {
  background-color: transparent;
  max-height: 0; /* Start with a height of 0 */
  overflow: hidden; /* Hide overflow */
  transition: max-height 0.3s ease-out; /* Smooth transition */
}

.published {
  padding-bottom: 4px;
}

@media screen and (max-width: 964px) {
  .logo {
    background: url("../images/logo.svg") no-repeat center center;
    background-size: contain;
  }

  body.mobile_menu .logo {
    background: url("../images/logo-light.svg") no-repeat center center;
    background-size: contain;
  }

  .mobile-btn {
    display: block;
  }

  .menu {
    display: none;
  }

  .partner-wrapper > * {
    flex: 1;
    min-width: 320px;
  }

  body.mobile_menu div.mod-languages a {
    color: #fff !important;
  }

  body.mobile_menu div.mod-languages a:before {
    background: transparent url("../images/icons/language-icon-light.svg")
      no-repeat left center;
    background-size: 14px;
  }
}

/* Map */

      #map {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
      }

      #store-list {
        flex: 1;
        height: 100%;
        min-height: 320px;
        max-height: 580px;
        min-width: 320px;
        float: left;
        overflow-y: auto;
      }

      #store-list h3 {
        margin-top: 0;
      }

      .store-item {
        margin-bottom: 15px;
        cursor: pointer;
        padding: 5px;
        border: 1px solid #ddd;
        background-color: #fff;
      }

      .store-item:hover {
        background-color: #e9ecef;
      }

      .page-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
      }

      .map-wrapper {
        flex: 3;
        position: relative;
        min-width: 320px;
        min-height: 320px;
      }

/* NewsFlash Grid */

.mod-articlesnews.newsflash {
  display: grid;
  grid-template-areas:
        "featured small_1 small_2"
        "featured long long";
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: 250px 250px;
  gap: 8px;
}

.mod-articlesnews__item.featured {
  grid-area: featured;
}

.mod-articlesnews__item.small_1 {
  grid-area: small_1;
}

.mod-articlesnews__item.small_2 {
  grid-area: small_2;
}

.mod-articlesnews__item.long {
  grid-area: long;
}

.mod-articlesnews__item {
  position: relative;
}

.featured > .newsflash-item,
.small_1 > .newsflash-item,
.small_2 > .newsflash-item,
.long > .newsflash-item {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.newsflash-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 00000010;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.0) 78%);
  pointer-events: none;
}

.newsflash-content {
  position: relative;
}

.newsflash-content p {
  color: #ffffff;
  text-transform: none;
}

.featured h4.newsflash-title {
  font-size: 22px;
}

.newsflash-content p {
  display: none;
}

div.featured .newsflash-content p {
  display: block !important;
}

.newsflash-content {
  transition: 0.3s;
}

.mod-articlesnews__item:hover .newsflash-content {
  margin-bottom: 6px;
  transform: scale(1.01)
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(250px, 1fr));
  gap: 16px;
}

.photo-gallery img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .mod-articlesnews.newsflash {
      grid-template-areas:
    "featured small_1"
    "featured small_2"
    "featured long";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 200px 200px 200px;
  }
}

@media screen and (max-width: 703px) {
  .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .mod-articlesnews.newsflash {
            grid-template-areas:
    "featured"
    "small_1"
    "small_2"
  "long";
  grid-template-columns: 1fr;
  grid-template-rows: 600px 200px 200px 200px;
  }

  .article-image {
   width: 100%;
   height: auto;
   max-height: 320px;
   aspect-ratio: 2 / 3;
   position: relative;
   margin-top: 32px;
}
}
