@font-face {
  font-family: "Casual Brush";
  src: url(//boozybites.com/cdn/shop/t/10/assets/CasualBrush-Regular.otf?v=97254106122055329861667420718);
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamBook.ttf?v=92366146988052143981667420718);
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamBookItalic.ttf?v=141494398303271865161667420718);
  font-style: italic;
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamBold.ttf?v=154719649096004258411667420718);
  font-weight: 700;
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamBoldItalic.ttf?v=144249807366043968761667420718);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamLight.ttf?v=50911116163447425281667420718);
  font-weight: 300;
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamLightItalic?19284);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamMedium.ttf?v=74640105955581625261667420718);
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: url(//boozybites.com/cdn/shop/t/10/assets/GothamMediumItalic.ttf?v=135012517222490384521667420718);
  font-weight: 500;
  font-style: italic;
}

* {
  box-sizing: border-box;
  outline: none;
}

body,
html {
  overflow-x: hidden;
  min-height: 100vh;
}

body{
  font-family: "Gotham", sans-serif;
  font-size: 4.106vw;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
}

.wrapper {
  width: 87.963vw;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

p {
  margin-top: 0;
  margin-bottom: 6.039vw;
}

section p,
section ul,
section ol {
  letter-spacing: 0.08em;
}

h1 {
  font-family: "Casual Brush";
  font-size: 30.193vw;
  margin: 0;
  color: #3493a9;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

h2 {
  font-family: "Casual Brush";
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-size: 18.116vw;
  margin-bottom: 6.039vw;
  color: #3692a7;
  letter-spacing: .03em;
}

h3 {
  font-size: 4.106vw;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: .1em;
}

h4 {
  font-size: 4.589vw;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 4.589vw;
  transition: .2s;
  margin: 0;
  line-height: 1.4;
}

.btn {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 2.4vw 8.937vw 2.7vw;
  line-height: 1;
  font-size: 3.382vw;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  transition: .2s;
  outline: none;
  cursor: pointer;
  border-radius: 50vw;
  letter-spacing: .1em;
  border: 2px solid #ffffff;
  min-width: 37.440vw;
  text-align: center;
}

.btn:hover {
  background-color: rgba(255,255,255,.1);
}

.btn.btn-blue {
  background-color: #4c91a7;
}

.btn.btn-blue:hover {
  background-color: #63a3b8;
}

.desktop {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

.slick-dots li {
  display: block;
  width: 3.140vw;
  height: 3.140vw;
  margin: 0 1.691vw;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #000000;
  background-color: transparent;
  transition: .2s;
  cursor: pointer;
  position: relative;
}

.slick-dots li.slick-active {
  width: 3.865vw;
  height: 3.865vw;
}

.slick-dots li.slick-active button {
  background-image: radial-gradient(circle, #3692a7 0%, #3692a7 50%, rgba(0,0,0,0), 50%, rgba(0,0,0,0) 100%);

}

.slick-dots li button:before {
  display: none;
}

.slick-slide,
.slick-slide a  {
  outline: none;
}

.page-about section:not(.features),
.page-cup section:not(.features),
.page-team section:not(.features) {
  font-size: 3.623vw;
  line-height: 1.95;
}

@media (min-width: 1000px) {
  body {
    font-size: 1.406vw;
    line-height: 1.45;
    text-align: left;
  }

  .wrapper {
    width: 90.278vw;
  }

  .btn {
    padding: .8vw 3.021vw 0.9vw;
    font-size: 1.198vw;
    min-width: 12.656vw;
  }

  .desktop {
    display: initial;
  }

  .mobile {
    display: none;
  }

  .slick-dots li {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 0.833vw;
  }
  
  .slick-dots li button:after {
    width: 1.042vw;
    height: 1.042vw;
  }
  
  .slick-dots li.slick-active {
    width: 1.563vw;
    height: 1.563vw;
  }

  h1 {
    font-size: 8.438vw;
  }

  h2 {
    font-size: 8.021vw;
    margin-bottom: 2.604vw;
  }

  h3 {
    font-size: 1.979vw;
    margin-bottom: 0.781vw;
  }

  h4 {
    font-size: 1.406vw;
  }

  p {
    margin-top: 0;
    margin-bottom: 2vw;
  }

  .page-about section:not(.features),
  .page-cup section:not(.features) {
    font-size: 1.25vw;
    line-height: 1.4;
  }

  .page-team section:not(.features) {
    font-size: 1.094vw;
    line-height: 1.6;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots  > li:only-child {
    display: none;
}

#shopify-section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
}

body {
  padding-top: 28.019vw;
}

header .banner {
  color: #fff;
  background-color: #3092a8;
  font-size: 3.140vw;
  padding: 3vw 0 2.174vw;
  letter-spacing: .1em;
  height: 10.386vw;
  text-align: center;
}

header .banner .items {
  width: 100%;
  opacity: 0;
  transition: .2s;
}

header .banner p {
  margin: 0;
}

.slick-prev:before,
.slick-next:before {
  font-family: icofont;
  font-size: 7.488vw;
  opacity: 1;
}

.slick-prev:before {
  content: "\eab5"
}

.slick-next:before {
  content: "\eab8"
}

@media (min-width: 1000px) {
  header .banner {
    font-size: 0.990vw;
    padding: 0.4vw 0 0.104vw;
    letter-spacing: .1em;
    height: 2.30vw;
  }

  body {
    padding-top: 7.778vw;
  }

  .slick-prev,
  .slick-next {
    width: 1.25vw;
    height: 1.25vw;
    top: .15vw;
    transform: none;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 1.25vw;
  }

  header .banner .slick-prev {
    left: 26.354vw;
  }

  header .banner .slick-next {
    right: 26.354vw;
  }
}

header {
  position: relative;
  z-index: 100000;
  background-color: #fff;
}

header .logo {
 display: block;
 width: 43.720vw;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

header .wrapper {
  height: 17.874vw;
  display: flex;
  align-items: center;
  width: 87.923vw;
}

header .cart {
  width: 6.763vw;
  height: 10.145vw;
  display: block;
  margin-left: 20.531vw;
  position: relative;
  margin-top: 1.208vw;
}

header .cart .num {
  position: absolute;
  top: 1.55vw;
  font-size: 1.932vw;
  color: #fff;
  line-height: 1;
  font-weight: 700;    
  left: 3.733vw;
  transform: translateX(-50%);
}

header nav {
  transform: translateX(100vw);
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000000;
  font-size: 5vw;
  padding: 2.778vw 6.481vw 6.481vw;
  width: 100vw;
  height: 100vh;
  font-weight: 500;
  transition: .3s;
  letter-spacing: .1em;
}

header nav.opened {
  transform: none;
}

header nav .close {
  position: absolute;
  top: 7.246vw;
  right: 7.246vw;
}

header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}

header nav ul ul {
  display: none;
}

header nav li {
  margin-bottom: 2vw;
}

header .menu-toggle {
  width: 6.039vw;
  line-height: 1;
  margin-left: 8.213vw;
  font-size: 6.522vw;
  margin-top: 2.174vw;
}

header .menu-toggle i {
  display: block;
}

header .menu-toggle span {
  display: block;
  margin-top: 1.5vw;
  font-size: 1.932vw;
  text-transform: uppercase;
  font-weight: 500;
}

.search-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100000000000;
  padding: 4vw 0;
}

.search-bar form {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

.search-bar input {
  width: 100%;
  height: 9.662vw;
  padding: 0 7.407vw 0 4.630vw;
  background-color: #fff;
  border: 1px solid #0092a8;
  font-size: 3.5vw;
  font-family: "Poppins";
  outline: none;
  font-weight: 500;
  color: #000;
}

.search-bar button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.778vw;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 4.831vw;
  height: 4.831vw;
  padding: 0;
  line-height: 1;
}

.search-bar .close {
  position: absolute;
  font-size: 3.623vw;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 1;
  width: 3.623vw;
  height: 3.623vw;
}

header .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9.662vw;
}

header .account {
  font-family: "Casual Brush";
  font-size: 14.493vw;
  color: #3092a8;
  line-height: 0;
  padding-bottom: 4.831vw;
  margin-right: 7.246vw;
  letter-spacing: normal;
}

header .search {
  width: 6.039vw;
  display: block;
  line-height: 1;
}

header .nav-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header nav li.bulk {
 color: #f36f47;
}

@media (min-width: 1000px) {
  header {
    overflow: visible;
  }
  header .logo {
    width: 13.177vw;
   }
   
   header .wrapper {
     height: 5.521vw;
     width: 85.625vw;
     justify-content: space-between;
     padding-right: 0.521vw;
   }
   
   header .cart {
     width: 2.240vw;
     height: 3.438vw;
     margin-left: 2.552vw;
     margin-bottom: 0.521vw;
     margin-top: 0;
   }
   
   header .cart .num {
    top: 0.55vw;
    font-size: 0.65vw;
    left: 1.25vw;
   }
   
   header nav {
     transform: none;
     position: static;
     background-color: transparent;
     z-index: 0;
     font-size: 1.198vw;
     padding: 0;
     width: 65vw;
     height: auto;
     margin-left: auto;
     margin-right: 0;
   }
   
   header nav .close {
     display: none;
   }
   
   header nav ul {
     display: flex;
     margin-top: 0.2vw;
     width: 54vw;
     justify-content: center;
   }
   
   header nav li {
     margin-bottom: 0;
     margin-right:2.604vw;
     position: relative;
     padding: .5vw 0;
   }
   
   header nav li:last-child {
     margin-right: 0;
   }
   
   header nav ul ul {
     position: absolute;
     padding: 1.5vw 2.5vw 1.5vw 2vw;
     bottom: 0;
     transform: translateY(100%);
     left: 0;
     margin: 0;
     font-size: 1.198vw;
     background-color: #3092a8;
     color: #fff;
     height: auto;
     width: auto;
     white-space: nowrap;
     line-height: 1;
     display: none;
     border: 1px solid #fff;
     min-width: 100%;
   }
   
   header nav ul ul li {
     margin: 0 0 1vw 0;
     padding: 0;
   }
   
   header nav ul ul li:last-child {
     margin-bottom: 0;
   }
   
   header nav ul ul li a {
     display: inline-block;
   }
   
   header nav ul .open {
     cursor: pointer;
   }
   
   header nav ul ul ul {
     position: static;
     transform: none;
     width: auto;
     background: transparent;
     border: none;
     padding: 0;
     margin: 1vw 0 0;
   }
  
   
   header .menu-toggle {
     display: none;
   }
 
   .search-bar {
     height: 7.031vw;
     padding: 2vw 0;
   }
 
   .search-bar form {
     position: relative;
     margin: 0 auto;
     width: 50vw;
   }
 
   .search-bar input {
      width: 100%;
      height: 3vw;
      padding: 0 4.167vw 0 1.5vw;
      border: 0.069vw solid #0092a8;
      font-size: 1.2vw;
   }
 
   .search-bar button {
     right: 2vw;
     font-size: 2vw;
   }
 
   .search-bar .close {
     font-size: 1.5vw;
     width: 1.5vw;
     height: 1.5vw;
     right: 2vw;
   }
 
   header .links {
     margin-top: 0;
     margin-left: auto;
     margin-right: 0;
   }
 
   header .account {
     font-size: 3.490vw;
     padding-bottom: 1.042vw;
     margin-right: 2.865vw;
     margin-top: 0.3vw;
   }

   header .cart {
     margin-top: 0.3vw;
   }
 
   header .search {
     width: 1.875vw;
     margin-top: 0.365vw;
   }
 
   header .nav-wrapper {
     width: auto;
     height: auto;
     flex-direction: row;
     justify-content: flex-start;
   }

  .search-bar button {
    right: 1.5vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}

.hero-home {
  position: relative;
  z-index: 100;
}

.hero-home p,
.hero-home ul,
.hero-home ol {
  letter-spacing: normal;
}

.hero-home picture {
  width: 100%;
  height: 73.913vw;
  display: block;
}

.hero-home picture img {
  display: block;
  height: 100%;
}

.hero-home .wrapper {
  width: 100%;
}

.hero-home .text {
  background-color: #3092a8;
  padding-bottom: 5.556vw;
  color: #fff;
  font-size: 3.382vw;
  font-weight: 300;
}

.hero-home .text p {
  margin: 0;
}

.hero-home .text strong {
  font-size: 3.865vw;
}

.hero-home h1 {
  margin: 0;
  color: #ffffff;
  text-shadow: 0 1.944vw 6.759vw rgba(187, 106, 103, 0.51);
  line-height: 1;
  font-weight: 400;
  font-size: 23.188vw;
  margin-top: -8.454vw;
  color: #fff;
  margin-bottom: 3.5vw;
  position: relative;
  z-index: 100;
  letter-spacing: normal;
}

.hero-home .btn {
  margin-top: 4.9vw;
}

.hero-home .round-img {
  border-radius: 100%;
  border: 5px solid #f7d431;
  overflow: hidden;
  z-index: 5;
}

.hero-home .round-img img {
  height: 100%;
}

.hero-home .left-img {
  width: 33.092vw;
  height: 33.092vw;
  position: absolute;
  top: 44.686vw;
  left: -10.870vw;
}

.hero-home .right-img {
  width: 36.715vw;
  height: 36.715vw;
  top: 3.623vw;
  right: -12.077vw;
  position: absolute;
}

.hero-home:before {
  content: "";
  position: absolute;
  bottom: 1.208vw;
  left: -1vw;
  transform: translateY(100%);
  width: 15.942vw;
  height: 14.976vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/hero-decor-2.png?v=45859363652050282501667420718);
  z-index: -1;
}

.hero-home:after {
  content: "";
  position: absolute;
  top: 37.681vw;
  right: 0;
  width: 15.942vw;
  height: 21.981vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/hero-decor.png?v=60442431811783223271667420718);
}

strong {
  font-weight: 700;
}

.hero-home .tag {
  display: none;
}

@media (min-width: 1000px) {
  .hero-home {
    min-height: 38.542vw;
    padding-bottom: 5.365vw;
    display: flex;
    align-items: flex-end;
    text-align: center;
  }

  .hero-home picture {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-home picture img {
    width: auto;
  }
  
  .hero-home .wrapper {
    width: 71.667vw;
  }
  
  .hero-home .text {
    background-color: transparent;
    padding-bottom: 0;
    color: #fff;
    font-size: 1.406vw;
    width: 40.625vw;
    position: relative;
    z-index: 10;
    margin: 0 0 0 auto;
    line-height: 1.8;
  }
  
  .hero-home .text strong {
    font-size: 1.615vw;
  }
  
  .hero-home h1 {
    text-shadow: 0.625vw 0.885vw 3.802vw rgba(198, 101, 100, 0.34);
    font-size: 11.146vw;
    margin-top: 0;
    margin-bottom: 3.9vw;
    padding-left: 1.563vw;
  }
  
  .hero-home .btn {
    margin-top: 2.2vw;
  }
  
  .hero-home .left-img {
    width: 23.958vw;
    height: 23.958vw;
    top: auto;
    bottom: -8.333vw;
    left: -3.646vw;
  }
  
  .hero-home .right-img {
    width: 23.854vw;
    height: 23.854vw;
    top: -2.604vw;
    right: -7.292vw;
  }
  
  .hero-home:before {
    content: "";
    bottom: -7vw;
    width: 9.740vw;
    height: 8.333vw;
  }
  
  .hero-home:after {
    top: 18.646vw;
    width: 10.469vw;
    height: 14.427vw;
  }

  .hero-home .tag {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    height: 3.438vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0 0.729vw 0 3.854vw;
    font-size: 0.885vw;
    letter-spacing: .1em;
    color: #ffffff;
    box-shadow: 0.833vw 1.25vw 1.875vw 0.521vw rgba(3, 4, 4, 0.1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
  }
}

.home-occasion {
  padding: 7vw 0 9.662vw;
  background-color: #f2f9f9;
}

.home-occasion .wrapper {
  width: 100%;
}

.home-occasion .item {
  margin: 0 11.111vw;
}

.home-occasion h2 {
  font-size: 14.976vw;
  letter-spacing: .04em;
  margin-bottom: 7.246vw;
}

.home-occasion h4 {
  margin-top: 7.5vw;
}

.home-occasion .slider {
  padding-bottom: 12vw;
}

.home-occasion .image {
  height: 76.812vw;
  transition: .2s;
}

.home-occasion .image img {
  display: block;
  height: 100%;
}

@media (min-width: 1000px) {
  .home-occasion {
    padding: 4.3vw 0 3.646vw;
    text-align: center;
  }
  
  .home-occasion .wrapper {
    width: 90.625vw;
  }
  
  .home-occasion .item {
    margin: 0 2.969vw;
  }
  
  .home-occasion h2 {
    font-size: 7.604vw;
    letter-spacing: .03em;
    margin-bottom: 2.9vw;
  }
  
  .home-occasion h4 {
    margin-top: 2.2vw;
  }
  
  .home-occasion .slider {
    padding-bottom: 5.5vw;
  }

  .home-occasion .item:hover .image {
    box-shadow: 0.833vw 1.25vw 1.875vw 0.521vw rgba(3, 4, 4, 0.1);
  }

  .home-occasion .item:hover h4 {
    font-weight: 700;
  }

  .home-occasion .image {
    height: 24.063vw;
  }
}

.home-talk-of-town {
  padding-bottom: 17.633vw;
}

.home-talk-of-town img {
  display: block;
  margin-bottom: 7.4vw;
  height: 99.758vw;
}

.home-talk-of-town h2 {
  margin-bottom: 5.556vw;
}

.home-talk-of-town .wrapper {
  width: 92.512vw;
}

.home-talk-of-town .blue-bg {
  background-color: #3692a7;
  color: #fff;
  padding: 6.5vw 6.039vw 12.077vw;
  position: relative;
}

.home-talk-of-town .blue-bg:after {
  content: "";
  position: absolute;
  bottom: -13.043vw;
  left: -12.319vw;
  width: 48.068vw;
  height: 19.324vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/talk-of-town-decor.png?v=37517675939554566001667420718);
  z-index: 5;
}

.home-talk-of-town p {
  margin-bottom: 5.2vw;
}

@media (min-width: 1000px) {
  .home-talk-of-town {
    padding: 2.083vw 0;
    position: relative;
    min-height: 51.927vw;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .home-talk-of-town:after {
    content: "";
    position: absolute;
    top: -8.073vw;
    right: -8.333vw;
    width: 26.042vw;
    height: 26.042vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/talk-of-town-decor-2.png?v=96498245175597925741667420718);
  }
  
  .home-talk-of-town img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53.75vw;
    height: calc(100% + 0.313vw);
    margin-bottom:0;
    z-index: 5;
  }
  
  .home-talk-of-town h2 {
    margin-bottom: 1.406vw;
  }
  
  .home-talk-of-town .wrapper {
    width: 86.771vw;
  }
  
  .home-talk-of-town .blue-bg {
    padding: 4.4vw 5.5vw 4.063vw;
  }
  
  .home-talk-of-town .blue-bg:after {
    bottom: -3.542vw;
    left: -0.052vw;
    width: 14.427vw;
    height: 5.781vw;
  }
  
  .home-talk-of-town .text {
    width: 48.542vw;
    margin: 0 0 0.9vw auto;
    z-index: 10;
    position: relative;
  }
  
  .home-talk-of-town p {
    margin-bottom: 2.9vw;
  }
}

.home-just-in {
  position: relative;
  padding: 9.5vw 0 4.831vw;
  background-image: linear-gradient(to bottom, #fdf2ed 0%, #fdf3ee 100%);
}

.home-just-in:after {
  content: "";
  position: absolute;
  top: -7.05vw;
  right: 0;
  width: 22.464vw;
  height: 27.536vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/just-in-decor.png?v=101798912977408890371667420718);
  z-index: 5;
}

.home-just-in .wrapper {
  width: 100%;
}

.home-just-in h2 {
  color: #ef6a53;
  margin-bottom: 7.971vw;
}

.home-just-in .slider {
  padding-bottom: 9vw;
}

.home-just-in .item {
  margin: 0 10.870vw;
}

.home-just-in h4 {
  margin-top: 5.6vw;
}

.home-just-in .image {
  height: 76.570vw;
  transition: .2s;
}

.home-just-in .image img {
  display: block;
  height: 100%;
}

@media (min-width: 1000px) {
  .home-just-in {
    padding: 4.167vw 0 2.083vw;
    text-align: center;
  }
  
  .home-just-in:after {
    top: -5.260vw;
    width: 12.552vw;
    height: 14.635vw;
  }
  
  .home-just-in .wrapper {
    width: 91.146vw;
  }
  
  .home-just-in h2 {
    margin-bottom: 3.125vw;
  }
  
  .home-just-in .slider {
    padding-bottom: 4.8vw;
  }
  
  .home-just-in .item {
    margin: 0 1.823vw;
  }
  
  .home-just-in h4 {
    margin-top: 1.4vw;
  }
  
  .home-just-in .image {
    height: 18.906vw;
  }
  
  .home-just-in .slick-dots li.slick-active button {
    background-image: radial-gradient(circle, #f1694e 0%, #f1694e 50%, rgba(0,0,0,0), 50%, rgba(0,0,0,0) 100%);
  }

  .home-just-in .item:hover .image {
    box-shadow: 0.833vw 1.25vw 1.875vw 0.521vw rgba(3, 4, 4, 0.1);
  }

  .home-just-in .item:hover h4 {
    font-weight: 700;
  }
}

.home-cup {
  padding-top:7vw;
  padding-bottom: 7.246vw;
  background-image: linear-gradient(to bottom, #fdf3ee 0%, #f9f5f2 100%);
}

.home-cup h3,
.home-cup h2 {
  color: #ef6a53;
}

.home-cup h2 {
  margin-bottom: 3.623vw;
}

.home-cup .wrapper {
  width: 82.126vw;
}

.home-cup .btn {
  display: none;
}

.home-cup .image {
  width: 78.744vw;
  height: 78.744vw;
  border-radius: 100%;
  border: 3px solid #86b95b;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.home-cup .image:after {
  content: "";
  position: absolute;
  height: 71.256vw;
  width: 71.256vw;
  left: 27.778vw;
  bottom: -4.831vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/image-decor.png?v=67216802296736579521667420718);
  z-index: -1;
}

.home-cup .image img {
  height: 100%;
  display: block;
  border-radius: 100%;
}

.home-cup p {
  margin-bottom: 6.5vw;
}

@media (min-width: 1000px) {
  .home-cup {
    padding-top: 2.344vw;
    padding-bottom: 2.604vw;
    background-image: linear-gradient(to bottom, #fdf3ee 0%, #f8f6f3 100%);
    text-align: center;
  }
  
  .home-cup h2 {
    margin-bottom: 2.7vw;
  }
  
  .home-cup h3 {
    margin-top: 2.9vw;
    margin-bottom: 1.6vw;
  }
  
  .home-cup .text {
    width: 47.396vw;
    margin-right: 0.521vw;
  }
  
  .home-cup .wrapper {
    width: 88.542vw;
    display: flex;
    align-items: flex-start;
    align-items: center;
  }
  
  .home-cup .btn {
    display: inline-block;
  }
  
  .home-cup .image {
    width: 32.083vw;
    height: 32.083vw;
  }
  
  .home-cup .image:after {
    height: 29.115vw;
    width: 29.115vw;
    left: 11.667vw;
    bottom: -1.719vw;
  }
  
  .home-cup p {
    margin-bottom: 3.125vw;
  }
}

.home-nothing-fake {
  padding: 8.5vw 0 6.039vw;
  background-image: linear-gradient(to bottom, #f9f5f2 0%,  #f5f7f6 100%);
}

.home-nothing-fake h2 {
  margin-bottom: 5vw;
}

.home-nothing-fake .text {
  width: 84.541vw;
  margin: 0 auto;
}

.features-section {
  text-align: center;
}

.home-nothing-fake .wrapper,
.features-section .wrapper {
  width: 86.957vw;
}

.features-section .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8vw;
}

.features-section .item {
  width: 41.063vw;
  margin-right: 4.831vw;
  margin-bottom: 11vw;
}

.features-section .item:nth-of-type(2n),
.features-section .item:last-of-type {
  margin-right: 0;
}

.features-section .item:last-of-type {
  margin-bottom: 0;
}

.features-section h4 {
  font-size: 4.106vw;
  line-height: 1.2;
}

.features-section .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21.739vw;
  margin-bottom: 6vw;
}

.features-section .icon img {
  display: block;
  object-fit: contain;
  max-height: 100%;
}

.features-section .item:nth-of-type(1) img {
  height: 18.841vw;
}

.features-section .item:nth-of-type(2) img {
  height: 15.217vw;
}

.features-section .item:nth-of-type(3) img {
  height: 19.565vw;
}

.features-section .item:nth-of-type(4) img {
  height: 21.256vw;
}

@media (min-width: 1000px) {
  .home-nothing-fake {
    position: relative;
    padding: 3vw 0 5.208vw;
    background-image: linear-gradient(to bottom, #f5f7f6 0%,  #f6f8f7 100%);
    text-align: center;
  }

  .home-nothing-fake:after {
    content: "";
    position: absolute;
    top: -1.042vw;
    left: 0;
    width: 17.5vw;
    height: 15.625vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/nothing-fake-decor.png?v=159815420193424674541667420718);
    z-index: 1;
  }
  
  .home-nothing-fake h2 {
    margin-bottom: 3.4vw;
  }
  
  .home-nothing-fake .text {
    width: 70.313vw;
  }
  
  .home-nothing-fake .wrapper,
  .features-section .wrapper {
    width: 86.458vw;
  }
  
  .features-section .items {
    flex-wrap: nowrap;
    margin-top: 4.3vw;
  }
  
  .features-section .item {
    width: 12.240vw;
    margin-right: 5.729vw;
    margin-bottom: 0;
  }

  .features-section .item:nth-of-type(2n) {
    margin-right: 5.729vw;
  }
  
  .features-section h4 {
    font-size: 1.198vw;
  }
  
  .features-section .icon {
    height: 7.344vw;
    margin-bottom: 2.5vw;
  }
  
  .features-section .item:nth-of-type(1) img {
    height: 6.510vw;
  }
  
  .features-section .item:nth-of-type(2) img {
    height: 5.208vw;
  }
  
  .features-section .item:nth-of-type(3) img {
    height: 6.771vw;
  }
  
  .features-section .item:nth-of-type(4) img {
    height: 100%;
  }
  
  .features-section .item:nth-of-type(5) img {
    height: 6.719vw;
  }
}

.home-boozy-thing {
  background-image: linear-gradient(to bottom, #f5f7f6 0%, #f2f9f9 100%);
  padding: 7vw 0 13.768vw;
}

.home-boozy-thing .slider {
  padding-bottom: 10.870vw;
}

.home-boozy-thing h2 {
  font-family: "Gotham";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9.662vw;
  letter-spacing: 0.1em;
  margin-bottom: 9.5vw;
}

.home-boozy-thing h2 img {
  width: 60.870vw;
  display: block;
  margin: 7vw auto 8.5vw;
}

.home-boozy-thing .wrapper {
  width: 100%;
}

.home-boozy-thing .item {
  margin: 0 8.696vw;
  display: block;
}

.home-boozy-thing .item .image {
  margin-bottom: 4.5vw;
  box-shadow: 0 7.05vw 8.696vw 2.415vw rgba(3, 4, 4, 0.1);
  height: 86.715vw;
}

.home-boozy-thing .item .image img {
  display: block;
  height: 100%;
}

.home-boozy-thing .item h4 {
  font-weight: 700;
  line-height: 1.4;
}

.home-boozy-thing .item h4:after {
  content: "\eaa0";
  color: #f16a4f;
  font-family: icofont;
  margin-left: 1.691vw;
}

@media (min-width: 1000px) {
  .home-boozy-thing {
    background-image: linear-gradient(to bottom, #f6f8f7 0%, #f2f9f9 100%);
    padding: 5.5vw 0 3.55vw;
  }
  
  .home-boozy-thing .wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .home-boozy-thing .slider {
    padding-bottom: 0;
    width: 67.188vw;
    overflow: hidden;
  }
  
  .home-boozy-thing .slick-list {
    overflow: visible !important;
    padding-left: 1.563vw;
  }
  
  .home-boozy-thing h2 {
    font-size: 3.021vw;
    width: 32.813vw;
    text-align: center;
    margin-top: 2vw;
  }
  
  .home-boozy-thing h2 img {
    width: 19.323vw;
    margin: 2vw auto 3vw;
  }
  
  .home-boozy-thing .item {
    margin: 0 1.667vw;
    width: 25.521vw;
    opacity: .5;
    transition: .2s;
  }
  
  .home-boozy-thing .slick-active {
    opacity: 1;
  }
  
  .home-boozy-thing .item .image {
    margin-bottom: 1.45vw;
    transition: .2s;
    box-shadow: none;
    height: 26.927vw;
  }
  
  .home-boozy-thing .slick-active .image {
    box-shadow: 0.833vw 1.25vw 1.875vw 0.521vw rgba(3, 4, 4, 0.1);
  }
  
  .home-boozy-thing .item h4 {
    font-weight: 400;
    transition: .2s;
    margin-left: 0.469vw;
    line-height: 1.3;
  }
  
  .home-boozy-thing .slick-active h4 {
    font-weight: 700;
    margin-left: 0;
  }
  
  .home-boozy-thing .item h4:after {
    margin-left: 0.521vw;
    opacity: 0;
    transition: .2s;
  }
  
  .home-boozy-thing .slick-active h4:after {
    opacity: 1;
  }
  
  .home-boozy-thing .slick-arrow {
    top: 11.806vw;
  }
  
  .home-boozy-thing .slick-arrow:before {
    font-size: 4.167vw;
    color: #3692A8;
  }
  
  .home-boozy-thing .slick-next {
    right: 4.167vw;
  }
  
  .home-boozy-thing .slick-prev {
    display: none !important;
  }
}

.home-noteworthy {
  position: relative;
  padding-bottom: 4.106vw;
}

.home-noteworthy:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23.188vw;
  height: 26.570vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/noteworthy-decor-mobile.png?v=120733787360197756961667420718);
  z-index: 5;
}

.home-noteworthy picture {
  display: block;
  height: 111.836vw;
  margin-bottom: 5.556vw;
  border-top: 2px solid #89bb5c;
}

.home-noteworthy picture img {
  display: block;
  height: 100%;
}

.home-noteworthy .text {
  width: 92.512vw;
  margin: 0 auto;
}

.home-noteworthy .blue-bg {
  color: #fff;
  background-color: #3692a7;
  padding: 6vw 7.246vw 12.319vw;
}

.home-noteworthy h3 {
  display: none;
}

.home-noteworthy p {
  margin-bottom: 5.5vw;
}

.home-noteworthy .slider {
  padding-bottom: 12.077vw;
}

@media (min-width: 1000px) {
  .home-noteworthy {
    text-align: center;
    padding-bottom: 0;
  }
  
  .home-noteworthy:after {
    bottom: -6.615vw;
    width: 15.156vw;
    height: 13.854vw;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/noteworthy-decor.png?v=32422350658211636281667420718);
  }
  
  .home-noteworthy picture {
    height: 100%;
    margin-bottom: 0;
    border-width: 4px;
    width: 51.563vw;
    position: absolute;
    right: 0;
    top: 0;
  }

  .home-noteworthy .item {
    padding: 3.906vw 44.792vw 5.208vw 6.615vw;
    min-height: 50.104vw;
  }
  
  .home-noteworthy .text {
    margin: 0;
    position: relative;
    z-index: 10;
    width: 100%;
  }
  
  .home-noteworthy .blue-bg {
    padding: 2.3vw 5.469vw 2.604vw;
  }
  
  .home-noteworthy h2 {
    font-size: 8.906vw;
    transform: rotate(-5deg);
    margin-bottom: 2.865vw;
    letter-spacing: .01em;
  }

  .home-noteworthy h3 {
    display: block;
    text-transform: none;
    margin-bottom: 1vw;
    font-size: 2.604vw;
  }
  
  .home-noteworthy p {
    margin-bottom: 1.8vw;
  }
  
  .home-noteworthy .slider {
    padding-bottom: 0;
  }
  
  .home-noteworthy .slick-dots {
    width: 48.542vw;
    margin-left: 6.615vw;
    bottom: 5.208vw;
  }
}

.ways-to-shop {
  background: transparent;
  padding-bottom: 14.493vw;
}

.ways-to-shop h2 {
  font-size: 18.116vw;
  margin-bottom: 12.560vw;
}

.ways-to-shop h4 {
  margin-top: 5.5vw;
}

.ways-to-shop .slider {
  padding-bottom: 10vw;
}

@media (min-width: 1000px) {
  .ways-to-shop {
    background: transparent;
    padding-bottom: 3.2vw;
    padding-top: 4.2vw;
  }
  
  .ways-to-shop h2 {
    font-size: 8.021vw;
    margin-bottom: 3.594vw;
  }
  
  .ways-to-shop h4 {
    margin-top: 2.1vw;
  }
  
  .ways-to-shop .slider {
    padding-bottom: 2.604vw;
  }
}

.home-how-to-boozy {
  background-color: #f16a4f;
  color: #fff;
  padding: 7vw 0 14.976vw;
}

.home-how-to-boozy .wrapper {
  width: 100%;
}

.home-how-to-boozy h2 {
  color: #fff;
  letter-spacing: .01em;
  margin-bottom:1.208vw;
}

.home-how-to-boozy .step {
  font-size: 4.348vw;
  padding: 6.5vw 6.039vw 5.5vw 16.908vw;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

.home-how-to-boozy .step p {
  margin: 0;
}

.home-how-to-boozy .step:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/list-line.png?v=151303560087586065081667420718);
}

.home-how-to-boozy .step .num {
  position: absolute;
  font-size: 6.763vw;
  font-weight: 700;
  left: 7.246vw;
  top: 5.5vw;
}

.home-how-to-boozy .step:last-of-type:after {
  display: none;
}

.home-how-to-boozy .btn {
  margin-top: 4.5vw;
}

@media (min-width: 1000px) {
  .home-how-to-boozy {
    background-color: #f16a4f;
    color: #fff;
    padding: 2vw 0 3.8vw;
  }
  
  .home-how-to-boozy .wrapper {
    width: 75.521vw;
    display: flex;
    padding-left: 1.563vw;
    justify-content: space-between;
  }
  
  .home-how-to-boozy .text {
    text-align: center;
  }
  
  .home-how-to-boozy h2 {
    margin-bottom: 3.3vw;
    margin-top: 1.563vw;
  }
  
  .home-how-to-boozy .steps {
    width: 45.156vw;
  }
  
  .home-how-to-boozy .step {
    font-size: 1.406vw;
    padding: 2.304vw 1.563vw 2vw 9.844vw;
  }
  
  .home-how-to-boozy .step:after {
    height: 0.104vw;
  }
  
  .home-how-to-boozy .step .num {
    font-size: 2.188vw;
    left: 5.677vw;
    top: 2vw;
  }
  
  .home-how-to-boozy .btn {
    margin-top: 0;
  }
}

.testimonials {
  padding-bottom: 12vw;
  overflow: hidden;
  position: relative;
}

.testimonials .wrapper {
  width: 100%;
  padding-bottom: 16.5vw;
  z-index: 15;
}

.testimonials .image {
  position: absolute;
  top: 7.971vw;
  left: 50%;
  transform: translateX(-50%);
  width: 72.705vw;
  height: 114.734vw;
  background-color: #fff;
  padding: 5.072vw 4.831vw 27.536vw;
  border-radius: 9.662vw;
  box-shadow: 0 5.314vw 17.391vw 6.522vw rgba(0, 0, 0, 0.15);
}

.testimonials .image img {
  display: block;
  height: 82.126vw;
}

.testimonials .image:after {
  content: "";
  position: absolute;
  bottom: 18.357vw;
  left: 50%;
  transform: translateX(-50%);
  width: 66.184vw;
  height: 6.280vw;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/icons.jpg?v=134964021331636486911667420718);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonials .text {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  padding: 7vw 13.285vw 0;
  text-align: center;
  font-size: 4.589vw;
  line-height: 1.3;
}

.testimonials h2 {
  font-size: 16.184vw;
  color: #4c8ea3;
  line-height: .9;
  margin-bottom: 7vw;
}

.testimonials .space {
  display: inline-block;
  padding-left: 9.259vw;
}

.testimonials .author {
  font-weight: 700;
  margin-top: 5vw;
}

.testimonials .slick-arrow {
  width: 7.488vw;
  height: 7.488vw;
  bottom: 0;
  transform: none;
  z-index: 100;
  top: auto;
}

.testimonials .slick-prev {
  left: 39vw;
}

.testimonials .slick-next {
  right: 39vw;
}

.testimonials .slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 3.889vw;
  color: #dd6e55;
  font-size: 7.488vw;
}

.testimonials .slick-prev:before {
  content: "\ea9d";
}

.testimonials .slick-next:before {
  content: "\eaa0";
}

.testimonials .review {
  padding-top: 107.488vw;
  position: relative;
}

.testimonials:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 96px;
  height: 190px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/reviews-decor-mobile.png?v=80258769120621097421667420718);
  z-index: 5;
}

@media (min-width: 1000px) {
  .testimonials {
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .testimonials:after {
    top: -2.604vw;
    left: 0;
    width: 15.052vw;
    height: 19.948vw;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/reviews-decor.png?v=24620589587761383021667420718);
  }

  .testimonials .wrapper {
    width: 100%;
    padding: 0;
  }

  .testimonials .review {
    position: relative;
    padding-left: 50.521vw;
    padding-top: 7.292vw;
    padding-bottom: 5.781vw;
    min-height: 43.229vw;
  }

  .testimonials .image {
    position: absolute;
    left: 11.771vw;
    top: auto;
    bottom: 0;
    transform: none;
    width: 28.594vw;
    height: 39.219vw;
    border-radius: 2.083vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    padding: 1.979vw 1.875vw 10.833vw;
    box-shadow: 0 1.146vw 3.75vw 1.406vw rgba(0, 0, 0, 0.2);
  }

  .testimonials .image img {
    height: 32.396vw;
  }

  .testimonials .image:after {
    bottom: 1.25vw;
    width: 26.042vw;
    height: 2.5vw;
  }

  .testimonials .text {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
    text-align: left;
    padding-bottom: 0;
    font-size: 1.406vw;
  }

  .testimonials .text p {
    letter-spacing: normal;
  }

  .testimonials h2 {
    font-size: 7.813vw;
    color: #3390a6;
    line-height: 0.55;
    margin-bottom: 4vw;
  }

  .testimonials p {
    width: 38vw;
  }

  .testimonials .space {
    padding-left: 4.167vw;
  }

  .testimonials .author {
    margin-top: 1.563vw;
    text-transform: none;
  }

  .testimonials .slick-arrow {
    width: 2.188vw;
    height: 2.188vw;
    bottom: 3.906vw;
  }

  .testimonials .slick-prev {
    left: 50.260vw;
  }

  .testimonials .slick-next {
    right: 42.969vw;
  }

  .testimonials .slick-arrow:before {
    font-size: 2.188vw;
    color: #eb674c;
    opacity: 1;
  }
}

.home-shipping {
  position: relative;
  padding: 8.937vw 7.246vw;
  font-size: 4.589vw;
  line-height: 1.35;
  background-image: linear-gradient(to bottom, #fdf2ed 0%, #f4f8f7 100%);
}

.home-shipping:after {
  content: "";
  position: absolute;
  bottom: 14.493vw;
  right: -1vw;
  width: 18.599vw;
  height: 20.531vw;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/shipping-decor.png?v=53398010617890172711667420718);
  z-index: 5;
}

.home-shipping .wrapper {
  width: 88.406vw;
}

.home-shipping p {
  width: 84.541vw;
  margin-left: auto;
  margin-right: auto;
}

.home-shipping h2 {
  margin-bottom: 8.5vw;
}

.home-shipping strong {
  color: #f16f4d;
}

.home-shipping .image {
  margin-top: 10vw;
}

.home-shipping .image img {
  display: block;
}

.home-shipping .btn {
  height: 10.870vw;
  padding-left: 10.870vw;
  padding-right: 10.870vw;
  font-size: 4.106vw;
  padding-top: 2.8vw;
  margin-top: 15.700vw;
}

@media (min-width: 1000px) {
  .home-shipping {
    padding: 3.646vw 0 4.167vw;
    font-size: 1.094vw;
    line-height: 1.6;
    background-image: linear-gradient(to bottom, #fdf2ed 0%, #f4f8f7 100%);
  }
  
  .home-shipping:after {
    bottom: -7vw;
    right: -.5vw;
    width: 8.333vw;
    height: 8.073vw;
  }
  
  .home-shipping .wrapper {
    width: 87.188vw;
  }
  
  .home-shipping .text {
    width: 32.292vw;
  }
  
  .home-shipping p {
    width: 100%;
  }
  
  .home-shipping h2 {
    margin-bottom: 3vw;
  }
  
  .home-shipping strong {
    color: #f16f4d;
  }
  
  .home-shipping .image {
    position: absolute;
    right: 4.479vw;
    top: 6.615vw;
    width: 51.823vw;
    margin-top: 0;
  }
  
  .home-shipping .btn {
    padding: .9vw 3.125vw 1vw;
    font-size: 1.198vw;
    margin-top: 1.3vw;
    height: auto;
  }
}

.instagram {
  padding-top: 4vw;
  padding-bottom: 9.662vw;
  background-color: #fff;
}

.instagram.inst-home {
  padding-top: 2.415vw;
  background-image: linear-gradient(to bottom, #f4f8f7 0%, #f2f9f9 100%);
}

.instagram h2 {
  margin-bottom: 8.5vw;
}

.instagram .wrapper {
  display: flex;
  align-items: center;
  width: auto;
  padding: 1.208vw 0 1.691vw;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.instagram .wrapper::-webkit-scrollbar{ 
  display: none;
}

.instagram a {
  position: relative;
  display: block;
  width: 48.792vw;
  height: 48.792vw;
  min-width: 48.792vw;
  margin: 0 0.966vw;
  overflow: hidden;
}

.instagram a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: .2s;
}

.instagram a .overlay .icon {
  width: 8.696vw;
  height: 8.696vw;
  border-radius: 100%;
  background-color: #3692a7;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 4.106vw;
}

.instagram a .overlay:hover {
  opacity: 1;
}

.instagram img {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 1000px) {
  .instagram {
    padding-top: 2vw;
    padding-bottom: 4.115vw;
    text-align: center;
  }

  .instagram.inst-home {
    background: #f2f9f9;
    padding-top: 2.865vw;
  }

  .instagram .wrapper {
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .instagram h2 {
    margin-bottom: 3.125vw;
    letter-spacing: .02em;
  }

  .instagram a {
    width: 18.542vw;
    height: 18.542vw;
    min-width: 18.542vw;
    margin: 0 0.365vw;
  }

  .instagram a .overlay .icon {
    width: 3.177vw;
    height: 3.177vw;
    font-size: 1.563vw;
  }
}

footer {
  padding: 12.077vw 0 6.039vw;
  background-color: rgba(253, 242, 237, .4);
  font-size: 4.589vw;
  line-height: 1.3;
}

footer .wrapper {
  width: 89.372vw;
}

footer  .logo {
  display: block;
  width: 84.058vw;
  margin: 0 auto 6.5vw;
}

footer  .logo img {
  display: block;
}

footer .subscription {
  letter-spacing: 0.1em;
}

footer .subscription p {
  margin-bottom: 5.9vw;
}

footer form {
  width: 84.541vw;
  position: relative;
  margin: 0 auto 7.971vw;
}

footer input {
  width: 100%;
  display: block;
  border-radius: 4.831vw;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  height: 9.903vw;
  font-family: "Gotham";
  padding: 0 10vw;
}

footer form button {
  width: 6.280vw;
  height: 5.556vw;
  background-color: transparent;
  position: absolute;
  top: 2.5vw;
  right: 6.039vw;
  padding: 0;
  border: none;
}

a, button, input, .slick-slide {
  outline: none;
}

footer form button img {
  object-fit: contain;
}

footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social a {
  display: block;
  margin: 0 3.865vw;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.072vw;
  color: #fff;
  width: 12.077vw;
  height: 12.077vw;
}

footer .social .inst {
  background-color: #ef6b54;
  font-size: 5.072vw;
}

footer .social .fb {
  background-color: #3692a7;
  font-size: 4.589vw;
}

footer .social .pinterest {
  background-color: #f7a549;
  font-size: 4.831vw;
}

footer .social .email {
  background-color: #88bf55;
}

footer .menu ul {
  display: none;
  padding-top: 6.522vw;
}

footer h4 {
  font-weight: 700;
  font-size: 5.072vw;
}

footer .quick-shop h4 {
  margin-bottom: 6.522vw;
}

footer ul {
  font-size: 4.589vw;
  line-height: 1.75;
  letter-spacing: .1em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer ul a {
  display: block;
}

footer .menus {
  width: 86.957vw;
  margin: 0 auto;
  text-align: left;
  margin-top: 4.831vw;
}

footer .menus h4 {
  padding: 5.5vw 0 6vw;
  position: relative;
  cursor: pointer;
}

footer .menus h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/footer-line-mobile.png?v=51402560159073545021667420718);
}

footer .menus h4:before {
  content: "\ea99";
  position: absolute;
  width: 6.039vw;
  height: 6.039vw;
  font-family: icofont;
  font-size: 7.729vw;
  color: #e96851;
  bottom: 8.454vw;
  right: 6.039vw;
}

footer .quick-shop {
  text-align: left;
  margin-top: 7vw;
  margin-left: 2.415vw;
}

footer a {
  transition: .2s;
}

footer a:hover {
  opacity: .8;
}

footer  .copyright {
  font-size: 3.140vw;
  line-height: 1.6;
  opacity: .7;
  margin-top: 9vw;
  letter-spacing: .1em;
}

button {
  cursor: pointer;
}

@media (min-width: 1000px) {
  footer {
    padding: 4.635vw 0 2.083vw;
    font-size: 1.198vw;
    line-height: 1.4;
  }
  
  footer .wrapper {
    width: 86.25vw;
  }
  
  footer .wrapper .row {
    display: flex;
  }
  
  footer .logo {
    width: 19.375vw;
    margin: 0 0 2.2vw;
  }
  
  footer .col {
    width: 27.083vw;
  }
  
  footer .subscription p {
    margin-bottom: 2.5vw;
  }
  
  footer form {
    width: 26.510vw;
    margin: 0 0 3.281vw;
  }
  
  footer input {
    border-radius: 1.563vw;
    height: 3.073vw;
    padding: 0 2vw;
  }
  
  footer form button {
    width: 1.979vw;
    height: 1.771vw;
    right: 1.875vw;
    top: 0.7vw;
  }
  
  footer .social {
    justify-content: flex-start;
    padding-left: 0.677vw;
  }
  
  footer .social a {
    margin: 0 2.5vw 0 0;
    font-size: 1.563vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  
  footer .social .inst {
    font-size: 1.563vw;
  }
  
  footer .social .fb {
    font-size: 1.406vw;
  }
  
  footer .social .pinterest {
    font-size: 1.510vw;
  }
  
  footer .menu ul {
    padding-top: 1.406vw;
  }
  
  footer h4 {
    font-size: 1.406vw;
  }
  
  footer .quick-shop h4 {
    margin-bottom: 1.302vw;
  }
  
  footer ul {
    font-size: 1.198vw;
    line-height: 1.8;
  }
  
  footer .menus {
    width: 24.375vw;
    margin: 0 0 0 7.813vw;
    margin-top: 0;
  }
  
  footer .menus h4 {
    padding: 1.7vw 0 1.7vw;
  }
  
  footer .menu:last-child ul {
    padding-top: 0;
  }
  
  footer .menus .menu:first-of-type h4 {
    padding-top: .5vw;
  }
  
  footer .menus .menu:last-of-type h4:after {
    display: none;
  }
  
  footer .menus h4:after {
    height: 2px;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/footer-line.png?v=78154850640337564611667420718);
  }
  
  footer .menus h4:before {
    width: 2.188vw;
    height: 2.188vw;
    font-size: 2.188vw;
    bottom: 1.823vw;
    right: 1.302vw;
  }
  
  footer .quick-shop {
    margin-top: .5vw;
    margin-left: 6.458vw;
  }
  
  footer  .copyright {
    font-size: 0.990vw;
    margin-top: 1.3vw;
    text-align: right;
    letter-spacing: 0.1em;
    margin-right: 0.521vw;
  }
}

main.bg-beige {
  background-image: linear-gradient(to top, #f2f9f9 0%, #fdf2ed 100%);
}

main.bg-blue {
  background-image: linear-gradient(-191deg, #f2f9f9 0%, #fdf2ed 100%);
}

.shop-page {
  padding: 0.483vw 0 54vw;
  position: relative;
  overflow: hidden;
}

.shop-page:after {
  content: "";
  position: absolute;
  bottom: -5.5vw;
  right: -33.092vw;
  width: 106.280vw;
  height: 72.464vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/shop-decor.png?v=172482713964926680681667420718);
}

.shop-page h1 {
  font-size: 25.121vw;
  margin-bottom: 8.454vw;
}

.collection-filters {
  font-size: 4.589vw;
  width: 78.502vw;
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.1em;
  position: relative;
}

.collection-filters ul {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  transform: translateY(100%);
  background-color: #3092a8;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 3.623vw 0;
  z-index: 1000;
}

.collection-filters .bulk {
  display: none;
}

.collection-filters ul a {
  display: block;
  padding: 0.483vw 4.831vw;
}

.collection-filters .active {
  font-weight: 700;
  line-height: 1;
  padding: 0 13.285vw 1.932vw 1.208vw;
  position: relative;
  border-bottom: 4px solid #3692a7;
  border-radius: 0.483vw;
  position: relative;
}

.collection-filters  .active:after {
  content: "\eab2";
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 0;
  width: 9.662vw;
  height: 9.662vw;
  border: 1px solid #020202;
  background-image: radial-gradient(circle, #3692a7 0%, #3692a7 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  font-size: 4.589vw;
  color: #fff;
  font-family: icofont;
  border-radius: 100%;
  background-color: #fbf3ee;
  padding: 2.5vw 2.1vw;
  box-sizing: border-box;
  z-index: 100000;
}

.collection-filters ul .current {
  position: relative;
}

.collection-filters ul .current:after {
  content: "";
  position: absolute;
  bottom: 0.483vw;
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
  height: 1px;
  background-color: #fff;
}

.shop-grid {
  padding: 10.145vw 0 0;
}

.shop-grid .wrapper {
  width: 87.198vw;
}

.product-card {
  text-align: center;
}

.shop-grid .product-card {
  margin-bottom: 9.179vw;
}

.product-card .image {
  height: 86.232vw;
  display: block;
  margin-bottom: 7.246vw;
  box-shadow: 0 7.05vw 8.696vw 2.415vw rgba(3, 4, 4, 0.1);
}

.product-card .image img {
  display: block;
  height: 100%;
}

.product-card .title {
  font-size: 5.072vw;
  display: block;
  letter-spacing: 0.1em;
}

.product-card .price {
  display: none;
}

.product-card .overlay {
  width: 64.976vw;
  height: 9.420vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin: 4.106vw auto 0;
  padding: 0 12.077vw;
  color: #fff;
  font-size: 3.865vw;
  letter-spacing: .1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/product-price-bg.png?v=55719695905064699711667420718);
}

.product-card .overlay .cart {
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
}

@media (min-width: 1000px) {
  .shop-page {
    padding: 1.302vw 0 2.604vw;
  }

  .shop-page .wrapper {
    width: 84.375vw;
position: relative;
z-index: 1000;
  }

  .shop-page .row {
    display: flex;
    align-items: center;
  }
  
  .shop-page:after {
    bottom: 4.948vw;
    right: -9.375vw;
    width: 32.813vw;
    height: 20.833vw;
  }
  
  .shop-page h1 {
    font-size: 8.021vw;
    margin-bottom: 0;
    margin-left:0.781vw;
  }
  
  .collection-filters {
    font-size: 1.198vw;
    width: 73.385vw;
    margin: 0 0 0 2.604vw;
  }
  
  .collection-filters ul {
    display: flex;
    justify-content: flex-start;
    position: static;
    width: 100%;
    transform: none;
    background-color: transparent;
    color: #010101;
    padding: 0;
    border-bottom: 1px solid rgba(48, 146, 168, .4);
    letter-spacing: 0.15em;
    margin-top: 2.2vw;
  }
  
  .collection-filters ul li {
    margin: 0 1.042vw;
  }
  
  .collection-filters ul a {
    padding: 0 0 1.563vw;
  }

  .collection-filters ul .current {
    font-weight: 700;
  }

  .collection-filters ul .current:after {
    width: 100%;
    bottom: 0;
    transform: translate(-50%, 50%);
    height: 4px;
    border-radius: 0.104vw;
    background-color: #3092a8;
  }
  
  .collection-filters .active {
    display: none;
  }
  
  .shop-grid {
    padding: 0;
    margin-top: 4.167vw;
  }

  .product-card {
    width: 24.375vw;
  }
  
  .shop-grid .wrapper {
    width: 84.635vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    z-index: 10;
  }
  
  .shop-grid .product-card {
    margin-bottom: 3.333vw;
    margin: 0 5.469vw 3.333vw 0;
    padding-bottom: 1.406vw;
    position: relative;
  }
  
  .shop-grid .product-card:nth-of-type(3n) {
    margin-right: 0;
  }
  
  .product-card .image {
    height: 24.063vw;
    margin-bottom: 2.083vw;
    box-shadow: none;
    transition: .2s;
  }
  
  .shop-grid .product-card:hover .image {
    box-shadow: 0.833vw 1.25vw 1.875vw 0.521vw rgba(3, 4, 4, 0.1);
  }
  
  .shop-grid .product-card:last-child,
  .shop-grid .product-card:nth-last-child(-n+2),
  .shop-grid .product-card:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  
  .product-card .title {
    font-size: 1.406vw;
    transition: .2s;
  }
  
  .shop-grid .product-card:hover .title {
    font-weight: 700;
  }
  
  .product-card .price {
    display: block;
    font-size: 1.094vw;
    margin-top: 0.938vw;
    letter-spacing: 0.1em;
    transition: .2s;
  }
  
  .shop-grid .product-card:hover .price {
    opacity: 0;
  }
  
  .product-card .overlay {
    width: 18.229vw;
    height: 2.604vw;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 0 3.333vw;
    font-size: 1.094vw;
    opacity: 0;
    transition: .2s;
  }
  
  .shop-grid .product-card:hover .overlay {
    opacity: 1;
  }
  
  .product-card .overlay .cart {
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: 700;
    color: #fff;
    letter-spacing: .05em;
  }
}

.features {
  background-color: #2e8ca1;
  color: #fff;
  font-size: 5.072vw;
  line-height: 1.8;
  padding: 4.831vw 0 3.623vw;
}

.features .wrapper {
  width: 95vw;
}

@media (min-width: 1000px) {
  .features {
    font-size: 1.406vw;
    line-height: 1.4;
    padding: 1.875vw 0 1.927vw;
    text-align: center;
  }
}

.product-page {
  padding: 2.415vw 0 13vw;
}

.pdp .wrapper {
  width: 94.686vw;
}


.pdp-left {
    width: 100%
}
@media (min-width: 1000px) {
  .pdp-left {
    width: 48%
  }
}


.pdp-images {
  opacity: 0;
  height: 94.686vw;
}

.pdp-images .image {
  background-color: #fff;
  height: 94.686vw;
}

.pdp-images .image img {
  width: 93.720vw;
  height: 93.720vw;
}

.pdp-images .slick-arrow {
  width: 8.454vw;
  height: 8.454vw;
  background-color: #f16a4f;
  border-radius: 100%;
  padding: 1.449vw 0;
  bottom: 6.522vw;
  transform: none;
  top: auto;
  z-index: 10;
  box-shadow: 0.725vw 0.966vw 4.589vw 0.242vw rgba(46, 46, 46, 0.4);
}

.pdp-images .slick-arrow:before {
  font-size: 5.797vw;
}

.pdp-images .slick-prev {
  left: 36.232vw;
  padding-right: 0.725vw;
}

.pdp-images .slick-prev:before {
  content: '\ea9d';
}

.pdp-images .slick-next {
  right: 36.232vw;
  padding-left: 0.725vw;
}

.pdp-images .slick-next:before {
  content: '\eaa0';
}

.pdp h1 {
  font-size: 16.184vw;
  margin-top: 6.039vw;
  margin-bottom: 4.106vw;
}

.pdp .in-box {
  width: 82.126vw;
  margin: 0 auto;
  font-size: 3.623vw;
  line-height: 1.7;
  padding-bottom: 4.106vw;
  position: relative;
}

.pdp .in-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: auto 100%;
  background-position: center;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/pdp-line.png?v=10514068369568518431667420718);
}

.pdp .in-box p {
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

.pdp .in-box h3 {
  text-transform: none;
  color: #3692a7;
  font-weight: 700;
  font-size: 5.072vw;
  margin-bottom: 3.623vw;
}

.pdp .add-to-cart {
  padding: 3.623vw 0 7.246vw;
  width: 78.744vw;
  margin: 0 auto;
  position: relative;
}

.pdp .add-to-cart:after {
  content: "";
  position: absolute;
  bottom: 0;
  height:2px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: auto 100%;
  background-position: center;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/pdp-line.png?v=10514068369568518431667420718);
}

.pdp .swym-button-bar {
  display: none !important;
}

.pdp .add-to-cart .price {
  font-size: 5.072vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3.140vw;
}

.pdp .add-to-cart .btn {
  width: 100%;
  font-size: 4.348vw;
  padding-top: 3.382vw;
  padding-bottom: 3.382vw;
} 

.pdp .add-to-cart .customize {
  border: 2px solid #ef6b54;
  color: #ef6b54;
  margin-bottom: 2.415vw;
  position: relative;
}

.pdp .add-to-cart .customize.saved:after {
  content: "\f121";
  position: absolute;
  top: -3.140vw;
  left: 1.208vw;
  width: 6.280vw;
  height: 6.280vw;
  background-color: #ef6b54;
  border-radius: 100%;
  font-size: 3.140vw;
  line-height: 1;
  font-family: Ionicons;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdp button.add-to-wishlist {
  border: none;
  font-size: 4.348vw;
  height: 4.348vw;
  width: 4.348vw;
  position: absolute;
  color: #ef6b54;
  opacity: 0.6;
  transition: .2s;
  background: transparent !important;
  padding: 0;
  top: 5.314vw;
  right: 1.932vw;
}

.pdp button.add-to-wishlist:hover {
  opacity: 1;
}

.pdp .description {
  font-size: 3.623vw;
  width: 86.473vw;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 1.95;
  padding-top: 4.831vw;
}

.pdp .description p {
  letter-spacing: 0.1em;
}

.pdp .description p:last-child {
  margin: 0;
}

.pdp .description ul {
  text-align: left;
}

.pdp .share {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #020202;
  line-height: 1;
  margin-top: 3.623vw;
}

.sharethis-inline-share-buttons {
  display: flex;
  align-items: center;
}

.pdp .share span,
.pdp .share a {
  opacity: .6;
  transition: .2s;
  margin: 0 2.415vw;
}

.pdp .share a:hover {
  opacity: 1;
}

.pdp .share .st-btn {
  background-color: transparent !important;
  width: 3.623vw !important;
  height: 3.623vw !important;
  opacity: 0.6;
  min-width: auto !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 2.415vw !important;
}

.pdp .share .st-btn:hover {
  opacity: 1;
  transform: none !important;
  top: 0 !important;
}

.pdp .share .st-btn img,
.pdp .share .st-btn .st-label {
  display: none !important;
}

.pdp .share .st-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.623vw;
  font-family: themify;
  color: #020202;
  line-height: 1;
}

.pdp .share .st-btn[data-network="twitter"]:after {
  content: "\e72a";
}

.pdp .share .st-btn[data-network="pinterest"]:after {
  content: "\e731";
}

.pdp .share .st-btn[data-network="facebook"]:after {
  content: "\e741";
}

.pdp-features .items {
  margin-top: 12.802vw;
}

@media (min-width: 1000px) {
  .product-page {
    padding: 0 0 4vw;
  }
  
  .pdp .wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  
  .pdp-images {
    width: 49.427vw;
    height: 48.177vw;
  }
  
  .pdp-images .image {
    height: 48.177vw;
  }
  
  .pdp-images .image img {
    width: 48.958vw;
    height: 47.656vw;
  }
  
  .pdp-images .slick-arrow {
    width: 2.865vw;
    height: 2.865vw;
    padding: 0.417vw 0;
    bottom: 1.823vw;
    box-shadow: 0.156vw 0.208vw 0.990vw 0.052vw rgba(46, 46, 46, 0.4);
  }
  
  .pdp-images .slick-arrow:before {
    font-size: 2.083vw;
  }
  
  .pdp-images .slick-prev {
    left: 39.063vw;
    padding-right: 0.156vw;
  }
  
  .pdp-images .slick-next {
    right: 2.344vw;
    padding-left: 0.156vw;
  }
  
  .pdp-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50.521vw;
    padding: 0 5.990vw 1.563vw;
    position: relative;
  }
  
  .pdp h1 {
    font-size: 5.417vw;
    margin-top: 4.167vw;
    margin-bottom: 2.865vw;
  }
  
  .pdp .in-box {
    width: 34.375vw;
    font-size: 1.042vw;
    line-height: 1.3;
    padding-bottom: 2.344vw;
    order: 2;
    margin-top: 2.344vw;
  }
  
  .pdp .in-box:after {
    width: 45.156vw;
  }
  
  .pdp .in-box p {
    letter-spacing: 0.1em;
  }
  
  .pdp .in-box h3 {
    font-size: 1.406vw;
    margin-bottom: 1.042vw;
  }
  
  .pdp .add-to-cart {
    padding: 3.177vw 0 3.125vw;
    width: 100%;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    flex-wrap: wrap;
  }
  
  .pdp .add-to-cart:after {
    display: none;
  }
  
  .pdp .add-to-cart .price {
    font-size: 1.719vw;
    margin-bottom: 0;
    margin-right: 1.927vw;
  }
  
  .pdp .add-to-cart .btn {
    width: 13.542vw;
    font-size: 1.198vw;
    padding: 0.85vw 0 0.95vw;
  } 
  
  .pdp .add-to-cart .customize {
    margin-bottom: 0;
    width: 13.073vw;
    order: 1;
    margin-left: 1.302vw;
  }

  .pdp .add-to-cart .customize.saved:after {
    top: -0.833vw;
    left: 0.208vw;
    width: 1.615vw;
    height: 1.615vw;
    font-size: 0.833vw;
  }
  
  .pdp button.add-to-wishlist {
    font-size: 1.302vw;
    height: 1.302vw;
    width: 1.302vw;
    top: auto;
    bottom: 1.667vw;
    right: 8.073vw;
  }
  
  .pdp .description {
    font-size: 1.094vw;
    width: 100%;
    line-height: 1.6;
    padding-top: 0;
    letter-spacing: .08em;
  }
  
  .pdp .description p {
    letter-spacing: .08em;
  }
  
  .pdp .share {
    justify-content: flex-start;
    width: 100%;
    margin-top: 1.563vw;
    order: 3;
    font-size: 1.042vw;
    padding-left: 0.260vw;
  }
  
  .pdp .share span,
  .pdp .share a {
    margin: 0 0.781vw;
  }
  
  .pdp .share .st-btn {
    width: 1.042vw !important;
    height: 1.042vw !important;
    margin: 0 0.625vw !important;
  }
  
  .pdp .share .st-btn:after {
    font-size: 1.042vw;
  }

  .pdp-features .items {
    margin-top: 5.85vw;
  }
}

.accordion {
  text-align: left;
}

.accordion h4 {
  font-size: 4.589vw;
  color: #020202;
  position: relative;
  padding-right: 15vw;
  cursor: pointer;
}

.accordion .tab {
  margin-bottom: 6.039vw;
  transition: .2s;
}

.accordion .tab:not(.active)  {
  margin-bottom: 8.937vw;
}

.accordion .tab:last-of-type {
  margin-bottom: 0;
}

.accordion h4:after {
  content: "\eab2";
  position: absolute;
  top: -1.208vw;
  right: 0;
  width: 8.454vw;
  height: 8.454vw;
  border: 1px solid #020202;
  background-image: radial-gradient(circle, #3692a7 0%, #3692a7 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  font-size: 4vw;
  color: #fff;
  font-family: icofont;
  border-radius: 100%;
  background-color: #fbf3ee;
  padding: 1.3vw 2vw;
  box-sizing: border-box;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
}

.accordion .tab.active h4 {
  font-weight: 700;
}

.accordion .tab.active h4:after {
  transform: rotate(180deg);
}

.accordion .text {
  display: none;
  font-size: 3.623vw;
  line-height: 1.9;
  padding-right: 12.077vw;
  padding-top: 3.623vw;
}

.accordion .text p:last-child {
  margin-bottom: 0;
}

.accordion h4 .line {
  position: absolute;
  top: 2.899vw;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #020202;
}

.pdp-accordion {
  padding-top: 25.362vw;
}

.spr-button, .spr-button-primary {
  border-color: #3692a7;
  color: #3692a7;
}

.accordion .tab p {
  margin: 0;
}

@media (min-width: 1000px) {
  .accordion h4 {
    font-size: 1.302vw;
    padding-right: 5.208vw;
  }
  
  .accordion .tab {
    margin-bottom: 1.823vw;
  }
  
  .accordion .tab:not(.active)  {
    margin-bottom: 2.083vw;
  }
  
  .accordion h4:after {
    top: -0.156vw;
    width: 2.083vw;
    height: 2.083vw;
    font-size: 0.990vw;
    padding: 0.417vw 0.52vw;
  }
  
  .accordion .text {
    font-size: 1.198vw;
    line-height: 1.5;
    padding: 1.302vw 3.854vw 0.781vw;
  }
  
  .accordion h4 .line {
    top: 0.885vw;
  }
  
  .pdp-accordion {
    padding-top: 7.292vw;
  }
  
  .pdp-accordion .wrapper {
    width: 84.375vw;
  }

  .accordion .tabs .tab:last-of-type,
  .accordion .tab:not(.active):last-of-type {
    margin-bottom: 0;
  }
}

.pdp-reviews .wrapper {
  width: 88.889vw;
}

.pdp-reviews .spr-review {
  position: relative;
  border: none;
  padding: 10.870vw 9.662vw 0 12.077vw;
  border: none !important;
  text-align: center;
  margin: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pdp-reviews .spr-starratings {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-reviews .spr-review-header {
  order: 3;
}

.pdp-reviews  .spr-review-header-title {
  display: none;
}

.pdp-reviews  .spr-review .spr-review-header {
  display: flex;
  flex-direction: column-reverse;
}

.pdp-reviews  .spr-review-content-body {
  font-size: 5.072vw;
  line-height: 1.6;
}

.pdp-reviews  .spr-container {
  width: 100%;
  border: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column-reverse;
}

.pdp-reviews  .spr-reviews {
  margin: 0;
  position: relative;
  padding-bottom: 16.908vw;
  background-color: #3692a7;
}

.pdp-reviews  .spr-reviews .slick-list {
  overflow: visible !important;
}

.pdp-reviews  .spr-reviews:after {
  content: "";
  width: 23.913vw;
  height: 19.324vw;
  position: absolute;
  top: -6.522vw;
  left: 4.106vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/pin.png?v=93053048053953988851667420718);
}

.pdp-reviews  .spr-review-footer,
.pdp-reviews  .spr-header-title {
  display: none;
}

.pdp-reviews  .spr-review-header-title {
  font-weight: 700;
  font-family: "IsidoraBold";
  font-size: 5.072vw;
  margin-bottom: 3.623vw;
}

.pdp-reviews  .spr-starratings {
  margin-bottom: 0;
}

.pdp-reviews .spr-icon-star {
  width: 4.348vw;
  height: 4.348vw;
  margin: 0 0.483vw;
  display: inline-block;
  position: relative;
}

.pdp-reviews .spr-icon-star:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/star.svg?v=68737279964877153051667420718);
}

.pdp-reviews  .spr-starratings i {
  color: #ffff;
  font-size: 5.072vw;
}

.pdp-reviews  .spr-review-content {
  text-align: left;
  margin-bottom: 8vw;
}

.pdp-reviews .spr-review:first-child {
  margin: 0;
}

.pdp-reviews  .spr-review-header-byline {
  font-size: 5.072vw;
  line-height: 1.6;
  font-style: normal;
  margin-bottom: 4.831vw;
  text-transform: lowercase;
  letter-spacing: .08em;
}

.pdp-reviews .slick-arrow {
  bottom: 7.971vw;
  top: auto;
  transform: none;
  width: 4.348vw;
  height: 4.348vw;
  font-size: 7.05vw;
  z-index: 10;
}

.pdp-reviews .slick-arrow:before {
  opacity: 1;
}

.pdp-reviews .slick-prev {
  left: 33.816vw;
}

.pdp-reviews .slick-next {
  right: 33.816vw;
}

.pdp-reviews  .spr-summary {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #ef6b54;
  font-size: 6.522vw;
  font-weight: 700;
  margin-top: 4.106vw;
}

.pdp-reviews .spr-summary .spr-icon-star {
  width: 5.556vw;
  height: 5.556vw;
  margin: 0 0.483vw;
}

.pdp-reviews .spr-summary-actions {
  display: none;
}

.pdp-reviews .spr-summary .spr-starrating {
  order: 1;
  margin: 0;
}

#shopify-product-reviews {
  margin-bottom: 0 !important;
  overflow: visible !important;
}

.pdp-reviews .spr-summary .spr-icon-star:before {
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/star-orange.svg?v=65886911357632145171667420718);
}

.pdp-reviews .spr-summary-caption {
  letter-spacing: 0.1em;
  margin-right: 9.662vw;
}

.pdp-reviews h2 {
  font-size: 30.193vw;
  margin-bottom: -2.415vw;
}

.pdp-reviews {
  padding-top: 8.454vw;
  position: relative;
}

.pdp-reviews:after {
  content: "";
  width: 27.778vw;
  height: 36.473vw;
  position: absolute;
  top: 10.870vw;
  right: 0;
  z-index: 5;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/pdp-reviews-mobile.png?v=129855447311938129551667420718);
}

.pdp-reviews .slick-track {
  display: flex;
}

.spr-icon.spr-icon-star-empty {
  line-height: 1.3;
  width: 6vw;
}

.spr-icon-star-empty:before {
  font-size: 4.348vw !important;
}

@media (min-width: 1000px) {
  .pdp-reviews .wrapper {
    width: 79.896vw;
    padding-left: 4.688vw;
  }
  
  .pdp-reviews .spr-review {
    padding: 5.469vw 9.375vw 0 8.698vw;
    text-align: left;
    align-items: flex-start;
  }
  
  .pdp-reviews  .spr-review .spr-review-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  
  .pdp-reviews  .spr-review-content-body {
    font-size: 1.406vw;
    line-height: 1.4;
    letter-spacing: .1em;
  }
  
  .pdp-reviews  .spr-reviews {
    padding-bottom: 6.25vw;
  }
  
  .pdp-reviews  .spr-reviews:after {
    width: 9.375vw;
    height: 6.563vw;
    top: -1.823vw;
    left: 0.781vw;
  }
  
  .pdp-reviews .spr-icon-star {
    width: 1.094vw;
    height: 1.094vw;
    margin: 0 0.104vw;
  }
  
  .pdp-reviews  .spr-starratings i {
    font-size: 1.302vw;
  }
  
  .pdp-reviews  .spr-review-content {
    margin-bottom: 1.823vw;
  }
  
  .pdp-reviews  .spr-review-header-byline {
    font-size: 1.406vw;
    margin-bottom: 0;
    margin-right: 2.083vw;
  }
  
  .pdp-reviews .slick-arrow {
    bottom: 3.4vw;
    width: 2.188vw;
    height: 2.188vw;
  }
  
  .pdp-reviews .slick-arrow:before {
    font-size: 2.188vw;
  }
  
  .pdp-reviews .slick-prev {
    left: 64.063vw;
  }
  
  .pdp-reviews .slick-next {
    right: 4.688vw;
  }
  
  .pdp-reviews  .spr-summary {
    justify-content: flex-start;
    font-size: 1.719vw;
    margin-top: 1.302vw;
  }
  
  .pdp-reviews .spr-summary .spr-icon-star {
    width: 1.458vw;
    height: 1.458vw;
    margin: 0 0.104vw;
  }
  
  .pdp-reviews .spr-summary-caption {
    margin-right: 2.083vw;
  }
  
  .pdp-reviews h2 {
    font-size: 8.021vw;
    margin-bottom: 3.021vw;
    margin-left: -4.688vw;
  }
  
  .pdp-reviews {
    padding-top: 1.719vw;
  }
  
  .pdp-reviews:after {
    width: 13.542vw;
    height: 19.896vw;
    top: 1.823vw;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/pdp-reviews.png?v=79764475327094622651667420718);
  }

  .spr-icon.spr-icon-star-empty {
    width: 1vw;
    margin-left: .2vw;
  }

  .spr-icon-star-empty:before {
        font-size: 1.111vw !important;
  }
}

.pdp-bottom {
  padding: 4.348vw 0 8.454vw;
  font-size: 3.623vw;
  line-height: 1.95;
  overflow: hidden;
}

.pdp-bottom .wrapper {
  width: 93.961vw;
}

.pdp-bottom img {
  display: block;
  height: 100%;
}

.pdp-bottom .image {
  height: 78.261vw;
  margin-bottom: 8.937vw;
  position: relative;
  z-index: 5;
}

.pdp-image-left .image:before,
.pdp-image-left .image:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pdp-image-left .image:before {
  width: 22.222vw;
  height: 21.981vw;
  bottom: -14.734vw;
  left: -5.556vw;
  z-index: -1;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/image-left-decor-2.png?v=51547400854214265181667420718);
}

.pdp-image-left .image:after {
  width: 26.329vw;
  height: 9.662vw;
  bottom: -4.831vw;
  left: -2.657vw;
  z-index: 10;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/image-left-decor.png?v=47589344296478744361667420718);
}

.pdp-bottom h2 {
  font-size: 25.121vw;
  margin-bottom: 6.522vw;
  letter-spacing: .02em;
}

.pdp-bottom .text {
  width: 88.164vw;
  margin: 0 auto;
}

.pdp-bottom p {
  margin-bottom: 7.246vw;
}

.pdp-bottom p:last-child {
  margin-bottom: 0;
}

.pdp-image-left + .pdp-image-right {
  margin-top: 7.246vw;
}

.pdp-image-right .image {
  margin-bottom: 3.623vw;
}

.pdp-image-right h2 {
  margin-bottom: 8.454vw;
}

.check-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.check-list ul li:before {
  content: "\f00c";
  color: #ef6b54;
  font-family: "Font Awesome 5 Free";
  top: 0;
  font-weight: 700;
  margin-right: 1.208vw;
}

@media (min-width: 1000px) {
  .pdp-bottom {
    padding: 3.125vw 0 3.698vw;
    font-size: 1.094vw;
    line-height: 1.6;
    text-align: center;
  }
  
  .pdp-bottom .wrapper {
    width: 86.563vw;
  }
  
  .pdp-bottom .pdp-image-section {
    display: flex;
    align-items: center;
  }
  
  .pdp-bottom .image {
    width: 50%;
    height: 35.990vw;
    margin-bottom: 0;
  }
  
  .pdp-image-left .image:before {
    width: 10.260vw;
    height: 10.104vw;
    bottom: -6.823vw;
    left: -2.604vw;
  }
  
  .pdp-image-left .image:after {
    width: 12.188vw;
    height: 4.531vw;
    bottom: -2.292vw;
    left: -1.302vw;
  }
  
  .pdp-bottom .text {
    width: 50%;
    padding: 1.042vw 1.823vw 1.042vw 4.688vw;
  }
  
  .pdp-bottom h2 {
    font-size: 5.417vw;
    margin-bottom: 3.125vw;
    margin-top: 1.302vw;
  }
  
  .pdp-bottom p {
    margin-bottom: 1.563vw;
  }
  
  .pdp-bottom p:last-child {
    margin-bottom: 0;
  }
  
  .pdp-image-left + .pdp-image-right {
    margin-top: 3.229vw;
  }
  
  .pdp-image-right .image {
    margin-bottom: 0;
  }
  
  .pdp-image-right h2 {
    margin-bottom: 2.865vw;
    margin-top: 1.823vw;
  }
  
  .check-list ul li:before {
    content: "\f00c";
    color: #ef6b54;
    font-family: "Font Awesome 5 Free";
    top: 0;
    font-weight: 700;
    margin-right: 0.417vw;
  }
  
  .pdp-image-right li {
    margin-bottom: 0.521vw;
  }
  
  .pdp-image-right {
    flex-direction: row-reverse;
  }
  
  .pdp-image-right .text {
    padding-right: 6.771vw;
    padding-left: 1.823vw;
  }
}

.hero h3 {
  font-size: 7.05vw;
  text-transform: none;
  line-height: 1.3;
  color: #3692a7;
}

.about-page {
  padding: 7.246vw 0 5.072vw;
}

.about-hero .wrapper {
  width: 94.203vw;
}

.hero {
  line-height: 1.9;
  font-size: 3.623vw;
}

.hero p {
  margin-bottom: 5.556vw;
}

.about-hero {
  padding-bottom: 13.285vw;
}

.about-hero h2 {
  font-size: 30.676vw;
  letter-spacing: 0.01em;
  margin-top: -2.415vw;
  padding-left: 2.415vw;
  margin-bottom: 10.870vw;
}

.about-hero .images {
  width: 89.130vw;
  height: 85.749vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.about-hero .image {
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}

.about-hero .images .circle-image {
  width: 41.787vw;
  height: 41.787vw;
  border: 4px solid #3692a7;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -13.285vw;
  right: -9.903vw;
  z-index: 5;
}

.about-hero img {
  height: 100%;
}

.about-hero .images:after {
  content: "";
  position: absolute;
  top: 21.739vw;
  right: -21.498vw;
  width: 45.411vw;
  height: 42.029vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/about-hero-decor.png?v=62611323955948859661667420718);
}

@media (min-width: 1000px) {
  .hero h3 {
    font-size: 1.979vw;
    line-height: 1.2;
    margin-bottom: 0;
  }
  
  .about-page {
    padding: 3.125vw 0 0;
    background-size: 100% calc(100% - 54px);
    background-repeat: no-repeat;
  }
  
  .about-hero .wrapper {
    width: 84.792vw;
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: flex-end;
  }
  
  .hero {
    line-height: 1.4;
    font-size: 1.25vw;
  }
  
  .about-hero .text {
    width: 29.688vw;
  }
  
  .hero p {
    margin-bottom: 1.563vw;
  }
  
  .about-hero {
    padding-bottom: 0;
    position: relative;
  }
  
  .about-hero:after {
    content: "";
    position: absolute;
    bottom: -13.542vw;
    right: -9.896vw;
    width: 26.042vw;
    height: 46.875vw;
    z-index: 5;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/hero-about.png?v=160599079235816938651667420718);
  }
  
  .about-hero h2 {
    font-size: 8.438vw;
    margin-top: -0.521vw;
    padding-left: 0;
    margin-bottom: 3.125vw;
  }
  
  .about-hero h3 {
    margin-top: 2.344vw;
  }
  
  .about-hero .images {
    width: 34.219vw;
    height: 33vw;
    margin: 0 13.542vw 0 0;
  }
  
  .about-hero .image {
    border: 0.521vw solid #fff;
  }
  
  .about-hero .images .circle-image {
    width: 18.906vw;
    height: 18.906vw;
    bottom: -6.5vw;
    right: -12.448vw;
  }
  
  .about-hero .images:after {
    top: 14.1vw;
    right: -6.5vw;
    width: 9.844vw;
    height: 9.115vw;
  }
}

.you-must-know {
  padding-top: 1.691vw;
  font-size: 3.623vw;
  line-height: 1.95;
  position: relative;
}

.you-must-know .wrapper {
  width: 100%;
}

.you-must-know h2 {
  font-size: 24.155vw;
  margin-bottom: 3.623vw;
}

.you-must-know h3 {
  font-size: 9.179vw;
  line-height: 1.1;
  color: #ef6b54;
  margin-bottom: 9.662vw;
}

.you-must-know p {
  width: 88.164vw;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}

.you-must-know picture {
  height: 93.961vw;
  display: block;
  border: 2.415vw solid #fff;
  margin-top: 24.155vw;
}

.you-must-know picture img {
  height: 100%;
}
  
.you-must-know:after {
  content: "";
  position: absolute;
  bottom: 22.947vw;
  right: -44.686vw;
  width: 123.188vw;
  height: 120.773vw;
  z-index: 5;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/you-must-know.png?v=54152891852634486721667420718);
}

@media (min-width: 1000px) {
  .you-must-know {
    padding-top: 0;
    font-size: 1.25vw;
    line-height: 1.4;
    margin-top: -2.344vw;
  }
  
  .you-must-know .wrapper {
    width: 82.292vw;
  }
  
  .you-must-know .text {
    width: 41.667vw;
    padding-left: 5.677vw;
    padding-top: 6.25vw;
  }
  
  .you-must-know h2 {
    font-size: 6.927vw;
    margin-bottom: 2.083vw;
    margin-left: -5.677vw;
  }
  
  .you-must-know h3 {
    font-size: 2.396vw;
    line-height: 1.1;
    color: #ef6b54;
    margin-bottom: 2.083vw;
  }
  
  .you-must-know p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .you-must-know picture {
    width: 47.604vw;
    height: 33.073vw;
    margin-top: 0;
    position: absolute;
    right: -4.948vw;
    top: 0;
    border: 0.521vw solid #fff;
  }
    
  .you-must-know:after {
    display: none;
  }
}

.about-bites {
  padding-top: 8.454vw;
}

.about-bites .wrapper {
  width: 93.478vw;
}

.about-bites h2 {
  font-size: 30.918vw;
  margin-bottom: 8.454vw;
}

.about-bites .item {
  text-align: left;
  display: none;
}

.about-bites .item.active {
  display: block;
}

.about-bites .item .text {
  padding-left: 4.831vw;
  padding-right: 7.246vw;
  padding-top: 8.454vw;
}

.about-bites .item h3 {
  display: none;
}

.about-bites .item p {
  margin-bottom: 4.831vw;
}

.border-image {
  border: 10px solid #fff;
  display: block;
}

.border-image img {
  display: block;
  height: 100%;
}

.about-bites picture {
  border-width: 7px;
}

.about-bites .btn {
  margin-bottom: 7vw;
}

@media (min-width: 1000px) {
  .about-bites {
    padding-top: 2.9vw;
  }

  .about-bites .wrapper {
    width: 100%;
  }

  .about-bites .row {
    display: flex;
    align-items: center;
    width: 88.021vw;
    margin: 0 auto 2.8vw;
  }

  .about-bites h2 {
    font-size: 8.021vw;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .about-bites .collection-filters ul {
    width: 68.490vw;
    padding: 0 0.260vw;
    letter-spacing: .1em;
  }

  .about-bites .collection-filters ul li:first-of-type {
    margin-left: 0;
  }

  .about-bites .collection-filters ul li {
    margin: 0 1.042vw;
  }

  .about-bites .items {
    display: flex;
    width: auto;
    padding-left: 3.5vw;
    overflow-x: auto;
    padding-right: 26.042vw;
    -ms-overflow-style: none;
    scrollbar-width: none; 
  }

  .about-bites .items::-webkit-scrollbar {
    display: none;
  }

  .about-bites .item {
    display: flex;
    min-width: 66.823vw;
    padding-left: 6.927vw;
    opacity: 0.6;
    transition: .2s;
    position: relative;
  }

  .about-bites .item.active {
    opacity: 1;
    display: flex;
  }

  .about-bites .item .text {
    padding: 0;
    width: 26.042vw;
    margin-right: 4.792vw;
  }

  .about-bites .item h3 {
    display: block;
    font-size: 1.979vw;
    color: #000000;
    margin-bottom: 1.563vw;
    margin-top: 1.2vw;
  }

  .about-bites .item p {
    margin-bottom: 1.042vw;
  }

  .border-image {
    border: 0.521vw solid #fff;
    display: block;
  }

  .border-image img {
    display: block;
    height: 100%;
  }

  .about-bites picture {
    border-width: 0.365vw;
    width: 29.115vw;
  }

  .about-bites .btn {
    margin-bottom: 0;
    margin-top: 1.302vw;
  }
}

.who-bringing {
  padding: 9.662vw 0 9.662vw;
  position: relative;
}
  
.who-bringing:after {
  content: "";
  position: absolute;
  top: -38.647vw;
  left: -13.285vw;
  width: 70.048vw;
  height: 72.464vw;
  z-index: 5;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/who-bringing-decor.png?v=139551205822813243931667420718);
}
  
.who-bringing:before {
  content: "";
  position: absolute;
  bottom: -35.024vw;
  right: -23.430vw;
  width: 64.734vw;
  height: 42.271vw;
  z-index: 5;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/who-brigning-mobile.png?v=25622525733167112401667420718);
}

.who-bringing h2 {
  font-size: 20.048vw;
  color: #ef6b54;
  line-height: .95;
  margin-bottom: 9.662vw;
}

.who-bringing ul {
  margin-bottom: 6.039vw;
  text-align: left;
}

.who-bringing ul li {
  position: relative;
  padding-left: 6.039vw;
  line-height: 1.6;
  margin-bottom: 2.415vw;
}

.who-bringing ul li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.who-bringing p {
  letter-spacing: 0.1em;
  width: 82.126vw;
  margin: 0 auto 7.246vw;
}

@media (min-width: 1000px) {
  .who-bringing {
    padding: 4.948vw 0 1.042vw;
    text-align: center;
  }
    
  .who-bringing .wrapper {
    width: 71.354vw;
  }
    
  .who-bringing:after {
    top: -2.344vw;
    left: -5.208vw;
    width: 28.125vw;
    height: 26.042vw;
  }
    
  .who-bringing:before {
    bottom: -11.198vw;
    right: -5.833vw;
    width: 18.125vw;
    height: 21.25vw;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/who-bringing-decor-2.png?v=108736089058985040791667420718);
  }
  
  .who-bringing h2 {
    font-size: 6.927vw;
    line-height: .95;
    margin-bottom: 3.385vw;
  }
  
  .who-bringing ul {
    font-size: 1.094vw;
    column-count: 2;
    width: 45vw;
    column-gap: 6em;
    margin: 0 auto 3.125vw;
  }
  
  .who-bringing ul li {
    padding-left: 1.563vw;
    margin-bottom: 0.521vw;
  }
  
  .who-bringing p {
    width: 100%;
    margin: 0 auto 3.125vw;
  }
}

.how-boozy {
  background-color: #3092a8;
  color: #fff;
  padding: 26.570vw 0 21.739vw;
  min-height: 179.952vw;
  position: relative;
  overflow: hidden;
}

.how-boozy .image {
  position: absolute;
  top: 0;
  left: -190.821vw;
  height: 100%;
}

.how-boozy .image img {
  height: 100%;
  width: auto;
}

.how-boozy .wrapper {
  width: 82.126vw;
  position: relative;
  z-index: 5;
}

.how-boozy h2 {
  font-size: 30.193vw;
  color: #fff;
  line-height: 0.65;
  margin-bottom: 14.493vw;
}

.how-boozy p {
  letter-spacing: 0.1em;
  margin-bottom: 7.246vw;
}

@media (min-width: 1000px) {
  .how-boozy {
    padding: 9.896vw 0 3.490vw;
    min-height: auto;
    text-align: center;
  }
  
  .how-boozy .image {
    left: -2.969vw;
    height: 100%;
    min-height: 38.802vw;
  }

  .how-boozy .wrapper {
    width: 61.979vw;
  }
  
  .how-boozy h2 {
    font-size: 8.438vw;
    line-height: 1;
    margin-bottom: 2.604vw;
  }
  
  .how-boozy p {
    margin-bottom: 2.604vw;
  }
}

.cup-page {
  padding: 6.039vw 0 7vw;
}

.cup-hero .row {
  text-align: center;
}

.cup-hero {
  position: relative;
  text-align: left;
}
  
.cup-hero:before {
  content: "";
  position: absolute;
  bottom: -14.493vw;
  right: -22.947vw;
  width: 51.208vw;
  height: 27.536vw;
  z-index: 10;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/cup-hero-decor.png?v=84724030364008754441667420718);
}
  
.cup-hero:after {
  content: "";
  position: absolute;
  bottom: 37.440vw;
  right: -20.531vw;
  width: 65.217vw;
  height: 65.217vw;
  z-index: 10;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/cup-candle-mobile.png?v=12155947098019728101667420718);
}

.cup-hero h1 {
  font-size: 30.193vw;
  margin-bottom: 1.449vw;
}

.cup-hero h3 {
  color: #ef6b54;
  margin-bottom: 9.662vw;
}

.cup-hero .wrapper {
  width: 92.754vw;
}

.cup-hero .text {
  width: 86.957vw;
  margin: 0 auto;
}

.cup-hero p {
  font-size: 6.039vw;
  line-height: 1.5;
  margin-bottom: 7.246vw;
}

.cup-hero ul {
  line-height: 2.2;
}

.cup-hero .image {
  margin-top: 6.039vw;
  width: 90.097vw;
  height: 76.812vw;
  position: relative;
  z-index: 5;
}

.cup-hero .image:after {
  content: "";
  width: 87.923vw;
  height: 76.087vw;
  background-color: #ffffff;
  position: absolute;
  bottom: -3.865vw;
  right: -4.106vw;
  z-index: -1;
}
  
.cup-hero .image:before {
  content: "";
  position: absolute;
  bottom: -2.657vw;
  left: -2.657vw;
  width: 26.812vw;
  height: 10.145vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/cup-image-decor.png?v=67860613591337911861667420718);
}

@media (min-width: 1000px) {
  .cup-page {
    padding: 2.344vw 0 7.188vw;
  }
    
  .cup-hero:before {
    bottom: -7.5vw;
    right: -9.896vw;
    width: 23.229vw;
    height: 12.552vw;
  }
    
  .cup-hero:after {
    bottom: -10.938vw;
    right: auto;
    left: -4.167vw;
    width: 19.792vw;
    height: 15.625vw;
    background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/cup-candle.png?v=29723224570083276911667420718);
  }
  
  .cup-hero  .row {
    display: flex;
    align-items: flex-end;    
    margin-top: 0.781vw;
    margin-bottom: 3.125vw;
  }
  
  .cup-hero h1 {
    font-size: 8.438vw;
    margin-bottom: 0;
  }
  
  .cup-hero h3 {    
    margin-bottom: 2.083vw;
    margin-left: 2.604vw;
    font-size: 1.979vw;
  }
  
  .cup-hero .wrapper {
    width: 84.896vw;
    display: flex;
  }
  
  .cup-hero .text {
    width: 36.979vw;
    margin: 0 6.771vw 0 0;
  }
  
  .cup-hero p {
    font-size: 1.927vw;
    line-height: 1.3;
    margin-bottom: 2.604vw;
    margin-left: 0.781vw;
  }
  
  .cup-hero ul {
    line-height: 2.4;
    margin-left: 0.781vw;
    font-size: 1.302vw;
  }
  
  .cup-hero .image {
    margin-top: 0;
    width: 40.729vw;
    height: 34.740vw;
  }
  
  .cup-hero .image:after {
    width: 39.844vw;
    height: 34.427vw;
    bottom: -1.719vw;
    right: -1.875vw;
  }
    
  .cup-hero .image:before {
    bottom: -1.198vw;
    left: -1.302vw;
    width: 12.188vw;
    height: 4.531vw;
  }
}

.cup-steps {
  padding: 12.077vw 0 0;
}

.cup-steps span {
  font-family: "Casual Brush";
  font-size: 28.986vw;
  color: #ef6b54;
  margin-left: 5.556vw;
  line-height: 0;
}

.cup-steps .step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.971vw;
}

.cup-steps .step:last-of-type {
  margin-bottom: 0;
}

.cup-steps .num {
  height: 20.531vw;
  width: 20.531vw;
  border-radius: 100%;
  background-color: #ef6b54;
  font-size: 9.420vw;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.cup-steps .step:nth-of-type(2) span {
  color: #9ed7d5;
}

.cup-steps .step:nth-of-type(2) .num {
  background-color: #9ed7d5;
}

.cup-steps .step:nth-of-type(3) span {
  color: #f7a549;
}

.cup-steps .step:nth-of-type(3) .num {
  background-color: #f7a549;
}

@media (min-width: 1000px) {
  .cup-steps {
    padding: 7.031vw 0 0;
  }
  
  .cup-steps span {
    font-size: 9.271vw;
    margin-left: 1.823vw;
  }
  
  .cup-steps .steps {
    display: flex;
    justify-content: center;
  }
  
  .cup-steps .step {
    justify-content: flex-start;
    margin-bottom: 0;
    margin-right: 6.25vw;
  }
  
  .cup-steps .step:last-of-type {
    margin-right: 0;
  }
  
  .cup-steps .step:nth-of-type(2) span {
    margin-bottom: 1.563vw;
  }
  
  .cup-steps .num {
    height: 6.510vw;
    width: 6.510vw;
    font-size: 3.021vw;
  }
}

.cup-change-life {
  padding-top: 13.768vw;
}

.cup-change-life .wrapper {
  width: 89.372vw;
}

.cup-change-life .images {
  width: 86.715vw;
  height: 69.807vw;
  position: relative;
  margin: 0 auto 6.039vw;
}
  
.cup-change-life .images:before {
  content: "";
  position: absolute;
  bottom: -0.242vw;
  left: -3.623vw;
  width: 68.841vw;
  height: 68.841vw;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/cup-images-decor.png?v=73732643553714584191667420718);
}

.cup-change-life .images img {
  position: absolute;
  box-shadow: 0 4.831vw 7.246vw rgba(35, 31, 32, 0.15);
}

.cup-change-life .images .img-1 {
  width: 45.652vw;
  height: 46.618vw;
  top: 0;
  left: 0;
  z-index: 2;
}

.cup-change-life .images .img-2 {
  width: 49.517vw;
  height: 48.309vw;
  bottom: 0;
  right: 0;
}

.cup-change-life h3 {
  font-size: 7.05vw;
  color: #ef6b54;
  line-height: 1.6;
  margin-bottom: 7.246vw;
}

.cup-change-life p {
  margin-bottom: 7.246vw;
}

.cup-change-life p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .cup-change-life {
    padding-top: 3.646vw;
  }
  
  .cup-change-life .wrapper {
    width: 83.646vw;
    display: flex;
    align-items: center;
  }
  
  .cup-change-life .images {
    width: 41.302vw;
    height: 33.125vw;
    margin: 0 4.583vw 0 0;
  }
    
  .cup-change-life .images:before {
    bottom: -0.052vw;
    left: -1.563vw;
    width: 32.813vw;
    height: 32.813vw;
  }
  
  .cup-change-life .images img {
    box-shadow: 0.573vw 0.885vw 1.563vw rgba(35, 31, 32, 0.15);
  }
  
  .cup-change-life .images .img-1 {
    width: 21.667vw;
    height: 22.083vw;
  }
  
  .cup-change-life .images .img-2 {
    width: 23.646vw;
    height: 22.969vw;
  }
  
  .cup-change-life .text {
    width: 34.375vw;
  }
  
  .cup-change-life h3 {
    font-size: 2.396vw;
    line-height: 1.1;
    margin-bottom: 1.823vw;
  }
  
  .cup-change-life p {
    margin-bottom: 1.823vw;
  }

  .cup-change-life p:last-of-type {
    margin-bottom: 1.042vw;
  }
}

.cup-one-more-thing .image {
  height: 94.444vw;
  margin-bottom: 8.454vw;
}

.cup-one-more-thing .image img {
  height: 100%;
}

.cup-one-more-thing h2 {
  font-size: 24.155vw;
  margin-bottom: 7.246vw;
}

.cup-one-more-thing .wrapper {
  width: 84.541vw;
}

.cup-one-more-thing p {
  letter-spacing: 0.1em;
}

@media (min-width: 1000px) {
  .cup-one-more-thing {
    position: relative;
    min-height: 29.427vw;
  }

  .cup-one-more-thing .image {
    width: 38.333vw;
    height: 35.313vw;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 8.542vw;
    z-index: 5;
  }
  
  .cup-one-more-thing .text {
    width: 38.542vw;
    padding-top: 3.906vw;
  }
  
  .cup-one-more-thing h2 {
    font-size: 7.135vw;
    margin-bottom: 2.865vw;
  }
  
  .cup-one-more-thing .wrapper {
    width: 80.208vw;
  }
}

.cup-reviews {
  padding: 9.662vw 0;
  position: relative;
}

.cup-reviews:before {
  content: "";
  position: absolute;
  bottom: -6.039vw;
  left: -7.246vw;
  width: 35.990vw;
  height: 30.676vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/cup-reviews-decor.png?v=153326449742451601121667420718);
}

.cup-reviews h2 {
  font-size: 28.261vw;
  color: #ef6b54;
  line-height: .7;
  margin-bottom: 13.285vw;
}

.cup-reviews .wrapper {
  width: 100%;
}

.cup-reviews .review {
  margin: 0 5.556vw;
  background-color: #3692a7;
  padding: 10.870vw 9.662vw 27.778vw 12.077vw;
  font-size: 5.072vw;
  text-align: left;
  color: #fff;
  line-height: 1.6;
}

.cup-reviews .author {
  margin-top: 8.454vw;
  letter-spacing: 0.08em;
}

.cup-reviews .slick-arrow {
  bottom: 15.700vw;
  top: auto;
  transform: none;
  width: 4.348vw;
  height: 4.348vw;
  font-size: 7.05vw;
  z-index: 10;
}

.cup-reviews .slick-arrow:before {
  opacity: 1;
}

.cup-reviews .slick-prev {
  left: 38.647vw;
}

.cup-reviews .slick-next {
  right: 41.063vw;
}

.cup-reviews .reviews:after {
  content: "";
  width: 23.913vw;
  height: 19.324vw;
  position: absolute;
  top: -6.522vw;
  left: 8.454vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/cup-pin.png?v=163056413770149349591667420718);
}

@media (min-width: 1000px) {
  .cup-reviews {
    padding: 3.802vw 0 3.125vw;
  }
  
  .cup-reviews:before {
    bottom: -4.688vw;
    left: 24.167vw;
    width: 19.323vw;
    height: 17.396vw;
    z-index: -1;
  }
  
  .cup-reviews h2 {
    margin-bottom: 0;
    text-align: center;
    font-size: 8.021vw;
    margin-bottom: 2.604vw;
  }
  
  .cup-reviews .slick-list {
    padding-left: 2.083vw;
    overflow: visible !important;
  }
  
  .cup-reviews .wrapper {
    display: flex;
    align-items: center;
    padding-left: 6.771vw;
  }
  
  .cup-reviews .reviews {
    width: 67.969vw;
    margin: 0 0 0 auto;
    overflow: hidden;
  }
  
  .cup-reviews .review {
    margin: 1.615vw 1.146vw 0;
    padding: 4.948vw 4.948vw 5.729vw;
    font-size: 1.406vw;
    line-height: 1.4;
    width: 45vw;
    position: relative;
    opacity: 0.4;
    transition: .2s;
    height: auto !important;
  }
  
  .cup-reviews .review.slick-active {
    opacity: 1;
  }
  
  .cup-reviews .author {
    margin-top: 1.823vw;
  }
  
  .cup-reviews .slick-track {
    display: flex !important;
    align-items: stretch;
  }
  
  .cup-reviews .slick-arrow {
    bottom: 3.385vw;
    top: auto;
    transform: none;
    width: 4.348vw;
    height: 4.348vw;
    font-size: 7.05vw;
    z-index: 10;
  }
  
  .cup-reviews .slick-arrow:before {
    opacity: 1;
  }
  
  .cup-reviews .slick-prev {
    left: 8.333vw;
  }
  
  .cup-reviews .slick-next {
    right: 8.854vw;
  }
  
  .cup-reviews .reviews:after {
    display: none;
  }

  .cup-reviews .review:after {
    content: "";
    width: 9.375vw;
    height: 6.771vw;
    position: absolute;
    top: -1.615vw;
    left: 1.198vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/cup-pin.png?v=163056413770149349591667420718);
  }
}

.cup-collections {
  padding-top: 2.415vw;
  padding-bottom: 12.077vw;
}

.cup-collections h2 {
  font-size: 22.222vw;
  letter-spacing: .02em;
  margin-bottom: 8.937vw;
}

@media (min-width: 1000px) {
  .cup-collections {
    padding-top: 4.688vw;
    padding-bottom: 1.823vw;
  }
  
  .cup-collections h2 {
    font-size: 8.021vw;
    margin-bottom: 3.646vw;
  }
}

.flavors-page {
  padding: 8.454vw 0 11.836vw;
}

.flavors-hero h1 {
  font-size: 26.087vw;
  line-height: 0.7;
  margin-bottom: 8.454vw;
}

.flavors-hero h3  {
  width: 77.295vw;
  margin: 0 auto;
  color: #f16f4d;
  font-size: 7.971vw;
  line-height: 1.1;
  margin-bottom: 8.454vw;
}

.flavors-hero ul {
  line-height: 1.95;
}

.flavors-hero .image {
  width: 77.295vw;
  height: 77.295vw;
  position: relative;
  z-index: 5;
  border-radius: 100%;
  margin: 12.077vw auto 0;
  display: flex; 
  justify-content: center; 
  align-items: center; 
}

.flavors-hero .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.flavors-hero .image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4.348vw);
  height: calc(100% + 4.348vw);
  z-index: -1;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/flavors-img-border-mobile.png?v=19499328134751764291667420718);
}

.flavors-hero .image:after {
  content: "";
  position: absolute;
  bottom: -32.850vw;
  left: 10.870vw;
  width: 206.763vw;
  height: 83.092vw;
  z-index: -2;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/falvors-hero-decor.png?v=70730330530455149991667420718);
}


@media (min-width: 1000px) {
  .flavors-page {
    padding: 3.906vw 0 7vw;
    position: relative;
  }

  .flavors-page:after {
    content: "";
    position: absolute;
    bottom: -68px;
    left: -125px;
    width: 304px;
    height: 183px;
    z-index: 5;
    background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/flavors-decor.png?v=25652963974528364431667420718);
  }
  
  .flavors-hero h1 {
    font-size: 8.438vw;
    line-height: 1;
    margin-bottom: 3.125vw;
  }
  
  .flavors-hero .wrapper {
    display: flex;
    justify-content: flex-start;
    width: 89.063vw;
  }
  
  .flavors-hero h3  {
    width: auto;
    margin: 0 0 1.302vw;
    font-size: 2.396vw;
  }
  
  .flavors-hero ul {
    line-height: 1.95;
  }
  
  .flavors-hero ul li {
    margin-bottom: 0.677vw;
  }
  
  .flavors-hero .image {
    width: 28.646vw;
    height: 28.646vw;
    margin: 0.521vw 0 0 0;

  }

  .flavors-hero .image img {
    width: 27.865vw;
    height: 27.865vw;
    border-radius: 100%;
  }
  
  .flavors-hero .image:before {
    width: calc(100% + 0.781vw);
    height: calc(100% + 0.781vw);
    background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/flavors-img-border.png?v=180633523277967270021667420718);
  }
  
  .flavors-hero .image:after {
    bottom: -12.240vw;
    left: 4.167vw;
    width: 75.833vw;
    height: 30.469vw;
  }
  
}

.flavors-explore {
  padding-top: 38.647vw;
}

.flavors-explore h2 {
  font-size: 28.261vw;
  color: #ef6b54;
  letter-spacing: .02em;
  margin-bottom: 9.662vw;
}

.flavors-explore .wrapper {
  width: 92.271vw;
}

.tabs-block .tabs-nav {
  margin-bottom: 8.454vw;
  text-transform: lowercase;
}

.tabs-block .tabs-nav .active {
  border-color: #ef6b54;
}

.tabs-block .tabs-nav .active:after {
  background-image: radial-gradient(circle, #ef6b54 0%, #ef6b54 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}

.tabs-block .tabs-nav ul {
  background: #ef6b54;
}

.tabs-block .tab {
  background-color: #fff;
  padding: 5.072vw 3.623vw 8.696vw;
  border-radius: 11.353vw;
  font-size: 3.623vw;
  line-height: 1.95;
  display: none;
}

.tabs-block .tab.active {
  display: block;
}

.tabs-block .tab picture {
  height: 74.396vw;
  width: 81.401vw;
  margin: 0 auto;
  border-radius: 12.560vw;
  overflow: hidden;
  display: block;
}

.tabs-block .tab picture img {
  height: 100%;
}

.tabs-block .tab h2 {
  color: #189db2;
  font-size: 30.193vw;
  line-height: 0.8;
  margin-top: -15.700vw;
  margin-bottom: 9.662vw;
}

.tabs-block .tab h3 {
  font-size: 5.072vw;
  color: #189db2;
  line-height: 1.5;
  margin-bottom: 1.208vw;
}

.tabs-block .tab p {
  letter-spacing: 0.1em;
  margin-bottom: 6.522vw;
}

/* begin by MAV on 2025-10 */
.recipes-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    max-width: 85vw;
    margin: 0 auto;
}

.recipes-gallery  .item {
    
    flex: 1 1 calc(50% - 2vw);  /* 2 columns on small screens */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0;
}

.recipes-gallery .item:hover img {
  box-shadow: 0.833vw 1.25vw 1.875vw 0.521vw rgba(3, 4, 4, 0.1);
}

.recipes-gallery .item img {
    width: 40vw;
    height: 40vw;
    object-fit: cover;
    border-radius: 0.1vw;
    background: #eee; /* placeholder bg */
}

.recipes-gallery .item p {
    margin-top: 0.1vw;
    line-height: 1.95;
    text-align: center;
}

.recipes-gallery:nth-child(4n)::after {
  display: none;
  flex: 0 0 100%; /* forces a new row */
  height: 0; padding: 0; border: 0;
}

.recipes-gallery:nth-child(2n)::after {
  display: block;
  flex: 0 0 100%; /* forces a new row */
  height: 0; padding: 0; border: 0;
}

.recipes-gallery .item:hover p {
  font-weight: 700;
}

@media (min-width: 1000px) {
  .recipes-gallery .item { 
    flex: 1 1 calc(25% - 2vw); /* 4 columns */
  } 
  .recipes-gallery .item img {
    width: 20vw;
    height: 20vw;
  }

.recipes-gallery:nth-child(4n)::after {
  display: block;
  flex: 0 0 100%; /* forces a new row */
  height: 0; padding: 0; border: 0;
}

.recipes-gallery:nth-child(2n)::after {
  display:none;
  flex: 0 0 100%; /* forces a new row */
  height: 0; padding: 0; border: 0;
}
}

.recipes-list-wrapper {
  display: flex;
  flex-direction: column;
}

.recipes-list-image {
  display: flex;
  overflow: hidden;
}

.recipes-list-image, .recipes-list-links {
  flex: 1 1 50%;
  margin:5vw;
}

.recipes-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill left half nicely */
  display: block;
}

.recipes-list-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.recipes-list-links ul{
  list-style: none;
  padding-left: 0;
}

.recipes-list-links ul li{
  font-size: 5.5vw;
  line-height: 2.3;
  letter-spacing: 0.08em;

  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.recipes-list-links ul li a:hover{
  font-weight: 700;
}

.recipes-list-links ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-color: #e74c3c;
  border-radius: 50%;
}



@media (min-width: 1000px) {
.recipes-list-wrapper {
  display: flex;
  flex-direction: row;
}

.recipes-list-links ul li{
  font-size: 2.0vw;
  line-height: 1.95;
  letter-spacing: 0.08em;
}
}

.recipe-page h1{
  margin-left: 5vw;
}

.recipe-page .recipe-image {
  float:right;
}

.recipe-page .recipe-image img {
  width:25vw;
  height: 25vw;
}

.recipe-content{
  margin: 5vw 0 0 5vw;
  text-align: left;
}

/* begin recipe carousel */


.recipe-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 20px 0;
}

.recipe-carousel {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0 10px;
}

.recipe-carousel-item {
    flex: 0 0 20%;
    padding: 0 10px;
    transition: transform 0.3s ease;
}

.recipe-carousel-item:hover {
    transform: translateY(-5px);
}

.recipe-carousel-link {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.recipe-carousel-link:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.recipe-carousel-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.recipe-carousel-caption {
    padding: 12px;
    text-align: center;
    background-color: white;
}

.recipe-carousel-caption h3 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.recipe-carousel-caption p {
    font-size: 14px;
    color: #7f8c8d;
}

.recipe-carousel-nav {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
}

.recipe-carousel-nav h3 {
  padding-left: 5vw;
  flex: 1 1 50%;
}

.recipe-carousel-nav-btns{
  flex: 1 1 50%;
  display: flex;
  flex-direction: row;
}

.recipe-carousel-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #2e8ca1;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.recipe-carousel-nav-btn:hover {
    background-color: #2980b9;
    transform: scale(1.05);
}

.recipe-carousel-nav-btn:active {
    transform: scale(0.95);
}

.recipe-carousel-nav-btn:disabled {
    background-color: #bdc3c7;
    cursor: not-allowed;
    transform: none;
}

/* Responsive styles */
@media (max-width: 1000px) {

    .recipe-carousel-nav{
      flex-direction: column;
    }

    .recipe-carousel-nav-btns{
      display: flex;
      justify-content: center;
      gap:2vw; /* Optional: space between buttons */
    }


    .recipe-carousel-item {
        flex: 0 0 50%;
    }


}

@media (max-width: 600px) {
    .recipe-carousel-item {
        flex: 0 0 100%;
    }
    
    .recipe-carousel-image {
        height: 220px;
    }
}

/* end recipe carousel */

/* end by MAV on 2025-10 */

@media (min-width: 1000px) {
  .flavors-explore {
    padding-top: 4.427vw;
    position: relative;
  }
  
  .flavors-explore h2 {
    font-size: 8.021vw;
    line-height: 1;
    margin-bottom: 3.646vw;
    text-align: center;
  }
  
  .flavors-explore .wrapper {
    width: 90.625vw;
  }

  .tabs-block {
    display: flex;
    justify-content: flex-end;
  }
  
  .tabs-block .tabs-nav {
    margin-bottom: 0;
    text-transform: none;
    width: 13.5vw;
    margin: 0;
  }
  
  .tabs-block .tabs-nav ul {
    background: transparent;
    display: block;
    border: none;
    margin-top: 3.646vw;
  }
  
  .tabs-block .tabs-nav li {
    margin: 0 0 2.448vw;
    opacity: 0.4;
  }
  
  .tabs-block .tabs-nav li.current {
    opacity: 1;
  }
  
  .tabs-block .tabs-nav li.current:after {
    display: none;
  }
  
  .tabs-block .tabs-nav li a {
    padding: 0;
    font-size: 1.719vw;
    font-weight: 700;
    color: #f36f47;
    line-height: 1.1;
  }
  
  .tabs-block .items {
    width: 76.875vw;
  }
  
  .tabs-block .tab {
    padding: 1.198vw 4.167vw 3.385vw 35.938vw;
    border-radius: 2.448vw;
    font-size: 1.406vw;
    line-height: 1.4;
    position: relative;
    min-height: 34.3vw;
  }
  
  .tabs-block .tab picture {
    width: 29.479vw;
    height: 34.635vw;
    margin: 0;
    border-radius: 2.708vw;
    position: absolute;
    top: 1.875vw;
    left: 2.240vw;
  }
  
  .tabs-block .tab h2 {
    font-size: 6.510vw;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2.344vw;
    text-align: left;
    padding-left: 0.781vw;
  }
  
  .tabs-block .tab h3 {
    font-size: 1.719vw;
    margin-bottom: 2.083vw;
    line-height: 1.1;
  }
  
  .tabs-block .tab p {
    letter-spacing: 0.1em;
    margin-bottom: 2.344vw;
  }
  
  .tabs-block .tab .btn {
    min-width: 11.875vw;
    padding-left: 0.521vw;
    padding-right: 0.521vw;
  }
}

.page-hero {
  text-align: center;
}

.faq-page {
  padding-top: 4.831vw;
  padding-bottom: 14.493vw;
}

.faq-hero h1 {
  font-size: 22.222vw;
  margin-bottom: 6.039vw;
}

.faq-hero {
  line-height: 1.95;
}

@media (min-width: 1000px) {
  .page-hero {
    font-size: 1.094vw;
    line-height: 1.6;
  }

  .faq-page {
    padding-top: 2.344vw;
    padding-bottom: 4.948vw;
  }
  
  .faq-hero .wrapper {
    width: 58.333vw;
  }
  
  .faq-hero h1 {
    font-size: 7.813vw;
    margin-bottom: 2.083vw;
  }
  
  .faq-hero {
    line-height: 1.6;
  }
}

.faq {
  padding-top: 1.208vw;
}

.faq h2 {
  font-size: 20.290vw;
  color: #ef6b54;
  margin-bottom: 3.623vw;
}

.faq .wrapper {
  width: 97.585vw;
}

.faq .faq-filters {
  width: 100%;
}

.faq .faq-filters .active {
  height: 17.391vw;
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #f16a4f;
  color: #fff;
  padding: 0 10.628vw;
  border: none;
  margin-bottom: 6.039vw;
}

.faq .faq-filters .active:after {
  width: 4.589vw;
  height: 4.589vw;
  top: 50%;
  right: 7.246vw;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 4.589vw;
  background: none;
  padding: 0;
  border: none;
}

.faq .faq-filters ul {
  background-color: #f16a4f;
  width: 100%;
  padding-top: 0;
}

.faq .faq-filters ul a {
  padding-left: 7vw;
  padding-right: 7vw; 
}

.faq .accordion {
  width: 88.164vw;
  margin: 0 auto;
}

.faq .tab p {
  letter-spacing: normal;
  margin-bottom: 4.831vw;
}

.faq .tab {
  display: none;
}

.faq .tab.shown {
  display: block;
}

.faq .tab.shown:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .faq {
    padding-top: 0.521vw;
  }
  
  .faq h2 {
    font-size: 5.833vw;
    margin-bottom: 0;
  }
  
  .faq .wrapper {
    width: 84.115vw;
  }
  
  .faq .row {
    display: flex;
    width: 100%;
    margin-bottom: 2.865vw;
  }
  
  .faq .faq-filters {
    width: 100%;
    margin-left: 3.646vw;
  }
  
  .faq .faq-filters .active {
    display: none;
  }
  
  .faq .faq-filters ul {
    width: 100%;
    background-color: transparent;
    padding: 0 0.260vw;
    letter-spacing: .1em;
    margin-top: 1.823vw;
    border-color: rgba(241, 106, 79, .4);
  }

  .faq .faq-filters ul li:first-of-type {
    margin-left: 0;
  }
  
  .faq .faq-filters ul a {
    padding-left: 0;
    padding-right: 0;
  }
  
  .faq .faq-filters ul .current:after {
    background-color: #f16a4f;
  }
  
  .faq .accordion {
    width: 100%;
  }
  
  .faq .tab p {
    margin-bottom: 2.083vw;
  }
  
  .faq .tab .text {
    padding-right: 6.771vw;
  }
}

.team-hero .wrapper {
  width: 100%;
}

.team-hero h1 {
  font-size: 28.261vw;
  margin-bottom: 8.937vw;  
}

.team-hero {
  position: relative;
}

.team-hero:after {
  content: "";
  position: absolute;
  bottom: -42.995vw;
  right: -45.894vw;
  width: 80.676vw;
  height: 57.729vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/team-hero-decor-3.png?v=126613125302576003401667420718);
}

.team-hero h3 {
  font-size: 7.05vw;
  color: #f16f4d;
  margin-bottom: 8.454vw;
  line-height: 1.1;
}

.team-page {
  padding-top: 4.831vw;
  padding-bottom: 14.734vw;
}

.team-hero .text {
  width: 82.126vw;
  margin: 0 auto;
  line-height: 1.95;
}

.team-hero p {
  margin-bottom: 7.246vw;
}

.team-hero picture {
  display: block;
  position: relative;
  z-index: 5;
  margin-top: 13.285vw;
}

.team-hero picture img {
  display: block;
}

.team-hero picture:after {
  content: "";
  position: absolute;
  bottom: -19.324vw;
  left: -20.531vw;
  width: 69.324vw;
  height: 28.261vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/team-hero-decor.png?v=69687149461277199611667420718);
}

.team-hero picture:before {
  content: "";
  position: absolute;
  top: -31.643vw;
  right: -49.517vw;
  width: 84.058vw;
  height: 46.377vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/team-hero-decor-2.png?v=140918500730694182551667420718);
}

.team-hero picture .bg {
  position: absolute;
  height: 82.126vw;
  background-color: #f5b9b0;
  width: 100%;
  bottom: -5.072vw;
  z-index: -1;
}

@media (min-width: 1000px) {
  .team-hero .wrapper {
    width: 92.448vw;
  }
  
  .team-hero h1 {
    font-size: 8.438vw;
    margin-bottom: 5.104vw;  
  }

  .team-hero:after {
    bottom: -14.427vw;
    right: auto;
    left: -5.521vw;
    width: 24.948vw;
    height: 17.656vw;
  }

  .team-hero .row {
    display: flex;
    justify-content: flex-end;
  }
  
  .team-hero h3 {
    font-size: 1.719vw;
    margin-bottom: 1.823vw;
    margin-top: 1.979vw;
  }
  
  .team-page {
    padding-top: 2.969vw;
    padding-bottom: 4.688vw;
  }
  
  .team-hero .text {
    width: 38.281vw;
    margin: 0 4.688vw 0 0;
    line-height: 1.6;
    text-align: center;
    font-size: 1.094vw;
  }
  
  .team-hero p {
    margin-bottom: 2.083vw;
  }
  
  .team-hero picture {
    width: 46.875vw;
    margin-top: 0;
    height: 31.25vw;
  }
  
  .team-hero picture img {
    height: 100%;
  }
  
  .team-hero picture:after {
    bottom: -5.938vw;
    left: -5.417vw;
    width: 19.427vw;
    height: 7.917vw;
  }
  
  .team-hero picture:before {
    top: -16.146vw;
    right: -11.927vw;
    width: 33.073vw;
    height: 18.333vw;
  }
  
  .team-hero picture .bg {
    width: 48.438vw;
    height: 32.292vw;
    bottom: -1.875vw;
    right: -1.615vw;
  }
}

.team-tabs {
  padding-top: 25vw;
}

.team-tabs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  text-align: left;
}

.team-tabs-nav ul li {
  margin: 3.623vw 0;
  font-size: 12.077vw;
  font-weight: 700;
  line-height: 1;
  color: #f16f4d;
  letter-spacing: 0.1em;
  opacity: 0.6;
  transition: .2s;
  position: relative;
}

.team-tabs-nav ul li.current {
  opacity: 1;
}

.team-tabs-nav ul li:before {
  content: "\eab5";
  position: absolute;
  font-size: 10.628vw;
  left: -10.870vw;
  top: 50%;
  transform: translateY(-50%);
  font-family: icofont;
  opacity: 0;
  transition: .2s;
}

.team-tabs-nav ul li.current:before {
  opacity: 1;
}

.team-tabs .items {
  margin-top: 16.425vw;
}

.team-tabs .items .title {
  display: none;
}

.team-tabs .tab {
  width: 84.541vw;
  margin: 0 auto;
  display: none;
}

.team-tabs .tab p {
  margin-bottom: 7.246vw;
}

.team-tabs .tab p:last-child {
  margin-bottom: 0;
}

.team-tabs .tab.active {
  display: block;
}

@media (min-width: 1000px) {
  .team-tabs {
    padding-top: 13.542vw;
  }

  .team-tabs .wrapper {
    width: 100%;
  }
  
  .team-tabs-nav {
    display: none;
  }
  
  .team-tabs .items {
    margin-top: 0;
    display: flex;
    justify-content: center;
    padding-left: 1.563vw;
  }
  
  .team-tabs .items .title {
    display: block;
    width: 3.906vw;
    height: 37vw;
    min-width: 3.906vw;
    position: relative;
  }
  
  .team-tabs .items .title a {
    position: absolute;
    top: -17vw;
    left: 17vw;
    transform: rotate(-90deg);
    font-size: 4.323vw;
    color: #f36f47;
    opacity: 0.6;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    transition: .2s;
  }
  
  .team-tabs .tab.active .title a {
    opacity: 1;
  }
  
  .team-tabs .tab {
    width: 4.948vw;
    margin-right: 6.510vw;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    transition: .2s;
    overflow: hidden;
  }
  
  .team-tabs .tab:last-child {
    margin-right: 0;
  }
  
  .team-tabs .tab .text {
    width: 21.354vw;
    min-width: 21.354vw;
    overflow: hidden;
    transition: .2s;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-left: 3.646vw;
    margin-top: 1.042vw;
  }
  
  .team-tabs .tab.active {
    margin-right: 6.25vw;
    width: 29.167vw;
  }
  
  .team-tabs .tab.active:last-child {
    margin-right: 0;
  }
  
  .team-tabs .tab p {
    margin-bottom: 1.823vw;
  }
  
  .team-tabs .tab.active {
    display: flex;
  }
}

.team-founder {
  padding: 16.908vw 0 0;
  position: relative;
}

.team-founder :before {
  content: "";
  position: absolute;
  bottom: -14.493vw;
  right: -27.778vw;
  width: 55.797vw;
  height: 49.034vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/founder-decor-2.png?v=7014968782719485671667420718);
}

.team-founder .wrapper {
  width: 82.126vw;
}

.team-founder .image {
  width: 77.295vw;
  height: 77.295vw;
  border-radius: 100%;
  margin-bottom: 8.454vw;
  position: relative;
  z-index: 5;
}

.team-founder .image:after {
  content: "";
  position: absolute;
  top: 10.145vw;
  left: 4.106vw;
  width: 16.908vw;
  height: 23.430vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/founder-pin.png?v=129562895433586199661667420718);
}

.team-founder .image:before {
  content: "";
  position: absolute;
  top: -19.324vw;
  left: -39.855vw;
  width: 123.188vw;
  height: 96.618vw;
  z-index: -1;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/founder-decor.png?v=150594312385832936271667420718);
}

.team-founder .image img {
  display: block;
  height: 100%;
  border-radius: 100%;
}

.team-founder  h2 {
  font-size: 30.193vw;
  line-height: 0.8;
  margin-bottom: 9.662vw;
}

.team-founder .author {
  width: 57.246vw;
  margin: 7.246vw auto 0;
}

@media (min-width: 1000px) {
  .team-founder {
    padding: 4.688vw 0 0;
    text-align: center;
  }
  
  .team-founder :before {
    content: "";
    position: absolute;
    bottom: -16.146vw;
    right: -5.990vw;
    width: 25.260vw;
    height: 22.240vw;
  }
  
  .team-founder .wrapper {
    width: 86.458vw;
    display: flex;
  }
  
  .team-founder .image {
    width: 40.156vw;
    height: 40.156vw;
    margin-bottom: 0;
  }
  
  .team-founder .image:after {
    top: 5vw;
    left: 2.188vw;
    width: 8.802vw;
    height: 12.5vw;
  }
  
  .team-founder .image:before {
    top: auto;
    bottom: -38.542vw;
    left: -14.583vw;
    width: 64.063vw;
    z-index: -1;
    height: 54.688vw;
  }
  
  .team-founder .text {
    width: 39.063vw;
    margin-left: 4.948vw;
  }
  
  .team-founder  h2 {
    font-size: 8.438vw;
    line-height: 1;
    margin-bottom: 3.385vw;
    margin-top: 2.083vw;
  }
  
  .team-founder .author {
    width: 17.760vw;
    margin: 2.604vw auto 0;
  }
}

.team {
  padding-top: 14.493vw;
  position: relative;
  z-index: 100;
}

.team h2 {
  font-size: 28.261vw;
  color: #ef6b54;
  margin-bottom: 10.870vw;
  line-height: 0.9;
}

.team .wrapper {
  width: 92.271vw;
}

.team .tab {
  padding: 3.865vw 7.246vw 14.493vw;
}

.team .tab picture  {
  width: 66.184vw;
  height: 77.295vw;
  border-radius: 12.560vw;
}

.team .tab h2 {
  margin-top: 6.039vw;
  margin-bottom: 5.556vw;
}

.team .tab h2 .last-name {
  display: none;
}

.team .tab h3 {
  font-size: 3.623vw;
  margin-bottom: 7.971vw;
}

.team .tab .bottom-text {
  font-size: 4.106vw;
  font-weight: 700;
  color: #f16f4d;
  font-style: italic;
  letter-spacing: .08em;
}

.team .tab p {
  margin-bottom: 4.831vw;
}

.home-shipping.where-we-ship {
  padding-top: 6.039vw;
  padding-bottom: 14.251vw;
}

.home-shipping.where-we-ship:after {
  bottom: 20vw;
  right: 0;
}

@media (min-width: 1000px) {
  .team {
    padding-top: 10.5vw;
  }
  
  .team h2 {
    font-size: 8.021vw;
    color: #009db4;
    line-height: 1;
    text-align: center;
    margin-bottom: 4.688vw;
  }
  
  .team .wrapper {
    width: 88.021vw;
  }
  
  .team .tabs-block {
    justify-content: flex-end;
  }
  
  .team .tab {
    padding: 2.865vw 0 2.865vw 0;
    width: 76.875vw;
  }
  
  .team .tab .text {
    padding: 0 3.646vw 0 36.042vw;
  }
  
  .team .tab picture  {
    width: 29.479vw;
    height: 34.635vw;
    border-radius: 2.708vw;
    top: 2.5vw;
  }
  
  .team .tab h2 {
    margin-top: 0;
    margin-bottom: 1.198vw;
    padding: 0;
  }
  
  .team .tab h2 .last-name {
    display: inline;
  }
  
  .team .tab h3 {
    font-size: 1.719vw;
    margin-bottom: 2.344vw;
  }
  
  .team .tab .bottom-text {
    font-size: 1.719vw;
    text-align: center;
    margin-top: 3.646vw;
  }
  
  .team .tab p {
    margin-bottom: 1.042vw;
  }
  
  .team .tabs-nav a .last-name {
    display: none;
  }
  
  .team .tabs-nav li {
    margin-bottom: 1.302vw;
  }

  .home-shipping.where-we-ship {
    padding-top: 1.302vw;
    padding-bottom: 9.844vw;
  }

  .home-shipping.where-we-ship h2 {
    margin-top: 2.344vw;
  }

  .home-shipping.where-we-ship:after {
    display: none;
  }
}

.ambassador-page {
  padding: 8.454vw 0 16vw;
}

.ambassador-hero {
  line-height: 1.95;
}

.ambassador-hero h3 {
  font-size: 6.039vw;
}

.ambassador-hero h1 {
  margin-bottom: 3.623vw;
}

.ambassador-hero .text {
  width: 83.333vw;
  margin: 0 auto;
}

.ambassador-hero .text p {
  letter-spacing: 0.1em;
}

.ambassador-hero .wrapper {
  width: 93.478vw;
}

h3.orange {
  color: #ef6b54;
}

.ambassador-hero  h3.orange {
  font-size: 7.971vw;
  margin-top: 8.454vw;
  margin-bottom: 7.246vw;
}

.ambassador-hero .images {
  position: relative;
  width: 93.237vw;
  height: 84.541vw;
}

.ambassador-hero .images:after {
  content: "";
  position: absolute;
  top: 22.947vw;
  left: -2.415vw;
  width: 53.140vw;
  height: 53.140vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/ambassador-decor.png?v=124780594088335497541667420718);
}

.ambassador-hero .images:before {
  content: "";
  position: absolute;
  bottom: -12.077vw;
  left: 27.778vw;
  width: 67.633vw;
  height: 38.647vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/ambassador-decor-2.png?v=134131273651420844981667420718);
}

.ambassador-hero .images .image {
  border: 5px solid #fff;
  position: absolute;
}

.ambassador-hero .images .image img {
  height: 100%;
}

.ambassador-hero .images .image-1 {
  width: 78.261vw;
  height: 66.425vw;
  top: 0;
  right: 0;
}

.ambassador-hero .images .image-2 {
  width: 50.966vw;
  height: 35.749vw;
  bottom: 0;
  left: 0;
}

@media (min-width: 1000px) {
  .ambassador-page {
    padding: 2.083vw 0 6.4vw;
  }
  
  .ambassador-hero {
    font-size: 1.25vw;
    line-height: 1.4;
    position: relative;
    text-align: left;
    padding-top: 1.042vw;
  }
  
  .ambassador-hero .row {
    display: flex;
    align-items: center;
    margin-bottom: 1.823vw;
    padding-left: 1.198vw;
  }
  
  .ambassador-hero h3 {
    font-size: 1.979vw;
    line-height: 1;
  }
  
  .ambassador-hero h1 {
    margin-bottom: 0;
    margin-left: 1.042vw;
    margin-bottom: 0.521vw;
    font-size: 8.438vw;
  }
  
  .ambassador-hero .text {
    width: 46.354vw;
    margin: 0;
  }
  
  .ambassador-hero .wrapper {
    width: 86.458vw;
  }
  
  .ambassador-hero  h3.orange {
    font-size: 2.396vw;
    margin-top: 4.948vw;
    margin-bottom: 1.823vw;
  }
  
  .ambassador-hero  h3.orange + p,
  .ambassador-hero  h3.orange + p + p {
    width: 40.104vw;
  }
  
  .ambassador-hero .images {
    position: absolute;
    width: 49.375vw;
    height: 44.792vw;
    top: 0;
    right: -4.688vw;
  }
  
  .ambassador-hero .images:after {
    top: 13.542vw;
    left: -2.083vw;
    width: 29.167vw;
    height: 26.042vw;
  }
  
  .ambassador-hero .images:before {
    bottom: -6.771vw;
    left: 19.792vw;
    width: 26.042vw;
    height: 20.833vw;
  }
  
  .ambassador-hero .images .image {
    border: 0.677vw solid #fff;
  }
  
  .ambassador-hero .images .image-1 {
    width: 41.563vw;
    height: 35.208vw;
  }
  
  .ambassador-hero .images .image-1 img {
    width: 38.021vw;
  }
  
  .ambassador-hero .images .image-2 {
    width: 27.083vw;
    height: 19.010vw;
  }
}

.ambassador-stuff {
  padding-top: 14.493vw;
  font-size: 3.623vw;
  line-height: 1.95;
  padding-bottom: 0;
}

.ambassador-stuff h2 {
  font-size: 18.357vw;
  color: #3a93a8;
  margin-bottom: 7.246vw;
}

.ambassador-stuff .wrapper {
  width: 91.787vw;
}

.ambassador-stuff:after,
.ambassador-stuff:before {
  display: none;
}

.ambassador-stuff ul {
  width: 84.541vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.966vw;
}

@media (min-width: 1000px) {
  .ambassador-stuff {
    padding-top: 4.688vw;
    font-size: 1.25vw;
    line-height: 1.4;
  }
  
  .ambassador-stuff h2 {
    font-size: 6.927vw;
    margin-bottom: 2.865vw;
  }
  
  .ambassador-stuff .wrapper {
    width: 69.271vw;
  }
  
  .ambassador-stuff:before {
    width: 9.844vw;
    height: 9.115vw;
    left: -0.729vw;
    right: auto;
    top: 5.469vw;
    display: block;
    background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/ambassador-decor-3.png?v=62611323955948859661667420718);
  }
  
  .ambassador-stuff ul {
    width: 60.417vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.ambassador-form {
  padding: 8.454vw 0;
}

.ambassador-form h2 {
  font-size: 22.222vw;
  color: #ef6b54;
  margin: 0;
}

@media (min-width: 1000px) {
  .ambassador-form {
    padding: 1.823vw 0;
  }
  
  .ambassador-form h2 {
    font-size: 6.927vw;
    text-align: center;
  }
}

.bulk-page {
  padding: 4.348vw 0 9vw;
}

.bulk-hero {
  font-size: 5.072vw;
  line-height: 1.6;
}

.bulk-hero .wrapper {
  width: 91.304vw;
}

.bulk-hero h1 {
  font-size: 28.261vw;
  margin-bottom: 11.111vw;
}

.bulk-hero h3 {
  font-size: 7.971vw;
  color: #f16f4d;
  line-height: 1;
  margin-bottom: 8.937vw;
}

.bulk-hero .image {
  margin-top: 8.454vw;
  position: relative;
}

.bulk-hero .image:before {
  content: "";
  position: absolute;
  bottom: -9.662vw;
  left: -9.662vw;
  width: 38.164vw;
  height: 17.150vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/bulk-hero-decor.png?v=115294350208375832131667420718);
}

.bulk-hero .image:after {
  content: "";
  position: absolute;
  top: -9.662vw;
  left: -56.280vw;
  width: 78.502vw;
  height: 31.401vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/bulk-hero-decor-2.png?v=19452060428383554021667420718);
}

.bulk-hero img {
  display: block;
}

@media (min-width: 1000px) {
  .bulk-page {
    padding: 4.323vw 0 6vw;
  }
  
  .bulk-hero {
    font-size: 1.094vw;
    line-height: 1.6;
    position: relative;
  }

  .bulk-hero:after {
    content: "";
    position: absolute;
    bottom: -13.5vw;
    right: -9.896vw;
    width: 24.948vw;
    height: 17.708vw;
    z-index: 5;
    background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/bulk-ribbon.png?v=183558572521489713461667420718);
  }
  
  .bulk-hero .wrapper {
    width: 82.917vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
  .bulk-hero .text {
    width: 36.979vw;
    text-align: center;
  }
  
  .bulk-hero h1 {
    font-size: 8.438vw;
    margin-bottom: 3.229vw;
    margin-top: 1.563vw;
  }
  
  .bulk-hero h3 {
    font-size: 1.719vw;
    margin-bottom: 1.823vw;
  }
  
  .bulk-hero .image {
    margin-top: 0;
    width: 41.458vw;
  }
  
  .bulk-hero .image:before {
    bottom: -4.896vw;
    left: -5.052vw;
    width: 17.813vw;
    height: 8.281vw;
  }
  
  .bulk-hero .image:after {
    top: -4.375vw;
    left: -30.990vw;
    width: 35.573vw;
    height: 14.323vw;
  }
  
  .bulk-hero img {
    display: block;
  }
}

.bulk-features {
  padding-top: 18.116vw;
}

.bulk-features h3 {
  font-size: 7.971vw;
  color: #f16f4d;
  line-height: 1;
  width: 72.464vw;
  margin: 0 auto;
}

.bulk-features .items {
  margin-top: 6.039vw;
}

@media (min-width: 1000px) {
  .bulk-features {
    padding-top: 4.427vw;
  }
  
  .bulk-features h3 {
    font-size: 1.979vw;
    width: auto;
  }
  
  .bulk-features .items {
    margin-top: 3.333vw;
  }
}

.bulk-who-are-you {
  padding-top: 24.155vw;
  font-size: 3.623vw;
  line-height: 1.95;
  position: relative;
}

.bulk-who-are-you:before {
  content: "";
  position: absolute;
  top: -19.324vw;
  right: -14.010vw;
  width: 46.618vw;
  height: 40.821vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/bulk-decor.png?v=7014968782719485671667420718);
}

.bulk-who-are-you:after {
  content: "";
  position: absolute;
  bottom: 85.749vw;
  left: -20.531vw;
  width: 54.348vw;
  height: 64.010vw;
  z-index: 5;
  background: center / contain no-repeat url(//boozybites.com/cdn/shop/t/10/assets/bulk-decor-2.png?v=167709735636526289141667420718);
}

.bulk-who-are-you .wrapper {
  position: relative;
  z-index: 10;
}

.bulk-who-are-you h2 {
  font-size: 24.638vw;
  margin-bottom: 4.831vw;
}

.bulk-who-are-you .image {
  width: 92.512vw;
  margin-bottom: 3.623vw;
}

.bulk-who-are-you .image img {
  display: block;
}

.bulk-who-are-you h3 {
  font-size: 7.971vw;
  color: #f16f4d;
  line-height: 1;
  margin-bottom: 6.039vw;
}

.bulk-who-are-you p {
  letter-spacing: 0.1em;
}

.bulk-who-are-you p:last-child {
  margin-bottom: 0;
}

.bulk-who-are-you  .bulk-block {
  margin-bottom: 7.246vw;
}

.bulk-who-are-you .bulk-block:nth-of-type(2) .image {
  margin-bottom: 6.039vw;
}

.bulk-who-are-you .bulk-block:nth-of-type(2) {
  margin-bottom: 2.415vw;
}

@media (min-width: 1000px) {
  .bulk-who-are-you {
    padding-top: 5.729vw;
    font-size: 1.094vw;
    line-height: 1.6;
    text-align: center;
  }
  
  .bulk-who-are-you:before {
    position: absolute;
    top: -0.521vw;
    right: -11.458vw;
    width: 25.260vw;
    height: 22.240vw;
  }
  
  .bulk-who-are-you:after {
    bottom: -3.646vw;
    left: -4.167vw;
    width: 18.802vw;
    height: 22.240vw;
  }
  
  .bulk-who-are-you .wrapper {
    width: 78.125vw;
  }
  
  .bulk-who-are-you h2 {
    font-size: 8.438vw;
    margin-bottom: 10.156vw;
  }
  
  .bulk-who-are-you  .bulk-block {
    margin-bottom: 14.844vw;
    position: relative;
    padding-left: 33.854vw;
  }
  
  .bulk-who-are-you  .bulk-block.reverse {
    padding-left: 0;
    padding-right: 3.125vw;
  }
  
  .bulk-who-are-you .image {
    width: 32.813vw;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .bulk-who-are-you  .bulk-block.reverse .image {
    left: auto;
    right: -3.646vw;
  }
  
  .bulk-who-are-you h3 {
    font-size: 2.604vw;
    margin-bottom: 2.344vw;
  }
  
  .bulk-who-are-you .text {
    width: 43.229vw;
    margin: 0;
    margin-left: 2.604vw;
    padding-bottom: 2.083vw;
  }
  
  .bulk-who-are-you  .bulk-block.reverse .text {
    margin-left: 0;
    margin-right: 2.604vw;
  }
  
  .bulk-who-are-you p {
    letter-spacing: 0.08em;
  }
  
  .bulk-who-are-you p:last-child {
    margin-bottom: 0;
  }
  
  .bulk-who-are-you .bulk-block:nth-of-type(2) .image {
    margin-bottom: 0;
  }
  
  .bulk-who-are-you .bulk-block:nth-of-type(2) {
    margin-bottom: 13.021vw;
  }

  .bulk-who-are-you .bulk-block:last-of-type {
    margin-bottom: 6.510vw;
  }
}

.bulk-form {
  padding: 12.077vw 0 14.734vw;
}

.bulk-form h2 {
  font-size: 30.193vw;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 7.246vw;
}

.contact-form {
  font-size: 3.623vw;
  line-height: 1.95;
}

.contact-form .wrapper {
  width: 79.710vw;
}

.bulk-form .form {
  width: 76.812vw;
  margin: 7.246vw auto 0;
}

.form input,
.form textarea {
  display: block;
  width: 100%;
  height: 10.386vw;
  margin-bottom: 4.106vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5.314vw;
  padding: 0 6.039vw;
  text-align: center;
  font-size: 4.106vw;
  letter-spacing: 0.08em;
  line-height: 1;
}

.form textarea {
  height: 66.908vw;
  margin-bottom: 4.831vw;
  padding: 3.623vw 6.039vw;
  resize: none;
}

.form input::-webkit-input-placeholder {
  color: #747474;
}
.form input::-moz-placeholder {
  color: #747474;
}
.form input.form input:-ms-input-placeholder {
  color: #747474;
}
:-moz-placeholder {
  color: #747474;
}

.form .btn {
  width: 47.101vw;
  font-size: 4.106vw;
  padding: 3.140vw 0;
  min-width: auto;
}

.shopify-challenge__button {
  color: #3092a8;
  border-color: #3092a8;
  margin-top: 30px;
}

.shopify-challenge__container {
  padding: 40px 0;
}

.form-message ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 1000px) {
  .bulk-form {
    padding: 2.604vw 0 3.802vw;
    text-align: center;
  }
  
  .bulk-form .text {
    width: 60.938vw;
    margin: 0 auto;
  }
  
  .bulk-form h2 {
    font-size: 7.813vw;
    margin-bottom: 2.083vw;
  }
  
  .contact-form {
    font-size: 1.094vw;
    line-height: 1.6;
  }
  
  .contact-form .wrapper {
    width: 68.646vw;
  }
  
  .bulk-form .form {
    width: 100%;
    margin: 2.604vw auto 0;
  }
  
  .form input,
  .form textarea {
    height: 3.073vw;
    margin-bottom: 1.615vw;
    border-radius: 2.604vw;
    padding: 0 2.083vw;
    font-size: 1.094vw;
  }
  
  .form input {
    width: 33.125vw;
  }
  
  .form textarea {
    height: 8.594vw;
    margin-bottom: 1.823vw;
    padding: 1.042vw 2.083vw;
    border-radius: 1.563vw;
  }
  
  .form .btn {
    width: 9.896vw;
    font-size: 1.198vw;
    padding: 0.8vw 0 0.9vw;
  }
  
  .form .row {
    display: flex;
    justify-content: space-between;
  }
}

.contact-page {
  padding-bottom: 10.145vw;
}

.contact-page .contact-form {
  padding-top: 4.831vw;
  padding-bottom: 0;
  text-align: center;
}

.contact-page .contact-form .wrapper {
  width: 86.957vw;
}

.contact-page .contact-form .text {
  width: 82.126vw;
  margin: 0 auto;
}

.contact-page .contact-form h2 {
  font-size: 30.193vw;
  line-height: 1;
  margin-bottom: 7.246vw;
  letter-spacing: 0.01em;
}

.contact-page .contact-form .form {
  background-color: #ffffff;
  border-radius: 11.836vw;
  padding: 6.522vw 5.072vw 7.246vw;
  margin-top: 7.246vw;
}

.contact-page .contact-form .form form {
  padding: 0;
}

@media (min-width: 1000px) {
  .contact-page .contact-form {
    padding-top: 2.604vw;
  }

  .contact-page {
    padding-bottom: 3.49vw;
  }
  
  .contact-page .contact-form .wrapper {
    width: 80.833vw;
  }
  
  .contact-page .contact-form .text {
    width: 60.938vw;
  }
  
  .contact-page .contact-form h2 {
    font-size: 7.813vw;
    margin-bottom: 2.083vw;
  }
  
  .contact-page .contact-form .form {
    border-radius: 2.552vw;
    padding: 3.177vw 6.094vw 2.656vw;
    margin-top: 2.604vw;
  }
}

.contact-find-us {
  margin-top: 7.246vw;
}

.contact-find-us .wrapper {
  width: 86.957vw;
  border-radius: 11.836vw;
  background-color: #ffffff;
  padding: 6.039vw 4.831vw 6.039vw;
}

.contact-find-us h2 {
  font-size: 26.087vw;
  margin-bottom: 9.662vw;
}

.contact-find-us .items {
  text-align: left;
  font-size: 3.865vw;
  line-height: 1.6;
  width: 74.879vw;
  margin: 0 auto;
}

.contact-find-us .items h4 {
  color: #ef6b54;
  font-weight: 700;
  font-size: 3.865vw;
  margin-bottom: 0.483vw;
}

.contact-find-us .items p {
  margin: 0;
}

.contact-find-us .item {
  padding-bottom: 6.763vw;
  position: relative;
  margin-bottom: 6.763vw;
}

.contact-find-us .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-size: auto 100%;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/footer-line-mobile.png?v=51402560159073545021667420718);
}

.contact-find-us .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-find-us .item:last-child:after {
  display: none;
}

.contact-find-us .map,
.contact-find-us picture,
.contact-find-us img {
  display: block;
}

.contact-find-us .map {
  margin-top: 6.039vw;
}

@media (min-width: 1000px) {
  .contact-find-us {
    margin-top: 3.906vw;
  }
  
  .contact-find-us .wrapper {
    width: 80.833vw;
    border-radius: 2.552vw;
    padding: 2.917vw 1.042vw 3.125vw 3.281vw;
    display: flex;
    justify-content: space-between;
  }
  
  .contact-find-us h2 {
    font-size: 5.625vw;
    margin-bottom: 2.344vw;
    line-height: 0.8;
    margin-left: 1.042vw;
  }
  
  .contact-find-us .items {
    font-size: 1.094vw;
    line-height: 1.6;
    width: 34.688vw;
    margin: 0;
  }
  
  .contact-find-us .items h4 {
    font-size: 1.094vw;
    margin-bottom: 0.104vw;
  }
  
  .contact-find-us .item {
    padding-bottom: 1.823vw;
    margin-bottom: 1.823vw;
  }
  
  .contact-find-us .item:after {
    height: 2px;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/footer-line.png?v=78154850640337564611667420718);
  }
  
  .contact-find-us .map {
    margin-top: 0;
    width: 37.917vw;
  }
}

.popup {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(45, 52, 53, 0.29);
  padding: 14.6vh 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 3.623vw;
  line-height: 1.95;
  letter-spacing: 0.08em;
  display: none;
}

.popup::-webkit-scrollbar {
  display: none;
}

.popup .popup-wrapper {
  border-top: 1.691vw solid #ffffff;
  border-bottom: 1.691vw solid #ffffff;
  background-color: #fdf2ed;
  padding: 2.415vw 5.556vw 12.077vw;
  position: relative;
}

.popup h2 {
  line-height: 1;
  font-size: 29.227vw;
  margin-bottom: 6vw;
}

.popup .text {
  width: 74.879vw;
  margin: 0 auto;
}

.popup p {
  margin: 0;
}

.popup .image {
  width: 39.614vw;
  height: 39.614vw;
  background-color: #fff;
  margin: 4.831vw auto 6.039vw;
  border-radius: 100%;
  overflow: hidden;
}

.popup .image img {
  display: block;
  height: 100%;
}

.popup h3 {
  font-size: 5.556vw;
  color: #ef6b54;
  line-height: 1.4;
  margin-bottom: 4.831vw;
}

.btn-white {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #747474;
  font-weight: 400;
}

.btn-white:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

.popup .btn-white {
  width: 57.246vw;
  margin: 3.623vw auto 0;
  display: block;
  font-size: 3.865vw;
  padding: 3.623vw 0;
}

.popup input[type=file] {
  display: none;
}

.popup input[type=file] + label,
.popup input[type=text],
.popup select,
.add-to-cart select {
  height: 11.111vw;
  display: flex;
  justify-content: center;
  color: #747474;
  align-items: center;
  font-size: 3.865vw;
  border-radius: 5.556vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.popup input[type=file] + label {
  width: 88.889vw;
  margin-bottom: 4.831vw;
  cursor: pointer;
  position: relative;
}

.popup input[type=file] + label.error {
  margin-bottom: 7vw;
}

.popup input[type=file] + label.error:after {
  content: "Upload a file";
  color: red;
  display: block;
  position: absolute;
  bottom: -6.039vw;
  left: 0;
  font-size: 3.140vw;
  left: 50%;
  transform: translateX(-50%);
}

.popup input[type=text] {
  width: 100%;
  padding: 0 6.039vw;
}

.popup input[type=text] + label {
  font-style: italic;
  color: #747474;
  line-height: 1;
  margin-top: 1.208vw;
  text-align: left;
  padding-left: 6.039vw;
  display: block;
  margin-bottom: 3.623vw;
  font-size: 2.899vw;
}

.popup input[type=file] + label i {
  margin-left: 1.208vw;
}

.popup select,
.add-to-cart select {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.242vw;
  text-overflow: '';
  padding: 0 6.039vw;
}

.popup .select,
.add-to-cart .select {
  position: relative;
  width: 48%;
  margin-bottom: 7vw;
}

.add-to-cart .select {
  width: 100%;
  font-size: 3.623vw;
  margin-top: 2vw;
}

.add-to-cart .variants .title {
  margin-bottom: 2vw;
  margin-top: 2vw;
}

.popup .select:after,
.add-to-cart .select:after {
  content: "\ea99";
  font-family: icofont;
  right: 3.623vw;
  top: 50%;
  transform: translateY(-50%);
  color: #747474;
  position: absolute;
}

select::-ms-expand {
  display: none;
}

.popup .input-group {
  width: 100%;
}

.popup .form-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.popup .btn.save {
  width: 29.469vw;
  height: 9.420vw;
  display: flex;
  padding: 0;
  min-width: auto;
  margin: 0 auto;
}

.popup .close {
  position: absolute;
  top: 2.415vw;
  right: 3.623vw;
  font-size: 6.039vw;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  color: #f16a4f;
}

@media (min-width: 1000px) {
  .popup {
    padding: 10vh 0;
    font-size: 1.25vw;
    line-height: 1.4;
    text-align: center;
  }
  
  .popup .popup-wrapper {
    border: 0.365vw solid #ffffff;
    padding: 1.563vw 3.646vw 2.760vw;
    width: 49.010vw;
    margin: 0 auto;
  }
  
  .popup h2 {
    font-size: 8.021vw;
    margin-bottom: 2vw;
  }
  
  .popup .text {
    width: 100%;
  }
  
  .popup .image {
    width: 12.083vw;
    height: 12.083vw;
    margin: 2.083vw auto 1.823vw;
  }
  
  .popup h3 {
    font-size: 1.510vw;
    margin-bottom: 1.563vw;
  }
  
  .popup .btn-white {
    width: 15.625vw;
    margin: 0;
    font-size: 1.094vw;
    padding: 1.042vw 0;
  }
  
  .popup .buttons {
    display: flex;
    justify-content: center;
  }
  
  .popup .buttons .btn {
    margin-right: 1.406vw;
  }
  
  .popup .buttons .btn:last-child {
    margin-right: 0;
  }

  .popup input[type=file] + label {
    width: 22.604vw;
    height: 3.073vw;
    justify-content: flex-start;
    padding: 0 2.604vw;
    font-size: 1.094vw;
    border-radius: 1.563vw;
    margin-bottom: 0;
    margin-right: 1.719vw;
  }

  .popup input[type=file] + label.error {
    margin-bottom: 0;
  }
  
  .popup input[type=file] + label.error:after {
    bottom: -1.7vw;
    font-size: 1vw;
    left: 2.604vw;
    transform: none;
  }
  
  .popup input[type=file] + label i {
    margin-left: 0.521vw;
  }
  
  .popup .btn.save {
    width: 8.281vw;
    height: 2.656vw;
    margin: 0;
    font-size: 0.990vw;
  }

  .popup .form-upload-file {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .popup .close {
    top: 0.781vw;
    right: 1.302vw;
    font-size: 1.823vw;
  }

  .popup input[type=file] + label,
  .popup input[type=text],
  .popup select,
  .add-to-cart select {
    height: 3.073vw;
    font-size: 1.094vw;
    border-radius: 1.563vw;
  }

  .popup .form-type {
    width: 32.708vw;
    margin: 0 auto;
  }

  .popup .form-type .btn.save {
    margin: 0 auto;
  }

  .popup input[type=text] {
    padding: 0 2.604vw;
  }
  
  .popup input[type=text] + label {
    margin-top: 0.417vw;
    padding-left: 2.604vw;
    margin-bottom: 1.458vw;
    font-size: 0.885vw;
  }
  
  .popup select,
  .add-to-cart select {
    padding: 0 2.604vw;
  }
  
  .popup .select,
  .add-to-cart .select {
    width: 48%;
    margin-bottom: 1.510vw;
  }
  
  .add-to-cart .select {
    width: 15vw;
    font-size: 1.042vw;
    margin: 0;
  }

  .add-to-cart .variants {
    width: 100%;
    text-align: left;
    margin-bottom: 2.5vw;
  }

  .add-to-cart .variants .title {
    margin: 0 0 1vw;
    font-size: 1.042vw;
    letter-spacing: 0.1em;
  }
  
  .popup .select:after,
  .add-to-cart .select:after {
    right: 2.813vw;
  }

  #customize-image {
    padding-bottom: 4vw;
  }

  .popup #type-text.error {
    border-color: red;
  }

  .popup #type-text + label.error {
    color: red;
  }
}

.inner-page {
  padding: 3.623vw 0 12.077vw;
}

.inner-page-hero h1 {
  font-size: 24.155vw;
  margin-bottom: 7.246vw;
}

.login-form .wrapper {
  border-radius: 5vw;
  padding: 8vw 5.072vw;
  background-color: #fff;
}

.login-form .btn {
  width: 100%;
}

.login-form input[type=checkbox],
.age input[type=checkbox] {
  display: none;
}

.login-form input[type=checkbox] + label,
.age input[type=checkbox] + label {
  position: relative;
  color: #747474;
  padding-left: 7.246vw;
  cursor: pointer;
}

.age input[type=checkbox] + label {
  color: #000;
}

.cart-section .age {
  text-align: right;
  margin-top: 7vw;
}

.login-form input[type=checkbox] + label:before,
.age input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4.348vw;
  height: 4.348vw;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
}

.age input[type=checkbox] + label:before {
  border-color: #000;
}

.login-form input[type=checkbox]:checked + label:before,
.age input[type=checkbox]:checked + label:before  {
  content: "\f121";
  font-family: Ionicons;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #000;
}
  
.age input[type=checkbox] + label:before {
  font-size: 3vw;
}

.login-form .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.623vw;
  margin-top: 4.831vw;
  padding: 0 2.415vw;
}

.login-form .links a {
  color: #f36f47;
}

.login-form .links.sign-up {
  color: #747474;
}
  
.account-page .inner-page-hero a {
  text-decoration: underline;
  font-size: 4vw;
}
  
.account-page .inner-page-hero h1 {
  margin-bottom: 4vw;
}
  
.account-page h2 {
  text-align: center;
  margin-top: 10vw;
}

@media (min-width: 1000px) {
  .inner-page {
    padding: 2.344vw 0 3.542vw;
  }
  
  .inner-page-hero h1 {
    font-size: 8.438vw;
    margin-bottom: 1.563vw;
  }
  
  .login-form .wrapper {
    width: 57.813vw;
    border-radius: 2.552vw;
    padding: 3.125vw 8.333vw 7.813vw;
  }

  .cart-section .age {
    margin-top: 2vw;
  }
  
  .login-form input {
    width: 100%;
  }
  
  .login-form input[type=checkbox] + label,
  .age input[type=checkbox] + label {
    padding-left: 2.604vw;
    font-size: 1.4vw;
  }
  
  .login-form input[type=checkbox] + label:before,
  .age input[type=checkbox] + label:before {
    width: 1.615vw;
    height: 1.615vw;
  }
  
  .age input[type=checkbox] + label:before {
    font-size: 1.2vw;
  }
  
  .login-form .links {
    font-size: 1.094vw;
    margin-top: 1.563vw;
    padding: 0 0.885vw;
    letter-spacing: 0.08em;
  }

  .inner-page {
    position: relative;
  }

  .inner-page:after {
    content: "";
    position: absolute;
    top: -2.708vw;
    right: -11.354vw;
    width: 25.260vw;
    height: 22.240vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/login-page-decor.png?v=7014968782719485671667420718);
  }

  .inner-page section {
    position: relative;
    z-index: 10;
  }
  
  .account-page .inner-page-hero a {
    font-size: 1.7vw;
  }
    
  .account-page .inner-page-hero h1 {
    margin-bottom: 1vw;
  }
    
  .account-page h2 {
    font-size: 6vw;
    margin-top: 5vw;
  }

  .login-form .links.sign-up {
    text-align: right;
    margin-top: 10px;
  }
}

table {
  width: 100%;
  line-height: normal;
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 3.5vw;
}

table td,
table th {
  padding: 2vw 1vw;
  border: 1px solid #ccc;
}

.customer-address {
  line-height: normal;
  font-size: 4vw;
}

.customer-address p {
  margin-bottom: 2vw;
  text-align: left;
}

.order-page {
  padding: 1px 0 10vw;
  text-align: left;
  font-size: 4vw;
}

.order-page h2 {
  margin-top: 10vw;
}

.order-page p {
  margin-bottom: 0;
}

.order-page table {
  margin: 6vw 0;
}

.order-page table h4 {
  margin: 0;
}

@media (min-width: 1000px) {
  table td,
  table {
    padding: 1vw;
    border: 1px solid #ccc;
    font-size: 1.1vw;
  }

  table td,
  table th {
    padding: 1.5vw 1vw;
  }
  
  .my-account h2 {
    margin-top: 4vw;
    text-align: left;
  }
  
  .customer-address {
    font-size: 1.3vw;
  }
  
  .customer-address p {
    margin-bottom: .5vw;
  }

  .my-account .order-num {
    font-size: 1.2vw;
  }

  .order-page .order-address {
    display: flex;
    justify-content: space-between;
  }

  .order-page .order-address .span6 {
    max-width: 48%;
  }

  .order-page {
    padding: 5vw 0;
    font-size: 1.3vw;
  }
  
  .order-page h2 {
    margin-top: 0;
    text-align: left;
  }
  
  .order-page table {
    margin: 5vw 0;
  }
}

.cart-section {
  line-height: normal;
  text-align: left;
}

.cart-section .table-head,
.cart-section .table-row {
  display: grid;
  grid-template-columns: 15% 40% 15% 20% 10%;
  padding: 2vw 0;
}

.cart-section .table-row .col {
  display: block;
  padding: 0;
  width: 100%;
}

.cart-section .table-row .props {
  padding: 0;
  display: block;
  font-size: 2vw;
}
.cart-section .table-row .prop {
  padding: 0;
}

.cart-section .table-head {
  font-weight: 600;
}

.cart-section .table-row div {
  display: flex;
  align-items: center;
}

.cart-section .table-head div,
.cart-section .table-row div {
  padding: 0 5%;
  font-size: 3vw;
}

.cart-section .table-head,
.cart-section .table-row {
  border-bottom: 1px solid #ddd;
}

.cart-section .quantity,
.cart-section .price {
  text-align: center;
  justify-content: center;
}

.cart-section .table-row .remove {
  text-align: right;
  justify-content: flex-end;
  font-size: 2.5vw;
}

.cart-section .table-row input {
  width: 100%;
  text-align: center;
  outline: none;
}

.cart-section .total {
  text-align: right;
  text-transform: uppercase;
  font-size: 5vw;
  margin-top: 5vw;
}

.cart-section .btn {
  margin: 3vw 0 0 auto;
  display: block;
  width: 160px;
}

.cart-section form {
  width: 100%;
}

.cart-section a {
  color: #3493a9;
}

.cart-section .gift-note {
  font-size: 3.5vw;
  margin: 10vw 0 12vw;
}

.cart-section .gift-note label {
  margin-bottom: 3vw;
}

.cart-section .gift-note textarea {
  width: 100%;
  height: 15vw;
  padding: 2vw;
  outline: none;
}
.cart-section .gift-note .btn {
  width: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

@media (min-width: 1000px) {
  .nothing-found {
    font-size: 2vw;
  }

  .cart-section {
    font-size: 1.5vw;
  }

  .cart-section .wrapper {
    width: 85vw;
  }

  .cart-section .table-head,
  .cart-section .table-row {
    padding: 1vw 0;
    grid-template-columns: 10% 45% 15% 15% 15%;
  }
  
  .cart-section .table-head div,
  .cart-section .table-row div {
    font-size: 1.5vw;
  }

  .cart-section .table-row input {
    width: 5vw;
    height: 2.5vw;
    font-size: 1.2vw;
  }

  .cart-section .table-row .remove {
    font-size: 1.5vw;
  }

    .cart-section .table-row .props {
      margin-top: .5vw;
      font-size: 1.2vw;
    }

  .cart-section .total {
    font-size: 2vw;
    margin-top: 3vw;
  }
  
  .cart-section .btn {
    width: 12vw;
    margin: 2vw 0 0 auto;
  }

    .cart-section .cart-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 2vw;
    }

    .cart-section .gift-note {
      font-size: 1.5vw;
      margin: 2.5vw 0 0;
      text-align: right;
    }

    .cart-section .gift-note label {
      margin-bottom: 1vw;
    }

    .cart-section .gift-note textarea {
      height: 12.5vw;
      padding: 1vw;
      font-size: 1.2vw;
    }
    .cart-section .gift-note .btn {
      padding-left: 2vw;
      padding-right: 2vw;
      margin-top: 0.7vw;
    }
}


@media (min-width: 1000px) {
  .d-flex-desktop {
    display:flex;
  }
}
.retail-outlets-page {
  padding: 5.556vw 0 9.179vw;
}

.retail-outlets-hero h1 {
  font-size: 30.193vw;
  margin-bottom: 7.246vw;
}

.retail-outlets-hero p {
  width: 79.710vw;
  margin: 0 auto;
}

.retail-outlets iframe {
  width: 100%;
  margin-top: 6.039vw;
  display: block;
}

.retail-outlets-want-to-carry {
  margin-top: 9.662vw;
}

.retail-outlets-want-to-carry h2 {
  font-size: 21.498vw;
  color: #ef6b54;
  line-height: .7;
  margin-bottom: 12.077vw;
}

.retail-outlets-want-to-carry .btn {
  padding: 3.382vw 15.700vw;
  font-size: 4.348vw;
}

@media (min-width: 1000px) {
  .retail-outlets-page {
    padding: 2.344vw 0 4.479vw;
  }
  
  .retail-outlets-hero .wrapper {
    width: 60.417vw;
  }
  
  .retail-outlets-hero h1 {
    font-size: 7.813vw;
    margin-bottom: 2.083vw;
  }
  
  .retail-outlets-hero p {
    width: 100%;
  }

  .retail-outlets iframe {
    width: 100%;
    margin-top: 2.5vw;
  }

  .retail-outlets .wrapper {
    width: 1035px;
    max-width: 80vw;
  }
  
  .retail-outlets-want-to-carry {
    margin-top: 3.5vw;
    text-align: center;
    font-size: 1.094vw;
    line-height: 1.6;
  }
  
  .retail-outlets-want-to-carry .wrapper {
    width: 60.417vw;
  }
  
  .retail-outlets-want-to-carry h2 {
    font-size: 5.833vw;
    margin-bottom: 3.385vw;
  }
  
  .retail-outlets-want-to-carry .btn {
    padding: 0.990vw 4.271vw;
    font-size: 1.198vw;
  }
}

.wholesale-section .wrapper {
  background-color: #ffffff;
  border-radius: 7.246vw;
  text-align: center;
  padding: 7.246vw;
  font-size: 3.623vw;
  padding-top: 12.077vw;
}

.wholesale-total .wrapper {
  background-color: #009db4;
  border-radius: 7.246vw;
  padding: 2.415vw 0;
  color: #fff;
  font-size: 4.348vw;
}

.wholesale-hero {
  padding-top: 4.831vw;
}

.wholesale-hero h1 {
  font-size: 21.739vw;
  margin-bottom: 12.077vw;
}

.wholesale-section {
  letter-spacing: .08em;
}

.wholesale-section h3 {
  font-size: 5.072vw;
  color: #f36f47;
  margin-bottom: 2.415vw;
}

.wholesale-section .product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.623vw;
  position: relative;
}

.wholesale-section .product:after {
  content: "box";
  color: #bdbdbd;
  font-style: italic;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14.493vw;
}

.wholesale-section .product.more-than-one:after {
  content: "boxes";
}

.wholesale-section .product.filled:after {
  color: #131414;
}

.wholesale-section input {
  width: 31.401vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24.155vw;
  height: 8.454vw;
  font-weight: 900;
  padding: 0 7.246vw;
}

.wholesale-section label {
  font-weight: 900;
  margin-left: 3.623vw;
}

.wholesale-total .block {
  font-size: 5.072vw;
  padding: 4.831vw;
  position: relative;
}

.wholesale-total .block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.242vw;
  background-size: auto 100%;
  background-position: center;
  background-image: url(//boozybites.com/cdn/shop/t/10/assets/list-line.png?v=151303560087586065081667420718);
}

.wholesale-total .block:last-of-type:after {
  display: none;
}

.wholesale-total .block h3 {
  font-size: 5.797vw;
}

.wholesale-total {
  margin-top: 6.280vw;
}

.wholesale-total .block .row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.wholesale-total .block #savings {
  font-size: 4.348vw;
  position: relative;
  margin-left: 4.831vw;
  font-style: italic;
}

.wholesale-total .block #savings a {
  position: absolute;
  z-index: 10;
  width: 3.623vw;
  height: 3.623vw;
  border-radius: 100%;
  background: #fff;
  top: -1.208vw;
  right: -4.831vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.382vw;
  color: #00a9bf;
  line-height: 1;
}

#wholesale-checkout {
  padding: 3.623vw 12.077vw;
  font-size: 3.865vw;
  margin-top: 7.246vw;
}

@media (min-width: 1000px) {
  .wholesale-section .wrapper {
    border-radius: 2.552vw;
    padding: 1.563vw 5.469vw 3.906vw;
    font-size: 1.094vw;
    line-height: 1.6;
    width: 57.813vw;
  }

  .wholesale-total .wrapper {
    border-radius: 1.771vw;
    font-size: 1.406vw;
    width: 57.813vw;
    display: flex;
    padding: 0;
    letter-spacing: .08em;
  }

  .wholesale-hero {
    padding-top: 0;
  }

  .wholesale-hero h1 {
    font-size: 8.438vw;
    margin-bottom: 3.646vw;
  }

  .wholesale-section h3 {
    font-size: 1.719vw;
    margin-bottom: 1.563vw;
  }

  .wholesale-section .product {
    margin-bottom: 1.563vw;
     break-inside: avoid-column;
  }

  .wholesale-section .product:after {
    left: 5.313vw;
    font-size: 1.094vw;
  }

  .wholesale-section input {
    width: 10.938vw;
    height: 3.073vw;
    padding: 0 2.604vw;
  }

  .wholesale-section label {
    margin-left: 2.083vw;
  }

  .wholesale-total .block {
    font-size: 1.406vw;
    padding: 1.563vw 3.125vw 1.042vw 2.604vw;
  }

  .wholesale-total .block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0.104vw;
    height: 100%;
    background-size: 100% auto;
    background-image: url(//boozybites.com/cdn/shop/t/10/assets/vertical-line.png?v=183654916029117009361667420718);
  }

  .wholesale-total .block:last-of-type {
    padding-right: 10px;
  }

  .wholesale-total .block h3 {
    font-size: 1.719vw;
    margin-bottom: 0;
  }

  .wholesale-total {
    margin-top: 1.354vw;
  }

  .wholesale-total .block .row {
    justify-content: flex-start;
    align-items: center;
  }

  .wholesale-total .block .value {
    padding-left: 1.042vw;
  }

  .wholesale-total .block #savings {
    font-size: 1.094vw;
    margin-left: 1.2vw;
  }

  .wholesale-total .block #savings a {
    width: 1.094vw;
    height: 1.094vw;
    top: -0.260vw;
    right: -1.302vw;
    font-size: 0.885vw;
    letter-spacing: normal;
  }

  #wholesale-checkout {
    padding: 1.042vw 1.563vw;
    font-size: 1.198vw;
    width: 18.281vw;
    margin: 1.667vw auto 0;
    display: block;
  }
  
  .wholesale-products {
    margin-top:2.604vw;
    column-count: 2;
  }
  
  .wholesale-page {
    padding-bottom: 3.021vw;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#wholesale-popup h2 {
  font-size: 24.155vw;
}

.popup table {
  margin-top: 7.246vw;
}

.popup table tr {
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 2.415vw;
  border-radius: 24.155vw;
  height: 9.662vw;
  padding: 0 2.415vw;
}

.popup table td {
  width: 50%;
  text-align: center;
}

.popup table td, .popup table th, .popup table {
  border: none;
}

.wholesale-section .wrapper {
  position: relative;
}

.wholesale-section .savings-chart {
  position: absolute;
  box-shadow: 3.865vw 5.797vw 8.696vw 2.415vw rgb(3 4 4 / 10%);
  background-color: #93c854;
  width: 16.908vw;
  height: 16.908vw;
  border-radius: 100%;
  color: #fff;
  font-size: 2.415vw;
  top: 3.623vw;
  right: 3.623vw;
  font-weight: 700;
  display: block;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1000px) {
  #wholesale-popup .wrapper {
    width: 49.010vw;
  }
  
  #wholesale-popup h2 {
    font-size: 8.021vw;
  }
  
  #wholesale-popup table {
    width: 37.135vw;
  }

  .popup table {
    margin: 2.604vw auto 0;
  }

  .popup table tr {
    margin-bottom: 0.781vw;
    height: 3.125vw;
    padding: 0 1.042vw;
  }

  .popup table td {
    font-size: 1.25vw;
  }

  .wholesale-section .savings-chart {
    box-shadow: 0.833vw 1.25vw 1.875vw 0.521vw rgb(3 4 4 / 10%);
    width: 5.573vw;
    height: 5.573vw;
    font-size: 0.885vw;
    top: 1.667vw;
    right: 1.667vw;
  }
}

.default-page h1 {
  font-size: 22vw;
  line-height: .9;
}

.default-page h2,
.default-page h2 b {
  font-weight: 400;
}

.default-page .page-content .wrapper {
  background: #fff;
  border-radius: 10vw;
  padding: 7vw 5vw 5vw;
  font-size: 3.623vw;
  text-align: left;
}

@media (min-width: 1000px) {
  .default-page h1 {
    font-size: 10vw;
    margin-bottom: 4vw;
  }

  .default-page .page-content .wrapper {
    border-radius: 5vw;
    padding: 5vw 5vw 3vw;
    font-size: 1.094vw;
    width: 80vw;
  }
}
  
.collection-filters {
  text-transform: lowercase;
}
  
.collection-filters ul .has-submenu {
  position: relative;
}
  
.collection-filters ul .has-submenu a,
.collection-filters ul .has-submenu .open {
  display: none;
}
  
.collection-filters ul .has-submenu ul a,
.collection-filters ul .has-submenu ul {
  display: block;
}

.collection-filters ul .has-submenu ul {
  padding: 0;
  position: static;
  background: transparent;
  transform: none;
}

.collection-filters ul .has-submenu .open {
  position: absolute;
  right: -5vw;
  top: 0;
}

@media (min-width: 1000px) {
  .collection-filters ul li:last-child {
    margin-right: 0;
  }
  
  .collection-filters ul .has-submenu {
    padding-right: 2vw;
    position: relative;
  }
  
  .collection-filters ul .has-submenu .open {
    position: absolute;
    right: 0;
    top: .1vw;
  }
  
  .collection-filters ul .has-submenu a,
  .collection-filters ul .has-submenu .open {
    display: block;
    padding: 0;
  }

  .collection-filters ul .has-submenu ul {
     position: absolute;
     padding: 1.5vw 2.5vw 1.5vw 2vw;
     bottom: 1vw;
     transform: translateY(100%);
     left: 0;
     margin: 0;
     font-size: 1.198vw;
     background-color: #3092a8;
     color: #fff;
     height: auto;
     width: auto;
     white-space: nowrap;
     line-height: 1;
     display: none;
     border: 1px solid #fff;
     min-width: 100%;
  }
  
  .collection-filters ul ul li {
     margin: 0 0 1vw 0;
     padding: 0;
   }
   
  .collection-filters ul ul li:last-child {
     margin-bottom: 0;
   }
}

.pdp .build-a-box {
  order: 2;
  margin-top: 4.831vw;
}

.pdp .build-a-box .item {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 2.415vw;
}

.pdp .build-a-box .item img {
  display: block;
  width: 16.908vw;
  height: 15.700vw;
}

.pdp .build-a-box .item .title {
  font-size: 3.140vw;
  margin-left: 3.623vw;
  margin-right: 3.623vw;
  line-height: 1.2;
}

.pdp .build-a-box .item .quantity {
  position: relative;
  width: 21.739vw;
  margin: 0 0 0 auto;
}

.pdp .build-a-box .item .quantity input {
  width: 21.739vw;
  height: 9.179vw;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 3.865vw;
  background: transparent;
  outline: none;
}

.pdp .build-a-box .item .quantity span {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.382vw;
  cursor: pointer;
  width: 5.797vw;
}

.pdp .build-a-box .item .quantity .plus {
  right: 0;
}

.pdp .build-a-box .item .quantity .minus {
  left: 0;
}
.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.btn:disabled:hover {
  background-color: #4c91a7;
}
@media (min-width: 1000px) {
  .pdp .build-a-box {
    order: 2;
    margin-top: 3.472vw;
    width: 100%;
  }

  .pdp .build-a-box .item {
    margin-bottom: 1.389vw;
  }

  .pdp .build-a-box .item img {
    width: 7.639vw;
    height: 5.556vw
  }

  .pdp .build-a-box .item .title {
    font-size: 1.094vw;
    margin-left: 2.083vw;
    margin-right: 2.083vw;
  }

  .pdp .build-a-box .item .quantity {
    position: relative;
    width: 8.333vw;
    margin: 0 0 0 auto;
  }

  .pdp .build-a-box .item .quantity input {
    width: 8.333vw;
    height: 2.778vw;
    font-size: 1.2vw;
  }

  .pdp .build-a-box .item .quantity span {
    font-size: 1.111vw;
    width: 2.431vw;
  }
}

.payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7vw;
}
.payment-icons li {
  margin: 0 3px;
}
@media (min-width: 1000px) {
  .payment-icons {
    justify-content: flex-end;
    margin-top: 2vw;
  }
}
.cart-popup {
  position: fixed;
  z-index: 1000000;
  top: 31.401vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 87.198vw;
  border: 2px solid #3092a8;
  text-align: center;
  padding: 6.039vw 4.831vw;
  font-weight: 700;
  display: none;
}
.cart-popup a {
  display: block;
}
.cart-popup .btn {
  width: 40vw;
  margin: 2.415vw auto 0;
}
.cart-popup .close {
  position: absolute;
  top: 1.208vw;
  right: 2.415vw;
  cursor: pointer;
  line-height: 1;
  font-size: 4.348vw;
}

@media (min-width: 1000px) {
  .cart-popup {
    top: 10.417vw;
    left: auto;
    right: 0;
    transform: none;
    width: 31.25vw;
    padding: 2.431vw 1.389vw;
  }
  .cart-popup .btn {
    width: 15vw;
    margin: 1.042vw auto 0;
  }
  .cart-popup .close {
    font-size: 1.389vw;
    top: 0.694vw;
    right: 1.042vw;
  }
}
#pdp-popup .image {
  position: relative;
}
#pdp-popup .custom {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.899vw;
  line-height: 1.4;
  width: 60%;
  letter-spacing: normal;
}
#pdp-popup .custom img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #pdp-popup .custom {
    font-size: 0.903vw;
  }
}
.cart-row .age label span {
    font-size: 0.7vw;
    display: inline-block;
}
.age label{
display:block;
}
.cart-row .age {
    padding-left: 5vw;
}
.product-card .overlay .bold_options {
    display: none;
}
#popup-cart .popup-wrapper {
  padding: 2.246vw 2.870vw;
  line-height: 1.5;
}
#popup-cart img {
  width: 67.633vw;
  display: block;
  margin: 0 auto 4.831vw;
}
#popup-cart .btn {
  margin-top: 4.831vw;
}
.popup-wrapper {
    font-size: 1vw;
}
@media (min-width: 1000px) {
  #popup-cart .popup-wrapper {
    padding: 1.472vw;
  }
  #popup-cart img {
    width: 24.306vw;
    margin: 0 auto 2.778vw;
  }
  #popup-cart .btn {
    margin-top: 2.083vw;
  }
}