/** Shopify CDN: Minification failed

Line 1645:27 Expected ")" to end URL token

**/
/* Acme Gothic Wide Fonts*/
@font-face {
    font-family: 'acme_gothic_wideregular';
    src: url('acme-gothic-wide-regular-webfont.woff2') format('woff2'),
         url('acme-gothic-wide-regular-webfont.woff') format('woff'),
         url('acme-gothic-wide-regular-webfont.svg#acme_gothic_wideregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'acme_gothic_widelight';
    src: url('acme-gothic-wide-light-webfont.woff2') format('woff2'),
         url('acme-gothic-wide-light-webfont.woff') format('woff'),
         url('acme-gothic-wide-light-webfont.svg#acme_gothic_widelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'acme_gothic_widebold';
    src: url('acme-gothic-wide-bold-webfont.woff2') format('woff2'),
         url('acme-gothic-wide-bold-webfont.woff') format('woff'),
         url('acme-gothic-wide-bold-webfont.svg#acme_gothic_widebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'acme_gothic_widesemibold';
    src: url('acme-gothic-wide-semibold-webfont.woff2') format('woff2'),
          url('acme-gothic-wide-semibold-webfont.woff') format('woff'),
          url('acme-gothic-wide-semibold-webfont.svg#acme_gothic_widesemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'acme_gothic_wideblack';
    src: url('acme-gothic-wide-black-webfont.woff2') format('woff2'),
         url('acme-gothic-wide-black-webfont.woff') format('woff'),
         url('acme-gothic-wide-black-webfont.svg#acme_gothic_wideblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Georgia Pro Fonts*/
@font-face {
  font-family: 'Georgia Pro Cond';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondRegular.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Bold';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondBold.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-Italic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Light';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondLight.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Light';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-Light.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Light Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondLightItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Light Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-LightItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Semibold';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondSemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondSemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Black';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-Black.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Black';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondBlack.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Black Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-BlackItalic.woff") format("woff");
}

@font-face {
  font-family: 'Georgia Pro Cond Black Italic';
  font-style: normal;
  font-weight: normal;
  src: url("GeorgiaPro-CondBlackItalic.woff") format("woff");
}
body {
  font-family:var(--font-GeorgiaProRegular);
  font-size:16px;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: 0.2s ease-in;
}
:root {
  --body-bg-color: #EBE7DD;
  --primary-color: #6B1A18;
  --white-text-color: #EBE7DD;

  --font-WideRegular: 'acme_gothic_wideregular';
  --font-WideLight: 'acme_gothic_widelight';
  --font-WideBold: 'acme_gothic_widebold';
  --font-WideSemiBold: 'acme_gothic_widesemibold';
  --font-WideBlack: 'acme_gothic_wideblack';

  --font-GeorgiaProRegular: 'Georgia Pro Cond';
}
.primary-btn {
  background: var(--primary-color);
  padding: 15px 40px;
  border: 1px solid var(--primary-color);
  font-family: var(--font-WideBlack);
  font-size: 16px;
  line-height:normal;
  color: var(--body-bg-color);
  text-transform: uppercase;
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.primary-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--body-bg-color);
  transform: translateY(100%);
  transform-origin: left;
  transition: 0.5s ease-in-out; 
  z-index: -1; 
}
.primary-btn:hover {
  color: var(--primary-color);
  z-index: 1;
}
.primary-btn:hover:after {
  transform: translateY(0%); 
}
.secondary-btn {
  background: transparent;
  padding: 15px 40px;
  border: 1px solid var(--primary-color);
  font-family: var(--font-WideBlack);
  font-size: 16px;
  line-height:normal;
  color: var(--primary-color);
  text-transform: uppercase;
  display: inline-block;
  box-shadow:none;
  cursor:pointer;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.secondary-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out; 
  z-index: -1; 
}
.secondary-btn:hover:after {
  transform: translateY(0%); 
}
.secondary-btn:hover {
  color: var(--body-bg-color);
  z-index: 1;
}


.page-container {
  max-width: 1366px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 100px;
}

input::placeholder,
textarea::placeholder {
    color: var(--white-text-color);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]:focus,
input[type=number]:hover {
  outline: none;
}

.section-title-text {
  font-size: 24px;
  color: var(--primary-color) ;
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
}
.section-title-big {
  font-size: 150px;
  color: var(--primary-color) ;
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
}
.storelocator-layout-2 {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border-color: var(--primary-color) !important;
  margin-bottom: 100px !important;
  min-height: inherit !important;
}
.custom-header {
  background-color: var(--body-bg-color);
  border: 1px solid var(--primary-color);
  padding:25px;
  position:absolute;
  width:100%;
  left:0;
  top:0;
  z-index:99;
}
.header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-nav ul li {
  padding: 0;
  white-space: nowrap;
}

.header-nav a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--font-WideBlack);
  font-size: 16px;
  white-space: nowrap;
}

.header-nav a:hover,
.header-nav a.active {
  opacity: 0.5;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-right .cart-block {
  position: relative;
  display: flex;
}
.cart-block .cart-count{
  position: absolute;
  top: -10px;
  left: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b1a18;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px 5px;
  font-family: 'Georgia Pro Cond Semibold';
}
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border: 1px solid var(--primary-color) ;
  cursor: pointer;
}
.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--primary-color);
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: var(--body-bg-color);
  border-left: 1px solid var(--primary-color);
  transition: 0.4s ease;
  z-index: 999;
  padding: 0;
}
.off-canvas-header {
  padding: 25px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary-color);
}
.menu-close {
  width: 16px;
}
.mobile-menu .mobile-menu-inner {
  padding: 25px;
}
.mobile-menu .mobile-menu-inner a {
  display: flex;
  text-decoration: none;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
  margin-bottom: 25px;
}
.mobile-menu .mobile-menu-inner a:hover,
.mobile-menu .mobile-menu-inner a.active {
  opacity: 0.5;
}
.mobile-menu.active {
  right: 0;
}
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.age-page {
  margin:0;
  padding: 25px;
  min-height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
}
.age-card {
  background: var(--body-bg-color);
  max-width: 470px;
  width: 100%;
  padding: 25px;
  text-align: center;
  border: 1px solid var(--primary-color);
}
.age-content-card {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.age-content-card .crown {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  margin-top: 20px;
}
.age-content-card h1 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  font-size: 26px;
  line-height: normal;
  margin: 0 0 15px 0;
}
.age-content-card .subtitle {
  width: 100%;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: normal;
}
.year-boxes {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 20px;
}

.year-digit {
  width: 60px;
  height: 80px;
  font-size: 68px;
  line-height: 1;
  padding: 0;
  
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
  text-align: center;
  
  border: 1px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
  border-radius: 0;
  outline: none;
  box-shadow: none;
  
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: var(--primary-color);
}

.year-digit::placeholder {
  color: var(--primary-color);
  opacity: 0.1;
}

@media screen and (max-width: 749px) {
  .year-digit {
    width: 60px;
    height: 80px;
    font-size: 68px;
    line-height: 1;
    padding: 0;
  }
}
.remember {
  margin: 0 0 40px 0;
  color: var(--primary-color);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.remember label {
  display: flex; 
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.remember input{
  accent-color: var(--primary-color);
  margin-right: 8px;
}
.age-content-card  .legal {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: var(--primary-color);
  line-height: 20px;
}
.age-content-card  .legal a {
  color: var(--primary-color);
  text-decoration: underline;
}
.age-content-card  .facts {
  margin-top: 80px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.age-content-card  .error {
  color: var(--primary-color);
  margin-top: 10px;
  display: none;
}
.age-img-bottom-text {
  position: absolute;
  bottom: 70px;
  right: 70px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
  text-align: center;
}
.age-child-warning {
  display: none;
}
.age-child-warning h1 {
  font-size: 38px;
}
.age-child-warning .subtitle {
  font-size: 18px;
}
.age-child-warning .legal {
  margin-top: 40px;
}
.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 95px 0 0 0;
  position: relative;
  min-height:990px;
  border-bottom:1px solid var(--primary-color);
}
.popup-trigger-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-trigger {
  font-size:24px;
  font-family:var(--font-WideBlack);
  color:var(--primary-color);
  margin-bottom: 55px;
  margin-top: 55px;
  display: flex;
  text-align: center;
  justify-content: center;
  cursor:pointer;
  background: none;
  border: none;
}
.hero-title {
  font-size: 150px;
  font-family:var(--font-WideBlack);
  text-transform:uppercase;
  color:var(--primary-color);
  line-height: 130px;
}
.hero-image {
  max-width: 100%;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}
.hero-bottom-text {
  position: absolute;
  left: 0;
  padding: 0 50px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  bottom: 50px;
  color: var(--primary-color);
  font-size: 30px;
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
}
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow: auto;
  max-height: 100%;
  padding: 25px;
}
.popup-box {
  width: 100%;
  max-width: 470px;
  position: absolute;
  top: 25px;
  padding:30px 50px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:var(--body-bg-color);
  border: 1px solid var(--primary-color);
}
.popup-top-image {
    margin-bottom: 40px;
}
.popup-box h2 {
  font-family: var(--font-WideBlack);
  font-size: 30px;
  color: var(--primary-color);
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.popup-box h3 {
  font-family: var(--font-WideBlack);
  font-size: 18px;
  color: var(--primary-color);
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.popup-box input {
  width: 100%;
  padding: 10px;
  margin: 25px 0 0 0;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  background: transparent;
  border-radius: 0;
  outline: none;
  text-align: center;
  font-size: 12px;
  font-family:var(--font-WideSemiBold);
  color:var(--primary-color);
}
.popup-box input::placeholder {
  color: var(--primary-color);
  opacity: 0.5;
}
.popup-box .field-error {
  display: none;
  font-size: 11px;
  color: #c0392b;
  text-align: center;
  margin-top: 4px;
}
.popup-box .field-error:not(:empty) {
  display: block;
}
.popup-buttons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.close-btn {
  width: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--primary-color);
}
.popup-box .primary-btn,
.popup-box .secondary-btn {
    font-size: 11px;
    padding: 6px 15px;
}
.popup-box .legal-text{
  margin-top: 35px;
  width: 100%;
  text-align: center;
  font-family: var(--font-GeorgiaProRegular);
  font-size:12px;
  line-height:24px;
  color: var(--primary-color);
  max-width:270px;
  margin-left: auto;
  margin-right: auto;
}
.popup-box .legal-text a {
  text-decoration:underline;
  color: var(--primary-color);
}
.slot-machine {
  width: 250px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center; 
  display: flex;
  justify-content: left;
  overflow: hidden;
  padding-top: 70px;
  padding-left: 42px;
}
.slot-machine .reel:nth-child(2) .reel-inner {
  padding-left: 10px;
}
.slot-machine .reel:nth-child(3) .reel-inner {
  padding-left: 18px;
}
.reel {
  width: 50px;
  height: 48px;
  overflow: hidden;
  position: relative;
}
.reel img {
  width: 32px;
  height: 48px;
}
.reel-inner {
  transition: transform 2s cubic-bezier(.17,.67,.83,.67);
}
.reel-inner div{
  height:48px;
  width: 32px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.result-text {
  color: var(--primary-color);
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Georgia Pro Cond Semibold';
}
.winblock-card {
  margin-top: 30px;
  width: 100%;
  color: var(--primary-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.winblock-card h3{
  font-size: 18px;
  font-family:var(--font-WideSemiBold);
}
.coupon-box {
  display: flex;
  justify-content:center;
  gap: 10px;
  margin-top: 10px;
  flex-direction: column;
}
.coupon-code {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.coupon-code span {
  font-family:var(--font-WideBlack);
  text-transform: uppercase;
}
.split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid var(--primary-color);
}
.split-row.reverse {
  direction: rtl;
}
.split-row.reverse .split-content,
.split-row.reverse .split-image {
  direction: ltr;
}
.split-row .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-right: 1px solid var(--primary-color);
}
.split-row.reverse .split-image img {
  border-left: 1px solid var(--primary-color);
  border-right: 0px;
}
.split-content {
  padding: 40px;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.split-content h2 {
  margin-bottom: 50px;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
  font-size: 40px;
}
.split-content .description {
  width: 100%;
  text-align: justify;
  color: var(--primary-color);
  font-size: 30px;
  line-height: 40px;
}
.split-content .desc-image {
  margin-top: 50px;
}
.split-content .cross-icons {
  display: flex;
  flex-direction: row;
  gap: 35px;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
.split-content .cross-icons .cross-icon {
  animation: rotate 5s linear infinite;
}
.split-content .cross-icons .cross-icon img {
  width: 35px;
}
.split-content .btn {
  margin-top: 120px;
}
.page-handle-our-beers .split-content .btn {
  display: none;
}
.page-handle-our-beers .split-content {
  max-width: 100%;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.page-handle-our-beers .split-content .description {
  max-width: 650px;
  text-align: center;
  padding: 0 40px;
}
.page-handle-our-beers .split-content h2 {
  margin-bottom: 25px;
}
.page-handle-our-beers .split-content .desc-image {
  margin-top: 0;
  margin-bottom: 80px;
}
.page-handle-our-beers .split-content .desc-image img {
  margin-left: -200px;
}
.shop-merch-section {
  min-height: 880px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 25px;
  position: relative;
  border-bottom: 1px solid var(--primary-color);
}
.shop-merch-content {
  width: 100%;
  text-align: center;
}
.shop-merch-heading {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 140px;
  line-height: 125px;
  font-family: var(--font-WideBlack);
  color: var(--body-bg-color);
  text-transform: uppercase;
}
.shop-merch-content .primary-btn {
    background-color: transparent;
    border-color: var(--body-bg-color);
    color: var(--body-bg-color);
}
.shop-merch-content .primary-btn:hover {
    color: var(--primary-color);
}


.insta-gallery {
  padding:150px 25px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.insta-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;  
  margin-bottom: 32px;
  font-size: 34px;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
  text-transform: uppercase;
}
.insta-gallery .insta-text {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;  
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-color);
}
.insta-gallery .secondary-btn {
  margin-bottom: 100px;
}
.insta-item {
  position: relative;
  overflow: hidden;
}
.insta-item img {
  width: 100%;
  height: 474px;
  display: block;
  transition: 0.4s ease;
  object-fit: cover;
}
.insta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}
.insta-item:hover img {
  transform: scale(1.1);
}
.insta-item:hover .insta-overlay {
  opacity: 1;
}
.insta-item .secondary-btn{
  border-color: var(--body-bg-color);
  color: var(--white-text-color);
}

.insta-gallery .swiper-button-next,
.insta-gallery .swiper-button-prev {
  background-color: var(--primary-color);
  color: var(--white-text-color);
  width: 40px;
  height: 40px;
}
.insta-gallery .swiper-button-next::after,
.insta-gallery .swiper-button-prev::after {
    font-size: 20px;
}
.insta-gallery .swiper-button-next:hover,
.insta-gallery .swiper-button-prev:hover {
    opacity: 0.6;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  background: var(--body-bg-color);
  border-left: 1px solid var(--primary-color);
  transition: 0.4s;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.cart-drawer.active {
  right: 0;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  font-family: var(--font-WideBlack);
  font-size: 24px;
  color: var(--primary-color);
}
.cart-header .close-btn {
  width: 15px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.free-shipping-label {
  width: 100%;
  padding: 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--body-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-family: var(--font-WideBold);
}
.cart-body {
  flex: 1;
  overflow-y: auto;
  padding:0px;
}

.cart-footer {
  padding: 20px;
  border-top: 1px solid var(--primary-color);
  width: 100%;
}
.checkout-btn {
  width: 100%;
  min-height: 52px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cart-subtotal {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
  font-size: 18px;
  color: var(--primary-color);
  align-items: center;
}
.subtotal-price {
    font-size: 24px;
    font-family: var(--font-WideBlack);
}
.cart-footer .tax-text {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--primary-color);
}
.payment-icons {
  display: flex;
  margin-top: 25px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.payment-icon {
  width: 35px;
}

#getbylocal,
.search-radius-box,
.storeifyapps-storelocator-layout-1 .results-slt .title,
#submit-search {
  display: none !important;
}
.map-tab-ggmap {
  padding-left: 0 !important;
  border-left: 1px solid var(--primary-color) !important;
}
.search-address-box {
  border-bottom:  1px solid var(--primary-color);
}
.storelocator-layout-2 #main-slider-storelocator {
    max-height: 540px !important;
}
.storeifyapps-storelocator-equal {
  padding-right: 0 !important;
}
.search-type {
  position: absolute;
  right: 15px !important;
  top: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#frm-storelocator-search .search-type #reset-search {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.search-type .reset svg g {
  fill: var(--primary-color);
}
.bootstrap-storeifyapps .form-control-storeify {
  background: transparent !important;
  border-radius: 0px !important;
  border:0 !important;
  padding: 15px !important;
  font-size: 20px !important;
  color: var(--primary-color) !important;
}
.gr-search-slt input::placeholder {
  color: var(--primary-color) !important;
}
.content-results-slt .item.thumbnail {
  background: transparent;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid var(--primary-color);
  width: 100% !important;
  border-radius: 0;
  padding: 30px 15px 15px 15px;
  margin: 0px;
}
.content-results-slt .item.thumbnail:last-child { 
  border-bottom: none;
}
.content-results-slt .item.thumbnail .inner-item{
  padding: 0;
}
.item.thumbnail .inner-item .linkdetailstore,
.item.thumbnail .inner-item .getdirectionstore {
  display: none;
}
.item.thumbnail .inner-item .store-name {
  font-size: 22px !important;
  text-transform: uppercase;
  font-family: var(--font-WideBlack);
  line-height: normal;
  color: var(--primary-color);
  padding: 0px 0 0 0;
  margin: 0px 0 10px 0;
}
.item.thumbnail .inner-item .address {
  font-size: 18px;
  color: var(--primary-color);
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
.inner-item.inner-item-active {
  background-color: transparent !important;
  opacity: 0.5;
}
.shopify-policy__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-policy__container {
  margin-top: 200px !important;
  margin-bottom: 100px !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.shopify-policy__container h1,
.shopify-policy__container h2 {
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shopify-policy__body {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
.shopify-policy__container h1 {
  font-size: 60px;
  margin-bottom: 50px;
  height: inherit;
  line-height: normal;
}
.shopify-policy__container p {
  margin-bottom: 20px;
  color: var(--primary-color);
}
.shopify-policy__container ul {
  margin-bottom: 20px;
  color: var(--primary-color);
}
footer #close-button {
  background: var(--primary-color);
  padding: 8px 20px;
  border: 1px solid var(--primary-color);
  font-family: var(--font-WideBlack);
  font-size: 14px;
  line-height:normal;
  color: var(--body-bg-color);
  text-transform: uppercase;
  display: inline-block;
  box-shadow:none;
  cursor:pointer;
  text-decoration: none;
  transition: 0.5s ease-in;
  border-radius: 0;
}
footer #close-button:hover {
  background: transparent;
  color: var(--primary-color);
}
.modal-cart-item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid var(--primary-color);
  flex-direction: row;
  position: relative;
}
.modal-cart-item .remove-item {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
}
.cart-item-img {
  width: 165px;
  border-right: 1px solid var(--primary-color);
  flex-shrink: 0;
  padding: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cart-item-img img{
   width: 100px;
}
.cart-info {
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.cart-info h3 {
  width: 100%;
  font-size: 18px;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  margin-bottom: 20px;
  padding-right: 45px;
}
.cart-info .price-text {
  width: 100%;
  font-size: 14px;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  margin-bottom: 20px;
}
.quantity-box {
  display: flex;
  border: 1px solid var(--primary-color);
  flex-direction: row;
}
.quantity-box button {
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: var(--primary-color);
  cursor: pointer;
}
.quantity-box input {
  width: 50px;
  text-align: center;
  border: 0;
  background: transparent;
  padding: 5px;
  font-size: 18px;
  color: var(--primary-color);
}

.product-details-section {
  width: 100%;
  display: flex;
  flex-direction: row;  
  padding: 60px 25px;
  margin-top: 95px;
  border-bottom: 1px solid var(--primary-color);
}
.details-container {
  max-width: 1400px;
  min-height: 555px;
  width: 100%;
  display: flex;
  margin:0 auto;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.details-left {
  position: relative;
}
.page-handle-light .details-left {
  margin-left: -135px;
}
.details-center {
  position: absolute;
  left: 0;
  top: 0;
}
.details-left h1 {
  font-size: 120px;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
}
.details-right {
    max-width: 300px;
    width: 100%;
}
.details-stats {
  display: flex;
  gap: 50px;
  align-items: center;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}
.details-stats .label {
  font-size: 14px;
  margin-bottom: 10px;
}
.details-stats .value {
  font-size: 24px;
}
.details-right .description {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: var(--primary-color);
  text-align: center;
}
.right-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width:100%;
  gap: 130px;
}
.timeline-section {
  padding: 150px 25px 0 25px;
  width: 100%;
  position: relative;
}
.timeline-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  font-size: 34px;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
  text-transform: uppercase;
}
.timeline-top-description {
  max-width: 345px;
  margin: 0 auto;
  font-size: 24px;
  color: var(--primary-color);
  text-align: center;
  display: flex;
  margin-bottom: 120px;
}
.timeline-wrapper {
  position: relative;
  max-width:1000px;
  margin: 0 auto;
  padding-top: 170px;
}
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 90.6%;
  background: var(--primary-color);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 150px;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media-left .timeline-media {
  order: 1;
  max-width: 385px;
  width: 100%;
}
.media-left .timeline-content {
  order: 2;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.media-right .timeline-media {
  order: 2;
  max-width: 385px;
  width: 100%;
}
.media-right .timeline-content {
  order: 1;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.timeline-content h4 {
  font-size: 28px;
  color: var(--primary-color);
  font-family: var(--font-WideBlack);
  width: 100%;
  margin-bottom: 20px;
}
.timeline-content p {
  width: 100%;
  text-align: center;
  color: var(--primary-color);
  font-size: 24px;
}

.timeline-media img,
.timeline-media video {
  width: 100%;
  height: auto;
  display: block;
}

.video-wrapper iframe {
  width: 100%;
  height: 400px;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--body-bg-color);
  transform: translate(-50%, -50%);
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-dot img {
  width: 15px;
  display: flex;
  animation: rotate 5s linear infinite;
}

/* FIRST CENTER ITEM */
.center-item .timeline-inner {
  justify-content: center;
  background-color: var(--body-bg-color);
  padding: 20px 0;
}
.center-content {
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.timeline-item.center-item::before {
  position: absolute;
  content: "";
  top: -30px;
  width: 30px;
  height: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: var(--body-bg-color);
  background-image: url({{ 'cross-red.svg' | asset_url }});
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  padding: 0;
  animation: rotate 5s linear infinite;
}
.center-item .timeline-dot {
    top: 110%;
}
.newsletter-split-section {
  padding: 0;
  margin: 0;
  width: 100%;
}
.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsletter-left {
  max-width: 480px;
  width: 100%;
  padding: 25px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.newsletter-left .crown-icon {
  margin-bottom: 80px;  
  width: 90px; 
}
.newsletter-title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: normal;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: -1px;
}
.newsletter-subtitle {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: normal;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: -1px;
}
.newsletter-left .contact-form {
    width: 100%;
}
.contact-form .form-group {
  margin-top: 25px;
  width: 100%;
}
.contact-form .form-group input {
  width: 100%;
  padding: 10px;
  margin: 0px 0 0 0;
  border: none;
  border-bottom: 1px solid var(--primary-color);
  background: transparent;
  border-radius: 0;
  outline: none;
  text-align: center;
  font-size: 12px;
  font-family:var(--font-WideSemiBold);
  color:var(--primary-color);
}
.contact-form .form-group input::placeholder {
  color: var(--primary-color);
  opacity: 0.5;
}
.contact-form .newsletter-btn {
    margin-top: 80px;
}
.newsletter-split-section .cross-icons {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.newsletter-split-section .cross-icons img {
  width: 25px;
  animation: rotate 5s linear infinite;
}
.newsletter-right {
  width: 50%;
  border-left: 1px solid var(--primary-color);
}
.newsletter-right img {
  width: 100%;
  height: auto;
  display: flex;
}
.shop-grid {
  padding: 0px 25px 25px 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.shop-title {
  width: 100%;
  padding: 80px 0px;
  font-size: 40px;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
}
.shop-grid .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.grid-item {
  border: 1px solid var(--primary-color);
  border-right: 0;
  width: 100%;
  margin-top: -1px;
}
.grid-item:nth-child(3n) {
  border-right: 1px solid var(--primary-color);
}
.grid-item a {
  text-decoration: none;
  color: inherit;
}
.shop-product-image {
  position: relative;
  overflow: hidden;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.shop-product-image img {
  transition: opacity 0.4s ease;
}
.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item:hover .hover-image {
  opacity: 1;
}
.grid-item:hover .primary-image {
  opacity: 0;
}
.grid-ft-block {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  gap: 10px;
  border-top: 1px solid var(--primary-color);
  text-align: center;
}
.compare-price {
  text-decoration: line-through;
  margin-left: 8px;
  opacity: 0.6;
}
.shop-sale-price {
  color: red;
  font-weight: 600;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 100px 0;
  font-family: var(--font-WideBlack);
  grid-column: 1 / -1;
}
.pagination a,
.pagination span {
  font-size: 24px;
  text-decoration: none;
  color: var(--primary-color);
}
.pagination .active {
  opacity: 0.5;
}
.pagination .arrow {
  transition: 0.3s ease;
}
.pagination .arrow:hover {
  opacity: 0.2;
}
.pagination .arrow.hide {
  opacity: 0.3;
  pointer-events: none;
}
.empty-cart {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 50px 0 0 0;
}
.empty-cart .crow-icon { 
  width: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.cart-cross-icon-list  { 
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 0px;
}
.cart-cross-icon-list img { 
  animation: rotate 5s linear infinite;
  width: 16px;
}
@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.empty-cart .primary-btn {
  margin-top: 30px;
}
.empty-cart h2 {
  width: 100%;
  margin-bottom: 10px;
  color:  var(--primary-color);
  font-family: var( --font-WideBlack);
  text-transform: uppercase;
  text-align: center;
}
.empty-cart p {
  width: 100%;
  margin: 0;
  color:  var(--primary-color);
  text-align: center;
  font-size: 14px;
}
.cart-page {
  margin-top: 180px;
  margin-bottom: 100px;
  padding: 0 30px;
}
.cart-page .section-title {
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
  font-size:120px;
}
.cart-page .cart-cross-icon-list {
  margin-bottom: 40px;
}
.cart-layout {
  display: flex;
  gap: 40px;
}
.cart-left {
  flex: 2;
  border: 1px solid var(--primary-color);
  padding: 25px;
}

.cart-item {
  display: flex;
  width: 100%;
  gap: 25px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom:1px solid var(--primary-color);
  position: relative;
}
.cart-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-img {
  width: 120px;
  height: 120px;
  background: #E2DBCE;
  padding: 10px;
  flex-shrink: 0;
}
.cart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: start;
  justify-content: start;
  color: var(--primary-color);
}
.cart-details .cart-title {
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
  width: 100%;
  padding-right: 30px;
}
.cart-details .cart-variant {
  width: 100%;
  margin-bottom: 0px;
  font-size: 14px;
}
.delete-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.cart-details .price-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.cart-details .cart-line-price {
  font-size: 20px;
  font-family: 'Georgia Pro Bold';
}
.cart-details .quantity-box button {
  width: 30px;
  height: 30px;
  font-size: 18px;
}
.cart-details .quantity-box input {
  width: 50px;
}
.cart-summary {
  flex: 1;
  border: 1px solid var(--primary-color);
  padding: 25px;
  height: fit-content;
  color: var(--primary-color);
}
.cart-summary .section-title {
  font-size: 24px;
}
.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.summary-line {
  font-size: 18px;
}
.summary-total {
  font-family: var(--font-WideBlack);
  font-size: 20px;
  width: 100%;
  border-top: 1px solid var(--primary-color);
  padding-top: 20px;
  text-transform: uppercase;
}
.summary-btn-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}
.promo-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.promo-box input {
  width: 100%;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  font-family: var(--font-WideBlack);
  border: 1px solid var(--primary-color);
  padding: 8px 10px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  color: var(--primary-color);
}
.promo-box .primary-btn {
  font-size: 12px;
  padding: 8px 10px;
}
.promo-box input::placeholder {
  color: var(--primary-color);
  opacity: 0.3;
}
.continue-shop-btn-row {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.cart-page-empty {
  margin-top: 200px;
  margin-bottom: 100px;
  border: 1px solid var(--primary-color);
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.store-locator {
  padding: 0;
  width: 100%;
  margin-top: 190px;
  margin-bottom: 100px;
}
.store-locator-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-title-text {
  text-align: center;
  margin-bottom: 90px;
  width: 100%;
  font-size: 86px;
}
.locator-grid {
  display: grid;
  grid-template-columns: 30% 70%;
  border: 1px solid var(--primary-color);
}
.store-list-block {
  padding: 0;
  border-right: 1px solid var(--primary-color);
  width: 100%;
}
.store-results-lists {
  max-height: 500px;
  min-height: 500px;
  overflow: auto;
  width: 100%;
}
#store-search {
  width: 100%;
  padding: 15px 40px 15px 40px;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 20px;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.store-list-block input::placeholder {
  color: var(--primary-color);
}
.search-wrapper {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.search-wrapper input {
  width: 100%;
  padding: 12px 40px;
}
.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.search-icon img {
  width: 15px;
}
#reset-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: none;
}
.store-item {
  padding: 30px 15px 15px 15px;
  cursor: pointer;
  border-bottom: 1px solid var(--primary-color);
}
.store-item h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--font-WideBlack);
  line-height: normal;
  color: var(--primary-color);
  padding: 0px 0 0 0;
  margin: 0px 0 10px 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.store-item p {
  width: 100%;
  color: var(--primary-color);
  font-size: 20px;
  line-height: 24px;
}
.store-item:last-child {
  border-bottom: 0;
}
.store-item:hover {
  background: rgba(255, 255, 255, 0.3);
}
#map {
  min-height: 600px;
}
.product-details-top-block {
    display: flex;
    width: 100%;
    border: 1px solid var(--primary-color);
    flex-direction: row;
    margin-top: 95px;
}
.product-images {
    width: 50%;
    flex-shrink: 0;
    border-right: 1px solid var(--primary-color);
}
.product-info-main {
    padding: 50px;
    width: 50%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}
.product-info  {
    color: var(--primary-color);
    max-width: 480px;
    width: 100%;
}
.product-info h1 {
    width: 100%;
    font-family: var(--font-WideBlack);
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.product-info p {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}
.product-info .price-text {
    font-family: var(--font-WideBlack);
    margin-bottom: 30px;
    font-size: 24px;
}
.product-form {
    width: 100%;
    max-width: 480px;
}
.product-form .bottom-btn-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
}
.product-form .bottom-btn-row .primary-btn{
    width: 100%;
    min-height: 54px;
    font-size: 20px;
    color: var(--body-bg-color);
}
.product-form .shopify-payment-button {
    display: flex;
    margin-top: 0px;
}
.shopify-payment-button__button {
    background: var(--primary-color);
    padding: 8px 20px;
    border: 1px solid var(--primary-color);
    font-family: var(--font-WideBlack);
    font-size: 14px;
    line-height:normal;
    color: var(--body-bg-color);
    text-transform: uppercase;
    display: inline-block;
    box-shadow:none;
    cursor:pointer;
    text-decoration: none;
    transition: 0.5s ease-in;
}
.shopify-payment-button__button:hover {
    background: transparent !important;
    color: var(--primary-color);
}
.product-form  .select-variants {
    width: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    padding: 8px 15px;
    color: var(--primary-color);
    cursor: pointer;
    margin-bottom: 20px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
}
.quantity-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--primary-color);
    justify-content: space-between;
}
.quantity-box {
    display: flex;
    align-items: center;
    width: auto;
    border:1px solid var(--primary-color);
    justify-content: space-between;
}
.quantity-box button{
    width: 35px;
    height: 35px;
    border: none;
    cursor:pointer;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}
.quantity-box input{
    width: 45px;
    text-align: center;
    border:none;
    padding: 0 5px;
    font-size: 12px;
    color: var(--primary-color);
    background-color: transparent;
    outline: none;
    box-shadow: none;
    font-family: var(--font-WideBlack);
}
.product-option-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    border-top: 1px solid var(--primary-color);
    padding: 15px 0;
    justify-content: space-between;
}

.option-title {
    color: var(--primary-color);
    width: 120px;
    font-size: 20px;
}
.option-values {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.product-option-block input{
  display:none;
}
.color-swatch{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  gap: 5px;
  flex-direction: row;
  border: 2px solid transparent;
  cursor: pointer;
}
.option-values
.color-swatch-label input:checked + .color-swatch{
  border: 2px solid var(--primary-color);
  transform: scale(1.1);
}
.size-box span{
  padding: 5px 10px;
  border:1px solid var(--primary-color);
  background: transparent;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  color: var(--primary-color);
}
.size-box input:checked + span{
  background: var(--primary-color);
  color: var(--white-text-color);
  border-color: var(--primary-color);
}
.fabric-btn span{
  padding: 5px 10px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
  background: transparent;
}
.fabric-btn input:checked + span{
  background: var(--primary-color);
  color: var(--white-text-color);
  border-color: var(--primary-color);
}
.product-images .swiper {
    width: 100%;
}
.product-images .swiper-slide img {
    width: 100%;
    display: block;
}
.product-images .swiper-pagination {
  position: absolute;
  bottom: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.product-images .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.product-images .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.product-extra-links {  
  display: flex;
  gap: 30px;
  margin-top: 20px;
  position: absolute;
  bottom: 100px;
}
.product-extra-links a {
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
  font-size: 20px;
}
.policy-custom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.policy-custom-modal.active {
    display: flex;
}
.policy-modal-box {
  max-width: 470px;
  width: 100%;
  padding: 50px;
  background: var(--body-bg-color);
  text-align: center;
  border: 1px solid var(--primary-color);
  position: relative;
}
.crown-icon-block {
  width: 70px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.policy-modal-box h2 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  font-family: var(--font-WideBlack);
  color: var(--primary-color);
}
.policy-description {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: var(--primary-color);
}
.policy-description p {
    margin-top: 30px;
}
.policy-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 15px;
}
.view-all-btn {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-challenge__container {
  margin-top: 200px !important;
  margin-bottom: 100px !important;
  padding: 40px;
  border: 1px solid var(--primary-color);
}
.shopify-challenge__container .shopify-challenge__button {
  background: transparent;
  padding: 15px 40px;
  border: 1px solid var(--primary-color);
  font-family: var(--font-WideBlack);
  font-size: 16px;
  line-height: normal;
  color: var(--primary-color);
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  display: flex !important;
}
.spin-icon {
  animation: spin 1s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.add-to-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%
}

/* =======================================footer css============================================== */
.footer {
  padding: 62px 0 0 0;
}
.footer-logo {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.footer-logo a {
  padding: 0 60px;
  background-color: var(--primary-color);
  z-index: 1;
  position: relative;
}
.footer-logo:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 28px;
  content: '';
}
.footer-grid {
  display: flex;
  flex-direction: row;
  padding: 60px;
  justify-content: space-between;
  position: relative;
}
.ft-fav-logo-col {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 77px;
  top: 50%;
  transform: translateY(-50%);
}
.ft-menu-main-col {
  display: flex;
  flex-direction: row;
  gap: 70px;
}
.ft-newsletter-main-col {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.newsletter-column {
  width: 250px;
  flex-shrink: 0;
}
.newsletter-column input {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  background: transparent;
  color: var(--white-text-color);
  font-size: 20px;
  border: none;
  border-bottom: 1px solid var(--body-bg-color);
  padding: 5px 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.newsletter-column input::placeholder {
  color: var(--white-text-color);
}
.newsletter-column .contact-form {
  align-items: start;
  margin-top: -5px;
}
.footer-column h4 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 14px;
  font-family: var(--font-WideSemiBold);
  text-transform: uppercase;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
}
.footer-column ul li:last-child {
  margin-bottom: 0px;
}
.footer-column a {
  color: var(--white-text-color);
  text-decoration: none;
}
.footer-column a:hover {
  opacity: 0.5;
}
.footer-column .signup-btn {
  background-color: transparent;
  color: var(--white-text-color);
  border: 1px solid var(--body-bg-color);
  margin-top: 64px;
}
.footer-column .signup-btn:hover {
  color: var(--primary-color);
}
.social-subtitle {
  font-size: 20px;
  margin-bottom: 35px;
}
.social-icons {
  display: flex;
  gap: 20px;
  margin: 0;
}
.socials-column .contact-btn {
  margin-top: 65px;
  background-color: transparent;
  border: 1px solid var(--body-bg-color);
}
.socials-column .contact-btn:hover {
  color: var(--primary-color);
  opacity: 1;
}

.footer-bottom {
  width: 100%;
  position: relative;
  padding: 25px;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--white-text-color);
}
.footer-tagline {
  letter-spacing: 3.5px;
  position: absolute;
  width: max-content;
  left: 0;
  right: 0;
  top: -7px;
  margin: 0 auto;
  padding: 0 60px;
  background-color: var(--primary-color);
  z-index: 1;
  font-size: 14px;
  color: var(--white-text-color);
  font-family: var(--font-WideBlack);
  text-transform: uppercase;
}



/* ===================================responsive css=========================================== */
@media (max-width: 1666px) {
  .page-handle-light .details-left {
    margin-left: 0;
}
}
@media (max-width: 1366px) {
.page-handle-our-beers .split-content h2 {
    margin-bottom: 30px;
  }
  .page-handle-our-beers .split-content .desc-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-handle-our-beers .split-content .btn {
    margin-top: 30px;
  }
  .page-handle-our-beers .split-row .split-image,
  .page-handle-our-beers .split-row.reverse .split-image {
    height: 100%;
  }
  .details-left h1 {
    font-size: 90px;
  }
  .details-center {
    margin-left:-100px;
  }
  .newsletter-title {
    margin-bottom: 20px;
  }
  .contact-form .newsletter-btn {
    margin-top: 40px;
  }
  .newsletter-split-section .cross-icons {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) { 
  .header-nav a {
    margin: 0 12px;
    font-size: 14px;
  }
  .footer-grid {
    padding: 30px;
  }
  .ft-fav-logo-col {
    max-width: 50px;
  }
  .right-block {
    gap: 60px;
  }
  .details-left h1 {
    font-size: 70px;
  }
  .details-center {
    margin-left:-150px;
  }
  .newsletter-left .crown-icon {
    margin-bottom: 40px;
  }
  .newsletter-left .contact-form {
    margin-top: 20px;
  }
  .shop-product-image {
    height: 400px;
  }
  .pagination {
    padding: 40px 0 15px 0;
  }
   .cart-layout {
    gap: 25px;
  }
  .cart-left {
    flex: 1.5;
  }
  .product-images {
    width: 450px;
  }
  .product-info-main {
    padding: 25px;
    gap: 10px;
    width: 100%;
  }
  .product-extra-links {
    position: relative;
    bottom: 0px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
   .hero-section {
    min-height: 690px;
  }
  .popup-trigger {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
  }
  .hero-title {
    font-size: 90px;
    line-height: 80px;
  }
  .hero-bottom-text {
    padding: 0 20px;
    bottom: 20px;
  }
  .page-handle-our-beers .split-content .desc-image img {
      margin-left: -165px;
  }
  .shop-merch-section {
    min-height: 690px; 
  }
  .shop-merch-heading {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .details-center {
    margin-left: -240px;
  }
  .store-locator {
    margin-top: 140px;
    margin-bottom: 50px;
  }
  .section-title-text {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .page-container {
    margin: 120px auto 50px;
  }
  .custom-header {
    padding: 20px;
  }
  .header-logo img {
    width: 90px;
  }
  .header-icon {
    width: 55px;
  }
  .header-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .cart-header {
    padding: 15px;
    font-size: 18px;
 } 
 .free-shipping-label {
   padding: 15px;
   font-size: 13px;
 }
.cart-drawer {
    width: 360px;
  }
  .cart-item-img {
    width: 120px;
  }
  .cart-info {
    padding: 15px;
  }
  .cart-footer {
    padding: 15px;
  }
  .subtotal-price {
    font-size: 18px;
  }
  .cart-subtotal {
    font-size: 16px;
  }
  .cart-info h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .cart-info .price-text {
    margin-bottom: 15px;
  }
  .quantity-box button {
    width: 30px;
    height: 30px;
  }
  .checkout-btn {
    min-height: 42px;
  }
  .payment-icons {
    margin-top: 15px;
  }
  .storelocator-layout-2 {
    margin-bottom: 25px !important;
    border:1px solid var(--primary-color) !important;
  }
  .storeify-sear-box, .storeify-header-inner {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
  .search-type {
    width: auto !important;
  }
  .map-tab-mobile-bnt {
    overflow: hidden !important;
    padding: 10px !important;
    margin: 0 !important;
    display: flex !important;
    gap: 10px;
  }
  .map-tab-mobile-bnt .map-tab-mobile-bnt-item {
    font-family: var(--font-WideBlack);
    text-transform: uppercase;
    font-size: 12px !important;
    border-color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
  }
  .map-tab-mobile-bnt .map-tab-mobile-bnt-item.active {
    background-color: var(--primary-color) !important;
    color: var(--white-text-color) !important;
    border-color: var(--primary-color) ;
  }
  .storelocator-search .row {
    margin: 0px !important;
  }
  .storeify-stl-col1.col-md-4,
  .storeify-stl-col1.col-md-8 {
    padding: 0px !important;
  }
  .content-results-slt .item.thumbnail {
    border-bottom: 0px !important;
    border-top: 1px solid var(--primary-color) !important;
  }
  .content-results-slt .item.thumbnail:first-child {
    border-top: 0px !important;
  }
  .storelocator-layout-2 #main-slider-storelocator {
    border: 0px;
  }
  .map-tab-mobile.active {
    border-top: 1px solid var(--primary-color) !important;
  }
  .section-title-text { 
    font-size: 20px;
  }
  .section-title-big {
    font-size: 75px;
  }
  .footer-grid {
    flex-direction: column;
    gap: 30px;
  }
  .ft-fav-logo-col {
    position: relative;
    max-width: 50px;
    top: 0;
    transform: none;
  }
  .details-left h1 {
    font-size: 50px;
  }
  .product-details-section {
    padding:40px 0;
    margin-top: 72px;
    flex-direction: column;
  }
  .details-container {
    flex-direction: column;
    gap: 30px;
  }
  .details-center {
    overflow: hidden;
    margin-left: -550px;
    position: relative;
  }
  .newsletter-wrapper {
    flex-direction: column;
  }
  .newsletter-left,
  .newsletter-right {
    width: 100%;
  }
  .newsletter-right {
    border-left: 0;
    border-top: 1px solid var(--primary-color);
    margin-top: 20px;
  }
  .cart-layout {
    flex-direction: column;
  }
  .cart-page {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .cart-page .section-title {
    font-size: 50px;
  }
  .product-details-top-block {
        flex-direction: column;
        margin-top: 70px;
    }
    .product-images {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--primary-color);
    }
    .product-images .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }   
    .product-images .swiper-slide img {
        width: auto;
    }
    .product-info,
    .product-form {
        max-width: 100%;
    }
    .view-all-btn {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .related-product .shop-title {
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) {
.js-scroll {
	  opacity: 0;
	  transition: opacity 500ms;
	}

	.js-scroll.scrolled {
	  opacity: 1;
	}
	@-webkit-keyframes fadeInRight {
		0% {
		   opacity: 0;
		   -webkit-transform: translateX(50px);
		}
		100% {
		   opacity: 1;
		   -webkit-transform: translateX(0);
		}
	}

	@keyframes fadeInRight {
		0% {
		   opacity: 0;
		   transform: translateX(50px);
		}
		100% {
		   opacity: 1;
		   transform: translateX(0);
		}
	}

	@-webkit-keyframes fadeInLeft {
		0% {
		   -webkit-transform: translateX(-50px);
		    transform: translateX(-50px);
		    opacity: 0;
		}
		100% {
		   -webkit-transform: translateX(0);
		    transform: translateX(0);
		    opacity: 1;
		}
	}

	@keyframes fadeInLeft {
		0% {
		   -webkit-transform: translateX(-50px);
		    transform: translateX(-50px);
		    opacity: 0;
		}
		100% {
		   -webkit-transform: translateX(0);
		    transform: translateX(0);
		    opacity: 1;
		}
	}
	.scrolled.fadeInLeft {
	  animation: fadeInLeft 1s ease-in-out both;
	}

	.scrolled.fadeInRight {
	  animation: fadeInRight 1s ease-in-out both;
	}
}
@media screen and (max-width: 768px) {
  .split-row {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .split-row.reverse {
    direction: ltr;
    padding: 0;
  }
  .split-content .cross-icons {
    margin-bottom: 40px;
  }
  .split-content .btn {
    margin-top: 30px;
  }
  .split-content {
    padding: 25px 0px 25px;
  }
  .split-content .cross-icons {
    margin-bottom: 20px;
    gap: 25px;
  }
  .split-content .cross-icons .cross-icon img {
    width: 25px;
  }
  .split-row .split-image img {
    border-right: 0;
    border-bottom: 1px solid var(--primary-color);
  }
  .split-row.reverse .split-image img {
    border-left: 0;
  }
  .split-content .description {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px;
  }
  .page-handle-our-beers .split-content .description {
    padding: 0 20px;
  }
  .page-handle-our-beers .split-row {
      padding: 0;
  }
  .page-handle-our-beers .split-content .desc-image img {
    margin-left: -200px;
  }
  .page-handle-our-beers .split-row .split-image,
  .page-handle-our-beers .split-row.reverse .split-image {
    order: 2;
    padding-top: 25px;
  }
  .ft-menu-main-col,
  .ft-newsletter-main-col {
    justify-content: space-between;
  }
  .footer {
    padding: 32px 0 0;
  }
  .insta-gallery {
      padding: 70px 25px;
  }
  .insta-gallery .secondary-btn {
    margin-bottom: 50px;
  }
   .timeline-section {
    padding-top: 40px;
  }

  .timeline-wrapper {
    padding-top: 70px;
  }
  .timeline-item {
    margin-bottom: 70px;
  }
  .timeline-top-description {
    margin-bottom: 50px;
  }
  .timeline-item:last-child {
    margin-bottom: 0;
  }
  .media-left .timeline-content {
    max-width: 255px;
  }
  .media-right .timeline-content {
    max-width: 255px;
  }
  .media-left .timeline-media {
    max-width: 285px;
  }
  .media-right .timeline-media {
    max-width: 285px;
  }
  .shop-title {
    font-size: 20px;
    padding: 30px 0;
  }
  .shop-product-image {
    height: 300px;
  }
  .grid-ft-block {
    flex-direction: column;
    padding: 10px;
    font-size: 13px;
  }
  #store-search {
    padding: 10px 40px;
    font-size: 16px;
  }
  .store-locator {
    margin-top: 110px;
    margin-bottom: 30px;
  }
  .section-title-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .locator-grid {
    display: flex;
    flex-direction: column;
  }
  .store-list-block {
    border-bottom: 1px solid var(--primary-color);
    border-right: 0px;
  }
  .store-results-lists {
    max-height: 300px;
    min-height: 300px;
  }
  .store-item {
    padding: 15px;
  }
  .store-item h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .locator-grid .map iframe {
    height: 350px;
  }
  .timeline-top-description {
    font-size: 18px;
  }
  .timeline-content p {
    font-size: 18px;
  }
  .insta-gallery .insta-text {
    font-size: 18px;
  }
} 
@media screen and (max-width: 600px) {
  .primary-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .secondary-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .item.thumbnail .inner-item .store-name {
    font-size: 18px !important;
  }
  .item.thumbnail .inner-item .address {
    font-size: 14px;
  }
  .content-results-slt .item.thumbnail {
    padding: 10px;
  }
  .item.thumbnail .inner-item .store-name {
    margin: 0 0 5px;
  }
  .section-title-big {
    font-size: 34px;
  }
  .shopify-policy__container {
    margin-top: 120px !important;
  }
  .shopify-policy__container h1 {
    font-size: 34px;
    margin-bottom: 0px;
  }
  .age-card {
    padding: 15px;
  }
  .age-content-card .crown {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .age-content-card h1 {
    font-size: 20px;
  }
  .year-digit {
    font-size: 55px;
    height: 65px;
    line-height: 50px;
  }
  .remember {
    margin-bottom: 20px;    
  }
  .age-content-card .facts {
    margin-top: 30px;
  }
  .age-img-bottom-text {
    bottom: 20px;
    right: 20px;
    font-size: 14px;
  }
  .hero-title {
    font-size: 45px;
    line-height: 50px;
  }
  .popup-trigger {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
  }
   .hero-section {
      min-height: 400px;
  }
  .hero-bottom-text {
    font-size: 12px;
  }
  .popup-box {
    margin: 0 20px;
    width: calc(100% - 40px);
    padding: 20px;
  }
  .popup-box h2 {
    margin-bottom: 20px;
  }
  .popup-top-image {
    margin-bottom: 20px;
  }
  .popup-box .legal-text {
    margin-top: 20px;
  }
  .page-handle-our-beers .split-content .desc-image img {
      margin-left: -120px;
  }
  .shop-merch-section {
    min-height: 400px;
  }
  .shop-merch-heading {
    font-size: 42px;
    line-height: 50px;
  }
  .ft-menu-main-col {
      gap: 40px;
  }
  .ft-newsletter-main-col {
    flex-direction: column;
  }
  .footer-logo a {
    padding-left: 20px;
    padding-right: 20px;
    width: 150px;
  }
  .footer-logo:before {
    top: 20px;
  }
  .footer-grid {
    padding: 35px 25px;
    gap: 25px;
  }
  .footer-column h4 {
    margin-bottom: 20px;
  }
  .footer-column ul li {
    font-size: 16px;
  }
  .newsletter-column {
    width: 100%;
  }
  .newsletter-column input {
    font-size: 16px;
  }
  .social-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-column .signup-btn {
    margin-top: 15px;
  }
  .socials-column .contact-btn {
    margin-top: 30px;
  }
  .footer-tagline {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }
  .signup-btn {
    margin-top: 10px;
  }
  .insta-gallery {
      padding: 40px 25px;
  }
  .insta-item img {
      height: 320px;
  }
   .right-block {
    flex-direction: column;
    gap: 30px;
  }
  .details-right {
    max-width: 100%;
    padding: 0 25px;
  }
  .details-stats {
    margin-bottom: 20px;
    justify-content: center;
    gap: 30px;
  }
  .details-right .description {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .details-stats .value {
    font-size: 20px;
  }
  .timeline-heading {
      font-size: 20px;
  }
  .timeline-inner {
      flex-direction: column;
      gap: 30px;
  }
  .media-left .timeline-media,
  .media-right .timeline-media {
      max-width: 100%;
      order: 2;
      background-color: var(--body-bg-color);
      padding: 25px 0;
  }
  .media-left .timeline-content,
  .media-right .timeline-content {
      width: 100%;
      max-width: 100%;
      padding: 25px 0;
      background-color: var(--body-bg-color);
      order: 1;
  }
  .timeline-item {
      margin-bottom: 40px;
  }
  .timeline-dot {
    top: 100%;
  }
  .timeline-line {
      height: 100%;
  }
  .timeline-item.center-item::before {
    display: none;
  }
  .timeline-item:last-child .timeline-dot {
    display: none;
  }
  .newsletter-left .crown-icon {
    margin-bottom: 30px;
    width: 70px;
  }
  .newsletter-title,
  .newsletter-subtitle {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 24px;
  }
  .newsletter-title {
    margin-bottom: 20px;
  }
  .newsletter-left .contact-form {
    margin-top: 0px;
  }
  .shop-grid .grid {
    grid-template-columns: 1fr;
  }
  .grid-item {
    border-right: 1px solid var(--primary-color);
  }
  .shop-product-image {
    height: auto;
  }
  .cart-left,
  .cart-summary {
    padding: 20px;
  }
  .cart-item {
    align-items: start;
    gap: 20px;
  }
  .cart-img {
    width: 60px;
    height: 60px;
  }
  .cart-details .price-row {
    gap: 10px;
    margin-top: 15px;
  }
  .cart-details .cart-title {
    font-size: 16px;
  }
  .cart-details .quantity-box button {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .cart-details .cart-line-price {
    font-size: 16px;
  }
  .summary-btn-row {
    flex-direction: column;
    gap: 10px;
  }
  .delete-btn {
    width: 20px;
  }
  .product-option-block {
        flex-direction: column;
        align-items: start;
    }
    .product-info-main {
        padding: 20px;
    }
    .product-option-block {
        gap: 10px;
    }
    .fabric-btn span {
        font-size: 12px;
    }
    .size-box span {
        font-size: 12px;
    }
    .quantity-card {
        gap: 10px;
    }
    .product-form .bottom-btn-row {
        margin-top: 30px;
    }
    .product-form .bottom-btn-row {
        gap: 10px;
    }
    .product-form .bottom-btn-row .secondary-btn,
    .shopify-payment-button__button {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-images .swiper-pagination {
        gap: 15px;
    }
    .product-images .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
    .product-extra-links {
        text-align: center;
        gap: 15px;
        margin-top: 15px;
    }
    .product-extra-links a {
        font-size: 14px;
    }
    .product-form .bottom-btn-row .primary-btn {
        font-size: inherit;
    }
    .policy-custom-modal {
        padding: 20px;
    }
    .policy-modal-box {
        padding: 20px;
    }
    .policy-modal-box h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .crown-icon-block {
        padding-bottom: 30px;
    }
    .policy-description {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    @media screen and (max-width: 749px) {
  .header-icon {
    display: none;
  }
}
}

/* Move split-section can images slightly left */
.split-flex-section .desc-image img {
  transform: translateX(-10px);
}

/* Mobile - less movement */
@media screen and (max-width: 749px) {
  .split-flex-section .desc-image img {
    transform: translateX(0px);
  }
}
