/** Shopify CDN: Minification failed

Line 26:4 Unexpected "{"
Line 26:5 Expected identifier but found "%"
Line 26:82 Expected identifier but found "%"
Line 29:4 Unexpected "{"
Line 29:5 Expected identifier but found "%"
Line 29:69 Expected identifier but found "%"
Line 33:4 Unexpected "{"
Line 33:5 Expected identifier but found "%"
Line 33:64 Expected identifier but found "%"
Line 38:2 Unexpected "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:header (INDEX:27) */
shopify-account {
    font-size: inherit;
    --shopify-account-signed-in-avatar-size: 20px;
    --shopify-account-avatar-size: 20px;

    {% comment %} Used when user had a profile picture set in their Shop account {% endcomment %}
    --shop-brand-color: #000000;

    {% comment %} Used when logged in user has no img profile photo {% endcomment %}
    --shopify-account-signed-in-avatar-color-background: var(--text);
    --shopify-account-signed-in-avatar-color-text: var(--bg);

    {% comment %} Heading is just a bold instance of body font {% endcomment %}
    --shopify-account-font-heading: var(--FONT-STACK-HEADING);
    --shopify-account-font-body: var(--FONT-STACK-BODY);
  }

  {% comment %} Reset header account button styles {% endcomment %}
  shopify-account::part(signed-out-avatar) {
    min-width: auto;
    min-height: auto;
    font-size: inherit;
  }
/* END_SECTION:header */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:luca-loading (INDEX:260) */
.luca .l-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}
/* END_SNIPPET:luca-loading */

/* START_SNIPPET:luca-shipping-rates (INDEX:261) */
.luca .l-invisible {
  visibility: hidden
}

.luca .l-absolute {
  position: absolute
}

.luca .l-relative {
  position: relative
}

.luca .l-top-full {
  top: 100%
}

.luca .l-my-1 {
  margin-top: 4px;
  margin-bottom: 4px
}

.luca .l-mb-4 {
  margin-bottom: 16px
}

.luca .l-mb-5 {
  margin-bottom: 20px
}

.luca .l-inline-block {
  display: inline-block
}

.luca .l-flex {
  display: flex
}

.luca .l-h-auto {
  height: auto
}

.luca .l-w-5 {
  width: 20px
}

.luca .l-w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.luca .l-w-full {
  width: 100%
}

.luca .l-min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content
}

.luca .l-max-w-full {
  max-width: 100%
}

.luca .l-flex-1 {
  flex: 1 1 0%
}

.luca .l-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.luca .l-translate-y-5 {
  --tw-translate-y: 20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.luca .l-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.luca .l-flex-row {
  flex-direction: row
}

.luca .l-flex-row-reverse {
  flex-direction: row-reverse
}

.luca .l-flex-col {
  flex-direction: column
}

.luca .l-items-start {
  align-items: flex-start
}

.luca .l-items-end {
  align-items: flex-end
}

.luca .l-items-center {
  align-items: center
}

.luca .l-justify-start {
  justify-content: flex-start
}

.luca .l-justify-end {
  justify-content: flex-end
}

.luca .l-justify-center {
  justify-content: center
}

.luca .l-justify-between {
  justify-content: space-between
}

.luca .l-gap-1 {
  gap: 4px
}

.luca .l-gap-2 {
  gap: 8px
}

.luca .l-gap-4 {
  gap: 16px
}

.luca .l-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.luca .l-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1
}

.luca .l-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1))
}

.luca .l-p-4 {
  padding: 16px
}

.luca .\!l-px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important
}

.luca .l-py-2 {
  padding-top: 8px;
  padding-bottom: 8px
}

.luca .l-text-left {
  text-align: left
}

.luca .l-text-center {
  text-align: center
}

.luca .l-text-right {
  text-align: right
}

.luca .l-text-sm {
  font-size: 14px;
  line-height: 20px
}

.luca .l-text-xl {
  font-size: 20px;
  line-height: 28px
}

.luca .l-text-xs {
  font-size: 12px;
  line-height: 16px
}

.luca .l-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1))
}

.luca .l-opacity-0 {
  opacity: 0
}

.luca .l-opacity-100 {
  opacity: 1
}

.luca .l-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.luca .l-duration-500 {
  transition-duration: 500ms
}

.luca .l-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

@media (min-width: 750px) {
  .luca .md\:l-justify-between {
    justify-content: space-between
  }
}
/* END_SNIPPET:luca-shipping-rates */