/** Shopify CDN: Minification failed

Line 496:15 Expected identifier but found whitespace
Line 496:17 Unexpected "{"
Line 496:30 Expected ":"
Line 496:34 Unexpected "/"
Line 496:37 Unexpected "{"
Line 496:51 Expected ":"

**/
/*#region Hero Carousel */

.heroCarousel .heroCarousel__slide {
  display: flex;
  min-height: 600px;
  background: #131D2C;
  width: 100%;
  min-width: 100%;
}

.heroCarousel .heroCarousel__slide--invert {
  flex-direction: row-reverse;
}

.heroCarousel {
  max-width: 1440px;
  margin-inline: auto;
}

.heroCarousel .glider {
  display: flex;
}

.heroCarousel .heroCarousel__slide .heroCarousel__image {
  position: relative;
  width: 51%;
  max-width: 743px;
}

.heroCarousel .heroCarousel__image img {
  object-fit: cover;
  margin: 0;
  height: 100%;
}

.heroCarousel .heroCarousel__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding-inline: 48px;
  width: 49%;
}

.heroCarousel .heroCarousel__content {
  max-width: 550px;
  text-align: left;
}

.heroCarousel .heroCarousel__title {
  margin: 0;
  padding: 0;
  color: white;
  font: 600 48px / 1.08333 "Poppins";
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.heroCarousel .heroCarousel__subtitle {
  padding: 0;
  margin: 0;
  font: 500 14px / 1.57 "Poppins";
  margin-bottom: 28px;
}

.heroCarousel .heroCarousel__cta {
  display: inline-block;
  font: 600 14px / 0.875 "Poppins";
  letter-spacing: 0.04em;
  color: white;
  text-transform: uppercase;
  background-color: var(--button_color);
  border: 1px solid var(--button_color);
  padding: 16px 32px;
  border-radius: 4px;
} 

.heroCarousel .heroCarousel__cta:hover {
  background-color: var(--hover_button_color);
  border-color: var(--hover_button_color);
  text-decoration: none;
}

.heroCarousel .glider-controls {
  display: flex;
  gap: 16px;
  position: absolute;
  right: 48px;
  bottom: 32px;
} 

.heroCarousel .glider-controls .glider-prev svg {
  transform: rotate(180deg); 
}

.heroCarousel .glider-controls .glider-prev,
.heroCarousel .glider-controls .glider-next {
  background: white;
  border: 1px solid white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroCarousel .glider-controls .glider-prev.disabled,
.heroCarousel .glider-controls .glider-next.disabled {
  opacity: 0.5;
}

.heroCarousel__image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: linear-gradient(180deg, rgba(83, 97, 116, 0) -34.89%, rgba(4, 26, 52, 0.46) 100%);
}

@media (max-width: 944px) {
  .heroCarousel .heroCarousel__slide {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .heroCarousel .heroCarousel__container {
    width: auto;
    padding: 24px 34px;
    align-items: center;
  }

  .heroCarousel__image__bg {
    display: block;
  }

  .heroCarousel .heroCarousel__slide .heroCarousel__image img {
    width: 100%;
    height: auto;
  }

  .heroCarousel .heroCarousel__slide .heroCarousel__image {
    width: 100%;
    max-width: 100%;
  }

  .heroCarousel .heroCarousel__content {
    text-align: center;
  }

  .heroCarousel .glider-controls {
    right: 50%;
    transform: translateX(50%);
    bottom: calc(var(--hero_content_height) + 20px);
  }

  .heroCarousel .heroCarousel__title {
    font: 600 32px / 1.125 "Poppins";
    letter-spacing: 0.02em;
  }


  .heroCarousel .heroCarousel__subtitle {
    font: 500 12px / 1.6667 "Poppins";
  }

  .heroCarousel .heroCarousel__cta {
    font: 600 12px / 1 "Poppins";
    letter-spacing: 0.1em;
    padding-block: 14px;
  }
}

/*#endregion Hero Carousel */

/*#region Questionnaire */

 .bg-bluey {
    margin-block: 28px;
    background: #D3DCE9;
    padding-block: 48px;
  }

  .bg-bluey h3 {
    color: #131D2C;
    font: 600 32px / 1.125 "Poppins";
    max-width: 19ch;
    margin-inline: auto;
    letter-spacing: -0.02em;
  }

  .bg-bluey .questionnaire__label {
    color: #131D2C;
    font: 600 12px / 1.5 "Poppins";
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
  }

  .bg-bluey input[type="button"] {
    text-transform: uppercase;
    padding-block: 16px;
    border-radius: 4px;
    font: 600 14px / 1.14 "Poppins";
    letter-spacing: 0.04em;
  }

  .bg-bluey details, .bg-bluey summary, .bg-bluey .select {
    border-radius: 4px;
  }

  @media (max-width: 768px) {
    .bg-bluey {
      max-width: 100%;
      width: 100%;
      padding-inline: 0;
      margin-top: 0;
    }

    .advancedFilters.wrapper {
      padding-inline: 0;
    }

    .bg-bluey .questionnaire__label {
      font: 600 10px / 1.8 "Poppins";
    }

    .bg-bluey h3 {
      font: 600 24px / 1.083 "Poppins";
    }


    .bg-bluey input[type="button"] {
      letter-spacing: 0.1em;
      font: 600 12px / 1 "Poppins";
    }
  }

/*#endregion Questionnaire */

/*#region Best Sellers */

.bestSellers {
  margin-top: 48px;
}

.bestSellers__title {
  font: 600 48px / 1 "Poppins";
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.bestSellers__glider {
  display: flex;
  margin-right: -100%;
  gap: 20px;
}

.bestSellers .product {
  opacity: 1;
  visibility: visible;
} 

.bestSellers__carousel {
  display: flex;
}

.bestSellers .glider-track {
  position: relative;
}

.bestSellers .glider-next, .bestSellers .glider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #D3D3D3;
}

.bestSellers .glider-prev {
  left: 20px;
  padding-right: 1px;
}


.bestSellers .glider-next {
  right: 20px;
  padding-left: 2px;
}

.bestSellers .glider-prev.disabled, .bestSellers .glider-next.disabled {
  opacity: 0.5;
  cursor: unset;
}

.bestSellers .glider-next svg {
  transform: rotate(180deg);
}

.bestSellers .glider-track .product .product-border {
  min-height: 520px;
}

.bestSellers .glider-track .product {
	margin: 0;
	padding-block: calc(var(--master_spacing) / 2);
}

.bestSellers .product .btn {
  font: 600 14px / 1.14 "Poppins";
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 16px 26px;
  background-color: transparent;
  color: #041A34;
  border-color: #041A34;
}

.bestSellers .product .btn:hover {
  background: #041A34;
  color: white;
}

.bestSellers__grid {
  display: none;
}

.bestSellers__grid .three {
  width: 100%;
}

@media (max-width: 900px) {
  .bestSellers__carousel {
    display: none;
  } 

  .bestSellers__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bestSellers__title {
    font: 600 32px / 1.125 "Poppins";
    margin-bottom: 32px;
  }
}

/*#endregion Best Sellers */

/*#region Side by Side Collections */


.sideCollections {
  margin-block: 52px;
}

.sideCollections__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.sideCollections__image {
  margin-bottom: 32px;
  aspect-ratio: 665 / 537;
}

.sideCollections__image img {
  margin: 0;
}

.sideCollections__item {
  max-width: 665px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sideCollections__title {
  letter-spacing: -0.02em;
  font: 600 24px / 1.16667 "Poppins";
  margin-bottom: 20px;
}

.sideCollections__subtitle {
  font: 500 14px / 1.57 "Poppins";
  margin-bottom: 24px;
  padding: 0;
}

.sideCollections__link {
  background: #D01F2F;
  display: inline-block;
  font: 600 14px / 1.14 "Poppins";
  color: white;
  letter-spacing: 0.04em;
  padding: 16px 37px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #D01F2F;
}

.sideCollections__link:hover {
  background: white;
}

@media (max-width: 900px) {
  .sideCollections__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .sideCollections__image {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {

  .sideCollections__title {
    font: 600 16px / 1.25 "Poppins";
  }

  .sideCollections__subtitle {
    font: 500 12px / 1.6667 "Poppins";
  }

  .sideCollections__link {
    font: 600 12px / 1 "Poppins";
    letter-spacing: 0.1em;
  }
}

/*#endregion Side by Side Collections */

/*#region Help Section */

:root {
  --padding-right: 360px;
}
.helpValue__help {
  background-color: #041A34;
  color: white;
  position: relative;
  overflow: hidden;
  padding-block: 104px;
}

.helpValue__help__title, .helpValue__help__subtitle {
  color: inherit;
}

.helpValue__help__title {
  margin: 0;
  font: 600 48px / 1.083 "Poppins";
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.helpValue__help__subtitle {
  font: 600 12px / 1.5 "Poppins";
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.helpValue__help__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  aspect-ratio: {{ image_width }} / {{ image_height }};
  mix-blend-mode: lighten; 
  margin: 0;
  object-fit: cover;
}

.helpValue__help__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.helpValue__help__list li {
  display: flex;
  align-items: center;
  padding: 0;
}

.helpValue__help__list li .icon {
  border: 2px solid white; 
  border-radius: 50%;
  margin-right: 16px;
}

.helpValue__help__list li p {
  font: 600 20px / 1.6 "Poppins";
  letter-spacing: -0.02em;
}

.helpValue__help__list li a {
  color: #D01F2F;
}

.helpValue__help__list li p {
  padding: 0;
  margin: 0;
}

.helpValue__help__list li::before {
  display: none;
}

.helpValue__help__content {
  padding-right: var(--padding-right);
  max-width: 900px;
}

.helpValue__value {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  padding: 59px 45px;
  gap: 20px;
}

.helpValue__valueProp {
  display: flex;
  gap: 20px;
}

.helpValue__valueProp__icon {
  background-color: #D01F2F;
  width: 100%;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.helpValue__value__title {
  font: 600 14px / 1 "Poppins";
  color: #D01F2F;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 12px;
}

.helpValue__value__subtitle {
  padding: 0;
  font: 500 12px / 1.333 "Poppins";
}


@media (max-width: 1280px) {
  .helpValue__value {
    grid-template-columns: repeat(2, 1fr);
  }

  .helpValue__valueProp {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
}

@media (max-width: 1180px) {
   .helpValue__help__img {
    right: -322px;
  }

  .helpValue__help__content {
    --padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .helpValue__help {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .helpValue .wrapper {
    padding-inline: 20px;
  }
  
  .helpValue__help__subtitle {
    font: 600 10px / 1.8 "Poppins";
  }

  .helpValue__help__title {
    font: 600 32px / 1.125 "Poppins";
    padding-right: 80px;
  }

  .helpValue__help__list li p {
    font: 600 16px / 1.25 "Poppins";
  }
}


@media (max-width: 568px) {
  .helpValue__value {
    row-gap: 8px;
    column-gap: 12px;
  }

  .helpValue__help__title {
    padding-right: 0;
  }
  .helpValue__help__list {
    padding-right: 16px;
  }

  .helpValue__value__title {
    font: 600 12px / 1 "Poppins";
    margin-bottom: 8px;
  }

  .helpValue__valueProp__icon {
    max-width: 48px;
    max-height: 48px;
  }

  .helpValue__valueProp__icon .icon, 
  .helpValue__valueProp__icon .icon svg {
    max-width: 24px;
  }

  .helpValue__value__subtitle {
    font: 500 10px / 1.6 "Poppins";
  }
}

/*#endregion Help Section */

/*#region Footer */

footer.footer {
  background: #041A34;
  color: white;
  padding: 64px 45px 32px;
}

footer.footer .footer-nav-grid {
  display: grid;
  gap: 24px;
  grid-template-areas: 
    "shop learn account address newsletter"
    "shop learn .       contact newsletter";
  max-width: calc(1440px - 90px);
  margin-inline: auto;
}

footer.footer p {
  padding: 0;
  font: inherit;
}

footer.footer .footer-menu-title, footer.footer .newsletter-title {
  font: 600 12px / 1.6667 "Poppins";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #ffffff99;
  background: none;
  width: 100%;
  text-align: left;
  cursor: unset;
}

footer.footer .footer-menu .footer-menu-links {
  list-style: none;
  color: white;
  font: 500 12px / 1.6667 "Poppins";
  letter-spacing: 0em;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

footer.footer .footer-nav-content-body p {
  font: 500 12px / 1.6667 "Poppins";
  letter-spacing: 0em;
}

footer.footer .footer-nav-content-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

footer.footer .footer-menu .footer-menu-links li {
  padding: 0;
}

footer.footer a {
  color: inherit;
}

footer.footer .footer-menu .footer-menu-links li a {
  font: inherit;
}

footer.footer .grid-newsletter {
  grid-area: newsletter;
}

footer.footer .grid-shop {
  grid-area: shop;
}

footer.footer .grid-learn {
  grid-area: learn;
}

footer.footer .grid-account {
  grid-area: account;
}

footer.footer .grid-contact {
  grid-area: contact;
}

footer.footer .grid-address {
  grid-area: address;
}

footer.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
  max-width: calc(1440px - 90px);
  margin-inline: auto;
}

footer.footer .footer-bottom p ,
footer.footer .footer-bottom a {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

footer.footer .footer-newsletter-body {
  font: 500 14px / 1.4286 "Poppins";
  margin-bottom: 20px;
}

.pactSocials ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.pactSocials ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pactSocials ul li {
  padding: 0;
}

.pactNewsletter .newsletter_form input[type="email"],
.pactNewsletter .newsletter_form input[type="email"]::placeholder {
  font: 500 12px / 1.6667 "Poppins";
}

.pactNewsletter .newsletter_form input[type="email"] {
  max-width: 165px;
  padding-right: 0;
  height: auto;
}

.pactNewsletter .newsletter_form button[type="submit"] {
  font: 600 12px / 1.333 "Poppins";
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 143px;
}

.pactNewsletter .newsletter_form input[type="email"],
.pactNewsletter .newsletter_form button[type="submit"] {
  border-radius: 4px;
}

.pactNewsletter .newsletter_form {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 32px;
  min-height: 48px;
}

@media (max-width: 940px) {
  footer.footer {
    padding: 36px 20px 32px;
  }    

  footer.footer .footer-nav-grid {
    grid-template-columns: 1fr;
    grid-template-areas: 
      "newsletter"
      "shop"
      "learn"
      "account"
      "address"
      "contact";
    gap: 0;
  }

  .pactNewsletter .newsletter_form input[type="email"] {
    max-width: 209px;
    width: 100%;
  }

  footer.footer .footer-menu-title {
    margin: 0;
  }

  footer.footer .footer-menu-title {
    cursor: pointer;
    border-bottom: 1px solid #ffffff1a;
    padding-block: 20px;
  }
  
  footer.footer .grid-shop {
    border-top: 1px solid #ffffff1a;
  }

  footer.footer .footer-menu-links,
  footer.footer .footer-nav-content-body {
    max-height: 0;   
    overflow: hidden;
  }

  footer.footer .footer-menu-links.footer-menu-expanded,
  footer.footer .footer-nav-content-body.footer-menu-expanded {
    max-height: 100%;
    overflow: auto;
  }

  footer.footer .grid-newsletter {
    margin-bottom: 32px;
  }

  footer.footer .footer-bottom img {
    max-width: 84px;
  }

  footer.footer .footer-menu-title.footer-menu-title-expanded {
    border-bottom: none;
  }
}

/*#endregion Footer */