.price-discounted {
  color: #d05a57;
  margin: 0 0 0 0.25em;
}
.price-crossed, .price-original {
  color: #000;
}

.configurator {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.configurator .swatch-default {
  width: 48%;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.configurator .swatch-default:not(:nth-of-type(1)) {
  margin: 1.25rem 0 0 0;
}
.configurator .swatch-default .details {
  font-size: 14px;
}
.configurator .swatch-default .swatch-header .placeholder {
  padding: 0.75em 0.5em;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #c6c6c6;
  border-radius: 0.25em;
  position: relative;
}
.configurator .swatch-default .swatch-header .placeholder::after {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  width: 10px;
  height: 5px;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: transform 200ms ease;
  transform: translateY(-50%);
  pointer-events: none;
}
.configurator .swatch-default .options {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 0.25em;
  margin: 0.25rem 0 0 0;
}
.configurator .swatch-default .options .option {
  padding: 0.75em 0.5em;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.configurator .swatch-default .options .option.unavailable {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.configurator .swatch-default .options .option:hover, .configurator .swatch-default .options .option[data-option-active] {
  text-decoration: underline;
}
.configurator .swatch-default .options .option:hover *, .configurator .swatch-default .options .option[data-option-active] * {
  font-family: "ModernEraExtraBold", Arial, Helvetica, sans-serif;
}
.configurator .swatch-default[data-custom-select=open] .placeholder::after {
  transform: translateY(-50%) rotate(180deg);
}
.configurator .swatch-color {
  width: 100%;
  user-select: none;
}
.configurator .swatch-color:not(:nth-of-type(1)) {
  margin: 1.25rem 0 0 0;
}
.configurator .swatch-color .details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  font-size: 14px;
}
.configurator .swatch-color .options {
  display: flex;
  gap: 12px;
  margin: 0.5rem 0 0 0;
}
.configurator .swatch-color .options .option {
  width: 24px;
  height: 24px;
  position: relative;
  border: 1px solid #4b4b4b;
  cursor: pointer;
}
.configurator .swatch-color .options .option:after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #000;
  transform: scale(0);
  transition: transform 100ms ease;
}
.configurator .swatch-color .options .option:hover:after, .configurator .swatch-color .options .option[data-option-active]:after {
  transform: scale(1);
}
.configurator .swatch-alt {
  width: 100%;
}
.configurator .swatch-alt:not(:nth-of-type(1)) {
  margin: 1.25rem 0 0 0;
}
.configurator .swatch-alt .details * {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.configurator .swatch-alt .options {
  display: grid;
  justify-content: flex-start;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  margin: 0.5rem 0 0 0;
  gap: 0.5rem;
}
.configurator .swatch-alt .options .option {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0.25rem;
  width: 100%;
  border: 1px solid #c6c6c6;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
.configurator .swatch-alt .options .option[data-option-active] {
  border: 1px solid #000;
  background-color: #f2f2f2;
}
.configurator .swatch-alt .options .option * {
  font-size: 14px;
  line-height: 1;
}
.configurator .swatch-alt .options .option .info {
  font-size: 12px;
}
.configurator .swatch-alt .options .option .icon {
  height: 40px;
  width: auto;
  margin: 0 0 0.5rem 0;
}
.configurator .swatch-alt .options .option .icon svg {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.configurator .swatch-alt .options .option .value {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.configurator .swatch-alt .options .option .info {
  font-family: "ModernEraMedium-Italic", Arial, Helvetica, sans-serif;
  color: #c6c6c6;
  margin: 0.35em 0 0 0;
}
.configurator .swatch-alt .options .option .price {
  margin: 0.75em 0 0 0;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.configurator .swatch-alt .options .option .out-of-stock {
  z-index: 2;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75rem;
  padding: 0.5em 0.25em;
}
.configurator .swatch-alt .options .option.unavailable {
  cursor: not-allowed !important;
}
.configurator .swatch-alt .options .option.unavailable .out-of-stock {
  display: block;
}
.configurator .swatch-alt .options .option.unavailable .icon svg, .configurator .swatch-alt .options .option.unavailable .icon svg *,
.configurator .swatch-alt .options .option.unavailable .value,
.configurator .swatch-alt .options .option.unavailable .value *,
.configurator .swatch-alt .options .option.unavailable .info,
.configurator .swatch-alt .options .option.unavailable .info *,
.configurator .swatch-alt .options .option.unavailable .price,
.configurator .swatch-alt .options .option.unavailable .price * {
  color: #c6c6c6;
  fill: #c6c6c6;
}

.add-to-cart__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 1.25rem 0 0 0;
}
.add-to-cart__container .add-to-cart__button {
  flex-grow: 1;
  font-size: 14px;
  padding: 1em;
}
.add-to-cart__container .quantity-counter {
  margin-right: 1rem;
  min-width: 90px;
  border: 1px solid #c6c6c6;
  color: #000;
  background-color: transparent;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  padding: 0.25em;
}
.add-to-cart__container .quantity-counter * {
  cursor: pointer;
  line-height: 1;
  padding: 0.25em;
}

.variant-additiona-info {
  margin: 1em 0;
  font-size: 14px;
  font-style: italic;
}

.size-guide__link {
  font-family: "ModernEraMedium-Italic", Arial, Helvetica, sans-serif;
  color: #077bff;
  text-decoration: underline;
  cursor: pointer;
}

.pdp-wrapper {
  background-color: #f6f6f6;
  padding: 0 0 2rem 0;
}
.pdp-wrapper .pdp-breadcrumbs {
  max-width: 1680px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  color: #9b9b9b;
}
.pdp-wrapper > .pdp-breadcrumbs {
  padding: 1rem 0 0 6.5vw;
}
@media (max-width: 900px) {
  .pdp-wrapper > .pdp-breadcrumbs {
    display: none;
  }
  .pdp-wrapper .mobile-br {
    display: block;
  }
}
.pdp-wrapper .pdp-accordions {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
@media (max-width: 900px) {
  .pdp-wrapper .pdp-accordions {
    padding: 1rem 0.5rem;
  }
}
.pdp-wrapper .pdp-accordions .shipping-table {
  width: fit-content;
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  margin: 2rem 0 0 0;
}
.pdp-wrapper .pdp-accordions .shipping-table th,
.pdp-wrapper .pdp-accordions .shipping-table td {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  text-align: left;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media (max-width: 900px) {
  .pdp-wrapper .pdp-accordions .shipping-table th,
.pdp-wrapper .pdp-accordions .shipping-table td {
    font-size: 14px;
    padding: 0.5rem;
  }
}
.pdp-wrapper .pdp-accordions .shipping-table tr td:first-child {
  text-transform: uppercase;
}
.pdp-wrapper .pdp-accordions .shipping-table th {
  font-size: 16px;
  background-color: #e7ceb5;
}
.pdp-wrapper .pdp-accordions .shipping-table th:is(:not(:last-child)) {
  border-right: 1px solid #f2f2f2;
}
.pdp-wrapper .pdp-accordions .accordions .accordion {
  border-bottom: 1px solid #c6c6c6;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .header {
  cursor: pointer;
  position: relative;
  padding: 0.75rem 1rem 0.75rem 2rem;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .header * {
  pointer-events: none;
  font-size: 1.25rem;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .header .plus,
.pdp-wrapper .pdp-accordions .accordions .accordion .header .minus {
  position: absolute;
  font-size: 1.5em;
  left: 1rem;
  transform: translateX(-50%);
}
.pdp-wrapper .pdp-accordions .accordions .accordion .header .plus {
  display: block;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .header .minus {
  display: none;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .content {
  padding: 0.75rem 1rem 0.75rem 2rem;
}
.pdp-wrapper .pdp-accordions .accordions .accordion[data-accordion-child=opened] .header .plus {
  display: none;
}
.pdp-wrapper .pdp-accordions .accordions .accordion[data-accordion-child=opened] .header .minus {
  display: block;
}
.pdp-wrapper .pdp-accordions .accordions .accordion:nth-of-type(1) {
  border-top: 1px solid #c6c6c6;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .accordions-inner .accordion-inner .header-inner {
  cursor: pointer;
  padding: 0.5rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .accordions-inner .accordion-inner .header-inner * {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  pointer-events: none;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .accordions-inner .accordion-inner .header-inner .question {
  max-width: 90%;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .accordions-inner .accordion-inner .header-inner .arrow {
  width: 1rem;
  min-width: 1rem;
  transition: transform 300ms ease;
}
@media (max-width: 900px) {
  .pdp-wrapper .pdp-accordions .accordions .accordion .accordions-inner .accordion-inner .header-inner {
    justify-content: space-between;
  }
}
.pdp-wrapper .pdp-accordions .accordions .accordion .accordions-inner .accordion-inner .content-inner {
  padding: 1rem 0 2rem 0;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
}
.pdp-wrapper .pdp-accordions .accordions .accordion .accordions-inner .accordion-inner[data-accordion-child=opened] .header-inner .arrow {
  transform: rotate(180deg);
}

.pdp-feature-blocks {
  margin: 0.5rem 0 0 0;
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: #fff;
}
.pdp-feature-blocks .item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  padding: 0.5rem;
  flex: 1 1 33.3333%;
}
.pdp-feature-blocks .item * {
  text-align: center;
}
.pdp-feature-blocks .item .title {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.pdp-feature-blocks .item .icon {
  width: 2.5rem;
  aspect-ratio: 1;
}
.pdp-feature-blocks .item .text {
  font-size: 0.75rem;
}

.pdp-feature-blocks__mobile .pdp-feature-blocks {
  display: none;
}
@media (max-width: 900px) {
  .pdp-feature-blocks__mobile .pdp-feature-blocks {
    margin: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.pdp-recommended-widget-mobile {
  padding: 0 1rem;
  display: none;
}
@media (max-width: 900px) {
  .pdp-recommended-widget-mobile {
    display: block;
  }
}
.pdp-recommended-widget-mobile .rebuy-product-actions {
  display: none;
}

.rebuy-cart__flyout-recommendations .rebuy-product-actions .subscription-checkbox {
  display: none !important;
}
.rebuy-cart__flyout-recommendations .rebuy-checkout-label {
  display: none !important;
}

.pdp-main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1680px;
  margin: 0 auto;
  padding: 1rem 4.5rem 2rem 0.5rem;
}
@media (max-width: 900px) {
  .pdp-main .pdp-recommended-widget {
    display: none;
  }
}
.pdp-main .pdp-recommended-widget .rebuy-product-actions {
  display: none;
}
.pdp-main svg {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pdp-main img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pdp-main .gallery-lightbox {
  inset: 0;
  position: fixed;
  z-index: 999;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0.5rem;
  opacity: 1;
  pointer-events: all;
  transition: opacity 500ms ease;
}
@media (max-width: 900px) {
  .pdp-main .gallery-lightbox {
    padding: 3rem 0.5rem;
  }
}
.pdp-main .gallery-lightbox.close {
  opacity: 0;
  pointer-events: none;
}
.pdp-main .gallery-lightbox .image-view {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.pdp-main .gallery-lightbox .image-view img {
  object-fit: contain;
}
.pdp-main .gallery-lightbox .controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  padding: 1rem;
  font-size: 20px;
  gap: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-main .gallery-lightbox .controls button {
  display: block;
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 50%;
  transition: transform 200ms ease;
}
.pdp-main .gallery-lightbox .controls button svg {
  object-fit: contain;
}
.pdp-main .gallery-lightbox .controls button svg,
.pdp-main .gallery-lightbox .controls button svg * {
  fill: #fff;
}
.pdp-main .gallery-lightbox .controls button.next, .pdp-main .gallery-lightbox .controls button.prev {
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
}
.pdp-main .gallery-lightbox .controls button.prev {
  transform: rotate(90deg);
}
.pdp-main .gallery-lightbox .controls button.prev:hover {
  transform: rotate(90deg) scale(1.05);
}
.pdp-main .gallery-lightbox .controls button.next {
  transform: rotate(-90deg);
}
.pdp-main .gallery-lightbox .controls button.next:hover {
  transform: rotate(-90deg) scale(1.05);
}
.pdp-main .gallery-lightbox .controls button.close {
  padding: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
}
.pdp-main .gallery-lightbox .controls button.close:hover {
  transform: scale(1.05);
}
.pdp-main .gallery-lightbox .controls button.close,
.pdp-main .gallery-lightbox .controls button.close * {
  stroke: #fff;
}
.pdp-main .pdp-main__gallery-container {
  min-height: 100vh;
  width: 63%;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery-image {
  background-color: #ededed;
  cursor: pointer;
  aspect-ratio: 4/5;
}
.pdp-main .pdp-main__gallery-container .swiper-slide p {
  display: none;
}
.pdp-main .pdp-main__gallery-container .swiper-slide-next {
  position: relative;
}
.pdp-main .pdp-main__gallery-container .swiper-slide-next p {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-size: 14px;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery {
  user-select: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery[data-zoomed] {
  grid-template-columns: repeat(1, 1fr);
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 {
  position: sticky;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  top: 100px;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .swiper-slide {
  position: relative;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .swiper-slide .image-label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  background-color: #f2ece6;
  line-height: 1.8;
  font-size: 14px;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .swiper-button-prev,
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .swiper-button-next {
  color: #000;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .swiper-button-prev::after,
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .swiper-button-next::after {
  font-size: 1.85rem;
  font-weight: 900;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .swiper-button-disabled {
  display: none;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .thumbs {
  width: 10%;
  user-select: none;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .thumbs .thumb {
  margin: 0.5rem 0 0 0;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 4/5;
  border: 1px solid transparent;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .thumbs .thumb:nth-of-type(1) {
  margin: 0;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .thumbs .thumb.active {
  border: 1px solid #000;
}
.pdp-main .pdp-main__gallery-container .pdp-main__gallery2 .slider-container {
  width: 90%;
  margin: 0 0 0 0.5rem;
}
.pdp-main .pdp-main__interface-container {
  width: 35%;
}
.pdp-main .pdp-main__interface-container .header > .pdp-breadcrumbs {
  display: none;
  padding: 1rem 0;
}
@media (max-width: 900px) {
  .pdp-main .pdp-main__interface-container .header > .pdp-breadcrumbs {
    display: block;
  }
}
.pdp-main .pdp-main__interface-container .header .title {
  line-height: 1;
}
.pdp-main .pdp-main__interface-container .header .title * {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}
.pdp-main .pdp-main__interface-container .header .title p {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-family: "ModernEraExtraBold", Arial, Helvetica, sans-serif;
}
@media (max-width: 1450px) {
  .pdp-main {
    padding: 1rem 3rem 2rem 0.5rem;
  }
}
@media (max-width: 1024px) {
  .pdp-main {
    padding: 1rem 1rem 2rem 0.5rem;
  }
}
@media (max-width: 900px) {
  .pdp-main {
    display: block;
    padding: 0;
  }
  .pdp-main .pdp-main__gallery-container {
    min-height: 0;
    width: 100%;
    height: 80vw;
  }
  .pdp-main .pdp-main__gallery-container .pdp-main__gallery {
    display: block;
    width: 100%;
    height: 100%;
  }
  .pdp-main .pdp-main__gallery-container .pdp-main__gallery .swiper {
    width: 100%;
    height: 100%;
  }
  .pdp-main .pdp-main__gallery-container .pdp-main__gallery .pdp-main__gallery-image {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background-color: transparent;
    aspect-ratio: 3/4;
  }
  .pdp-main .pdp-main__interface-container {
    width: 100%;
    padding: 1rem;
  }
}
.pdp-main .review-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 1rem 0;
  max-width: 215px;
}
.pdp-main .review-stars .stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
.pdp-main .review-stars .stars .star {
  height: 18px;
}
.pdp-main .review-stars .stars .star svg {
  object-fit: contain;
}
.pdp-main .review-stars .reviews {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  min-width: 100px;
}
.pdp-main .subscription {
  cursor: pointer;
}
.pdp-main .subscription .subscription-on,
.pdp-main .subscription .subscription-off {
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.pdp-main .subscription .subscription-on .subscription-header,
.pdp-main .subscription .subscription-off .subscription-header {
  padding: 0.75em 1em 0.75em 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pdp-main .subscription .subscription-on .subscription-header > div:nth-of-type(1),
.pdp-main .subscription .subscription-off .subscription-header > div:nth-of-type(1) {
  margin: 0 auto 0 0;
}
.pdp-main .subscription .subscription-on .subscription-header *,
.pdp-main .subscription .subscription-off .subscription-header * {
  font-size: 16px;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.pdp-main .subscription .subscription-on .subscription-header::before,
.pdp-main .subscription .subscription-off .subscription-header::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 50%;
  left: 1.25em;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #000;
}
.pdp-main .subscription .subscription-on .subscription-header::after,
.pdp-main .subscription .subscription-off .subscription-header::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 1.25em;
  transform: translate(-50%, -50%);
  background-color: #000;
  display: none;
}
.pdp-main .subscription .subscription-on .subscription-interval__container {
  display: none;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0.75em 1em;
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval {
  position: relative;
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval[data-custom-select=open] .icon {
  transform: rotate(180deg);
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval[data-custom-select=open] .subscription-interval__header {
  border-color: transparent;
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval .subscription-interval__header {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0.25em 0.5rem;
  border-bottom: 1px solid #000;
  border-radius: 0.25em;
  min-width: 100px;
  text-align: center;
  background-color: none;
  border-radius: 0;
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval .subscription-interval__header .icon {
  width: 14px;
  margin-left: 8px;
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval .subscription-interval__options {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0.25em;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  border: 1px solid #c6c6c6;
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval .subscription-interval__options .subscription-interval__option {
  padding: 0.25em;
  text-align: center;
}
.pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval .subscription-interval__options .subscription-interval__option:hover, .pdp-main .subscription .subscription-on .subscription-interval__container .subscription-interval .subscription-interval__options .subscription-interval__option[data-option-active] {
  color: #fff;
  background-color: #000;
}
.pdp-main .subscription[data-subscription=false] .subscription-off {
  background-color: #ededed;
}
.pdp-main .subscription[data-subscription=false] .subscription-off .subscription-header::after {
  display: block;
}
.pdp-main .subscription[data-subscription=true] .subscription-on {
  background-color: #ededed;
}
.pdp-main .subscription[data-subscription=true] .subscription-on .subscription-header::after {
  display: block;
}
.pdp-main .subscription[data-subscription=true] .subscription-on .subscription-interval__container {
  display: flex;
}
.pdp-main .shop-more {
  margin: 1rem 0;
  color: #ababab;
}
.pdp-main .shop-more a {
  display: inline;
  color: #077bff;
}
.pdp-main .description {
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.pdp-main .description p {
  margin: 1em 0;
}
.pdp-main .description a {
  color: #077bff;
}
.pdp-main .pdp__out-of-stock {
  padding: 1rem 0;
}
.pdp-main .pdp__out-of-stock h4 {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.pdp-main .pdp__out-of-stock .pdp__out-of-stock__wrapper {
  display: flex;
}
.pdp-main .pdp__out-of-stock .pdp__out-of-stock__wrapper .pdp__out-of-stock-input {
  border: 1px solid #c6c6c6;
  border-radius: 0;
  padding: 10px;
  max-width: 100%;
}
.pdp-main .pdp__out-of-stock .pdp__out-of-stock__wrapper .pdp__out-of-stock-button {
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-left: 10px;
  padding: 0 20px;
}
.pdp-main .pdp__out-of-stock .pdp__out-of-stock__message {
  line-height: 1.5em;
  font-style: italic;
}
.pdp-main .additional-link {
  color: #077bff;
  width: 100%;
  font-size: 14px;
}
.pdp-main .pdp-main__interface {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid transparent;
}
.pdp-main .pdp-main__interface .swatch-default-2 {
  cursor: pointer;
  width: 100%;
  position: relative;
  user-select: none;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0 0;
  border-top: 1px solid #b2b2b2;
}
.pdp-main .pdp-main__interface .swatch-default-2 .details {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.25rem;
  min-width: 85px;
}
.pdp-main .pdp-main__interface .swatch-default-2 .details .size-guide__link {
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdp-main .pdp-main__interface .swatch-default-2 .options {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  max-width: 280px;
}
.pdp-main .pdp-main__interface .swatch-default-2 .options .option {
  flex-grow: 1;
  padding: 8px 4px;
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  color: #000;
  border: 1px solid #d0d0d0;
  min-width: 40px;
  text-align: center;
}
.pdp-main .pdp-main__interface .swatch-default-2 .options .option.unavailable {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #d0d0d0 !important;
}
.pdp-main .pdp-main__interface .swatch-default-2 .options .option.unavailable span {
  position: relative;
  z-index: 2;
}
.pdp-main .pdp-main__interface .swatch-default-2 .options .option.unavailable::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 200%;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #d0d0d0;
}
.pdp-main .pdp-main__interface .swatch-default-2 .options .option.unavailable::before {
  transform: translate(-50%, -50%) rotate(-40deg);
}
.pdp-main .pdp-main__interface .swatch-default-2 .options .option:hover, .pdp-main .pdp-main__interface .swatch-default-2 .options .option[data-option-active] {
  border: 1px solid #000;
}
.pdp-main .pdp-main__interface .swatch-color {
  width: 100%;
  margin: 0;
  cursor: pointer;
  user-select: none;
}
.pdp-main .pdp-main__interface .swatch-color .options {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  gap: 16px;
  row-gap: 24px;
  margin: 1.25rem 0 0 0;
  flex-wrap: wrap;
}
.pdp-main .pdp-main__interface .swatch-color .options .regular-colors {
  display: none;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1rem 0 0 0;
  position: relative;
  min-width: 72px;
}
.pdp-main .pdp-main__interface .swatch-color .options .regular-colors:has(.option) {
  display: flex;
}
.pdp-main .pdp-main__interface .swatch-color .options .regular-colors .tag {
  font-family: "ModernEraMedium-Italic", Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
  top: -1.75rem;
  left: 0;
  font-size: 12px;
  color: #b1b1b1;
}
.pdp-main .pdp-main__interface .swatch-color .options .regular-colors .option + .tag {
  display: block;
}
.pdp-main .pdp-main__interface .swatch-color .options .option {
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px solid #4b4b4b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.pdp-main .pdp-main__interface .swatch-color .options .option.unavailable {
  opacity: 0.85 !important;
  cursor: not-allowed !important;
  position: relative;
  border: 1px solid #d0d0d0 !important;
}
.pdp-main .pdp-main__interface .swatch-color .options .option.unavailable span {
  position: relative;
  z-index: 2;
}
.pdp-main .pdp-main__interface .swatch-color .options .option.unavailable::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 142%;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.pdp-main .pdp-main__interface .swatch-color .options .option.unavailable::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pdp-main .pdp-main__interface .swatch-color .options .option:after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #000;
  transform: scale(0);
  transition: transform 100ms ease;
}
.pdp-main .pdp-main__interface .swatch-color .options .option:hover:after, .pdp-main .pdp-main__interface .swatch-color .options .option[data-option-active]:after {
  transform: scale(1);
}
.pdp-main .pdp-main__interface .additional-icon-links {
  display: flex;
  gap: 1rem;
}
.pdp-main .pdp-main__interface .additional-icon-links .label {
  font-size: 12px;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  color: #b1b1b1;
  margin-bottom: 0.15rem;
  display: block;
  font-style: italic;
}
.pdp-main .pdp-main__interface .additional-icon-links .links {
  display: block;
}
.pdp-main .pdp-main__interface .additional-icon-links .links .link {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
.pdp-main .pdp-main__interface .add-to-cart__info {
  margin: 1rem 0 0 0;
}
.pdp-main .pdp-main__interface .add-to-cart__info * {
  font-size: 14px;
  line-height: 1.8;
}
.pdp-main .pdp-main__interface .add-to-cart__info button {
  text-decoration: underline;
}
.pdp-main .pdp-main__interface .add-to-cart__info .afterpay-container {
  display: inline;
}
.pdp-main .pdp-main__interface .add-to-cart__info .onetime-purchase {
  display: block;
}
.pdp-main .pdp-main__interface .add-to-cart__info .subscription-purchase {
  display: none;
}
.pdp-main .pdp-main__interface .add-to-cart__info.subscribed .onetime-purchase {
  display: none;
}
.pdp-main .pdp-main__interface .add-to-cart__info.subscribed .subscription-purchase {
  display: block;
}
.pdp-main .pdp-main__interface .subscription-additional-text {
  margin: 0.5rem 0 0 0;
}
.pdp-main .pdp-main__interface .subscription-additional-text p {
  font-family: "ModernEraMedium-Italic", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.pdp-main .pdp-main__interface .subscription-additional-text button {
  font-family: "ModernEraMedium-Italic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #077bff;
}
.pdp-main .pdp-main__interface .subscription-popup {
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.pdp-main .pdp-main__interface .subscription-popup .inner {
  width: 600px;
  background-color: #fff;
  padding: 1rem;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .close-button {
  margin: 0 0 0 auto;
  width: 24px;
  aspect-ratio: 1;
}
.pdp-main .pdp-main__interface .subscription-popup .inner * {
  text-align: center;
  display: block;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .more {
  color: #077bff;
  margin: 1.5rem 0 0 0;
  font-size: 14px;
}
.pdp-main .pdp-main__interface .subscription-popup .inner > .title {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin: 1.5rem 0 0 0;
}
.pdp-main .pdp-main__interface .subscription-popup .inner > .subtitle {
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0.25rem 0 0 0;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .circles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .pdp-main .pdp-main__interface .subscription-popup .inner .circles {
    gap: 0.25rem;
  }
}
.pdp-main .pdp-main__interface .subscription-popup .inner .circles .circle {
  width: max-content;
  background-color: #e8e1ea;
  padding: 1rem;
  border-radius: 50%;
  aspect-ratio: 1;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .circles .circle > .title {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .circles .circle > .subtitle {
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .conditions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0 0 0;
}
@media (max-width: 900px) {
  .pdp-main .pdp-main__interface .subscription-popup .inner .conditions {
    flex-direction: column;
  }
}
.pdp-main .pdp-main__interface .subscription-popup .inner .conditions .or {
  font-size: 1.25rem;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .conditions .condition {
  font-family: "ModernEraMedium-Italic", Arial, Helvetica, sans-serif;
  color: #707070;
}
.pdp-main .pdp-main__interface .subscription-popup .inner .conditions .condition p {
  font-size: 14px;
}
.pdp-main .pdp-main__interface .subscription-popup.close {
  display: none;
}
@media (min-width: 650px) {
  .pdp-main .pdp-main__interface .personalize-link-wrapper {
    width: calc(100% - 100px);
    margin: 0 0 0 auto;
  }
}
.pdp-main .pdp-main__interface .personalize-link {
  display: block;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  margin: 1rem 0 0 0;
  text-align: center;
  font-size: 18px;
  color: #077bff;
  text-decoration: underline;
}
.pdp-main .pdp-main__interface .subscription {
  margin: 1rem 0 1rem 0;
}
.pdp-main .pdp-main__interface .subscription > div:first-child {
  border-bottom: 0 !important;
}
.pdp-main .toggle-links {
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #b1b1b1;
}
.pdp-main .toggle-links .toggle-label {
  font-size: 14px;
}
.pdp-main .toggle-links .toggle-link {
  display: flex;
  align-items: center;
  margin: 0.5rem 0 0 0;
}
.pdp-main .toggle-links .toggle-link .toggle-text {
  flex-grow: 1;
  text-align: center;
  padding: 0.5rem;
  color: #b1b1b1;
  border: 1px solid #b1b1b1;
}
.pdp-main .toggle-links .toggle-link .toggle-text.active {
  color: #077bff;
  border: 1px solid #077bff;
  background-color: #e3f0ff;
}

.addon {
  margin: 1.5rem 0 0 0;
}
.addon .addon-title {
  font-size: 1.25rem;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.addon .addon-container {
  margin: 1rem 0 0 0;
  border: 1px solid #c6c6c6;
  display: grid;
  grid-template-columns: 130px 1fr;
}
.addon .addon-container .image {
  aspect-ratio: 1;
  grid-row: 1/3;
}
.addon .addon-container .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.addon .addon-container .addon-header {
  padding: 0.75rem 0.75rem 0;
}
.addon .addon-container .addon-header .addon-variant-title {
  line-height: 1.2;
}
.addon .addon-container .addon-header .addon-variant-title * {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.addon .addon-container .addon-header .addon-product-description {
  font-size: 0.8rem;
}
.addon .addon-container .addon-interface {
  padding: 0.75rem;
}
.addon .addon-container .addon-interface .addon-add-to-cart__button {
  padding: 1em;
  width: 100%;
  font-size: 0.75rem;
}
.addon .addon-container .addon-interface .configurator .swatch-default {
  margin: 0 0 0.75rem 0;
  cursor: pointer;
}
.addon .addon-container .addon-interface .configurator .swatch-default .details {
  font-size: 12px;
}
.addon .addon-container .addon-interface .configurator .swatch-default .swatch-header .placeholder {
  font-size: 14px;
}
.addon .addon-container .addon-interface .configurator .swatch-default .options .option {
  font-size: 14px;
}
.addon .addon-container .addon-interface .configurator .swatch-color {
  margin: 0 0 0.75rem 0;
}
.addon .addon-container .addon-interface .configurator .swatch-color .details * {
  font-size: 12px;
}
.addon .addon-container .addon-interface .configurator .swatch-color .options {
  gap: 10px;
  margin: 0;
}
.addon .addon-container .addon-interface .configurator .swatch-color .options .option {
  width: 20px;
  height: 20px;
}
@media (max-width: 500px), (max-width: 1100px) and (min-width: 901px) {
  .addon .addon-container .image {
    grid-row: 1/2;
  }
  .addon .addon-container .addon-interface {
    grid-column: 1/3;
  }
  .addon .addon-container .addon-interface .open-addon-swatches__label {
    margin-left: auto;
  }
}
.addon .addon-container .open-addon-swatches__label {
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  padding: 0.75em;
  width: fit-content;
  display: block;
  border: 1px solid black;
}
.addon .addon-container .open-addon-swatches {
  display: none;
}
.addon .addon-container .open-addon-swatches ~ .addon-swatches {
  display: none;
}
.addon .addon-container .open-addon-swatches:checked, .addon .addon-container .open-addon-swatches:checked ~ .open-addon-swatches__label {
  display: none;
}
.addon .addon-container .open-addon-swatches:checked ~ .addon-swatches {
  display: block;
}

.pdp-recommended-wave {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 10rem;
}
@media (max-width: 1000px) {
  .pdp-recommended-wave {
    height: 5rem;
  }
}
@media (max-width: 600px) {
  .pdp-recommended-wave {
    height: 3rem;
  }
}

.pdp-recommended-wrapper {
  background-color: #e8e1ea;
  padding: 0 0 4rem 0;
}
@media (max-width: 600px) {
  .pdp-recommended-wrapper {
    padding: 0 0 3rem 0;
  }
}

.pdp-recommended {
  padding: 2rem;
  margin: 0 auto;
  max-width: 1250px;
}
@media (max-width: 1024px) {
  .pdp-recommended {
    padding: 0.75rem;
  }
}
.pdp-recommended .title {
  color: var(--title-color);
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  padding: 0 1rem;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
@media (max-width: 800px) {
  .pdp-recommended .title {
    font-size: 1.25rem;
  }
}
.pdp-recommended .products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.pdp-recommended .products .product {
  width: 25%;
  padding: 1.25rem 0.75rem;
}
@media (max-width: 1024px) {
  .pdp-recommended .products .product {
    width: 50%;
    padding: 1rem 0.5rem;
  }
}

.pdp-faq {
  padding: 5rem 4rem;
}
@media (max-width: 1024px) {
  .pdp-faq {
    padding: 4rem 2rem;
  }
}
@media (max-width: 800px) {
  .pdp-faq {
    padding: 3rem 1.25rem;
  }
}
.pdp-faq .title {
  text-align: center;
  font-size: 1.75rem;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  margin: 0 0 1rem 0;
}
.pdp-faq .accordions {
  max-width: 800px;
  margin: 0 auto;
}
.pdp-faq .accordions .header {
  padding: 1rem 0.5rem;
}
.pdp-faq .accordions .header * {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}

.reasons-to-love {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 30px 80px;
}
@keyframes fillIn {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .reasons-to-love {
    padding: 40px 20px 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.reasons-to-love h3.heading--desktop-hidden {
  width: 100%;
  text-align: left;
  display: none;
  font-size: 24px;
  font-family: "ModernEraBold", Arial Bold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 24px 0;
}
@media (max-width: 768px) {
  .reasons-to-love h3.heading--desktop-hidden {
    display: block;
  }
}
.reasons-to-love .reasons-to-love__image-container {
  max-width: 450px;
  position: relative;
}
@media (max-width: 768px) {
  .reasons-to-love .reasons-to-love__image-container {
    max-width: initial;
  }
}
.reasons-to-love .reasons-to-love__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.reasons-to-love .reasons-to-love__image-container video {
  display: none;
}
.reasons-to-love .reasons-to-love__image-container img.reasons-to-love-image--selected,
.reasons-to-love .reasons-to-love__image-container video.reasons-to-love-image--selected {
  display: block;
}
.reasons-to-love .reasons-to-love__image-container .reasons-to-love__timeline {
  display: flex;
  width: 90%;
  position: absolute;
  bottom: 20px;
  height: 10px;
  left: 50%;
  transform: translate(-50%);
}
.reasons-to-love .reasons-to-love__image-container .reasons-to-love__timeline .reasons-to-love__timeline-block {
  background-color: #eaeaea;
  position: relative;
  margin: 0px 3px;
  height: 10px;
  flex-grow: 1;
  border-radius: 10px;
}
.reasons-to-love .reasons-to-love__image-container .reasons-to-love__timeline .reasons-to-love__timeline-block span {
  background-color: #d8c7ea;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.reasons-to-love .reasons-to-love__image-container .reasons-to-love__timeline .reasons-to-love__timeline-block--selected span {
  animation: fillIn 3000ms linear forwards;
}
.reasons-to-love .reasons-to-love__content {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .reasons-to-love .reasons-to-love__content {
    padding-left: 10px;
  }
}
@media (max-width: 850px) {
  .reasons-to-love .reasons-to-love__content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .reasons-to-love .reasons-to-love__content {
    display: none;
  }
}
.reasons-to-love .reasons-to-love__content h3 {
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 28px;
  font-family: "ModernEraExtraBold", Arial Bold, sans-serif;
  margin: 28px 0;
}
.reasons-to-love .reasons-to-love__content .reasons-to-love__block {
  opacity: 0.35;
  margin-bottom: 20px;
  cursor: pointer;
}
.reasons-to-love .reasons-to-love__content .reasons-to-love__block h4 {
  font-size: 24px;
  font-family: "ModernEraMedium", Arial Bold, sans-serif;
  line-height: 1.4;
  margin-bottom: 5px;
}
.reasons-to-love .reasons-to-love__content .reasons-to-love__block p {
  line-height: 1.5em;
  font-size: 16px;
}
.reasons-to-love .reasons-to-love__content .reasons-to-love__block--selected {
  opacity: 1;
  position: relative;
}
.reasons-to-love .reasons-to-love__content .reasons-to-love__block--selected h4 {
  position: relative;
}
.reasons-to-love .reasons-to-love__content .reasons-to-love__block--selected h4:before {
  content: "";
  border-left: 15px solid #d8c7ea;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0px, -50%);
}
.reasons-to-love .reasons-to-love__slider--container {
  display: none;
  padding: 0px 50px;
  height: auto;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .reasons-to-love .reasons-to-love__slider--container {
    display: block;
    padding: 0;
  }
}
.reasons-to-love .reasons-to-love__slider--container .swiper-horizontal > .swiper-pagination-bullets,
.reasons-to-love .reasons-to-love__slider--container .swiper-pagination-bullets.swiper-pagination-horizontal,
.reasons-to-love .reasons-to-love__slider--container .swiper-pagination-custom,
.reasons-to-love .reasons-to-love__slider--container .swiper-pagination-fraction {
  bottom: 0;
}
.reasons-to-love .reasons-to-love__slider--container .swiper {
  width: 85vw;
}
.reasons-to-love .reasons-to-love__slider--container .swiper .swiper-wrapper {
  padding: 1rem 0;
}
.reasons-to-love .reasons-to-love__slider--container .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px 15px;
}
.reasons-to-love .reasons-to-love__slider--container .swiper .swiper-wrapper .swiper-slide h4 {
  line-height: 1.4;
  margin: 0 0 5px;
  font-family: "ModernEraMedium", Arial Bold, sans-serif;
  font-size: 22px;
}
.reasons-to-love .reasons-to-love__slider--container .swiper .swiper-wrapper .swiper-slide p {
  line-height: 1.5em;
  font-size: 16px;
}
.reasons-to-love .reasons-to-love__slider--container .swiper .swiper-pagination {
  position: relative;
}
.reasons-to-love .reasons-to-love__slider--container .swiper .swiper-pagination span.swiper-pagination-bullet {
  width: 11px;
  height: 15px;
  letter-spacing: 0px;
  margin: 0 5px !important;
  border-radius: 0 !important;
  background-color: transparent;
  border: 1px solid #000;
  transition: background-color 300ms ease-in-out;
}
.reasons-to-love .reasons-to-love__slider--container .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #000;
}

.yotpo-review {
  background-color: white;
}

.yotpo-reviews {
  margin-left: -50px !important;
}

@media (max-width: 767px) {
  .yotpo-reviews {
    margin-left: 0px !important;
  }
}
.yotpo-display-wrapper .yotpo-regular-box {
  margin-left: 0px !important;
}

.yotpo-display-wrapper .yotpo-small-box {
  padding-right: 0px !important;
}

.yotpo-review.yotpo-regular-box {
  padding: 50px 25px 0 0 !important;
  width: 50%;
  margin: 0px !important;
  background-color: initial !important;
  float: left !important;
}

.yotpo-review.yotpo-regular-box:nth-child(2n-1) {
  padding: 50px 0 0 0 !important;
}

.yotpo-lightbox.yotpo-lightbox-new.yotpo {
  display: none !important;
}

@media (max-width: 767px) {
  .yotpo-review.yotpo-regular-box {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .yotpo-review.yotpo-regular-box {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.yotpo-review.yotpo-regular-box .review-inner {
  background-color: white;
  padding: 20px;
}

.yotpo-review .yotpo-main {
  margin-left: 0px !important;
}

.yotpo-review .yotpo-footer {
  margin-left: 0px !important;
}

.yotpo-review .yotpo-icon-profile {
  display: none !important;
}

.yotpo-review .yotpo-action {
  display: none !important;
}

.yotpo-review .y-label.yotpo-user-name,
.yotpo-review .yotpo-read-more {
  color: black !important;
}

.yotpo-pager {
  clear: both;
  padding-top: 40px !important;
}

.yotpo .button--hover-gradient {
  margin: 0 auto;
  margin-top: 40px;
  display: none;
}

@media (max-width: 1024px) {
  .yotpo .button--hover-gradient {
    display: block;
  }
}
.yotpo .button--hover-gradient span {
  color: white;
}

.yotpo .button--hover-gradient:active span,
.yotpo .button--hover-gradient:focus span {
  color: black;
}

.yotpo-review-wrapper {
  height: 100px;
  overflow-y: scroll;
}

.yotpo-review-wrapper::-webkit-scrollbar {
  background-color: white;
  padding: 0px 10px;
  height: 10px;
}

.yotpo-review-wrapper::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  margin: 0px 10px;
  max-width: 200px;
}

@media (max-width: 1024px) {
  .yotpo-review-wrapper {
    height: initial !important;
  }
}
@media (max-width: 1024px) {
  .yotpo-review--defferred {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .yotpo-pager--deffered {
    display: none !important;
  }
}
.content-title.yotpo-font-bold {
  min-height: 40px;
}

.pdp-reviews {
  background-color: #f1e9e5;
  padding-bottom: 40px;
  display: flex;
}

.pdp-reviews .title {
  margin-bottom: 0px;
  font-size: 28px;
}

.yotpo-sum-reviews {
  padding: 0px !important;
  line-height: 1 !important;
}

@media (min-width: 767px) {
  .wrap--recommended {
    padding-top: 55px;
  }
}
.yotpo-read-more__button {
  display: none;
}

@media (max-widthx: 1024px) {
  .yotpo-read-more__button {
    display: block;
  }
}
.write-review input,
.write-review textarea,
.write-review .yotpo_input_review_username {
  background-color: white !important;
  color: black !important;
}

.yotpo-grouping-reference {
  display: none !important;
}

.yotpo-main {
  margin-bottom: 0px !important;
}

.yotpo-footer {
  display: none !important;
}

.yotpo-helpful {
  display: none !important;
}

.yotpo .write-review .yotpo-footer {
  display: block !important;
}

.yotpo .write-review .yotpo-footer .connect-wrapper {
  padding-left: 0px;
}

.main-widget.yotpo-display-wrapper.yotpo-no-reviews {
  display: flex !important;
  flex-direction: column !important;
}

.yotpo-no-reviews .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
  width: 100% !important;
  display: block !important;
}

.yotpo-no-reviews .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.yotpo-no-reviews span.yotpo-stars {
  padding: 0 !important;
}

.yotpo-no-reviews .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars,
.pdp-reviews .yotpo-no-reviews .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state {
  margin: 0 !important;
}

.pdp-reviews .yotpo-no-reviews .yotpo-nav-content {
  padding: 0 !important;
}

.pdp-reviews .yotpo .yotpo-nav-content > div.yotpo-active {
  display: block;
  margin: 0 auto !important;
}

.pdp-reviews .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .pdp-reviews .yotpo .yotpo-regular-box {
    padding: 0.5rem 0 !important;
  }
  .yotpo .button--hover-gradient {
    float: left;
    width: 100%;
    display: block;
    margin: 20px auto 20px;
  }
}
.yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  min-width: 100px !important;
}

.pdp-hero__custom-reviews-row {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: black;
  font-size: 16px;
}
.pdp-hero__custom-reviews-row .pdp-hero__custom-reviews-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 5px 0 0;
}
.pdp-hero__custom-reviews-row .pdp-hero__custom-reviews-stars .yotpo_review_star {
  margin: 0 2px 0 0;
}
.pdp-hero__custom-reviews-row .pdp-hero__custom-reviews-stars svg {
  width: 18px;
  height: 18px;
}

.yotpo-header.yotpo-verified-buyer {
  background-color: white !important;
  padding: 1.25rem !important;
}

.yotpo-review > .yotpo-main {
  background-color: white !important;
  padding: 1.25rem !important;
  margin-top: unset !important;
}

.yotpo-multiple-rating-fields {
  display: none;
}

.yotpo .yotpo-comments-box {
  margin: 0 !important;
  padding-left: 22px !important;
  padding-top: 25px !important;
  background-color: white !important;
  border: none !important;
  padding-bottom: 1.25rem !important;
}

.yotpo-comment-box.yotpo-comment {
  border-left: 2px solid #9ccaff !important;
  padding: 1.5rem !important;
}

.yotpo .write-review .socialize-wrapper {
  position: initial !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.yotpo-footer .socialize {
  display: block !important;
}
.yotpo-footer .yotpo-or {
  display: block !important;
}

.yotpo .standalone-bottomline .star-clickable {
  align-items: center !important;
}

.yotpo .standalone-bottomline .star-clickable a {
  font-family: "ModernEraBold";
  font-size: 16px;
  color: black !important;
}

.yotpo-nav.reviews {
  display: none !important;
}

.yotpo-label.yotpo-small-box .yotpo-logo-link-new {
  display: none !important;
}

.yotpo-stars-and-sum-reviews {
  display: flex !important;
  align-items: center !important;
}

.yotpo-stars-and-sum-reviews .yotpo-star-digits {
  display: none !important;
}

.yotpo-stars-and-sum-reviews .yotpo-sum-reviews {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

.yotpo-label.yotpo-small-box {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.yotpo .yotpo-default-button {
  background-color: transparent !important;
}

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  display: none !important;
}

.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text {
  color: #077bff !important;
  font-family: ModernEraBold;
  font-size: 16px;
  line-height: 1.56;
  white-space: nowrap;
  text-transform: capitalize;
}

.yotpo .yotpo-regular-box {
  border-top: unset !important;
}

.yotpo-small-box.yotpo-nav.reviews {
  display: none !important;
}

.yotpo-regular-box.yotpo-bottomline {
  width: 100%;
}

@media (max-width: 550px) {
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
    height: unset !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text {
    display: inline !important;
  }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-label .yotpo-default-button {
    display: inline-block !important;
  }
}
.yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  min-width: 100px !important;
}

body {
  overflow-x: hidden;
}

#MainContent > #reviews .yotpo-label.yotpo-small-box,
#shopify-section-pdp-reviews--customize-kit > #reviews-widget .yotpo-label.yotpo-small-box {
  float: right;
  width: 40%;
  text-align: right;
  justify-content: flex-end;
  padding: 10px 0 0 0;
  border: none;
}
#MainContent > #reviews .yotpo-label.yotpo-small-box + .yotpo-display-wrapper,
#shopify-section-pdp-reviews--customize-kit > #reviews-widget .yotpo-label.yotpo-small-box + .yotpo-display-wrapper {
  float: right;
  max-width: none;
  padding: 13px 0 0 0;
  width: 60%;
  border: none;
}
#MainContent > #reviews .yotpo-label.yotpo-small-box + .yotpo-display-wrapper .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state,
#shopify-section-pdp-reviews--customize-kit > #reviews-widget .yotpo-label.yotpo-small-box + .yotpo-display-wrapper .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state {
  padding: 0 !important;
}
#MainContent > #reviews .yotpo-label.yotpo-small-box + .yotpo-display-wrapper .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews,
#shopify-section-pdp-reviews--customize-kit > #reviews-widget .yotpo-label.yotpo-small-box + .yotpo-display-wrapper .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  width: 100%;
  max-width: none;
}
#MainContent > #reviews .yotpo-display-wrapper + *,
#shopify-section-pdp-reviews--customize-kit > #reviews-widget .yotpo-display-wrapper + * {
  clear: both;
}

.yotpo-modal-dialog {
  max-width: none !important;
}

.pdp-reviews {
  margin: 0 auto !important;
  padding: 50px 20px 80px 20px !important;
  background-color: #f1e9e5;
  display: block;
}
@media (max-width: 600px) {
  .pdp-reviews {
    padding: 50px 0px 80px !important;
  }
}
.pdp-reviews .pdp-reviews__title {
  font-size: 27px;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
}
.pdp-reviews .main-widget {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.pdp-reviews .main-widget .yotpo-questions .yotpo-first-review {
  margin: 0 !important;
}
.pdp-reviews .main-widget .yotpo-questions .yotpo-first-review .write-first-question-button {
  border: 1px solid black;
  border-radius: 3px !important;
}
.pdp-reviews .main-widget form {
  order: 4 !important;
}
.pdp-reviews .main-widget .write-question-review-button {
  margin: 0 !important;
}
.pdp-reviews .main-widget .write-question-review-button span {
  color: #000 !important;
  font-weight: 400;
}
.pdp-reviews .main-widget .yotpo-nav-primary * {
  color: #000 !important;
  border-color: #000 !important;
  padding: 0 !important;
}
.pdp-reviews .main-widget .write-first-question-button {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.pdp-reviews .main-widget .yotpo-label-container {
  display: none;
}
.pdp-reviews .main-widget .yotpo-star-distribution-wrapper {
  display: block !important;
  height: fit-content !important;
  width: fit-content !important;
  padding-inline: 0 !important;
  padding: 0 !important;
  border: none !important;
  float: none !important;
}
.pdp-reviews .main-widget .yotpo-star-distribution-wrapper .yotpo-star-distribution-score-value {
  color: #000 !important;
}
.pdp-reviews .main-widget #write-review-tabpanel-main-widget {
  margin: 0 !important;
}
.pdp-reviews .main-widget .write-question-review-buttons-container {
  order: 2 !important;
  height: fit-content !important;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 600px) {
  .pdp-reviews .main-widget .write-question-review-buttons-container {
    padding: 5px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap;
  }
}
.pdp-reviews .main-widget .write-question-review-buttons-container .write-button {
  border: 1px solid #000 !important;
  float: left !important;
  margin-right: 10px !important;
  margin-left: 0px !important;
  position: relative;
  z-index: 10;
}
@media (min-width: 601px) {
  .pdp-reviews .main-widget .write-question-review-buttons-container .write-button {
    transform: translateY(50%) !important;
    width: fit-content;
    float: right !important;
    margin-left: 10px !important;
    margin-right: 0px !important;
  }
}
@media (max-width: 600px) {
  .pdp-reviews .main-widget .write-question-review-buttons-container .write-button {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 48% !important;
  }
}
@media (max-width: 420px) {
  .pdp-reviews .main-widget .write-question-review-buttons-container .write-button {
    margin-top: 10px !important;
    width: 100% !important;
  }
}
.pdp-reviews .main-widget .new-yotpo-small-box {
  order: 3 !important;
  width: 100% !important;
  padding-left: 0 !important;
  margin: 0 !important;
  margin-top: 20px !important;
  border-bottom: none !important;
}
@media (min-width: 601px) {
  .pdp-reviews .main-widget .new-yotpo-small-box {
    margin-top: 0px !important;
    transform: translateY(-30%);
  }
}
.pdp-reviews .main-widget .yotpo-display-wrapper {
  order: 1 !important;
  width: 100% !important;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-mobile {
  display: none !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper {
  width: 100% !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items {
  margin: 10px 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  height: fit-content !important;
  justify-content: center !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items * {
  display: block !important;
  position: static !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: fit-content !important;
  min-height: 0 !important;
}
@media (max-width: 500px) {
  .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items {
    margin: 7px 0 20px 0 !important;
  }
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .avg-score.font-color-gray-darker {
  font-size: 16px !important;
  height: fit-content !important;
  width: fit-content !important;
  color: #000 !important;
  position: static !important;
  padding-right: 0.25em !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  height: fit-content !important;
  justify-content: center !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .yotpo-filter-stars.rating-stars-container {
  height: fit-content !important;
  padding-inline-start: 0px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .yotpo-filter-stars.rating-stars-container .sr-only {
  display: none !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .yotpo-filter-stars.rating-stars-container .yotpo-icon.rating-star {
  font-size: 18px !important;
  color: #000 !important;
  height: fit-content !important;
  line-height: 1em !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .reviews-qa-labels-container {
  display: flex !important;
  height: fit-content !important;
  align-items: center !important;
  position: static !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .reviews-qa-labels-container .reviews-qa-label {
  font-size: 16px !important;
  color: #000 !important;
  width: fit-content !important;
  position: static !important;
  height: fit-content !important;
  padding-inline-start: 0.25em !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: fit-content !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-footer {
  display: none !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout {
  column-gap: 30px;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  flex-wrap: wrap;
  position: static;
  transform: none;
  grid-row-gap: 0px !important;
}
@media (max-width: 500px) {
  .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout {
    column-gap: 0px;
  }
  .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column:nth-of-type(1) {
    order: 2;
  }
  .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column:nth-of-type(1) [data-type=Size] {
    position: absolute;
    top: 100%;
  }
  .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column:nth-of-type(2) {
    order: 1;
  }
  .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column:nth-of-type(3) {
    order: 3;
  }
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column {
  display: flex !important;
  width: fit-content !important;
  height: fit-content !important;
  column-gap: 30px;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item {
  column-gap: 30px;
  width: fit-content !important;
  padding: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .product-related-fields-item-value {
  color: #000 !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .product-related-fields-item-title {
  margin: 0 !important;
  max-width: unset !important;
  width: fit-content !important;
  text-align: center !important;
  color: #000 !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars {
  margin-top: 8px;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars * {
  margin: 0 !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars .yotpo-product-related-field-score-bar {
  background-color: #fff !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars .yotpo-product-related-field-score-bar:nth-of-type(9) {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars .yotpo-product-related-field-score-bar:first-of-type {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars .yotpo-product-related-field-score-bar.yotpo-rating-bar-full {
  background-color: #000 !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars .yotpo-product-related-field-score-divider {
  width: 0 !important;
}
.pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-mobile-layout {
  display: none !important;
}
.pdp-reviews .main-widget .yotpo-reviews-header {
  display: none !important;
}
.pdp-reviews .main-widget .yotpo-nav-content {
  order: 5 !important;
  width: 100%;
  margin: 20px 0 0 0;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 3px !important;
}
@media (max-width: 800px) {
  .pdp-reviews .main-widget .yotpo-nav-content {
    padding: 20px !important;
  }
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-pager {
  transform: translateY(400%);
  margin: 0 !important;
  padding: 0 !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-pager * {
  color: #000 !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-pager *::after {
  display: none !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active {
  display: block !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review.yotpo-template {
  display: none !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review {
  padding: 50px 0 20px 0 !important;
  border-bottom: 1px solid black !important;
  width: 100% !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header {
  position: static;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-header-actions {
  padding: 10px 0 0 0 !important;
  display: block !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-icon {
  position: absolute !important;
  top: 15px !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-icon:nth-of-type(1) {
  left: 0px !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-icon:nth-of-type(2) {
  left: 20px !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-icon:nth-of-type(3) {
  left: 40px !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-icon:nth-of-type(4) {
  left: 60px !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-icon:nth-of-type(5) {
  left: 80px !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-review-stars {
  margin: 0 !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields {
  margin: 0 !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main {
  order: 1 !important;
  padding: 0 0 20px 0 !important;
}
@media (min-width: 601px) {
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main {
    padding-right: 40% !important;
  }
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .content-title {
  padding: 0 0 10px 0 !important;
  min-height: 0 !important;
  height: auto !important;
  color: #000 !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-wrapper {
  height: auto !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper .yotpo-review-images-wrapper {
  display: flex !important;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper img {
  pointer-events: none !important;
}
@media (min-width: 600px) {
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    height: 90% !important;
    width: 38% !important;
  }
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper .yotpo-review-media-wrapper-mobile {
    display: none !important;
  }
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper .yotpo-review-media-wrapper-desktop {
    display: block !important;
  }
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper img {
    margin: 0 !important;
  }
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper .yotpo-review-media-wrapper-desktop {
    height: 100% !important;
  }
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper .yotpo-review-images-wrapper {
    justify-content: flex-end !important;
    height: 100% !important;
  }
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper .yotpo-review-images-wrapper [role=listitem] {
    height: 100% !important;
    width: 50% !important;
  }
  .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-main .yotpo-review-media-wrapper .yotpo-review-images-wrapper img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-header {
  order: 2;
}
.pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review .yotpo-comments-box {
  order: 4;
}
.pdp-reviews .main-widget .yotpo-reviews-filters {
  padding: 0 !important;
  border-bottom: 1px solid black !important;
}
.pdp-reviews .main-widget .filters-container {
  padding-bottom: 20px !important;
}
.pdp-reviews .main-widget .filters-container > * {
  display: block !important;
}
.pdp-reviews .main-widget .filters-container .suggested-topics {
  display: none !important;
}
@media (max-width: 600px) {
  .pdp-reviews .main-widget .filters-container .suggested-topics {
    display: block !important;
  }
}
.pdp-reviews .main-widget .filters-container .suggested-topics .suggested-topic {
  background-color: rgba(241, 233, 229, 0.5) !important;
  color: #000 !important;
}
.pdp-reviews .main-widget .filters-container .suggested-topics .suggested-topic span {
  color: #000 !important;
}
.pdp-reviews .main-widget .filters-container .suggested-topics .suggested-topic.active-topic {
  border: 1px solid #000 !important;
  font-weight: normal !important;
}
.pdp-reviews .main-widget .filters-container .yotpo-icon-btn.more-filters-btn {
  margin-top: 5px;
  margin-right: 0 !important;
}
.pdp-reviews .main-widget .filters-container .yotpo-visible-mobile span.more-filters-text {
  font-size: 11px !important;
}
.pdp-reviews .main-widget .filters-container .yotpo-visible-mobile .yotpo-display-wrapper {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.pdp-reviews .main-widget .filters-container .yotpo-hidden-mobile ul.list-categories {
  width: 100% !important;
  min-width: 0 !important;
}
.pdp-reviews .main-widget .filters-container .yotpo-hidden-mobile div.dropdown-filters-container .yotpo-dropdown li.list-category:hover {
  background-color: rgba(241, 233, 229, 0.5) !important;
}
@media (max-width: 600px) {
  .pdp-reviews .main-widget .filters-container .yotpo-hidden-mobile div.dropdown-filters-container {
    display: grid !important;
    margin: 10px 0 0 0 !important;
    grid-template-columns: repeat(2, 49%) !important;
    gap: 2%;
  }
  .pdp-reviews .main-widget .filters-container .yotpo-hidden-mobile div.dropdown-filters-container span.filters-dropdown {
    width: 100% !important;
    margin: 0 !important;
  }
  .pdp-reviews .main-widget .filters-container .yotpo-hidden-mobile div.dropdown-filters-container div.yotpo-dropdown-button {
    width: auto !important;
    margin-bottom: 5px !important;
  }
  .pdp-reviews .main-widget .filters-container .yotpo-hidden-mobile div.dropdown-filters-container div.yotpo-dropdown-button .selected {
    width: auto !important;
    font-size: 11px !important;
    margin: 1px 0 0 0 !important;
  }
}
.pdp-reviews .main-widget .filters-container .more-filters-btn {
  display: none !important;
}
@media (max-width: 600px) {
  .pdp-reviews .main-widget .filters-container .more-filters-btn {
    display: block !important;
  }
}
.pdp-reviews .main-widget .filters-container .free-text-search {
  display: block !important;
  width: 100% !important;
}
.pdp-reviews .main-widget .filters-container .free-text-search .free-text-search-input {
  width: 100% !important;
}
.pdp-reviews .selected.non-default-item-selected {
  color: #000 !important;
}
.pdp-reviews .yotpo-drop-down-layout .yotpo-dropdown .list-category .selected-item {
  color: #000 !important;
}
.pdp-reviews .yotpo-icon.yotpo-icon-down-triangle {
  padding: 0 !important;
  position: absolute !important;
  right: 5px !important;
  top: 50%;
  transform: translateY(-50%);
}
.pdp-reviews .yotpo-dropdown-button {
  padding: 5px 18px 5px 8px !important;
  height: fit-content !important;
  display: flex !important;
  align-items: center !important;
}
.pdp-reviews .search-in-progress {
  padding: 30px 0 0 0 !important;
}
.pdp-reviews .empty-search-results-clear-all-btn {
  color: #000 !important;
}
.pdp-reviews .yotpo-empty-search-results {
  padding: 30px 0 0 0 !important;
}
.pdp-reviews .yotpo-filter-tag {
  background-color: rgba(241, 233, 229, 0.5019607843) !important;
  height: fit-content !important;
}
.pdp-reviews .yotpo-filter-tag span {
  color: #000 !important;
  font-weight: 400 !important;
}
.pdp-reviews .sk-spinner.sk-spinner-three-bounce div {
  background-color: #000 !important;
}

.yotpo .primary-color-btn,
.yotpo input[type=button].primary-color-btn {
  background-color: black !important;
  color: #fff !important;
  font-weight: normal !important;
  text-shadow: none !important;
}

#reviews-widget .yotpo .primary-color-btn:hover,
#reviews-widget .yotpo input[type=button].primary-color-btn:hover {
  background: #646464 !important;
  border: none !important;
}

.yotpo div,
.yotpo span,
.yotpo p,
.yotpo a,
.yotpo img,
.yotpo i,
.yotpo strong,
.yotpo sup,
.yotpo ul,
.yotpo li,
.yotpo form,
.yotpo label {
  font-family: "ModernEraMedium", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.yotpo .yotpo-pager .yotpo-page-element {
  position: relative;
}

a.yotpo-page-element.goTo.yotpo-active:after,
a.yotpo-page-element.goTo:hover:after {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  width: 9px;
  bottom: -2px;
  background: #077bff;
  height: 2px;
}

@media (min-width: 650px) {
  #MainContent .bottom-line-items-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #MainContent .pdp-reviews .main-widget .yotpo-display-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 650px) {
  #MainContent .pdp-reviews .main-widget .yotpo-star-distribution-wrapper {
    float: left !important;
    max-width: 40% !important;
    min-width: 100px !important;
    padding-right: 1rem !important;
  }
  #MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields {
    max-width: 60%;
    float: left !important;
  }
  #MainContent .yotpo-regular-box.yotpo-bottomline.bottom-line-items-container-desktop.yotpo-hidden {
    margin-top: 1rem !important;
  }
}
@media (min-width: 920px) {
  #MainContent .yotpo-star-distribution-wrapper {
    position: relative;
  }
}
#MainContent .pdp-reviews .main-widget .yotpo-nav-content .yotpo-reviews.yotpo-active .yotpo-review {
  padding-top: 40px !important;
  margint-top: 12px !important;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout {
  display: flex;
  flex-direction: column;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column {
  display: flex;
  flex-direction: column;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item {
  width: 215px !important;
  display: inline-flex !important;
  flex-direction: row !important;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .product-related-fields-item-title {
  min-width: 70px;
  max-width: 70px !important;
  text-align: left !important;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .avg-score.font-color-gray-darker {
  font-size: 2.6rem !important;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items {
  flex-direction: column;
  gap: 8px;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container {
  flex-direction: column;
  gap: 8px;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items .bottom-line-only-container .yotpo-filter-stars.rating-stars-container .yotpo-icon.rating-star {
  font-size: 25px !important;
  gap: 4px;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .aggregated-product-related-fields .product-related-fields-desktop-layout .product-related-fields-column .product-related-fields-item .yotpo-rating-bars * {
  margin: 1px !important;
}

#MainContent .pdp-reviews .main-widget .bottom-line-items-wrapper .yotpo-star-distribution-wrapper .yotpo-distribution-rows::after {
  display: none !important;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 50px !important;
  justify-content: center !important;
  align-items: center !important;
}

#MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper > * {
  width: fit-content !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 650px) {
  #MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper .bottom-line-items {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 8px !important;
  }
  #MainContent .pdp-reviews .main-widget span.yotpo-display-wrapper {
    height: 300px !important;
  }
  #MainContent .pdp-reviews .main-widget .yotpo-display-wrapper .bottom-line-items-container-desktop .bottom-line-items-wrapper {
    gap: 5px !important;
  }
}
.pdp-reviews {
  padding: 3rem 1rem 5rem 1rem !important;
}
.pdp-reviews .main-widget {
  max-width: 1060px;
  margin: 0 auto;
}

.ks-modal-tab.selected {
  color: #000 !important;
}

.ks-modal-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ks-chart-tab-container {
  padding: 1.25rem 2.25rem 0.75rem !important;
}

.ks-table-content-wrapper {
  max-width: 100% !important;
}

.kw-custom-inverted {
  background: #ededed;
}

.kw-custom-inverted {
  background: #ededed;
  text-align: center;
  padding: 1rem 1.5rem;
}

.kw-custom-inverted p {
  text-align: center;
}

.kw-custom-inverted a {
  color: #000;
}

.kw-cta-buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.kw-cta-buttons > div {
  padding: 0.5rem 1rem;
}

.ks-calculator-privacy-link {
  display: none !important;
}

.kw-chat-container .chat-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.kw-chat-container .chat-title a {
  color: #000;
}
.kw-chat-container .chat-title svg {
  width: 20px;
  height: 20px;
}

.kw-chat-container {
  background: #d8d2ea;
  padding: 1.5rem 1rem 1rem;
}

.kw-chat-inner {
  max-width: 500px;
  margin: 0 auto;
}

.kw-chat-container h2 {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.5rem;
}

.kw-chat-container .chat-description {
  font-size: 0.95rem;
  margin: 0;
}

@media (min-width: 900px) {
  .ks-chart-tab-container {
    padding: 2.5rem 5rem 1rem !important;
  }
  .ks-layout-group-row.ks-layout-row-2 > div:first-child {
    padding-right: 2rem !important;
  }
  .ks-layout-group-row.ks-layout-row-2 > div:nth-child(2) {
    padding-left: 2rem !important;
  }
  .ks-tab.ks-tab-style2.ks-tab-horizontal {
    margin-left: -3rem !important;
    width: 115% !important;
    border-bottom: 1px solid #ccc;
  }
  .kw-cta-buttons {
    flex-direction: row;
  }
  .ks-calculator-container {
    width: calc(100% - 15px) !important;
  }
}
.ks-calculator-inject {
  display: none !important;
}

#KiwiSizingChart {
  display: none;
}

.dog-tag-customizer {
  background-color: #303030;
}
.dog-tag-customizer .wrapper {
  padding: 6rem 4rem;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dog-tag-customizer .wrapper .title {
  font-size: 1.75rem;
  color: #fff;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  margin: 0 0 1.5rem 0;
}
.dog-tag-customizer .wrapper .title-mobile {
  display: none;
  font-size: 1.5rem;
  color: #fff;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.dog-tag-customizer .wrapper .flip-tag {
  display: none;
}
.dog-tag-customizer .wrapper .images {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.dog-tag-customizer .wrapper .images .image-back {
  position: relative;
}
.dog-tag-customizer .wrapper .images .image-back span {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  text-align: center;
  color: #dcd3c6;
  font-size: 1.5rem;
}
.dog-tag-customizer .wrapper .images .image-back span:nth-of-type(1) {
  top: 50%;
}
.dog-tag-customizer .wrapper .images .image-back span:nth-of-type(2) {
  top: 56%;
}
.dog-tag-customizer .wrapper .images .image-back span:nth-of-type(3) {
  top: 62%;
}
.dog-tag-customizer .wrapper .images .image-back span:nth-of-type(4) {
  top: 68%;
}
@media (max-width: 1680px) {
  .dog-tag-customizer .wrapper .images .image-back span {
    font-size: 1.4vw;
  }
}
.dog-tag-customizer .wrapper .images > div {
  width: 49%;
  aspect-ratio: 3/4;
}
.dog-tag-customizer .wrapper .images > div img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dog-tag-customizer .wrapper .customizer {
  width: 26%;
}
.dog-tag-customizer .wrapper .customizer .inputs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dog-tag-customizer .wrapper .customizer .inputs .line {
  position: relative;
}
.dog-tag-customizer .wrapper .customizer .inputs .line input {
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  width: 100%;
  display: block;
  background-color: transparent;
  padding: 0.625rem 1.5rem 0.625rem 0.625rem;
}
.dog-tag-customizer .wrapper .customizer .inputs .line input:focus ~ span {
  display: block;
}
.dog-tag-customizer .wrapper .customizer .inputs .line span {
  display: none;
  line-height: 1;
  color: #dcd3c6;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.dog-tag-customizer .wrapper .customizer .configurator {
  margin: 1rem 0 0 0;
}
.dog-tag-customizer .wrapper .customizer .configurator .details {
  color: #fff;
}
@media (max-width: 1400px) {
  .dog-tag-customizer .wrapper {
    padding: 6rem 3rem;
  }
}
@media (max-width: 1000px) {
  .dog-tag-customizer .wrapper {
    flex-direction: column;
    gap: 1.5rem;
    padding: 6rem 2rem;
  }
  .dog-tag-customizer .wrapper .title {
    display: none;
  }
  .dog-tag-customizer .wrapper .title-mobile {
    display: block;
  }
  .dog-tag-customizer .wrapper .customizer {
    width: 100%;
  }
  .dog-tag-customizer .wrapper .flip-tag {
    display: block;
  }
  .dog-tag-customizer .wrapper .flip-tag button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    text-decoration: underline;
  }
  .dog-tag-customizer .wrapper .images {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    aspect-ratio: 3/4;
    position: relative;
  }
  .dog-tag-customizer .wrapper .images .image-back,
.dog-tag-customizer .wrapper .images .image-front {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .dog-tag-customizer .wrapper .images .image-front {
    z-index: 2;
    display: none;
  }
  .dog-tag-customizer .wrapper .images .image-front.flip {
    display: block;
  }
  .dog-tag-customizer .wrapper .images .image-back {
    z-index: 1;
  }
  .dog-tag-customizer .wrapper .images .image-back span {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .dog-tag-customizer .wrapper {
    padding: 6rem 1rem;
  }
}

.pdp-spotlight {
  background: #fff;
  padding: 4rem;
}
.pdp-spotlight img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp-spotlight .pdp-spotlight-container {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .pdp-spotlight .pdp-spotlight-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__heading {
  font-size: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-size: 27px;
  text-align: center;
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
}
@media (max-width: 900px) {
  .pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left {
    width: 100%;
    gap: 0;
  }
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .pdp-spotlight__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .pdp-spotlight__images {
    display: none;
  }
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .pdp-spotlight__images .pdp-spotlight__image {
  width: 100%;
  position: relative;
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .swiper {
  display: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .swiper {
    display: block;
  }
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .swiper .pdp-spotlight__swiper-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  position: relative;
  aspect-ratio: 1;
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .swiper .swiper-button-next,
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .swiper .swiper-button-prev {
  scale: 1;
  color: black;
}
@media (max-width: 600px) {
  .pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .swiper .swiper-button-next,
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__left .swiper .swiper-button-prev {
    scale: 0.7;
  }
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 40%;
}
@media (max-width: 900px) {
  .pdp-spotlight .pdp-spotlight-container .pdp-spotlight__right {
    width: 100%;
    padding: 1rem;
    gap: 1rem;
  }
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__right .pdp-spotlight__images {
  display: grid;
  gap: 1rem;
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__right .pdp-spotlight__images .pdp-spotlight__image-wrapper {
  width: 100%;
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__right .pdp-spotlight__images .pdp-spotlight__image-wrapper .pdp-spotlight__image--container {
  width: 100%;
  aspect-ratio: 2;
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__right .pdp-spotlight__images .pdp-spotlight__image-wrapper a {
  background: transparent;
  color: #077bff;
  text-decoration: none;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.57;
}
.pdp-spotlight .pdp-spotlight-container .pdp-spotlight__right .pdp-spotlight__images .pdp-spotlight__image-wrapper p {
  font-size: 18px;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 10px;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover.active {
  top: 2rem;
  right: 3.5rem;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover.active .pdp-spotlight__image-item .pdp-spotlight__product-name {
  color: #fff;
  max-width: none;
  padding: 0 0 0 0.5rem;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover .pdp-spotlight__image-item {
  background: #000;
  color: #ddd;
  font-size: 20px;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 1000px;
  overflow: hidden;
  height: 32px;
  width: 32px;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover .pdp-spotlight__image-item:hover {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover .pdp-spotlight__image-item:hover .pdp-spotlight__product-name {
  opacity: 1;
  visibility: visible;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover .pdp-spotlight__image-item .pdp-spotlight__image-icon {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover .pdp-spotlight__image-item .pdp-spotlight__image-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  fill: #fff;
}
.pdp-spotlight .pdp-spotlight__swiper-image--hover .pdp-spotlight__image-item .pdp-spotlight__product-name {
  line-height: 1;
  font-size: 14px;
  max-width: 0px;
  color: #000;
  opacity: 0;
  visibility: hidden;
}
.pdp-spotlight .pdp-spotlight__image {
  aspect-ratio: 1;
}
.pdp-spotlight .pdp-spotlight__image .pdp-spotlight__image-item:hover .pdp-spotlight__product-name {
  color: #fff;
  max-width: 200px;
  padding: 0 0 0 0.5rem;
}
@media (max-width: 900px) {
  .pdp-spotlight {
    padding: 2rem;
  }
}
@media (max-width: 600px) {
  .pdp-spotlight {
    padding: 2rem 0;
  }
}

.pdp-review-highlights {
  padding: 4rem 1rem;
}
@media (max-width: 900px) {
  .pdp-review-highlights {
    padding: 2rem 1rem;
  }
}
.pdp-review-highlights > .title {
  text-align: center;
  margin: 0 0 4rem 0;
  font-size: 27px;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
@media (max-width: 900px) {
  .pdp-review-highlights > .title {
    margin: 0 0 2rem 0;
  }
}
.pdp-review-highlights > .cta {
  text-align: center;
  margin: 4rem auto 0;
}
@media (max-width: 900px) {
  .pdp-review-highlights > .cta {
    margin: 2rem auto 0;
  }
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper * {
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: left;
  height: auto;
  color: #000;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1rem;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper .shoppers-say-title {
  display: none;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box {
  cursor: default;
  margin: 0;
  padding: 1.5rem;
  max-width: 420px;
  min-width: 300px;
  border: 1px solid #000 !important;
}
@media (max-width: 900px) {
  .pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box {
    display: none !important;
  }
  .pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box.no-border-top {
    display: block !important;
  }
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(1) {
  display: none !important;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) {
  display: block !important;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .sentence-container > .sentence-content > .more-reviews {
  display: none !important;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .sentence-container > .sentence-content > .review-stars {
  margin: 0 0 1rem 0;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .sentence-container > .sentence-content > .review-stars > span {
  font-size: 1.5rem;
  color: #b097b7;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .sentence-container > .sentence-content > .single-sentence-text-content > .review-title {
  font-size: 22px !important;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif !important;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .sentence-container > .sentence-content > .single-sentence-text-content > .full-review {
  margin: 1rem 0 0 0;
  line-height: 1.5 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .sentence-container > .sentence-content > .single-sentence-text-content > .display-name {
  color: #b097b7;
  margin: 1rem 0 0 0;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .yotpo-clr {
  display: none !important;
}
.pdp-review-highlights .yotpo.yotpo-shoppers-say .yotpo-display-wrapper.shoppers-say-display-wrapper > .yotpo-regular-box .single-best-sentence > .sentence-wrapper:nth-of-type(2) > .icon-holder {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  margin: 20px 0;
}

.swiper-pagination {
  position: relative;
  display: none;
}

@media (max-width: 800px) {
  .swiper-pagination {
    display: block;
  }
}
.swiper-pagination span.swiper-pagination-bullet {
  width: 11px;
  height: 15px;
  letter-spacing: 0px;
  margin: 0 5px !important;
  border-radius: 0 !important;
  background-color: transparent;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #000;
}

.pdp-swiper-reviews {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 900px) {
  .pdp-swiper-reviews {
    padding: 0;
  }
}
.pdp-swiper-reviews .swiper {
  width: 100%;
  height: 100%;
}
.pdp-swiper-reviews .swiper .swiper-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 900px) {
  .pdp-swiper-reviews .swiper .swiper-wrapper {
    justify-content: space-between;
  }
}
.pdp-swiper-reviews .swiper .swiper-wrapper .swiper-slide {
  padding: 0 2rem;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 900px) {
  .pdp-swiper-reviews .swiper .swiper-wrapper .swiper-slide {
    padding: 0px 1rem;
  }
}
.pdp-swiper-reviews .swiper .swiper-wrapper .swiper-slide .box-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.pdp-swiper-reviews .swiper .swiper-wrapper .swiper-slide .box-text {
  width: 90%;
  margin: 0 auto;
}
.pdp-swiper-reviews .swiper .swiper-wrapper .swiper-slide .box-author {
  font-size: 18px;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .pdp-swiper-reviews .swiper .swiper-pagination {
    display: block;
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  margin: 20px 0;
}

.swiper-pagination {
  position: relative;
  display: none;
}

@media (max-width: 800px) {
  .swiper-pagination {
    display: block;
  }
}
.swiper-pagination span.swiper-pagination-bullet {
  width: 11px;
  height: 15px;
  letter-spacing: 0px;
  margin: 0 5px !important;
  border-radius: 0 !important;
  background-color: transparent;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #000;
}

.pdp-swiper-emoji {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 900px) {
  .pdp-swiper-emoji {
    padding: 0;
  }
}
.pdp-swiper-emoji .header {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .pdp-swiper-emoji .header {
    width: 95%;
    margin: 0 auto 2rem;
  }
}
.pdp-swiper-emoji .header h2 {
  font-size: 24px;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}
.pdp-swiper-emoji .header p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.pdp-swiper-emoji .swiper {
  width: 100%;
  height: 100%;
}
.pdp-swiper-emoji .swiper .swiper-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 900px) {
  .pdp-swiper-emoji .swiper .swiper-wrapper {
    justify-content: space-between;
  }
}
.pdp-swiper-emoji .swiper .swiper-wrapper .swiper-slide {
  padding: 0 2rem;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  .pdp-swiper-emoji .swiper .swiper-wrapper .swiper-slide {
    padding: 0px 1rem;
  }
}
.pdp-swiper-emoji .swiper .swiper-wrapper .swiper-slide .box-image {
  margin-bottom: 0.5rem;
}
.pdp-swiper-emoji .swiper .swiper-wrapper .swiper-slide .box-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
.pdp-swiper-emoji .swiper .swiper-wrapper .swiper-slide .box-heading {
  font-size: 18px;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.pdp-swiper-emoji .swiper .swiper-wrapper .swiper-slide p {
  width: 100%;
}
@media (max-width: 900px) {
  .pdp-swiper-emoji .swiper .swiper-wrapper .swiper-slide p {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .pdp-swiper-emoji .swiper .swiper-pagination {
    display: block;
  }
}

.pdp-table-content {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 900px) {
  .pdp-table-content {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
}
.pdp-table-content .content {
  margin-top: 1rem;
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 900px) {
  .pdp-table-content .content {
    margin-top: 0;
    width: 100%;
    gap: 0.5rem;
  }
}
.pdp-table-content .content .heading {
  font-size: 1.5rem;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.pdp-table-content .table {
  width: 50%;
}
@media (max-width: 900px) {
  .pdp-table-content .table {
    width: 100%;
  }
}
.pdp-table-content .table table {
  width: 100%;
  background: #f6f6f6;
}
.pdp-table-content .table table,
.pdp-table-content .table th,
.pdp-table-content .table td {
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
}
.pdp-table-content .table th,
.pdp-table-content .table td {
  text-align: left;
  padding: 0.4rem 1rem;
}

.pdp-table-image {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 900px) {
  .pdp-table-image {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
}
.pdp-table-image--col-5 {
  max-width: 1600px;
}
.pdp-table-image--col-5 .table-size tr:not(:first-child) {
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .pdp-table-image--col-5 {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 1rem;
  }
  .pdp-table-image--col-5 .boxes, .pdp-table-image--col-5 .table {
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .pdp-table-image--col-5 {
    padding: 0;
  }
}
.pdp-table-image .table {
  width: 47%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
@media (max-width: 900px) {
  .pdp-table-image .table {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .pdp-table-image .table {
    overflow: auto;
  }
  .pdp-table-image .table .additional_text {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.pdp-table-image .table .swatch {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  justify-content: center;
  margin-top: 0.5rem;
}
.pdp-table-image .table .swatch span {
  opacity: 0.4;
}
.pdp-table-image .table .swatch .swatch-element {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0.4;
}
.pdp-table-image .table .swatch .swatch-element.active {
  opacity: 1;
}
.pdp-table-image .table table {
  display: none;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
}
.pdp-table-image .table table.active {
  display: table;
}
.pdp-table-image .table table th,
.pdp-table-image .table table td {
  border: 1px solid #d0d0d0;
  border-collapse: collapse;
  text-align: left;
  padding: 0.5rem;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 900px) {
  .pdp-table-image .table table th,
.pdp-table-image .table table td {
    padding: 0.4rem 1rem;
  }
}
.pdp-table-image .table table tr td:first-child {
  text-transform: uppercase;
}
.pdp-table-image .table table th {
  background-color: #e7ceb5;
}
.pdp-table-image .table table th:is(:not(:last-child)) {
  border-right: 1px solid #f2f2f2;
}
.pdp-table-image .table p {
  margin-top: 1rem;
  font-size: 14px;
}
.pdp-table-image .table p button {
  color: #077bff;
}
.pdp-table-image .table .additional_text {
  text-align: center;
}
.pdp-table-image .table .additional_text > * {
  font-size: 14px;
}
.pdp-table-image .boxes {
  width: 47%;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 900px) {
  .pdp-table-image .boxes {
    width: 100%;
    flex-direction: column;
  }
}
.pdp-table-image .boxes .box {
  display: flex;
  flex-direction: column;
  text-align: center;
  display: flex;
  gap: 0.5rem;
  width: 45%;
}
@media (max-width: 900px) {
  .pdp-table-image .boxes .box {
    padding: 0 1rem;
    width: 100%;
  }
}
.pdp-table-image .boxes .box .heading {
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
.pdp-table-image .boxes .box .image {
  aspect-ratio: 1.25;
}
.pdp-table-image .boxes .box .image img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.pdp-table-image .boxes .box .text {
  line-height: 1.56;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
}

.pdp-tabs-section {
  overflow: hidden;
}
.pdp-tabs-section .tabs {
  padding: 4rem 0;
}
.pdp-tabs-section .tabs .tab {
  display: none;
}
.pdp-tabs-section .tabs .tab.active {
  display: block;
}
.pdp-tabs-section .scroller {
  padding: 4rem 1rem 0.5rem;
}
.pdp-tabs-section .scroller ::-webkit-scrollbar {
  width: 2px;
}
.pdp-tabs-section .scroller ::-webkit-scrollbar-track {
  background: #9a9a9a;
}
.pdp-tabs-section .scroller ::-webkit-scrollbar-thumb {
  background: #9a9a9a;
}
.pdp-tabs-section .scroller ::-webkit-scrollbar-thumb:hover {
  background: #9a9a9a;
}
.pdp-tabs-section .buttons {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  border-bottom: 2px solid #d0d0d0;
}
.pdp-tabs-section .buttons .button {
  cursor: pointer;
  font-size: 16px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
  border-bottom: 2px solid transparent;
  width: max-content;
  padding: 0.5rem;
  position: relative;
}
.pdp-tabs-section .buttons .button.active {
  color: #000;
}
.pdp-tabs-section .buttons .button.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #000;
}
@media (max-width: 900px) {
  .pdp-tabs-section .tabs {
    padding: 2rem 1rem;
  }
  .pdp-tabs-section .buttons {
    width: max-content;
    display: grid;
    grid-template-columns: auto auto;
  }
  .pdp-tabs-section .buttons .button {
    width: 100%;
  }
  .pdp-tabs-section .scroller {
    padding: 2rem 1rem 0.5rem;
    overflow-x: scroll;
  }
}

@keyframes line-show {
  0% {
    transform: translateX(-0.5rem) scaleX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-0.5rem) scaleX(1);
    opacity: 1;
  }
}
@keyframes line-show-mobile {
  0% {
    transform: translateY(-100%) scaleY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-100%) scaleY(1);
    opacity: 1;
  }
}
.pdp-multislider {
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdp-multislider img,
.pdp-multislider video {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.pdp-multislider video {
  object-fit: cover;
  pointer-events: none;
}
.pdp-multislider .sliders-container {
  width: 62.5%;
  position: relative;
}
.pdp-multislider .sliders-container .control-video {
  z-index: 10;
  position: absolute;
  inset: 0;
}
.pdp-multislider .sliders-container .control-video .video-button {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media (max-width: 900px) {
  .pdp-multislider .sliders-container .control-video .video-button {
    right: unset;
    left: 1rem;
  }
}
.pdp-multislider .sliders-container .control-video .video-button svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pdp-multislider .sliders-container .control-video [data-play] {
  display: none;
}
.pdp-multislider .sliders-container .control-video [data-pause] {
  display: block;
}
.pdp-multislider .sliders-container .control-video[data-video-paused] [data-play] {
  display: block;
}
.pdp-multislider .sliders-container .control-video[data-video-paused] [data-pause] {
  display: none;
}
.pdp-multislider .text-container {
  width: 35%;
  padding: 2rem;
  z-index: 10;
}
.pdp-multislider .text-container .text-content {
  display: none;
}
.pdp-multislider .text-container .text-content .title {
  position: relative;
  font-size: 1.5rem;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
.pdp-multislider .text-container .text-content .title .line {
  position: absolute;
  z-index: 10;
  right: 100%;
  top: 50%;
  width: 15.25vw;
  height: 2rem;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  background: transparent;
  transform-origin: 0 0;
  transform: translateX(-0.5rem) scaleX(0);
}
.pdp-multislider .text-container .text-content .title .line-mobile {
  position: absolute;
  z-index: 10;
  right: 10%;
  top: 60%;
  width: 3rem;
  height: 80vw;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  background: transparent;
  transform-origin: 0 0;
  transform: translateY(-100%) scaleY(0);
  display: none;
}
.pdp-multislider .text-container .text-content .description {
  margin: 2rem 0 0 0;
  max-width: 410px;
  font-size: 18px;
  line-height: 30px;
}
.pdp-multislider .text-container .text-content.active {
  display: block;
}
.pdp-multislider .text-container .text-content.active .title .line {
  animation: 200ms ease 200ms line-show forwards;
}
.pdp-multislider .text-container .text-content.active .title .line-mobile {
  animation: 200ms ease 200ms line-show-mobile forwards;
}
.pdp-multislider .text-container .controls {
  display: flex;
  margin: 3rem 0 0 0;
  gap: 1.5rem;
}
.pdp-multislider .text-container .controls .arrow {
  cursor: pointer;
  width: 1.5rem;
  padding: 0.25rem 0;
}
.pdp-multislider .text-container .controls .arrow.left {
  transform: rotate(90deg);
}
.pdp-multislider .text-container .controls .arrow.right {
  transform: rotate(-90deg);
}
.pdp-multislider .sliders {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdp-multislider .sliders .slider {
  width: 30%;
}
.pdp-multislider .sliders .slider .swiper {
  aspect-ratio: 4/5;
}
.pdp-multislider .sliders .slider .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp-multislider .sliders .slider.lead {
  width: 37.5%;
}
@media (max-width: 900px) {
  .pdp-multislider {
    display: block;
  }
  .pdp-multislider .sliders-container {
    width: 100%;
  }
  .pdp-multislider .sliders-container .slider {
    display: none;
  }
  .pdp-multislider .sliders-container .slider.lead {
    display: block;
    width: 100%;
  }
  .pdp-multislider .sliders-container .slider.lead .swiper {
    aspect-ratio: 4/5;
  }
  .pdp-multislider .text-container {
    width: 100%;
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .pdp-multislider .text-container .text-content .title .line {
    display: none;
  }
  .pdp-multislider .text-container .text-content .title .line-mobile {
    display: block;
  }
  .pdp-multislider .text-container .text-content .description {
    max-width: none;
    margin: 1.5rem 0 0 0;
  }
  .pdp-multislider .text-container .controls {
    margin: 1.5rem 0 0 0;
  }
}

.video-with-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 45vh;
}
@media (max-width: 800px) {
  .video-with-text {
    flex-direction: column-reverse;
    min-height: 0;
  }
}
.video-with-text .video-with-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 11.65vw;
  width: 50%;
}
@media (max-width: 1000px) {
  .video-with-text .video-with-text-content {
    padding: 10px 2.5vw;
    min-height: 0;
  }
}
@media (max-width: 800px) {
  .video-with-text .video-with-text-content {
    padding: 30px 12.5vw;
    width: 100%;
  }
  .video-with-text .video-with-text-content.center-on-mobile {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 600px) {
  .video-with-text .video-with-text-content {
    padding: 30px 5vw;
    width: 100%;
  }
}
.video-with-text .video-with-text-content h2 {
  font-size: 36px;
  line-height: 1.4;
  font-family: "ModernEraBold", Arial, Helvetica, sans-serif;
}
@media (max-width: 1000px) {
  .video-with-text .video-with-text-content h2 {
    font-size: 24px;
  }
}
.video-with-text .video-with-text-content p {
  margin: 20px 0;
  font-size: 18px;
  font-family: "ModernEraMedium", Arial, Helvetica, sans-serif;
  line-height: 1.85;
}
@media (max-width: 1000px) {
  .video-with-text .video-with-text-content p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .video-with-text .video-with-text-content p {
    line-height: 1.6;
  }
}
.video-with-text .video-with-text-image {
  width: 50%;
  position: relative;
  aspect-ratio: 16/9;
}
@media (max-width: 800px) {
  .video-with-text .video-with-text-image {
    width: 100%;
    min-height: 50vw;
  }
}
.video-with-text .video-with-text-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.video-with-text .video-with-text-video {
  width: 50%;
  position: relative;
}
@media (max-width: 800px) {
  .video-with-text .video-with-text-video {
    width: 100%;
    min-height: 50vw;
  }
}
.video-with-text .video-with-text-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.video-with-text .video-with-text-video svg {
  cursor: pointer;
  z-index: 10;
}
.video-with-text .video-with-text-video svg[data-type=pause] {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 16px;
  height: 16px;
}
.video-with-text .video-with-text-video svg[data-type=resume] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
}
.video-with-text .video-with-text-video svg[data-type=resume]:hover {
  transition: all 200ms ease;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-with-text.reverse-true {
  flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .video-with-text.reverse-true {
    flex-direction: column-reverse;
  }
}

.video_controllers_display-none {
  display: none;
}

div[data-type=unmute] {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 21px;
  height: 21px;
  border: 0px;
}
div[data-type=unmute] svg {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  stroke-width: 0.5px;
}
div[data-type=unmute] .hidden {
  display: none;
}

.image-with-text__audio-controls.image-with-text__audio-controls_muted {
  border-radius: 50%;
  outline: 0px solid black;
  outline-offset: 5px;
}
.image-with-text__audio-controls.image-with-text__audio-controls_muted:before, .image-with-text__audio-controls.image-with-text__audio-controls_muted:after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 34px;
  background: black;
  display: block;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  z-index: 12;
}
.image-with-text__audio-controls.image-with-text__audio-controls_muted:before {
  transform: rotate(45deg);
}
.image-with-text__audio-controls.image-with-text__audio-controls_muted:after {
  transform: rotate(-45deg);
}