/* Generated by vite-plugin-svg-spritemap */
.productdetails {
  background-color: #ffffff;
}
.productdetails__container {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  align-items: start;
}
.productdetails__sidebar {
  align-self: start;
}
.productdetails__content {
  min-width: 0;
}
.productdetails__summary {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: start;
  padding-top: 0;
}
.productdetails__gallery {
  min-width: 0;
}
.productdetails__slider {
  background-color: #ffffff;
}
.productdetails__single-gallery {
  background-color: #ffffff;
}
.productdetails__single-image {
  display: block;
  aspect-ratio: 1;
}
.productdetails__single-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productdetails__slide {
  display: block;
  aspect-ratio: 1;
}
.productdetails__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productdetails__thumb {
  width: 5.125rem;
  height: 5.125rem;
  padding: 0.25rem;
  border: 0.0625rem solid #e5e5e5;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.productdetails__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productdetails__thumb.swiper-slide-thumb-active, .productdetails__thumb:hover {
  border-color: #879940;
}
.productdetails__title {
  color: #225c54;
  font-family: "Glory";
  font-weight: 500;
  line-height: 1.08;
}
.productdetails__short {
  max-width: 26.875rem;
  line-height: 1.62;
}
.productdetails__price {
  color: #b7c958;
  font-family: "Glory";
  font-weight: 400;
  line-height: 1.2;
}
.productdetails__price small {
  font-size: 0.82em;
}
.productdetails__cart {
  display: flex;
  align-items: stretch;
  gap: 0.625rem;
}
.productdetails__quantity {
  display: grid;
  grid-template-columns: 2.5rem 3.375rem 2.5rem;
  height: 3.25rem;
  border: 0.0625rem solid #e3e3e3;
  background-color: #ffffff;
}
.productdetails__quantity-btn, .productdetails__quantity-input {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border: 0;
  background: transparent;
  color: #225c54;
  font: inherit;
  font-weight: 600;
  text-align: center;
}
.productdetails__quantity-btn {
  cursor: pointer;
  font-size: 1.375rem;
  transition: color 0.2s ease;
}
.productdetails__quantity-btn:hover {
  color: #b7c958;
}
.productdetails__quantity-input {
  -moz-appearance: textfield;
}
.productdetails__quantity-input::-webkit-outer-spin-button, .productdetails__quantity-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.productdetails__submit {
  min-width: 13.125rem;
  min-height: 3.25rem;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.productdetails__meta {
  color: #a7a7a7;
  text-align: center;
}
.productdetails__meta a {
  color: #b7c958;
  transition: color 0.2s ease;
}
.productdetails__meta a:hover {
  color: #225c54;
}
.productdetails__tabs-head {
  display: flex;
  justify-content: center;
  gap: 2.125rem;
  border-bottom: 0.0625rem solid #e4e4e4;
}
.productdetails__tab {
  position: relative;
  padding: 1.125rem 0 1rem;
  border: 0;
  background: transparent;
  color: #225c54;
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
}
.productdetails__tab::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  left: 0;
  height: 0.0625rem;
  background-color: #b7c958;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.productdetails__tab.is-active {
  color: #b7c958;
}
.productdetails__tab.is-active::after {
  opacity: 1;
}
.productdetails__panel {
  max-width: 61.25rem;
  margin: 0 auto;
}
.productdetails__panel--info {
  max-width: 56.25rem;
}
.productdetails__description-images {
  display: grid;
  grid-template-columns: minmax(0, 28.125rem) 10.875rem;
  align-items: center;
}
.productdetails__description-images img {
  display: block;
  max-width: 100%;
  height: auto;
}
.productdetails__related {
  border-top: 0.0625rem solid #e4e4e4;
}
.productdetails__related-title {
  text-align: left;
}
.productdetails__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.productdetails__sticky-link {
  position: fixed;
  z-index: 20;
  bottom: 4.75rem;
  display: flex;
  align-items: center;
  height: 5rem;
  color: #225c54;
}
.productdetails__sticky-link:hover .productdetails__sticky-card, .productdetails__sticky-link:focus-visible .productdetails__sticky-card {
  width: 18.75rem;
}
.productdetails__sticky-link:hover .productdetails__sticky-title, .productdetails__sticky-link:focus-visible .productdetails__sticky-title {
  visibility: visible;
  opacity: 1;
}
.productdetails__sticky-link--prev {
  left: 0;
}
.productdetails__sticky-link--prev .productdetails__sticky-card {
  order: 2;
}
.productdetails__sticky-link--prev .productdetails__sticky-arrow {
  order: 1;
}
.productdetails__sticky-link--next {
  right: 0;
}
.productdetails__sticky-link--next .productdetails__sticky-card {
  order: 1;
  justify-content: flex-end;
}
.productdetails__sticky-link--next .productdetails__sticky-arrow {
  order: 2;
}
.productdetails__sticky-link--next .productdetails__sticky-title {
  order: 1;
}
.productdetails__sticky-link--next .productdetails__sticky-card img {
  order: 2;
}
.productdetails__sticky-arrow {
  display: grid;
  width: 2.25rem;
  height: 5rem;
  place-items: center;
  background-color: #b7c958;
  color: #ffffff;
  font-size: 2.125rem;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.productdetails__sticky-link:hover .productdetails__sticky-arrow, .productdetails__sticky-link:focus-visible .productdetails__sticky-arrow {
  background-color: #b7c958;
}
.productdetails__sticky-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 4.75rem;
  height: 5rem;
  padding: 0.5rem 1.125rem 0.5rem 0.625rem;
  background-color: #ffffff;
  box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: width 0.25s ease;
}
.productdetails__sticky-card img {
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 4rem;
  object-fit: contain;
}
.productdetails__sticky-title {
  display: block;
  flex: 0 0 12.5rem;
  color: #225c54;
  font-family: "Glory";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.productdetails .wysiwyg {
  color: #225c54;
  line-height: 1.65;
}
.productdetails .wysiwyg p:not(:last-child),
.productdetails .wysiwyg ul:not(:last-child),
.productdetails .wysiwyg ol:not(:last-child),
.productdetails .wysiwyg div:not(:last-child),
.productdetails .wysiwyg table:not(:last-child) {
  margin-bottom: 1rem;
}
.productdetails .wysiwyg ul,
.productdetails .wysiwyg ol {
  padding-left: 1.25em;
}
.productdetails .wysiwyg li:not(:last-child) {
  margin-bottom: 0.375rem;
}
.productdetails .wysiwyg a {
  color: #b7c958;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.productdetails .wysiwyg strong {
  font-weight: 700;
}
.productdetails .wysiwyg table {
  width: 100%;
  border-collapse: collapse;
}
.productdetails .wysiwyg table:not(.productdetails__attributes) th,
.productdetails .wysiwyg table:not(.productdetails__attributes) td {
  padding: 0.8125rem 1rem;
  border: 0.0625rem solid #e4e4e4;
  text-align: left;
  vertical-align: top;
}
.productdetails .wysiwyg table:not(.productdetails__attributes) th {
  width: 13.75rem;
  font-weight: 700;
}
.productdetails .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.72);
}

.attributes {
  width: 35rem;
  max-width: 100%;
  margin: 0 auto;
}
.attributes__item {
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  position: relative;
}
.attributes__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background-color: #e4e4e4;
  left: 0;
  bottom: 50%;
}
.attributes__name, .attributes__value {
  padding: 0 0.625rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 61.99875em) {
  .productdetails__container, .productdetails__summary {
    grid-template-columns: 1fr;
  }
  .productdetails__sidebar {
    display: none;
  }
  .productdetails__summary {
    text-align: center;
  }
  .productdetails__short {
    max-width: none;
  }
  .productdetails__cart {
    justify-content: center;
  }
}
@media (max-width: 47.99875em) {
  .productdetails__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .productdetails__sticky-nav {
    display: none;
  }
  .productdetails__description-images {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .productdetails__attributes tr {
    grid-template-columns: minmax(6.875rem, 0.8fr) minmax(5rem, 1fr) minmax(6.25rem, 0.7fr);
  }
}
@media (max-width: 29.99875em) {
  .productdetails__cart {
    display: grid;
    grid-template-columns: 1fr;
  }
  .productdetails__quantity {
    justify-self: center;
  }
  .productdetails__submit {
    min-width: 0;
  }
}
@media (max-width: 20em) {
  .productdetails {
    padding-top: 1.5rem;
  }
  .productdetails {
    padding-bottom: 1.875rem;
  }
  .productdetails__container {
    gap: 1.5rem;
  }
  .productdetails__summary {
    gap: 1.75rem;
  }
  .productdetails__thumbs {
    margin-top: 0.625rem;
  }
  .productdetails__title {
    font-size: 1.875rem;
  }
  .productdetails__title {
    margin-bottom: 1rem;
  }
  .productdetails__short {
    font-size: 1rem;
  }
  .productdetails__price {
    margin-top: 1.125rem;
  }
  .productdetails__price {
    font-size: 1.4375rem;
  }
  .productdetails__cart {
    margin-top: 1.25rem;
  }
  .productdetails__meta {
    margin-top: 1.375rem;
  }
  .productdetails__meta {
    font-size: 0.9375rem;
  }
  .productdetails__tabs {
    padding-bottom: 2rem;
  }
  .productdetails__tabs-head {
    margin-bottom: 1.25rem;
  }
  .productdetails__tab {
    font-size: 1rem;
  }
  .productdetails__description-images {
    gap: 1.5rem;
  }
  .productdetails__description-images {
    margin-top: 1.125rem;
  }
  .productdetails__related {
    padding-top: 1.75rem;
  }
  .productdetails__related-title {
    margin-bottom: 1.5rem;
  }
  .productdetails__related-grid {
    gap: 1rem;
  }
  .productdetails .wysiwyg {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 76.25em) {
  .productdetails {
    padding-top: clamp( 1.5rem , 1.25555555555625rem  +  1.2222222222vw , 2.1875rem );
  }
  .productdetails {
    padding-bottom: clamp( 1.875rem , 1.54166666666875rem  +  1.6666666667vw , 2.8125rem );
  }
  .productdetails__container {
    gap: clamp( 1.5rem , 1.1rem  +  2vw , 2.625rem );
  }
  .productdetails__summary {
    gap: clamp( 1.75rem , 0.99444444444375rem  +  3.7777777778vw , 3.875rem );
  }
  .productdetails__thumbs {
    margin-top: clamp( 0.625rem , 0.49166666666875rem  +  0.6666666667vw , 1rem );
  }
  .productdetails__title {
    font-size: clamp( 1.875rem , 1.60833333333125rem  +  1.3333333333vw , 2.625rem );
  }
  .productdetails__title {
    margin-bottom: clamp( 1rem , 0.822222222225rem  +  0.8888888889vw , 1.5rem );
  }
  .productdetails__short {
    font-size: clamp( 1rem , 0.95555555555625rem  +  0.2222222222vw , 1.125rem );
  }
  .productdetails__price {
    margin-top: clamp( 1.125rem , 0.99166666666875rem  +  0.6666666667vw , 1.5rem );
  }
  .productdetails__price {
    font-size: clamp( 1.4375rem , 1.3263888888875rem  +  0.5555555556vw , 1.75rem );
  }
  .productdetails__cart {
    margin-top: clamp( 1.25rem , 1.072222222225rem  +  0.8888888889vw , 1.75rem );
  }
  .productdetails__meta {
    margin-top: clamp( 1.375rem , 1.197222222225rem  +  0.8888888889vw , 1.875rem );
  }
  .productdetails__meta {
    font-size: clamp( 0.9375rem , 0.89305555555625rem  +  0.2222222222vw , 1.0625rem );
  }
  .productdetails__tabs {
    padding-bottom: clamp( 2rem , 1.64444444444375rem  +  1.7777777778vw , 3rem );
  }
  .productdetails__tabs-head {
    margin-bottom: clamp( 1.25rem , 1.072222222225rem  +  0.8888888889vw , 1.75rem );
  }
  .productdetails__tab {
    font-size: clamp( 1rem , 0.95555555555625rem  +  0.2222222222vw , 1.125rem );
  }
  .productdetails__description-images {
    gap: clamp( 1.5rem , 0.25555555555625rem  +  6.2222222222vw , 5rem );
  }
  .productdetails__description-images {
    margin-top: clamp( 1.125rem , 0.99166666666875rem  +  0.6666666667vw , 1.5rem );
  }
  .productdetails__related {
    padding-top: clamp( 1.75rem , 1.572222222225rem  +  0.8888888889vw , 2.25rem );
  }
  .productdetails__related-title {
    margin-bottom: clamp( 1.5rem , 1.277777777775rem  +  1.1111111111vw , 2.125rem );
  }
  .productdetails__related-grid {
    gap: clamp( 1rem , 0.73333333333125rem  +  1.3333333333vw , 1.75rem );
  }
  .productdetails .wysiwyg {
    font-size: clamp( 0.875rem , 0.83055555555625rem  +  0.2222222222vw , 1rem );
  }
}
@media (min-width: 76.25em) {
  .productdetails {
    padding-top: 2.1875rem;
  }
  .productdetails {
    padding-bottom: 2.8125rem;
  }
  .productdetails__container {
    gap: 2.625rem;
  }
  .productdetails__summary {
    gap: 3.875rem;
  }
  .productdetails__thumbs {
    margin-top: 1rem;
  }
  .productdetails__title {
    font-size: 2.625rem;
  }
  .productdetails__title {
    margin-bottom: 1.5rem;
  }
  .productdetails__short {
    font-size: 1.125rem;
  }
  .productdetails__price {
    margin-top: 1.5rem;
  }
  .productdetails__price {
    font-size: 1.75rem;
  }
  .productdetails__cart {
    margin-top: 1.75rem;
  }
  .productdetails__meta {
    margin-top: 1.875rem;
  }
  .productdetails__meta {
    font-size: 1.0625rem;
  }
  .productdetails__tabs {
    padding-bottom: 3rem;
  }
  .productdetails__tabs-head {
    margin-bottom: 1.75rem;
  }
  .productdetails__tab {
    font-size: 1.125rem;
  }
  .productdetails__description-images {
    gap: 5rem;
  }
  .productdetails__description-images {
    margin-top: 1.5rem;
  }
  .productdetails__related {
    padding-top: 2.25rem;
  }
  .productdetails__related-title {
    margin-bottom: 2.125rem;
  }
  .productdetails__related-grid {
    gap: 1.75rem;
  }
  .productdetails .wysiwyg {
    font-size: 1rem;
  }
}