/** Shopify CDN: Minification failed

Line 1273:7 Expected ":"
Line 1871:4 "text-decoation" is not a known CSS property

**/
/* 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);
}

/* FONTS */

h1, h2, h3, h4, h5, h6 {
  font-family: "system_ui", -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color:#000000;
  line-height: 1;
  font-weight: 400;
}

p, button, input, optgroup, select, textarea, html, label, div, span {
  font-family: "system_ui", -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  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:#ffffff;
  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 path {
  height: auto;
  fill:#ffffff;
}

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

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

/* 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;

  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) + 50px);
}

.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:#df7571;
  color:#ffffff;
  font-size:18px;
  font-weight:400;
  border: 1px solid #df7571;
}

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

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

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

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 */

.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 */

/* COLUMN WIDTHS */
  .product-card--wrapper, .columns-grid, .ajax--wrapper {
    grid-template-columns: 1fr;
  }
  
  @media (min-width: 481px) {
    .product-card--wrapper, .columns-grid, .ajax--wrapper {
      grid-template-columns: repeat(var(--tablet-columns), 1fr);
    }
  }
  
  @media (min-width: 1025px) {
    .product-card--wrapper, .columns-grid, .ajax--wrapper {
      grid-template-columns: repeat(var(--desktop-columns), 1fr);
    }
  }

/* GAPS */
  .product-card--wrapper, .columns-grid, .ajax--wrapper {
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
  }

.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:#4f463b;
  font-size:16px;
}

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

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

.footer--bottom a, footer a {
  color:#4f463b;
}   

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

.social-icon {
  margin-top: 20px;
  margin-right: 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 */.reveal img.feature-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .6s linear;
}
.reveal:hover img.feature-hover {
  opacity: 1;
}/* 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:#af5c58;
  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:#ffffff;
}

.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:#ffffff;
}

.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:#df7571;
  color:#fff;
}.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, .customer-nav {
    width: 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;
  }

  /* GAPS */

  .product-card--wrapper, .columns-grid, .ajax--wrapper {
    grid-column-gap: var(--grid-column-gap-mobile);
    grid-row-gap: var(--grid-row-gap-mobile);
  }

/* 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;
    text-decoation: underline;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness ease .1s;
    text-transform:uppercase;
  }

  #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: KAYTEA */

/* Fonts */

h2 {
  font-size: clamp(1.5rem, 1.4074rem + 0.4938vw, 2rem);
}

p {
  color: rgba(79, 70, 59, 0.75);
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.6px; /* 176.19% */
  letter-spacing: 0.63px;
}

/* GLOBAL */

.button {
  line-height: 31.71px; /* 176.167% */
  letter-spacing: 1.08px;
  border-radius: 18px;
  padding: 11px 30px;
}

/* Header */

#header--wrapper {
  padding: 30px 10px;
}

.desktop-menu--wrap nav {
  gap: 30px;
}

.nav-link, .mega-menu-text {
  color: #fff!important;
  font-size: 14.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.9px; /* 128.571% */
  letter-spacing: 0.63px;
  text-transform: uppercase;
}

.nav-link:hover, #footer--wrapper .list-unstyled a:hover {
  text-decoration: underline;
  text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness ease .1s;
}

.cart-icon path, .account--wrap svg path {
  fill: #fff;
}

    .customer-nav svg {
    width: 22px;
  }
  
    .account--wrap, .cart-icon {
    margin-right:25px;
  }
  
/* Homepage Hero */

.hero h1 {
  font-size: clamp(3rem, 3.175rem + -0.875vw, 2.125rem);
  margin:0;
}

.hero .button {
  margin-top:30px;
}

/* Sections */

/* Hero Blue BG */

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

/* USP */

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

.usp p {
  color: #4F463B;
  font-family: "Vista Sans OT";
  margin:0;
  font-size: 14.203px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 190.099% */
  letter-spacing: 0.6px;
}

.usp_mobile h2 {
  font-size: 23.672px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px; /* 164.752% */
  letter-spacing: 0.6px;
}

.usp_mobile p {
  font-size: 15.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.75px; /* 175.633% */
  letter-spacing: 0.63px;
}

.usp_mobile button {
  padding: 15px 30px;
  font-size: 15.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.75px; /* 118.671% */
  letter-spacing: 1.05px;
  margin:0;
}

.usp_mobile .hero-inner {
  padding-bottom:50px;
}

.usp_mobile .image-text--text {
  padding-bottom:0;
}

/* Featured Collection */

.product-card, .quick-add--wrapper {
  text-align:center;
}

.quick-add--wrapper .button {
  margin:auto;
}

.product-card form, .quick-add--wrapper {
  display:inline-block;
}

.product-card-info {
  text-align:center;
  margin-bottom:20px;
}

.product-card-price-wrap {
  justify-content:center;
  margin-top:10px;
}

.product-card-info h3 {
  font-size: 18.938px;
  font-weight: 700;
  line-height: 31.2px; /* 164.752% */
  letter-spacing: 0.6px;
}

.product-card-info .price {
  font-size: 16.8px;
  font-weight: 400;
  line-height: 24.8px; /* 147.619% */
  letter-spacing: 1.05px;
}

/* Refreshing Hero */

.refreshing .image-text--image {
  max-width:1350px;
  margin:auto;
}

.refreshing .image-text--text strong {
  color: rgba(79, 70, 59, 0.75);
  font-size: 12.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 119.048% */
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

/* SLIDE OUT CART */

/* .slide-cart-inner-wrapper {
  background-color: #af5c58;
} */

.slide-cart-footer {
  background-color: #af5c58;
}

.slide-cart-header, .slide-cart-item {
  background-color: #DF7571;
}

.slide-cart-footer .button {
  color: #FFF;
  text-align: center;
  font-family: "Vista Sans OT";
  font-size: 15.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.75px; /* 118.671% */
  letter-spacing: 1.05px;
}

#slide-cart-inner * {
  color: #fff;
}

.slide-cart-quantity-selector input {
  background-color: #DF7571;
}

#slide-cart-inner svg path {
  fill: #fff;
}

.slide-cart-footer {
  border-top: 1px solid #fff;
}

/* FOOTER */

#footer--wrapper .link_list li {
  margin-bottom: 20px;
}.shopify-section-group-footer-group-kaytea {
    background-image: url("/cdn/shop/files/Orange_Gradient.png?v=1717273523");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }#footer--wrapper .list-unstyled a {
  font-size: 14.7px;
  font-weight: 400;
  line-height: 14.7px; /* 100% */
  letter-spacing: 0.63px;
  text-transform: uppercase;
}

#footer_image {
  width: 150px;
}

.footer--bottom {
  display: flex;
  flex-direction: column-reverse;
}

.footer-payment-icons {
  justify-content: center;
}

.footer-column.text p {
  font-size: 14.203px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.4px; /* 164.752% */
  letter-spacing: 0.6px;
}



/* Fixes */

/* Centering Splide JS Arrow */

.splide__arrow {
  background: #DF7571!important;
}

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

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


/* USP ICON SECTION */

@media (max-width: 580px) {
  .product_usp_section .columns-grid {
grid-template-columns: auto auto auto!important;
  
}
}

/* PRODUCT CARD FIX */

.product-card, .product_card {
  height:100%;
}

.quick-add-no-variants, .quick-add--wrapper {
  margin-top: auto;
}


/* Appostate Fix */

.appstle-wrapper :is(.as-py-4) {
  padding-left:0!important;
}

.appstle-wrapper :is(.sm\:as-text-3xl) {
  padding-left:16px!important;
}

@media (max-width: 768px) {
  .as-bab-header {
    flex-wrap:wrap;

  }
  
  .appstle-wrapper :is(.as-py-4) {
  padding-left:16px!important;
  }
  
  .appstle-wrapper :is(.as-text-gray-900) {
    flex:100;
  }

  .bab-search-text-box {
    margin-top:20px;
    margin-bottom:20px;
  }

  .appstle-wrapper :is(.as-min-w-0) {
    flex-wrap: wrap;
    flex-direction: column;
}

  .appstle-wrapper :is(.as-leading-7) {
    padding-left:0;
  }

  .as-cart-btn-wrapper button {
    margin-right:0;
  }
  
}


.splide {
  visibility: hidden; /* Hide carousel initially */
}

.splide.is-initialized {
  visibility: visible; /* Show carousel once initialized */
}


 #addon-btn {
   text-transform: none;
 }