/* Generated by vite-plugin-svg-spritemap */
.shopcategory {
  background-color: #ffffff;
}
.shopcategory__container {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  align-items: start;
}
.shopcategory__sidebar-title {
  margin-bottom: 1.375rem;
  color: #225c54;
  font-family: "Glory";
  font-size: 1.125rem;
  font-weight: 500;
}
.shopcategory__categories {
  color: #2a2b39;
  font-size: 0.9375rem;
  line-height: 1.15;
}
.shopcategory__categories ul {
  display: grid;
  gap: 0.75rem;
}
.shopcategory__categories ul ul {
  margin-top: 0.75rem;
  padding-left: 1.25rem;
}
.shopcategory__categories li {
  position: relative;
  padding-left: 1.25rem;
}
.shopcategory__categories li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #225c54;
  transform: translateY(-50%);
}
.shopcategory__categories a {
  display: inline-block;
  transition: color 0.2s ease;
  color: #225c54;
}
.shopcategory__categories a:hover {
  text-decoration: underline;
}
.shopcategory__categories .is-current > a {
  font-weight: 700;
}
.shopcategory__title {
  color: #225c54;
  font-family: "Glory";
  font-weight: 500;
  line-height: 1.08;
}
.shopcategory__description {
  max-width: 57.5rem;
  color: #3c5c55;
  line-height: 1.6;
}
.shopcategory__description p:not(:last-child),
.shopcategory__description h2,
.shopcategory__description h3 {
  margin-bottom: 0.9375rem;
}
.shopcategory__description h2,
.shopcategory__description h3 {
  color: #225c54;
  font-family: "Glory";
  font-weight: 500;
  line-height: 1.2;
}
.shopcategory__description h2 {
  margin-top: 1.5rem;
}
.shopcategory__description h3 {
  margin-top: 1.25rem;
}
.shopcategory__description a {
  color: #b7c958;
  transition: all 0.3s;
}
.shopcategory__description a:hover {
  text-decoration: underline;
}
.shopcategory__description-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.shopcategory__description-toggle {
  margin-top: 0.625rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #cc0000;
  cursor: pointer;
  font: inherit;
}
.shopcategory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.shopcategory__pagination {
  display: flex;
  justify-content: center;
}
.shopcategory__faq {
  padding: 0;
}

.pagination-list {
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.025) 0, rgba(0, 0, 0, 0.025) 0.0625rem, transparent 0.0625rem, transparent 0.375rem), #f8f8f8;
  padding: 0.3125rem;
  border-radius: 0.375rem;
}
.pagination-list a,
.pagination-list span {
  display: grid;
  min-width: 2.1875rem;
  height: 2.1875rem;
  place-items: center;
  color: #8c8c8c;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  border-radius: 0.375rem;
}
.pagination-list a + a,
.pagination-list span + a,
.pagination-list a + span {
  margin-left: -0.0625rem;
}
.pagination-list .is-current,
.pagination-list a:hover {
  border-color: #b7c958;
  background: #b7c958;
  color: #ffffff;
}

.shopcategory-product {
  min-width: 0;
  text-align: center;
}
.shopcategory-product:hover .shopcategory-product__actions, .shopcategory-product:focus-within .shopcategory-product__actions {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.shopcategory-product__actions:has(.added_to_cart) {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.shopcategory-product__actions:has(.loading) {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.shopcategory-product:hover .shopcategory-product__image img, .shopcategory-product:focus-within .shopcategory-product__image img {
  transform: scale(1.025);
}
.shopcategory-product__picture {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #f4f2ef;
}
.shopcategory-product__image {
  display: block;
  width: 100%;
  height: 100%;
}
.shopcategory-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.shopcategory-product__actions {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  display: grid;
  gap: 0.4375rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.625rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.shopcategory-product__action {
  position: relative;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.94);
  color: #333333;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.shopcategory-product__action svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: opacity 0.2s ease;
}
.shopcategory-product__action.loading {
  color: #879940;
  pointer-events: none;
}
.shopcategory-product__action.loading svg {
  opacity: 0;
}
.shopcategory-product__action.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.5625rem;
  margin-left: -0.5625rem;
  border: 0.125rem solid rgba(135, 153, 64, 0.22);
  border-top-color: #879940;
  border-radius: 50%;
  animation: oleumhistriae-product-spin 0.75s linear infinite;
}
.shopcategory-product__action::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  right: calc(100% + 0.5rem);
  width: max-content;
  max-width: 11.25rem;
  padding: 0.4375rem 0.5625rem;
  border-radius: 62.4375rem;
  background-color: #3b3b3b;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.2;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translate(0.3125rem, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.shopcategory-product__action:hover, .shopcategory-product__action:focus-visible {
  background-color: #879940;
  color: #ffffff;
}
.shopcategory-product__action:hover::before, .shopcategory-product__action:focus-visible::before {
  visibility: visible;
  opacity: 1;
  transform: translate(0, -50%);
}
.shopcategory-product__action.added::before {
  content: none;
}
.shopcategory-product__action.loading::before {
  content: none;
}
.shopcategory-product__actions .added_to_cart {
  position: absolute;
  top: 0;
  right: calc(100% + 0.5rem);
  z-index: 2;
  width: max-content;
  max-width: 11.25rem;
  padding: 0.4375rem 0.5625rem;
  border-radius: 62.4375rem;
  background-color: #3b3b3b;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.2;
  text-decoration: none;
  transform: translateY(0.25rem);
}
.shopcategory-product__name {
  font-family: "Glory";
  color: #225c54;
  font-weight: 600;
  line-height: 1.35;
}
.shopcategory-product__price {
  color: #b7c958;
  font-weight: 500;
  line-height: 1.35;
}
.shopcategory-product__price small {
  font-size: 0.82em;
}
@media (max-width: 61.99875em) {
  .shopcategory__container {
    grid-template-columns: 1fr;
  }
  .shopcategory__sidebar {
    position: static;
    order: 2;
  }
  .shopcategory__categories {
    padding: 0;
  }
}
@media (max-width: 47.99875em) {
  .shopcategory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 20em) {
  .shopcategory {
    padding-top: 1.5625rem;
  }
  .shopcategory {
    padding-bottom: 1.5625rem;
  }
  .shopcategory__container {
    gap: 1.5rem;
  }
  .shopcategory__title {
    font-size: 2.125rem;
  }
  .shopcategory__title {
    margin-bottom: 1.125rem;
  }
  .shopcategory__description {
    font-size: 0.9375rem;
  }
  .shopcategory__description {
    margin-bottom: 1.875rem;
  }
  .shopcategory__description h2 {
    font-size: 1.5625rem;
  }
  .shopcategory__description h3 {
    font-size: 1.3125rem;
  }
  .shopcategory__grid {
    column-gap: 1rem;
  }
  .shopcategory__grid {
    row-gap: 1.75rem;
  }
  .shopcategory__pagination {
    margin-top: 2rem;
  }
  .shopcategory__faq {
    margin-top: 2rem;
  }
  .shopcategory-product__name {
    margin-top: 0.8125rem;
  }
  .shopcategory-product__name {
    font-size: 1rem;
  }
  .shopcategory-product__price {
    margin-top: 0.25rem;
  }
  .shopcategory-product__price {
    font-size: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 76.25em) {
  .shopcategory {
    padding-top: clamp( 1.5625rem , 1.340277777775rem  +  1.1111111111vw , 2.1875rem );
  }
  .shopcategory {
    padding-bottom: clamp( 1.5625rem , 1.340277777775rem  +  1.1111111111vw , 2.1875rem );
  }
  .shopcategory__container {
    gap: clamp( 1.5rem , 1.1rem  +  2vw , 2.625rem );
  }
  .shopcategory__title {
    font-size: clamp( 2.125rem , 1.725rem  +  2vw , 3.25rem );
  }
  .shopcategory__title {
    margin-bottom: clamp( 1.125rem , 0.947222222225rem  +  0.8888888889vw , 1.625rem );
  }
  .shopcategory__description {
    font-size: clamp( 0.9375rem , 0.89305555555625rem  +  0.2222222222vw , 1.0625rem );
  }
  .shopcategory__description {
    margin-bottom: clamp( 1.875rem , 1.60833333333125rem  +  1.3333333333vw , 2.625rem );
  }
  .shopcategory__description h2 {
    font-size: clamp( 1.5625rem , 1.3625rem  +  1vw , 2.125rem );
  }
  .shopcategory__description h3 {
    font-size: clamp( 1.3125rem , 1.2236111111125rem  +  0.4444444444vw , 1.5625rem );
  }
  .shopcategory__grid {
    column-gap: clamp( 1rem , 0.777777777775rem  +  1.1111111111vw , 1.625rem );
  }
  .shopcategory__grid {
    row-gap: clamp( 1.75rem , 1.4388888888875rem  +  1.5555555556vw , 2.625rem );
  }
  .shopcategory__pagination {
    margin-top: clamp( 2rem , 1.46666666666875rem  +  2.6666666667vw , 3.5rem );
  }
  .shopcategory__faq {
    margin-top: clamp( 2rem , 1.46666666666875rem  +  2.6666666667vw , 3.5rem );
  }
  .shopcategory-product__name {
    margin-top: clamp( 0.8125rem , 0.74583333333125rem  +  0.3333333333vw , 1rem );
  }
  .shopcategory-product__name {
    font-size: clamp( 1rem , 0.9111111111125rem  +  0.4444444444vw , 1.25rem );
  }
  .shopcategory-product__price {
    margin-top: clamp( 0.25rem , 0.20555555555625rem  +  0.2222222222vw , 0.375rem );
  }
  .shopcategory-product__price {
    font-size: clamp( 0.9375rem , 0.89305555555625rem  +  0.2222222222vw , 1.0625rem );
  }
}
@media (min-width: 76.25em) {
  .shopcategory {
    padding-top: 2.1875rem;
  }
  .shopcategory {
    padding-bottom: 2.1875rem;
  }
  .shopcategory__container {
    gap: 2.625rem;
  }
  .shopcategory__title {
    font-size: 3.25rem;
  }
  .shopcategory__title {
    margin-bottom: 1.625rem;
  }
  .shopcategory__description {
    font-size: 1.0625rem;
  }
  .shopcategory__description {
    margin-bottom: 2.625rem;
  }
  .shopcategory__description h2 {
    font-size: 2.125rem;
  }
  .shopcategory__description h3 {
    font-size: 1.5625rem;
  }
  .shopcategory__grid {
    column-gap: 1.625rem;
  }
  .shopcategory__grid {
    row-gap: 2.625rem;
  }
  .shopcategory__pagination {
    margin-top: 3.5rem;
  }
  .shopcategory__faq {
    margin-top: 3.5rem;
  }
  .shopcategory-product__name {
    margin-top: 1rem;
  }
  .shopcategory-product__name {
    font-size: 1.25rem;
  }
  .shopcategory-product__price {
    margin-top: 0.375rem;
  }
  .shopcategory-product__price {
    font-size: 1.0625rem;
  }
}
@media (hover: none) {
  .shopcategory-product__actions {
    display: none;
  }
  .shopcategory-product__actions:has(.added_to_cart) {
    display: grid;
  }
  .shopcategory-product__actions:has(.loading) {
    display: grid;
  }
}
@keyframes oleumhistriae-product-spin {
  to {
    transform: rotate(360deg);
  }
}
