/** Shopify CDN: Minification failed

Line 258:2 "weight" is not a known CSS property
Line 333:2 Expected "}" to go with "{"

**/
@import url("https://use.typekit.net/jhd2psy.css");


@font-face {
    font-family: 'Basic Sans Regular';
    src: url('/cdn/shop/files/BasicSans-Regular.woff2?v=1739852509') format('woff2'),
        url('/cdn/shop/files/BasicSans-Regular.woff?v=1739852507') format('woff');
}


/* Global Styles */
:root {
  --font-logo: Avant Garde Gothic Bold;
  --font-logo-weight: unset;
  --font-logo-style: unset;

  --font-heading: itc-avant-garde-gothic-pro, sans-serif;
  --font-heading-weight: 700;
  --font-heading-style: unset;
  --font-subheading-weight: 600;

  --font-body: Basic Sans Regular;
  --font-body-weight: unset;
  --font-body-style: unset;

  --color-primary: #07272D;
  --color-secondary: #D1CCBD;
  --color-tertiary: #636A69;
  --color-daintree: var(--color-primary);
  --color-sandstone: var(--color-secondary);
  --color-green: #009F62;
  --color-lime: #BBE835;
  --color-agave: var(--color-green);
  --color-chartreuse: var(--color-lime);
  --color-grey: var(--color-tertiary);

  --button-letter-spacing: 0.05em;
}

main {
    --spacing-unit: 0.5rem;
    --spacing-unit-half: calc(--spacing-unit)* 0.5);
    --spacing-1: calc(var(--spacing-unit)* 1);
    --spacing-2: calc(var(--spacing-unit)* 2);
    --spacing-3: calc(var(--spacing-unit)* 3);
    --spacing-4: calc(var(--spacing-unit)* 4);
    --spacing-5: calc(var(--spacing-unit)* 5);
    --spacing-6: calc(var(--spacing-unit)* 6);
    --spacing-7: calc(var(--spacing-unit)* 7);
    --spacing-8: calc(var(--spacing-unit)* 8);
    --spacing-9: calc(var(--spacing-unit)* 9);
    --spacing-10: calc(var(--spacing-unit)* 10);
    --spacing-11: calc(var(--spacing-unit)* 11);
    --spacing-12: calc(var(--spacing-unit)* 12);
    --spacing-15: calc(var(--spacing-unit)* 15);
    --spacing-16: calc(var(--spacing-unit)* 16);
    --spacing-17: calc(var(--spacing-unit)* 17);
    --spacing-18: calc(var(--spacing-unit)* 18);
    --spacing-20: calc(var(--spacing-unit)* 20);
    --spacing-25: calc(var(--spacing-unit)* 25);
    --spacing-30: calc(var(--spacing-unit)* 30);

    @media (min-width: 1300px) { --spacing-unit: 0.6vw; }
}

/* Headings */
.ff-heading[style*=--color-heading-text] {
  color: var(--color-heading-text);
}

.ff-subheading[style*=--color-subheading-text] {
  color: var(--color-subheading-text);
}

/* Header */

html:not(.no-js) body:not([mobile-menu-open=true]):not([quick-search-open=true]) header.header--transparent:not(.is-sticky):not(:hover):not(:focus-within):not(.dropdown-active) {
  border-bottom: 1px solid var(--color-text-header);
}

html:not(.no-js) body:not([mobile-menu-open=true]):not([quick-search-open=true]) header.header--transparent.is-sticky,
html:not(.no-js) body:not([mobile-menu-open=true]):not([quick-search-open=true]) header.header--transparent:hover,
html:not(.no-js) body:not([mobile-menu-open=true]):not([quick-search-open=true]) header.header--transparent:focus-within,
html:not(.no-js) body:not([mobile-menu-open=true]):not([quick-search-open=true]) header.header--transparent.dropdown-active { border-bottom: none; }


.header.header--transparent:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, black 50%, transparent);
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.3s, height 0.3s;
  pointer-events: none;
}

.header.header--transparent.is-sticky:after,
.header.header--transparent:not(.is-sticky):hover:after,
.header.header--transparent:not(.is-sticky):focus-within:after,
.header.header--transparent:not(.is-sticky).dropdown-active:after { 
  opacity: 0 !important;
  height: 100%;
}

.video-hero .image__img {width: max(50vw, 50rem);}

.video-hero__text-container { max-width: none; }

/* Mega Menus */
.meganav__nav h4 { 
  font-family: var(--font-heading);
  font-weight: 600;
}

/* Collections */

.collection-banner {
  background-color: var(--color-text-header);
  padding: 0;
}

.collection-banner.collection--has-image.collection-banner--image-aspect-custom .collection-banner__image-container .image__img { z-index: -1; }

@media (min-width: 1200px) {
  .collection-banner.collection--has-image.collection-banner--image-aspect-custom .collection-banner__image-container .image__img {
      width: 50%;
  }

  .collection-banner__text-container { 
    width: 50%; 
    margin-right: inherit;
  }
}

@media (max-width: 1199px) {
  .collection-banner.collection--has-image.collection-banner--image-aspect-custom .collection-banner__image-container .image__img { opacity: 0.5 !important; }
}


.collection-banner:before {
  content: "";
  position: absolute;
  background: url(/cdn/shop/files/banner-overlay-01.svg?v=1743408196) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 1800px) {
  .collection-banner:before { background-size: 1800px; }
}

/* Heros */
.image-hero .fs-accent {
  font-family: var(--font-heading);
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.25rem;
  font-size: var(--font-size-body-100);
}

/* Store Locator */
.section.apps:has(#progus-store-locator) {
  padding: 0;
  max-width: none;
}

.section.apps:has(#progus-store-locator) iframe {
  display: block;
}

/* Footer */

.footer.section {
  --spacing-unit: 0.5vw;
  --spacing-12: calc(var(--spacing-unit) * 12);
}

.shopify-section.footer__parent {
  background-image: url(/cdn/shop/files/bg-lines-footer.svg?v=1744093839);
  background-size: 3560px;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}


.icon-list {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

@media (min-width: 960px) {
  .icon-list.pull-right {
    justify-content: flex-end;
    float: right;
    position: relative;
  }

  .icon-list.pull-right:after {
    content: "";
    width: 250%;
    aspect-ratio: 1;
    position: absolute;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--color-tertiary);
    z-index: -1;
    left: 50%;
    translate: -50% -10%;
  }
}

.icon-list h4 {
    color: var(--color-text-footer);
    font-family: var(--font-heading);
    font-size: var(--font-size-heading-6-base);
    font-weight: var(--font-heading-weight);
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Buttons */
.btn, .spr-summary-actions-newreview {
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: .1em;
}

/* Forms */
.select-wrapper select {
  padding: 0 var(--spacing-3)
}



/* Multi-column Sections */
.multi-column__subheading {
  font-size: larger;
  weight: var(--font-subheading-weight);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
}
.multi-column__subheading p {
  font-weight: 600;
  font-family: var(--font-heading);
}
@media (min-width: 720px) {
  .multi-column__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .multi-column__grid-item {
    max-width: calc(
      (
          100% -
            (var(--grid-gap-column-desktop) * (var(--grid-columns-desktop) - 1))
        ) / var(--grid-columns-desktop)
    );
  }
}

#benefits {
  isolation: isolate;
  position: relative;
  background: url('/cdn/shop/files/CITYBEACH-76.jpg?v=1756451296')
    no-repeat fixed;
  background-size: cover;

  &::after {
    opacity: 0.7;
  }
}

/* Gallery Carousel */
.animation--controls { color: var(--color-tertiary); }

.gallery-carousel {
  .carousel__navigation-buttons {
        --spacing-8: 1rem;
  }
}

/* Sections */
:is([style*=--color-section-background])::after {
    content: "";
    background-color: var(--color-section-background);
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    translate: -50%;
    z-index: -1;
}

:is([style*=--color-text-headings]) {
  h1, h2, h3, h4, h5, h6 { color: var(--color-text-headings); }
}

/* Grids */
.section-blocks__button, 
.section-blocks__video-button, 
.section-blocks__newsletter-signup {
    margin-top: var(--spacing-2);
}

@media (min-width: 960px) {
  .grid-item__text-container-wrapper {
      padding: 2rem;
  }
  