/** Shopify CDN: Minification failed

Line 1078:12 Expected identifier but found "*"
Line 2309:49 Unexpected "{"
Line 2309:58 Expected ":"
Line 2309:65 Unexpected "{"

**/
.link{
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  --font-heading-line-height: 130%;
  line-height: var(--font-heading-line-height);
  word-break: break-word;
}
.h1,.h2,.h3,.h4,.h5,.h6{
  margin: 0;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a,
.h1>a,.h2>a,.h3>a,.h4>a,.h5>a,.h6>a{
  color: var(--color-base);
}
@media (min-width: 1025px){
  h1,h2{
  	--h-mt: var(--sections-top-spacing);
    --h-mb: 40px
  }
}
@media (max-width: 1024px){
  h1,h2{
  	--h-mt: var(--sections-top-spacing-mobile);
    --h-mb: 40px
  }
}
h1,.h1{
  font-size: calc(36px * var(--font-heading-scale));
}
h2,.h2{
  font-size: calc(30px * var(--font-heading-scale));
}
h1,h2{
  margin-top: var(--h-mt, 0);
  margin-bottom: var(--h-mb, 0);
}
h3,.h3{
  font-size: calc(24px * var(--font-heading-scale));
}
h4,.h4{
  font-size: calc(20px * var(--font-heading-scale));
}
h5,.h5{
  font-size: calc(16px * var(--font-heading-scale));
}
h6,.h6{
  font-size: calc(14px * var(--font-heading-scale));
}
h3,h4,h5,h6{
  --h-mt: 40px;
  --h-mb: 20px;
  margin-top: var(--h-mt);
  margin-bottom: var(--h-mb);
}
@media (max-width: 576px){
  .h1--mobile{
    font-size: calc(36px * var(--font-heading-scale));
  }
  .h2--mobile{
    font-size: calc(30px * var(--font-heading-scale));
  }
  .h3--mobile{
    font-size: calc(24px * var(--font-heading-scale));
  }
  .h4--mobile{
    font-size: calc(20px * var(--font-heading-scale));
  }
}
.body0{
  font-size: 18px;
  line-height: 130%;
  font-weight: var(--font-body-weight);
}
.body2{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  font-weight: var(--font-body-weight);
}
.body3{
  font-size: var(--font-body3-size);
  line-height: var(--font-body3-line-height);
}
strong,b,.strong{
  font-weight: var(--font-body-bold-weight);
}

form{
  margin: 0;
}
button,
button:active,
button:focus{outline: none;border: none;}
img{
  max-width: 100%;
  vertical-align: middle;
}
meta+img,p+img,p span img{
  max-width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
input:focus, input:active{outline: none;}
input::placeholder,
textarea::placeholder{
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  color: var(--color-input-text);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: var(--color-input-text);
}
input::-moz-placeholder,
textarea::-moz-placeholder{
  color: var(--color-input-text);
}
a{
  color: var(--color-text-link);
  text-decoration: underline;
  outline: 0;
  transition: color var(--duration-medium) var(--animation-bezier);
}
a:hover{text-decoration: none;}
a.clear-underline{
  text-decoration: none;
}
.unstyle-ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
p{
  margin: 15px 0 0;
}
.no-js:not(html),
html.no-js .no-js-hidden {
  display: none!important;
}
html.no-js .no-js:not(html) {
  display: block!important;
}
  
address {
  font-style: var(--font-body-style);
}

.color-base{color: var(--color-base);}
.mb0{margin-bottom: 0px;}
.mb3{margin-bottom: 3px;}
.mb5{margin-bottom: 5px;}
.mb7{margin-bottom: 7px;}
.mb9{margin-bottom: 9px;}
.mb10{margin-bottom: var(--padding1);}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: var(--padding3);}
.mt0{margin-top: 0px;}
.mt3{margin-top: 3px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt18{margin-top: 18px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: var(--padding4);}
.mt60{margin-top: var(--padding5);}
.mb40{margin-bottom: var(--padding4);}
.pt15{padding-top: 15px;}

.subheading{
  color: var(--color-subheading);
  margin-bottom: 20px;
}
.heading--mb{margin-bottom: 50px;}
.el_mt_auto{margin-top: calc(var(--padding-auto) * -1);}
.el_mt_auto>*{margin-top: var(--padding-auto);}
.el_mt_20{margin-top: calc(var(--padding2) * -1);}
.el_mt_20>*{margin-top: var(--padding2);}
.el_mt_30{margin-top: calc(var(--padding3) * -1);}
.el_mt_30>*{margin-top: var(--padding3);}
.el_mt_40{margin-top: calc(var(--padding4) * -1);}
.el_mt_40>*{margin-top: var(--padding4);}
.el_mt_60{margin-top: calc(var(--padding5) * -1);}
.el_mt_60>*{margin-top: var(--padding5);}
.self_mt_60{margin-top: var(--padding5);}
.page-fullwidth .el_mt_auto{margin-top: 0}
.page-fullwidth .el_mt_auto>*{margin-top: 0;}
@media (max-width: 1024px){
  .heading--mb{
    margin-bottom: var(--padding4);
  }
  .el_mt_60,
  .self_mt_60{
    --padding5: var(--padding4);
  }
}
@media (max-width: 1024px){
  .el_mt_auto{margin-top: calc(min(var(--padding-auto), 30px) * -1);}
  .el_mt_auto>*{margin-top: min(var(--padding-auto), 30px);}
  .el_mt_40{margin-top: calc(min(var(--padding4), 30px) * -1);}
  .el_mt_40>*{margin-top: min(var(--padding4), 30px);}
  .el_mt_auto.el_mt_auto_40_mobile{margin-top: calc(40px * -1);}
  .el_mt_auto.el_mt_auto_40_mobile>*{margin-top: 40px;}
}
@media (max-width: 576px){
  .el_mt_auto{margin-top: calc(20px * -1);}
  .el_mt_auto>*{margin-top: 20px;}
}
.same__mt-10 > *:not(:first-child){
  margin-top: 10px;
}
.same__mt-10 > :first-child{
  margin-top: 0;
}
  
.text-center{text-align: center !important;}
.text-left{text-align: left !important;}
.nomargin{margin: 0;}
.mt--first-child-0 > *:first-child{margin-top:0;}
.mb--last-child-0 > *:last-child{margin-bottom:0;}
.text-uppercase{text-transform: uppercase !important;}
.justify-content-center{justify-content: center !important;}
.align-items-start{align-items: flex-start !important;}
.align-items-center{align-items: center !important;}
.align-items-end{align-items: flex-end !important;}
.align-self-center{align-self: center !important;}
.align-self-end{align-self: flex-end !important;}
.display-block{display: block;}
.display-flex{display: flex;}
.justify-content-between{justify-content: space-between;}
.position-relative{position: relative;}
.hidden, .hide{display: none !important;}
.body-bold-weight{font-weight: var(--font-body-bold-weight);}
.visibility-hidden{
  visibility: hidden;
  display: none !important;
}
.visibility-hidden:first-child+*:not(.visibility-hidden){
  margin-top: 0;
}
@media (min-width:577px){
  .justify-content-center--no-phone{justify-content: center !important;}
}
.page-width,
.page-wide{
  width: 100%;
  max-width: calc(var(--page-width) + var(--page-padding)*2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-fullwidth{
  width: 100%;
}
.page-fullwidth .grid{
  margin-left:0;
  margin-right:0;
}
.page-fullwidth [class*=col-]{
  padding-left:0;
  padding-right:0;
}
@media (min-width:1025px) and (max-width: 1440px){
  .page-width{
    max-width: unset;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width:1025px){
  .page-wide{
    width: 100%;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width:577px) and (max-width: 1024px){
  .page-width,
  .page-wide{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.grid{
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--page-padding) / -2);
  margin-left: calc(var(--page-padding) / -2);
}
[class*="col-"]{
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding-right: calc(var(--page-padding) / 2);
  padding-left: calc(var(--page-padding) / 2);
}
@media (min-width:577px) and (max-width: 1024px){
  body{
    --page-padding:var(--page-padding-tablet);
  }
}
@media (max-width:576px){
  body{
    --page-padding:var(--page-padding-phone);
  }
}
.col-12{max-width: 100%;}
.col-10{max-width: 83.333333%;}
.col-9{max-width: 75%;}
.col-8{max-width: 66.666666%;}
.col-7{max-width: 58.333333%;}
.col-6{max-width: 50%;}
.col-5{max-width: 41.666666%;}
.col-4{max-width: 33.333333%;}
.col-3{max-width: 25%;}
.col-one_fifth{max-width: 20%;}
.col-four_fifth{max-width: 80%;}
.col-7-in-row{max-width: 14.28571%;}
.col-one_eight{max-width: 12.5%;}
.col-2{max-width: 16.666666%;}
.col-9-in-row{max-width: 11.11111%;}
.col-10-in-row{max-width: 10%;}
.col-11-in-row{max-width: 9.0909%;}
.col-12-in-row{max-width: 8.33333%;}

.top-spacing-none{
  --sections-top-spacing-current: 0;
}
.top-spacing-small{
  --sections-top-spacing-current: var(--sections-top-spacing--small);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing--small-mobile);
}
.top-spacing-medium{
  --sections-top-spacing-current: var(--sections-top-spacing--medium);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing--medium-mobile);
}
.top-spacing-normal{
  --sections-top-spacing-current: var(--sections-top-spacing);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing-mobile);
}
[class*="top-spacing-"]{
  margin-top: var(--sections-top-spacing-current);
}
/*
sp - screen phone <= 576
sst - screen-small-tablet <= 768px
st - screen tablet <= 1024
md - screen-medium <= 1189px
lg - screen-large <= 1440px
*/
@media (min-width:1441px){
  .col-xxl-10{max-width: 83.333333%;}
  .col-xxl-2{max-width: 16.666666%;}
}
@media (max-width:1440px){
  .col-lg-6{
    max-width: 50%;
  }
  .col-lg-4{
    max-width: 33.333333%;
  }
}
@media (max-width:1189px){
  .col-md-12{
    max-width: 100%;
  }
  .col-md-6{
    max-width: 50%;
  }
  .col-md-3{
    max-width: 25%;
  }
  .col-md-4{
    max-width: 33.333333%;
  }
}
@media (max-width:1024px){
  [class*="top-spacing-"]{
    margin-top: var(--sections-top-spacing-current-mobile);
  }
  .col-st-3{
    max-width: 25%;
  }
  .col-st-4{
    max-width: 33.333333%;
  }
  .col-st-6{
    max-width: 50%;
  }
  .col-st-one_fifth{
    max-width: 20%;
  }
  .col-st-8{
    max-width: 66.666666%;
  }
  .col-st-10{
    max-width: 83.333333%;
  }
  .col-st-12{
    max-width: 100%;
  }
}
@media (max-width:576px){
  .col-sp-6{
    max-width: 50%;
  }
  .col-sp-12{
    max-width: 100%;
  }
}

.border__radius,
.image--radius img{
  border-radius: var(--radius);
}
.border__radius-top{
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.scroll__vertical{overflow: hidden auto;}
.scroll__disabled{overflow: hidden;}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
[style*="--aspect-ratio"]{
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  width: 100%;
}
[style*="--aspect-ratio"] img,
[style*="--aspect-ratio"].placeholder__svg--bg svg{
  backface-visibility: hidden;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[style*="--aspect-ratio"]:before{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(100%/(0 + var(--aspect-ratio, 1 / 1)));
}
a.image-hover-scaling__image{
  display: block;
}
@media (min-width: 1025px){
  .image-hover-scaling-up{
    -webkit-transform: translate3d(0,0,0);
  }
  .image-hover-scaling-up .image-hover-scaling__image{
    --scale-image: 1.05;
    transition: transform var(--duration-medium) var(--zoom-animation-bezier);
    transform: scale(1);
  }
  .image-hover-scaling-up.image-hover-scaling-internal,
  .image-hover-scaling-up .image-hover-scaling-internal{
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius:var(--radius);
  }
  .image-hover-scaling-up.image-hover-scaling-internal .image-hover-scaling__image,
  .image-hover-scaling-up .image-hover-scaling-internal .image-hover-scaling__image{
    transition: transform 200ms ease;
    --scale-image: 1.1;
  }
  .image-hover-scaling-up:hover .image-hover-scaling__image:not(.image-hover-scaling-up--disabled),
  .hover-area:hover .image-hover-scaling-up .image-hover-scaling__image:not(.image-hover-scaling-up--disabled){
    transform: scale(var(--scale-image));
  }
}
.image-hover-scaling-up.image-hover-scaling-internal.border__radius--circle,
.image-hover-scaling-up .image-hover-scaling-internal.border__radius--circle,
.border__radius--circle{
  border-radius: 50%;
}

.header__color-line{
  width: 100%;
  height: 5px;
  background: var(--color-base);
}
@media(max-width: 1024px){
  [style*="--aspect-ratio-mobile"]:before{
   --aspect-ratio: var(--aspect-ratio-mobile);
  }
  .header__color-line{display: none;}
}
@media(max-width: 576px){
  [style*="--aspect-ratio-phone"]:before{
   --aspect-ratio: var(--aspect-ratio-phone);
  }
}
.badge__container{  
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  pointer-events: none;
}
.badge__container:empty{
  display: none;
}
.badge{
  display: inline-flex;
  pointer-events: none;
  border-radius:var(--radius-badge);
  background: var(--color-badge-1);
  color: var(--color-badge-1-text);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);    
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  font-weight: var(--font-body-bold-weight);
  padding: 2px 10px 2px;
  pointer-events: none;
  text-transform: initial;
}
.badge--fixed{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.badge--small{
  font-size: var(--font-body4-size);
  line-height: var(--font-body4-line-height);
  padding: 1px 4px;
}
.badge--featured{
  background: var(--color-badge-2);
  color: var(--color-badge-2-text);
}
.badge--sold_out{
  background: var(--color-badge-3);
  color: var(--color-badge-3-text);
}
.badge__menu__fixed{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0!important;
  gap: 4px;
  top: 6px;
  right: 6px;
  z-index: 1;
}
*:not(.badge__menu__fixed)>.badge__menu{
  position: relative;
  top: -2px;
  margin-left: 6px;
}
.cart-count-bubble{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--auto-text-color-accent);
  background: var(--color-accent);
  border-radius: 50%;
}
.cart-icon-bubble{
  display: flex;
}
@media (min-width: 1025px){
  .cart-count-bubble{
    position: absolute;
    bottom: calc(100% + 4px);
    font-size: 12px;
    line-height: 130%;
    width: 20px;
    height: 20px;
    transition-behavior: normal;
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0.68, -0.13, 0.3, 1.26);
    transition-delay: 0s;
    transition-property: all;
    backface-visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
  }
  .cart-count-bubble span{
    position: relative;
    top: 1px;
  }
  .header__button:hover .cart-count-bubble{
    bottom: calc(100% + 4px - 28px);
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px){
  .cart-count-bubble{
    font-size: 16px;
    line-height: 130%;
    width: 30px;
    height: 30px;
  }
  .cart-icon-bubble_hide-tablet{
    display: none;
  }
}

.link{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.link svg{
  flex: 0 0 auto;
}
.link:not(.link-only-svg) svg:first-child{
  margin-right: 10px;
}

.btn-small,
.btn-medium{
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  color: var(--color-accent);
  font-weight: var(--font-button-weight);
  text-decoration: none;
}
.btn-medium{
  --height: 2px;
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
}
.btn-medium--type-small{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
}
.btn-small{
  --height: 1px;
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
}
.btn-small-body3{
  font-size: var(--font-body3-size);
  line-height: var(--font-body3-line-height);
}
.btn-small:before,
.btn-medium:before,
.btn-medium--icon>span:before{
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: var(--height);
  background: var(--color-accent);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.btn-medium--icon svg{
  max-width: 20px;
  max-height: 20px;
}
.btn-medium--icon svg:last-child{
  margin-left: 10px;
}
.btn-medium--icon>span:before{
  width: 0;
}
.btn-medium.btn-medium--icon:before{
  content: unset;
}
.btn-medium--icon>span{
  position: relative;
}
.btn-medium:hover,
.btn-small:hover{
  text-decoration: none;
}
@media (min-width: 1025px){
  .section-btn-small-container{
    position: absolute;
    margin-top: 0;
    bottom: calc(100% + 20px);
    right: 0;
    z-index: 1;
    width: auto;
    padding: 0;
  }
  .grid>.section-btn-small-container{
    right: calc(var(--page-padding) / 2);
  }
  .hover-area:hover .btn-small:before,
  .btn-small:hover:before{
    width: 0;
  }
  .btn-medium:before{
    width: 0;
  }
  .btn-medium--icon svg{
    opacity: var(--opacity-icons);
    transition: opacity var(--duration-medium) var(--animation-bezier);
  }
  .btn-medium--icon:hover svg{
    opacity: 1;
  }
  .hover-area:hover .btn-medium:not(.hover-area--native):before,
  .btn-medium--icon:hover>span:before,
  .btn-medium:hover:before{
    width: 100%;
  }
}
@media (max-width: 1024px){
  .btn-medium:after,
  .btn-small:after{
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: var(--radius-button);
  }
  .btn-medium:hover:after,
  .btn-small:hover:after{
    background: var(--mobile-focus-color);
  }
}

svg.theme-icon path,
svg.theme-icon rect{
  fill: var(--color-base);
}
svg.placeholder-svg path{
  fill: rgba(var(--color-base-rgb), .3); 
}
svg > *{
  transition: fill var(--duration-medium) var(--animation-bezier);
}

.btn{
  --duration-short:300ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-button-weight);
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  height: 50px;
  background: var(--background);
  color: var(--color);
  border-radius: var(--radius-button);
  border: unset;
  padding: 0 25px;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}
.btn svg path{
 fill: var(--fill);
}
.btn:hover{
  text-decoration: none;
}
.btn_border{
  padding: 0 20px;
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  --background: transparent;
}
.btn>*{
  position: relative;
}
.btn>span{
  top:-1px;
}
@media (min-width: 1025px){
  .btn_zoom{
    position: relative;
  }
  .btn_zoom>*{
    z-index: 1;
  }
  .btn_zoom:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius-button);
    border: var(--border, unset);
    background: var(--background);
    z-index: 0;
    transform: translate3d(0,0,0);
    transition: transform var(--duration-short) var(--zoom-animation-bezier),
                background var(--duration-short) var(--zoom-animation-bezier),
      			width var(--duration-short) var(--zoom-animation-bezier),
                height var(--duration-short) var(--zoom-animation-bezier);
  }
  .btn_border.btn_zoom:before{
    border: 2px solid var(--color-lines-borders);
  }
  .btn_zoom:hover:before{
    --scale-button-on: 6px;
    transform: translate3d(-3px,-3px,0);
    width: calc(100% + var(--scale-button-on));
    height: calc(100% + var(--scale-button-on));
  }
  .btn_border:not(.btn_zoom){
    border: 2px solid var(--color-lines-borders);
  }
  .btn__animation-arrow span{
    display: flex;
    align-items: center;
    position:relative;
    left:0;
    transition-behavior: normal;
    transition-duration:var(--duration-short);
    transition-timing-function: var(--zoom-animation-bezier);
    transition-delay: 0s;
    transition-property: left;
    backface-visibility: hidden;
  }
  .btn__animation-arrow:hover span{
    left:-6px;
  }
  .btn__animation-arrow.btn__animation-arrow--left:hover span{
    left:6px;
  }
  .btn__animation-arrow span:before{
    content:"";
    pointer-events:none;
    display:block;
    width: 5px;
    height: 8px;
    mask-image: url('data:image/svg+xml;utf8,<svg width="5" height="8" viewBox="0 0 5 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.86415 4L0 6.91363L1.06792 8L5 4L1.06792 0L0 1.08637L2.86415 4Z" fill="white"/></svg>');
    mask-size: auto 8px;
    mask-repeat: no-repeat;
    transition-behavior: normal;
    transition-duration:var(--duration-short);
    transition-timing-function: var(--zoom-animation-bezier);
    transition-delay: 0s;
    transition-property: left,right,opacity;
    background-color: var(--color);
    position:absolute;
    right:-25px;
    opacity:0;
  }
  .btn__animation-arrow.btn__animation-arrow--left span:before{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right:unset;
    left:-25px;
  }
  .btn__animation-arrow:hover span:before{
    right:-12px;
    opacity:1;
  }
  .btn__animation-arrow.btn__animation-arrow--left:hover span:before{
    left:-12px;
    opacity:1;
  }
}
@media (max-width: 1024px){
  .btn_border{
    border: 2px solid var(--color-lines-borders);
  }
  .btn_zoom:not(.btn_border){
    border: var(--border, unset);
  }
}
@media (max-width:576px){  
  .btn{
    padding: 0 20px;
  }
}
.btn svg{
  flex: 0 0 auto;
}
.btn-medium svg:not(:last-child),
.btn svg:not(:last-child){
  margin-right: 10px;
}
.btn.only-child svg:not(:last-child){
  margin-right: 0;
}
.btn-medium svg:last-child:not(:only-child){
  margin-left: 5px;
}
.btn svg:last-child:not(:only-child){
  margin-left: 10px;
}

.btn-small[aria-disabled=true],
.btn[aria-disabled=true]{
  cursor: not-allowed;
  opacity: .3;
  pointer-events: none;
}
.loading.btn[aria-disabled=true]{
  opacity: 1;
}

.animation-underline{
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.animation-underline:before{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  top: 100%;
  background: var(--color-base);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.animation-underline--thin:before{
  height: 1px;
}
.animation-underline--active:before{
  width: 100%;
}
@media (min-width: 1025px){
  .hover-area:hover .animation-underline:not(.hover-area--native):before,
  .animation-underline:hover:before{
    text-decoration: none;
    width: 100%;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):not(.hover-area--default):hover:before{
    text-decoration: none;
    width: 0;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 100%;
    background: transparent;
  }
}

.section-background--none{
  --section-background-spacing: 0;
}
.section-background--xsmall{
  --section-background-spacing: 10px;
  --section-background-spacing-mobile: 10px;
  min-height: 40px;
}
.section-background--small{
  --section-background-spacing: var(--sections-top-spacing--small);
  --section-background-spacing-mobile: var(--sections-top-spacing--small-mobile);
}
.section-background--medium{
  --section-background-spacing: var(--sections-top-spacing--medium);
  --section-background-spacing-mobile: var(--sections-top-spacing--medium-mobile);
}
.section-background--normal{
  --section-background-spacing: var(--sections-top-spacing);
  --section-background-spacing-mobile: var(--sections-top-spacing-mobile);
}  

.section-background{
  padding-top: var(--section-background-spacing, 100);
  padding-bottom: var(--section-background-spacing, 100);
  padding-left: var(--section-sides, 0);
  padding-right: var(--section-sides, 0);
  background: var(--color-section-background);
}
.page-width .section-background{
  --section-sides: 40px;
}
.page-wide .section-background{
  --section-sides: 70px;
}  
@media (min-width:1025px) and (max-width: 1440px){
  .page-width .section-background{
    --section-sides: 70px;
  }
}
@media (min-width:1025px){
  .page-wide .section-background{
    --section-sides: 70px;
  }
}
@media (min-width:577px) and (max-width: 1024px){
  [class*="page-wi"] .section-background{
    --section-sides: 30px;
  }
}
@media (max-width:576px){
  [class*="page-wi"] .section-background{
    --section-sides: var(--page-padding);
  }
}
@media(max-width: 1024px){
  .section-background{
    padding-top: var(--section-background-spacing-mobile, 80);
    padding-bottom: var(--section-background-spacing-mobile, 80);
  }
}
  
.placeholder__svg--bg{
  background: rgba(var(--color-base-rgb), 0.07);
}
.placeholder__svg--bg-none{
  background: rgba(0,0,0,0);
}
.placeholder__svg--bg svg{
  display: flex;
  width: 100%;
  height: auto;
}
  
.w-full {width: 100%;}
@media (max-width: 576px){
  .w-full-sp{
    width: 100%;
  }
}
blockquote{
  background: var(--color-secondary-background);
  border-radius: var(--radius);
  padding: 40px;
  margin: 40px 0;
}
blockquote>:*{
  margin: 20px 0 0;
}
blockquote>:first-child{
  margin: 0;
}
@media (max-width: 546px){
  blockquote{
    padding: 20px;
  }
}

.shopify-challenge__message{
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  font-size: 20px;
  line-height: 26px;
}
.shopify-challenge__container .shopify-challenge__button{
  margin-top: 30px;
}
@media (min-width: 1025px){
  .shopify-challenge__container{
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media (max-width: 1024px){
  .shopify-challenge__container{
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (max-width:576px){
  .shopify-challenge__container .shopify-challenge__button{
    width: calc(100% - 40px);
  }
}

table th{
  font-weight: var(--font-body-bold-weight);
}
table{
  border-spacing: 0;
  width: 100%;
}
table h1, table h2, table h3, table h4, table h5, table h6{
  margin-top: 0;
  margin-bottom: 0;
}
table tr:nth-child(odd){
  background: var(--color-secondary-background);
}
table tr th:first-child,
table tr td:first-child{
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  padding-left: 15px;
}
table tr th:last-child,
table tr td:last-child{
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding-right: 15px;
}
table tr td{
  padding-top: 11px;
  padding-bottom: 10px;
}
table thead{
  text-align: left;
}
  
.svg-icon--small svg{
  max-width: 20px;
  max-height: 20px;
}
.svg-icon--normal svg{
  max-width: 48px;
  max-height: 48px;
}
.color-accent-to-base{
  --color-accent: var(--color-base);
}
.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden{
  overflow: hidden;
}
.breadcrumb{
  margin-bottom: 40px;
}
.breadcrumb li{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb li svg{
  opacity: var(--opacity-icons);
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1024px){
  .breadcrumb{
    margin-top: 20px;
  }
  .breadcrumb.breadcrumb--no-mt{
    margin-top:0px;
  }
}

.share-button__fallback{
  position: relative;
}
.share-button__fallback input{
  text-overflow: ellipsis;
  padding-right: 50px;
}
.share-button__close,
.share-button__copy{
  position: absolute;
  top: 52%;
  right: 0;
  transform: translate(0,-50%);
  padding: 0 20px;
  height: 100%;
  background: transparent;
  z-index:1;
  cursor: pointer;
  opacity: var(--opacity-icons);
}
.share-button__close,
.share-button__copy{
  opacity: 1;
}
.share-button__close:not(.hidden)+.share-button__copy,
.share-button__close:not(.hidden)~.field input,
.share-button__close:not(.hidden)~.field label{
  display:none;
}
.share-button__close:not(.hidden)~.field .share-button__message{
  display: flex;
  align-items: center;
}
.share-button{
  display: block;
  margin-top: var(--padding2);
}
html.no-js .share-button details{
  display: flex;
}
.share-button details summary{
  display: inline-flex;
  width: max-content;
}
.share-button__fallback{
  margin-top: var(--padding1);
}
  
a:empty, ul:empty, dl:empty, p:empty{
  display: none;
}
  
.loading-overlay__spinner{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: var(--color-base);
  animation: dash 1.4s ease-in-out infinite;
}
.btn .path {
  stroke: var(--fill);
}
@media screen and (forced-colors: active) {
  .path{
    stroke: CanvasText;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

*:focus {
  outline: 0;
  box-shadow: none;
}
*:focus-visible:not(textarea):not(input):not(select) {
  outline: 0.2rem solid rgba(var(--color-base-rgb),.3);
  outline-offset: 0.3rem;
}
@media (max-width:1024px){
  *:not(input):not(textarea):focus:not(select):focus:not(.predictive-search):focus {
    outline: 0!important;
    box-shadow: none!important;
  }
}
#cart-icon-bubble:focus-visible,drawer-inner.drawer__inner:focus-visible{
  outline: unset;
}

.btn:focus,
.btn:focus-visible,
.btn.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem var(--color-body-background),0 0 0 0.5rem rgba(var(--color-base-rgb),.3),0 0 0.5rem 0.3rem rgba(var(--color-base-rgb),.3);
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  clip: auto;
}
.btn:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role=button]:focus:not(:focus-visible):not(.focused){
  outline: 0;
  box-shadow: inherit;
}
@media (max-width: 1024px){
  .btn:not(.active-facets__button):hover{
    position: relative;
  }
  .btn:not(.active-facets__button):hover:before{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--color-body-background);
    border-radius: calc(var(--radius-button) - 2px);
  }
}
terms_and_condition-checkbox{
  display: flex;
  margin-top: var(--padding3) !important;
}
terms_and_condition-checkbox:not(.checked)+*,
terms_and_condition-checkbox:not(.checked)~.cart__dynamic-checkout-buttons{
  pointer-events: none;
  opacity: 0.3;
}
terms_and_condition-checkbox .checkbox-input a{
  font-weight: var(--font-body-bold-weight);
}
terms_and_condition-checkbox .checkbox-input:hover span{
  cursor: default;
  font-weight: var(--font-body-weight);
}
.section__richtext__editor h1,
.section__richtext__editor h2,
.section__richtext__editor h3,
.section__richtext__editor h4,
.section__richtext__editor h5,
.section__richtext__editor h6{
  margin: 0;
}
.section__richtext__editor ul,
.section__richtext__editor ol{
  margin:0;
  padding:0 0 0 20px;
  max-width: max-content;
}
.text-center .section__richtext__editor ul,
.text-center .section__richtext__editor ol,
.text-center.section__richtext__editor ul,
.text-center.section__richtext__editor ol{
  margin-left: auto;
  margin-right: auto;
}
.section__richtext__editor>*:not(:first-child){
  margin-top:15px;
}

image-box{
  display:block;
}

/* --- Remove animated underline in Minion top menu --- */
nav.list-menu.menu--animation-underline a.list-menu__item,
nav.list-menu.menu--animation-underline a.list-menu__item span {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove pseudo-element underline animation */
nav.list-menu.menu--animation-underline a.list-menu__item::before,
nav.list-menu.menu--animation-underline a.list-menu__item::after,
nav.list-menu.menu--animation-underline a.list-menu__item span::before,
nav.list-menu.menu--animation-underline a.list-menu__item span::after {
  display: none !important;
  content: "" !important;
  opacity: 0 !important;
  transform: none !important;
}



/* Change colour on hover */
nav.list-menu.menu--animation-underline a.list-menu__item:hover span,
nav.list-menu.menu--animation-underline a.list-menu__item:hover {
  color: #00c82c !important; /* ← Replace with your brand colour */
}

/* Optional: keep active page link the same colour */
nav.list-menu.menu--animation-underline a.list-menu__item--active,
nav.list-menu.menu--animation-underline a.list-menu__item--active span {
  color: #00c82c !important;
}

/* Contact us page links activity - green on hover */
#shopify-section-template--20370573295834__text_columns_with_images_UBVPnN 
.text-columns-img__description a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

#shopify-section-template--20370573295834__text_columns_with_images_UBVPnN 
.text-columns-img__description a::before,
#shopify-section-template--20370573295834__text_columns_with_images_UBVPnN 
.text-columns-img__description a::after {
  display: none !important;
}

#shopify-section-template--20370573295834__text_columns_with_images_UBVPnN 
.text-columns-img__description a:hover {
  color: #00c82c !important;
}

/* Emphasise column titles on contact page */
.text-columns-img__heading {
  font-size: 1.6rem;      /* try 1.3–1.6rem */
  font-weight: 600;       /* stronger without being shouty */
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}



/* Tighten line height for hero heading */
.hero-heading-heading_J737QU h1 {
  line-height: 1.05 !important;   /* Adjust to 1.0, 1.1, 1.2 as needed */
  margin: 2 !important;
}

/* Move entire hero content lower in the section */
.hero-content-template--20370573033690__ss_hero_26_x7Anf7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* Push content down */
  min-height: 100vh;           /* Ensure full screen height */
  padding-bottom: 40vh;        /* Moves heading up from bottom → tweak as needed */
}

/* Desktop (large screens) */
@media (min-width: 1200px) {
  .hero-heading-heading_J737QU {
    max-width: 24ch !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-heading-heading_J737QU {
    max-width: 24ch !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-heading-heading_J737QU {
    max-width: 24ch !important;
  }
}

/* FORCE REMOVE rounding on slideshow section */
#shopify-section-template--20370573033690__slideshow_Gn9rpw,
#shopify-section-template--20370573033690__slideshow_Gn9rpw * {
    border-radius: 0 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    clip-path: none !important;
    overflow: visible !important;
}

/* Desktop adjustments to Dog with bowl section ABOUT ZOOPERBOWL TEXT */
@media (min-width: 1024px) and (max-width: 1700px) {
  /* Group wrapper for ABOUT / Heading / Paragraph */
  #slideshow-template--20370573033690__slideshow_BhpMYw .mt--first-child-0 {
    max-width: 45%;       /* Only use 45% of the page */
    margin: 0;            /* Remove centering */
    text-align: left;
  }

  /* ABOUT ZOOPERBOWL - make smaller & closer */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__subheading {
    font-size: 11px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
  }

  /* Raw Made Simple heading spacing */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__heading {
    font-size: 30px !important;
    font-family: 'GreedWideSemiBold', sans-serif !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }

  /* Paragraph width (keeps same limit) */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__description {
    max-width: 100%;
    margin: 0;
  }
}

/* Larger desktop fix for text - makes it larger to better fit screen ABOUT ZOOPERBOWL TEXT */
@media (min-width: 1700px) {
  /* Group wrapper for ABOUT / Heading / Paragraph */
  #slideshow-template--20370573033690__slideshow_BhpMYw .mt--first-child-0 {
    max-width: 45%;       /* Only use 45% of the page */
    margin: 0;            /* Remove centering */
    text-align: left;
  }

  /* ABOUT ZOOPERBOWL - make smaller & closer */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__subheading {
    font-size: 15px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
  }

  /* Raw Made Simple heading spacing */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__heading {
    font-size: 40px !important;
    font-family: 'GreedWideSemiBold', sans-serif !important;
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }

  /* Paragraph width (keeps same limit) */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__description {
    font-size: 20px !important;
    max-width: 100%;
    margin: 0;
  }
}

/*tablet adjust ABOUT ZOOPERBOWL TEXT*/
@media (min-width: 768px) and (max-width: 1023px) {

    /* Parent container remains a block (no flex centering) */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__content {
    display: block !important; /* prevent centering issues */
  }

   /* Group wrapper for ABOUT / Heading / Paragraph */
  #slideshow-template--20370573033690__slideshow_BhpMYw .mt--first-child-0 {
    max-width: 45%;       /* Only use 45% of the page */
    margin: 0;            /* Remove centering */
    text-align: left !important;
    padding-top: 70px;
  }

  /* ABOUT ZOOPERBOWL - make smaller & closer */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__subheading {
    font-size: 11px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
  }

  /* Raw Made Simple heading spacing */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__heading {
    font-size: 25px !important;
    font-family: 'GreedWideSemiBold', sans-serif !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  /* Paragraph width (keeps same limit) */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__description {
    font-size: 15px !important;
    max-width: 100%;
    margin: 0;
  }
}

/* Mobile adjust ABOUT ZOOPERBOWL TEXT */
@media (max-width: 767px) {
   /* Group wrapper for ABOUT / Heading / Paragraph */
  #slideshow-template--20370573033690__slideshow_BhpMYw .mt--first-child-0 {
    max-width: 100%;       /* Only use 100% of the page */
    margin: 0;            /* Remove centering */
    text-align: center;
  }


  /* ABOUT ZOOPERBOWL - make smaller & closer */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__subheading {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px;
  }

  /* Raw Made Simple heading spacing */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__heading {
    font-size: 25px !important;
    font-family: 'GreedWideSemiBold', sans-serif !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  /* Paragraph width (keeps same limit) */
  #slideshow-template--20370573033690__slideshow_BhpMYw .slideshow__description {
    max-width: 100%;
    margin: 0;
  }
}

/* Adjustment to ABOUT ZOOPERBOWL image size for mobile */
@media (max-width: 767px) {
  /* Adjust image for mobile */
  #slideshow-template--20370573033690__slideshow_BhpMYw .image-hover-scaling__image {
    max-width: 100%; /* full width on smaller screens */
    height: auto;
  }
}

/* Adjustment to ABOUT ZOOPERBOWL image size for tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Tablet image: 50% width, aligned right */
  #slideshow-template--20370573033690__slideshow_BhpMYw .image-hover-scaling__image {
    width: 50% !important;       /* take half the screen */
    max-width: none !important;  /* remove any theme max-width */
    height: auto !important;     /* maintain aspect ratio */
    float: right !important;     /* align to the right of text */
    --scale-image: 1 !important; /* remove zoom */
  }
}

/* ONE BOWL TO RULE THEM ALL - increase margin below heading and run on two lines */
@media (min-width: 1024px) and (max-width: 1700px) {

  /* Increase space below the desktop heading */
  #image-with-text-template--20370573033690__image_with_text_rDNtph .image-with-text--desktop .heading {
    margin-bottom: 120px !important; /* Adjust to your preference */
    max-width: 10ch !important;
  }

}

@media (max-width: 767px) {
  /* Adjust ONE BOWL line length for mobile */
  #image-with-text-template--20370573033690__image_with_text_rDNtph .image-with-text--desktop .heading {
    max-width: 10ch !important;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  /* Adjust ONE BOWL line length for tablet & adjust margin below heading */
    #image-with-text-template--20370573033690__image_with_text_rDNtph .image-with-text--desktop .heading {
    margin-bottom: 10px !important; /* Adjust to your preference */
    max-width: 10ch !important;
  }

}

/* ONE BOWL - Paragraph tighter */
@media (min-width: 1024px) {

  /* Limit the width of the paragraph text only */
  #image-with-text-template--20370573033690__image_with_text_rDNtph 
  .image-with-text__texts .section__richtext__editor {
    max-width: 400px;   /* Adjust to preference: try 400px, 500px, etc. */
  }

}

/* ONE BOWL - padding between text & image */
@media (min-width: 1024px) {

  /* Increase space between image and text column */
  #image-with-text-template--20370573033690__image_with_text_rDNtph 
  .image-with-text__container {
    padding-left: 110px;  /* Adjust this spacing to taste: try 50px or 60px if needed */
  }

}

/* ONE BOWL - change button text colour to black */
#image-with-text-template--20370573033690__image_with_text_rDNtph 
.image-with-text__btn-container .btn span {
  color: #1B1919 !important;  /* Replace #ffffff with your desired color */
}

/* Adjust heading text (What's in the bowl?) */
#shopify-section-template--20370573033690__slider_6_PBUXxD 
.slider-button-template--20370573033690__slider_6_PBUXxD span {
  font-size: 55px;             /* Adjust text size */
  line-height: 1;            /* Compact line height */
  display: inline-block;
  max-width: 350px;            /* Controls how many characters fit on one line */
  text-align: center;          /* Optional: centers text inside button */
  white-space: normal;         /* Ensures wrapping happens naturally */
  word-break: break-word;      /* Prevents overflow if a long word appears */
}
@media (max-width: 768px) {
  #shopify-section-template--20370573033690__slider_6_PBUXxD 
  .slider-button-template--20370573033690__slider_6_PBUXxD span {
    font-size: 22px;
    max-width: 240px;
  }
}
/* FOOTER STARTS HERE*/
  /* 🎯 AGGRESSIVE FORCED CSS OVERRIDES FOR ICON SIZE & SPACING */
  
  /* 1. Target the column wrappers and force them to be small and tight */
  #shopify-section-template--20370573033690__two_columns_with_text_teJUXw .two-columns-text__container {
      /* Override the default col-4 width and padding */
      width: 80px !important; 
      flex-basis: 80px !important; /* Crucial for overriding grid system */
      padding: 0 !important;
      /* Sets a 10px space between the previous element (H2 or first icon) */
      margin-left: 10px !important; 
      margin-right: 0 !important;
      flex-grow: 0 !important; /* Prevent it from expanding */
  }
  
  /* 2. Ensure the icon wrapper itself is the target size */
  #shopify-section-template--20370573033690__two_columns_with_text_teJUXw .two-columns-text > .mb20 {
      width: 80px !important; 
      height: 80px !important;
      margin: 0 auto !important; /* Ensure it stays centered within its 80px column */
  }

  /* 3. Force the image itself to fill the small container */
  #shopify-section-template--20370573033690__two_columns_with_text_teJUXw img {
    width: 100% !important;
    height: 100% !important;
  }

/* --- DESKTOP LAYOUT FIX --- */
#two-columns-text-template--20370573033690__two_columns_with_text_teJUXw .grid {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important; /* heading left, icons right */
  flex-wrap: nowrap;
  width: 100%;
}

#two-columns-text-template--20370573033690__two_columns_with_text_teJUXw .heading-container {
  flex: 1 1 auto;
  text-align: left;
}

/* Put both icon containers in a single right-aligned flex group */
#two-columns-text-template--20370573033690__two_columns_with_text_teJUXw .two-columns-text__container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Shrink icons */
#two-columns-text-template--20370573033690__two_columns_with_text_teJUXw img {
  width: 55px !important;
  height: auto !important;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573033690__two_columns_with_text_teJUXw img:hover {
  transform: scale(1.1);
}

/* === Bowl with us section: heading above icons === */
#two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .bowl-with-us-grid {
  display: flex;
  flex-direction: column; /* Stack heading above icons */
  align-items: flex-start; /* Align both to left on desktop */
  gap: 10px;
  text-align: left;
  padding: 0; /* No extra spacing */
}

#two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .heading-container h2 {
  color: #ede3d0;
  margin: 0;
  font-size: 2rem;
  white-space: nowrap;
}

/* Social icons wrapper */
#two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .social-icons-group {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start; /* Align icons left */
}

#two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .social-icons-group img {
  width: 55px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .social-icons-group img:hover {
  transform: scale(1.1);
}

/* === MOBILE === */
@media (max-width: 768px) {
  #two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .social-icons-group img {
    width: 45px;
  }
}

/* === TABLET FIX (769px–1024px) === */
@media (min-width: 769px) and (max-width: 1024px) {
  #two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .social-icons-group img {
    width: 45px;
  }
}

/* Bring the "Bowl with us" heading + icons closer to the top edge */
#two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW {
  padding-top: 20px !important;  /* move everything up */
  padding-bottom: 50px !important; /* keep section neat */
}

/* Remove default theme spacing above the grid */
#two-columns-text-template--20370573033690__two_columns_with_text_social_aNMeDW .grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

  /* 🎯 AGGRESSIVE FORCED CSS OVERRIDES FOR ICON SIZE & SPACING EDUCATION PAGE */
  
  /* 1. Target the column wrappers and force them to be small and tight */
  #shopify-section-template--20370573263066__two_columns_with_text_social_MQYgg9 .two-columns-text__container {
      /* Override the default col-4 width and padding */
      width: 80px !important; 
      flex-basis: 80px !important; /* Crucial for overriding grid system */
      padding: 0 !important;
      /* Sets a 10px space between the previous element (H2 or first icon) */
      margin-left: 10px !important; 
      margin-right: 0 !important;
      flex-grow: 0 !important; /* Prevent it from expanding */
  }
  
  /* 2. Ensure the icon wrapper itself is the target size */
  #shopify-section-template--20370573263066__two_columns_with_text_social_MQYgg9 .two-columns-text > .mb20 {
      width: 80px !important; 
      height: 80px !important;
      margin: 0 auto !important; /* Ensure it stays centered within its 80px column */
  }

  /* 3. Force the image itself to fill the small container */
  #shopify-section-template--20370573263066__two_columns_with_text_social_MQYgg9 img {
    width: 100% !important;
    height: 100% !important;
  }

/* --- DESKTOP LAYOUT FIX --- */
#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .grid {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important; /* heading left, icons right */
  flex-wrap: nowrap;
  width: 100%;
}

#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .heading-container {
  flex: 1 1 auto;
  text-align: left;
}

/* Put both icon containers in a single right-aligned flex group */
#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .two-columns-text__container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Shrink icons */
#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 img {
  width: 55px !important;
  height: auto !important;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 img:hover {
  transform: scale(1.1);
}

/* === Bowl with us section: heading above icons === */
#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .bowl-with-us-grid {
  display: flex;
  flex-direction: column; /* Stack heading above icons */
  align-items: flex-start; /* Align both to left on desktop */
  gap: 10px;
  text-align: left;
  padding: 0; /* No extra spacing */
}

#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .heading-container h2 {
  color: #ede3d0;
  margin: 0;
  font-size: 2rem;
  white-space: nowrap;
}

/* Social icons wrapper */
#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .social-icons-group {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start; /* Align icons left */
}

#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .social-icons-group img {
  width: 55px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .social-icons-group img:hover {
  transform: scale(1.1);
}

/* === MOBILE === */
@media (max-width: 768px) {
  #two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .social-icons-group img {
    width: 45px;
  }
}

/* === TABLET FIX (769px–1024px) === */
@media (min-width: 769px) and (max-width: 1024px) {
  #two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .social-icons-group img {
    width: 45px;
  }
}

/* Bring the "Bowl with us" heading + icons closer to the top edge */
#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 {
  padding-top: 20px !important;  /* move everything up */
  padding-bottom: 50px !important; /* keep section neat */
}

/* Remove default theme spacing above the grid */
#two-columns-text-template--20370573263066__two_columns_with_text_social_MQYgg9 .grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

  /* 🎯 AGGRESSIVE FORCED CSS OVERRIDES FOR ICON SIZE & SPACING - FIND US PAGE */
  
  /* 1. Target the column wrappers and force them to be small and tight */
  #shopify-section-template--20370573295834__two_columns_with_text_social_pJFKpQ .two-columns-text__container {
      /* Override the default col-4 width and padding */
      width: 80px !important; 
      flex-basis: 80px !important; /* Crucial for overriding grid system */
      padding: 0 !important;
      /* Sets a 10px space between the previous element (H2 or first icon) */
      margin-left: 10px !important; 
      margin-right: 0 !important;
      flex-grow: 0 !important; /* Prevent it from expanding */
  }
  
  /* 2. Ensure the icon wrapper itself is the target size */
  #shopify-section-template--20370573295834__two_columns_with_text_social_pJFKpQ .two-columns-text > .mb20 {
      width: 80px !important; 
      height: 80px !important;
      margin: 0 auto !important; /* Ensure it stays centered within its 80px column */
  }

  /* 3. Force the image itself to fill the small container */
  #shopify-section-template--20370573295834__two_columns_with_text_social_pJFKpQ img {
    width: 100% !important;
    height: 100% !important;
  }

/* --- DESKTOP LAYOUT FIX --- */
#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .grid {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important; /* heading left, icons right */
  flex-wrap: nowrap;
  width: 100%;
}

#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .heading-container {
  flex: 1 1 auto;
  text-align: left;
}

/* Put both icon containers in a single right-aligned flex group */
#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .two-columns-text__container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Shrink icons */
#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ img {
  width: 55px !important;
  height: auto !important;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ img:hover {
  transform: scale(1.1);
}

/* === Bowl with us section: heading above icons === */
#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .bowl-with-us-grid {
  display: flex;
  flex-direction: column; /* Stack heading above icons */
  align-items: flex-start; /* Align both to left on desktop */
  gap: 10px;
  text-align: left;
  padding: 0; /* No extra spacing */
}

#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .heading-container h2 {
  color: #ede3d0;
  margin: 0;
  font-size: 2rem;
  white-space: nowrap;
}

/* Social icons wrapper */
#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .social-icons-group {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start; /* Align icons left */
}

#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .social-icons-group img {
  width: 55px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .social-icons-group img:hover {
  transform: scale(1.1);
}

/* === MOBILE === */
@media (max-width: 768px) {
  #two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .social-icons-group img {
    width: 45px;
  }
}

/* === TABLET FIX (769px–1024px) === */
@media (min-width: 769px) and (max-width: 1024px) {
  #two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .social-icons-group img {
    width: 45px;
  }
}

/* Bring the "Bowl with us" heading + icons closer to the top edge */
#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ {
  padding-top: 20px !important;  /* move everything up */
  padding-bottom: 50px !important; /* keep section neat */
}

/* Remove default theme spacing above the grid */
#two-columns-text-template--20370573295834__two_columns_with_text_social_pJFKpQ .grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

  /* 🎯 AGGRESSIVE FORCED CSS OVERRIDES FOR ICON SIZE & SPACING - CONTACT PAGE */
  
  /* 1. Target the column wrappers and force them to be small and tight */
  #shopify-section-template--20370573131994__two_columns_with_text_social_kgwegx .two-columns-text__container {
      /* Override the default col-4 width and padding */
      width: 80px !important; 
      flex-basis: 80px !important; /* Crucial for overriding grid system */
      padding: 0 !important;
      /* Sets a 10px space between the previous element (H2 or first icon) */
      margin-left: 10px !important; 
      margin-right: 0 !important;
      flex-grow: 0 !important; /* Prevent it from expanding */
  }
  
  /* 2. Ensure the icon wrapper itself is the target size */
  #shopify-section-template--20370573131994__two_columns_with_text_social_kgwegx .two-columns-text > .mb20 {
      width: 80px !important; 
      height: 80px !important;
      margin: 0 auto !important; /* Ensure it stays centered within its 80px column */
  }

  /* 3. Force the image itself to fill the small container */
  #shopify-section-template--20370573131994__two_columns_with_text_social_kgwegx img {
    width: 100% !important;
    height: 100% !important;
  }

/* --- DESKTOP LAYOUT FIX --- */
#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .grid {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important; /* heading left, icons right */
  flex-wrap: nowrap;
  width: 100%;
}

#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .heading-container {
  flex: 1 1 auto;
  text-align: left;
}

/* Put both icon containers in a single right-aligned flex group */
#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .two-columns-text__container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Shrink icons */
#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx img {
  width: 55px !important;
  height: auto !important;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx img:hover {
  transform: scale(1.1);
}

/* === Bowl with us section: heading above icons === */
#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .bowl-with-us-grid {
  display: flex;
  flex-direction: column; /* Stack heading above icons */
  align-items: flex-start; /* Align both to left on desktop */
  gap: 10px;
  text-align: left;
  padding: 0; /* No extra spacing */
}

#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .heading-container h2 {
  color: #ede3d0;
  margin: 0;
  font-size: 2rem;
  white-space: nowrap;
}

/* Social icons wrapper */
#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .social-icons-group {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start; /* Align icons left */
}

#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .social-icons-group img {
  width: 55px;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .social-icons-group img:hover {
  transform: scale(1.1);
}

/* === MOBILE === */
@media (max-width: 768px) {
  #two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .social-icons-group img {
    width: 45px;
  }
}

/* === TABLET FIX (769px–1024px) === */
@media (min-width: 769px) and (max-width: 1024px) {
  #two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .bowl-with-us-grid {
    align-items: center;
    text-align: center;
  }

  #two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .social-icons-group {
    justify-content: center;
  }

  #two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .social-icons-group img {
    width: 45px;
  }
}

/* Bring the "Bowl with us" heading + icons closer to the top edge */
#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx {
  padding-top: 20px !important;  /* move everything up */
  padding-bottom: 50px !important; /* keep section neat */
}

/* Remove default theme spacing above the grid */
#two-columns-text-template--20370573131994__two_columns_with_text_social_kgwegx .grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Tablet (landscape phones / small tablets) */
@media (min-width: 768px) and (max-width: 1024px) {
  
  /* Hide the vertical thumbnail list */
  .product--thumbnail_slider #GalleryThumbnails-{{ section.id }} {
    display: none;
  }

  /* Show slider arrows/dots on tablet */
  .product--thumbnail_slider .slider__buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  /* Optional: make arrows bigger for tablet */
  .product--thumbnail_slider .btn_zoom {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider--tablet {
    display: flex;
  }
}

@media (max-width: 767px), (min-width: 1025px) {
  .slider--tablet {
    display: none;
  }
}
