/** Shopify CDN: Minification failed

Line 4029:1 Expected identifier but found "09"
Line 4042:1 Expected identifier but found "09"
Line 4298:1 Unexpected "<"
Line 4303:0 Unexpected "<"
Line 4349:1 Unexpected "<"
Line 4810:9 Unexpected "{"
Line 4810:18 Expected ":"
Line 4810:24 Unexpected ","
Line 7179:0 Unexpected "}"
Line 7217:0 Unexpected "}"
... and 6 more hidden warnings

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

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

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.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: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: relative !important;
  height: auto !important;
}


/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  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: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@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);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

.product__media-wrapper {
  position: relative;
}

.product__media-wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 32px;
  background-image: url("/assets/spin-360.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
  z-index: 6;
  pointer-events: none;
}







/* MOBILE: scroll horizontal para logos (Multicolumn) */
@media screen and (max-width: 749px) {
  .multicolumn-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 16px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .multicolumn-list__item {
    flex: 0 0 auto !important;
    width: 120px;
  }

  .multicolumn-list::-webkit-scrollbar {
    display: none;
  }
}
/* === Announcement bar mais fina (Dawn) === */
.announcement-bar,
.announcement-bar__message {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  min-height: unset !important;
  line-height: 1.2 !important;
}

/* reduz ainda mais no desktop */
@media screen and (min-width: 990px) {
  .announcement-bar,
  .announcement-bar__message {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
/* ===== MARQUEE NO ANNOUNCEMENT BAR (HEADER) ===== */

/* ===== Announcement bar fixo + marquee contínuo ===== */

.utility-bar {
  position: sticky;
  top: 0;
  z-index: 1001;
  overflow: hidden;
}

.announcement-bar {
  width: 100%;
  overflow: hidden;
}

.announcement-bar__message {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.announcement-bar__message span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 18s linear infinite;
}

/* animação contínua */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* ===== WIDE LAYOUT (estilo loja grande) ===== */
.page-width {
  max-width: 1440px; /* 🔥 largura maior, profissional */
  padding-left: 32px;
  padding-right: 32px;
}

/* Produtos e grids mais abertos */
@media (min-width: 1200px) {
  .page-width {
    max-width: 1600px; /* 🔥 tela grande = impacto */
  }
}

/* Evita sensação de conteúdo colado */
.section {
  padding-left: 0;
  padding-right: 0;
}
/* ===== FORÇAR FULL WIDTH REAL ===== */
.section > .page-width {
  max-width: 100% !important;
  padding-left: 48px;
  padding-right: 48px;
}

/* telas grandes */
@media (min-width: 1200px) {
  .section > .page-width {
    padding-left: 72px;
    padding-right: 72px;
  }
}
/* ===== PADRÃO DE LARGURA PROFISSIONAL (HOME) ===== */
.template-index .page-width {
  max-width: 1500px;   /* largura real de loja grande */
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

/* telas grandes */
@media (min-width: 1400px) {
  .template-index .page-width {
    max-width: 1650px;
  }
}
/* ===== PADRONIZAR TÍTULOS DE SEÇÃO ===== */
.template-index h2 {
  text-align: left !important;
}

/* Subtítulos */
.template-index h2 + p {
  text-align: left;
}
/* ===============================
   FULL WIDTH REAL – HOME (DAWN)
   =============================== */

/* Remove limite de largura da home */
.template-index .page-width,
.template-index .page-width--narrow,
.template-index .page-width--wide {
  max-width: 100% !important;
  padding-left: 48px;
  padding-right: 48px;
}

/* Telas grandes = mais impacto */
@media (min-width: 1200px) {
  .template-index .page-width,
  .template-index .page-width--narrow,
  .template-index .page-width--wide {
    padding-left: 72px;
    padding-right: 72px;
  }
}
/* ===============================
   DAWN – FORCE FULL WIDTH (HOME)
   =============================== */

/* solta QUALQUER seção da home */
.template-index .section,
.template-index .shopify-section {
  max-width: 100% !important;
}

/* solta grids internos */
.template-index .grid,
.template-index .multicolumn,
.template-index .logo-bar,
.template-index .featured-collection {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* padding controlado (visual premium) */
.template-index .section > *,
.template-index .shopify-section > * {
  padding-left: 64px;
  padding-right: 64px;
}

@media (max-width: 989px) {
  .template-index .section > *,
  .template-index .shopify-section > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ===== AJUSTE FINO FULL WIDTH (DESKTOP) ===== */
@media (min-width: 990px) {
  .collection--full-width,
  .slider-component-full-width {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

/* telas muito grandes */
@media (min-width: 1400px) {
  .collection--full-width,
  .slider-component-full-width {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
/* ===== AJUSTE FINO FULL WIDTH (DESKTOP) ===== */
@media (min-width: 990px) {
  .collection--full-width,
  .slider-component-full-width {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

/* telas muito grandes */
@media (min-width: 1400px) {
  .collection--full-width,
  .slider-component-full-width {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
/* Centraliza conteúdo da announcement corretamente */
.utility-bar__grid {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
}

.utility-bar__grid .announcement-bar__message {
  width: 100%;
  text-align: center !important;
}
/* Faz announcement e header virarem um bloco único sticky */

#shopify-section-announcement-bar {
  position: sticky;
  top: 0;
  z-index: 30;
}

#shopify-section-header {
  position: sticky;
  top: 40px; /* altura da announcement */
  z-index: 29;
}

/* Remove qualquer separação visual */
.utility-bar {
  border-bottom: none !important;
}
/* Aumentar logos da seção custom liquid */
.logo-brands img,
.logo-brands svg {
  height: 60px; /* aumenta aqui */
  width: auto;
  transition: transform 0.3s ease;
}

/* opcional – leve efeito premium no hover */
.logo-brands a:hover img,
.logo-brands a:hover svg {
  transform: scale(1.05);
}
.card,
.product-card,
.product-item {
  min-width: 0;
}
@media (min-width: 1024px) {
  .collection,
  .featured-collection,
  .section-collection {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {

  /* 5 produtos por linha usando FLEX (padrão do tema) */
  .product-grid > li,
  .grid__item {
    flex: 0 0 calc(20% - 40px);
    max-width: calc(20% - 40px);
  }

  /* Espaçamento horizontal e vertical */
  .product-grid {
    column-gap: 40px;
    row-gap: 40px;
  }

  /* Container mais largo (produtos vão pras laterais) */
  .page-width {
    max-width: 1600px;
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Fonte do nome */
  .card__heading {
    font-size: 16px;
    line-height: 1.4;
  }

  /* Fonte do preço */
  .price {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {


/* Deixa seções de produtos mais largas */
.section-collection-list,
.section-featured-collection,
.section-main-collection-product-grid {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
/* REMOVE limite lateral APENAS das seções de produto */
.section-featured-collection .page-width,
.section-main-collection-product-grid .page-width {
  max-width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}
/* Espaçamento real entre produtos */
.section-featured-collection .product-grid,
.section-main-collection-product-grid .product-grid {
  column-gap: 56px;
  row-gap: 64px;
}
/* espaço entre os produtos */
.product-grid {
  column-gap: 48px;
  row-gap: 0px;
}
/* força alinhamento à esquerda em TODOS os product cards */
.card,
.card__content,
.card__information,
.card__heading,
.card-information {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

/* remove qualquer centralização herdada */
.card__content {
  display: flex !important;
  flex-direction: column !important;
}
.menu-colecoes-bar {
  position: sticky;
  top: 100px;
  z-index: 40;
  background: #000;
}

.menu-colecoes {
  display: flex;
  justify-content: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 14px 0;
}

.menu-colecoes a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.menu-colecoes a:hover {
  opacity: .7;
}
ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
}

[09:41, 11/02/2026] Matheus Paiva: /* ===== CORREÇÃO MENU MOBILE DAWN ===== */

.menu-drawer__menu,
.menu-drawer__menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.menu-drawer__menu-item {
  text-decoration: none !important;
  color: inherit !important;
}
[09:47, 11/02/2026] Matheus Paiva: /* ===== MENU MARCAS MOBILE BONITO ===== */
@media (max-width: 989px) {

  .menu-colecoes-bar {
    position: sticky;
    top: 80px;
    z-index: 40;
    overflow-x: auto;
  }

  .menu-colecoes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 24px;
    padding: 12px 16px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .menu-colecoes li {
    flex: 0 0 auto;
  }

  .menu-colecoes a {
    font-size: 13px;
    font-weight: 600;
  }

}/* ===== BARRA MARCAS MOBILE IGUAL DESKTOP ===== */
@media (max-width: 989px) {

  .menu-colecoes-bar {
    overflow-x: auto;
    white-space: nowrap;
  }

  .menu-colecoes {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 20px;
    padding: 12px 16px;
    width: max-content;
  }

  .menu-colecoes li {
    list-style: none;
    flex: 0 0 auto;
  }

  .menu-colecoes a {
    display: inline-block;
    white-space: nowrap;
  }

}
/* ===== BARRA DE MARCAS ===== */

.menu-colecoes-bar {
  background: #000;
  position: sticky;
  top: 100px;
  z-index: 40;
}

.menu-colecoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 14px 20px;
}


.menu-colecoes li {
  list-style: none;
}

.menu-colecoes a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.menu-colecoes a:hover {
  opacity: 0.7;
}

/* ===== MOBILE ===== */

@media (max-width: 989px) {

  .menu-colecoes-bar {
    overflow-x: auto;
  }

  .menu-colecoes {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .menu-colecoes::-webkit-scrollbar {
    display: none;
  }

}

/* ===== BARRA MARCAS SEM QUEBRA NO MOBILE ===== */

.header-marcas__list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 10px 16px;
}

@media (max-width: 989px) {

  .header-marcas__list {
    flex-wrap: nowrap;          /* impede quebra */
    overflow-x: auto;           /* ativa scroll */
    white-space: nowrap;        /* força linha única */
  }

  .header-marcas__list li {
    flex: 0 0 auto;             /* impede encolher */
  }

  .header-marcas__list::-webkit-scrollbar {
    display: none;
  }

}.header-marcas__list a {
  white-space: nowrap;
}

/* ===== BARRA MARCAS CORREÇÃO REAL ===== */

.menu-colecoes {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 24px;
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 16px !important;
}

.menu-colecoes li {
  list-style: none !important;
}

.menu-colecoes a {
  text-decoration: none !important;
  white-space: nowrap;
}

/* MOBILE */
@media (max-width: 989px) {

  .menu-colecoes {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
  }

  .menu-colecoes li {
    flex: 0 0 auto !important;
  }

  .menu-colecoes::-webkit-scrollbar {
    display: none;
  }

}.menu-colecoes-bar {
  background: #000;
  width: 100%;
}

.menu-colecoes {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 12px 20px;
  margin: 0;
  list-style: none;
  overflow-x: auto;
}

.menu-colecoes li {
  flex: 0 0 auto;
}

.menu-colecoes a {
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.menu-colecoes::-webkit-scrollbar {
  display: none;
}/* FORÇA ABSOLUTA MOBILE */

@media screen and (max-width: 989px) {

  .menu-colecoes {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
    gap: 20px !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    overflow-x: auto !important;
    background: #000 !important;
  }

  .menu-colecoes li {
    flex: 0 0 auto !important;
    list-style: none !important;
  }

  .menu-colecoes a {
    white-space: nowrap !important;
    text-decoration: none !important;
    color: #fff !important;
  }

}.menu-colecoes {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  list-style: none;
  padding: 12px 16px;
  margin: 0;
  overflow-x: auto;
}

.menu-colecoes li {
  flex: 0 0 auto;
}

.menu-colecoes a {
  white-space: nowrap;
  text-decoration: none;
}<style>
.slider-component,
.product-grid {
  touch-action: pan-y;
}
</style>

@media screen and (max-width: 990px) {
  .slider {
    touch-action: pan-y;
  }

  .slider::-webkit-scrollbar {
    display: none;
  }
}@media screen and (min-width: 990px) {
  .header__icon--search {
    display: none !important;
  }
}@media screen and (min-width: 990px) {

  .header {
    position: relative;
  }

  .header__search-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    max-width: 60%;
  }

  .header__search-bar input {
    width: 100%;
    height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    border: none;
    background: #ffffff;
    color: #000;
    font-size: 14px;
  }

/* MOBILE - esconder barra de busca */
@media screen and (max-width: 989px) {
  .header_icons input[type="search"],
  .header__icons input[type="search"],
  .header input[type="search"] {
    display: none !important;
  }
}<style>

/* Barra desktop */
.search-desktop-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.search-desktop-input {
  width: 420px;
  padding: 10px 16px;
  border-radius: 6px;
  border: none;
}

/* Remove no mobile */
@media (max-width: 989px) {
  .search-desktop-wrapper {
    display: none;
  }
}

.header {
  padding-bottom: 0 !important;
}

.header__heading {
  margin-bottom: 0 !important;
}

.header__icons {
  margin-bottom: 0 !important;
}

.header__inner {
  align-items: center !important;
}
.header__inner {
  padding-bottom: 0 !important;
}

.header-wrapper {
  padding-bottom: 0 !important;
}
/* Forçar header mais compacto */
.header {
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header__inner {
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
}

/* Remove espaço extra da linha do logo */
.header__heading {
  margin: 0 !important;
  line-height: 1 !important;
}

/* Ajusta alinhamento vertical */
.header__inner {
  align-items: center !important;
}
.header__inner {
  height: 70px !important;
}
/* ===== HEADER ICONES DESKTOP FIXO ===== */

@media screen and (min-width: 990px){

  .header__icons{
    display:flex !important;
    align-items:center;
    gap:26px; /* distancia entre eles */
  }

  /* tamanho maior */
  .header__icon .svg-wrapper svg,
  .header__icon--wishlist svg{
    width:26px;
    height:26px;
  }

  /* favoritos só desktop */
  .header__icon--wishlist{
    display:flex;
    margin-left:12px; /* separa da sacola */
  }

}

/* esconder favoritos mobile */
@media screen and (max-width:989px){
  .header__icon--wishlist{
    display:none !important;
  }
}
/* ===== AUMENTAR SOMENTE A SACOLA (DAWN REAL) ===== */

@media screen and (min-width:990px){

  .header__icon--cart .svg-wrapper svg{
    width:48px !important;
    height:48px !important;
  }

}
/* ===== ESCONDER FAVORITOS NO MOBILE (FORÇADO) ===== */

@media screen and (max-width: 990px){

  a.header__icon--wishlist{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }

}
/* ===== ESPACAMENTO REAL MOBILE - DAWN ===== */
@media screen and (max-width: 989px){

  .header__icon{
    padding-left:1.4rem !important;
    padding-right:1.4rem !important;
  }

}
.mobile-space {
  display: none;
}

/* esconder só quando a tela for grande */
@media (min-width: 750px) {
  .mobile-space {
    display: none !important;
  }
}

/* mostrar quando for pequena */
@media (max-width: 749px) {
  .mobile-space {
    display: inline;
  }
}
/* AJUSTAR POSIÇÃO APENAS DA LOGO - DESKTOP */

@media screen and (min-width: 990px){

  .header__heading-logo-wrapper{
    transform: translate(50px, 18px); /* (direita, baixo) */
  }

}

@media screen and (min-width: 1400px) and (max-width: 1500px){

  .header__heading-logo-wrapper{
    transform: translate(220px, 18px) !important; /* (direita, baixo) */
  }

}
@media screen and (min-width: 1390px) and (max-width: 1499){

  .header__heading-logo-wrapper{
    transform: translate(50px, 18px) !important; /* (direita, baixo) */
  }}

/* REDUZIR ALTURA DO HEADER - DESKTOP */

@media screen and (min-width: 990px){

  .header{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .header__heading{
    margin-bottom: 0 !important;
  }

}
/* ===== DRIP STREET HEADER COMPACT ===== */

/* reduz padding geral */
.header {
  padding-top: 8px !important;
  padding-bottom: 0px !important;
}

/* reduz espaço interno do conteúdo */
.header__inner {
  min-height: 60px !important;
}

/* logo um pouco mais alinhada */
.header__heading-link {
  padding: 0 !important;
}

/* search bar menos espaçada */
.header__search {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* ===== DRIP STREET - LOGO MAIS PRA DIREITA (DESKTOP) ===== */
@media screen and (min-width: 990px) {

  .header__heading {
    margin-left: 90px !important; /* aumenta ou diminui aqui */
  }

}/* ===== DRIP STREET LOGO SIZE FIX ===== */

/* DESKTOP */
@media screen and (min-width: 990px){
  .header__heading-logo-wrapper img,
  .header__heading-logo img{
    max-height: 110px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1489px){
  .header__heading-logo-wrapper img,
  .header__heading-logo img{
    max-height: 100px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1689px){
  .header__heading-logo-wrapper img,
  .header__heading-logo img{
    max-height: 90px !important;
    width: auto !important;
  }
}


/* MOBILE */
@media screen and (max-width: 989px){
  .header__heading-logo-wrapper img,
  .header__heading-logo img{
    max-height: 50px !important;
    width: auto !important;
  }
}

.section-header {
  margin-bottom: 0 !important;
}

body {
  padding-top: 0 !important;
}
/* ===== HEADER ULTRA SLIM (REMOVE ALTURA FORÇADA DO DAWN) ===== */

:root {
  --header-height: auto !important;
}

/* remove altura mínima invisível */
.header-wrapper,
.header,
.header.page-width {
  min-height: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* grid interno não expandir */
.header {
  align-items: center !important;
  grid-auto-rows: min-content !important;
}

/* LOGO não criar espaço extra */
.header__heading,
.header__heading-link,
.header__heading-logo-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* MENU e ICONS compactos */
.header__inline-menu,
.header__icons {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
:root{
  --header-height: 90px !important;
}
/* ===== MOVER LOGO PRA DIREITA - DESKTOP ===== */
@media screen and (min-width: 990px){

  .header__heading-logo-wrapper.small-hide{
    margin-left: 55px !important; /* ajusta aqui */
  }

}

.section-header {
  margin-bottom: 0 !important;
}

body {
  padding-top: 0 !important;
}
/* ===== HEADER MAIS FINO (FUNCIONA FORA DO CUSTOM CSS) ===== */

.header-wrapper {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
@media screen and (min-width: 1200px) and (max-width: 1500px){
.header-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}}
@media screen and (min-width: 1500px) and (max-width: 1600px){
.header-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}}
.header {
  min-height: 64px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* mantém a logo grande */
.header__heading-logo {
  max-height: 70px !important;
  width: auto !important;
}
/* ===== ANNOUNCEMENT BAR MAIS BAIXA NO MOBILE ===== */
@media screen and (max-width: 749px){

  .announcement-bar {
    min-height: 28px !important;
  }

  .announcement-bar__message {
    font-size: 11px !important;
    line-height: 1 !important;
    padding: 4px 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* remove altura extra invisível */
  .utility-bar,
  .utility-bar__grid {
    min-height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

}


.shopify-section-group-header-group {
  position: relative;
}

/* REMOVE QUALQUER STICKY DO HEADER */
.shopify-section-group-header-group {
  position: relative !important;
  top: auto !important;
}

.section-header {
  position: relative !important;
  top: auto !important;
}


.section-header {
  margin-bottom: 0 !important;
}

body {
  padding-top: 0 !important;
}
/* FIXAR ANNOUNCEMENT + HEADER (DAWN MODIFICADO) */


/* empurra o site pra baixo pra não ficar escondido */
main#MainContent {
  margin-top: 140px;
}
/* ===== HEADER FIXO MOBILE - DAWN MODIFICADO ===== */
@media screen and (max-width: 749px){

  /* announcement bar */
  .announcement-bar-section{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }

  /* header principal */
  .section-header{
    position: fixed !important;
    top: 32px; /* altura da announcement */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }

  /* empurra o conteúdo */
  #MainContent{
    margin-top: 120px !important;
  }

}
/* ===== AFINAR HEADER DESKTOP (SEU LAYOUT) ===== */
@media (min-width:750px){

  /* reduz altura da linha do logo */
  .header{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: unset !important;
  }

  /* diminui o logo sem deformar */
  .header__heading-logo{
    max-height: 46px !important;
  }

  /* 👇 ESSA LINHA É A CHAVE (menu de marcas mais alto) */
  .header__inline-menu{
    line-height: 1.1 !important;
    margin-top: 0 !important;
  }

}
/* ===== DESCE SOMENTE OS ICONES (JEITO CERTO) ===== */
@media (min-width:750px){

  .header__icon{
    margin-top: 20px !important;
  }

}
/* RESET SLIDESHOW DAWN */
#Slider-{{ section.id }},
.slideshow,
.slider,
.slider--everywhere{
  display:block !important;
}


.slideshow__slide{
  min-width:100% !important;
}
/* SLIDESHOW FULL WIDTH REAL */
.slideshow.slider--everywhere{
  max-width:100vw !important;
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
}
/* BOTÃO HERO PREMIUM */
.slideshow__text-wrapper .button{
  background:transparent !important;
  border:1px solid #fff !important;
  color:#fff !important;
  letter-spacing:2px;
  font-weight:500;
  padding:14px 28px;
  transition:all .25s ease;
}

.slideshow__text-wrapper .button:hover{
  background:#fff !important;
  color:#000 !important;
}
/* DESCE O BOTÃO DO HERO */
.slideshow__text-wrapper .banner__buttons{
  margin-top:240px !important;
}
/* HERO MAIS PRA ESQUERDA (FORA DO PAGE-WIDTH) */
.slideshow__text-wrapper{
  padding-left:0 !important;
  margin-left:0vw !important;
}
/* BOTÃO HERO MAIS CLARO */
.slideshow__text-wrapper .button{
  font-size:15px !important;
  padding:18px 36px !important;
  letter-spacing:2px;
  font-weight:600;
  border:2px solid rgba(255,255,255,0.9) !important;
  background:rgba(255,255,255,0.12) !important; /* leve preenchimento */
  color:#fff !important;
  backdrop-filter:blur(4px);
  transition:all .25s ease;
}

.slideshow__text-wrapper .button:hover{
  background:#fff !important;
  color:#000 !important;
  transform:translateY(-2px);
}
/* ===== MAIS RESPIRO ENTRE TEXTO E BOTÃO (DESKTOP) ===== */
@media screen and (min-width:750px){

.banner__box > * + *{
  margin-top:60px !important; /* aumenta espaço entre título e texto */
}

.banner__text{
  margin-top:47px !important; /* espaço extra no subtítulo */
}

.banner__buttons{
  margin-top:90px !important; /* botão mais distante */
}

}
/* SUBTÍTULO MAIOR — BANNER — DESKTOP */
@media screen and (min-width:750px){

.banner__box .inline-richtext{
  font-size:57px !important;
  line-height:1.35 !important;
}

}
/* SUBTÍTULO MAIOR — BANNER — MOBILE */
@media screen and (max-width:749px){


}



@media screen and (max-width:749px){
.slide-1{display:none!important;}
}

@media screen and (min-width:750px){
.slide-2{display:none!important;}
}
/* REMOVE SCROLL LATERAL NO DAWN */
body {
  overflow-x: hidden !important;
}



/* CORREÇÃO IMAGE BANNER MOBILE */
@media screen and (max-width: 749px) {

  .banner {
    width: 100% !important;
    max-width: 100% !important;
  }

  .banner__media img {
    width: 100% !important;
    object-fit: cover;
  }

  .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.slideshow .button {
  background: rgb(var(--color-button)) !important;
  color: rgb(var(--color-button-text)) !important;
}
@media screen and (max-width: 749px){
  .section-header{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
/* ===== BOTÃO SLIDESHOW DESKTOP — CERTO AGORA ===== */
@media screen and (min-width:750px){

  /* alinhar conteúdo todo à esquerda */
  .slideshow .banner__box{
    text-align: left !important;
    align-items: flex-start !important;
  }

  /* botão maior de verdade */
  .slideshow .banner__box .button{
    font-size: 18px !important;
    padding: 20px 50px !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;

    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;

    display: inline-block !important;
  }

}
@media screen and (min-width:750px){

  /* empurra o bloco inteiro mais pra esquerda */
  .slideshow .banner__box{
    margin-left: -15vw !important;  /* ajusta aqui */
  }

}
.banner__buttons .button{background:rgba(255,255,255,.12)!important;color:#fff!important;border:2px solid rgba(255,255,255,.85)!important;padding:18px 36px!important;font-size:15px!important;font-weight:600!important;letter-spacing:2px;box-shadow:none!important;transition:.25s ease}
.banner__buttons .button:hover{background:#fff!important;color:#000!important;transform:translateY(-2px)}
.banner__media{touch-action:pan-y}
.banner__media img{pointer-events:none}
.collection-list .icon-wrap {
  display: none !important;
}
/* Centralizar nome da coleção dentro do card */
.collection-list .card__information {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center !important;
  align-items: center;
}

.collection-list .card__heading {
  width: 100%;
  text-align: center !important;
  justify-content: center !important;
}
/* SUBIR AS LOGOS */
.collection-list .card .media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px !important;
}

/* DESCER OS NOMES */
.collection-list .card__information {
  bottom: 2px !important;
}
/* SUBIR AS LOGOS DE VERDADE */
.collection-list .media img {
  transform: translateY(-15px);
}
/* remover overlay/gradient do card */
.collection-list .card__content {
  background: transparent !important;
}

.collection-list .card--media .card__inner::after {
  display: none !important;
}
.collection-list .card {
  background:#161616;
}
/* esconder nomes */
.collection-list .card__information {
  display: none !important;
}

/* centralizar logos no meio do card */
.collection-list .card .media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.collection-list .card .media img {
  position: relative !important;
  top: 0 !important;
  transform: translateY(-15px); /* sobe um pouco */
}
/* FAZER AS LOGOS PREENCHEREM MAIS O CARD */
.collection-list .card .media img {
  width: 110% !important;
  height: 110% !important;
  object-fit: contain;
}
.scroll-trigger {
  transform: none !important;
  opacity: 1 !important;
}

.animate--fade-in,
.animate--slide-in,
.animate--zoom-in,
.animate--fixed {
  animation: none !important;
  transform: none !important;
}
details[open] {
  overflow: visible !important;
}

body:has(details[open]) {
  overflow: auto !important;
  position: static !important;
}
.slideshow.slider--everywhere{
  margin-left:0 !important;
  max-width:100% !important;
  width:100% !important;
}
.slideshow.slider--everywhere{
  max-width:100vw !important;
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
}
.slideshow .banner__box{
  margin-left:-15vw !important;
}
body.grid{
  display:block !important;
}
/* ===== CENTRALIZAR COLLECTION LIST ===== */
.collection-list-wrapper .page-width {
  max-width: 1400px !important; /* ajusta largura real */
  margin-left: auto !important;
  margin-right: auto !important;
}

/* garante alinhamento do grid */
.collection-list {
  justify-content: center !important;
}
/* ===== HOVER 3D VINDO PRA FRENTE (SEM INCLINAR) ===== */

.collection-list .card-wrapper{
  perspective: 900px;
}

.collection-list .card{
  transition: transform .35s ease, box-shadow .35s ease !important;
  transform: translateZ(0);
}

.collection-list .card-wrapper:hover .card{
  transform: translateZ(60px) scale(1.08);
  box-shadow: 0 28px 60px rgba(0,0,0,.45);
}
/* NÃO DEIXAR O CARD DESLOCAR VERTICALMENTE */
.collection-list .card-wrapper:hover .card{
  transform: translateZ(60px) scale(1.08) translateY(0) !important;
}

/* REMOVE QUALQUER MOVE PADRÃO DO DAWN */
.collection-list .card{
  top: 0 !important;
  margin-top: 0 !important;
}
/* ===== ZERA QUALQUER MOVIMENTO VERTICAL DO DAWN ===== */
.collection-list .card,
.collection-list .card-wrapper,
.collection-list .card--media,
.collection-list .card:hover,
.collection-list .card-wrapper:hover,
.collection-list .card--media:hover{
  transform: none !important;
  translate: none !important;
}

/* ===== HOVER 3D LIMPO (SEM DESCER) ===== */
.collection-list .card{
  transition: transform .35s ease, box-shadow .35s ease !important;
  will-change: transform;
}

.collection-list .card:hover{
  transform: scale(1.08) !important;
  box-shadow: 0 30px 60px rgba(0,0,0,.45) !important;
}
/* COMPENSA A DESCIDA DA LOGO */
.collection-list .card:hover .media img{
  transform: translateY(-15px) scale(1.08) !important;
}
/* ===== EXPLORE POR MARCAS — AJUSTE REAL ===== */

/* espaço acima e abaixo da seção */
.collection-list-wrapper{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* centralizar título */
.collection-list-wrapper .title-wrapper-with-link{
  text-align: center !important;
  justify-content: center !important;
  margin-bottom: 35px !important;
}

/* mesma fonte das avaliações */
.collection-list-wrapper .title{
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* espaço entre os cards */
.collection-list{
  gap: 40px !important;
  justify-content: center !important;
}
/* ===== TITULO EXPLORE POR MARCAS (CORRETO) ===== */
.collection-list-wrapper .title-wrapper-with-link h2{
  font-size:26px !important;
  font-weight:500 !important;
  text-align:center !important;
  margin-bottom:32px !important;
}
/* ===== COLLECTION CARDS MENORES - DAWN (CORREÇÃO REAL) ===== */

.collection-list .card {
  width: 180px !important;
}

.collection-list .card__media {
  padding-bottom: 100% !important; /* mantém quadrado menor */
}

.collection-list .media img {
  width: 65% !important;
  height: auto !important;
  object-fit: contain;
}

.collection-list .card__content {
  display: none; /* remove espaço extra abaixo */
}
/* ===== DIMINUIR ESPAÇO ENTRE COLLECTION CARDS ===== */

.collection-list {
  column-gap: 10px !important;
  row-gap: 10px !important;
}

.collection-list__item {
  padding: 0 !important;
}
/* ===== CENTRALIZAR CARDS DE COLLECTION ===== */

.collection-list {
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
}

.collection-list.grid {
  justify-content: center !important;
}
.collection-list-wrapper .page-width {
  text-align: center;
}
/* ===== CENTRALIZAR COLLECTION CARDS DE VERDADE ===== */

.collection-list {
  width: fit-content !important;
  margin: 0 auto !important;
}
/* ===== ESPAÇO ENTRE OS CARDS ===== */

.collection-list {
  gap: 50px !important;
}
/* PADRÃO DE TÍTULOS */
h2{
font-weight:500!important;
letter-spacing:.03em!important;
text-align:center!important;

}

@media(max-width:749px){
h2{
font-size:22px!important;
}
}


}
/* PC – arrumar posição da foto Featured Product */
@media screen and (min-width:990px){

.featured-product .product__media-wrapper{
display:flex!important;
justify-content:center!important;
}


}
/* ===== FIX DEFINITIVO FEATURED PRODUCT IMAGE ===== */



/* garante que a imagem fique acima do fundo */
.featured-product .product__media,
.featured-product .product__media img{
  position:relative !important;
  z-index:2 !important;
}

/* remove layer branco que está cobrindo */
.featured-product .global-media-settings{
  background:transparent !important;
}
/* FIX TAMANHO FEATURED PRODUCT */
.featured-product .product__media-wrapper{
  width:100% !important;
  max-width:100% !important;
}

.featured-product .product__media{
  width:100% !important;
  max-width:100% !important;
}


.featured-product .media img{
  object-fit:contain !important;
  transform:none !important;
}
/* FORÇA TAMANHO REAL DA IMAGEM — FEATURED PRODUCT */
.featured-product .product__media-wrapper{
transform:none !important;
scale:1 !important;
max-width:700px !important;
width:100% !important;
margin:0 auto !important;
}

.featured-product .product__media{
width:100% !important;
max-width:100% !important;
}

.featured-product .product__media img{
width:100% !important;
height:auto !important;
object-fit:contain !important;
}


.featured-product .product__media-wrapper{
width:100% !important;
max-width:100% !important;
flex:none !important;
}

.featured-product .product__media{
width:100% !important;
}
/* ===== FIX FINAL TAMANHO SLIDE FEATURED PRODUCT ===== */

.featured-product .slider__slide{
  width:100% !important;
  max-width:100% !important;
  flex:0 0 100% !important;
}

.featured-product .product__media-item{
  width:100% !important;
  max-width:100% !important;
}

.featured-product .media{
  width:100% !important;
}

.featured-product .media img{
  width:100% !important;
  height:auto !important;
}
/* ===== AJUSTE FINO TAMANHO FEATURED PRODUCT ===== */


/* ===== Featured product layout padrão Dawn ===== */



.featured-product .product__media-wrapper{
  max-width:480px !important;
}

.featured-product .product__info-wrapper{
  max-width:420px !important;
}

.featured-product{
  padding-bottom:40px !important;
}
/* ===== RESET TOTAL LAYOUT FEATURED PRODUCT (PADRÃO DAWN) ===== */

.featured-product .product{
  display:flex !important;
  flex-wrap:wrap !important;
}

.featured-product .grid{
  display:flex !important;
}

.featured-product .product__media-wrapper{
  flex:1 1 50% !important;
  max-width:50% !important;
  transform:none !important;
}

.featured-product .product__info-wrapper{
  flex:1 1 50% !important;
  max-width:50% !important;
}

.featured-product .media{
  padding-bottom:0 !important;
  height:auto !important;
}

.featured-product .product__media img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}
/* ===== AJUSTE FINAL PROPORÇÃO FEATURED PRODUCT ===== */

.featured-product .product__media-wrapper{
  max-width:400px !important; /* diminui a imagem */
}

.featured-product .product__info-wrapper{
  max-width:400px !important;
  width:100% !important;
}

.featured-product .product__title{
  font-size:23px !important; /* aumenta título */
  line-height:1.2 !important;
}

.featured-product .price{
  font-size:18px !important;
}
/* ===== LAYOUT PROFISSIONAL FEATURED PRODUCT (ALINHAR ESQUERDA) ===== */

@media screen and (min-width:990px){

.featured-product .product{
  display:grid !important;
  grid-template-columns: 1.8fr 0.8fr !important; /* imagem maior, texto lateral */
  align-items:center !important;
  gap:60px !important;
}

.featured-product .product__media-wrapper{
  justify-self:start !important; /* joga imagem pra esquerda */
  margin-left:70px !important;
  max-width:520px !important;
}

.featured-product .product__info-wrapper{
  justify-self:start !important;
  max-width:300px !important;
}

}
/* ===== Featured Product — layout padrão Dawn ===== */

@media screen and (min-width:990px){

.featured-product .grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items:center;
  gap:60px;
}

.featured-product .product__media-wrapper{
  max-width:520px;
  margin-left:0;
}

.featured-product .product__info-wrapper{
  max-width:500px;
}

}
/* ===== AJUSTE POSIÇÃO TEXTO FEATURED PRODUCT (REAL) ===== */

@media screen and (min-width:990px){

.featured-product .product{
  grid-template-columns: 55% 45% !important; 
  gap:60px !important;
}



/* título maior e centralizado */
.featured-product .product__title{
  font-size:42px !important;
  text-align:center !important;
  line-height:1.2 !important;
}

}
@media screen and (min-width:990px){

.section-featured-product .product__title{
  text-align:left !important;
  font-size:42px !important;
}

.section-featured-product .product__info-wrapper{
  margin-left:-120px !important;
}

}
@media screen and (min-width:990px){

.section-featured-product .product__info-wrapper{
  transform:translateX(-440px) !important;
}

}
/* ===== AJUSTE TIPOGRAFIA INFO PRODUTO ===== */

.featured-product .product__info-wrapper .price {
  font-size: 40px !important;   /* aumenta o preço */
  font-weight: 500 !important;
}

.featured-product .product__info-wrapper .caption-with-letter-spacing {
  font-size: 14px !important;   /* aumenta o "EDIÇÃO LIMITADA" */
  letter-spacing: 1.7px !important;
  opacity: 0.7;
    margin-bottom: 9px !important; /* 👈 espaço premium */
}
/* ===== TAMANHOS MAIS COMPACTOS (ESTILO PREMIUM) ===== */

.product-form__input--pill{
display:flex !important;
flex-wrap:nowrap !important;
gap:6px !important; /* DIMINUI ESPAÇO ENTRE OS BOTÕES */
overflow-x:auto !important;
}

.product-form__input--pill label{
padding:6px 14px !important; /* deixa menor */
font-size:13px !important;
border-radius:999px !important;
}
.size-label{
font-size:18px !important;   /* aumenta o tamanho */
font-weight:700 !important;  /* deixa em negrito */
margin-bottom:12px;
letter-spacing:0.5px;
}
/* descer o texto "Tamanho: X" */
.size-label{
margin-bottom:0px !important;
}
/* descer conjunto completo: Tamanho + bolinhas */
.product__info-wrapper variant-radios,
.product__info-wrapper variant-selects{
display:block !important;
margin-top:70px !important;
}

/* descer botão adicionar ao carrinho */
.product__info-wrapper .product-form__buttons{
margin-top:40px !important;
}
/* Aumentar botões de tamanho (35 36 37...) */
.product-form__input input[type="radio"] + label{
  min-width:52px !important;
  height:52px !important;
  padding:0 14px !important;
  font-size:16px !important;
  border-radius:999px !important; /* mantém formato premium */
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
/* remove flash de duplicação ao trocar variante */
.product__info-wrapper variant-radios + variant-radios,
.product__info-wrapper variant-selects + variant-selects{
  display:none !important;
}
/* ===== DIMINUIR CONJUNTO DIREITO (SEM AFETAR A IMAGEM) ===== */

@media screen and (min-width:990px){

.section-featured-product .product__info-wrapper{
  transform: translateX(-150px) scale(0.98) !important;
  transform-origin: top left !important;
}

}
.featured-product .product__title{
  font-size:34px !important;
}.price{
margin-top:18px !important;
}

variant-radios{
margin-top:40px !important;
}
.size-label{
opacity:0.7;
font-weight:500;
}
.section-featured-product .product__info-wrapper{
max-width:520px;
}
/* ===== FORÇAR GRID QUADRADO (SOBREPOR DAWN) ===== */

.product__info-wrapper .product-form__input--pill{
  display:grid !important;
  grid-template-columns:repeat(5, 70px) !important;
  gap:14px !important;
  overflow:visible !important;
}

/* remover scroll horizontal */
.product__info-wrapper .product-form__input--pill::-webkit-scrollbar{
  display:none !important;
}

/* transformar bolinhas em quadrados */
.product__info-wrapper .product-form__input--pill label{
  width:70px !important;
  height:70px !important;
  border-radius:8px !important;
  border:1px solid #d6d6d6 !important;
  background:#fff !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  font-size:18px !important;
  font-weight:500 !important;
}

/* selecionado */
.product__info-wrapper .product-form__input--pill input:checked + label{
  background:#111 !important;
  color:#fff !important;
  border-color:#111 !important;
}


/* ===== TAMANHOS RETANGULARES (CORRETO PRO TEU TEMA) ===== */

.product-form__input input[type="radio"] + label{
  border-radius:6px !important;   /* remove formato bolinha */
  width:110px !important;
  height:72px !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  font-size:20px !important;
  padding:0 !important;
}

/* estado ativo */
.product-form__input input[type="radio"]:checked + label{
  border-radius:6px !important;
}
/* título forte estilo premium */
.product__title{
  font-weight:700 !important;
  letter-spacing:0.3px;
}
.product__info-wrapper{
  padding-right:40px !important;
}
/* ===== ESPAÇO ENTRE BOTÕES DE TAMANHO ===== */

.product__info-wrapper .product-form__input{
  display:grid !important;
  grid-template-columns:repeat(5, 1fr) !important;
  gap:0px !important; /* aumenta aqui */
}
/* ===== TAMANHO SELECIONADO COM BORDA (SEM FUNDO PRETO) ===== */

.product-form__input input[type="radio"]:checked + label{
  background:transparent !important;
  color:#000 !important;

  border:2px solid #000 !important;
  box-shadow:none !important;
}
/* =====================================================
   FEATURED PRODUCT – PREMIUM RESPONSIVO (REESCRITO)
   ===================================================== */


/* ===== GRID RESPONSIVO ===== */

@media screen and (min-width:1200px){

.featured-product .product{
  display:grid !important;
  grid-template-columns:1.3fr 0.9fr !important;
  gap:clamp(30px,4vw,80px) !important;
  align-items:center !important;
}

}

@media screen and (max-width:1199px){

.featured-product .product{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:40px !important;
  align-items:center !important;
}

}

@media screen and (max-width:990px){

.featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

}


/* ===== COLUNA DIREITA ===== */

.featured-product .product__info-wrapper{
  max-width:520px !important;
  width:100% !important;
  justify-self:end !important;
}

.product__info-container{
  max-width:520px;
  margin-left:auto;
}


/* ===== IMAGEM PROPORCIONAL ===== */

.product__media-list,
.product__media,
.product__media img{
  max-width:none !important;
  width:100% !important;
}

.product__media{
  transform:none;
}

@media screen and (min-width:1200px){

.product__media{
  transform:scale(1.06);
  transform-origin:center;
}

}

.product__media-wrapper{
  overflow:visible !important;
}


/* ===== REMOVER BORDAS PADRÃO DAWN ===== */

.product__media-wrapper,
.product__media-list,
.product__media-item,
.product__media,
.product__media-wrapper .media,
.product__media-wrapper .global-media-settings{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  background:transparent !important;
}


/* ===== TÍTULO RESPONSIVO ===== */

.product__info-container .h1{
  font-size:clamp(22px,2.4vw,34px) !important;
  line-height:1.25 !important;
  letter-spacing:0.2px;
}


/* ===== AVALIAÇÕES ===== */

.product-rating{
  font-size:18px;
  margin-top:-8px !important;
}

.product-rating .stars{
  opacity:0.9;
}

.product__info-container > * + *{
  margin-top:0 !important;
}


/* ===== VARIANT PICKER (TAMANHOS) ===== */

.product-form__input input[type="radio"] + label{
  width:clamp(70px,8vw,110px) !important;
  height:clamp(50px,6vw,72px) !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  font-size:clamp(14px,1.3vw,20px) !important;
  padding:0 !important;
  border-radius:6px !important;
}

.product__info-wrapper variant-radios,
.product__info-wrapper variant-selects{
  margin-top:18px !important;
}


/* ===== BOTÃO PREMIUM ===== */

.product-form__buttons{
  width:100% !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}

.product-form__submit,
.product-form__submit.button{
  width:100% !important;
  max-width:100% !important;

  height:clamp(52px,6vw,72px) !important;
  padding:0 clamp(18px,3vw,40px) !important;

  font-size:clamp(15px,1.4vw,20px) !important;
  font-weight:700 !important;

  background:#000 !important;
  color:#fff !important;

  border-radius:999px !important;
  background-image:none !important;
  margin-left:0 !important;
}

.product-form__submit::before,
.product-form__submit::after,
.product-form__submit.button::before,
.product-form__submit.button::after{
  display:none !important;
  content:none !important;
}


/* ===== BOTÃO FAVORITOS ===== */

.wishlist-btn{
  width:100% !important;
  height:clamp(52px,6vw,72px) !important;

  margin-top:14px !important;
  margin-left:0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  font-family:inherit !important;
  font-size:clamp(15px,1.4vw,20px) !important;
  font-weight:600 !important;

  background:transparent !important;
  color:#000 !important;

  border:1.5px solid #000 !important;
  border-radius:999px !important;

  cursor:pointer;
}


/* ===== CORREÇÕES PARA NOTEBOOK (ANTES QUEBRAVA) ===== */

@media screen and (max-width:1400px){

.featured-product .product{
  grid-template-columns:1fr 1fr !important;
  gap:40px !important;
}

.featured-product .product__info-wrapper{
  transform:none !important;
  padding-left:20px !important;
}

.product__media-wrapper{
  transform:none !important;
}

}
/* =====================================================
   BOTÕES ALINHADOS COM AS BOLINHAS — FIX DIRETO
   (cola no FINAL do CSS)
   ===================================================== */

/* força o mesmo alinhamento lateral do variant picker */
.product__info-wrapper{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}

/* largura real das bolinhas */
.product-form__input{
  width:100% !important;
  max-width:520px !important;
}

/* botões usando exatamente a mesma largura */
.product-form__buttons{
  width:100% !important;
  max-width:520px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  margin-top:28px !important;
}

/* botão preto */
.product-form__submit{
  width:100% !important;
  margin:0 !important;
  transform:none !important;
}

/* botão favoritos */
.wishlist-btn{
  width:100% !important;
  margin:0 !important;
  transform:none !important;
}/* =====================================================
   EMPURRAR BOTÕES MAIS PRA DIREITA (SEM QUEBRAR ALIGN)
   cola no FINAL do CSS
   ===================================================== */

/* move TODO o bloco dos botões para a direita
   mantendo alinhamento com as bolinhas */
.product-form__buttons{
  margin-left:auto !important;
  margin-right:0 !important;
  max-width:560px !important; /* aumenta área útil */
}

/* botão favoritos acompanha */
.wishlist-btn{
  margin-left:auto !important;
  margin-right:0 !important;
  max-width:560px !important;
}

/* garante que o container permite encostar na direita */
.featured-product .product__info-wrapper{
  align-items:flex-end !important;
}/* =====================================================
   CENTRALIZAR BOTÕES EXATAMENTE COM AS BOLINHAS
   (funciona em qualquer tela)
   cola no FINAL do CSS
   ===================================================== */

/* container da coluna direita */
.featured-product .product__info-wrapper{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important; /* eixo central real */
}

/* largura base igual ao variant picker */
.product-form__input{
  width:100% !important;
  max-width:520px !important;
  margin:0 auto !important;
}

/* botões centralizados no mesmo eixo */
.product-form__buttons{
  width:100% !important;
  max-width:520px !important;
  margin:28px auto 0 auto !important; /* centraliza */
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
}

/* botão preto */
.product-form__submit{
  width:100% !important;
  margin:0 !important;
}

/* botão favoritos */
.wishlist-btn{
  width:100% !important;
  margin:0 auto !important;
}/* =====================================================
/* =====================================================
   DIMINUIR SOMENTE O GAP DEBAIXO DO FEATURED PRODUCT
   (cola no FINAL do CSS)
   ===================================================== */

/* corta o espaço que sobra abaixo do produto */
.section-featured-product{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

/* remove o espaço interno que a Dawn coloca no container */
.section-featured-product .page-width{
  padding-bottom:0 !important;
}

/* esse é o espaço fantasma real antes da próxima seção */
.shopify-section.section-featured-product + .shopify-section{
  margin-top:-50px !important;  /* ajusta aqui: -40 / -60 / -80 */
}

/* ======================================================
   🔥 PADRONIZAÇÃO REAL DA IMAGEM — QUALQUER TELA
   (sem scale manual, sem quebrar responsivo)
   ====================================================== */

/* layout base */
@media screen and (min-width:990px){

.featured-product .product{
  display:grid !important;
  grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) !important;
  align-items:center !important;
  gap:clamp(40px,4vw,80px) !important;
}

/* container da imagem */
.featured-product .product__media-wrapper{
  width:100% !important;
  max-width:900px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  justify-self:center !important;
}

/* remove qualquer deslocamento antigo */
.product__media,
.product__media-wrapper{
  transform:none !important;
  left:auto !important;
  right:auto !important;
}

/* imagem responsiva REAL */
/* ===============================
   AJUSTE FINO DO TAMANHO
   =============================== */

.product__media img{
  width:clamp(460px,38vw,700px) !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  margin-inline:auto !important;
  display:block !important;
}
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  margin-inline:auto !important;
  display:block !important;
}

}

/* ======================================================
   🔥 MOBILE — mantém proporção correta
   ====================================================== */

@media screen and (max-width:989px){

.featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

.product__media img{
  width:92vw !important;
  max-width:520px !important;
  height:auto !important;
  margin-inline:auto !important;
}

}@media screen and (min-width:990px){

.featured-product .product__media img{
  width:100% !important;
  max-width:820px !important;
  min-width:620px !important;
  height:auto !important;
  object-fit:contain !important;
  margin:0 auto !important;
  display:block !important;
}

.featured-product .product__title{
  font-size:3.6rem !important;
}

.featured-product .price{
  font-size:2.4rem !important;
}

}@media screen and (min-width:990px){

.featured-product .product__media img{
  width:100% !important;
  max-width:600px !important;
  min-width:560px !important;
  height:auto !important;
  object-fit:contain !important;
  margin:0 auto !important;
  display:block !important;
}

}/* =========================================
   MOVER TENIS PRA ESQUERDA — QUALQUER TELA
   ========================================= */

/* move a coluna inteira da imagem */
.featured-product .product__media-wrapper{
  justify-self:start !important;
  margin-left:-115px !important; /* ← aumenta ou diminui aqui */
}

/* garante que a imagem acompanha */
.featured-product .product__media img{
  margin-left:0 !important;
}
/* =========================================
   DIMINUIR CONJUNTO TITULO + PREÇO
   ========================================= */

.featured-product .product__title{
  font-size:2.8rem !important;   /* ↓ diminui título */
  line-height:1.2 !important;
}

.featured-product .price{
  font-size:1.8rem !important;   /* ↓ diminui preço */
}

/* subtítulo / vendor se existir */
.featured-product .product__text,
.featured-product .product__vendor{
  font-size:1.3rem !important;
}

/* reduz espaçamento geral do bloco */
.featured-product .product__info-wrapper{
  gap:12px !important;
}

/* reduz distância entre título e preço */
.featured-product .product__info-wrapper > *{
  margin-bottom:6px !important;
}
/* =================================
   CORTAR PARTE DE CIMA DA IMAGEM
   ================================= */

.featured-product .product__media{
  overflow:hidden !important;
}

.featured-product .product__media img{
  transform:translateY(-90px) !important; /* ← ajusta aqui */
}


/* =================================
   DIMINUIR BLOCO DE INFOS (SEM IMAGEM)
   ================================= */

.featured-product .product__info-wrapper{
  transform:scale(0.65);
  transform-origin:top center;
}
/* =================================
   🔥 FIX REAL — IMAGEM SUMINDO MOBILE
   (remove o corte só no celular)
   ================================= */

@media screen and (max-width:749px){

/* cancela o corte que você aplicou antes */
.featured-product .product__media img{
  transform:none !important;
}

/* garante que a imagem existe no fluxo */
.featured-product .product__media{
  overflow:visible !important;
  display:block !important;
}

.featured-product .product__media-wrapper{
  display:block !important;
  width:100% !important;
  order:-1 !important; /* foto logo abaixo do banner */
}

.featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

}/* =================================
   🔥 RESET REAL MOBILE — IMAGEM VOLTA
   ================================= */

@media screen and (max-width:749px){

.featured-product .product__media img{
  transform:translateY(0) !important; /* cancela o corte */
}

.featured-product .product__media{
  overflow:visible !important;
}



.featured-product .product__media-wrapper{
  order:-1 !important; /* foto abaixo do banner */
  display:block !important;
  width:100% !important;
}

}/* FORÇA FOTO VIR PRIMEIRO NO MOBILE */
@media screen and (max-width:749px){

.section-featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

.section-featured-product .product__media-wrapper{
  order:1 !important;
  display:block !important;
}

.section-featured-product .product__info-wrapper{
  order:2 !important;
}

}/* ===== MOBILE RESET REAL DA IMAGEM (SEM SUBIR) ===== */

@media screen and (max-width:749px){

.product__media{
  transform:none !important;
}

.product__media img{
  transform:none !important;
}

}/* =====================================
   MOBILE REAL — FOTO PRIMEIRO (FIX FINAL)
   ===================================== */

@media screen and (max-width:749px){

/* layout coluna */
.section-featured-product .product{
display:flex !important;
flex-direction:column !important;
}

/* FOTO PRIMEIRO */
.section-featured-product .product__media-wrapper{
order:-1 !important;
display:block !important;
width:100% !important;
}

/* INFO DEPOIS */
.section-featured-product .product__info-wrapper{
order:2 !important;
width:100% !important;
}

/* GARANTE QUE A IMAGEM NÃO SOME */
.section-featured-product .product__media,
.section-featured-product .product__media img{
display:block !important;
opacity:1 !important;
visibility:visible !important;
transform:none !important;
}

}/* =====================================
   MOBILE — FIX REAL FOTO FEATURED
   ===================================== */

@media screen and (max-width:749px){

.section-featured-product .product{
display:flex !important;
flex-direction:column !important;
}

.section-featured-product .product__media-wrapper{
order:-1 !important;
margin-top:0 !important;
}

.section-featured-product .product__media img{
transform:none !important;
position:relative !important;
top:0 !important;
}

}/* =========================================
   FIX REAL — FOTO FEATURED NÃO COLAPSAR MOBILE
   ========================================= */

@media screen and (max-width:749px){

.section-featured-product .product__media-list{
display:block !important;
height:auto !important;
}

.section-featured-product .product__media-item{
display:block !important;
height:auto !important;
}

.section-featured-product .media{
padding-bottom:100% !important; /* ← devolve altura que o Dawn precisa */
position:relative !important;
}

.section-featured-product .media img{
position:absolute !important;
top:0;
left:0;
width:100% !important;
height:100% !important;
object-fit:contain !important;
}

}/* ======================================
   🔥 FIX REAL — IMAGEM MOBILE FEATURED
   ====================================== */

@media screen and (max-width:749px){

/* layout coluna */
.section-featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

/* container da foto ocupa tela toda */
.section-featured-product .product__media-wrapper{
  width:100% !important;
  max-width:100% !important;
  margin:0 auto !important;
  order:-1 !important;
}

/* SLIDER estava travado pequeno — libera */
.section-featured-product .slider,
.section-featured-product .slider__slide,
.section-featured-product .product__media-list,
.section-featured-product .product__media-item{
  width:100% !important;
  max-width:100% !important;
  flex:0 0 100% !important;
}

/* remove QUALQUER corte antigo */
.section-featured-product .product__media,
.section-featured-product .product__media img{
  transform:none !important;
  overflow:visible !important;
}

/* tamanho bonito da foto */
.section-featured-product .product__media img{
  width:92vw !important;
  max-width:520px !important;
  height:auto !important;
  margin:0 auto !important;
  display:block !important;
}

}/* ======================================
   🔥 FORCE MOBILE IMAGE — OVERRIDE TOTAL
   ====================================== */

@media screen and (max-width:749px){

.section-featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

.section-featured-product .product__media-wrapper{
  order:-1 !important;
  display:block !important;
  width:100% !important;

  margin:0 auto !important;
  padding:0 !important;

  left:auto !important;
  transform:none !important;
}

.section-featured-product .product__media{
  width:100% !important;
  overflow:visible !important;
}

.section-featured-product .product__media img{
  width:90vw !important;
  max-width:520px !important;
  margin:0 auto !important;
  display:block !important;

  transform:none !important;
}

}/* =========================================
   🔥 MOBILE REAL — DAWN BREAKPOINT CORRETO
   ========================================= */

@media screen and (max-width:989px){

.section-featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

/* foto vem primeiro */
.section-featured-product .product__media-wrapper{
  order:-1 !important;
  display:block !important;
  width:100% !important;
  margin:0 auto !important;
  transform:none !important;
  left:auto !important;
}

/* remove TODOS cortes antigos */
.section-featured-product .product__media{
  overflow:visible !important;
}

.section-featured-product .product__media img{
  width:92vw !important;
  max-width:520px !important;
  margin:0 auto !important;
  display:block !important;
  transform:none !important;
}

}/* =========================================
   🔥 MOBILE — CORRIGIR CORTE DA IMAGEM
   ========================================= */

@media screen and (max-width:989px){

.section-featured-product .product__media img{
  transform:translateY(-20px) !important; /* era -120px */
}

}/* =========================================
   MOBILE — DIMINUIR LEVEMENTE A FOTO
   (sem quebrar o layout)
   ========================================= */

@media screen and (max-width:989px){

.section-featured-product .product__media img{
  width:82vw !important;     /* ← aqui controla o tamanho */
  max-width:420px !important;
  height:auto !important;
  margin:0 auto !important;
  display:block !important;
}

}/* =========================================
   REMOVER TODAS AS LINHAS / BORDAS DA IMAGEM
   FEATURED PRODUCT — DAWN
   ========================================= */

.section-featured-product .product__media-wrapper,
.section-featured-product .product__media,
.section-featured-product .product__media-list,
.section-featured-product .product__media-item,
.section-featured-product .media,
.section-featured-product .global-media-settings{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  background:transparent !important;
}

/* remove linha lateral fantasma */
.section-featured-product .product__media-wrapper::before,
.section-featured-product .product__media-wrapper::after,
.section-featured-product .media::before,
.section-featured-product .media::after{
  display:none !important;
  content:none !important;
}/* =========================================
   MOBILE — CENTRALIZAR TITULO E INFOS
   ========================================= */

@media screen and (max-width:989px){

.section-featured-product .product__info-wrapper{
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  align-items:center !important;
  text-align:center !important;
}

/* garante que tudo dentro acompanha */
.section-featured-product .product__info-container{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}

/* tamanho / preço / avaliações centralizados */
.section-featured-product .product__title,
.section-featured-product .price,
.section-featured-product .caption-with-letter-spacing{
  text-align:center !important;
}

}/* =========================================
   MOBILE — EXPANDIR INFOS NAS LATERAIS
   ========================================= */

@media screen and (max-width:989px){

/* container principal ocupa largura toda */
.section-featured-product .product__info-wrapper{
  width:100% !important;
  max-width:100% !important;
  padding-left:18px !important;
  padding-right:18px !important;
  align-items:stretch !important;
  text-align:left !important;
}

/* conteúdo interno também */
.section-featured-product .product__info-container{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
}

/* título volta estilo loja premium */
.section-featured-product .product__title{
  text-align:left !important;
}

/* preço alinhado */
.section-featured-product .price{
  text-align:left !important;
}

/* grid dos tamanhos ocupa largura */
.product-form__input{
  width:100% !important;
}

/* botões full width */
.product-form__buttons,
.wishlist-btn{
  width:100% !important;
}

}/* =================================
   MOBILE FIX REAL — ABRIR LAYOUT
   ================================= */

@media screen and (max-width:989px){

.section-featured-product .page-width{
  padding-left:20px !important;
  padding-right:20px !important;
}

.section-featured-product .product__info-wrapper{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

.section-featured-product .product__info-container{
  width:100% !important;
  max-width:100% !important;
}

.product-form__input,
.product-form__buttons{
  width:100% !important;
  max-width:100% !important;
}

}/* =====================================================
   MOBILE — VARIANT PICKER PREMIUM (igual desktop)
   ===================================================== */

@media screen and (max-width:749px){

/* grid real dos tamanhos */
.product-form__input{
  display:grid !important;
  grid-template-columns:repeat(5,1fr) !important;
 .product-form__input{
  display:grid !important;
  grid-template-columns:repeat(5,1fr) !important;
  gap:6px !important; /* ← diminui aqui (testa 6, 4 ou 2) */
  justify-content:center !important;
}
  justify-content:center !important;
}

/* BOTÕES RETANGULARES */
.product-form__input input[type="radio"] + label{
  width:100% !important;
  height:52px !important;
  border-radius:8px !important;
  font-size:16px !important;
  font-weight:500 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:#fff !important;
  border:1.4px solid #dcdcdc !important;
}

/* selecionado estilo premium */
.product-form__input input:checked + label{
  background:#111 !important;
  color:#fff !important;
  border-color:#111 !important;
}


/* =====================================================

/* =====================================================
   TÍTULO MOBILE PREMIUM
   ===================================================== */

.product__title{
  font-size:24px !important;
  line-height:1.25 !important;
  letter-spacing:0.2px !important;
}


/* =====================================================
   BOTÃO CARRINHO PREMIUM
   ===================================================== */

.product-form__submit{
  height:58px !important;
  border-radius:999px !important;
  font-size:17px !important;
  font-weight:700 !important;
}

}
/* =================================
   BOTÃO FAVORITOS IGUAL AO CARRINHO
   ================================= */

.wishlist-btn{
  width:100% !important;
  max-width:520px !important;

  height:64px !important;
  padding:0 !important;

  background:#000 !important;
  color:#fff !important;

  border:none !important;
  border-radius:8px !important;

  font-size:16px !important;
  font-weight:600 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  box-shadow:0 10px 25px rgba(0,0,0,0.25) !important;
}

/* remove estilos antigos */
.wishlist-btn::before,
.wishlist-btn::after{
  display:none !important;
}
/* =================================
   BOTÕES MOBILE — VISUAL PREMIUM IGUAL
   ================================= */

/* estilo base igual para os dois */
.product-form__submit.button,
.wishlist-btn{
  width:100% !important;
  max-width:520px !important;
  height:64px !important;

  border-radius:8px !important;
  font-size:16px !important;
  font-weight:600 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  margin:0 auto !important;
}

/* carrinho (claro com borda) */
.product-form__submit.button{
  
  border:2px solid #000 !important;
  box-shadow:0 8px 18px rgb(0, 0, 0) !important;
}

/* favoritos — AGORA fica igual */
.wishlist-btn{
  background:#f3f3f3 !important;
  color:#000 !important;
  border:2px solid #000 !important;
  box-shadow:0 8px 18px rgba(0,0,0,0.15) !important;
}

/* remove estilos extras do tema */
.product-form__submit::before,
.product-form__submit::after,
.wishlist-btn::before,
.wishlist-btn::after{
  display:none !important;
}/* =================================
   BOTÃO FAVORITOS — PRETO + ESPAÇO
   ================================= */

.wishlist-btn{
  background:#000 !important;
  color:#fff !important;
  border:2px solid #000 !important;

  margin-top:14px !important;   /* espaço entre os botões */
}

/* hover premium (mobile/desktop) */
.wishlist-btn:hover{
  background:#111 !important;
  border-color:#111 !important;
}/* =================================
   REMOVER SOMBRA DOS BOTÕES (PREMIUM CLEAN)
   ================================= */

.product-form__submit,
.wishlist-btn{
  box-shadow:none !important;
  filter:none !important;
}

.product-form__submit::before,
.product-form__submit::after{
  display:none !important;
}


/* =================================
   DIMINUIR GAP ENTRE IMAGEM E INFO (MOBILE)
   ================================= */

@media screen and (max-width:749px){

.section-featured-product .product__info-wrapper{
  margin-top:-60px !important;   /* ↓ aumenta ou diminui aqui */
}

.section-featured-product .product__media-wrapper{
  margin-bottom:-10px !important;
}

}

/* ======================================================
   🔥 PRESET PREMIUM — MOBILE FINAL (HIERARQUIA + RESPIRO)
   ====================================================== */

@media screen and (max-width:749px){

/* largura premium do bloco (para de parecer compacto) */
.section-featured-product .product__info-wrapper{
  width:92% !important;
  max-width:420px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* ===== EDIÇÃO LIMITADA ===== */
.section-featured-product .caption-with-letter-spacing{
  font-size:11px !important;
  letter-spacing:2px !important;
  opacity:.55 !important;
  text-align:center !important;
  margin-bottom:8px !important;
}

/* ===== TÍTULO PREMIUM ===== */
.section-featured-product .product__title{
  font-size:26px !important;
  line-height:1.25 !important;
  letter-spacing:.2px !important;
  text-align:center !important;
  margin-bottom:14px !important;
}

/* ===== AVALIAÇÕES MAIS FINAS ===== */
.section-featured-product .rating{
  opacity:.65 !important;
  text-align:center !important;
  margin-bottom:18px !important;
}

/* ===== PREÇO PROTAGONISTA ===== */
.section-featured-product .price{
  font-size:24px !important;
  font-weight:600 !important;
  text-align:center !important;
  margin-bottom:22px !important;
}

/* ===== LABEL TAMANHO ===== */
.size-label{
  text-align:center !important;
  margin-bottom:14px !important;
  font-size:14px !important;
  opacity:.6 !important;
}

/* ===== GRID TAMANHOS MAIS RESPIRADO ===== */
.product__info-wrapper .product-form__input{
  gap:8px !important;
  justify-content:center !important;
  margin-bottom:24px !important;
}

/* ===== BOTÕES PREMIUM SEM SOMBRA ===== */
.product-form__submit{
  box-shadow:none !important;
}

.wishlist-btn{
  margin-top:10px !important;
  box-shadow:none !important;
  background:#000 !important;
  color:#fff !important;
  border:none !important;
  opacity:.92;
}

/* ===== RESPIRO ENTRE FOTO E TEXTO ===== */
.section-featured-product{
  padding-top:10px !important;
}

}

@media(max-width:749px){

.product-form__submit{
  height:52px !important;
  font-size:16px !important;
}

}/* =================================
   MOBILE — INVERTER CORES DOS BOTÕES
   ================================= */

@media(max-width:749px){

/* ADICIONAR AO CARRINHO → PRETO */
.product-form__submit,
.product-form__submit.button{
  background:#000 !important;
  color:#fff !important;
  border:1.5px solid #000 !important;
}

/* FAVORITOS → BRANCO */
.wishlist-btn{
  background:#fff !important;
  color:#000 !important;
  border:1.5px solid #000 !important;
}

}/* =================================
   REMOVER SOMBRA DO BOTÃO PRETO
   ================================= */

.product-form__submit,
.product-form__submit.button{
  box-shadow:none !important;
  filter:none !important;
}

.product-form__submit::before,
.product-form__submit::after{
  display:none !important;
}

/* ===== GRID TAMANHOS MAIS RESPIRADO ===== */
.product__info-wrapper .product-form__input{
  gap:4px !important;
  justify-content:center !important;
  margin-bottom:24px !important;
}
/* =================================
   CENTRALIZAR BOTÕES DE TAMANHO (MOBILE)
   ================================= */

@media screen and (max-width:749px){

.product__info-wrapper .product-form__input{
  width:100% !important;
  max-width:92% !important;   /* evita cortar nas laterais */
  margin-left:auto !important;
  margin-right:auto !important;
  justify-content:center !important;
}

.product-form__input--pill{
  justify-content:center !important;
}

.product-form__input{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0,1fr)) !important;
  gap:6px !important;   /* controla distância entre eles */
}

.product-form__input label{
  width:100% !important;
}

}/* =================================
   MOBILE — JOGAR INFOS PRA ESQUERDA
   (edição limitada + avaliações + preço + tamanho)
   ================================= */

@media screen and (max-width:749px){

/* container das infos */
.section-featured-product .product__info-wrapper{
  align-items:flex-start !important;
  text-align:left !important;
}

/* edição limitada */
.section-featured-product .caption-with-letter-spacing{
  text-align:left !important;
  margin-left:0 !important;
}

/* avaliações */
.section-featured-product .rating,
.section-featured-product .product-rating{
  justify-content:flex-start !important;
  text-align:left !important;
}

/* preço */
.section-featured-product .price{
  text-align:left !important;
  margin-left:0 !important;
}

/* label tamanho */
.size-label,
.product-form__input legend{
  text-align:left !important;
  width:100% !important;
}

}/* =================================
   MOBILE — TÍTULO PRA ESQUERDA
   ================================= */

@media screen and (max-width:749px){

.section-featured-product .product__title,
.section-featured-product .h1{
  text-align:left !important;
  margin-left:0 !important;
}

}/* =================================
   MOBILE — INFOS ACIMA DA IMAGEM
   ================================= */

@media screen and (max-width:749px){

.section-featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

/* bloco texto primeiro */
.section-featured-product .product__info-wrapper{
  order:1 !important;
}

/* imagem depois */
.section-featured-product .product__media-wrapper{
  order:2 !important;
}

/* tamanhos e botões continuam abaixo */
.section-featured-product variant-radios,
.section-featured-product .product-form__buttons{
  order:3 !important;
}

}/* ===================================================
   🔥 RESET REAL ORDEM MOBILE — FEATURED PRODUCT
   (força layout independente do resto do CSS)
   =================================================== */

@media screen and (max-width:749px){

.section-featured-product .product{
  display:grid !important;
  grid-template-columns:1fr !important;
}

/* TEXTO PRIMEIRO */
.section-featured-product .product__info-wrapper{
  order:1 !important;
  grid-row:1 !important;
}

/* IMAGEM DEPOIS */
.section-featured-product .product__media-wrapper{
  order:2 !important;
  grid-row:2 !important;
}

/* TAMANHOS + BOTÕES POR ÚLTIMO */
.section-featured-product variant-radios,
.section-featured-product variant-selects,
.section-featured-product .product-form__buttons{
  order:3 !important;
  grid-row:3 !important;
}

}/* =====================================================
   🔥 RESET FINAL MOBILE — FEATURED PRODUCT ORDEM REAL
   ===================================================== */

@media screen and (max-width:749px){

.section-featured-product .product{
  display:flex !important;
  flex-direction:column !important;
}

/* TEXTO PRIMEIRO */
.section-featured-product .product__info-wrapper{
  order:1 !important;
  transform:none !important;
}

/* IMAGEM DEPOIS */
.section-featured-product .product__media-wrapper{
  order:2 !important;
  margin-top:20px !important;
}

/* TAMANHOS */
.section-featured-product variant-radios,
.section-featured-product variant-selects{
  order:3 !important;
}

/* BOTÕES */
.section-featured-product .product-form__buttons{
  order:4 !important;
}

}/* ===================================================
   MOBILE FIX REAL — IMAGEM ENTRE HEADER E INFOS
   =================================================== */

@media screen and (max-width:749px){

/* estrutura limpa */
.section-featured-product .product{
  display:block !important;
}

/* imagem ocupa topo */
.section-featured-product .product__media-wrapper{
  display:block !important;
  width:100% !important;
  margin:0 auto 20px auto !important;
}

/* infos logo abaixo */
.section-featured-product .product__info-wrapper{
  display:block !important;
  width:100% !important;
}

}/* =========================================
   💰 PREÇO PREMIUM — ESTILO LOJA GRANDE
   ========================================= */

/* container geral do preço */
.price{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:6px !important;
}

/* preço antigo riscado */
.price__compare{
  font-size:1.4rem !important;
  opacity:.55 !important;
  text-decoration:line-through !important;
  order:1;
}

/* preço atual grande */
.price-item--regular{
  font-size:2.6rem !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  order:2;
}

/* badge desconto */
.price__badge-sale{
  font-size:1.3rem !important;
  color:#3bb3a9 !important;
  font-weight:500 !important;
  margin-left:8px !important;
}



/* REMOVE DOS CARDS / COLEÇÃO */
.card .price::after {
  content: none !important;
}
}/* =========================================
   PREÇO PREMIUM DINÂMICO — FEATURED PRODUCT
   ========================================= */

/* container do preço */
.section-featured-product .price{
display:flex !important;
flex-wrap:wrap !important;
align-items:center !important;
gap:10px !important;
}

/* preço antigo riscado */
.section-featured-product .price--compare{
order:-1;
font-size:14px !important;
opacity:.6;
text-decoration:line-through !important;
width:100%;
}

/* preço atual */
.section-featured-product .price-item--regular{
font-size:28px !important;
font-weight:700 !important;
letter-spacing:.5px;
}

/* badge % OFF AUTOMÁTICO */
.section-featured-product .price__badge-sale{
background:none !important;
color:#2aa198 !important;
font-size:14px !important;
font-weight:600 !important;
letter-spacing:.08em;
}


}/* ================================
   PREÇO PREMIUM REAL - DAWN FIX
   ================================ */

/* coloca tudo na mesma linha */
.section-featured-product .price{
display:flex !important;
align-items:center !important;
gap:10px !important;
flex-wrap:wrap !important;
}

/* preço antigo */
.section-featured-product .price-item--regular{
order:1;
font-size:18px !important;
opacity:.5;
text-decoration:line-through !important;
}

/* preço atual */
.section-featured-product .price-item--sale{
order:2;
font-size:28px !important;
font-weight:700 !important;
color:#111 !important;
}

/* REMOVE "Promoção" da Dawn */
.section-featured-product .badge.price__badge-sale{
display:none !important;
}

/* badge % OFF elegante */
.section-featured-product .price__container::after{
content: attr(data-sale-percent);
font-size:14px;
font-weight:600;
color:#2aa198;
margin-left:6px;
}


}/* =================================
   🔥 PREÇO PROMOCIONAL EMBAIXO DO PREÇO ORIGINAL
   (igual layout Golden Goose)
   ================================= */

@media screen and (max-width:749px){

/* container geral do preço */
.section-featured-product .price{
display:flex !important;
flex-direction:column !important;   /* joga um abaixo do outro */
align-items:flex-start !important;
gap:6px !important;
}

/* preço original riscado */
.section-featured-product .price__compare{
display:block !important;
order:1 !important;
opacity:.55 !important;
font-size:14px !important;
}

/* preço atual */
.section-featured-product .price__regular,
.section-featured-product .price__sale{
order:2 !important;
font-size:26px !important;
font-weight:600 !important;
}

/* texto promoção / desconto */
.section-featured-product .price__badge-sale{
order:3 !important;
margin-left:0 !important;
font-size:14px !important;
letter-spacing:.08em !important;
}

}/* =========================================
🔥 FORÇAR PREÇO ORIGINAL FICAR EM CIMA
(preço atual embaixo — igual layout premium)
========================================= */

@media screen and (max-width:749px){

.section-featured-product .price{
display:flex !important;
flex-wrap:wrap !important;
align-items:flex-start !important;
gap:4px 10px !important;
}

/* preço antigo riscado */
.section-featured-product .price-item--regular{
width:100% !important;     /* força quebrar linha */
order:1 !important;
font-size:14px !important;
opacity:.55 !important;
margin:0 !important;
}

/* preço atual */
.section-featured-product .price-item--sale{
width:100% !important;     /* fica abaixo */
order:2 !important;
font-size:26px !important;
font-weight:600 !important;
margin:0 !important;
}

/* badge desconto */
.section-featured-product .price__badge-sale{
order:3 !important;
margin-left:0 !important;
font-size:14px !important;
letter-spacing:.08em !important;
}

}



/* mantém alinhado com preço grande */
.section-featured-product .price{
display:flex !important;
align-items:center !important;
gap:10px !important;
}
/* ===== FIX PREÇO DESKTOP ===== */

@media screen and (min-width:990px){

.section-featured-product .price{
display:flex !important;
align-items:flex-end !important;
gap:14px !important;
flex-wrap:wrap !important;
}

.section-featured-product .price-item--regular{
order:1 !important;
}

.section-featured-product .price-item--last{
order:2 !important;
}



}/* ===== FIX REAL ORDEM PREÇOS — DAWN ===== */
/* cola NO FINAL do custom CSS */

@media screen and (min-width:990px){

.section-featured-product .price{
display:flex !important;
flex-direction:column !important;
align-items:flex-start !important;
gap:4px !important;
}

/* preço antigo (riscado) */
.section-featured-product .price__compare,
.section-featured-product .price-item--regular{
order:1 !important;
opacity:.55 !important;
font-size:16px !important;
}

/* preço atual */
.section-featured-product .price-item--sale,
.section-featured-product .price-item--last{
order:2 !important;
display:flex !important;
align-items:center !important;
gap:10px !important;
font-size:28px !important;
font-weight:700 !important;
}

}/* ===== DESCE PREÇO DEFINITIVO (FUNCIONA NO DAWN) ===== */
/* cola NO FINAL do CSS */

@media screen and (min-width:990px){

.section-featured-product .price{
position:relative !important;
top:32px !important; /* aumenta aqui se quiser descer mais */
}

}/* =========================================
   FORÇA PREÇOS UM EMBAIXO DO OUTRO — PC
   (sem depender das classes da Dawn)
   ========================================= */

@media screen and (min-width:990px){

.section-featured-product .price{
  display:block !important;
}

/* cada valor vira linha própria */
.section-featured-product .price *{
  display:block !important;
  float:none !important;
  clear:both !important;
  margin-left:0 !important;
}

/* remove qualquer layout lado a lado */
.section-featured-product .price dl,
.section-featured-product .price dd,
.section-featured-product .price span{
  display:block !important;
}

}/* ESCONDER APENAS O 1100 RISCADO (SEGUNDO PREÇO CORTADO) */

/* ===== PREÇO MAIOR QUE TÍTULO — SOMENTE PÁGINA DO PRODUTO (DAWN) ===== */

/* aumenta preço */
.product .price-item,
.product__info-container .price-item {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

/* diminui título */
.product .product__title h1,
.product__info-container .product__title h1 {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}/* ===== PREÇO GRANDE (ATUAL) + PREÇO CORTADO MENOR — SÓ PRODUTO ===== */

/* preço atual (grande) */
.product .price-item--regular,
.product .price-item--sale {
  font-size: px !important;
  font-weight: 700 !important;
}

/* preço antigo cortado (menor e discreto) */
.product .price-item--compare {
  font-size: 16px !important;
  font-weight: 400 !important;
  opacity: 0.5 !important;
}/* DIMINUIR PREÇO BARRADO — FEATURED PRODUCT (REAL SELECTOR) */

.section-featured-product s.price-item,
.section-featured-product .price__compare,
.section-featured-product .price-item--regular s{
  font-size:20px !important;
  opacity:.5 !important;
  font-weight:400 !important;
  line-height:1 !important;
}/* ===== SUBIR BLOCO DE PREÇO + AVALIAÇÕES (PC) ===== */

@media screen and (min-width: 990px){

  .product__info-wrapper .price{
    margin-top:-30px !important;
  }

  .product__info-wrapper .rating{
    margin-top:-20px !important;
  }

  .product__info-wrapper .product__title{
    margin-bottom:8px !important;
  }

}/* ===== REMOVER BADGE "ESGOTADO" CORRETO ===== */

.price .badge.price__badge-sold-out,
.badge.price__badge-sold-out,
span.badge.price__badge-sold-out{
  display:none !important;
}/* DESCE O BLOCO DO BOTÃO (DAWN FEATURED PRODUCT) */
.section-featured-product .product-form{
  margin-top:70px !important; /* aumenta se quiser descer mais */
}
/* mover SOMENTE o botão ADICIONAR AO CARRINHO (não o favoritos) */
.product-form__buttons > #ProductSubmitButton,
.product-form__buttons > button[type="submit"]{
  margin-top: 38px !important;
}

/* garantir que o favoritos NÃO se mova */
.product-form__buttons .wishlist-btn{
  margin-top: 0 !important;
  transform: none !important;
}
/* =========================================
🔥 RESET DEFINITIVO — PREÇO FEATURED PRODUCT
igual primeiro print (1400 em cima / 1100 embaixo)
========================================= */

.section-featured-product .price,
.section-featured-product .price__container,
.section-featured-product .price__sale{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:4px !important;
}

/* preço antigo barrado */
.section-featured-product .price-item--regular{
  order:1 !important;
  font-size:16px !important;
  opacity:.55 !important;
  text-decoration:line-through !important;
  margin:0 !important;
}

/* preço atual grande */
.section-featured-product .price-item--sale{
  order:2 !important;
  font-size:28px !important;
  font-weight:700 !important;
  margin:0 !important;
}

/* garante que NADA coloque lado a lado */
.section-featured-product .price *{
  float:none !important;
  clear:both !important;
}/* ================================
   BARRAR SOMENTE O PREÇO ORIGINAL REAL
   (classe correta da Dawn)
================================ */

.section-featured-product .price__compare{
  text-decoration:line-through !important;
  opacity:.55 !important;
  font-size:16px !important;
}

/* garante que o preço atual nunca fique riscado */
.section-featured-product .price-item--sale{
  text-decoration:none !important;
}/* ================================
   BARRAR SOMENTE O PREÇO ORIGINAL REAL
   (classe correta da Dawn)
================================ */

.section-featured-product .price__compare{
  text-decoration:line-through !important;
  opacity:.55 !important;
  font-size:16px !important;
}

/* ===== SUBIR TÍTULO + AVALIAÇÃO + PREÇOS — FEATURED PRODUCT ===== */
/* cola NO FINAL do base.css */

.section-featured-product .product__title{
  margin-bottom:6px !important;
}

.section-featured-product .rating{
  margin-top:0 !important;
  margin-bottom:6px !important;
}

/* 🔥 sobe o bloco inteiro de preço */
.section-featured-product .price{
  margin-top:-28px !important; /* aumenta ou diminui se quiser subir mais */
}

/* aproxima o preço antigo do preço atual */
.section-featured-product .price__compare{
  margin-bottom:-4px !important;
}

/* reduz espaço geral do container de infos */
.section-featured-product .product__info-wrapper{
  padding-top:0 !important;
  margin-top:-20px !important;
}/* ===== TIRAR SOMENTE O 1400 BARRADO ===== */
/* cola NO FINAL do base.css */

.section-featured-product .price__compare .price-item:first-child{
  display:none !important;
}/* TIRAR O 1400 BARRADO (SELETOR REAL DO TEU HTML) */

.section-featured-product .price__regular{
  display:none !important;
}/* SUBIR 4.9 PERTO DO TÍTULO — PC + MOBILE */

.section-featured-product .product__title{
  margin-bottom:4px !important;
}

.section-featured-product .product-rating{
  margin-top:-8px !important; /* aumenta pra -18 se quiser mais colado */
  margin-bottom:6px !important;
}/* diminuir levemente o 4.9 */
.section-featured-product .product-rating{
  font-size:1.02em !important;
  opacity:.85;
}


}/* DESCE SÓ O 1700 BARRADO — MOBILE (SELETOR DIRETO DO TEU F12) */

@media screen and (max-width:749px){

  .section-featured-product .price__sale span > s.price-item--regular{
    position:relative !important;
    top:12px !important;   /* aumenta pra 16 ou 20 se quiser descer mais */
  }

}@media(max-width:749px){
.section-featured-product .price__sale s.price-item--regular{
  opacity:.35 !important;
  font-size:20px !important;
}
}/* MOBILE — DIMINUIR DISTÂNCIA ENTRE IMAGEM E TÍTULO
   (sobe TODO o bloco abaixo da imagem) */

@media screen and (max-width:749px){

  .section-featured-product .product__media-wrapper{
    margin-bottom:-25px !important;   /* aumenta pra -30 / -35 se quiser mais perto */
  }

  .section-featured-product .product__info-wrapper{
    margin-top:-100px !important;
    padding-top:0 !important;
  }
.section-featured-product .product-form{
  margin-top: 50px !important;
   margin-bottom: -110px !important; /* aumenta se quiser descer mais */
}
}/* MOBILE — SUBIR A IMAGEM UM POUCO */

@media(max-width:749px){

  .section-featured-product{
    padding-top:0 !important;
  }

  .section-featured-product .product__media-wrapper{
    margin-top:-55px !important;   /* aumenta pra -45 se quiser mais alto */
  }

}/* MOBILE — IMPEDIR IMAGEM DO PRODUTO DE SOBREPOR O BANNER */

@media(max-width:749px){

  /* remove o offset que estava puxando a imagem pra cima */
  .section-featured-product .product__media-wrapper{
    margin-top:0 !important;
    position:relative !important;
    z-index:1 !important;
  }

  /* garante que o banner fique acima visualmente */
  .section-image-banner,
  .banner{
    position:relative !important;
    z-index:2 !important;
  }

}@media(max-width:749px){

  .section-featured-product{
    margin-top:-32px !important; /* aproxima do banner sem sobrepor */
  }

}/* REMOVER "Tamanho: 35" — SOMENTE MOBILE */

@media(max-width:749px){
.section-featured-product .size-label{
  display:none !important;
}
}/* MOBILE — SUBIR BOTÕES E DAR RESPIRO ENTRE ELES */

@media(max-width:749px){

  /* sobe o bloco inteiro dos botões */
  .section-featured-product .product-form__buttons{
    margin-top:-40px !important;   /* aumenta se quiser subir mais */
  }

  /* espaço entre carrinho e favoritos */
  .section-featured-product .product-form__buttons > * + *{
    margin-top:14px !important;
  }
.product-form__buttons > #ProductSubmitButton,
.product-form__buttons > button[type="submit"]{
  margin-top: 0px !important;
}
}/* PC — SUBIR SOMENTE O TEXTO PIX (sem puxar o resto) */

@media(min-width:990px){

  .section-featured-product .price::after{
    position:relative !important;
    top:-6px !important;   /* ajusta aqui */
    margin-top:0 !important;
  }

}/* PC — DIMINUIR REAL OS BOTÕES DE TAMANHO (SELETOR FORTE) */

@media(min-width:990px){

  /* deixa os botões menores */
  .section-featured-product variant-radios label,
  .section-featured-product .product-form__input input + label{
    height:36px !important;        /* altura menor */
    min-width:36px !important;
    font-size:13px !important;
    padding:0 10px !important;
    border-radius:8px !important;
  }

  /* deixa o grid mais compacto */
  .section-featured-product .product-form__input{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
  }

}/* PC — BOTÕES DE TAMANHO MENORES E MAIS PREMIUM */

@media(min-width:990px){

  /* volta pro grid alinhado */
  .section-featured-product .product-form__input{
    display:grid !important;
    grid-template-columns:repeat(4, 1fr) !important;
    gap:10px !important;
    max-width:420px !important; /* impede estourar lateral */
  }

  /* tamanho visual dos botões */
  .section-featured-product .product-form__input input + label{
    height:42px !important;      /* menor, mas ainda confortável */
    font-size:14px !important;
    border-radius:10px !important;
    padding:0 !important;
  }

}/* PC — REMOVER "Tamanho: 35" */

@media(min-width:990px){
  .section-featured-product .size-label{
    display:none !important;
  }
}/* PC — DESCER OS BOTÕES DE TAMANHO (dar respiro abaixo do preço) */

@media(min-width:990px){

  .section-featured-product .product-form__input{
    margin-top:50px !important;  /* aumenta pra 22 ou 26 se quiser mais espaço */
  }

}/* PC — TAMANHOS ESTILO PREMIUM */

@media(min-width:990px){

  /* grid mais alinhado */
  .section-featured-product .product-form__input{
    max-width:360px !important;
    gap:12px !important;
  }

  /* botão padrão */
  .section-featured-product .product-form__input input + label{
    height:38px !important;
    border-radius:6px !important;
    font-size:13px !important;
    border:1.5px solid #e5e5e5 !important;
    background:#fff !important;
  }

  /* selecionado estilo premium */
  .section-featured-product .product-form__input input:checked + label{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
  }

}/* PC — SUBIR BOTÕES (ADICIONAR AO CARRINHO + FAVORITOS) */

@media(min-width:990px){

  .section-featured-product .product-form__buttons{
    margin-top:-65px !important; /* aumenta ou diminui aqui */
  }

}/* PC — AUMENTAR SOMENTE O PREÇO GRANDE (R$ 1.400,00) */

@media(min-width:990px){

  .section-featured-product .price-item--sale,
  .section-featured-product .price-item--last{
    font-size:40px !important;   /* testa 38 se quiser mais destaque */
    line-height:1.1 !important;
    font-weight:700 !important;
  }

}@media(min-width:990px){

  .section-featured-product .product-form__input{
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    gap:14px !important;
  }

}/* PC — DIMINUIR GAP ENTRE BOTÕES DE TAMANHO */

@media(min-width:990px){

  .section-featured-product .product-form__input{
    gap:0px !important;   /* testa 6px ou 4px se quiser mais colado */
  }

}/* PC — DIMINUIR LEVEMENTE TODO O BLOCO DIREITO (infos produto) */

@media(min-width:990px){

  .section-featured-product .product__info-wrapper{
    transform:scale(.92) !important;   /* tenta .94 ou .90 se quiser ajustar fino */
    transform-origin:top left !important;
  }

}/* PC — AUMENTAR IMAGEM REAL (FEATURED PRODUCT) */

@media(min-width:990px){

  .section-featured-product .product__media-wrapper{
    overflow:visible !important;
  }

  .section-featured-product .product__media,
  .section-featured-product .media{
    transform:scale(1.08) !important;   /* aumenta aqui */
    transform-origin:left center !important;
  }

}/* PC — AJUSTAR POSIÇÃO DA IMAGEM PRA ESQUERDA */

@media(min-width:990px){

  .section-featured-product .product__media,
  .section-featured-product .media{
    transform:scale(1.08) translateX(-30px) !important; 
    /* ajusta o -60px até ficar perfeito (testa -40 / -80) */
  }

}

/* PC — INVERTER CORES DOS BOTÕES */

@media(min-width:990px){

  /* ADD AO CARRINHO → preto sólido */
  .section-featured-product .product-form__submit{
    background:#000 !important;
    color:#fff !important;
    border-color:#000 !important;
  }

  /* FAVORITOS → branco com borda */
  .section-featured-product .button--secondary{
    background:#fff !important;
    color:#000 !important;
    border:2px solid #000 !important;
  }

}/* ================================
   PC — INVERTER CORES BOTÕES
================================ */

@media(min-width:990px){

  /* ADD AO CARRINHO — PRETO */
  .section-featured-product .product-form__submit{
    background:#000 !important;
    color:#fff !important;
    border:2px solid #000 !important;
  }

  /* FAVORITOS — BRANCO */
  .section-featured-product .wishlist-btn{
    background:#fff !important;
    color:#000 !important;
    border:2px solid #000 !important;
  }

/* ===============================
   AJUSTE EXCLUSIVO 1440px
================================*/
@media screen and (min-width:1400px) and (max-width:1599px){

  .section-featured-product .product{
    display:grid;
    grid-template-columns:1.2fr 0.8fr;
    column-gap:40px;
    align-items:start;
  }

  .section-featured-product .product__media-wrapper{
    transform:none !important;
    margin-left:0 !important;
  }

  .section-featured-product .product__info-wrapper{
    position:relative;
    left:-120px;
    transform:scale(1.06);
    transform-origin:top left;
  }

}


/* ===============================
   SCALE PARA TELAS GRANDES (1700+)
================================*/
@media screen and (min-width:1700px){

  .section-featured-product .product__info-wrapper{
    transform:scale(1.08);
    transform-origin:top left;
  }

  .section-featured-product .product__media-wrapper{
    transform:scale(1.08);
    transform-origin:top right;
  }



}/* ===== DIMINUIR LOGO SOMENTE ENTRE 1300px e 1500px ===== */
@media screen and (min-width:1300px) and (max-width:1500px){

  #shopify-section-header .header__heading-logo{
    max-height:35px !important;
    height:auto !important;
    width:auto !important;
    transform:scale(0.75) !important;
    transform-origin:left center;
  }

  #shopify-section-header .header__heading-logo-wrapper{
    margin:0 !important;
    padding:0 !important;
  }}/* ===== EMPURRAR LOGO PRA ESQUERDA — FORÇADO (1300–1500px) ===== */

@media screen and (min-width:1300px) and (max-width:1500px){

  .header{
    padding-left:0 !important;
  }

  .header__heading{
    transform: translateX(-80px) !important; /* aumenta se quiser mais pra esquerda */
  }

  .header__heading-link{
    transform: translateX(-80px) !important;
  }





@media screen and (min-width:1300px) and (max-width:1399px){

  .header__heading-logo-wrapper{
    transform: translateX(-150px) !important;
  }
@media screen and (min-width:1400px) and (max-width:1499px){

  .header__heading-logo-wrapper{
    transform: translateX(-150px) !important;
  }
  
@media screen and (min-width:1500px)
    .header__heading-logo-wrapper{
    transform: translateX(-550px) !important;
  }
}/* =========================================
1️⃣ DIMINUIR A LOGO (DESKTOP)
========================================= */

@media screen and (min-width:990px){

  .header__heading-logo{
    width:120px !important;     /* antes 150 */
    max-height:60px !important; /* diminui altura */
  }

}


/* =========================================
2️⃣ JOGAR LOGO PRA ESQUERDA (SEM QUEBRAR GRID)
========================================= */

@media screen and (min-width:990px){

  .header__heading{
    margin-left:-25px !important;  /* aumenta se quiser mais pra esquerda */
  }

  .header__heading-link{
    margin-left:-25px !important;
  }

}/* =========================================
SUBIR LOGO + AFINAR HEADER (ULTRA FORTE)
SÓ ENTRE 1300px E 1500px
========================================= */

@media screen and (min-width:1300px) and (max-width:1500px){

  /* HEADER MAIS FINO */
  .header{
    min-height:48px !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
    margin-top:-20px !important;
  }

  /* SOBE LOGO */
  .header__heading-logo-wrapper{
    margin-top:-18px !important;
  }

  .header__heading-link{
    margin-top:-18px !important;
  }

  .header__heading-logo{
    max-height:52px !important;
    transform:translateY(-12px) !important;
  }

  /* SOBE ICONES */
  .header__icons{
    transform:translateY(-12px) !important;
  }

  /* SOBE SEARCH */
  .search-desktop-wrapper{
    top:50% !important;
    transform:translate(-50%,-60%) !important;
  }



/* ===== DESCONTO DINÂMICO ===== */

.card-information .dynamic-discount {
  font-family: "Satoshi", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  color: #3bb3a9 !important;
  margin-left: 8px !important;
}


/* ===== Ajuste de tamanho de preço - Collection Cards ===== */

.card-information .price-item--regular,
.card-information .price-item--sale {
  font-size: 1.4rem !important;
}

.card-information .price-item--regular {
  opacity: 0.6;
}

.card-information .price {
  margin-top: 4px;
}


/* ===== MOBILE ===== */

@media screen and (max-width: 749px) {

  .card-information .price.price--on-sale {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
  }

  .card-information .price.price--on-sale span:last-child {
    margin-left: 6px !important;
    white-space: nowrap !important;
    font-size: 12px !important;
  }

  .card-information .price-item--sale {
    min-width: 105px !important;
  }

  .card-information .installment-text strong {
    font-weight: 600;
    color: #111;
  }

}@media (max-width: 749px){

  /* sobe o bloco inteiro do preço */
  .template-product .price{
    margin-top: -10px !important;
  }

  /* aumenta o preço principal */
  .template-product .price-item--sale{
    font-size: 34px !important;
    line-height: 1.1 !important;
  }

}

@media (max-width: 749px){

.grid-1-col-tablet-down{
  display:flex !important;
  overflow-x:auto !important;
  gap:12px !important;
}

.grid-1-col-tablet-down > li{
  flex:0 0 70% !important;
  max-width:70% !important;
}

}

@media (max-width: 749px){

  /* diminui altura dos cards da collection list */
  .collection-list .card_inner.ratio,
  .collection-list .card__inner.ratio{
    --ratio-percent: 25% !important;
  }

}
/* ===== MODELOS SEMELHANTES - HOME ===== */

.similares-wrapper {
  margin-top: 60px;
}

.similares-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.similares-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.similares-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.similares-image {
  background: #f5f5f5;
  padding: 20px;
}

.similares-image img {
  width: 100%;
  height: auto;
  display: block;
}

.similares-name {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

/* ===== MOBILE SLIDER ===== */

@media (max-width: 768px) {
  .similares-grid {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
  }

  .similares-card {
    min-width: 75%;
    scroll-snap-align: start;
  }
}/* FORÇA ABSOLUTA - Featured product */
[id*="featured_product"] label {
  padding: 4px 10px !important;
  min-height: 32px !important;
}

[id*="featured_product"] label::before {
  font-size: 12px !important;
}@media screen and (min-width: 1200px) {

  .product-form__input--pill {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }

  .product-form__input--pill input[type='radio'] + label {
    margin: 0 !important;
    width: 100%;
    text-align: center;
  }

}/* Remove grid do header apenas entre 1300 e 1501 */
@media screen and (min-width: 1400px) and (max-width: 1501px) {

  .header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

}}@media screen and (min-width: 1300px) and (max-width: 1499px) {
  .header {
    grid-template-columns: auto 1fr auto !important;
  }
}@media screen and (min-width: 1300px) {
  .header__heading {
    grid-area: heading !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {

  .header-wrapper {
    position: relative !important;
  }

  .header {
    position: relative !important;
    top: 45px !important;
  }

}
@media screen and (min-width: 1300px) and (max-width: 1500px) {

  .header__heading-logo-wrapper {
    position: relative !important;
    left: -580px !important;   /* mais pra esquerda = aumenta */
    top: 35px !important;    /* mais pra baixo = aumenta */
  }

  .header__heading-logo {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 70px !important;
  }

}@media screen and (min-width: 1300px) and (max-width: 1500px) {

  .header__icons {
    position: relative !important;
    right: 80px !important;   /* aumenta pra puxar mais pra esquerda */
  }

}

@media screen and (min-width: 1300px) and (max-width: 1500px) {

  .section-featured-product .product-form__buttons {
    transform: translateX(-42px) !important; /* aumenta pra ir mais pra esquerda */
  }

}
@media screen and (min-width: 1300px) and (max-width: 1500px) {

  .section-featured-product .product__media-wrapper {
    transform: scale(1.15) !important; /* aumenta aqui */
    transform-origin: left center !important;
  }

}

@media screen and (min-width: 1300px) and (max-width: 1500px) {

  .section-featured-product {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 60px !important; /* desce a seção pra não montar no banner */
  }

  .section-featured-product .product__media-wrapper {
    transform: scale(1.15) translateX(-80px) !important; 
    transform-origin: left center !important;
    position: relative !important;
    z-index: 2 !important;
  }

}

@media screen and (width: 1360px) {

  .section-featured-product {
    position: relative !important;
    z-index: 5 !important;
    margin-top: -80px !important; /* sobe acima do banner */
  }

  .section-featured-product .product__media-wrapper {
    transform: scale(0.90) !important; /* diminui a imagem */
    transform-origin: left center !important;
  }

}@media screen and (width: 1440px) {

  /* EMPURRA TODA A COLUNA DA DIREITA */
  .section-featured-product .product__info-wrapper {
    position: relative !important;
    left: -70px !important; /* aumenta pra ir mais pra direita */
  }

}

@media screen and (width: 1366px) {

  .section-featured-product {
    position: relative !important;
    z-index: 5 !important;
    margin-top: -80px !important; /* sobe acima do banner */
  }

  .section-featured-product .product__media-wrapper {
    transform: scale(1.00) !important; /* diminui a imagem */
    transform-origin: left center !important;
  }

  @media screen and (min-width: 1281px) and (max-width: 1399px) {

  .section-featured-product .product-form__buttons {
    justify-content: flex-end !important;
    padding-left: 43px !important; /* aumenta se quiser mais */
  }

}

@media screen and (min-width: 1281px) and (max-width: 1399px) {

 

  /* Ajusta tamanho */
  .header__heading-link.medium-hide.large-up-hide img {
    max-height: 90px !important;
    height: auto !important;
  }

  /* Alinha corretamente */
  .header__heading {
    justify-self: start !important;
  }

}
@media screen and (min-width: 1281px) and (max-width: 1399px) {

  .header__heading {
    position: relative !important;
    left: 200px !important;
  }

}
@media screen and (min-width: 1281px) and (max-width: 1399px) {

  .header__heading a.header__heading-link {
    transform: translateX(-225px) !important; /* aumenta até encaixar */
  }

}

@media screen and (min-width: 1279px) and (max-width: 1281px) {

  .header {
    grid-template-areas: 
      "left-icons icons heading" !important;
  }

  .header__icons {
    justify-self: start !important;
  }

}

#shopify-section-header{
  position: relative;
  z-index: 9999;
}

.shopify-section{
  position: relative;
  z-index: 1;
}main{
  position: relative;
  z-index: 1;
}

product-banners-amty0mwh2ethcdwnsnaigenblockff15c94ylvwhe p{
display:none !important;
}





@media screen and (min-width:1300px){
  .header__heading-logo-wrapper.small-hide{
    display:block !important;
  }

  .medium-hide.large-up-hide{
    display:none !important;
  }
}

/* TITULO EXPLORE POR MARCAS */
.collection-list-wrapper .title{
font-family:"Field Gothic", sans-serif !important;
font-size:22px !important;
font-weight:600 !important;
text-align:center;
}
.style-split-section {
  position: relative;
}

.style-split-title-wrap {
  position: absolute;
  top: 28px;
  left: 24px;
  right: 24px;
  z-index: 20;
}

#sneaker-3d-showcase-{{ section.id }} .sneaker-3d-showcase__heading {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 !important;
  color: #000 !important;
  font-family: "Field Gothic", sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  position: relative;
  z-index: 5;
}


@media screen and (max-width: 749px){
  .shopify-section-group-header-group.section-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    transition: transform 0.28s ease !important;
    will-change: transform;
  }

  .shopify-section-group-header-group.section-header.header-hide-mobile {
    transform: translateY(-100%);
  }
}@media screen and (max-width: 749px){
  #shopify-section-sections--21807219310827__header{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    transition: transform 0.3s ease !important;
  }

  body {
    padding-top: 100px;
  }
}

@media screen and (max-width: 749px) {
  .header {
    position: relative;
  }

  .header__icon--menu {
    position: absolute !important;
    right: 1.2rem !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 30 !important;
  }

  .header__icon--account {
    position: absolute !important;
    right: 4.8rem !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}



@media screen and (min-width: 990px) {
  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
}

@media screen and (min-width: 990px) {
  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
}



@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .section-featured-product .product-form__buttons .wishlist-btn {
    width: 420px !important;
    min-width: 420px !important;
    max-width: 420px !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}




@media screen and (min-width:1300px) and (max-width:1400px){
.menu-colecoes {

  padding: 0px 0px !important;
}}

@media screen and (min-width: 1300px) and (min-width: 1400px){
  .header__heading-logo-wrapper img,
  .header__heading-logo img{
    max-height: 110px !important;
    width: auto !important;
  }
}

@media screen and (min-width: 990px) {
  .template-list-collections .collection-list.grid.grid--3-col-desktop.grid--2-col-tablet-down {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 180px)) !important;
    justify-content: start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    column-gap: 32px !important;
    row-gap: 32px !important;
  }

  .template-list-collections .collection-list__item.grid__item {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding: 0 !important;
  }

  .template-list-collections .collection-list__item .card-wrapper {
    width: 180px !important;
    max-width: 180px !important;
  }
}

