/** Shopify CDN: Minification failed

Line 1286:10 Expected ":"

**/
/**
* Theme Name:     Seven Mile Brewing Theme
* Version:        1.0.0
**/
/*------------------------------------*\
    $TABLE OF CONTENTS
\*------------------------------------*/
/**
 *
 * $COMMON............................Common definitions
 *
 * $STRUCTURE
 *      $CONTENT......................Content section
 *      $HEADER.......................Header + navigation section
 *      $SIDEBAR......................Sidebar section
 *      $FOOTER.......................Footer section
 *      $TYPOGRAPHY...................Typography definitions
 *
 * $MODULES
 *      $QUOTES.......................Quotes (Testimonials)
 *      $BUTTONS......................Custom buttons
 *      $LINKS........................Links
 *      $INPUTS.......................Form inputs and controls
 *      $PAGINATION...................Pagination
 *      $NAVS.........................Navigations
 *
 * $PAGES
 *      $HOME PAGE.................Definitions for home page
 */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes button_effects {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 1000;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes glow {
  from {
    stroke: rgba(255, 255, 0, 0.5);
  }
  to {
    stroke: yellow;
  }
}
@keyframes fillColor {
  from {
    fill: none;
  }
  to {
    fill: white;
  }
}
@keyframes glow-text {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #48D5C9, 0 0 4px #48D5C9, 0 0 5px #48D5C9, 0 0 6px #48D5C9, 0 0 7px #48D5C9;
  }
}
@keyframes draw-short {
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes draw-long {
  100% {
    stroke-dashoffset: 1000;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------------*\
    $COMMON
\*------------------------------------*/
/* line 8, ../sass/theme/_common.scss */
body .cart-progress-wrapper {
  text-align: center;
  padding: 10px;
  background: #f8f9fa;
  border-bottom: 1px solid #ddd;
}
/* line 15, ../sass/theme/_common.scss */
body .progress-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  height: 8px;
  margin-top: 5px;
}
/* line 24, ../sass/theme/_common.scss */
body .progress-bar {
  height: 8px;
  background-color: #28a745;
  /* Green */
  width: 0%;
  transition: width 0.5s ease-in-out;
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/* line 13, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group.shopify-section-header-hidden .logo-col-wrapper .header__heading-link {
  top: -100px !important;
}
/* line 21, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .header {
  display: flex;
  justify-content: space-between;
}
/* line 26, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .logo-col-wrapper {
  position: relative;
  width: 100px;
  height: 10px;
}
/* line 31, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .logo-col-wrapper .header__heading-link {
  position: absolute;
  top: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 989px) {
  /* line 31, ../sass/theme/structure/_header.scss */
  body .shopify-section-group-header-group .header-wrapper .logo-col-wrapper .header__heading-link {
    padding: 0;
    width: 82px;
    top: -10px;
    left: 0;
    z-index: 10;
  }
}
/* line 49, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper header-drawer #menu-drawer {
  padding-top: 20px;
}
/* line 52, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper header-drawer #menu-drawer .menu-drawer__utility-links {
  display: none;
}
/* line 61, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper header-drawer {
  margin-left: 10px !important;
}
@media (max-width: 1035px) {
  /* line 67, ../sass/theme/structure/_header.scss */
  body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper .list-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 76, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper .list-menu a .header__active-menu-item {
  text-decoration: none;
}
/* line 90, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper .header__icons .header__icon {
  margin-left: 22px;
}
@media (max-width: 989px) {
  /* line 90, ../sass/theme/structure/_header.scss */
  body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper .header__icons .header__icon {
    margin-left: 0;
  }
}
@media (max-width: 989px) {
  /* line 98, ../sass/theme/structure/_header.scss */
  body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper .header__icons .header__icon--account {
    display: inline-block !important;
  }
}
/* line 107, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper .header__icons .header__icon--cart .cart-count-bubble {
  background-color: #FF474A !important;
  bottom: auto;
  top: 10px;
}
/* line 114, ../sass/theme/structure/_header.scss */
body .shopify-section-group-header-group .header-wrapper .menu-col-wrapper .header__icons .header__search {
  display: none;
}

/*------------------------------------*\
$FOOTER
\*------------------------------------*/
/* line 7, ../sass/theme/structure/_footer.scss */
body .footer {
  background: #121212;
  color: white;
  padding: 64px 50px;
}
@media (max-width: 767px) {
  /* line 7, ../sass/theme/structure/_footer.scss */
  body .footer {
    padding: 64px 15px;
  }
}
/* line 16, ../sass/theme/structure/_footer.scss */
body .footer .footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 67px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  /* line 16, ../sass/theme/structure/_footer.scss */
  body .footer .footer-container {
    gap: 37px;
  }
}
@media (max-width: 980px) {
  /* line 16, ../sass/theme/structure/_footer.scss */
  body .footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  /* line 16, ../sass/theme/structure/_footer.scss */
  body .footer .footer-container {
    grid-template-columns: 1fr;
  }
}
/* line 41, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column .block-item {
  margin-bottom: 24px;
}
/* line 44, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column .block-item:last-child {
  margin-bottom: 0;
}
/* line 53, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column .social-icons li i {
  font-size: 18px;
}
/* line 59, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
/* line 70, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column ul li {
  line-height: 28px !important;
  margin-bottom: 8px;
}
/* line 76, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column a {
  color: #ffffff;
  text-decoration: none;
}
/* line 81, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column p, body .footer-container .footer-column ul li, body .footer-container .footer-column a, body .footer-container .footer-column span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
/* line 87, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column iframe {
  border-radius: 16px;
  max-width: 250px;
  width: 100%;
  height: 150px;
}
@media (max-width: 650px) {
  /* line 87, ../sass/theme/structure/_footer.scss */
  body .footer-container .footer-column iframe {
    max-width: 100%;
    height: 220px;
  }
}
/* line 99, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column #contact_form {
  margin-top: 16px;
}
/* line 102, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column #contact_form input[type="email"] {
  border: 1px solid #ffffff;
  padding: 8px 16px;
  border-radius: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  background: transparent;
}
/* line 113, ../sass/theme/structure/_footer.scss */
body .footer-container .footer-column #contact_form button {
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 32px;
  color: #121212;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
/* line 126, ../sass/theme/structure/_footer.scss */
body .footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 131, ../sass/theme/structure/_footer.scss */
body .footer-column ul {
  list-style: none;
  padding: 0;
}
/* line 136, ../sass/theme/structure/_footer.scss */
body .footer-column ul li {
  margin-bottom: 8px;
}
/* line 140, ../sass/theme/structure/_footer.scss */
body .footer-column ul li a {
  color: #ddd;
  text-decoration: none;
}
/* line 145, ../sass/theme/structure/_footer.scss */
body .footer-column form {
  display: flex;
  flex-direction: column;
}
/* line 150, ../sass/theme/structure/_footer.scss */
body .footer-column input {
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
}
/* line 157, ../sass/theme/structure/_footer.scss */
body .footer-column button {
  background: #ff6600;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}
/* line 166, ../sass/theme/structure/_footer.scss */
body .footer-credits {
  padding: 16px 10px;
  background: #121212;
  border-top: 1px solid #ffffff;
}
/* line 171, ../sass/theme/structure/_footer.scss */
body .footer-credits .footer-container {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
/* line 178, ../sass/theme/structure/_footer.scss */
body .footer-credits .footer-container p {
  margin: 0;
}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/
/* line 5, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section {
  position: relative;
}
/* line 12, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.visible.our-process-section:before {
  top: 10%;
}
/* line 19, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.visible.generic-one:before, body .animate-on-scroll.svg-arrow-section.visible.our-services-section:before, body .animate-on-scroll.svg-arrow-section.visible.contact-section:before, body .animate-on-scroll.svg-arrow-section.visible.blog-banner-wrapper:before, body .animate-on-scroll.svg-arrow-section.visible.post-single-inner-wrapper:before {
  top: 10%;
}
/* line 26, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.visible.generic-one:after, body .animate-on-scroll.svg-arrow-section.visible.contact-section:after, body .animate-on-scroll.svg-arrow-section.visible.blog-banner-wrapper:after, body .animate-on-scroll.svg-arrow-section.visible.post-single-inner-wrapper:after {
  bottom: 20%;
}
/* line 34, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.generic-one:before {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="211" height="209" viewBox="0 0 211 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M83.25 0L211 144.907L83.25 118.433L-81 209L83.25 0Z" fill="url(%23paint0_linear_144_973)"/><defs><linearGradient id="paint0_linear_144_973" x1="211" y1="104.5" x2="-81" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%232DB9D0"/><stop offset="1" stop-color="%2348D5C9"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 34, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.generic-one:before {
    width: 100px;
    height: 100px;
  }
}
/* line 54, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.generic-one:after {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="213" height="209" viewBox="0 0 213 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M127.75 209L0 64.0933L127.75 90.5667L292 0L127.75 209Z" fill="url(%23paint0_linear_144_974)"/><defs><linearGradient id="paint0_linear_144_974" x1="0" y1="104.5" x2="292" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23EFB1C3"/><stop offset="1" stop-color="%23E18EDE"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 54, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.generic-one:after {
    width: 100px;
    height: 100px;
  }
}
/* line 77, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.generic-two:before {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="197" height="209" viewBox="0 0 197 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M127.75 209L0 64.0933L127.75 90.5667L292 0L127.75 209Z" fill="url(%23paint0_linear_235_3322)"/><defs><linearGradient id="paint0_linear_235_3322" x1="0" y1="104.5" x2="292" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23EFB1C3"/><stop offset="1" stop-color="%23E18EDE"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 20%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 77, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.generic-two:before {
    width: 100px;
    height: 100px;
  }
}
/* line 97, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.generic-two:after {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="219" height="209" viewBox="0 0 219 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M91.25 0L219 144.907L91.25 118.433L-73 209L91.25 0Z" fill="url(%23paint0_linear_235_3321)"/><defs><linearGradient id="paint0_linear_235_3321" x1="219" y1="104.5" x2="-73" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%232DB9D0"/><stop offset="1" stop-color="%2348D5C9"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 97, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.generic-two:after {
    width: 100px;
    height: 100px;
  }
}
/* line 120, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.our-process-section:before {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="245" height="209" viewBox="0 0 245 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M117.25 0L245 144.907L117.25 118.433L-47 209L117.25 0Z" fill="url(%23paint0_linear_144_972)"/><defs><linearGradient id="paint0_linear_144_972" x1="245" y1="104.5" x2="-47" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%232DB9D0"/><stop offset="1" stop-color="%2348D5C9"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 120, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.our-process-section:before {
    width: 100px;
    height: 100px;
  }
}
/* line 141, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.our-services-section:before {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="246" height="209" viewBox="0 0 246 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M127.75 0L0 144.907L127.75 118.433L292 209L127.75 0Z" fill="url(%23paint0_linear_144_971)"/><defs><linearGradient id="paint0_linear_144_971" x1="0" y1="104.5" x2="292" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23EFB1C3"/><stop offset="1" stop-color="%23E18EDE"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 20%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 141, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.our-services-section:before {
    width: 100px;
    height: 100px;
  }
}
/* line 163, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.contact-section:before, body .animate-on-scroll.svg-arrow-section.blog-banner-wrapper:before {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="211" height="209" viewBox="0 0 211 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M83.25 0L211 144.907L83.25 118.433L-81 209L83.25 0Z" fill="url(%23paint0_linear_144_973)"/><defs><linearGradient id="paint0_linear_144_973" x1="211" y1="104.5" x2="-81" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%232DB9D0"/><stop offset="1" stop-color="%2348D5C9"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 163, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.contact-section:before, body .animate-on-scroll.svg-arrow-section.blog-banner-wrapper:before {
    width: 100px;
    height: 100px;
  }
}
/* line 182, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.contact-section:after, body .animate-on-scroll.svg-arrow-section.blog-banner-wrapper:after {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="213" height="209" viewBox="0 0 213 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M127.75 209L0 64.0933L127.75 90.5667L292 0L127.75 209Z" fill="url(%23paint0_linear_144_974)"/><defs><linearGradient id="paint0_linear_144_974" x1="0" y1="104.5" x2="292" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23EFB1C3"/><stop offset="1" stop-color="%23E18EDE"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 182, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.contact-section:after, body .animate-on-scroll.svg-arrow-section.blog-banner-wrapper:after {
    width: 100px;
    height: 100px;
  }
}
/* line 205, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.blog-banner-wrapper:before {
  top: 20%;
}
/* line 209, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.blog-banner-wrapper:after {
  bottom: 50%;
  z-index: 0;
}
/* line 217, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.post-single-inner-wrapper:before {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="206" height="209" viewBox="0 0 206 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M127.75 209L0 64.0933L127.75 90.5667L292 0L127.75 209Z" fill="url(%23paint0_linear_181_8790)"/><defs><linearGradient id="paint0_linear_181_8790" x1="0" y1="104.5" x2="292" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23EFB1C3"/><stop offset="1" stop-color="%23E18EDE"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 20%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 217, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.post-single-inner-wrapper:before {
    width: 100px;
    height: 100px;
  }
}
/* line 237, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.svg-arrow-section.post-single-inner-wrapper:after {
  content: '';
  height: 209px;
  width: 245px;
  background-image: url('data:image/svg+xml,<svg width="249" height="209" viewBox="0 0 249 209" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.1" d="M164.25 0L292 144.907L164.25 118.433L0 209L164.25 0Z" fill="url(%23paint0_linear_181_8795)"/><defs><linearGradient id="paint0_linear_181_8795" x1="292" y1="104.5" x2="0" y2="104.5" gradientUnits="userSpaceOnUse"><stop stop-color="%232DB9D0"/><stop offset="1" stop-color="%2348D5C9"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  /* line 237, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.svg-arrow-section.post-single-inner-wrapper:after {
    width: 100px;
    height: 100px;
  }
}
/* line 263, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.visible .svg-arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 266, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.visible .svg-arrow.up {
  top: 150px;
  left: 0px;
}
/* line 271, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.visible .svg-arrow.down {
  bottom: 40px;
  right: 100px;
}
@media (max-width: 1024px) {
  /* line 271, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.visible .svg-arrow.down {
    right: 55px;
    left: auto;
  }
}
@media (max-width: 960px) {
  /* line 271, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.visible .svg-arrow.down {
    right: 0px;
    left: auto;
  }
}
/* line 291, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.visible.services-list-wrapper .elementor-container:before {
  top: -30px;
  left: -30px;
}
@media (max-width: 580px) {
  /* line 291, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.visible.services-list-wrapper .elementor-container:before {
    top: -10px;
    left: -10px;
  }
}
/* line 301, ../sass/theme/structure/_animations.scss */
body .animate-on-scroll.visible.services-list-wrapper .elementor-container:after {
  bottom: -30px;
  right: -30px;
}
@media (max-width: 580px) {
  /* line 301, ../sass/theme/structure/_animations.scss */
  body .animate-on-scroll.visible.services-list-wrapper .elementor-container:after {
    bottom: -10px;
    right: -10px;
  }
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/* line 5, ../sass/theme/structure/_typography.scss */
body {
  font-weight: 400;
}

/*------------------------------------*\
    $MODULES
\*------------------------------------*/
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/* line 7, ../sass/theme/modules/_buttons.scss */
body .cart__checkout-button {
  padding: 16px 24px;
  border: 1px solid #000;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background-color: #000;
  letter-spacing: 0;
}
/* line 18, ../sass/theme/modules/_buttons.scss */
body .cart__checkout-button:after {
  display: none;
}
/* line 23, ../sass/theme/modules/_buttons.scss */
body .button--primary {
  padding: 16px 24px;
  border: 1px solid #121212;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
  background-color: transparent;
  letter-spacing: 0;
}
/* line 38, ../sass/theme/modules/_buttons.scss */

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
/*------------------------------------*\
    $INPUTS
\*------------------------------------*/
@media (max-width: 470px) {
  /* line 7, ../sass/theme/modules/_inputs.scss */
  body quantity-input, body .quantity {
    width: 100%;
  }
}
/* line 13, ../sass/theme/modules/_inputs.scss */
body quantity-input:after, body .quantity:after {
  border-radius: 32px;
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/*------------------------------------*\
    $NAVS
\*------------------------------------*/

/*------------------------------------*\
    $PAGES
\*------------------------------------*/

/* line 13, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) .product__media-wrapper .product-media-container {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 16px;
  overflow: hidden !important;
}
/* line 20, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) .product__media-wrapper .product__media {
  padding-top: 0;
  height: 668px;
}
@media (max-width: 767px) {
  /* line 20, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(1) .product__media-wrapper .product__media {
    height: 500px;
  }
}
@media (max-width: 500px) {
  /* line 20, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(1) .product__media-wrapper .product__media {
    height: 285px;
  }
}
/* line 32, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) .product__media-wrapper .product__media img {
  object-fit: contain;
}
/* line 38, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info {
  padding: 120px 0;
}
@media (max-width: 767px) {
  /* line 38, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(1) product-info {
    padding: 56px 0 0;
  }
}
/* line 45, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .breadcrumb {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 16px;
}
/* line 51, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .breadcrumb a {
  color: #121212;
  text-decoration: none;
}
/* line 57, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__text {
  display: none;
}
/* line 61, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title {
  margin-bottom: 16px;
}
/* line 64, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}
@media (max-width: 500px) {
  /* line 64, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
/* line 76, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title + div {
  margin: 0;
}
/* line 79, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title + div .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 84, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title + div .price span {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
@media (max-width: 500px) {
  /* line 84, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title + div .price span {
    font-size: 24px;
    line-height: 29px;
  }
}
/* line 94, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__title + div .price span.badge {
  font-size: 12px;
  line-height: 12px;
}
/* line 102, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__tax {
  display: none;
}
/* line 106, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info variant-selects {
  margin-top: 32px;
  margin-bottom: 24px;
}
/* line 110, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info variant-selects .form__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
/* line 116, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info variant-selects label {
  padding: 14px 24px;
}
/* line 123, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product-form__quantity .quantity__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 470px) {
  /* line 129, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(1) product-info .product-form__quantity quantity-input {
    width: 100%;
  }
}
/* line 135, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product-form__quantity quantity-input:after {
  border-radius: 32px;
}
/* line 143, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product-form__buttons .button--primary {
  background-color: #121212;
  color: #ffffff;
}
/* line 147, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product-form__buttons .button--primary:after {
  display: none;
}
/* line 153, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(1) product-info .product__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}
/* line 164, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products {
  padding-bottom: 96px;
}
/* line 167, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .related-products__heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #121212;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  /* line 167, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(2) .related-products .related-products__heading {
    font-size: 24px;
    line-height: 29px;
  }
}
/* line 181, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 600px) {
  /* line 181, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid {
    grid-template-columns: 1fr;
  }
}
/* line 190, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid .grid__item {
  width: 100%;
  max-width: 100%;
}
/* line 204, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid .grid__item .product-card-wrapper:hover .card__content .card__information .card__heading a {
  text-decoration: none;
}
/* line 212, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid .grid__item .product-card-wrapper .card__inner {
  background: transparent;
  height: 450px;
}
/* line 217, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid .grid__item .product-card-wrapper .card__media {
  border-radius: 24px;
  height: 450px;
}
/* line 221, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid .grid__item .product-card-wrapper .card__media img {
  object-fit: contain;
}
/* line 230, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid .grid__item .product-card-wrapper .card__content .card__information .card__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  text-align: center;
  margin-bottom: 16px;
}
/* line 239, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section:nth-child(2) .related-products .product-grid .grid__item .product-card-wrapper .card__content .card__information .card-information {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}
/* line 254, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .newsletter__wrapper {
  background-color: #FAFAFA;
  padding: 80px 15px;
}
/* line 258, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .newsletter__wrapper h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  /* line 258, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section .newsletter__wrapper h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
/* line 273, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form {
  max-width: 600px;
  margin: 0 auto;
}
/* line 278, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 600px) {
  /* line 278, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper {
    flex-direction: column;
  }
}
/* line 289, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .field {
  border-radius: 32px;
}
/* line 292, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .field input {
  height: 68px;
  border-radius: 32px;
}
@media (max-width: 600px) {
  /* line 292, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .field input {
    height: 60px;
  }
}
/* line 301, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .field label {
  line-height: 48px;
}
@media (max-width: 600px) {
  /* line 301, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .field label {
    line-height: 40px;
  }
}
/* line 309, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .field:after {
  border-radius: 32px;
  border: 0;
  box-shadow: none;
}
/* line 316, ../sass/theme/pages/_product-detail.scss */
body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .newsletter-form__button {
  position: relative;
  width: auto;
  padding: 24px 48px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 600px) {
  /* line 316, ../sass/theme/pages/_product-detail.scss */
  body.product-details #MainContent .shopify-section .custom-newsletter .newsletter-form__field-wrapper .newsletter-form__button {
    width: 100%;
    padding: 22px 48px;
  }
}

/* line 7, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner {
  padding: 0;
}
/* line 10, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner .drawer__header {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
}
/* line 14, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner .drawer__header .drawer__close {
  right: 10px;
}
/* line 20, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner .drawer__header .heading-wrapper .drawer__heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
/* line 28, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner .drawer__header .heading-wrapper .drawer-subheading {
  margin: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
/* line 38, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner #cart-goal {
  padding: 20px;
}
/* line 41, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner #cart-goal #cart-goal-message {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}
/* line 48, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner #cart-goal .progress-bar-container {
  width: 100%;
  height: 12px;
  background-color: #DDDDDD;
  border-radius: 24px;
  margin-top: 8px;
  overflow: hidden;
}
/* line 57, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner #cart-goal #progress-bar {
  height: 100%;
  width: 0%;
  background-color: #68E7BD;
  /* Green color */
  transition: width 0.3s ease-in-out;
  display: block;
  border-radius: 24px;
}
/* line 67, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner .drawer__footer {
  padding: 20px;
}
/* line 86, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner .drawer__footer .tax-note {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
/* line 94, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items {
  padding: 0 20px;
}
/* line 99, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items thead {
  display: none;
}
/* line 107, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__media .cart-item__image {
  height: 120px;
  object-fit: contain;
  border: 1px solid #dddddd;
  border-radius: 12px;
}
/* line 117, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__details .cart-item__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
/* line 123, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__details .product-option {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
/* line 129, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__details dl {
  margin-top: 3px;
}
/* line 132, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__details dl .product-option {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
}
/* line 143, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__totals .price.price--end {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
/* line 150, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__quantity-wrapper {
  justify-content: space-between;
}
@media (max-width: 749px) {
  /* line 150, ../sass/theme/pages/_cart.scss */
  body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__quantity-wrapper {
    flex-wrap: nowrap;
  }
}
/* line 160, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__quantity quantity-input {
  min-height: 36px;
}
/* line 163, ../sass/theme/pages/_cart.scss */
body #CartDrawer .drawer__inner cart-drawer-items .cart-items tbody .cart-item__quantity quantity-input input {
  font-size: 14px;
}


.megamenu-images {
    display: flex;
}
.megamenu-images a {
  flex: 1;
  padding: 0 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.megamenu-images a img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.megamenu-images a:hover svg {
  transform: rotate(45deg)
}
.megamenu-images a:hover img {
  transfor  
}

.megamenu-images a h5 {
    display: flex;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 749px) {
  .megamenu-images {
    flex-wrap: wrap;
    gap: 24px 0;
    padding: 24px;
  }
  .megamenu-images a {
    flex: 50%;
  }
}

header-menu:hover:after {
    content: '';
    width: 100%;
    height: 20px;
    display: block;
    margin-bottom: -20px;
}

.menu-col-wrapper {
    margin-left: auto;
    margin-right: 8px;
    display: flex;
}


.cart-drawer__footer {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
 




.socials {
    display: flex;
    gap: 8px;
}

.socials a {
    display: flex;
}

.quantity__rules-cart {
  display: none;
}

.beer-size-selector-wrapper {
    padding: 20px 0;
}
.beer-size-selector-wrapper span {
    display: block;
    margin: 0 0 8px;
}

.beer-size-selector {
    display: flex;
    gap: 12px;
}

.beer-size-selector label {
    border-radius: var(--variant-pills-radius);
    background-color: transparent;
    color: #121212;
    border: 1px solid  #121212;
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
}

.beer-size-selector input {
  display: none;
}

.beer-size-selector input:checked + label {
    background-color: #121212;
    color: #fff;
}


.shopify-policy__container {
    max-width: 800px !important;
    margin: 80px auto 120px !important;
}

.shopify-policy__container hr {
    margin: 24px 0 !important;
}

.insta-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #181818;
}

.insta-link svg {
  margin-right: 5px;
}