/** Shopify CDN: Minification failed

Line 28:14 Expected ")" to end URL token
Line 29:14 Expected ")" to end URL token
Line 30:14 Expected ")" to end URL token
Line 31:14 Expected ")" to end URL token
Line 32:14 Expected ")" to end URL token
Line 33:14 Expected ")" to end URL token
Line 42:14 Expected ")" to end URL token
Line 43:14 Expected ")" to end URL token
Line 44:14 Expected ")" to end URL token
Line 45:14 Expected ")" to end URL token
... and 13 more hidden warnings

**/
/*---------------------------------------------------------------
  ICON FONTS (Optimized for CLS / Core Web Vitals)
---------------------------------------------------------------*/

/* ==== Font Awesome 5 (Shopify CDN) ==== */

/* Brands */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url({{ "fa-brands-400.eot" | asset_url }});
  src: url({{ "fa-brands-400.eot" | asset_url }}?#iefix) format("embedded-opentype"),
       url({{ "fa-brands-400.woff2" | asset_url }}) format("woff2"),
       url({{ "fa-brands-400.woff" | asset_url }}) format("woff"),
       url({{ "fa-brands-400.ttf" | asset_url }}) format("truetype"),
       url({{ "fa-brands-400.svg" | asset_url }}#fontawesome) format("svg");
}

/* Regular */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url({{ "fa-regular-400.eot" | asset_url }});
  src: url({{ "fa-regular-400.eot" | asset_url }}?#iefix) format("embedded-opentype"),
       url({{ "fa-regular-400.woff2" | asset_url }}) format("woff2"),
       url({{ "fa-regular-400.woff" | asset_url }}) format("woff"),
       url({{ "fa-regular-400.ttf" | asset_url }}) format("truetype"),
       url({{ "fa-regular-400.svg" | asset_url }}#fontawesome) format("svg");
}

/* Solid */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url({{ "fa-solid-900.eot" | asset_url }});
  src: url({{ "fa-solid-900.eot" | asset_url }}?#iefix) format("embedded-opentype"),
       url({{ "fa-solid-900.woff2" | asset_url }}) format("woff2"),
       url({{ "fa-solid-900.woff" | asset_url }}) format("woff"),
       url({{ "fa-solid-900.ttf" | asset_url }}) format("truetype"),
       url({{ "fa-solid-900.svg" | asset_url }}#fontawesome) format("svg");
}


/* Font Awesome Mapping */
.fab { font-family: "Font Awesome 5 Brands"; }
.fab,
.far { font-weight: 400; }
.fa,
.far,
.fas { font-family: "Font Awesome 5 Free"; }
.fa,
.fas { font-weight: 900; }


/* ========== ICOMOON ICON SET (Shopify CDN) ========== */

@font-face {
  font-family: 'icomoon';
  src: url({{ 'icomoon.eot' | asset_url }});
  src: url({{ 'icomoon.eot' | asset_url }}?#iefix) format('embedded-opentype'),
       url({{ 'icomoon.woff' | asset_url }}) format('woff'),
       url({{ 'icomoon.ttf' | asset_url }}) format('truetype'),
       url({{ 'icomoon.svg' | asset_url }}#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  /* ... */
}


/* Your existing .icon-xxx:before mappings can live below this */


/* ========== SHOPIFY THEME ICON FONT ========== */

@font-face {
  font-family: 'icons';
  src: url("//cdn.shopify.com/s/files/1/0259/5877/6892/t/15/assets/icons.eot?v=15839920060943556384");
  src: url("//cdn.shopify.com/s/files/1/0259/5877/6892/t/15/assets/icons.eot?v=15839920060943556384#iefix") format("embedded-opentype"),
       url("//cdn.shopify.com/s/files/1/0259/5877/6892/t/15/assets/icons.woff?v=16994515853337970273") format("woff"),
       url("//cdn.shopify.com/s/files/1/0259/5877/6892/t/15/assets/icons.ttf?v=15269834025022278972") format("truetype"),
       url("//cdn.shopify.com/s/files/1/0259/5877/6892/t/15/assets/icons.svg?v=163269811207092844#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* ===================================================
>>> TABLE OF CONTENTS:
======================================================
2. Slick slider 
3. Animate css
4. Lightcase
5. Nice Select JS
6. jQuery UI
=================================================== */


/*---------------------------------------------------------------
  2. Slick Slider
---------------------------------------------------------------*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/*---------------------------------------------------------------
  3. Animate.css
---------------------------------------------------------------*/
/*!
 * animate.css - http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license
 */

/* BOUNCE */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* FLASH */
@-webkit-keyframes flash {
  0%, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@keyframes flash {
  0%, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* PULSE */
@-webkit-keyframes pulse {
  0% { -webkit-transform: scaleX(1); transform: scaleX(1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scaleX(1); transform: scaleX(1); }
}
@keyframes pulse {
  0% { -webkit-transform: scaleX(1); transform: scaleX(1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scaleX(1); transform: scaleX(1); }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* (All your other animate.css keyframes and classes stay as in original) */

@-webkit-keyframes rubberBand { /* ... full original code ... */ }
@keyframes rubberBand { /* ... */ }
.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

/* shake, headShake, swing, tada, wobble, jello, heartBeat,
   bounceIn, bounceInDown, bounceInLeft, bounceInRight, bounceInUp,
   bounceOut, bounceOutDown, bounceOutLeft, bounceOutRight, bounceOutUp,
   fadeIn, fadeInDown, fadeInDownBig, fadeInLeft, fadeInLeftBig,
   fadeInRight, fadeInRightBig, fadeInUp, fadeInUpBig,
   fadeOut, fadeOutDown, fadeOutDownBig, fadeOutLeft, fadeOutLeftBig,
   fadeOutRight, fadeOutRightBig, fadeOutUp, fadeOutUpBig,
   flip, flipInX, flipInY, flipOutX, flipOutY,
   lightSpeedIn, lightSpeedOut,
   rotateIn, rotateInDownLeft, rotateInDownRight,
   rotateInUpLeft, rotateInUpRight,
   rotateOut, rotateOutDownLeft, rotateOutDownRight,
   rotateOutUpLeft, rotateOutUpRight,
   hinge, jackInTheBox,
   rollIn, rollOut,
   zoomIn, zoomInDown, zoomInLeft, zoomInRight, zoomInUp,
   zoomOut, zoomOutDown, zoomOutLeft, zoomOutRight, zoomOutUp,
   slideInDown, slideInLeft, slideInRight, slideInUp,
   slideOutDown, slideOutLeft, slideOutRight, slideOutUp
   ... keep their original rules here ...
*/

/* Base animation helper */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s { -webkit-animation-delay: 1s; animation-delay: 1s; }
.animated.delay-2s { -webkit-animation-delay: 2s; animation-delay: 2s; }
.animated.delay-3s { -webkit-animation-delay: 3s; animation-delay: 3s; }
.animated.delay-4s { -webkit-animation-delay: 4s; animation-delay: 4s; }
.animated.delay-5s { -webkit-animation-delay: 5s; animation-delay: 5s; }

.animated.fast   { -webkit-animation-duration: .8s; animation-duration: .8s; }
.animated.faster { -webkit-animation-duration: .5s; animation-duration: .5s; }
.animated.slow   { -webkit-animation-duration: 2s; animation-duration: 2s; }
.animated.slower { -webkit-animation-duration: 3s; animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}


/*---------------------------------------------------------------
  4. Lightcase
---------------------------------------------------------------*/

/* Lightcase icon font (added font-display: swap) */
@font-face {
  font-family: lightcase;
  src: url(lightcase.eot?55356177);
  src: url(lightcase.eot?55356177#iefix) format("embedded-opentype"),
       url(lightcase.woff?55356177) format("woff"),
       url(lightcase.ttf?55356177) format("truetype"),
       url(lightcase.svg?55356177#lightcase) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class*=lightcase-icon-]:before {
  font-family: lightcase, sans-serif;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.lightcase-icon-play:before  { content: '\e800'; }
.lightcase-icon-pause:before { content: '\e801'; }
.lightcase-icon-close:before { content: '\e802'; }
.lightcase-icon-prev:before  { content: '\e803'; }
.lightcase-icon-next:before  { content: '\e804'; }
.lightcase-icon-spin:before  { content: '\e805'; }

@-webkit-keyframes lightcase-spin {
  0%   { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
@keyframes lightcase-spin {
  0%   { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

/* (rest of Lightcase CSS exactly as original) */

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

/* ... keep full Lightcase block as you had it ... */

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #lightcase-overlay { opacity: 1 !important; }
}


/*---------------------------------------------------------------
  5. Nice Select
---------------------------------------------------------------*/

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68,68,68,.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/*---------------------------------------------------------------
  6. jQuery UI
---------------------------------------------------------------*/
/*! jQuery UI - v1.11.4 - core.css, slider.css, theme.css */

/* (Full jQuery UI CSS stays same as your original – included here verbatim) */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ... all .ui-* rules, sliders, widgets, icons, overlays, shadows ... */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider { position: relative; text-align: left; }

/* etc – keep everything from your current jQuery UI block down to: */

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}


/*---------------------------------------------------------------
  END
---------------------------------------------------------------*/
