/** Shopify CDN: Minification failed

Line 81:2 "ont-family" is not a known CSS property
Line 145:8 Unexpected "/"

**/
:root {
  /*   Colors */
  --pdp-color-white: #fff;
  --pdp-color-black: #000;
  --pdp-color-navy: #3a495b;
  --pdp-color-tan: #fcf6f0;
  --pdp-color-maroon: #b06768;
  --pdp-color-brown: #bd765c;

  --pdp-color-charcoal-black: #333334;
  --pdp-color-light-gray: #FFFFFF;
  --pdp-color-pale-teal: #b8c4c2;
  --pdp-color-soft-sage: #d3dddb;
  --pdp-color-muted-teal: #badcc7;
  --pdp-color-new-sage: #C1CDBC;
  --pdp-color-dusky-rose: #cda09f;
  --pdp-color-creamy-white: #fef8e9;
  --pdp-color-neutral-gray: #aaaaaa;

  /* Typography */
  --pdp-fw-light: 300;
  --pdp-fw-regular: 400;
  --pdp-fw-medium: 500;
  --pdp-fw-semibold: 600;
  --pdp-fw-bold: 700;
  --pdp-fw-black: 900;
  /* 
    --pdp-ff-copy: "Euclid Circular A", sans-serif;
    --pdp-ff-title: "Albra Display TRIAL Light It TRIAL";
    Font */
}

/* Bg Colors */
.pdp-bg--white {
  background-color: var(--pdp-color-white);
}

.pdp-bg--navy {
  background-color: var(--pdp-color-navy);
}

.pdp-bg--tan {
  background-color: var(--pdp-color-tan);
}

/* Text Colors */
.pdp-text-charcoal-black {
  color: var(--pdp-color-charcoal-black);
}

.pdp-text--maroon {
  color: var(--pdp-color-maroon);
}

.pdp-text-white {
  color: var(--pdp-color-white);
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  letter-spacing: 0;
}
.inter {
  font-family: "inter", sans-serif;
}
.aktiv-grotesk {
  ont-family: "aktiv-grotesk", sans-serif;
}
.pdp-title {
  font-weight: var(--pdp-fw-bold);
  text-transform: capitalize;
  font-size: 28px;
  line-height: 34px;
}

.pdp-text {
  line-height: 150%;
  font-weight: var(--pdp-fw-regular);
  font-size: 16px;
}

.pdp-text--small {
  font-size: 14px;
  line-height: 150%;
  font-weight: var(--pdp-fw-regular);
}

@media (min-width: 768px) {
  .pdp-title {
    font-size: 32px;
    line-height: 39px;
  }
  .pdp-text {
    font-size: 16px;
  }
}

/* Wrapper */
.pdp-wrapper {
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
}

.pdp-btn--wrapper {
  display: flex;
  width: 100%;
}

.pdp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: var(--pdp-fw-medium);
  text-transform: uppercase;
  height: 48px;
  width: 100%;
  background-color: var(--pdp-color-new-sage);
  color: var(--pdp-color-white);
  text-decoration: none;
  transition: 0.2s all ease;
  span {
    letter-spacing: 0.1em;
  }
}
.pdp-btn:hover {
  background-color: var(--pdp-color-new-sage);
  transition: 0.2s all ease;
}
Button */
/* Image */
.pdp-img--wrapper {
  margin: 0;
  display: grid;
}

.pdp-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Utilities */
.pdp-text--center {
  text-align: center;
}

/* SWIPER */

.slider-navigation {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.swiper-pagination {
  display: flex;
  position: unset !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  gap: 8px;
}

.swiper-pagination-mob .swiper-pagination-bullet {
  background-color: var(--pdp-color-charcoal-black);
  opacity: 0.5;
}

.swiper-pagination-mob .swiper-pagination-bullet-active {
  transform: scale(1.2);
  opacity: 1 !important;
}

.swiper-pagination-explore .swiper-pagination-bullet {
  background-color: var(--pdp-color-white);
  opacity: 0.5;
}

.swiper-pagination-explore .swiper-pagination-bullet-active {
  transform: scale(1.2);
  opacity: 1 !important;
}

button.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
display: none;
}