/** Shopify CDN: Minification failed

Line 1258:7 Expected ":"

**/
/* WEB DISCO */html {
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  background-color:#ffffff;
  scroll-behavior: smooth;
}

*, ::after, ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}

body {
  margin: 0;
}

hr {
  border-width: 1px;
}

.font-size {
  font-size: var(--font-size);
}

.color {
  color: var(--color);
}

.color-after:after {
  color: var(--color-after);
}

.bg {
  background-color: var(--bg);
}

li:not(:last-child) {
  margin-bottom: 10px;
}

/* FONTS */

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color:#000000;
  line-height: 1;
  font-weight: 400;
}

p, button, input, optgroup, select, textarea, html, label, div, span {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size:16px;
  color:#000000;
}

/* LAYOUT  */

.section-space {
  margin:80px 0;
}

.page-width {
  padding-left:10px;
  padding-right:10px;
  width:100%;
  max-width:1460px;
  margin: auto;
}

/* Full Width Max */
.full-width-max {
  padding-left: 0;
  padding-right: 0;
  width:100%;
  max-width:1920px;
  margin: auto;
}

.page-width-no-padding {
  width:100%;
  max-width:1460px;
  margin: auto;
}

/* HEADER */

.announcement-bar-message {
  margin: 0;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}

/* ITEMS */

.nav-link, .mega-menu-text {
  color:#000;
  font-size:16px;line-height: 1;
}

.mobile-menu-link, .nav-icon {
  color:#000000;
  font-size:16px;
}.mobile-menu-link {
    text-transform: uppercase;
  }.mobile-child-link {
  color:#000000;
  font-size:16px;
  text-align: left;
}

.logo-link {
  color:#000000;
}

/* Country & Language Selector */
#CountryList, #LanguageList {
  position: absolute;
  min-width: 150px;
  top: 30px;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
}

#CountryList li,  #LanguageList li {
  padding-bottom: 10px;
}

.shopify-localization-form svg {
  margin-left: 5px;
  margin-top: -5px;
}

/* NAV BAR - DESKTOP DROPDOWN */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 330px;
  z-index: 1;
  padding-top: 15px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content-inner {
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-top: 0px;
}

.dropdown-content a {
  background-color: #f9f9f9;
  min-width: 160px;
}

.dropbtn svg {
  height: 17px;
  margin-left: 5px;
}

/* MEGA MENU */

.mega-menu--inner {
  display: none;
  position: absolute;
  min-width: 650px;
  z-index: 1;
}

.mega-menu-box {
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
}

.mega-content-inner {
  padding: 40px;
  background: #fff;
}

.mega-image {
  width: 400px;
}

.mega-title {
  font-size: 12px;
  font-weight: 375;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mega-child {
  font-size: 12px;
  font-weight: 375;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-top: 27px;
}

.logo-mega-menu {
  width: 115px;
}

/* Helping to create megamenu hover state with links 

.desktop-menu--wrap {
  height: 100%;
}

*/

/* CART BUBBLE */

.header-cart-item-count {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background:#000000;
  color:#ffffff;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-cart-item-count .number-circle {
  color:#ffffff;
}

.mobile-toggle svg {
  height: auto;
  fill:#000;
}

.customer-nav svg {
  width: auto;
  height: auto;
}

.account--wrap svg path {
  fill:#000;
}

/* MOBILE MAV TOGGLE */

.button_container {
  position: relative;
  width: 35px;
  height: 16px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  border: 0;
  background-color: transparent;
}

.button_container.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
}

.button_container.active .middle {
  opacity: 0;
}

.button_container.active .bottom {
  transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.button_container span {
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 8px;
}

.button_container span:nth-of-type(3) {
  top: 16px;
}

/* MOBILE NAV */

#overlay .mobile-toggle {
  padding: 10px;
  padding-right: 0;
  position: absolute;
  right: 0;
}

.mobile-header {
  overflow: hidden;
  overflow-y: scroll;
}

.overlay {
  position: fixed;
  background:#ffffff;
  top: var(--height);
  left: 0;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 9999;
  width: 100vw;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  height: calc(100svh - var(--height));
}

.overlay.open li, .overlay.open h3 {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.25s;
}

.overlay-ul {
  border-top: 1px solid #000;
  overflow: scroll;
  list-style: none;
  margin: 0;
  position: relative;
  padding: 0;
}

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  text-align: left;
  letter-spacing: 1px;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.nav-menu-acount-text {
  justify-content: start;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* MOBILE NAV ACCORDION */

.accordion-mobile {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  justify-content: start;
  align-items: center;
}

.accordion-mobile:after {
  content: '\002B';
  float: right;
  margin-left: 5px;
  font-weight: 400;
}

.accordion-mobile.active:after {
  content: "\2212";
}

.panel-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel-mobile a {
  padding-left: 10px;
}

/* MOBILE NAV - FOOTER */

.mobile-nav-footer {
  animation: none!important;
  opacity: 1!important;
}

.mobile-nav-footer-links {
  background-color: #fff;
  padding: 20px;
  border-top: 1px solid #000;
}

.mobile-nav-footer {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #000;
}

/* GRAND CHILD LINKS - AUTOMATICALLY BE COME TABS */

.grand-child-tabs {
  padding-top: 20px;
  gap: 0 10px;
}

.mobile-menu-link.grand_child {
  padding-left: 20px;
}

.panel-mobile .tab-contents {
  padding: 0;
}

.grand-child-tabs button {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  text-decoration: none;
  cursor: pointer;
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 14px;
}

.tab-button.active {
  background-color: #000;
  color: #fff;
}

/* INTERACTIONS */

.select {
  -webkit-appearance: none;
  width:100%;
  min-height: 50px;
  border: 1px solid#000000;
  cursor: pointer;
  background: url('http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png') no-repeat 95%;
  background-color: #fff;
  font-size: 14px;
  padding-left: 15px;
  color: #8E8D8B;
}

.pointer {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed!important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow: scroll;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* BUTTONS OTHER INPUTS & URL LINKS */

button[disabled],
button[disabled]:hover{
  cursor: not-allowed;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

[role=button], button, a {
  cursor: pointer;
}

button {
  background-color: transparent;
  background-image: none;
}

button, select {
  text-transform: none;
}

button, input {
  overflow: visible;
}

.button {
  display: block;
  width: fit-content;
  padding: 20px 40px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  background-color:#000000;
  color:#ffffff;
  font-size:16px;
  font-weight:400;
  border: 1px solid #000000;
}

.button:hover {
  background-color:#000;
  color:#ffffff;
  border: 1px solid #000;
}

.button.secondary {
  background-color:#ffffff;
  color:#000000;
  font-size:16px;
  font-weight:400;
  border: 1px solid #000;
}

.button.secondary:hover {
  background-color:#000;
  color:#ffffff;
  border: 1px solid #000;
}

a {
  color:#000000;text-decoration:underline;word-break: break-word;
}

/* DECORATIONS */

.strike {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.underline-0 {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.weight {
  font-weight: var(--weight);
}

.text-align {
  text-align: var(--text-align);
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

/* FORMS */

input, textarea {
  border: 1px solid#000000;
  padding:10px;
}

/* FONT SIZING */

h1 {
  font-size:50px;
}

h2 {
  font-size:45px;
}

h3 {
  font-size:45px;
}

h4 {
  font-size:26px;
}

h5 {
  font-size:18px;
}

h6 {
  font-size:16px;
}

/* CSS GRID */
.grid {
  display: grid;
}

/* GRIDE RESPONSIVENESS */
/* The auto fit checks how many columns their are to automatically fit them based on the max they will break at below */

/* Example: 2 columns would take up 50% of the content width to break at around 1024px (depends on gutters) */
.grid-break-1024 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 512px), 1fr));
}

.grid-break-768 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 384px), 1fr));
}

.grid-break-384 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 182px), 1fr));
}

/* GRID CUSTOM WIDTH PROPERTIES */

.auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(var(--auto-fit), 1fr));
}

.min-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(min(var(--min-auto-fill), 100%), auto));
}


/* COLUMN WIDTHS */
.column {
  width: 100%;
}

/* Max width at 600px to cover pretty much all phones sizing before small tablet territory */
@media (min-width: 601px) {
  .column {
    width: var(--column);
  }
}

/* GAPS */
.gap {
  gap: var(--gap);
}

/* Reverse 2 Columns RTL Setting */
  /* Only reverse for above mobile */
@media (min-width: 769px) {
  .rtl {
    direction: rtl;
  }
}

.ltr {
  direction:lft;
}

.ltr-text div {
  display: inline-block;
  direction: ltr;
}

/* FLEXBOX */

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-1 {
  flex: 1;
}

.flex-100 {
  flex: 1 0 100%;
}

.flex-auto {
  flex: 1 1 auto;
}

.direction-column {
  flex-direction: column;
}

.inline-flex {
  display: inline-flex;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: center;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-between-y {
  align-content: space-between;
  justify-content: space-between;
}

.items-between {
  justify-content: space-between;
}

.items-end {
  align-items: end;
}

.self-start {
  align-self: start;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* ORDERING */

.order {
  order: var(--order);
}

/* POSITIONING */

.sticky {
  position: sticky;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute-w-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.absolute-center {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.fixed {
  position: fixed;
}

/* POSITION CUSTOM PROPERTIES */

.top {
  top: var(--top);
}

.right {
  right: var(--right);
}

.bottom {
  bottom: var(--bottom);
}

.left {
  left: var(--left);
}

/* BORDERS */

.border-none {
  border: none!important;
}

.border-color {
  border-color:#000000;
}

/* SEARCH BAR */

.header-search-bar--wrapper {
  background-color: #E5E3E1;
  height: 0px;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}

.search-inner {
  height: 0px;
  opacity: 0;
  transition: all 1s;
  z-index: -1;
}

.header-search-bar label {
  color:;
}

.header-search-close svg {
  color: #3c411c;
}

/* Predictive Search */

#predictive-search {
  display: none;
  position: absolute;
  top: 70px;
  width: 500px;
  max-width: 500px;
  height: 300px;
  max-height: 300px;
  z-index: 3;
  overflow: auto;
}

#predictive-search-results {
  padding: 20px;
  border: 1px solid #000;
}

.predictive-image, .predictive-info {
  width: 50%;
}

predictive-search[open] .predictive-search, 
predictive-search[loading] .predictive-search {
  display: block;
}

.predictive-search__heading {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 1.5rem 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 4rem);
  color: rgba(var(--color-foreground), 0.7);
}

predictive-search .spinner {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
}

.predictive-search__heading .spinner {
  margin: 0 0.2rem 0 2rem;
}

predictive-search:not([loading]) .predictive-search__heading .spinner,
predictive-search:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search-status__loading {
  display: none;
}

predictive-search[loading] .predictive-search__loading-state {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

predictive-search[loading] .predictive-search__heading ~ .predictive-search__loading-state,
predictive-search[loading] .predictive-search__results-list:first-child {
  display: none;
}

.shown {
  height: 75px!important;
  opacity: 1;
  z-index: 9999!important;
}

.shown-2 {
  height: 100%!important;
  opacity: 1;
  z-index: 9999!important;
}

.header-search-bar {
  padding-left: 50px;
  padding-right: 50px;
}

/* Z INDEX */

.z {
  z-index: var(--z);
}

.z-10 {
  z-index: 10;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

.z-99999 {
  z-index: 99999;
}

/* WIDTH & HEIGHT */

.width {
  width: var(--width);
}

.max-width {
  width:100%;
  max-width: var(--max-width);
}

.height {
  height: var(--height);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
  height: auto;
}

.w-full-only {
  width: 100%;
}

.w-full-h-full {
  width: 100%;
  height: 100%;
}

.w-full-padding {
  width: 100%;
  padding: 0 20px;
}

.w-auto-h-auto {
  width: auto;
  height: auto;
}

.h-full {
  width: auto;
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-fit-content {
  height: fit-content;
}

.max-h-0 {
  max-height: 0;
}

/* ANIMATION PROPERTIES */

.duration-700 {
  transition-duration: .7s;
}

.transition-all {
  transition-property: all;
}

/* HIDDING & DISPLAYING */

.disabled {
  pointer-events: none;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.visibility-hidden {
  visibility: hidden;
}

/* MARGIN CUSTOM PROPERTIES */

.m-0 {
  margin: 0;
}

.m {
  margin: var(--m);
}

.mt {
  margin-top: var(--mt);
}

.mr {
  margin-right: var(--mr);
}

.mb {
  margin-bottom: var(--mb);
}

.ml {
  margin-left: var(--ml);
}

/* PADDING CUSTOM PROPERTIES */

.p {
  padding: var(--p);
}

.pt {
  padding-top: var(--pt);
}

.pr {
  padding-right: var(--pr);
}

.pb {
  padding-bottom: var(--pb);
}

.pl {
  padding-left: var(--pl);
}

/* SECTION SETTINGS */

/* HERO */

.max-width-100-important {
  width: unset;
  max-width: 100%;
}

/* ACCORDION */

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid #000;
  border-radius: 0;
}

.accordion:first-child {
  border-top: 0;
}

.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 400;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* FEATURED COLLECTION CAROUSEL */

.featured--collection-view-all {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid transparent;
  position: relative;
  width: 0%;
  }
  
.featured--collection-view-all:hover {
  border-bottom: 2px solid #3c411c;
  width 100%;
}

.featured--collection-view-all a {
  display: inline-block;
  width: 65px;
}

.quick-add-pop-up {
  border: 1px solid #000;
  display: none;
  background: #fff;
  padding: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.quick-add-form .select {
  min-width: 100%;
}

.quick-add-no-variants .add-to-cart-text, .quick-add-no-variants #soldCartText, .quick-add-no-variants .price {
  color:#ffffff;
}

/* FEATURED PRODUCT */

.featured-product-info .quick-add-pop-up {
  width: 50%;
  height: 100%;
  right: 0;
}

/* TABS */
  
.tab button {
  display: block;
  padding: 20px;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
}

.tab li:hover a, .tab li.active a {
  background-color: #fff;
}

.tab-content-wrapper {
  border:1px solid #e7e7e7;
  background-color: #fff;
  border-top: none;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e7e7e7;
}
  
/* Create an active/current tablink class */
.tab button.active {
  background-color: #e7e7e7;
}

/* Style the tab content */
.tab-contents {
  display: none;
  padding: 10px;
}

.tab-contents {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
  
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
  
/* FOOTER */.shopify-section-group-footer-group {
    background-color:#fff;
  }#footer--wrapper h2, #footer--wrapper h3 {
  color:#ffffff;
  font-size:16px;
}

#footer--wrapper p, #footer--wrapper .copyright span, #footer--wrapper .list-unstyled a {
  color:#ffffff;
  font-size:16px;
}

#footer--wrapper .list-unstyled a, #footer--wrapper a svg {
  fill:#ffffff;
}

.footer--bottom a, footer a, .footer--bottom span, footer p {
  color:#ffffff;
}   

#footer--wrapper .m-25-auto:first-child, .social-media--wrapper .m-25:first-child {
  margin-left: 0!important;
}

.social-media--wrapper {
  gap:20px;
}

/* PAGINATION */

.pagination a {
  color: #000;
  float: left;
  width: 40px;
  height: 40px;
  padding: 10px;
  text-decoration: none;
  transition: background-color .3s;
  margin: 0 5px;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a.active {
  background-color:#000000;
  color:#ffffff;
  border: 1px solid#000000;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/* FEATURED COLLECTION - PRODUCT CARDS */

.product-card-info h3 {
  color:#402e25;
  font-size:18px;
}

.product-card-info .price {
  color:#402e25;
  font-size:15px;
}

.product-card-info del {
  color:#3c411c!important;
  font-size: 14px;
}

.percent-off {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  padding: 5px 10px;
  position:absolute;
  top: 7.5px;
  left: 7.5px;
  z-index: 1;
  font-size: 16px;
  width: fit-content;
}

/* Product Card Effects *//* SLIDE OUT CART */

.slide-cart-wrapper {
  position: fixed;
  top: 0;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  padding: 20px;
  transition: left 0s 0.2s, opacity 0.2s;
}

.slide-cart--active {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 0.2s;
}

.slide-cart-inner-wrapper {
  max-width: 550px;
  width: 50%;
  height: 100%;
  background-color:#f5f5f5;
  border-radius: 12px;
  flex: 1;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.2s opacity, 0.2s transform;
  opacity: 0;
  transform: translateX(40px);
}

.slide-cart--active .slide-cart-inner-wrapper {
  transform: none;
  opacity: 1;
}

.slide-cart-close svg path {
  fill:#000000;
}

.slide-cart-header {
  background-color: #fff;
  border-bottom: 1px solid #C8C7C4;
}

.slide-cart-header h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;  
  letter-spacing: 1.5px;
  color:#000000;
}

.slide-cart-inner {
  overflow-y: scroll;
  overflow-x: hidden;
}

.slide-cart-image {
  width: 25%;
}

.slide-cart-form-wrapper {
  padding-top: 10px;
  height: fit-content;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fff;
}

.template-cart-form {
  flex-direction: column-reverse;
}

.slide-total h5 {
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}

.slide-final p {
  font-size: 14px;
}

.slide-cart-footer {
  background-color: #fff;
  border-top: 1px solid #C8C7C4;
  padding: 10px 10px 5px 10px;
}

.slide-cart-footer .button {
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 15px 5px;
  background-color:#000000;
  color:#fff;
  width:100%;
}.slide-final {
  color:#fff;
}.slide-cart-footer .shipping-taxes {
  line-height: 1;
}

/* Free Shipping Message */

.free-shipping--wrapper {
  background-color: #fff;
  border-bottom: 1px solid #C8C7C4;
  padding: 5px 0;
} 

.free-shipping--wrapper p {
  line-height: 1;
}

/* Slide Cart Items */

.slide-cart-properties {
  flex: 1;
}

.slide-cart-info {
  flex: 1 0 100%;
}

.slide-cart-items {
  padding: 0 10px;
}

.slide-cart-item {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 10px;
}

.slide-percent-off {
  background-color: #f4f2f1;
  color: #000;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
}

.slide-compare-price {
  font-size: 14px;
}

.slide-cart-quantity-selector {
  display: inline-flex;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
    
.slide-cart-quantity-selector button, .slide-cart-quantity-selector span {
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.slide-cart-quantity-selector input {
  width: 28px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  line-height: 24px;
  border:  0;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.item-qty-max-reached p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
}
  
/* Addons */

.addons {
  border-top: 1px solid #C8C7C4;
  background-color: #f6f6f6;
  padding: 10px;
}

.addon {
  background: #fff;
  padding: 5px;
  border: 1px solid #e7e7e7; 
  flex: 1 0 75%;
  margin-right: 10px;
}

.addons.slide-cart h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.addon-image {
  /* flex: 1 0 50%; */
  width: 40%;
}

.addon-card-info {
  /* flex: 1 0 50%;
  width:50%; */
  padding-left: 5px;
}

.addon-card-info h3 {
  font-size: 18px;
}

.addon-card-info .price {
  color: #EF862A;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.addons .button {
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  background: #000;
  color: #fff;
  max-width: 90%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top:10px;
}

/* RESPONSIVENESS */

@media (max-width: 1024px) {

    .header-logo--wrapper {
    margin:auto;
  }
  

}

@media (max-width: 768px) {

/* FONT SIZING */

  h1 {
    font-size:40px;
  }
  h2 {
    font-size:30px;
  }
  h3 {
    font-size:22px;
  }
  h4 {
    font-size:16px;
  }
  h5 {
    font-size:16px;
  }
  h6 {
    font-size:14px;
  }

  p, button, input, optgroup, select, textarea, html, label, div, span, .link-text {
    font-size:16px;
  }

/* CSS PROPERTIES */

.font-size-mobile {
  font-size: var(--font-size-mobile);
}

.text-align-mobile {
  text-align: var(--text-align-mobile);
}

/* LAYOUT */

  .section-space {
    margin:40px 0;
  }

  .page-width {
    padding-left:10px;
    padding-right:10px;
  }

/* HEADER */

  .header--wrapper {
    padding: 15px;
  }

  /* Center Logo From Left Side Desktop */
  .header-logo--wrapper {
    order: 2;
  }

  .customer-nav svg {
    width: 18px;
  }

/* FLEXBOX */

  .flex-wrap-mobile {
    flex-wrap: wrap;
  }

  .flex-wrap-480 {
    flex-wrap: wrap;
  }

/* PREDICTIVE SEARCH */

  #predictive-search {
    position: fixed;
    top: 175px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 100vw;
  }

  #predictive-search-results {
    padding: 20px 10px;
  }

  .header-search-bar {
    padding: 0 15px;
  }

  .header-search-close {
    top: 2.5px;
    right: 2.5px;
  }

/* WIDTH & HEIGHT */

  .w-full-padding {
    padding: 10px;
    padding-top: 0;
  }
  .w-full-mobile {
    width: 100%;
  }

/* SECTIONS */

/* FEATURED COLLECTION PRODUCT CARDS */

  .product-card-info h3 {
    font-size:18px;
  }

  .product-card-info .price {
    font-size:15px;
  }

/* FEATURED PRODUCT */

  .featured-product-info .quick-add-pop-up {
    width: 100%;
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset;
  }
  
/* FEATURED COLLECTION CAROUSEL */

  .view-all--bottom {
    margin-top: 40px;
  }

  .quick-add-pop-up {
    padding: 15px;
    height: fit-content;
    position: fixed;
    bottom: 0;
    left:0;
  }

/* IMAGE WITH TEXT */

  .image-text--text {
    max-width: 100%;
    width: 100%;
  }

  .image-text--text {
    padding: 20px 10px;
  }

/* FOOTER */

  #footer--wrapper h2, #footer--wrapper h3 {
    font-size:16px;
  }

  #footer--wrapper p, #footer--wrapper .list-unstyled a, .social-media--wrapper a, .copyright span {
    font-size:16px;
  }

  .footer--bottom {
    text-align: center;
    justify-content: center;
  }

  .payment-icon--wrap, .copyright {
    margin-top: 10px;
  }

  .footer--bottom img {
    margin: 10px 10px;
  }

/* SLIDE CART */

  .slide-cart-qty-wrapper {
    width: 100%;
    margin-top: 5px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }

  .slide-cart-remove {
    margin-left: 10px;
  }

  .free_shipping_notice, .slide-variant-info {
    font-size: 14px;
  }

  .slide-cart-wrapper {
    padding: 0;
  }

  .slide-cart-inner-wrapper {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
  }

  .slide-cart-header {
    padding: 10px;
  }

  .slide-cart-header h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }

  .slide-cart-header p {
    font-size: 12px;
  }

  .slide-cart-item {
    padding: 5px;
  }

  .slide-cart-image {
    width: 40%;
  }

  .template-cart-price-shipping, .template-cart-qty-text, .template-cart-line-item-properties {
    margin-top: 5px;
  }

  .addon-info {
    flex: 1;
  }

  .addons {
    width: 100%;
  }

  .addons-inner {
    height: 100%;
  }

  /* .addon-image {
      flex:1;
  } */

  .addon .button, .addon-price {
    font-size: 14px;
  }

  .slide-cart-total {
    margin-bottom: 5px;
  }
}

/* HIDING & DISPLAYING */

@media (min-width:769px) {
  .min--769--hide {
    display: none;
  }
}

@media (max-width:768px) {
  .max--768--hide {
    display: none; 
  }
}

@media (min-width:1025px) {
  .min--1025--hide {
    display: none;
  }
}

@media (max-width:1024px) {
  .max--1024--hide {
    display: none;
  }
}

/* EXTRA */
  
/* May keep for settings in global colours for my form new theme sections in settings */

.form input {
  color: #8E8D8B;
  border: 1px solid #C8C7C4;
  background: #fff;
  min-height: 50px;
  font-size: 14px;
}

.form textarea {
  color: #8E8D8B;
  border: 1px solid #C8C7C4;
  background: #fff;
  font-size: 14px;
}

.form input:focus {
  border-color: #000;
}

input:not(:placeholder-shown):not(:focus):invalid, textarea:not(:placeholder-shown):not(:focus):invalid {
  border: 1px solid #D31F21;
  background: #F6E5E4;
  color: #D31F21;
}


/* Underline hover - KEEP? */

.link-only-menu {
  height: 100%;
  cursor: pointer;
  padding-right: 25px;
}

.mega-menu-text, .nav-link {
  background-image: linear-gradient(#000 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition:
    background-size 0.5s,
    background-position 0s 0.5s; /*change after the size immediately*/
}

.dropbtn:hover .mega-menu-text, .link-only-menu:hover .nav-link  {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 2px;
}

.shopify-section-group-header-group {
  display: unset;
}

.active-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.active-header .logo-home {
  display: none;
}

.active-header .logo-height {
  display: block;
}


/* WEB DISCO: NEW HORIZON CUSTOM */

h1, h2, h3, h4, h5, h6 {
  color: #046362;
}

.page-width, .reviews_all_container {
  max-width: 1600px;
  padding: 0 50px!important;
}

.button {
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 10px;
}

.button {
  width: 100%; /* Full width on mobile */
}

@media only screen and (min-width: 600px) {
  .button {
    min-width: 240px; /* Minimum width on larger screens */
    width: auto; /* Natural sizing on larger screens */
  }
}

.button:hover {
  background-color: #046362;
  color: #fff;
  border-color: #046362;
}

.button.secondary {
  min-width: 150px;
  border-radius: 50px;
  border-width: 2px;
  font-weight: 700;
}

.green_button .button {
  background-color: #046362;
  border-color: #046362;
}

.green_button .button:hover {
  background-color: #000;
  border-color: #000;
}

/* Header */

#header--wrapper {
  max-width:1600px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1025px) {
  #header--wrapper {
  grid-template-columns: 1fr 3fr 1fr;
}
}

/* Announcement */

.announcement-bar-message {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

/* HERO */

.homepage_hero .hero-inner-wrapper {
  max-width:1500px;
}

.homepage_hero .stars {
  margin-bottom: 10px;
  display: flex;
}

.homepage_hero h1 {
  font-family: "Montserrat", serif;
  font-size: clamp(1.5625rem, 1.1719rem + 1.9531vw, 3.125rem);
  color: #000;
}

.homepage_hero .below_button {
  display: block;
  margin-top: 5px;
  line-height: 1.6;
  font-size: 13px;
}

.homepage_hero p {
  font-size: 20px;
}

.homepage_hero li {
  font-size: 18px;
}

/* Custom Checkmarks */

.black_checks ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.black_checks ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.black_checks ul li::before {
  content: '\2713'; /* Unicode for checkmark ✓ */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  border-radius: 50%;
  font-size: 12px;
}

/* Accordion */

.accordion--wrapper h2 {
  font-size: clamp(1.5625rem, 1.2054rem + 1.7857vw, 2.8125rem);
  color: #046362;
}

.accordion--wrapper h4 {
  font-size: clamp(1.5625rem, 1.4732rem + 0.4464vw, 1.875rem);
 }

/* Image with Text */

.image-text--wrapper .subtitle {
  font-size: clamp(1.25rem, 1.1678rem + 0.4386vw, 1.5625rem);
}

.image-text--wrapper h2 {
  font-size: clamp(1.5625rem, 1.0268rem + 2.6786vw, 3.4375rem);
  color: #046362;
}

.image-text--wrapper p, .image-text--wrapper li {
  font-size: clamp(1.125rem, 1.0313rem + 0.4688vw, 1.5rem);
}
.image-text--wrapper p {
   line-height: 1.6;
}

.size_sixteen p {
  font-size:16px;
}

.size_twenty p {
  font-size: 20px;
}

@media (min-width: 769px) {
  .founders .grid-break-768 {
  grid-template-columns: 2fr 1fr;
}
}


/* Columns */

.columns--wrapper h2 {
  font-size: clamp(1.5625rem, 1.0268rem + 2.6786vw, 3.4375rem);
}

.columns--wrapper h3 {
  font-size: clamp(1.5625rem, 1.331rem + 1.2346vw, 2.8125rem);
  color: #046362;
}

.columns--wrapper p {
  font-size: clamp(1.125rem, 0.9861rem + 0.7407vw, 1.875rem);
}

.try_for_free p {
  font-size: 20px;
  line-height:1.6;
}

.experts .subtitle {
  color: #000;
  font-size: clamp(1.5625rem, 1.0938rem + 2.3438vw, 3.4375rem);
}

.faq .subtitle {
  font-size: clamp(1.5625rem, 1.0938rem + 2.3438vw, 3.4375rem);
}


.faq .title {
  font-size: clamp(1.5625rem, 1.0938rem + 2.3438vw, 3.4375rem);
  color: #000;
  font-family: "Montserrat", serif;
  font-weight:600;
}

/* About us Page */

.about_rich_text h2 {
  font-size: clamp(1.5625rem, 1.0268rem + 2.6786vw, 3.4375rem);
}

.about_rich_text .rich-text--inner {
  display:flex;
}

.about_rich_text .rich-text--inner h2, .about_rich_text .rich-text--inner p {
  width:50%;
}

.full_width_image_text {
  padding-left:50px;
}

/* meet the team */

.meet_the_team .columns-grid {
  grid-template-columns: 1fr 1fr 1fr!important;
}

@media (max-width: 1024px) {
  .meet_the_team .columns-grid {
  grid-template-columns: auto auto!important;
    justify-content:center;
}
}

@media (max-width: 768px) {
  .meet_the_team .columns-grid {
  grid-template-columns: 1fr!important;
    justify-content:center;
}
}

.meet_the_team p {
  font-size:16px;
}

/* Footer */

.shopify-section-group-footer-group {
  background-color: #046362;
}

#footer--wrapper h3 {
  font-size: clamp(1.5625rem, 1.2054rem + 1.7857vw, 2.8125rem);
}

#footer--wrapper .list-unstyled a {
  font-size: 16px;
}


/* Product Page */

.the_drops {
  background-image: url("https://cdn.shopify.com/s/files/1/0603/7746/5069/files/dropsd.png?v=1742130863");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* Responsiveness */


@media (max-width:768px) {
  .page-width {
    max-width: 1600px;
    padding: 0 25px!important;
  }


  /* Image with Text reset */

  .image-text--text {
    max-width:100%;
  }


  /* About us Page */

  .full_width_image_text {
    padding: 0 25px
  }

  .cans .absolute-center {
    position: relative;
  }


  .product-card-info .price {
    text-align:left;
  }

  #shopify-section-template--20868645617869__template p {
    width: 100%!important;
  }
}

.disclaimer {
  padding: 20px 0;
}

.disclaimer p {
  color: #fff;
  font-size: 10px!important;
  text-align:center;
  margin:0;
}

.footer--bottom {
  margin-top: 15px;
}


/* Gummies custom section about */

.gummies_custom h3 {
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0em;
    line-height: 1.4;
}

.gummies_custom p {
      font-size: 16px;
    font-style: normal;
    text-align: justify;
    letter-spacing: 0em;
    line-height: 1.6;
}

@media (max-width: 768px) {
  .col-2 {
    order: 1;
  }
  .col-1 {
    order: 2;
  }
  .col-3 {
    order: 3;
  }

  #shopify-section-template--20921490309325__section_hero_image_LxcjdJ .hero-inner-wrapper {
    justify-content: center;
  }
}

/* Fixes */

/* Centering Splide JS Arrow */

.splide__arrow {
  background: #046362!important;
}

.splide__arrow--prev svg {
  margin-right: 10px;
  fill: #fff!important;
}

.splide__arrow--next svg {
  margin-left: 10px;
  fill: #fff!important;
}


/* Stars */

.star {
  width: 22px;
  height: 22px;
  fill: gold;
}

.star-rating p {
  font-size: 14px;
}

@media (max-width: 420px) {
  .filter-form {
    flex-direction: column;
  }
}

@media (min-width:1024px) {
  .hero-inner-wrapper {
    padding-top: 50px!important;
  }
  
}

@media (min-width:1820px) {
  .hero-inner-wrapper {
    padding-top: 100px!important;
  }
  
}



@media (min-width:2500px) {
  .hero-inner-wrapper {
    padding-top: 200px!important;
  }
  
}

  @media (max-width: 1200px) {
    #shopify-section-template--20921490309325__section_hero_image_LxcjdJ .hero-inner {
    max-width: 720px!important;
}
  }

@media (min-width: 769px) {
  #shopify-section-template--20860319793357__section_hero_image_LxcjdJ {
    height: 100%!important;
}
}

/* Stars */

.product-rating .star {
  color: #CCCCCC; /* Gray for empty stars */
}

.product-rating .star-filled {
  color: #FFD700; /* Gold for filled stars */
}
