.box-shadow {
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
}
.data-pages {
  min-height: 100vh;
  height: unset;
}
body {
  background-color: var(--shopatree-gray-light);
}

body > .header {
  background-color: #fff;
}
body > .header.scrolled {
  background-color: #fff;
  box-shadow: 0 0 6px #999;
}

.section-highlight-light {
  background-color: var(--shopatree-gray-light);
}
.section-highlight {
  background-color: var(--shopatree-neutral-light-blue);
}

.shop {
  transition: 0.2s;
}
.shop:hover {
  box-shadow: 0 0 10px -6px;
  border-color: #79a8475e;
}

.shop-primaries {
  display: flex;
  flex-direction: column;
}
.shop-primaries .shop-wrapper > .shop {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  align-items: center;
  text-align: center;
  display: flex;
  transition: 0.2s;
  background-color: #fff;
  flex-direction: column;

  position: relative;
}
.shop-primaries .shop-wrapper > .shop > .shop-background-image {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.shop-primaries .shop-wrapper > .shop > .shop-content
{
	z-index: 1;
	width: 350px;
	padding: 15px;
	box-shadow: 0 0 4px;
	position: relative;
	background-color: #fff;
}
@media (max-width: 991px)
{
	.shop-primaries .shop-wrapper > .shop > .shop-content
	{
		width: unset;
	}
}
img.shop-background-image ~ .shop-content {
  box-shadow: 0 0 6px #777;
}
.shop-primaries .shop-wrapper > .shop > .shop-content .image-shop-link {
  width: 100%;
  display: flex;
  padding-top: 50%;
  position: relative;
  background-color: #fff;
}
.shop-primaries
  .shop-wrapper
  > .shop
  > .shop-content
  .image-shop-link
  .shop-image {
  top: 0;
  left: 50%;
  width: 75%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  background-color: #fff;
  transform: translateX(-50%);
}
.shop-primaries .shop-wrapper > .shop > .shop-content .plant-now-wrapper {
  align-items: center;
}
.shop-primaries
  .shop-wrapper
  > .shop
  > .shop-content
  > .plant-now-wrapper
  > .plant-now
  > i {
  display: flex;
  padding-left: 8px;
  flex-direction: column;
  justify-content: center;
}

.shop-secondaries {
}
.shop-secondaries .shop-wrapper > .shop {
  padding: 15px;
  display: flex;
  transition: 0.2s;
  position: relative;
  text-align: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
  flex-direction: column;
  border: 1px solid #ddd;
}
.shop-secondaries .shop-wrapper > .shop > .image-shop-link {
  background-color: #fff;
}
.shop-secondaries .shop-wrapper > .shop > .image-shop-link > .shop-image {
/*   min-width: 120px; */
/*   max-width: 240px; */
/*   min-height: 60px; */
/*   max-height: 120px; */
/*   object-fit: contain; */
/*   background-color: #fff; */
}
.shop-secondaries .shop-wrapper > .shop > .plant-now-wrapper {
  align-items: center;
}
.shop-secondaries .shop-wrapper > .shop > .plant-now-wrapper > .plant-now > i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8px;
}

.categories-wrapper-wrapper
{
	row-gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.categories-wrapper > .categories {
  background-color: #fff;
  border: 1px solid #ddd;
}
.categories-wrapper > .categories > .shop-category {
  color: #000;
  cursor: pointer;
  display: flex;
  padding: 6px 12px;
  flex-direction: row;
  transition: 0.2s;
  text-decoration: none;
}
.categories-wrapper > .categories > .shop-category:not(.active):hover
{
	background-color: #98c766;
}
.categories-wrapper > .categories > .shop-category.active
{
    background-color: var(--shopatree-green);
}
.categories-wrapper > .categories > .shop-category > .shop-category-icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 24px;
  color: var(--shopatree-green);
}
.categories-wrapper > .categories > .shop-category:hover > .shop-category-icon,
.categories-wrapper > .categories > .shop-category.active > .shop-category-icon
{
    color: #fff;
}
.categories-wrapper > .categories > .shop-category > .shop-category-title {
  flex: 1 1 auto;
  display: flex;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
}
.categories-wrapper > .categories > .shop-category:hover > .shop-category-title,
.categories-wrapper > .categories > .shop-category.active > .shop-category-title
{
    color: #fff;
}
.categories-wrapper > .categories > .shop-category > .shop-category-count {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  justify-content: center;
  color: var(--shopatree-neutral-light);
}

.shop-wrapper {
  margin-bottom: 16px;
}
.shop-wrapper > .shop {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  border: 1px solid #ddd;
  background-color: #fff;
}
.shop-wrapper > .shop > .image-shop-link {
}
.shop-wrapper > .shop > .image-shop-link.no-image {
  width: 100%;
  height: 60px;
  position: relative;
  text-decoration: none;
}
.shop-wrapper > .shop > .image-shop-link.no-image:before {
  content: attr(data-shop-name);
  position: absolute;
  text-align: center;
  color: #2a3b18;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-wrapper > .shop > .image-shop-link > .shop-image {
  padding: 5px;
  min-width: 120px;
  min-height: 60px;
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  background-color: #fff;
}
.shop-wrapper > .shop > .image-shop-link.no-image > .shop-image {
  display: none;
}

.shop .shop-link-wrapper {
  padding: 8px;
  display: flex;
  justify-content: center;
}
.shop .shop-link-wrapper .shop-link {
  font-size: 12px;
  line-height: 12px;
}
.shop .plant-now-wrapper {
  display: flex;
  padding: 10px;
  min-width: 120px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.shop .plant-now-wrapper .plant-now {
  display: flex;
  cursor: pointer;
  transition: 0.2s;
  padding: 3px 12px;
  border-radius: 17px;
  justify-content: right;
  color: var(--shopatree-green);
  border: 2px solid var(--shopatree-green);
}
.shop .plant-now-wrapper .plant-now:hover {
  color: #fff;
  background-color: var(--shopatree-green);
}
.shop .plant-now-wrapper .plant-now > i {
  display: flex;
  padding-left: 8px;
  flex-direction: column;
  justify-content: center;
}
.shop .favorit:not(.favorited) > em {
  font-weight: 300 !important;
}

.shop .favorit:hover > em {
  font-weight: 600 !important;
}
.shop .favorit {
  z-index: 1;
  top: 5px;
  right: 5px;
  display: flex;
  cursor: pointer;
  position: absolute;
  color: var(--shopatree-green);
}
.shop .favorit > em {
  transition: 0.2s;
}

.shop-detail-page {
}
.shop-detail-page .section-category.no-image {
  display: none;
}
.shop-detail-page img.category-image {
  width: 100%;
}
.shop-detail-page img[src=""],
.shop-detail-page img[src="(unknown)"] {
  display: none;
}
.shop-detail-page .shop {
  padding: 15px;
  border: 1px solid #ddd;
  margin: 15px auto;
  align-items: center;
  text-align: center;
  display: flex;
  transition: 0.2s;
  background-color: #fff;
  flex-direction: column;
  max-width: 320px;
}
@media (min-width: 992px) {
  .shop-detail-page .section-category:not(.no-image) ~ .section-shop .shop {
    transform: translateY(-70px);
  }
}
.shop-detail-page .shop .image-shop-link {
  padding-top: 50%;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.shop-detail-page .shop .image-shop-link .shop-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  background-color: #fff;
}
.shop-detail-page .shop .shop-name {
  padding: 15px;
}
.shop-detail-page .shop .plant-now-wrapper {
  align-items: center;
}
@media (min-width: 992px) {
  .shop-detail-page
    .section-category:not(.no-image)
    ~ .section-shop
    .shop-description {
    transform: translateY(-70px);
  }
}
.error-box {
  background-color: #fff;
  padding: 15px;
  padding-top: 18px;
  box-shadow: 0 2px 4px -2px #ddd;
  border-top: 2px solid red;
  text-align: center;
}



.comagno-dropdown
{
    display: flex;
    overflow: hidden;
	transition: 0.2s;
    position: relative;
	border: 1px solid #ddd;
    flex-direction: column;
	background-color: #fff;
}
.comagno-dropdown:not(.open)
{
    height: 50px !important;
}
.comagno-dropdown > .comagno-dropdown-toggler
{
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	transition: 0.2s;
}
.comagno-dropdown > .comagno-dropdown-toggler:hover
{
    color: var(--shopatree-green);
}
.comagno-dropdown > .comagno-dropdown-toggler > i
{
    transition: 0.2s;
}
.comagno-dropdown.open > .comagno-dropdown-toggler > i
{
    transform: rotateZ(180deg);
}
.comagno-dropdown.open > .comagno-dropdown-item:first-child:hover ~ .comagno-dropdown-toggler,
.comagno-dropdown.open > .comagno-dropdown-item:first-child.active ~ .comagno-dropdown-toggler
{
	color: #fff;
}
.comagno-dropdown > .comagno-dropdown-item:hover ~ .comagno-dropdown-toggler
{
	color: var(--shopatree-green);
}

.comagno-dropdown > .comagno-dropdown-item
{
    color: #000;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    padding: 6px 12px;
    flex-direction: row;
    text-decoration: none;
    position: absolute;
}
.comagno-dropdown:not(.open) > .comagno-dropdown-item,
.comagno-dropdown.open > .comagno-dropdown-item:first-child
{
    padding-right: 48px;
}
.comagno-dropdown:not(.open) > .comagno-dropdown-item:not(.active)
{
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
.comagno-dropdown:not(.open) > .comagno-dropdown-item.active
{
    opacity: 1;
    top: 0 !important;
}
.comagno-dropdown.open > .comagno-dropdown-item.active
{
	background-color: var(--shopatree-green);
}
.comagno-dropdown.open > .comagno-dropdown-item:not(.active):hover
{
    background-color: #98c766;
}
.comagno-dropdown > .comagno-dropdown-item > .shop-category-icon
{
    width: 36px;
    height: 36px;
    display: flex;
    font-size: 24px;
    transition: 0.2s;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    color: var(--shopatree-green);
}
.comagno-dropdown.open > .comagno-dropdown-item.active > .shop-category-icon,
.comagno-dropdown.open > .comagno-dropdown-item:hover > .shop-category-icon
{
    color: #fff;
}
.comagno-dropdown > .comagno-dropdown-item > .shop-category-title
{
    display: flex;
    flex: 1 1 auto;
    padding: 0 10px;
    transition: 0.2s;
    line-height: 1.2;
    flex-direction: column;
    justify-content: center;
}
.comagno-dropdown.open > .comagno-dropdown-item.active > .shop-category-title,
.comagno-dropdown.open > .comagno-dropdown-item:hover > .shop-category-title
{
	color: #fff;
}
.comagno-dropdown > .comagno-dropdown-item > .shop-category-count
{
    display: flex;
    font-size: 14px;
    flex-direction: column;
    justify-content: center;
    color: var(--shopatree-neutral-light);
}
.comagno-dropdown.open > .comagno-dropdown-item.active > .shop-category-count,
.comagno-dropdown.open > .comagno-dropdown-item:hover > .shop-category-count
{
	
}

@media (max-width: 991px)
{
	.show-only-on-mobile { display: block !important; }
	.show-only-on-desktop { display: none !important; }
}
@media (min-width: 992px)
{
	.show-only-on-mobile { display: none !important; }
	.show-only-on-desktop { display: block !important; }
}