/** Shopify CDN: Minification failed

Line 1358:5 Expected ":"
Line 1609:39 Expected ":"
Line 2180:1 Unexpected "}"
Line 3231:1 Expected ":"
Line 3274:26 Unexpected "{"

**/
/* what the what? */
@import url("https://hello.myfonts.net/count/3d94ff");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "FilsonProBlack";
  src: url('//beassqueeze.com/cdn/shop/t/9/assets/font.24e34fd1.woff2?v=33991627624324286841771254363') format("woff2"), url('//beassqueeze.com/cdn/shop/t/9/assets/font.cd14cd80.woff?v=30530588545222599041771254365') format("woff");
}
@font-face {
  font-family: "FilsonProBold";
  src: url('//beassqueeze.com/cdn/shop/t/9/assets/font.0d28ac0b.woff2?v=66912606715396427961771254361') format("woff2"), url('//beassqueeze.com/cdn/shop/t/9/assets/font.7ae8c92d.woff?v=28618035889009058821771254364') format("woff");
}
@font-face {
  font-family: "FilsonProMedium";
  src: url('//beassqueeze.com/cdn/shop/t/9/assets/font.1b4a826e.woff2?v=150211686332045636521771254362') format("woff2"), url('//beassqueeze.com/cdn/shop/t/9/assets/font.8de472d8.woff?v=84784641946631726671771254364') format("woff");
}
@font-face {
  font-family: "FilsonProRegular";
  src: url('//beassqueeze.com/cdn/shop/t/9/assets/font.4a775e84.woff2?v=44578803264446852031771254363') format("woff2"), url('//beassqueeze.com/cdn/shop/t/9/assets/font.2b71539d.woff?v=80750666300770051531771254363') format("woff");
}
@font-face {
  font-family: "FilsonProMedium-Italic";
  src: url('//beassqueeze.com/cdn/shop/t/9/assets/font.e51ddd54.woff2?v=125313732943076426291771254365') format("woff2"), url('//beassqueeze.com/cdn/shop/t/9/assets/font.0d9a2c55.woff?v=31140928352669505891771254362') format("woff");
}
@font-face {
  font-family: "GelicaBlackItalic";
  src: url('//beassqueeze.com/cdn/shop/t/9/assets/gelicablackitalic.woff2?v=128374330661024124621771254367') format("woff2"), url('//beassqueeze.com/cdn/shop/t/9/assets/gelicablackitalic.woff?v=161240575862733062021771254367') format("woff");
}
@font-face {
  font-family: "MonarchaBold";
  src: url('//beassqueeze.com/cdn/shop/t/9/assets/monarchabold.woff2?v=133365602551826812061771254379') format("woff2"), url('//beassqueeze.com/cdn/shop/t/9/assets/monarchabold.woff?v=60896639781546068571771254379') format("woff");
}

.btn {
  background: var(--clr-orange);
  border-radius: 3em;
  
  border: 0.214em solid transparent;
  color: var(--clr-white);
  font-family: var(--font-filson-black);
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background: var(--clr-white);
  border: 0.214em solid var(--clr-orange);
  color: var(--clr-orange);
  transition: all var(--trans-duration) ease;
}
@media (min-width: 990px) {
  .btn {
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  .btn {
    font-size: 1.3125rem;
  }
}

.divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.divider-top svg {
  position: relative;
  display: block;
  width: calc(105% + 1.3px);
  height: 45px;
}
@media (min-width: 990px) {
  .divider-top svg {
    height: 100px;
  }
}

.divider-bot {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.divider-bot svg {
  position: relative;
  bottom: 0;
  display: block;
  width: calc(105% + 1.3px);
  height: 45px;
}
@media (min-width: 990px) {
  .divider-bot svg {
    height: 100px;
  }
}

.container {
  padding: 0 1rem;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

:root {
  --clr-white: #ffffff;
  --clr-grey: #505050;
  --clr-gold: #ffbe00;
  --clr-yellow: #ffed5b;
  --clr-yellow-pale: #fafae3;
  --clr-red: #df2e53;
  --clr-rose: #e94666;
  --clr-hibiscus: #b80534;
  --clr-pank: #fbe4e6;
  --clr-green: #55aa33;
  --clr-purp-dark:#38344D;
  --clr-purp: #7f6fb0;
  --clr-lavender: #e0dce9;
  --clr-orange: #f7911e;
  --clr-product: #505050;
  --font-filson: "FilsonProRegular", sans-serif;
  --font-filson-medium: "FilsonProMedium", sans-serif;
  --font-filson-medium-ital: "FilsonProMedium-Italic", sans-serif;
  --font-filson-bold: "FilsonProBold", sans-serif;
  --font-filson-black: "FilsonProBlack", sans-serif;
  --font-galica: "GelicaBlackItalic", serif;
  --font-monarcha: "MonarchaBold", serif;

  
  --base-page-background: var(--clr-yellow-pale);
  --base-font-color: var(--color-grey);
  --base-link-color: var(--color-grey);
  --trans-duration: 200ms;
  --max-width: 1600px;
}

@keyframes hover-floating {
    0% {
        transform: translateY(0);
  }
   50% {
        transform: translateY(-1.375vw);
  }
  100% {
        transform: translateY(0);
  }
}

body {
  background-color: var(--base-page-background);
  color: var(--base-font-color);
  font-family: var(--font-filson);
  font-weight: normal;
  margin: 0;
}

header {
  background-color: var(--clr-gold);
}

.site-header__logo {
  display: block;
  max-width: 220px;
}
.site-header__logo svg {
  display: block;
}

.site-header {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 150px auto;
  margin: auto;
  max-width: 1600px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
@media (min-width: 990px) {
  .site-header {
    grid-template-columns: 18% auto 70px;
    padding: 1.5rem 4rem;
  }
}
.site-header nav {
  display: none;
  justify-self: end;
  text-align: right;
}
@media (min-width: 990px) {
  .site-header nav {
    display: block;
  }
}
.site-header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.site-header nav ul li {
  list-style: none;
  padding: 0 1em;
}
.site-header nav a,
.site-header nav a:visited {
  color: var(--clr-grey);
  
  font-family: var(--font-filson-bold);
  font-size: 1.0625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .site-header__icons {
  display: flex;
  gap: 1rem;
  justify-self: end;
}
@media (min-width: 990px) {
  .site-header .site-header__icons {
    justify-self: center;
  }
}
.site-header .site-header__cart {
  display: inline-block;
  position: relative;
}
.site-header .icon-cart-bottle {
  display: block;
  height: 38px !important;
  position: relative;
  width: 15px;
}
@media (min-width: 990px) {
  .site-header .icon-cart-bottle {
    height: 50px !important;
    width: 20px;
  }
}
.site-header .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.site-header .site-header__cart-count {
  background-color: transparent;
  color: var(--clr-grey);
  font-family: var(--font-filson-bold);
  font-size: 0.75rem;
  min-width: none;
  position: absolute;
  right: 51%;
  text-align: center;
  top: 60%;
  transform: translateX(50%) translateY(-50%);
}
@media (min-width: 990px) {
  .site-header .site-header__cart-count {
    font-size: 1rem;
  }
}
.site-header .js-mobile-nav-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 11px;
  margin: 0;
  touch-action: manipulation;
}
@media (min-width: 990px) {
  .site-header .js-mobile-nav-toggle {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    margin: -1px;
    padding: 0;
    width: 1px;
  }
}
.site-header .js-mobile-nav-toggle svg path {
  fill: #2a263d;
}
.site-header .icon-login,
.site-header .icon-hamburger {
  display: block;
  width: 20px;
}
.site-header .icon-close {
  display: none;
  width: 20px;
}
.site-header.nav-open .icon-hamburger {
  display: none;
  width: 20px;
}
.site-header.nav-open .icon-close {
  display: block;
  width: 20px;
}

.mobile-nav-wrapper {
  display: none;
}

.nav-open.mobile-nav-wrapper {
  display: block;
}

.mobile-nav {
  background-color: var(--clr-orange);
  color: var(--clr-orange);
  font-size: 2rem;
  list-style: none;
  margin: 0;
  padding: 1em 0 2rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.mobile-nav a,
.mobile-nav a:visited {
  color: var(--clr-white);
  display: block;
  font-family: var(--font-filson-bold);
  letter-spacing: 0.06em;
  padding: 0.25em 0;
  text-decoration: none;
  text-transform: uppercase;
}


.section-home-hero {
  align-items: center;
  
  background: var(--clr-lavender);
  color: var(--clr-white);
  display: block;
  justify-content: center;
  position: relative;
}

  .hero-slides {
    overflow:hidden;
    position: relative;
    height: 52vh;
  }

@media (min-width: 990px) {
  .hero-slides {
    height: 85vh;
  }
}

.hero-slides .slide {
  animation: slide 12s infinite;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}



.hero-slides .slide:nth-of-type(1) {
}
.hero-slides .slide:nth-of-type(2) {
    
    animation-delay: 3s;
}
.hero-slides .slide:nth-of-type(3) {
    
    animation-delay: 6s;
}
.hero-slides .slide:nth-of-type(4) {
    
    animation-delay: 9s;
}

@keyframes slide {
  2% {
    opacity: 1;
  }
  22.5% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  40% {
  }
}

.hero-slides .slide .txt {
  animation: slide-txt 3s infinite;
  transform-origin: center center;
}

@keyframes slide-txt {
  0% {
  }
  90% {
    transform: scale(1);
  }
  95% {
    transform: scale(0.9);
  }
  99% {
    transform: scale(1);
  }
}

 .shape-divider-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 235%;
      width: 100%;
      overflow: hidden;
      line-height: 0;
      /* transform: rotate(180deg); */
      transform: scale(1, -1)
  }



.section-home-hero .shape-divider-bottom svg {
      position: relative;
      display: block;
      width: calc(159% + 1.3px);
      height: 96px;
  }

.section-home-hero .shape-divider-bottom .shape-fill {
      fill: var(--clr-purp);
  }

@media (min-width: 990px) {
  .section-home-hero .shape-divider-bottom {
      width: 100%;
  }
}
.section-home-hero .container {
  align-content: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
}
.section-home-hero .slide {
    display: block;
    display: flex;
    
    align-content: center;
    height: 52vh;
    flex-wrap: wrap;
    justify-content: center;
    
    overflow-x: hidden;
    padding-top: 2rem;
    width: 100%;
}


@media (min-width: 750px) {
  .section-home-hero .slide {
    
    
    padding-top: 0;
    width: 100%;
  }
}

@media (min-width: 990px) {
  .section-home-hero .slide {
    height: 86vh;
  }
}


.section-home-hero .slide .bkg {
    object-fit: cover;
    height: 100%;
    inset: 0;
    position: relative;
    width: auto;
}

@media (min-width: 900px) {
  .section-home-hero .slide .bkg {
    inset: 0;
    position: relative;
  }
}

.section-home-hero .slide .txt {
  
  margin-top: 3%;
   width: 42%;
}

.section-home-hero .slide .bottle-one,
.section-home-hero .slide .bottle-two {
  position: absolute;
  
  
    top: 36%;
  
  width: 12%;
}

@media (min-width: 750px) {
.section-home-hero .slide .bottle-one,
.section-home-hero .slide .bottle-two {
    top: 24%;
}
}
.section-home-hero .slide .bottle-one {
  left: 9%;
}
.section-home-hero .slide .bottle-two {
    right: 9%;
    
    transform: rotate(0);
    transform-origin: center left;
    transition: all 200ms ease-in;
}



.hero-slides .slide .bottle-one {
  
  animation: bottle-one 3s infinite;
  transform-origin: center right;
}

@keyframes bottle-one {
  83% {
    left: 9%;
    transform: rotate(0);
  }
  93% {
      transform: rotate(22deg);
      left: 18%;
  }
  100% {
    left: 9%;
    transform: rotate(0);
  }
}

.hero-slides .slide .bottle-two {
  
  animation: bottle-two 3s infinite;
  transform-origin:  top left;
}

@keyframes bottle-two {
  83% {
    right: 9%;
    transform: rotate(0);
  }
  93% {
      transform: rotate(14deg);
      right: 14%;
  }
  100% {
    right: 9%;
    transform: rotate(0);
  }
}




@media (min-width: 900px) {
  .section-home-hero .slide .txt {
    
  }

  
}




.section-home-break {
  background: var(--clr-pank);
  color: var(--clr-rose);
  position: relative;
}
.section-home-break .container {
  align-content: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 639px) {
  .section-home-break .container {
    padding: 0;
  }
}
.section-home-break .section-bkg {
  position: relative;
}
@media (max-width: 639px) {
  .section-home-break .section-bkg {
    padding: 0;
    position: absolute;
  }
}
.section-home-break .copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 639px) {
  .section-home-break .copy {
    left: auto;
    padding: 2rem 4rem;
    position: relative;
    width: auto;
    top: auto;
    transform: none;
  }
}
.section-home-break .section-header {
  font-family: var(--font-filson-black);
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-home-break .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-home-break .section-header {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .section-home-break .section-header {
    font-size: 0.75rem;
  }
}
.section-home-break p {
  font-family: var(--font-filson-medium);
  font-size: 0.75rem;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media (min-width: 990px) {
  .section-home-break p {
    font-size: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .section-home-break p {
    font-size: 2.5rem;
  }
}

.section-home-flavors {
  background: var(--clr-yellow);
  color: var(--clr-orange);
  padding: 45px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-flavors {
    padding: 100px 0 35px;
  }
}
.section-home-flavors .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-home-flavors .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-home-flavors .section-header {
    font-size: 2.4rem;
  }
}
.section-home-flavors .flavors {
  display: block;
  margin: 0 0 2rem;
  padding: 0;
}
@media (min-width: 750px) {
  .section-home-flavors .flavors {
    display: grid;
    gap: 5%;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 2rem;
    margin: 0 2rem 4rem;
  }
}
.section-home-flavors .flavors li {
  list-style: none;
  padding: 0 0 2rem;
  text-align: center;
}
.section-home-flavors .flavors .product-name {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: margin var(--trans-duration) 50ms ease-out;
}
@media (min-width: 990px) {
  .section-home-flavors .flavors .product-name {
    font-size: 1.5vw;
  }
}
@media (min-width: 1440px) {
  .section-home-flavors .flavors .product-name {
    font-size: 1.5rem;
  }
}
.section-home-flavors .flavors .product-name.classic {
  color: var(--clr-orange);
}
.section-home-flavors .flavors .product-name.rose {
  color: var(--clr-rose);
}
.section-home-flavors .flavors .product-name.lavender {
  color: var(--clr-purp);
}
.section-home-flavors .flavors a,
.section-home-flavors .flavors a:visited {
  display: block;
  position: relative;
  text-decoration: none;
}
.section-home-flavors .flavors a .bottle-bkg,
.section-home-flavors .flavors a:visited .bottle-bkg {
  transition: transform var(--trans-duration) 50ms ease;
}
.section-home-flavors .flavors a .bottle,
.section-home-flavors .flavors a:visited .bottle {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform var(--trans-duration) ease;
  width: 40%;
}
.section-home-flavors .flavors a:hover .bottle-bkg, .section-home-flavors .flavors a:focus .bottle-bkg,
.section-home-flavors .flavors a:visited:hover .bottle-bkg,
.section-home-flavors .flavors a:visited:focus .bottle-bkg {
  transition-delay: 0;
  transform: scale(0.95);
}
.section-home-flavors .flavors a:hover .bottle, .section-home-flavors .flavors a:focus .bottle,
.section-home-flavors .flavors a:visited:hover .bottle,
.section-home-flavors .flavors a:visited:focus .bottle {
  transform: translate(-50%, -50%) scale(1.2);
}
.section-home-flavors .flavors a:hover .product-name, .section-home-flavors .flavors a:focus .product-name,
.section-home-flavors .flavors a:visited:hover .product-name,
.section-home-flavors .flavors a:visited:focus .product-name {
  margin-top: -0.5em;
}


.section-home-featured {
  background: var(--clr-lavender);
  color: var(--clr-purp);
  padding: 100px 0 25px;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-featured {
    padding: 150px 0 50px;
  }
}
.section-home-featured .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 2em;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .section-home-featured .section-header {
    font-size: 2.4rem;
  }
}
.section-home-featured .products {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-home-featured .products a,
.section-home-featured .products a:visited {
  color: var(--clr-grey);
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}
.section-home-featured .products a .product-name,
.section-home-featured .products a:visited .product-name {
  font-family: var(--font-filson-black);
  padding: 1.5em 0 0.5em;
}
@media (min-width: 990px) {
  .section-home-featured .products {
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.section-home-featured .price {
  align-items: center;
}
/* .section-home-featured .divider-top .shape-fill {
  fill: var(--clr-yellow);
} */

.section-home-balance {
  background: var(--clr-pank);
  color: var(--clr-rose);
  position: relative;
  padding: 35px 0 0;
}
@media (min-width: 990px) {
  .section-home-balance {
    padding: 100px 0 0;
  }
}
.section-home-balance .divider-top .shape-fill {
  fill: var(--clr-lavender);
}
.section-home-balance .container {
  align-content: center;
  display: block;
  justify-content: center;
  position: relative;
}
@media (max-width: 639px) {
  .section-home-balance .container {
    padding: 0;
  }
}
.section-home-balance .copy {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-home-balance .section-header {
  font-family: var(--font-filson-black);
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-home-balance .section-header {
    font-size: 2.85rem;
  }
}
@media (min-width: 1440px) {
  .section-home-balance .section-header {
    font-size: 3.75rem;
  }
}
@media (max-width: 639px) {
  .section-home-balance .section-header {
    font-size: 1rem;
  }
}

.section-home-taste {
  background: var(--clr-lavender);
  color: var(--clr-purp);
  padding: 75px 0 25px;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-taste {
    padding: 150px 0 50px;
  }
}
.section-home-taste .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-home-taste .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-home-taste .section-header {
    font-size: 2.4rem;
  }
}
.section-home-taste .qualities {
  display: flex;
  font-family: var(--font-filson-black);
  letter-spacing: 0.01em;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .section-home-taste .qualities {
    margin: 2rem 0 5rem;
  }
}
@media (max-width: 639px) {
  .section-home-taste .qualities {
    flex-direction: column;
  }
}
.section-home-taste .qualities li {
  margin-bottom: 1em;
}
.section-home-taste .qualities img {
  margin: 0 auto 2rem;
  width: 50%;
}
.section-home-taste .copy {
  display: block;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 990px) {
  .section-home-taste .copy {
    width: 75%;
  }
}
@media (min-width: 1440px) {
  .section-home-taste .copy {
    width: 60%;
  }
}
.section-home-taste p {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 990px) {
  .section-home-taste p {
    font-size: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .section-home-taste p {
    font-size: 1.875rem;
  }
}
@media (max-width: 639px) {
  .section-home-taste p {
    font-size: 1rem;
  }
}
/* .section-home-taste .divider-top .shape-fill {
  fill: var(--clr-pank);
} */

.section-home-story {
  background: var(--clr-gold);
  color: var(--clr-white);
  position: relative;
}
.section-home-story img.cover {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}
.section-home-story .copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.section-home-story .copy .btn {
  background: var(--clr-yellow);
  color: var(--clr-purp-dark);
}
.section-home-story .copy .btn:hover, .section-home-story .copy .btn:focus {
  background: var(--clr-lavender);
  border-color: var(--clr-purp-dark);
  color: var(--clr-purp-dark);
}
.section-home-story .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-home-story .section-header {
    font-size: 2.4vw;
    padding-bottom:2em;
  }
}
@media (min-width: 1440px) {
  .section-home-story .section-header {
    font-size: 2.4rem;
  }
}


.section-home-beasmobile {
  background: var(--clr-pank);
  color: var(--clr-rose);
  padding: 25px 0 25px;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-beasmobile {
    padding: 25px 0 75px;
  }
}
.section-home-beasmobile .beasmobile-text {
  margin: 0 auto;
  height: auto;
  width: 75%;
}
@media (max-width: 639px) {
  .section-home-beasmobile .beasmobile-text {
    width: 90%;
  }
}
.section-home-beasmobile .copy {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 639px) {
  .section-home-beasmobile .copy {
    width: 90%;
  }
}
.section-home-beasmobile p {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-top: 3em;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .section-home-beasmobile p {
    padding-top: 2em;
  }
}
@media (min-width: 990px) {
  .section-home-beasmobile p {
    font-size: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .section-home-beasmobile p {
    font-size: 1.875rem;
  }
}
@media (max-width: 639px) {
  .section-home-beasmobile p {
    font-size: 1rem;
  }
}
.section-home-beasmobile p a,
.section-home-beasmobile p a:visited {
  color: inherit;
}
.section-home-beasmobile .divider-top .shape-fill {
  fill: var(--clr-lavender);
}

.section-home-find {
  background: var(--clr-lavender);
  color: var(--clr-purp);
  padding: 50px 0 0;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-find {
    padding: 100px 0 50px;
  }
}
.section-home-find .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 1.5em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-home-find .section-header {
    font-size: 2.4vw;
    padding-bottom: 2em;
  }
}
@media (min-width: 1440px) {
  .section-home-find .section-header {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .section-home-find .section-header {
    font-size: 1rem;
  }
}
.section-home-find .copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36%;
}
@media (max-width: 639px) {
  .section-home-find .copy {
    width: 95%;
  }
}
.section-home-find .copy .btn {
  background: var(--clr-purp);
  color: var(--clr-white);
  white-space: nowrap;
}
.section-home-find .copy .btn:hover, .section-home-find .copy .btn:focus {
  background: var(--clr-white);
  border-color: var(--clr-purp);
  color: var(--clr-purp);
}

.section-home-insta {
  background: var(--clr-pank);
  color: var(--clr-rose);
  padding: 75px 0 50px;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-insta {
    padding: 150px 0 75px;
  }
}
.section-home-insta .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-home-insta .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-home-insta .section-header {
    font-size: 2.4rem;
  }
}
.section-home-insta .social-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
@media (min-width: 990px) {
  .section-home-insta .social-grid {
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}






.section-home-lovers {
  background: var(--clr-purp);
  color: var(--clr-yellow-pale);
  background-repeat: repeat;
  position: relative;
}

@media (min-width: 990px) {
  .section-home-lovers {
    padding: 100px 0;
  }
}

.section-home-lovers .copy {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 0 50px;
  text-align: center;
}

.section-home-lovers .txt {
  margin: 0 auto;
  width: 75%;
}

@media (min-width: 990px) {
  .section-home-lovers .txt {
    margin: 0 auto;
    width: auto;
  }
}

@media (min-width: 990px) {
  .section-home-lovers .copy {
  sss  padding: 0 0 50px;
    width: 60%;
  }
}

.section-home-lovers .copy p {
  font-size: 1.25rem;
  margin: 0.5em auto;
  width: 80%;
}

@media (min-width: 990px) {
  .section-home-lovers .copy p {
    font-size: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .section-home-lovers .copy p {
    font-size: 2.5rem;
  }
}

.section-home-lovers .txt-attributes {
  margin: 0 auto;
  width: 85%;
}

@media (min-width: 990px) {
  .section-home-lovers .txt-attributes {
    margin: 0 auto;
    width: 66%;
  }
}

.section-home-lovers .product {
  position: relative;
}

.section-home-lovers .product .bkg {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 33%;
}

.section-home-lovers .product .button {
  height: auto;
  left: 50%;
  position: absolute;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 23%;
}

.section-home-sip {
  background: var(--clr-yellow-pale);
  color: var(--clr-orange);
  position: relative;
  padding: 0;
}

.section-home-sip .divider-top {
  background: var(--clr-yellow-pale) url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-lavender.png?v=182006463691055740121771254395') repeat-x 0 0;
  background-size: 50px 17px;
  height: 40px;
  position: relative;
}

@media (min-width: 990px) {
  .section-home-sip .divider-top  {
    background-size: 100px 38px;
  }
}

.section-home-sip .container {
  align-content: center;
  display: block;
  justify-content: center;
  padding: 35px 0 0;
  position: relative;
}

@media (min-width: 990px) {
  .section-home-sip .container {
    padding: 50px 0 50px;
  }
}
@media (max-width: 639px) {
  .section-home-sip .container {
    padding: 0;
  }
}

.section-home-sip .copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-home-sip .txt-squeeze {
  margin-block: 0;
  margin-left: -3%;
  width: 50%;
}

@media (min-width: 990px) {
  .section-home-sip .txt-squeeze {
    width: 40%;
  }
}

.section-home-sip .flower-01,
.section-home-sip .flower-02 {
  position: absolute;
}

.section-home-sip .flower-01 {
  bottom: 25%;
  left: 5%;
  width: 8%;
}

.section-home-sip .flower-02 {
  top: 15%;
  right: 8%;
  width: 10%;
}

.section-home-sip .products {
  display: grid;
  grid-gap: 2rem 1%;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}

.section-home-sip .products .product a {
  display: block;
  position: relative;
}

.section-home-sip .products .bkg {
  height: auto;
  inset: 0;
  position: absolute;
  width: 100%;
  top: 10%;
  transition: var(--trans-duration) ease;
  z-index: 500;
}

.section-home-sip .products .button {
  margin: 0 auto;
  position: relative;
  width: 50%;
  transition: var(--trans-duration) ease;
  z-index: 501;
}

.section-home-sip .products a:hover .bkg,
.section-home-sip .products a:focus .bkg {
  top: 15%;
  animation: spinning 6s linear infinite;
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.section-home-sip .products a:hover .button,
.section-home-sip .products a:focus .button {
  transform: scale(1);
  margin-top: -1rem;
}


.section-home-bursting {
  background: var(--clr-rose);
  background-image: url('bkg-bursting-flowers.webp');
  background-size: cover;
  position: relative;
}


.section-home-bursting .bkg {
    max-width: none;
    object-fit: fill;
    position: absolute;
  }
  .section-home-bursting .container {
    position: relative;
    padding: 30px 0 30px;
    
  }

  .section-home-bursting .container .copy {
      left: 50%;
      position: relative;
      text-align: center;
      transform: translate(-50%);
      width: 56%;
    }

  .section-home-bursting .shape-divider-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 235%;
      width: 100%;
      overflow: hidden;
      line-height: 0;
      transform: rotate(180deg);
  }

  .shape-divider-bottom svg {
      position: relative;
      display: block;
      width: calc(159% + 1.3px);
      height: 96px;
  }

  .shape-divider-bottom .shape-fill {
      fill: var(--clr-rose);
  }





@media (min-width: 990px) {
  .section-home-bursting .container {
    padding: 150px 0;
    .copy {
      width: 40%;
    }
  }
  .section-home-bursting .shape-divider-bottom {
      width: 100%;
  }
}

.section-home-corkboard {
  background: var(--clr-yellow);van-cap
  color: var(--clr-green);
  background-image: url('bkg-lemon-peel.webp');
  background-repeat: repeat;
  position: relative;
}

.section-home-corkboard .shape-divider-top {
      position: absolute;
      top: 0;
      left: 0;
      width: 235%;
      width: 100%;
      overflow: hidden;
      line-height: 0;
      
  }

.section-home-corkboard .shape-divider-top svg {
      position: relative;
      display: block;
      width: calc(159% + 1.3px);
      height: 96px;
  }

.section-home-corkboard .shape-divider-top .shape-fill {
      fill: var(--clr-yellow-pale);
  }


@media (min-width: 990px) {
  .section-home-corkboard .container {
    padding: 150px 0;
  }
  .section-home-corkboard .shape-divider-top {
      width: 100%;
  }
}

.section-home-corkboard .copy {
  position: relative;
  width: 100%;
}

.section-home-corkboard .copy .van-cap {
  position: relative;
  height: auto;
  width: 40%;
  left: 50%;
}

.section-home-corkboard .copy .photo-01 {
  left: 5%;
  position: relative;
  height: auto;
  margin-top: -16%;
  width: 40%;
}
.section-home-corkboard .copy .photo-02 {
  position: relative;
  height: auto;
  margin-top: -30%;
  left: 50%;
  width: 40%;
}
.section-home-corkboard .copy .bucket-lemon {
  position: relative;
  height: auto;
  left: 5%;
  margin-top: -17%;
  width: 50%;
}
.section-home-corkboard .copy .photo-03 {
  position: relative;
  height: auto;
  margin-top: -35%;
  left: 55%;
  width: 40%;
}
.section-home-corkboard .copy .photo-04 {
  position: relative;
  height: auto;
  margin-top: -19%;
  left: 18%;
  width: 40%;
}
.section-home-corkboard .copy .flower-power {
  position: relative;
  height: auto;
  margin-top: -26%;
  left: 60%;
  width: 32%;
}

.section-home-about {
  background: var(--clr-rose);
  color: var(--clr-yellow-pale);
  padding: 75px 0 50px;
  position: relative;
  
}
@media (min-width: 990px) {
  .section-home-about {
    padding: 150px 0 75px;
  }
}
.section-home-about .section-header {
  background: transparent;
  color: var(--clr-rose);
  display: inline-block;
  font-family: var(--font-galica);
  font-size: 1.5rem;
  font-weight: normal;
  left: 50%;
  line-height: 1.1;
  padding-bottom: 0.75em;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  width: 21ch;
  z-index: 110;
}

.section-home-about .section-header:before {
  content: attr(data-stroketext);
  position: absolute;
  -webkit-text-stroke: 0.7em var(--clr-yellow-pale);
  left: 0;
  z-index: -1;
}

@media (min-width: 990px) {
  .section-home-about .section-header {
    font-size: 3vw;
  }
}
@media (min-width: 1440px) {
  .section-home-about .section-header {
    font-size: 4rem;
  }
}
.section-home-about .copy {
  left: 50%;
  position: relative;
  text-align: center;
  transform: translateX(-50%);
  width: 50%;
}
@media (max-width: 639px) {
  .section-home-about .copy {
    width: 95%;
  }
}

.section-home-about .before-after {
  position: relative;
  width: 100%;
}

.section-home-about .before-after .bkg {
  
  
  
  
  transform: rotate(-3deg);
}

.section-home-about video {
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 13.5%;
  left: 9.5%;
  width: 80%;
  transform: rotate(-3deg);
  clip-path: inset(1px 1px);
  }

.section-home-about p {
  font-size: 1.25rem;
  line-height: 1.5;
  
  margin: 1em;
}
@media (min-width: 990px) {
  .section-home-about p {
    font-size: 1.375vw;
  }
}
@media (min-width: 1440px) {
  .section-home-about p {
    font-size: 1.375rem;
  }
}
@media (max-width: 639px) {
  .section-home-about p {
    font-size: 1rem;
    padding-top: 1em;
    width: auto;
  }
}

  .section-home-about .btn {
    background: var(--clr-yellow-pale);
    border-color: var(--clr-yellow-pale);
    color:  var(--clr-rose);
    display: inline-block;
    margin-top: 0.5em;
  }



 

.section-home-ways {
  background: var(--clr-yellow-pale);
  color: var(--clr-orange);
  position: relative;
  padding: 0;
}

.section-home-ways .divider-top {
  background: var(--clr-yellow-pale) url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-rose.png?v=127055306554783410631771254396') repeat-x 0 0;
  background-size: 100px 38px;
  height: 40px;
  position: relative;
}

.section-home-ways .container {
  align-content: center;
  display: block;
  justify-content: center;
  padding: 35px 0 0;
  position: relative;
}

@media (min-width: 990px) {
  .section-home-ways .container {
    padding: 100px 0 50px;
  }
}
@media (max-width: 639px) {
  .section-home-ways .container {
    padding: 0;
  }
}
.section-home-ways .section-header {
  color: var(--clr-orange);
  font-family: var(--font-galica);
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.1;
  padding-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-ways .section-header {
    font-size: 4rem;
  }
}
@media (min-width: 1440px) {
  .section-home-ways .section-header {
    font-size: 6rem;
  }
}

@media (max-width: 639px) {
  .section-home-ways .section-header {
    font-size: 1rem;
  }
  .section-home-ways .divider-top,
  .section-home-ways .divider-bottom {
    background-size: 50px 17px;
    height: 20px;
  }
}


.section-home-ways .ways {
  display: block;
  margin: 0 0 2rem;
  padding: 0;
}
@media (min-width: 750px) {
  .section-home-ways .ways {
    display: grid;
    gap: 2%;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 2rem;
    margin: 0 2rem 4rem;
  }
}
.section-home-ways .ways li {
  list-style: none;
  padding: 0 0 2rem;
  text-align: center;
}
.section-home-ways .ways a,
.section-home-ways .ways a:visited {
  display: block;
  position: relative;
  text-decoration: none;
}
.section-home-ways .ways a .bkg,
.section-home-ways .ways a:visited .bkg {
  transition: transform var(--trans-duration) 50ms ease;
}
.section-home-ways .ways a .button,
.section-home-ways .ways a:visited .button {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform var(--trans-duration) ease;
  width: 40%;
}
.section-home-ways .ways a:hover .bkg, .section-home-ways .ways a:focus .bkg,
.section-home-ways .ways a:visited:hover .bkg,
.section-home-ways .ways a:visited:focus .bkg {
  transition-delay: 0;
  transform: scale(0.95);
}
.section-home-ways .ways a:hover .button, .section-home-ways .ways a:focus .button,
.section-home-ways .ways a:visited:hover .button,
.section-home-ways .ways a:visited:focus .button {
  transform: translate(-50%, -50%) scale(1.2);
}




.section-home-newsletter {
  background: #55aa33;
  color: var(--clr-yellow-pale);
  position: relative;
  
  padding: 0;

  form {
    margin-top: 1em;
  }
  .btn {
    background: var(--clr-yellow-pale);
    border-color: #55aa33;
    color: #55aa33;
  }
}

@media (min-width: 990px) {
  .section-home-newsletter {
    
  }
}

.section-home-newsletter .divider-top {
  background: #55aa33 url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-yellow-pale.png?v=28287311833205404201771254396') repeat-x 0 0;
  background-size: 100px 38px;
  height: 40px;
  position: relative;
}

.section-home-newsletter .divider-bottom {
  background: var(--clr-yellow-pale) url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-basil.png?v=48155847587122197531771254394') repeat-x 0 0;
  background-size: 100px 38px;
  height: 40px;
  position: relative;
}


.section-home-newsletter .container {
  align-content: center;
  display: block;
  justify-content: center;
  position: relative;
}
@media (max-width: 639px) {
  .section-home-newsletter .container {
    padding: 0;
  }
}
.section-home-newsletter .copy {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-home-newsletter .section-header {
  font-family: var(--font-galica);
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.1;
  padding-bottom: 0.25em;
  text-align: center;
}
@media (min-width: 990px) {
  .section-home-newsletter .section-header {
    font-size: 2.85rem;
  }
}
@media (min-width: 1440px) {
  .section-home-newsletter .section-header {
    font-size: 3.75rem;
  }
}

@media (max-width: 639px) {
  .section-home-newsletter .section-header {
    font-size: 1rem;
  }
  .section-home-newsletter .divider-top,
  .section-home-newsletter .divider-bottom {
    background-size: 50px 19px;
    height: 20px;
  }
  .section-home-newsletter .copy  {
    background: rgba(85, 170, 51, 0.8);
    padding: 1em;
  }
  .section-home-newsletter .container {
    overflow-x: hidden;
  }
  .section-home-newsletter .section-bkg {
    
  }
}


.section-product-single .divider-bottom {
  background-color: var(--clr-yellow-pale);
  background-size: 50px 17px;
  background-repeat: repeat-x;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index:1000;
}

@media (min-width: 990px) {
  .section-product-single .divider-bottom {
    background-size: 100px 38px;
    height: 48px;
  }
}

.product-lavender-lemonade-variety-9-pack {
  background: var(--clr-product);
  color: var(--clr-white);
}

.product-lavender-lemonade-variety-9-pack .divider-bottom {
  background-image: url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-lavender.png?v=182006463691055740121771254395');
}

.site-header .prod-lavender-lemonade-variety-9-pack .logo g {
    fill: var(--clr-product);
}

.product-hibiscus-lemonade-variety-9-pack {
  background: var(--clr-product);
  color: var(--clr-white);
}

.product-hibiscus-lemonade-variety-9-pack .divider-bottom {
  background-image: url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-hibiscus.png?v=164895051351303703211771254395');
}

.site-header .prod-hibiscus-lemonade-variety-9-pack .logo g {
    fill: var(--clr-product);
}

.product-basil-lemonade-variety-9-pack {
  background: var(--clr-product);
  color: var(--clr-white);
}

.product-basil-lemonade-variety-9-pack .divider-bottom {
  background-image: url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-basil.png?v=48155847587122197531771254394');
}

.site-header .prod-basil-lemonade-variety-9-pack .logo g {
    fill: var(--clr-product);
}

.product-classic-lemonade-variety-9-pack {
  background: var(--clr-product);
  color: var(--clr-white);
}

.product-classic-lemonade-variety-9-pack .divider-bottom {
  background-image: url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-lemonade.png?v=69683078137658633641771254395');
}

.site-header .prod-classic-lemonade-variety-9-pack .logo g {
    fill: var(--clr-product);
}

.product-pink-rose-lemonade-variety-9-pack {
  background: var(--clr-product);
  color: var(--clr-white);
}

.product-pink-rose-lemonade-variety-9-pack .divider-bottom  {
  background-image: url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-rose.png?v=127055306554783410631771254396');
}


.site-header .prod-original-lemonade-variety-pack .logo g,
.site-header .prod-botanical-lemonade-variety-9-pack .logo g {
    fill: var(--clr-product);
}

.product-original-lemonade-variety-pack,
.product-botanical-lemonade-variety-9-pack {
  background: var(--clr-product);
  color: var(--clr-white);
}

.product-original-lemonade-variety-pack .divider-bottom,
.product-botanical-lemonade-variety-9-pack .divider-bottom  {
  background-image: url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-rose.png?v=127055306554783410631771254396');
}


.site-header .prod-pink-rose-lemonade-variety-9-pack .logo g {
    fill: var(--clr-product);
}


.section-product-single {
  
  color: var(--clr-white);
  padding: 7.1875rem 0 0;
  position: relative;
}
@media (min-width: 990px) {
  .section-product-single {
    padding: 8.5rem 0 0;
  }
}


.section-product-single .product-header {
  position: relative;
}

.section-product-single .product-header .container {
  display: grid;
  
  gap: 0%;
  
  grid-template-columns: 9fr 4fr;
  padding: 0 4rem 6rem;
}
@media (max-width: 639px) {
  .section-product-single .product-header .container {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 0 2rem 4rem;
  }
}

@media (min-width: 990px) {
  .section-product-single .product-header .image {
    padding-right: 5%;
  }
s}

.section-product-single .product-header .section-header {
  padding-bottom: 0.5em;
}

.section-product-single .product-nav {
  background: var(--clr-yellow-pale);
  border-radius: 1.5rem;
  margin-block: 1rem;
  padding: 1rem;
}

@media (min-width: 990px) {
  .section-product-single .product-nav {
    
  }
}

.section-product-single .product-nav .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.125rem;
  
  list-style: none;
  
}

.section-product-single .product-nav .product {
  margin: 0;
  padding: 0;
  position: relative;
  
}

.section-product-single .product-nav .product a,
.section-product-single .product-nav .product img {
  display: block;
  height: auto;
  width: 100%;
}
.section-product-single .product-nav .bkg {
  transition: transform var(--trans-duration) ease;
  transition-delay: 0;
}

.section-product-single .product-nav .button {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transition: transform var(--trans-duration) ease;
  transition-delay: 0;
  width: auto;
  z-index: 500;
}

.section-product-single .product-nav a:hover .button,
.section-product-single .product-nav a:focus .button {
  transform: translateY(-0.5rem);
}

.section-product-single .product-nav a:hover .bkg,
.section-product-single .product-nav a:focus .bkg {
  transition: transform var(--trans-duration) ease;
  transform: scale(0.95);
}

.tooltip {
  position: relative;
  transition: all .3s linear;
}

.tooltip:before {
  content: attr(data-text);
  background: var(--clr-grey);
  border-radius: 1.5em;
  color: var(--clr-white) ;
  display: none;
  font-size: 0.8rem;
  left: 50%;
  margin-top: 6px;
  opacity: 0;
  padding: 0.5em 0.75em;
  position:absolute;
  text-align: center;
  top: 85%;
  transform: translateX(-50%);
  width:150px;
  z-index: 2000;
  transition: all .3s linear;
}

.tooltip:after {
  content: "";
  border: 6px solid var(--clr-grey);
  border-color: transparent transparent var(--clr-grey) transparent;
  display:none;
  left: 50%;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 85%;
  transform: translateX(-50%);
  transition: all .3s linear;
}

.tooltip:hover:before, .tooltip:hover:after {
  display: block;
  z-index: 2000;
}

.tooltip:hover:before {
  opacity: 0.8;
}

.tooltip:hover:after {
  opacity: 0.8;
}

.section-product-single .secondary-nav {
  
}

@media (min-width: 990px) {
  .section-product-single .secondary-nav {
    
  }
}

.section-product-single .secondary-nav .btn {
  background: var(--clr-yellow-pale);
  border: none;
  color: var(--clr-product);
  display: block;
  font-size: 1.2rem;
  margin-block: 0 1rem;
  padding: 1em 1em;
  text-align: center;
}

.section-product-single .secondary-nav .btn:hover {
  
  box-shadow:0px 0px 0px 0.125em var(--clr-product) inset;
}

.section-product-single .product-info {
  background: var(--clr-yellow-pale);
  color: var(--clr-product);
}

.section-product-single .product-info .container {
  display: grid;
  gap: 5%;
  grid-template-columns: 4fr 2fr;
  padding: 0 4rem 3rem;
}

@media (max-width: 639px) {
  .section-product-single .product-info .container {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 0 2rem 4rem;
  }
}

.section-product-single .product-info .product-meta {
  padding-top: 1rem;
}

@media (min-width: 990px) {
  .section-product-single .product-info .polaroid {
    padding-top: 4rem;
  }
}

.section-product-single .product-header img,
.section-product-single .product-info img {
  display: block;
  height: auto;
}

@media (min-width: 990px) {
  .section-product-single .product-info .product-single-description {
    width: 80%;
  }
}

.section-product-single .product-info p {
  margin: 1em 0;
}


.section-product-single .image img {
  align-self: center;
  width: 100%;
}
.section-product-single .product-single__thumbnails {
  list-style: none;
}
.section-product-single .product-meta {
  padding-top: 1em;
}
@media (min-width: 990px) {
  .section-product-single .product-meta {
    padding-top: 5em;
  }
}
.section-product-single .product__price {
  padding-top: 2em;
}
@media (max-width: 639px) {
  .section-product-single .product__price {
    padding-top: 1em;
  }
}
.section-product-single .product-form {
  display: flex;
  align-content: center;
}
@media (max-width: 639px) {
  .section-product-single .product-form {
    padding-top: 1em;
  }
}

@media (min-width: 990px) {
  .section-product-single .product-form {
    
  }
}

.section-product-single .product__price {
  color: var(--clr-white);
  font-family: var(--font-filson-black);
  font-size: 2em;
  padding-block: 0.25em;
}

.section-product-single .price-item {
  color: var(--clr-white);
}

.section-product-single .product-form .product-form-qty {
  display: flex;
  align-content: center;
}
.section-product-single .product-form .product-form-qty label {
  display: none;
}
.section-product-single .product-form .product-form__input--quantity {
  

  background: var(--clr-white);
  border: none;
  border-radius: 3em;
  color: var(--clr-product);
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-block: 0 1rem;
  margin-right: 0.5em;
  padding: 1em 1em;
  text-align: center;
  width: 5em;
}


.section-product-single .product-form .btn {
  background: var(--clr-yellow-pale);
  border: none;
  color: var(--clr-product);
  display: block;
  font-size: 1.2rem;
  margin-block: 0 1rem;
  padding: 1em 1em;
  text-align: center;
  width: 100%;
}


.section-product-single .product-form .btn:hover {
  box-shadow:0px 0px 0px 0.125em var(--clr-product) inset;
}

.section-product-single .selector-wrapper {
  flex-grow: 0;
  flex-basis: 100%;
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 750px) {
  .section-product-single .selector-wrapper {
    flex-basis: 50%;
  }
}
.section-product-single .selector-wrapper select {
  background-color: var(--clr-white);
  border: 1px solid var(--clr-orange);
  color: var(--clr-grey);
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em;
}
.section-product-single .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-product-single .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-product-single .section-header {
    font-size: 2.4rem;
  }
}
.section-product-single .product-single-description {
  font-size: 1.25rem;
  line-height: 1.5;
  
}
@media (min-width: 990px) {
  .section-product-single .product-single-description {
    font-size: 1.375vw;
  }
}
@media (min-width: 1440px) {
  .section-product-single .product-single-description {
    font-size: 1.375rem;
  }
}
@media (max-width: 639px) {
  .section-product-single .product-single-description {
    font-size: 1rem;
    
  }
}
.section-product-single .product-single-description a,
.section-product-single .product-single-description a:visited {
  color: inherit;
}



.price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 749px) {
    .price {
      font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em);
      margin-bottom: 1rem; } }
  .price dl {
    margin-top: 0; }
  .price dd {
    margin: 0 0.5em 0 0; }

.price--unavailable {
  visibility: hidden; }

.price--compare-price-hidden .price__compare {
  display: none; }

.price__pricing-group {
  display: flex;
  flex-direction: row;
  align-items: center; }

.price__regular {
  display: block; }

.price__regular,
.price__sale {
  margin-right: 0.625rem; }

.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none; }

.price__availability {
  display: none;
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px; }

.price--sold-out .price__availability {
  display: block; }

.price__sale {
  display: none; }
  .price--on-sale .price__sale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

.price__vendor {
  color: var(--color-body-text);
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%; }

.price__vendor--listing {
  margin: 0 0 4px; }

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none; }
  .price--unit-available .price__unit {
    display: block; }

.price-item {
  color: var(--color-body-text);
  
  }

.price-item--sale {
  color: var(--color-sale-text); }

.price--on-sale .price-item--regular {
  text-decoration: line-through; }

.price-unit-price {
  color: var(--color-body-text);
  font-size: 0.8em; }

.price-item__label {
  display: inline-block;
  white-space: nowrap;
  font-weight: var(--font-weight-body--bolder); }

.price__badges {
  margin-top: 0; }

.price__badge {
  display: none;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: var(--color-bg);
  border: 1px solid var(--color-text);
  border-radius: 2px;
  padding: 0.2rem 0.5rem; }

.price__badge--sale {
  color: var(--color-bg);
  border-color: var(--color-sale-text);
  background-color: var(--color-sale-text); }
  .price--on-sale .price__badge--sale {
    display: flex; }
  .price--sold-out .price__badge--sale {
    display: none; }

.price__badge--sold-out {
  color: var(--color-body-text);
  border-color: var(--color-body-text); }
  .price--sold-out .price__badge--sold-out {
    display: flex; }

.price__badges--listing {
  margin-top: 0.5rem; }
  .price__badges--listing .price__badge {
    font-size: 0.6em;
    padding: 0.25rem 0.55rem;
}






.page-store-locator {
  min-height: 80vh;
}

.section-locator {
  background: var(--clr-cream);
  color: var(--clr-orange);
  
    padding: 6.1875rem 1rem 1rem;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-locator {
    
    padding: 8.5rem 0  1rem;
  }
}

.section-locator .section-header {
  padding: 1rem 0 2rem;
}
.section-locator .section-header h1 {
  height: 0;
  visibility: hidden;
}
.section-locator .section-header .txt {
  display: block;
  margin: 0 auto;
}

@media (min-width: 990px) {
  .section-locator .section-header .txt {
    width: 40%;
  }
}
@media (min-width: 990px) {
  .section-locator .finder {
    min-height: 500px;
  }
}
.section-locator .stockist-side-panel {
  background: #fafae3;
  background: transparent;
}
@media (min-width: 750px) {
  .section-locator .stockist-side-panel {
    padding: 0 0 0 20px !important;
  }
}
.section-locator #stockist-widget .stockist-query-entry .stockist-search-field {
  border: 1px solid var(--clr-orange);
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0.75em;
  text-indent: 0;
}
.section-locator #stockist-widget .stockist-query-entry .stockist-search-button button {
  border-radius: 50% !important;
  height: 36px !important;
  width: 38px !important;
}
.section-locator #stockist-widget .stockist-result-list {
  
  background: #fff !important;
  border: 1px solid var(--clr-orange);
}
.section-locator #stockist-widget .stockist-result .stockist-result-name {
  font-family: var(--font-filson-bold);
  font-weight: normal !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.section-locator #stockist-widget .stockist-result-list ul > li {
  border-top: 0 !important;
}


.section-story .banner-img {
  position: relative;
}
.section-story .banner-img img.cover {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}

.section-story .intro {
  background: var(--clr-purp);
  
    padding: 6.1875rem 1rem 2rem;

  position: relative;
}
@media (min-width: 990px) {
  .section-story .intro {
    
    padding: 7rem 0 4rem;
  }
}





.section-story {
    
}
@media (min-width: 990px) {
  .section-story {
    
  }
}



.section-story .intro .container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1400px;
}
@media (min-width: 990px) {
  .section-story .intro .container {
    grid-template-columns: 1fr 3fr;
    grid-gap: 4%;
  }
}
.section-story .intro .copy {
  padding: 3rem 0;
}

.section-story .intro .txt {
  margin-block: 0 0;
}
@media (min-width: 990px) {
  .section-story .intro .txt {
    margin-block: 0 2rem;
    width: 70%;
  }
}
@media (min-width: 990px) {
  .section-story .intro .copy p {
    margin: 0 auto;
    width: 70%;
  }
}
.section-story .intro .bucket-bkg {
  left: 0;
  position: absolute;
  top: 0;
  width: 95%;
}

@media (min-width: 990px) {
  .section-story .intro .bucket-bkg {
    width: 25%;
  }
}
.section-story .intro .bucket {
  animation: swinger 3s ease-in-out infinite;
  transform-origin: top center;
    animation-direction: alternate-reverse;
}
@keyframes swinger {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(15deg);
  }
}






.section-story .intro p {
  color: var(--clr-white);
  font-size: 1.25rem;
  line-height: 1.5;
  padding-top: 1em;
}
@media (min-width: 990px) {
  .section-story .intro p {
    font-size: 1.375vw;
  }
}
@media (min-width: 1440px) {
  .section-story .intro p {
    font-size: 1.375rem;
  }
}
@media (max-width: 639px) {
  .section-story .intro p {
    font-size: 1rem;
    padding-top: 1em;
  }
}
.section-story .main-squeeze {
  background: var(--clr-lavender);
  background: transparent;
  padding: 0 0 4rem;
  position: relative;
}
@media (min-width: 990px) {
  .section-story .main-squeeze {
    padding: 0 0 2rem;
  }
}
.section-story .main-squeeze .container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 990px) {
  .section-story .main-squeeze .container {
    
    
  }
}


.section-story .main-squeeze .divider-top {
  background: transparent url('//beassqueeze.com/cdn/shop/t/9/assets/scallop-bkg-lavender.png?v=182006463691055740121771254395') repeat-x 0 0;
  background-size: 50px 17px;
  height: 40px;
  position: absolute;
  z-index:950;
}

@media (min-width: 990px) {
  .section-story .main-squeeze .divider-top {
    background-size: 100px 38px;
  }
}

.section-contact {
  background-color: var(--clr-lavender);
  padding: 3.5rem 1rem 4rem;
  position: relative;
}
@media (min-width: 990px) {
  .section-contact {
    padding: 6rem 0 10rem;
  }
}
.section-contact .section-bkg {
  position: absolute;
  top: -3.5rem;
}
@media (min-width: 990px) {
  .section-contact .section-bkg {
    top: -6rem;
  }
}
.section-contact .contact-form-content {
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media (min-width: 990px) {
  .section-contact .contact-form-content {
    max-width: 75%;
  }
}
.section-contact .contact-form-content .cols {
  color: var(--clr-purp-dark);
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
@media (min-width: 990px) {
  .section-contact .contact-form-content .cols .col:last-child {
    order: -1;
  }
}
@media (min-width: 990px) {
  .section-contact .contact-form-content .cols {
    gap: 1rem;
    grid-template-columns: 3fr 2fr;
  }
}
.section-contact .contact-form-content .cols p {
  font-size: 1.25rem;
  line-height: 1.5;
  width: 85%;
  padding-top: 1em;
}
@media (min-width: 990px) {
  .section-contact .contact-form-content .cols p {
    font-size: 1.375vw;
  }
}
@media (min-width: 1440px) {
  .section-contact .contact-form-content .cols p {
    font-size: 1.375rem;
  }
}
@media (max-width: 639px) {
  .section-contact .contact-form-content .cols p {
    font-size: 1rem;
    padding-top: 1em;
    width: auto;
  }
}
.section-contact .contact-form-content .section-header {
  color: var(--clr-purp);
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0 0 0.5em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-contact .contact-form-content .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-contact .contact-form-content .section-header {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .section-contact .contact-form-content .section-header {
    text-align: center;
  }
}
.section-contact .contact-form-content input {
  margin-bottom: 0.5em;
  width: 100%;
}
.section-contact .contact-form-content textarea {
  margin-bottom: 0.5em;
  width: 100%;
}
.section-contact .contact-form-content label {
  display: none;
}
.section-contact .contact-form-content .btn {
  background-color: var(--clr-purp);
  color: var(--clr-white);
  margin: 1rem auto 2rem;
  width: auto;
}
.section-contact .contact-form-content .btn:hover, .section-contact .contact-form-content .btn:focus {
  background-color: var(--clr-white);
  border-color: var(--clr-purp);
  color: var(--clr-purp);
  outline: none;
}
.section-contact .contact-form-content .form-message--success {
  background-color: var(--clr-purp);
  border: none;
  color: var(--clr-white);
  padding: 1rem;
  width: auto;
}

.template-captcha .main-content {
  align-items: center;
  display: flex;
  min-height: 50vh;
}

.section-flavors .flavor {
  background: var(--clr-yellow);
  padding: 3.5rem 1rem 4rem;
  position: relative;
}
@media (min-width: 990px) {
  .section-flavors .flavor {
    padding: 6rem 0 4rem;
  }
}
.section-flavors .flavor.pink-rose {
  background: var(--clr-pank);
}
.section-flavors .flavor.lavender {
  background: var(--clr-lavender);
}
.section-flavors .flavor .container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
@media (min-width: 990px) {
  .section-flavors .flavor .container {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
.section-flavors .flavor .copy {
  padding-top: 4vw;
  position: relative;
}
@media (max-width: 639px) {
  .section-flavors .flavor .copy {
    padding-top: 1rem;
  }
}
.section-flavors .flavor .copy .copy-bkg {
  position: absolute;
  right: 15%;
  width: 60%;
}
@media (max-width: 639px) {
  .section-flavors .flavor .copy .copy-bkg {
    margin: 0 auto 2rem;
    position: relative;
    right: auto;
    width: auto;
  }
}
.section-flavors .flavor .section-header {
  color: var(--clr-orange);
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0 0 0.5em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-flavors .flavor .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-flavors .flavor .section-header {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .section-flavors .flavor .section-header {
    text-align: center;
  }
}
.section-flavors .flavor.pink-rose .section-header {
  color: var(--clr-rose);
}
.section-flavors .flavor.lavender .section-header {
  color: var(--clr-purp);
}
.section-flavors .flavor p {
  font-size: 1.25rem;
  line-height: 1.5;
  width: 75%;
  padding-top: 1em;
}
@media (min-width: 990px) {
  .section-flavors .flavor p {
    font-size: 1.375vw;
  }
}
@media (min-width: 1440px) {
  .section-flavors .flavor p {
    font-size: 1.375rem;
  }
}
@media (max-width: 639px) {
  .section-flavors .flavor p {
    font-size: 1rem;
    padding-top: 1em;
    width: auto;
  }
}
.section-flavors .flavor .ingredients {
  padding-top: 1rem;
  width: 50%;
}
@media (max-width: 639px) {
  .section-flavors .flavor .ingredients {
    width: auto;
  }
}
.section-flavors .flavor .ingredients h4 {
  font-family: var(--font-filson-bold);
  font-size: 0.9075rem;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 1em;
}
@media (min-width: 990px) {
  .section-flavors .flavor .ingredients h4 {
    font-size: 1vw;
  }
}
@media (min-width: 1440px) {
  .section-flavors .flavor .ingredients h4 {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .section-flavors .flavor .ingredients h4 {
    font-size: 0.9075rem;
    padding-top: 1em;
    width: auto;
  }
}
.section-flavors .flavor .ingredients p {
  font-size: 0.825rem;
  line-height: 1.5;
  padding-top: 1em;
}
@media (min-width: 990px) {
  .section-flavors .flavor .ingredients p {
    font-size: 0.9075vw;
  }
}
@media (min-width: 1440px) {
  .section-flavors .flavor .ingredients p {
    font-size: 0.9075rem;
  }
}
@media (max-width: 639px) {
  .section-flavors .flavor .ingredients p {
    font-size: 0.825rem;
    padding-top: 1em;
    width: auto;
  }
}
.section-flavors .flavor .btn {
  font-size: 1rem;
}
.section-flavors .flavor .divider-top .shape-fill {
  fill: var(--clr-yellow);
}
.section-flavors .flavor.lavender .divider-top .shape-fill {
  fill: var(--clr-pank);
}




.section-cart {
  background: var(--clr-cream);
  color: var(--clr-gold);
  padding: 2.5rem 1rem 1rem;
    padding: 6.1875rem 1rem 1rem;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-cart {
    padding: 2rem 0 6rem;
    padding: 8.5rem 0  1rem;
Z  }
}
.section-cart .container {
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 639px) {
  .section-cart .container {
    margin: 0 1rem;
    width: auto;
  }
}
.section-cart .section-header {
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 0.75em;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-cart .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-cart .section-header {
    font-size: 2.4rem;
  }
}
.section-cart a,
.section-cart a:visited {
  color: var(--clr-grey);
  text-decoration: none;
}

.section-cart .btn {
  background: var(--clr-gold);
}


.section-cart .btn:hover,
.section-cart .btn:focus, {
  
  color: var(--clr-cream);
}


.section-cart .continue {
  font-family: var(--font-filson-bold);
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-cart .cart th {
  font-family: var(--font-filson-bold);
  font-size: 0.75rem !important;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.section-cart .cart table a,
.section-cart .cart table a:visited,
.section-cart .cart a,
.section-cart .cart a:visited {
  border-bottom: none;
  color: var(--clr-grey);
  text-decoration: none;
}
.section-cart .cart .cart__product-title {
  font-family: var(--font-filson-bold);
  font-weight: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.section-cart .cart .product-details {
  font-size: 0.75rem !important;
  list-style: none;
}
.section-cart .cart .cart__remove {
  border-bottom: none;
  font-family: var(--font-filson-bold);
  font-size: 0.75rem !important;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-top: 1em;
  text-transform: uppercase;
}
.section-cart .cart .cart__remove a {
  text-decoration: none;
}

.section-collection {
  background: var(--clr-yellow);
  color: var(--clr-grey);
  padding: 1rem 1rem 1rem;
  position: relative;
  text-align: center;
}
@media (min-width: 990px) {
  .section-collection {
    padding: 0.25rem 0 6rem;
  }
}
.section-collection .section-header {
  color: var(--clr-orange);
  font-family: var(--font-filson-black);
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0.75em 0;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .section-collection .section-header {
    font-size: 2.4vw;
  }
}
@media (min-width: 1440px) {
  .section-collection .section-header {
    font-size: 2.4rem;
  }
}
.section-collection .products {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-collection .products a,
.section-collection .products a:visited {
  color: var(--clr-grey);
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
}
.section-collection .products a .product-name,
.section-collection .products a:visited .product-name {
  font-family: var(--font-filson-black);
  padding: 1.5em 0 0.5em;
}
@media (min-width: 990px) {
  .section-collection .products {
    gap: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.section-collection .price {
  align-items: center;
}
.section-collection .divider-top .shape-fill {
  fill: var(--clr-yellow);
}







.footer {
  position: relative;
}
.footer .site-footer {
  
  background-color: var(--clr-yellow-pale);
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 3rem 0 4rem;
}
@media (min-width: 990px) {
  .footer .site-footer {
    font-size: 1vw;
    padding: 3rem 4rem 3rem;
  }
}
@media (min-width: 1440px) {
  .footer .site-footer {
    font-size: 0.9375rem;
  }
}
@media (max-width: 639px) {
  .footer .site-footer {
    font-size: 1.125rem;
    text-align: center;
  }
}
.footer .site-footer .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 990px) {
  .footer .site-footer .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .site-footer__logo {
  display: block;
  
  max-width: 270px;
}
.footer .site-footer__logo svg {
  display: block;
}
@media (max-width: 639px) {
  .footer .site-footer__logo {
    margin: 0 auto;
  }
}
.footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .footer nav ul {
    line-height: 2;
  }
}
.footer a,
.footer p {
  color: var(--clr-grey);
  text-decoration: none;
}
.footer .social-links {
  display: flex;
  gap: 0.5rem;
  padding-top: 1em;
}
@media (max-width: 639px) {
  .footer .social-links {
    justify-content: center;
    margin: 0 auto;
  }
}
.footer .social-links a {
  background-color: var(--clr-white);
  border: 1px solid var(--clr-white);
  border-radius: 50%;
  color: transparent;
  display: block;
  font-size: 1px;
  padding: 8px;
  transition: border-color var(--trans-duration) ease;
}
.footer .social-links a:hover {
  border: 1px solid var(--clr-orange);
}
.footer .social-links a svg {
  height: auto;
  width: 18px;
}
.footer .social-links a svg path,
.footer .social-links a svg circle {
  fill: var(--clr-orange);
}
.footer .mailing-list {
  width: auto;
}
@media (min-width: 990px) {
  .footer .mailing-list {
    width: 33%;
  }
}
.footer .mailing-list h4 {
  color: var(--clr-grey);
  font-family: var(--font-filson-bold);
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 990px) {
  .footer .mailing-list h4 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .footer .mailing-list h4 {
    font-size: 1.25rem;
  }
}
.footer .mailing-list input {
  border: 1px solid var(--clr-orange);
  font-size: 1rem;
  line-height: 1;
  margin: 0 1em 1em 0;
  padding: 0.75em;
}
.footer .mailing-list .btn:hover,
.footer .mailing-list .btn:focus {
  cursor: pointer;
}
.footer .legal {
  background-color: var(--clr-gold);
  background-color: #ffcb05;
  color: var(--clr-purp-dark);
  font-size: 0.75rem;
  padding: 3rem 0;
  text-align: center;
}
.footer .divider-top {
  top: -35px;
}
@media (min-width: 990px) {
  .footer .divider-top {
    top: -50px;
  }
}
.footer .divider-top .shape-fill {
  fill: var(--clr-yellow);
}

/*================ Mobile Site Nav ================*/


/*================ Mobile nav wrapper ================*/

  
  
