/** Shopify CDN: Minification failed

Line 9779:0 Unexpected "}"
Line 10372:0 Unexpected "}"
Line 11496:0 Unexpected "}"
Line 12198:0 Unexpected "}"

**/
*, :before, :after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(var(--border-color));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-padding-top: var(--sticky-area-height);
  line-height: 1.5;
}

body {
  background: rgb(var(--page-background));
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65 var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  margin: 0;
  position: relative;
}

hr {
  border-top-width: 1px;
  height: 0;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

input[type="submit"] {
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

button, label, summary, [role="button"], [type="checkbox"], [type="radio"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-date-and-time-value {
  text-align: start;
}

[type="date"] {
  min-height: 3rem;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  list-style-type: none;
}

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

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ul, ol, menu {
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
  field-sizing: content;
  min-height: 4lh;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: rgb(var(--text-color) / .65);
}

:disabled {
  cursor: default !important;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img {
  color: #0000;
  max-width: 100%;
  height: auto;
}

[role="img"] svg {
  display: initial;
}

picture source {
  display: contents;
}

video {
  max-width: 100%;
  height: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

[hidden] {
  display: none !important;
}

height-observer {
  display: block;
}

.color-scheme {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  border-color: rgb(var(--border-color));
}

.color-scheme--with-image-overlay {
  --border-color: var(--text-color) / .6;
}

.color-scheme--with-image-overlay .button--outline {
  --border-color: var(--text-color);
}

.accordion {
  box-sizing: content-box;
  display: block;
}

.accordion {
  border-block-width: 1px;
}

.accordion :is(svg) {
  transition: transform .2s;
}

.accordion + .accordion {
  border-block-start-width: 0;
}

.accordion__toggle {
  justify-content: space-between;
  align-items: center;
  column-gap: .625rem;
  padding-block: 1.25rem;
  display: flex;
}

.accordion__content {
  margin-block-start: -.25rem;
  padding-block-end: 1.25rem;
  padding-inline-end: 1.25rem;
}

@media screen and (min-width: 1000px) {
  .accordion__toggle.text-lg {
    padding-block: 1.5rem;
  }

  .accordion--lg .accordion__toggle {
    padding-block: 2rem;
  }

  .accordion--lg .accordion__content {
    margin-block-start: -.5rem;
  }
}

.accordion-group > * + * > .accordion {
  border-block-start-width: 0;
}

.blog-post-card {
  align-content: start;
  gap: 1.25rem;
  display: grid;
}

.blog-post-card__info {
  justify-items: start;
  row-gap: 1rem;
  display: grid;
}

.blog-post-card__meta {
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  display: flex;
}

.blog-post-card__meta > * + :before {
  content: "•";
  margin-inline-end: .5rem;
}

.blog-post-list {
  grid: auto / repeat(auto-fit, var(--blog-post-list-card-width));
  align-items: start;
  column-gap: var(--blog-post-list-column-gap);
  row-gap: var(--blog-post-list-row-gap);
  --blog-post-list-items-per-row: 1;
  --blog-post-list-column-gap: 1.875rem;
  --blog-post-list-row-gap: var(--section-stack-gap);
  --blog-post-list-card-width: calc(100% / var(--blog-post-list-items-per-row)  - var(--blog-post-list-column-gap) * (var(--blog-post-list-items-per-row)  - 1) / var(--blog-post-list-items-per-row));
  display: grid;
}

.featured-blog-post {
  grid-column: 1 / -1;
  display: none;
}

@media screen and (min-width: 700px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 2;
  }
}

@media screen and (max-width: 999px) {
  .blog-post-list--carousel {
    grid: auto / auto-flow var(--blog-post-list-card-width);
    --blog-post-list-card-width: 40vw;
  }
}

@media screen and (max-width: 699px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 74vw;
  }
}

@media screen and (min-width: 1000px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 3;
    --blog-post-list-column-gap: 3.75rem;
  }

  .featured-blog-post {
    display: block;
  }

  .featured-blog-post + .blog-post-card {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .blog-post-list {
    --blog-post-list-row-gap: 3.75rem;
  }
}

.shopify-challenge__button, .shopify-payment-button__button--unbranded {
  all: revert;
}

.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
  -webkit-appearance: none;
  appearance: none;
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: rgb(var(--button-text-color));
  border: 1px solid rgb(var(--button-outline-color, var(--button-background)));
  border-radius: var(--button-border-radius);
  background-color: #0000;
  background-image: var(--initial-gradient), var(--hover-gradient);
  background-size: 100% 100%, 0 100%;
  background-position: var(--initial-background-position);
  --initial-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  padding: .65rem 1.75rem;
  transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  display: inline-flex;
  position: relative;
}

.button--outline {
  color: rgb(var(--button-background, var(--text-color)));
  border-color: rgb(var(--button-outline-color, var(--border-color)));
  --initial-gradient: linear-gradient(transparent, transparent);
  --hover-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
  --initial-background-position: var(--transform-origin-start);
  --hover-background-position: var(--transform-origin-end);
}

.button--subdued.button--outline {
  color: rgb(var(--button-background) / .65);
  border-color: rgb(var(--border-color));
}

.button--sm {
  font-size: var(--text-xs);
  padding: .5rem .75rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--button-transition :is(.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded):not([disabled]):hover {
    color: rgb(var(--button-background));
    background-position: var(--hover-background-position);
    border-color: rgb(var(--button-background));
    background-size: 0 100%, 100% 100%;
  }

  .features--button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: #0000;
  }

  .features--button-transition .button--outline:not([disabled]):hover {
    color: rgb(var(--button-text-color));
  }
}

.button-group {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.button-group > * {
  margin: 0 !important;
}

.button-group:has(.link):has(.button) {
  column-gap: 1.5rem;
}

@media screen and (min-width: 700px) {
  .button-group {
    gap: 1.25rem;
  }

  .button-group:has(.link):not(:has(.button)) {
    column-gap: 2rem;
  }

  .button-group--same-width {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    display: grid;
  }
}

.shopify-payment-button .wallet-button-fade-in {
  animation: none !important;
}

.shopify-payment-button__button {
  vertical-align: top;
  width: 100%;
  min-height: calc(1lh + 1.3rem + 2px);
  animation: none !important;
}

.shopify-payment-button__button--branded:focus-within {
  outline: 2px solid highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.shopify-payment-button__button--branded [role="button"] {
  border-radius: var(--button-border-radius);
  padding: .875rem 1.75rem;
}

.shopify-payment-button__more-options[aria-hidden="true"] {
  display: none;
}

@keyframes animateIconInline {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  51% {
    opacity: 0;
    transform: translateX(-100%);
  }

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

@keyframes animateIconBlock {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }

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

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

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

.circle-button {
  width: var(--circle-button-size);
  height: var(--circle-button-size);
  background: rgb(var(--circle-button-background));
  color: rgb(var(--circle-button-text-color));
  border-radius: var(--rounded-full);
  box-shadow: 0 .125rem .625rem rgb(var(--circle-button-text-color) / .15);
  --circle-button-size: 2.75rem;
  place-items: center;
  display: grid;
}

.circle-button > svg {
  width: .75rem;
}

.circle-button > .icon-zoom {
  width: .875rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .circle-button.hover\:animate-icon-inline:hover svg {
    animation: .35s ease-in-out forwards animateIconInline;
  }

  .circle-button.hover\:animate-icon-block:hover svg {
    animation: .35s ease-in-out forwards animateIconBlock;
  }
}

.circle-button--sm {
  --circle-button-size: 2.25rem;
}

.circle-button--lg, .circle-button--xl {
  --circle-button-size: 3.125rem;
}

:is(.circle-button--lg, .circle-button--xl) > svg {
  width: 1rem;
}

@media screen and (min-width: 700px) {
  .circle-button--xl {
    --circle-button-size: 3.5rem;
  }
}

.content-over-media {
  grid-template: [full-start] 0 [content-start] minmax(0, 1fr) [content-end] 0 [full-end] / [full-start] minmax(0, 1fr) [content-start] minmax(0, min(var(--container-max-width), 100% - var(--content-over-media-column-gap, var(--content-over-media-gap, var(--container-gutter))) * 2)) [content-end] minmax(0, 1fr) [full-end];
  row-gap: var(--content-over-media-calculated-row-gap);
  column-gap: var(--content-over-media-calculated-column-gap);
  min-height: var(--content-over-media-height, auto);
  --content-over-media-gap: 1.25rem;
  --content-over-media-calculated-row-gap: var(--content-over-media-row-gap, var(--content-over-media-gap));
  --content-over-media-calculated-column-gap: var(--content-over-media-column-gap, var(--content-over-media-gap));
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.content-over-media:before {
  content: "";
  background: var(--content-over-media-gradient-overlay, rgb(var(--content-over-media-overlay)));
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.content-over-media > picture, .content-over-media > image-parallax picture {
  display: contents;
}

.content-over-media > :is(img, video, iframe, svg, video-media), .content-over-media > picture img, .content-over-media > image-parallax img {
  height: var(--content-over-media-height, auto);
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: full-start / full-start / full-end / full-end;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  max-width: var(--content-over-media-content-max-width, 48rem);
  z-index: 1;
  text-shadow: 0 1px rgb(var(--content-over-media-text-shadow) / 50%);
  grid-area: content-start / content-start / content-end / content-end;
  position: relative;
}

.content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
  row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5rem);
}

@supports (row-gap: 1lh) {
  .content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
    row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5lh);
  }
}

.content-over-media > video-media:not([autoplay]) ~ :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  pointer-events: none;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.content-over-media > video-media:not([autoplay])[loaded] ~ :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  opacity: 0;
  visibility: hidden;
}

.content-over-media:has(video-media:not([autoplay])) .play-button {
  transition: transform .2s ease-in-out;
}

.content-over-media:has(video-media:not([autoplay])):hover .play-button {
  transform: scale(1.1);
}

.shopify-section:first-child [allow-transparent-header] > .content-over-media > :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  padding-block-start: var(--header-height, 0px);
}

.content-over-media--xs {
  --content-over-media-height: clamp(15rem, 65vw, 25rem);
}

.content-over-media--sm {
  --content-over-media-height: clamp(20rem, 85vw, 32rem);
}

.content-over-media--md {
  --content-over-media-height: clamp(25rem, 100vw, 36rem);
}

.content-over-media--lg {
  --content-over-media-height: clamp(30rem, 125vw, 42rem);
}

.content-over-media--fill {
  --content-over-media-height: calc(100vh - var(--sticky-area-height));
}

.shopify-section:first-child .content-over-media--fill {
  --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)  + var(--header-height, 0px)));
}

.shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
  --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)));
}

@supports (height: 100svh) {
  .content-over-media--fill {
    --content-over-media-height: calc(100svh - var(--sticky-area-height));
  }

  .shopify-section:first-child .content-over-media--fill {
    --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)  + var(--header-height, 0px)));
  }

  .shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
    --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)));
  }
}

@media screen and (min-width: 700px) {
  .content-over-media {
    --content-over-media-gap: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .content-over-media {
    --content-over-media-gap: 3rem;
  }
}

.page-dots {
  --dot-size: .375rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1rem;
  display: flex;
}

.page-dots > * {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--rounded-full);
  place-content: center;
  display: grid;
}

.page-dots > *:after {
  content: "";
  border-radius: inherit;
  opacity: .4;
  background: currentColor;
  transition: opacity .25s, background .25s;
  position: absolute;
  inset: 0;
}

.page-dots > *[aria-current="true"]:after {
  opacity: 1;
}

.page-dots--narrow {
  column-gap: .5rem;
}

.page-dots--autoplay > [aria-current="false"]:after, .page-dots--autoplay > [aria-current="true"] .circular-progress {
  transition-delay: .15s;
}

.page-dots--autoplay > [aria-current="true"]:after, .page-dots--autoplay > [aria-current="false"] .circular-progress {
  opacity: 0;
}

.page-dots--autoplay > [aria-current="true"] .circular-progress circle:last-child {
  animation: animateCircularProgress var(--slideshow-progress-duration) linear var(--slideshow-progress-play-state) both;
}

.prev-next-button {
  transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.prev-next-button[disabled] {
  opacity: 0;
  visibility: hidden;
}

@media screen and (pointer: fine) {
  .prev-next-button--prev:hover svg {
    animation-direction: reverse !important;
  }
}

@media screen and (pointer: fine) {
  .floating-controls-container {
    padding-inline: 4.625rem;
    display: block;
    position: relative;
  }

  .floating-controls-container:not(:has(.is-scrollable)) .floating-controls-container__control {
    display: none;
  }

  .floating-controls-container--inside {
    --floating-controls-inset-inline: 1.5rem;
    padding-inline: 0;
  }

  .floating-controls-container--on-hover > .floating-controls-container__control {
    opacity: 0;
    transform: translateY(-10px);
  }

  .floating-controls-container--on-hover:hover > .floating-controls-container__control:not(:has([disabled])) {
    opacity: 1;
    transform: translateY(0);
  }

  .floating-controls-container__control {
    z-index: 2;
    transition: opacity .2s, transform .2s;
    display: grid;
    position: absolute;
    inset-block-start: calc(50% - 1.5625rem);
  }

  .floating-controls-container__control:first-child {
    inset-inline-start: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container__control:last-child {
    inset-inline-end: var(--floating-controls-inset-inline, 0);
  }
}

@media not screen and (pointer: fine) {
  .floating-controls-container > .floating-controls-container__control {
    display: none;
  }
}

:where(x-drawer, x-modal, x-popover):not(:defined) {
  display: none;
}

:where(.modal, .drawer, .popover, .header-search) {
  z-index: 999;
  display: none;
  position: relative;
}

:where(.modal, .drawer, .popover, .header-search)::part(overlay) {
  background: rgb(var(--page-overlay));
  min-height: 100vh;
  position: fixed;
  inset: 0;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) {
  color: currentColor;
  cursor: pointer;
  background: none;
  border: none;
  place-items: center;
  padding: 0;
  display: grid;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) > svg {
  display: block;
}

@media screen and (pointer: fine) {
  :where(.modal, .drawer, .popover, .header-search)::part(close-button) {
    opacity: .6;
    transition: all .2s ease-in;
  }

  :where(.modal, .drawer, .popover, .header-search)::part(close-button):hover {
    opacity: 1;
  }
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area) {
  position: relative;
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area):before {
  content: "";
  position: absolute;
  inset: -.65rem;
}

.modal {
  --distance-to-bleed: var(--modal-body-padding-inline);
  --modal-header-padding-block: .875rem;
  --modal-header-padding-inline: 1.25rem;
  --modal-body-padding-block: 1.25rem;
  --modal-body-padding-inline: 1.25rem;
  --modal-body-max-width: 30rem;
}

.modal::part(base) {
  place-items: end center;
  width: 100%;
  height: 100%;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal::part(content) {
  max-width: var(--modal-body-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  isolation: isolate;
  width: 100%;
  max-height: 75vh;
  overflow: auto;
}

@supports (height: 100dvh) {
  .modal::part(content) {
    max-height: 85dvh;
  }
}

.modal::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--modal-header-padding-block);
  padding-block-end: var(--modal-header-padding-block);
  padding-inline-start: var(--modal-header-padding-inline);
  padding-inline-end: var(--modal-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.modal::part(close-button) {
  position: absolute;
  inset-inline-end: var(--modal-header-padding-inline);
}

.modal::part(body) {
  padding-block-start: var(--modal-body-padding-block);
  padding-block-end: var(--modal-body-padding-block);
  padding-inline-start: var(--modal-body-padding-inline);
  padding-inline-end: var(--modal-body-padding-inline);
}

@media screen and (min-width: 700px) {
  .modal {
    --modal-header-padding-block: 1.125rem;
    --modal-header-padding-inline: 2rem;
    --modal-body-padding-block: 2rem;
    --modal-body-padding-inline: 2rem;
  }

  .modal::part(base) {
    place-items: center;
  }

  .modal--lg {
    --modal-body-max-width: 45rem;
  }
}

.drawer {
  --distance-to-bleed: var(--drawer-body-padding-inline);
  --drawer-header-padding-block: 1rem;
  --drawer-header-padding-inline: 1.25rem;
  --drawer-body-padding-block: 1.25rem;
  --drawer-body-padding-inline: 1.25rem;
  --drawer-footer-padding-block: 1rem;
  --drawer-footer-padding-inline: 1.25rem;
  --drawer-max-width: min(92vw, 28.125rem);
}

.drawer::part(base) {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.drawer::part(content) {
  max-width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.drawer::part(header) {
  min-height: min(var(--header-height), 5rem);
  border-block-end: 1px solid rgb(var(--border-color));
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  padding-block-start: var(--drawer-header-padding-block);
  padding-block-end: var(--drawer-header-padding-block);
  padding-inline-start: var(--drawer-header-padding-inline);
  padding-inline-end: var(--drawer-header-padding-inline);
  display: flex;
}

.drawer::part(body) {
  overscroll-behavior-y: contain;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: grid;
  overflow: hidden auto;
}

.drawer::part(footer) {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  border-block-start: 1px solid rgb(var(--border-color));
  padding-block-start: var(--drawer-footer-padding-block);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.drawer--sm {
  --drawer-max-width: min(92vw, 25rem);
}

.drawer--center-body::part(body) {
  align-self: center;
}

@media screen and (min-width: 1000px) {
  .drawer {
    --drawer-header-padding-block: 1.125rem;
    --drawer-header-padding-inline: 2rem;
    --drawer-body-padding-block: 2rem;
    --drawer-body-padding-inline: 2rem;
    --drawer-footer-padding-block: 2rem;
    --drawer-footer-padding-inline: 2rem;
  }
}

.popover {
  --distance-to-bleed: var(--popover-body-padding-inline);
  --popover-header-padding-block: .875rem;
  --popover-header-padding-inline: 1.25rem;
  --popover-body-padding-block: 1.25rem;
  --popover-body-padding-inline: 1.25rem;
}

.popover::part(content) {
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  isolation: isolate;
  width: 100%;
  max-height: 75vh;
  overflow: auto;
}

@supports (height: 100dvh) {
  .popover::part(content) {
    max-height: 85dvh;
  }
}

.popover::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--popover-header-padding-block);
  padding-block-end: var(--popover-header-padding-block);
  padding-inline-start: var(--popover-header-padding-inline);
  padding-inline-end: var(--popover-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.popover::part(close-button) {
  position: absolute;
  inset-inline-end: var(--popover-header-padding-inline);
}

.popover::part(body) {
  padding-block-start: var(--popover-body-padding-block);
  padding-block-end: var(--popover-body-padding-block);
  padding-inline-start: var(--popover-body-padding-inline);
  padding-inline-end: var(--popover-body-padding-inline);
}

.popover__value-list {
  text-align: start;
  justify-items: start;
  gap: .75rem;
  display: grid;
}

.popover__value-list > * {
  text-align: inherit;
  color: rgb(var(--text-color) / .65);
  width: 100%;
  transition: color .2s ease-in-out;
}

.popover__value-list > *[aria-selected="true"], .popover__value-list > *:hover {
  color: rgb(var(--text-color));
}

.popover__value-list > *:has(:checked) {
  color: rgb(var(--text-color));
}

.popover__value-option {
  text-align: inherit;
  color: rgb(var(--text-color) / .65);
  width: 100%;
  transition: color .2s ease-in-out;
}

.popover__value-option[aria-selected="true"], .popover__value-option:hover {
  color: rgb(var(--text-color));
}

@media screen and (max-width: 999px) {
  .popover::part(base) {
    place-items: end center;
    width: 100%;
    height: 100%;
    display: grid;
    position: fixed;
    inset: 0;
  }
}

@media screen and (min-width: 1000px) {
  .popover {
    --popover-block-offset: .75rem;
    position: absolute;
  }

  .popover::part(content) {
    border: 1px solid rgb(var(--border-color));
    box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
    width: max-content;
    max-width: 18.75rem;
    max-height: min(60vh, 25rem);
  }

  .popover::part(overlay), .popover::part(header) {
    display: none;
  }

  .popover:has(.popover__value-list)::part(body) {
    padding-inline-end: 2.5rem;
  }

  .popover--top-start {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--top-end {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }

  .popover--bottom-start {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--bottom-end {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }
}

.pop-in {
  z-index: 10;
  padding: 2rem;
  display: none;
  position: fixed;
  inset-block-end: 1rem;
  inset-inline: 1rem;
}

.pop-in__close-button {
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  position: absolute !important;
}

@media screen and (min-width: 700px) {
  .pop-in {
    inset-block-end: 2rem;
    inset-inline: 2rem;
  }
}

.banner {
  font-size: var(--text-base);
  color: rgb(var(--banner-color));
  background: rgb(var(--banner-background));
  text-shadow: none;
  padding: .625rem 1.25rem;
}

.banner:has(.banner__text-with-button) {
  padding-block: 1.25rem;
}

.banner--error {
  --banner-background: var(--error-background);
  --banner-color: var(--error-text);
  --button-background: var(--error-text);
  --button-text-color: var(--error-background);
}

.banner--success {
  --banner-background: var(--success-background);
  --banner-color: var(--success-text);
  --button-background: var(--success-text);
  --button-text-color: var(--success-background);
}

.banner--warning {
  --banner-background: var(--warning-background);
  --banner-color: var(--warning-text);
  --button-background: var(--warning-text);
  --button-text-color: var(--warning-background);
}

.banner__text-with-button {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .8rem 1.5rem;
  display: flex;
}

.form {
  align-content: start;
  row-gap: var(--form-gap);
  display: grid;
}

.form-row {
  gap: var(--fieldset-gap);
  flex-wrap: wrap;
  display: flex;
}

.form-row > .form-control {
  flex: 1 0 var(--fieldset-row-control-width, 14rem);
}

.form-row > button {
  flex-grow: 1;
}

.fieldset {
  gap: var(--fieldset-gap);
  display: grid;
}

.fieldset-row {
  gap: inherit;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  display: grid;
}

.form-control {
  gap: var(--form-control-gap);
  display: grid;
  position: relative;
}

.form-control > label {
  justify-self: start;
}

.form-control__max-characters-count {
  margin-block-start: -.375rem;
}

.checkbox-control {
  align-items: flex-start;
  column-gap: var(--checkbox-control-gap);
  text-align: start;
  display: flex;
  position: relative;
}

.input, .textarea, .select {
  -webkit-appearance: none;
  appearance: none;
  padding: var(--input-padding-block) var(--input-padding-inline);
  border-radius: var(--input-border-radius);
  background: rgb(var(--input-background, transparent));
  color: rgb(var(--input-text-color, var(--text-color)));
  text-align: start;
  border-width: 1px;
  width: 100%;
  transition: border-color .1s ease-in-out;
}

:is(.input, .textarea, .select)::placeholder {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

:is(.input:focus, .textarea:focus, .select:focus-visible) {
  border-color: currentColor;
  outline: none;
}

.select {
  box-shadow: 0 1px 3px rgb(var(--text-color) / .08);
  padding-inline-end: calc(var(--input-padding-inline) * 2 + 10px);
}

.select:required:invalid {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

.select ~ svg, .select > svg {
  transition: transform .2s;
  position: absolute;
  inset-block-start: calc(50% - 3.5px);
  inset-inline-end: calc(var(--input-padding-inline)  + 1px);
}

.select[aria-expanded="true"] > svg {
  transform: rotateZ(180deg);
}

.form-control:has(.select):before {
  content: "";
  width: calc(var(--input-padding-inline) * 2 + 35px);
  background-image: linear-gradient(to var(--transform-origin-start), rgb(var(--background)) calc(var(--input-padding-inline)  + 20px), rgb(var(--background-without-opacity) / 0));
  pointer-events: none;
  height: calc(100% - 2px);
  position: absolute;
  inset-block-start: 1px;
  inset-inline-end: 1px;
}

.form-control:has(.select):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  border-top-right-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}

.form-control:has(.select):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  border-top-left-radius: var(--input-border-radius);
  border-bottom-left-radius: var(--input-border-radius);
}

.floating-label {
  z-index: 1;
  background: rgb(var(--background));
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
  opacity: 0;
  pointer-events: none;
  padding: 0 .25rem;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  inset-block-start: calc(-1 * var(--input-padding-block)  + 1px);
  inset-inline-start: calc(var(--input-padding-inline)  - .25rem + 1px);
  transform: translateY(3px);
}

:-webkit-autofill ~ .floating-label {
  color: #000;
}

:-webkit-any(:-webkit-any(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :-webkit-any(.input, .textarea, .select):-webkit-autofill ~ .floating-label, .select:valid ~ .floating-label) {
  opacity: 1;
  transform: translateY(0);
}

:is(:is(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :is(.input, .textarea, .select):autofill ~ .floating-label, .select:valid ~ .floating-label) {
  opacity: 1;
  transform: translateY(0);
}

.input-suffix {
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: absolute;
  inset-block-start: var(--input-padding-block);
  inset-inline-end: var(--input-padding-inline);
}

.form-control:has(:focus-within) + .input-suffix.hide-on-focus {
  opacity: 0;
  visibility: hidden;
}

.checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-width: 1px;
  border-color: rgb(var(--text-color) / .8);
  background: var(--checkmark-svg-url) no-repeat center / 0;
  --checkbox-baseline-distance: calc(1em * 1.6);
  --checkbox-offset: calc((var(--checkbox-baseline-distance)  - var(--checkbox-size)) / 2);
  border-radius: 2px;
  flex-shrink: 0;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  position: relative;
  inset-block-start: var(--checkbox-offset);
}

@supports (width: 1lh) {
  .checkbox {
    inset-block-start: calc(.5lh - var(--checkbox-size) / 2);
  }
}

.checkbox:checked {
  background-color: rgb(var(--accent));
  border-color: rgb(var(--accent));
  background-size: 10px 8px;
}

.checkbox:checked ~ label {
  opacity: 1;
}

.checkbox:disabled, .checkbox:disabled ~ label {
  opacity: .5;
  cursor: default;
}

.checkbox:not(:disabled, :checked) ~ label {
  opacity: .7;
}

.checkbox ~ label {
  transition: all .2s ease-in-out;
}

.dot-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background: rgb(var(--text-color));
  opacity: 0;
  pointer-events: none;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset-block-start: calc(.5em + 1.5px);
}

.dot-checkbox ~ label {
  opacity: .65;
  transition: opacity .2s, transform .2s;
  position: relative;
}

.dot-checkbox ~ label:hover {
  opacity: 1;
}

.dot-checkbox:checked {
  opacity: 1;
}

.dot-checkbox:checked ~ label {
  opacity: 1;
  transform: translateX(1.125rem);
}

.switch {
  -webkit-appearance: none;
  appearance: none;
  height: var(--switch-height);
  width: var(--switch-width);
  padding: var(--switch-padding);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / .2);
  --switch-height: 1rem;
  --switch-width: 2.25rem;
  --switch-padding: .1875rem;
  --switch-toggle-size: .625rem;
  align-self: center;
  transition: background .2s ease-in-out;
  display: grid;
}

.switch:after {
  content: "";
  width: var(--switch-toggle-size);
  height: var(--switch-toggle-size);
  background: rgb(var(--background));
  border-radius: var(--rounded-full);
  transition: transform .2s ease-in-out;
  box-shadow: 0 1px 1px #0003;
}

.switch:checked {
  background: rgb(var(--accent));
}

.switch:checked:after {
  transform: translateX(calc(var(--transform-logical-flip) * (var(--switch-width)  - var(--switch-toggle-size)  - var(--switch-padding) * 2)));
}

.shopify-section:not(:first-child) .bordered-section {
  border-block-start-width: 1px;
}

.shopify-section:not(:has(.section-spacing)) + .shopify-section {
  border-block-start-width: 0;
}

.container {
  --distance-to-bleed: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

.container--xxs {
  --container-max-width: var(--container-xxs-max-width);
}

.container--xs {
  --container-max-width: var(--container-xs-max-width);
}

.container--sm {
  --container-max-width: var(--container-sm-max-width);
}

.container--md {
  --container-max-width: var(--container-md-max-width);
}

.container--lg {
  --container-max-width: var(--container-lg-max-width);
}

.container--xl {
  --container-max-width: var(--container-xl-max-width);
}

.section-spacing {
  padding-block-start: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing))  + var(--section-vertical-spacing-block-start-compensation, 0px));
  padding-block-end: var(--section-vertical-spacing-override, var(--section-vertical-spacing));
}

.shopify-section:has(.section-spacing) {
  scroll-padding-block-start: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)  + var(--header-is-sticky, 0) * var(--header-height, 0px));
}

.section-spacing--tight {
  --section-vertical-spacing: var(--section-vertical-spacing-tight);
  --section-stack-gap: var(--section-stack-gap-tight);
}

.shopify-section:empty {
  display: none;
}

.section-stack {
  gap: var(--section-stack-gap);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.section-header {
  max-width: min(var(--container-xs-max-width), 100%);
  margin-inline-start: var(--container-gutter);
  margin-inline-end: var(--container-gutter);
}

.container .section-header {
  margin-inline: 0;
}

.v-stack {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
}

.h-stack {
  align-items: center;
  display: flex;
}

.bleed, .full-bleed {
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
}

.bleed {
  scroll-padding-inline: var(--distance-to-bleed);
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
}

@media screen and (min-width: 700px) {
  .sm\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1000px) {
  .md\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

.empty-state {
  text-align: center;
  place-content: center;
  padding-block: 6.25rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .empty-state {
    padding-block: 12.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .empty-state {
    padding-block: 15.625rem;
  }
}

.shopify-section--announcement-bar, .shopify-section--header {
  transform: translateY(calc(((var(--announcement-bar-height, 0px)  + var(--header-height, 0px)) * -1) * var(--hide-header-group, 0)));
  transition: transform .25s ease-in-out;
}

video-media, model-media {
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio, var(--default-aspect-ratio));
  width: 100%;
  display: block;
  position: relative;
  container: media / inline-size;
}

@supports not (aspect-ratio: 1) {
  :is(video-media, model-media):before {
    content: "";
    padding-block-end: calc(100% / (var(--aspect-ratio, var(--default-aspect-ratio))));
    display: block;
  }

  :is(video-media, model-media) > * {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
  }
}

@container media (width >= 32rem) {
  :is(video-media, model-media)::part(play-button) {
    width: 4rem;
    height: 4rem;
  }
}

video-media {
  --default-aspect-ratio: 16 / 9;
}

video-media[host] {
  align-items: center;
  display: grid;
}

video-media[show-play-button]:not([loaded]), video-media:not([autoplay]) {
  cursor: pointer;
}

video-media > :is(video, iframe, img) {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-in-out;
}

video-media > video[controls] {
  pointer-events: auto;
}

video-media > :-webkit-any(video:not(:-webkit-full-screen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(video:not(:fullscreen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(iframe, img) {
  position: absolute;
  inset: 0;
}

video-media:not([loaded]) > :is(video, iframe), video-media[loaded] > img, video-media[loaded]::part(play-button) {
  opacity: 0;
  pointer-events: none;
}

video-media[suspended] ~ * {
  pointer-events: none;
}

video-media::part(play-button) {
  z-index: 1;
  will-change: scale;
  transition: scale .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

video-media:hover::part(play-button) {
  scale: 1.1;
}

model-media {
  --default-aspect-ratio: 1;
}

model-media model-viewer, model-media .shopify-model-viewer-ui {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 699px) {
  .order-summary__header, .order-summary__body td:nth-child(n+2), .order-summary__footer td:first-child {
    display: none;
  }

  .order-summary__body td {
    border-width: 0;
  }

  .order-summary__body tr:last-child td {
    border-block-end-width: 1px;
  }

  .order-summary__body tr:first-child td {
    padding-block-start: 0;
  }

  .order-summary__body tr:last-child td {
    padding-block-end: calc(var(--table-cell-padding-block) * 2);
  }
}

@media screen and (min-width: 700px) {
  .order-summary .line-item-info {
    max-width: 500px;
  }
}

.line-item {
  --line-item-media-width: 4.375rem;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
}

.line-item__media {
  width: var(--line-item-media-width);
  flex-shrink: 0;
}

@media screen and (min-width: 700px) {
  .line-item {
    --line-item-media-width: 7.5rem;
  }
}

.discount-badge {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
  align-items: center;
  column-gap: .5rem;
  padding: .125rem .5rem;
  display: flex;
}

.shipping-estimator__form {
  gap: var(--fieldset-gap);
  display: grid;
}

@media screen and (min-width: 700px) {
  .shipping-estimator__form {
    flex-wrap: wrap;
    display: flex;
  }

  .shipping-estimator__form .select {
    max-width: 15rem;
  }
}

.pagination {
  border-block-end-width: 1px;
  grid-auto-rows: minmax(0, 2.8125rem);
  grid-auto-columns: minmax(0, 2.625rem);
  grid-auto-flow: column;
  justify-self: center;
  display: inline-grid;
}

.pagination__link {
  place-content: center;
  display: grid;
  position: relative;
}

.pagination__link[aria-current="page"] {
  box-shadow: 0 1px, inset 0 -2px;
}

@media screen and (min-width: 700px) {
  .pagination {
    grid-auto-columns: minmax(0, 3.75rem);
  }
}

.pswp {
  z-index: var(--pswp-root-z-index);
  touch-action: none;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
  --pswp-bg: var(--background);
  --pswp-root-z-index: 100000;
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pswp:focus {
  outline: 0;
}

.pswp--open {
  display: block;
}

.pswp img {
  max-width: none;
}

.pswp, .pswp__bg {
  will-change: opacity;
  transform: translateZ(0);
}

.pswp__bg {
  opacity: .005;
  background: rgb(var(--pswp-bg));
}

.pswp, .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .pswp__img, .pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img, .pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img {
  cursor: zoom-out;
}

.pswp__container, .pswp__img, .pswp__button, .pswp__counter {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  z-index: 10;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(.4, 0, .22, 1), transform .3s cubic-bezier(.4, 0, .22, 1);
  transform: translateY(15px);
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .3s;
  transform: translateY(0);
}

.pswp__top-bar {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: .75rem;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  pointer-events: none !important;
}

.pswp__top-bar > .circle-button {
  pointer-events: auto;
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .pswp__top-bar > .circle-button:hover {
    transform: scale(1.1);
  }
}

.pswp__preloader {
  display: none;
}

@media screen and (min-width: 700px) {
  .pswp__top-bar {
    column-gap: 1.125rem;
  }
}

.range {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.range::-webkit-slider-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  z-index: 1;
  box-shadow: none;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
  margin-block-start: -.25rem;
  position: relative;
}

.range::-webkit-slider-runnable-track {
  cursor: pointer;
  background: rgb(var(--text-color) / .12);
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-thumb {
  background: rgb(var(--text-color));
  cursor: pointer;
  border: none;
  border-radius: 100%;
  width: .625rem;
  height: .625rem;
}

.range::-moz-range-progress {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-track {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  width: 100%;
  height: 2px;
}

.range::-moz-range-progress {
  background-color: rgba(var(--text-color));
}

.range::-moz-range-track {
  background-color: rgb(var(--border-color));
}

@media not screen and (pointer: fine) {
  .range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-block-start: -.4375rem;
  }

  .range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
  }
}

.range-group {
  background: linear-gradient(to var(--transform-origin-end), rgb(var(--text-color) / .12) var(--range-min), rgb(var(--text-color)) var(--range-min), rgb(var(--text-color)) var(--range-max), rgb(var(--text-color) / .12) var(--range-max));
  border-radius: 2px;
  height: 2px;
}

.range-group .range {
  pointer-events: none;
  vertical-align: top;
  height: 2px;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
  background: none;
}

.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.input-group {
  align-items: center;
  column-gap: .75rem;
  display: flex;
}

.input-prefix {
  border-radius: min(.625rem, var(--button-border-radius));
  border: 1px solid rgb(var(--text-color) / .12);
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  padding: .4375rem;
  display: flex;
}

.input-prefix:focus-within {
  border-color: rgb(var(--text-color));
  box-shadow: inset 0 0 0 1px rgb(var(--text-color));
}

.input-prefix > .field {
  -webkit-appearance: textfield;
  appearance: textfield;
  text-align: end;
  background: none;
  border: none;
  width: 100%;
  min-width: 0;
  margin-inline-start: .625rem;
  padding: 0;
}

.input-prefix > .field:focus {
  outline: none;
}

.input-prefix > .field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.input-prefix > .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.price-range {
  padding-block-start: .25rem;
  display: block;
}

.price-range > .range-group {
  margin-block-end: 1.125rem;
  position: relative;
}

@media not screen and (pointer: fine) {
  .price-range {
    padding-block-start: .625rem;
  }
}

.product-card {
  scroll-snap-align: start;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.product-card__figure {
  position: relative;
}

.product-card__figure > .badge-list {
  z-index: 1;
  position: absolute;
  inset-block-start: .25rem;
  inset-inline-start: .25rem;
}

.product-card__media {
  isolation: isolate;
  display: block;
}

.product-card__image {
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  transition: opacity .1s ease-in-out;
}

.product-card__image--secondary {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.product-card__quick-add-button {
  background: rgb(var(--circle-button-background));
  color: rgb(var(--circle-button-text-color));
  z-index: 1;
  padding: .625rem;
  position: absolute;
  inset-block-end: .5rem;
  inset-inline-end: .5rem;
}

@media screen and (pointer: fine) {
  .product-card__quick-add-button {
    opacity: 0;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transform: translateY(5px);
  }

  .product-card__quick-add-button :is(svg) {
    transition: transform .2s ease-in-out;
  }

  .product-card__quick-add-button:hover svg {
    transform: rotateZ(90deg);
  }

  .product-card:hover .product-card__quick-add-button {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card__info {
  text-align: center;
  align-content: start;
  justify-items: center;
  gap: .75rem;
  display: grid;
}

.product-card__info :is(.price-list, .rating-badge) {
  justify-content: center;
}

.product-card__info .color-swatch {
  --swatch-size: 1.375rem;
}

@media screen and (pointer: fine) {
  .product-card__image--secondary {
    opacity: 0;
    mix-blend-mode: plus-lighter;
    display: block;
  }

  .product-card__figure:has(.product-card__image--secondary):hover > .product-card__media .product-card__image--primary {
    opacity: 0;
  }

  .product-card__figure:has(.product-card__image--secondary):hover > .product-card__media .product-card__image--secondary {
    opacity: 1;
  }
}

@media screen and (min-width: 700px) {
  .product-card__figure > .badge-list {
    inset-block-start: .5rem;
    inset-inline-start: .5rem;
  }
}

.horizontal-product-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
  position: relative;
  container: horizontal-product-card / inline-size;
}

.horizontal-product-card__figure {
  flex-shrink: 0;
  width: 6.25rem;
}

.horizontal-product-card__info {
  flex-grow: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: auto;
  justify-items: start;
  gap: .625rem;
  display: grid;
}

.\@large\:horizontal-product-card__button {
  display: none;
}

@media screen and (min-width: 700px) {
  .horizontal-product-card {
    column-gap: 2rem;
  }
}

@container horizontal-product-card (width >= 450px) {
  .horizontal-product-card__info {
    grid-auto-flow: column;
    align-items: center;
  }

  .\@narrow\:horizontal-product-card__button {
    display: none;
  }

  .\@large\:horizontal-product-card__button {
    display: block;
  }
}

.product-list {
  grid: auto / repeat(auto-fit, var(--product-list-card-width));
  align-items: start;
  column-gap: var(--product-list-calculated-column-gap);
  row-gap: var(--product-list-calculated-row-gap);
  --product-list-max-items-per-row-allowed: 2;
  --product-list-calculated-items-per-row: min(var(--product-list-max-items-per-row-allowed), var(--product-list-items-per-row));
  --product-list-default-row-gap: 2.1875rem;
  --product-list-default-column-gap: .625rem;
  --product-list-calculated-row-gap: clamp(var(--section-vertical-spacing) / 4, var(--product-list-default-row-gap) * var(--product-list-vertical-spacing-factor, 1), var(--section-vertical-spacing) * 2);
  --product-list-calculated-column-gap: clamp(var(--container-gutter) / 4, var(--product-list-default-column-gap) * var(--product-list-horizontal-spacing-factor, 1), var(--container-gutter) * 2);
  --product-list-card-width: calc(100% / var(--product-list-calculated-items-per-row)  - var(--product-list-calculated-column-gap, 0px) * (var(--product-list-calculated-items-per-row)  - 1) / var(--product-list-calculated-items-per-row));
  display: grid;
}

.product-list--carousel {
  grid: auto / auto-flow var(--product-list-card-width);
  --product-list-default-column-gap: 1.25rem;
  justify-content: safe center;
}

@media screen and (max-width: 699px) {
  .product-list:not(.product-list--carousel) {
    margin-inline: -.625rem;
  }

  .product-list--carousel {
    --product-list-card-width: min(300px, 65%);
  }
}

@media screen and (min-width: 700px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 3;
    --product-list-default-row-gap: 3rem;
    --product-list-default-column-gap: 1.5rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 4;
  }
}

@media screen and (min-width: 1000px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 4;
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 3rem;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 5;
  }

  .product-list--carousel {
    scroll-snap-type: x mandatory;
  }
}

@media screen and (min-width: 1150px) {
  .product-list {
    --product-list-max-items-per-row-allowed: var(--product-list-items-per-row);
  }
}

@media screen and (min-width: 1400px) {
  .product-list {
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 3.75rem;
  }
}

.quick-buy-modal {
  --modal-body-max-width: 55.625rem;
}

.quick-buy-modal::part(content) {
  position: relative;
}

.quick-buy-modal__content {
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.quick-buy-modal__close-button {
  position: absolute;
  inset-block-start: 1.875rem;
  inset-inline-end: 1.875rem;
}

.quick-buy-modal__view-more {
  margin-block-start: 2rem;
  display: inline-block;
}

@media screen and (max-width: 699px) {
  .quick-buy-modal::part(body) {
    padding-inline: 0;
  }

  .quick-buy-modal__gallery-wrapper, .quick-buy-modal__info-wrapper {
    padding-inline-start: var(--modal-body-padding-inline);
    padding-inline-end: var(--modal-body-padding-inline);
  }

  .quick-buy-modal__gallery-wrapper .price-list {
    justify-content: center;
  }

  .quick-buy-modal__gallery-wrapper .price-list .h6 {
    font-size: .6875rem;
  }

  .quick-buy-modal__mobile-info {
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper {
    border-block-start-width: 1px;
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="price"], [data-block-type="rating"], [data-block-type="separator"]), .quick-buy-modal__info-wrapper .product-info__block-group[data-group-type="text-with-rating"] {
    display: none;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="variant-picker"] {
    --product-info-gap: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="buy-buttons"] {
    --product-info-gap: 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .quick-buy-modal {
    --modal-body-padding-inline: 3.125rem;
    --modal-body-padding-block: 3.125rem;
  }

  .quick-buy-modal::part(header) {
    display: none;
  }

  .quick-buy-modal__content {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 2.5rem;
    display: grid;
  }

  .quick-buy-modal__content .product-info {
    top: unset;
    position: relative;
  }
}

.prose {
  overflow-wrap: anywhere;
}

.prose :first-child, .prose .sr-only:first-child + * {
  margin-block-start: 0 !important;
}

.prose :last-child {
  margin-block-end: 0 !important;
}

.prose :where(:not(meta, span) + *) {
  margin-block-start: 1rem;
}

.prose :where(* + span:not(:empty, .metafield-multi_line_text_field)), .prose :is(.link, img) {
  display: inline-block;
}

.prose :is(.link + .link) {
  margin-inline-start: .75rem;
}

.prose :is(.button, .button-group:has(.button)) {
  margin-block-start: 1.5rem;
}

.prose :is(p img:not([style*="float"]):only-child, div img:not([style*="float"]):only-child, figure, video, object, blockquote, table) {
  margin-block: 1.6rem;
}

.prose :is(iframe[src*="youtube"], iframe[src*="youtu.be"], iframe[src*="vimeo"]) {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.prose .play-button {
  margin: 2rem auto;
  display: block;
}

.prose :is(ol, ul) :is(ol, ul) {
  margin-block-start: 0 !important;
}

.prose :is(ol, ul) {
  row-gap: .4em;
  display: grid;
}

.prose br {
  margin-block: 0 !important;
}

.prose figcaption {
  font-style: italic;
  font-size: var(--text-sm);
  color: rgb(var(--text-color) / .65);
  margin-block-start: .5em;
}

.prose blockquote {
  border-inline-start-width: 3px;
  padding: .375rem 0 .375rem 1rem;
  font-size: 1.15rem;
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 1.25rem;
  }

  .prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
    margin-block-start: 2rem;
  }

  .prose:not(.prose--tight) .play-button {
    margin-block: 2.5rem;
  }

  .prose:not(.prose--tight) blockquote {
    margin-inline-start: 2rem;
    padding-inline-start: 2rem;
  }
}

.link, .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse) {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

@supports (height: 1lh) {
  :is(.link, .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse)) {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 100% 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  :is(.link, .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse)):hover {
    background-size: 0 1px;
  }
}

.link-reverse {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

@supports (height: 1lh) {
  .link-reverse {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh) / 0 1px no-repeat;
  }
}

@media screen and (pointer: fine) {
  .link-reverse:hover {
    background-size: 100% 1px;
  }
}

.link-faded {
  color: rgb(var(--text-color) / .65);
  transition: color .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded:hover {
    color: rgb(var(--text-color));
  }
}

.link-faded-reverse {
  transition: color .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded-reverse:hover {
    color: rgb(var(--text-color) / .65);
  }
}

table {
  --table-cell-padding-block: .75rem;
  --table-cell-padding-inline: .5rem;
  --table-foot-cell-padding-block: .75rem;
  --table-foot-cell-padding-inline: .5rem;
  width: 100%;
}

th {
  text-align: start;
}

:where(td, th):not(:empty) {
  border-block-width: 1px;
}

:where(th):not(:empty) {
  border-block-start-width: 0;
}

td:not(:empty) + td {
  border-inline-start-width: 1px;
}

th, td {
  padding: var(--table-cell-padding-block) var(--table-cell-padding-inline);
}

:is(th, td):first-child, :is(th, td):empty + td {
  padding-inline-start: 0;
}

:is(th, td):last-child {
  padding-inline-end: 0;
}

th {
  opacity: .6;
  line-height: 1.7;
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  padding-block: 0 .625rem;
}

tfoot td {
  padding: var(--table-foot-cell-padding-block) var(--table-foot-cell-padding-inline);
}

tr[onclick] {
  cursor: pointer;
  transition: background .2s;
}

tr[onclick]:hover {
  background: rgb(var(--text-color) / .05);
}

@media screen and (min-width: 700px) {
  table {
    --table-cell-padding-block: 1rem;
    --table-cell-padding-inline: .75rem;
    --table-foot-cell-padding-block: 1rem;
    --table-foot-cell-padding-inline: .75rem;
  }
}

.table--reduce-border :is(td) + td {
  border-inline-start-width: 0;
}

.table--lg {
  --table-cell-padding-block: 1.5rem;
  --table-cell-padding-inline: .5rem;
}

@media screen and (min-width: 700px) {
  .table--lg {
    --table-cell-padding-block: 2rem;
    --table-cell-padding-inline: .75rem;
  }
}

.social-media--list {
  align-items: center;
  gap: var(--social-media-list-gap, .75rem 2rem);
  flex-wrap: wrap;
  display: flex;
}

.social-media--list .social-media__item {
  opacity: .65;
  transition: opacity .2s, color .2s;
}

.social-media--list svg {
  width: var(--social-media-icon-size, 1.25rem);
}

@media screen and (pointer: fine) {
  .social-media--list .social-media__item:hover {
    opacity: 1;
  }
}

.social-media--block {
  grid-template-columns: repeat(auto-fit, minmax(0, .33fr));
  gap: 1px;
  display: grid;
}

.social-media--block:has(:nth-child(4)) {
  grid-template-columns: repeat(auto-fit, minmax(0, .25fr));
}

.social-media--block .social-media__item {
  outline: 1px solid rgb(var(--border-color));
  z-index: 0;
  width: 100%;
  transition: background .15s, color .15s, outline .15s, z-index .15s;
}

.social-media--block a {
  padding-block: .625rem;
  display: block;
}

.social-media--block svg {
  margin-inline: auto;
}

@media screen and (pointer: fine) {
  .social-media--block .social-media__item:hover {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
    z-index: 1;
  }
}

@media not screen and (pointer: fine) {
  .social-media--block .social-media__item {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
  }
}

@media screen and (min-width: 700px) {
  .social-media--block {
    grid-template-columns: repeat(auto-fit, minmax(0, 3.75rem));
  }
}

.branding-colors--facebook {
  --branding-background: 24 119 242;
  --branding-color: 255 255 255;
}

.branding-colors--twitter {
  --branding-background: 29 161 242;
  --branding-color: 255 255 255;
}

.branding-colors--instagram {
  --branding-background: 195 42 163;
  --branding-color: 255 255 255;
}

.branding-colors--pinterest {
  --branding-background: 189 8 28;
  --branding-color: 255 255 255;
}

.branding-colors--youtube {
  --branding-background: 255 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--tiktok {
  --branding-background: 1 1 1;
  --branding-color: 255 255 255;
}

.branding-colors--vimeo {
  --branding-background: 26 183 234;
  --branding-color: 255 255 255;
}

.branding-colors--linkedin {
  --branding-background: 10 102 194;
  --branding-color: 255 255 255;
}

.branding-colors--whatsapp {
  --branding-background: 79 206 93;
  --branding-color: 255 255 255;
}

.branding-colors--snapchat {
  --branding-background: 255 252 0;
  --branding-color: 0 0 0;
}

.branding-colors--tumblr {
  --branding-background: 54 70 93;
  --branding-color: 255 255 255;
}

.branding-colors--wechat {
  --branding-background: 9 184 62;
  --branding-color: 255 255 255;
}

.branding-colors--reddit {
  --branding-background: 255 69 0;
  --branding-color: 255 255 255;
}

.branding-colors--line {
  --branding-background: 6 199 85;
  --branding-color: 255 255 255;
}

.branding-colors--spotify {
  --branding-background: 30 215 96;
  --branding-color: 255 255 255;
}

.branding-colors--21buttons {
  --branding-background: 0 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--email {
  --branding-background: var(--text-color);
  --branding-color: var(--background);
}

.color-swatch {
  width: var(--swatch-size);
  height: var(--swatch-size);
  padding: var(--swatch-offset);
  border: var(--swatch-border-size) solid transparent;
  background: content-box var(--swatch-background) no-repeat center / cover;
  --swatch-offset: 2px;
  --swatch-size: 2.125rem;
  --swatch-border-size: 1px;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  place-items: center;
  display: grid;
  position: relative;
}

.color-swatch.is-disabled:before {
  content: "";
  margin: var(--swatch-disabled-margin, var(--swatch-offset));
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

:disabled + .color-swatch {
  display: none;
}

:checked + .color-swatch, .color-swatch.is-selected {
  --swatch-disabled-margin: 0;
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

:focus-visible + .color-swatch {
  outline-offset: calc(var(--swatch-offset));
}

.thumbnail-swatch {
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: min(4px, var(--input-border-radius));
  --swatch-size: 3rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  border-width: 1px;
  display: block;
  position: relative;
}

:checked + .thumbnail-swatch, .thumbnail-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

.thumbnail-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

:disabled + .thumbnail-swatch {
  display: none;
}

.thumbnail-swatch > img {
  border-radius: inherit;
  height: 100%;
}

:focus-visible + .thumbnail-swatch {
  outline-offset: 2px;
}

@media screen and (min-width: 700px) {
  .thumbnail-swatch {
    --swatch-size: 4.25rem;
  }
}

.block-swatch {
  padding: var(--swatch-padding);
  border-width: var(--swatch-border-size);
  border-radius: var(--input-border-radius);
  color: rgb(var(--text-color) / .65);
  --swatch-border-size: 1px;
  --swatch-padding: calc(var(--input-padding-block)  - var(--swatch-border-size) * 2) .875rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  justify-content: center;
  align-items: center;
  column-gap: .875rem;
  min-width: 2.5rem;
  display: flex;
  position: relative;
}

.block-swatch.is-disabled {
  color: rgb(var(--text-color) / .5);
}

:checked + .block-swatch, .block-swatch.is-selected {
  color: var(--text-color);
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

.block-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

:disabled + .block-swatch {
  display: none;
}

:focus-visible + .block-swatch {
  outline-offset: 2px;
}

.block-swatch__color {
  background: var(--swatch-background) center / cover;
  width: 1rem;
  height: 1rem;
}

.image-filter {
  grid-template-columns: var(--image-filter-width) minmax(0, 1fr);
  --image-filter-width: 3rem;
  align-items: center;
  column-gap: 1.25rem;
  display: grid;
}

.image-filter__image {
  width: var(--image-filter-width);
  height: var(--image-filter-width);
  object-fit: contain;
  object-position: center;
}

.image-filter__label {
  grid-column-start: 2;
}

:checked + .image-filter .image-filter__image {
  outline: 1px solid rgb(var(--text-color));
}

:checked + .image-filter .image-filter__label {
  color: rgb(var(--text-color));
}

.content-tabs::part(tab-list) {
  border-block-end: 1px solid rgb(var(--border-color));
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: start;
  gap: 2.5rem;
  margin-block-end: 1.5rem;
  display: grid;
}

.content-tabs [role="tab"] {
  box-shadow: 0 1px rgb(var(--text-color));
  padding-block-end: .625rem;
  transition: opacity .2s ease-in, box-shadow .2s ease-in;
}

.content-tabs [role="tab"]:not([aria-selected="true"]) {
  opacity: .6;
  box-shadow: 0 1px #0000;
}

.content-tabs--center::part(tab-list) {
  width: max-content;
  margin-inline: auto;
}

.content-tabs--center::part(tab-panel-list) {
  text-align: center;
  width: min(800px, 100%);
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 1000px) {
  .content-tabs::part(tab-list) {
    gap: 4.375rem;
    margin-block-end: 2rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .features--page-transition {
    opacity: 0;
  }
}

.constrained-image {
  width: var(--image-mobile-max-width, var(--image-max-width));
  max-width: 100%;
}

@media screen and (min-width: 700px) {
  .constrained-image {
    width: var(--image-max-width);
  }
}

.text-with-icon {
  align-items: center;
  gap: .625rem;
  display: flex;
}

.text-with-icon > svg {
  flex-shrink: 0;
}

.icon {
  vertical-align: middle;
  height: auto;
  transition: transform .2s;
  display: block;
}

.group[aria-expanded="true"] .icon.group-expanded\:rotate {
  transform: rotateZ(180deg);
}

[dir="rtl"] .icon--direction-aware {
  scale: -1;
}

.offset-icon {
  top: var(--icon-baseline-distance);
  --icon-baseline-distance: calc(1em * 1.65 / 2);
  position: relative;
  translate: 0 -50%;
}

@supports (top: 1lh) {
  .offset-icon {
    top: .5lh;
  }
}

.price-list {
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: .5rem;
  display: flex;
}

.price-list--product {
  column-gap: 1rem;
}

.localization-selectors {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem 1.75rem;
  display: flex;
}

.localization-selectors__separator {
  background: rgb(var(--border-color));
  width: 1px;
  height: .5rem;
}

.localization-selectors__separator:last-child {
  display: none;
}

.localization-toggle {
  align-items: center;
  column-gap: .625rem;
  display: flex;
}

.localization-toggle > svg {
  transition: transform .2s;
}

.localization-toggle[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.country-flag {
  width: 20px;
  height: 15px;
}

.payment-methods {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.badge {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: uppercase;
  align-items: center;
  width: max-content;
  padding: .0625rem .3125rem;
  font-size: .625rem;
  display: flex;
}

.badge--on-sale {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
}

.badge--sold-out {
  background: rgb(var(--sold-out-badge-background));
  color: rgb(var(--sold-out-badge-text));
}

.badge--custom {
  background: rgb(var(--custom-badge-background));
  color: rgb(var(--custom-badge-text));
}

@media screen and (min-width: 700px) {
  .badge {
    font-size: .6875rem;
  }
}

.badge-list {
  flex-wrap: wrap;
  gap: .25rem;
  display: flex;
}

.badge-list--vertical {
  flex-direction: column;
}

.feature-badge {
  font-size: var(--text-xs);
  align-items: center;
  column-gap: .5rem;
  padding: .375rem .5rem;
  display: inline-flex;
}

.feature-badge :is(svg, img) {
  flex-shrink: 0;
}

.feature-badge-list {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.rating-badge {
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  line-height: normal;
  display: flex;
}

.rating-badge__stars {
  column-gap: .125rem;
  display: flex;
  position: relative;
  top: -.5px;
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

.text-with-rating {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .75rem .5rem;
  display: flex;
}

.inventory {
  row-gap: .5rem;
  font-style: italic;
  display: grid;
}

.progress-bar {
  background: rgb(var(--text-color) / .1);
  height: 2px;
  display: block;
  position: relative;
}

.progress-bar:before {
  content: "";
  transform: scaleX(var(--progress, 0));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  width: 100%;
  height: 100%;
  transition: transform .45s ease-in-out;
  display: block;
}

[data-tooltip] {
  --tooltip-text-color: var(--text-color);
  --tooltip-background: var(--background);
  position: relative;
}

@media screen and (pointer: fine) {
  [data-tooltip]:after {
    content: attr(data-tooltip);
    inset-block-end: calc(100% + var(--tooltip-offset, .5rem));
    border-radius: min(1.5rem, var(--button-border-radius));
    background: rgb(var(--tooltip-text-color));
    color: rgb(var(--tooltip-background));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    justify-self: center;
    width: max-content;
    max-width: 15rem;
    padding: .125rem .5rem;
    font-size: .6875rem;
    transition: opacity .1s ease-in-out, visibility .1s ease-in-out, scale .1s ease-in-out;
    position: absolute;
    left: 50%;
    translate: -50%;
    scale: .9;
  }

  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    scale: 1;
  }
}

.separator-dot {
  width: var(--dot-size);
  height: var(--dot-size);
  --dot-size: .25rem;
  background: currentColor;
  border-radius: 100%;
}

.animated-plus {
  width: var(--animated-plus-size);
  height: var(--animated-plus-size);
  --animated-plus-size: .625rem;
  display: block;
  position: relative;
}

.animated-plus:before, .animated-plus:after {
  content: "";
  background-color: currentColor;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-90deg);
}

.animated-plus:before {
  width: var(--animated-plus-size);
  opacity: 1;
  height: 1px;
}

.animated-plus:after {
  height: var(--animated-plus-size);
  width: 1px;
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before {
  opacity: 0;
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before, .group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

@media screen and (min-width: 700px) {
  .play-button svg {
    width: 5rem;
    height: 5rem;
  }
}

.quantity-selector {
  grid-template-columns: var(--quantity-selector-height) auto var(--quantity-selector-height);
  grid-auto-rows: var(--quantity-selector-height);
  --quantity-selector-height: 2.7rem;
  --quantity-selector-input-width: 2.5rem;
  --tooltip-offset: calc(-1 * var(--quantity-selector-height) / 2 + 1rem);
  border-width: 1px;
  align-items: center;
  display: inline-grid;
}

.quantity-selector__button {
  place-content: center;
  min-height: 100%;
  display: grid;
}

.quantity-selector__button svg {
  transition: opacity .2s;
}

.quantity-selector__button[disabled] svg, .quantity-selector__button:hover svg {
  opacity: .65;
}

.quantity-selector__input {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: var(--quantity-selector-input-width);
  width: var(--quantity-selector-character-count, 1ch);
  text-align: center;
  background: none;
}

.quantity-selector__input:focus {
  outline: none;
}

.quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector--sm {
  --quantity-selector-height: 2.2rem;
  --quantity-selector-input-width: 2rem;
}

.breadcrumb {
  display: none;
}

.breadcrumb__list {
  align-items: center;
  column-gap: .5rem;
  line-height: 1;
  display: flex;
}

.breadcrumb__list-item + .breadcrumb__list-item:before {
  content: "/";
  color: rgb(var(--text-color) / .65);
  margin-inline-end: .375rem;
  font-size: .625rem;
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb--floating {
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-start: var(--container-gutter);
}

.bordered-box {
  border-width: 1px;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
}

.bordered-box__title {
  inset-block-start: 0;
  text-align: center;
  background: rgb(var(--background));
  width: max-content;
  padding-inline: .5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1000px) {
  .bordered-box {
    padding: 3rem;
  }
}

.loading-bar {
  z-index: 2000;
  pointer-events: none;
  mix-blend-mode: exclusion;
  transform-origin: var(--transform-origin-start);
  background: #fff;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

@media screen and (min-width: 700px) {
  .loading-bar {
    height: 3px;
  }
}

@keyframes animateCircularProgress {
  from {
    stroke-dashoffset: var(--stroke-dasharray);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.circular-progress {
  transition: opacity .25s;
  transform: rotate(-90deg);
}

.circular-progress circle:last-child {
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

@media (prefers-reduced-motion: no-preference) {
  image-parallax img {
    transform: scale(1.3)translateY(-11.5385%);
  }
}

.scroll-margin-offset {
  scroll-margin-block-start: 20px;
}

.share-buttons {
  align-items: center;
  gap: .875rem;
  display: flex;
}

.share-buttons .social-media {
  --social-media-icon-size: 1rem;
  --social-media-list-gap: .75rem;
}

.share-buttons--native:not([hidden]) + .share-buttons {
  display: none;
}

product-rerender {
  display: contents;
}

.customer-account-box {
  min-height: calc(100vh - var(--section-vertical-spacing) * 2 - var(--announcement-bar-height, 0px)  - var(--header-height, 0px));
  text-align: center;
  align-items: center;
  display: grid;
}

.customer-account-category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.customer-account-overview {
  grid-gap: 2.5rem 3rem;
  display: grid;
}

.customer-account-order-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 14rem;
  }
}

@media screen and (min-width: 1150px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 18rem;
    column-gap: 3.75rem;
  }
}

.customer-address-list {
  grid-template-columns: repeat(var(--addresses-per-row), minmax(0, 1fr));
  --addresses-per-row: 1;
  gap: 3rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .customer-address-list {
    --addresses-per-row: 2;
  }
}

@media screen and (min-width: 1000px) {
  .customer-address-list {
    --addresses-per-row: 3;
  }
}

.customer-order {
  grid: auto / minmax(0, 1fr);
  gap: 3rem;
  display: grid;
}

.customer-order__details {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 3rem;
  display: grid;
}

.customer-order__address-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-content: start;
  gap: 2.5rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 1150px) {
  .customer-order {
    grid: auto / auto-flow minmax(0, 1fr) 14rem;
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .customer-order {
    grid-auto-columns: minmax(0, 1fr) 18rem;
  }
}

.announcement-bar {
  text-align: center;
  font-size: var(--announcement-bar-font-size);
  --announcement-bar-gutter: .625rem;
  place-content: center;
  column-gap: .75rem;
  padding-block: 1em;
  padding-inline-start: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  padding-inline-end: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  display: flex;
}

.announcement-bar__carousel {
  flex-grow: 1;
  place-items: center;
  max-width: 35rem;
  display: grid;
}

.announcement-bar__carousel > * {
  grid-area: 1 / -1;
}

.announcement-bar__carousel > :not(.is-selected) {
  visibility: hidden;
}

@media screen and (min-width: 700px) {
  .announcement-bar {
    --announcement-bar-gutter: var(--container-gutter);
    justify-content: center;
    column-gap: 2.5rem;
  }
}

.before-after {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  --before-after-content-inset-inline: 1.25rem;
  --before-after-content-inset-block: 1rem;
  --before-after-cursor-size: 3.125rem;
  display: grid;
  position: relative;
}

.before-after > * {
  grid-area: 1 / -1;
}

.before-after__after-image {
  z-index: 1;
}

.before-after__content-wrapper {
  position: absolute;
}

.before-after__cursor {
  pointer-events: auto;
  filter: drop-shadow(0 1px 1px #0000000d) drop-shadow(0 1px 1px #0000000d);
  z-index: 1;
  display: grid;
  position: relative;
}

.before-after__cursor:before {
  content: "";
  background: rgb(var(--before-after-cursor-background));
  z-index: -1;
  position: absolute;
}

.before-after__cursor svg {
  width: var(--before-after-cursor-size);
  height: var(--before-after-cursor-size);
}

.before-after--horizontal {
  cursor: ew-resize;
}

.before-after--horizontal .before-after__after-image {
  clip-path: inset(0 0 0 var(--before-after-cursor-position, 0%));
}

[dir="rtl"] :is(.before-after--horizontal .before-after__after-image) {
  clip-path: inset(0 var(--before-after-cursor-position, 0%) 0 0);
}

.before-after--horizontal .before-after__before-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--horizontal .before-after__after-image .before-after__content-wrapper {
  text-align: end;
  justify-items: end;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-end: var(--before-after-content-inset-inline);
}

.before-after--horizontal .before-after__cursor {
  justify-self: start;
  place-items: center start;
  inset-inline-start: calc(var(--before-after-cursor-position, 0%)  - var(--before-after-cursor-size) / 2);
}

.before-after--horizontal .before-after__cursor:before {
  width: .125rem;
  height: 100%;
  inset-inline-start: calc(var(--before-after-cursor-size) / 2);
}

.before-after--vertical {
  cursor: ns-resize;
}

.before-after--vertical .before-after__after-image {
  clip-path: inset(var(--before-after-cursor-position, 0%) 0 0 0);
}

.before-after--vertical .before-after__before-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-start: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical .before-after__after-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical .before-after__cursor {
  align-self: start;
  place-items: start center;
  inset-block-start: calc(var(--before-after-cursor-position, 0%)  - var(--before-after-cursor-size) / 2);
}

.before-after--vertical .before-after__cursor:before {
  width: 100%;
  height: .125rem;
  inset-block-start: calc(var(--before-after-cursor-size) / 2);
}

@media screen and (max-width: 699px) {
  .before-after {
    --before-after-cursor-size: 2.5rem;
  }

  .before-after .button {
    padding: .45rem 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .before-after {
    --before-after-content-inset-inline: 2.5rem;
    --before-after-content-inset-block: 2rem;
  }

  .before-after__content-wrapper:has(.button) {
    --before-after-content-inset-block: 2.5rem;
  }
}

.blog-tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1.5rem;
  display: flex;
}

.article {
  --article-wrapper-offset: 0px;
  --article-wrapper-padding-inline: 0px;
  padding-block-end: var(--section-vertical-spacing);
}

.article__toolbar {
  visibility: hidden;
  z-index: 1;
  width: 100vw;
  padding-block: 1rem;
  transition: transform .2s, visibility .2s, inset-block-start .15s ease-in-out;
  position: fixed;
  inset-block-start: var(--sticky-area-height);
  transform: translateY(-100%);
}

.article__toolbar.is-visible {
  visibility: visible;
  transform: translateY(0);
}

.article__toolbar .social-media {
  gap: .75rem 1rem;
}

.article__toolbar .social-media svg {
  width: 1rem;
  height: 1rem;
}

.article__image {
  overflow: hidden;
}

.article__image img {
  height: var(--article-image-height);
  object-fit: cover;
}

.article__wrapper {
  padding: 1.5rem var(--article-wrapper-padding-inline) 0;
  background: rgb(var(--background));
  gap: 5rem;
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  display: grid;
  position: relative;
}

.article__image + .article__wrapper {
  margin-block-start: var(--article-wrapper-offset);
}

.article__comments {
  gap: inherit;
  scroll-margin-block-start: calc(var(--sticky-area-height)  + 20px);
  display: grid;
}

.article__footer {
  gap: 2.5rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .article {
    --article-wrapper-offset: -2.75rem;
    --article-wrapper-padding-inline: 3.125rem;
  }

  .article__wrapper {
    gap: 6.25rem;
    padding-block-start: 2.5rem;
  }

  .article__footer {
    grid: auto / auto-flow minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .article {
    --article-wrapper-offset: -4.375rem;
  }
}

.comment {
  gap: 1.125rem;
  display: grid;
}

.comment:not(:first-child) {
  padding-block-start: 2rem;
}

.cart-page {
  align-items: start;
  row-gap: max(4rem, var(--section-vertical-spacing-tight));
  display: grid;
}

.cart-footer {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.cart-recap {
  gap: .5rem;
  display: grid;
}

.cart-recap [type="submit"] {
  margin-block-start: 1rem;
}

@media screen and (min-width: 700px) {
  .cart-footer {
    flex-direction: row;
    gap: 3rem;
  }

  .cart-footer > :not(:only-child) {
    width: min(24rem, 100%);
  }

  .cart-recap {
    text-align: end;
    justify-items: end;
    margin-inline-start: auto;
  }
}

@media screen and (min-width: 1000px) {
  .cart-page {
    row-gap: max(6rem, var(--section-vertical-spacing-tight));
  }
}

.cart-drawer::part(body) {
  padding-block: 0;
}

:is(.cart-drawer:has(.cart-drawer__order-note[open])::part(header), .cart-drawer:has(.cart-drawer__order-note[open])::part(body)) {
  opacity: .4;
  pointer-events: none;
  transition: opacity .2s;
}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
}

.cart-drawer .free-shipping-bar {
  font-size: var(--text-sm);
  border-block-end-width: 1px;
  margin-inline-start: calc(-1 * var(--drawer-body-padding-inline));
  margin-inline-end: calc(-1 * var(--drawer-body-padding-inline));
  padding-block: .5rem;
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
}

.cart-drawer__items {
  gap: 1.5rem;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  display: grid;
}

.cart-drawer__complementary-products {
  padding-inline: var(--drawer-body-padding-inline);
  border-block-start-width: 1px;
  padding-block: 1.25rem;
  margin-inline: calc(-1 * var(--drawer-body-padding-inline)) !important;
  row-gap: 1.25rem !important;
}

.cart-drawer__button-price {
  align-items: center;
  display: flex;
}

.cart-drawer__button-price:before {
  content: "";
  background: currentColor;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-inline-end: 1.125rem;
}

.cart-drawer__footer {
  align-items: start;
  gap: 1rem;
  display: grid;
}

.cart-drawer__order-note {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  box-shadow: 1px 0 6px rgb(var(--border-color));
  z-index: 2;
  border-block-start-width: 1px;
  width: 100%;
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: none;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}

@media screen and (min-width: 700px) {
  .cart-drawer__complementary-products {
    padding-block: 2rem;
    row-gap: 1rem !important;
  }
}

.collection-banner {
  display: block;
  position: relative;
}

.collection-banner .breadcrumb {
  z-index: 2;
}

.collection {
  grid-template-columns: var(--collection-grid-template);
  align-items: start;
  gap: var(--collection-gap);
  --collection-gap: 2rem;
  --collection-grid-template: minmax(0, 1fr);
  --collection-sidebar-width: 15rem;
  margin-block-end: var(--section-vertical-spacing);
  scroll-margin-block-start: calc(var(--collection-toolbar-height, 0px)  + 20px);
  display: grid;
}

.collection:only-child {
  margin-block-start: 1.5rem;
}

.collection__main {
  row-gap: var(--section-stack-gap);
  display: grid;
}

.collection .product-list[collection-mobile-layout="medium"] {
  --product-list-items-per-row: var(--collection-items-per-row-medium);
}

.collection .product-list[collection-mobile-layout="large"] {
  --product-list-items-per-row: var(--collection-items-per-row-large);
}

@media screen and (min-width: 700px) {
  .collection:only-child {
    margin-block-start: 3rem;
  }

  .collection .product-list[collection-desktop-layout="compact"] {
    --product-list-items-per-row: var(--collection-items-per-row-compact);
  }

  .collection .product-list[collection-desktop-layout="compact"] .product-card__info {
    display: none;
  }

  .collection .product-list[collection-desktop-layout="medium"] {
    --product-list-items-per-row: var(--collection-items-per-row-medium);
  }

  .collection .product-list[collection-desktop-layout="large"] {
    --product-list-items-per-row: var(--collection-items-per-row-large);
  }
}

@media screen and (min-width: 1150px) {
  .collection {
    --collection-gap: 3.125rem;
  }
}

.collection-toolbar {
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
  background-color: rgb(var(--background));
  z-index: 2;
  min-height: 3em;
  transition: inset-block-start .15s ease-in-out;
  display: flex;
  position: sticky;
  inset-block-start: var(--sticky-area-height);
  inset-inline-start: 0;
}

.collection-toolbar .popover {
  --popover-block-offset: 0px;
  inset-inline-end: -1px;
}

.collection-toolbar__button-list {
  flex-grow: 1;
  display: flex;
}

.collection-toolbar__button {
  padding-block: .75rem;
}

.collection-toolbar__button :is(svg) {
  transition: transform .2s;
}

.collection-toolbar__button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.collection-toolbar__button-container {
  width: 100%;
  position: relative;
}

.collection-toolbar__button-container + .collection-toolbar__button-container {
  border-inline-start-width: 1px;
}

.collection-toolbar__layout-switch-list {
  border-inline-start-width: 1px;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.25rem;
  display: flex;
}

.collection-toolbar__button {
  opacity: .5;
  transition: opacity .2s;
}

.collection-toolbar__button:hover, .collection-toolbar__button.is-active {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .collection-toolbar {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .collection-toolbar__button {
    padding-block: 1.125rem;
  }

  .collection-toolbar__button-list {
    flex-direction: row-reverse;
    flex: none;
  }

  .collection-toolbar__button-container {
    border-inline-start-width: 1px;
  }

  .collection-toolbar__button-container > .collection-toolbar__button {
    width: max-content;
    padding-inline: 2.875rem;
  }

  .collection-toolbar__layout-switch-list {
    border-inline-width: 0 1px;
    padding-inline: 1.875rem;
  }

  .collection-toolbar__products-count {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
  }
}

.facets .accordion-list .accordion:first-child {
  border-block-start-width: 0;
}

.facets .accordion-list .accordion:first-child .accordion__toggle {
  padding-block-start: 0;
}

.facets .accordion-list .accordion:last-child {
  border-block-end-width: 0;
}

.facets .accordion-list .accordion:last-child .accordion__content {
  padding-block-end: 0;
}

.active-facets {
  flex-wrap: wrap;
  align-items: center;
  gap: .625rem;
  display: flex;
}

.removable-facet {
  font-size: var(--text-sm);
  border-width: 1px;
  align-items: center;
  column-gap: .375rem;
  padding: .375rem .625rem;
  display: flex;
}

.facets-clear-all {
  margin-inline-start: .625rem;
}

@media screen and (min-width: 700px) {
  .removable-facet {
    font-size: var(--text-base);
    column-gap: .625rem;
    padding: .625rem .875rem;
  }
}

@media screen and (min-width: 1000px) {
  .facets-sidebar {
    top: calc(var(--sticky-area-height)  + var(--collection-toolbar-height, 0px)  + 20px);
    width: var(--collection-sidebar-width);
    grid-column-end: -2;
    display: block;
    position: sticky;
  }
}

.collection-list {
  gap: var(--collection-list-gap, 0px);
  display: flex;
}

.collection-list .collection-card {
  flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row)  - var(--collection-list-gap, 0px) * (var(--collection-list-items-per-row)  - 1) / var(--collection-list-items-per-row)));
}

.collection-list--text-outside {
  row-gap: 3rem;
}

.collection-card {
  align-content: start;
  gap: 1.5rem;
  display: grid;
}

.countdown {
  gap: var(--section-stack-gap);
  display: grid;
}

.countdown__timer {
  text-transform: uppercase;
  text-align: center;
  grid: auto / auto-flow minmax(0, 1fr) auto;
  align-items: center;
  column-gap: .75rem;
  display: grid;
}

.countdown__timer-item {
  display: grid;
}

.countdown__timer-flip {
  --heading-letter-spacing: 0;
  justify-content: center;
  column-gap: 2px;
  display: flex;
}

.countdown__timer-flip::part(digit) {
  color: rgb(var(--countdown-timer-flip-text-color));
}

.countdown__timer-flip--background::part(digit) {
  background: rgb(var(--countdown-timer-flip-background));
  border-radius: .25rem;
  padding: .375rem .5rem;
}

@media screen and (max-width: 699px) {
  .countdown__content {
    text-align: center;
  }

  .countdown__timer {
    justify-content: center;
  }
}

@media screen and (min-width: 700px) {
  .countdown {
    grid-template-columns: minmax(250px, 570px) max-content;
    justify-content: space-between;
    gap: 4rem;
    width: 100%;
  }

  .countdown__timer-item {
    row-gap: .5rem;
  }

  .countdown--reverse {
    grid-template-columns: max-content minmax(250px, 570px);
  }

  .countdown--reverse .countdown__timer {
    order: -1;
  }
}

@media screen and (min-width: 1000px) {
  .countdown__timer {
    column-gap: 1rem;
  }
}

.countdown-condensed {
  column-gap: 2.25rem;
  justify-content: var(--countdown-condensed-justify-content, space-between);
  padding: 1rem var(--container-gutter);
  display: flex;
}

.countdown-condensed__text {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.5rem;
  display: flex;
}

.countdown-condensed__timer {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  align-items: center;
  column-gap: .25rem;
  display: flex;
}

.countdown-condensed__timer-item {
  display: grid;
}

.countdown-condensed__timer-flip {
  font-size: .625rem;
  font-weight: bolder;
}

.countdown-condensed__timer-unit {
  font-size: .5rem;
}

@media screen and (max-width: 699px) {
  .countdown-condensed .h6 {
    font-size: .625rem;
  }
}

@media screen and (min-width: 700px) {
  .countdown-condensed {
    column-gap: 5rem;
  }

  .countdown-condensed__timer {
    column-gap: .75rem;
  }

  .countdown-condensed__timer-flip {
    font-size: .75rem;
  }

  .countdown-condensed__timer-unit {
    font-size: .625rem;
  }
}

.footer {
  background: rgb(var(--background));
  background-image: var(--background-gradient);
  color: rgb(var(--text-color));
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: min(var(--section-vertical-spacing), 3rem);
}

.footer__inner {
  row-gap: min(var(--section-vertical-spacing), 3rem);
  display: grid;
}

.footer__block-list {
  justify-content: start;
  align-items: start;
  gap: min(var(--section-vertical-spacing), 2.5rem);
  display: grid;
}

.footer__aside {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: grid;
}

.footer__aside .payment-methods {
  justify-content: center;
  max-width: 30rem;
}

@media screen and (min-width: 700px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
  }

  .footer__block {
    flex: auto;
  }

  .footer__block--links, .footer__block--image {
    flex-grow: 0;
    max-width: 14rem;
  }

  .footer__block--newsletter {
    flex-basis: 14rem;
    max-width: 18rem;
  }

  .footer__block--text {
    flex-basis: 14rem;
    max-width: 24rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__aside {
    grid-auto-flow: column;
    justify-content: space-between;
  }

  .footer__aside .payment-methods {
    justify-content: end;
  }
}

@media screen and (min-width: 1150px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .footer__block-list {
    column-gap: 5rem;
  }
}

.gift-card__image {
  max-width: 16.875rem;
  margin-inline: auto;
}

.gift-card__redeem-info {
  padding: 1.5rem;
}

.gift-card__save {
  place-items: center;
  gap: 1.5rem;
  display: grid;
}

.gift-card__qr-code {
  width: 5rem;
  height: 5rem;
}

@media screen and (min-width: 700px) {
  .gift-card__redeem-info {
    padding: 2rem;
  }

  .gift-card__save {
    grid-auto-flow: column;
  }
}

.faq {
  justify-content: center;
  align-items: start;
  column-gap: 3.75rem;
  display: flex;
}

.faq__toc {
  align-content: start;
  justify-items: start;
  gap: .75rem;
  min-width: 150px;
  max-width: 300px;
  transition: inset-block-start .15s ease-in-out;
  display: grid;
  position: sticky;
  inset-block-start: calc(var(--sticky-area-height)  + 1.25rem);
}

.faq__toc-item {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

.faq__toc-item.is-active {
  background-size: 100% 1px;
}

.faq__content {
  flex-basis: 650px;
}

.faq__category {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  scroll-margin-block-start: 1.25rem;
  display: flex;
}

.faq__category + .accordion {
  margin-block-start: 1.25rem;
}

.accordion + .faq__category {
  margin-block-start: 3rem;
}

.featured-collections-navigation {
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: safe center;
  column-gap: 1.5rem;
  display: grid;
}

.featured-collections-navigation > button:not(:only-child) {
  padding-block-end: 2px;
  position: relative;
}

.featured-collections-navigation > button:not(:only-child):after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  height: 1px;
  transition: transform .3s;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.featured-collections-navigation > button:not(:only-child)[aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (min-width: 700px) {
  .featured-collections-navigation {
    column-gap: 2.5rem;
  }
}

.featured-collections-carousel {
  display: grid;
  position: relative;
}

.featured-collections-carousel > * {
  grid-area: 1 / -1;
}

.featured-collections-carousel__item {
  gap: var(--section-stack-gap);
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.featured-collections-carousel__item:not(.is-selected) {
  display: none;
}

.header {
  grid: var(--header-grid);
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: var(--header-padding-block);
  box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
  --header-show-transparent-logo: 0;
  padding-block-start: var(--header-padding-block);
  padding-block-end: var(--header-padding-block);
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  transition: background .2s, color .2s, border .2s, box-shadow .2s, transform .15s ease-in-out;
  display: grid;
  position: relative;
}

.header.is-hidden {
  transform: translateY(-100%);
}

.shopify-section--header:has(.header.is-hidden) {
  pointer-events: none;
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header + .shopify-section-group-header-group)) .header {
  margin-block-end: calc(-1 * var(--header-height, 0px));
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header + .shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has([open])) {
  --header-show-transparent-logo: 1;
  --header-separation-border-color: 0 0 0 / 0;
  --background: 0 0 0 / 0;
  --background-gradient: 0 0 0 / 0;
  --border-color: 0 0 0 / 0;
  --text-color: var(--header-transparent-header-text-color);
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header + .shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has([open])) .link-faded {
  color: currentColor;
  transition: none;
}

.header__cart-dot {
  box-shadow: 0 0 0 2px rgb(var(--background));
  background-color: #f45a00 !important;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -.125rem;
  transform: scale(0);
}

.header__cart-dot.is-visible {
  transform: scale(1);
}

@media screen and (min-width: 700px) {
  .header {
    column-gap: 2.5rem;
  }
}

.header__logo {
  grid-area: logo;
  justify-self: start;
  position: relative;
}

.header__logo-image {
  width: var(--header-logo-width);
  max-width: 100%;
  height: auto;
}

.header__logo-image:where(:not(:only-of-type)) {
  opacity: calc(1 - var(--header-show-transparent-logo));
  transition: opacity .2s;
}

.header__logo-image--transparent {
  opacity: var(--header-show-transparent-logo);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.header__logo-text {
  display: block;
}

.header__primary-nav {
  flex-wrap: wrap;
  grid-area: primary-nav;
  align-items: center;
  gap: .625rem 1.25rem;
  display: flex;
}

.header__primary-nav-item:before {
  content: attr(data-title);
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  color: #0000;
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  pointer-events: none;
  width: max-content;
  height: 2px;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-end: 0;
  transform: scaleX(0);
}

.header__primary-nav-item:hover:before {
  transform: scaleX(1);
}

.header__primary-nav-item:has(.header__dropdown-menu):before {
  display: none;
}

@media screen and (max-width: 699px) {
  .header__nav-icon {
    width: 1.375rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__primary-nav--center {
    justify-content: safe center;
  }
}

@media screen and (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 2.5rem;
  }
}

.header__secondary-nav {
  flex-wrap: wrap;
  grid-area: secondary-nav;
  justify-content: end;
  justify-self: end;
  align-items: center;
  gap: .625rem .9rem;
  display: flex;
}

.header__secondary-nav .localization-selectors:not(:only-child) {
  margin-inline-end: .625rem;
}

@media screen and (min-width: 700px) {
  .header__secondary-nav {
    column-gap: 1.25rem;
  }
}

.header__dropdown-menu {
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  border-width: 0 1px 1px;
  width: max-content;
  min-width: 12.5rem;
  max-width: 17.5rem;
  padding-block: 1.125rem;
  position: absolute;
  inset-block-start: calc(100% - 2px);
}

.header__dropdown-menu:not(:has(.header__dropdown-menu)) {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 20px);
  overflow: auto;
}

.header__dropdown-menu:before {
  content: "";
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  width: 100%;
  height: 2px;
  transition: transform .25s ease-in-out 50ms;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

[aria-expanded="true"] > .header__dropdown-menu:before {
  transform: scaleX(1);
}

.header__dropdown-menu :is(a, summary) {
  padding: .375rem 1.5625rem;
  display: block;
}

.header__dropdown-menu .header__menu-disclosure {
  position: relative;
}

.header__dropdown-menu--restrictable {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 40px);
  overflow-y: auto;
}

.header__dropdown-menu .header__dropdown-menu {
  border-width: 1px;
  inset-block-start: calc(-1.125rem - 1px);
  inset-inline-start: 100%;
}

.header__dropdown-menu .header__dropdown-menu:before {
  display: none;
}

.header-search {
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
}

.header-search::part(overlay) {
  min-height: calc(100vh - var(--sticky-area-height));
  inset-block-start: var(--sticky-area-height);
}

.header-search::part(content) {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 1.25rem);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  overflow: auto;
}

@supports (max-height: 100dvh) {
  .header-search::part(content) {
    max-height: min(var(--header-search-max-height, 100vh), 100dvh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 1.25rem);
  }
}

.header-search__form-control {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: .75rem;
  padding-block: .75rem;
  display: grid;
}

.header-search__input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

.header-search__input:focus {
  outline: none;
}

.header-search__input::-webkit-search-decoration {
  display: none;
}

.header-search__input::-webkit-search-cancel-button {
  display: none;
}

.header-search__input::-webkit-search-results-button {
  display: none;
}

.header-search__input::-webkit-search-results-decoration {
  display: none;
}

@media screen and (min-width: 700px) {
  .header-search__form-control {
    column-gap: 1.25rem;
    padding-block: 1.5rem;
  }
}

.predictive-search {
  display: block;
}

.predictive-search__no-results {
  text-align: center;
  padding-block: 2.5rem 4rem;
}

.predictive-search__results {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  padding-block: 1.25rem 2rem;
  display: grid;
}

.predictive-search__suggestions {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: .75rem 1.5rem;
  display: grid;
}

.predictive-search__suggestions mark {
  background: none;
  font-weight: bolder;
}

.predictive-search__tabs::part(tab-list-scrollable) {
  scrollbar-width: none;
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
  display: flex;
  overflow: auto;
}

.predictive-search__tabs::part(tab-list) {
  width: min-content;
  min-width: 100%;
}

.predictive-search__category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.predictive-search__products {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
  display: grid;
}

.predictive-search__blog-posts {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem 2.5rem;
  display: grid;
}

.predictive-search__blog-posts .blog-post-card__info {
  row-gap: .75rem;
}

.predictive-search__collections {
  align-items: start;
  gap: var(--container-gutter);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

@media screen and (max-width: 699px) {
  .predictive-search__suggestions {
    grid: auto / auto-flow max-content;
    row-gap: 1.25rem;
  }

  .predictive-search__products .horizontal-product-card__figure {
    max-width: 4.375rem;
  }

  .predictive-search__blog-posts .blog-post-card {
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 700px) {
  .predictive-search__no-results {
    padding-block: 4.75rem 6.25rem;
  }

  .predictive-search__results {
    padding-block: 1.5rem 3rem;
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .predictive-search__blog-posts .blog-post-card__category {
    font-size: .6875rem;
  }
}

@media screen and (min-width: 1000px) {
  .predictive-search__results--with-suggestions {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .predictive-search__products {
    grid-template-columns: repeat(var(--product-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(var(--blog-post-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__collections {
    grid-template-columns: repeat(var(--collection-list-items-per-row), minmax(0, 1fr));
  }
}

.mega-menu {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 20px);
  justify-content: safe center;
  align-items: start;
  column-gap: var(--mega-menu-gap);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  --mega-menu-gap: 2.5rem;
  --mega-menu-linklist-gap: 2.5rem;
  --mega-menu-promo-gap: 2rem;
  border-block-end-width: 1px;
  width: 100%;
  padding-block: 2.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  display: flex;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  overflow-y: auto;
}

.mega-menu--reverse {
  flex-direction: row-reverse;
}

.mega-menu--reverse .mega-menu__promo {
  justify-content: flex-start;
}

.mega-menu__linklist {
  gap: var(--mega-menu-linklist-gap);
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.mega-menu__linklist > * {
  max-width: 280px;
}

.mega-menu__promo {
  justify-content: flex-end;
  column-gap: var(--mega-menu-promo-gap);
  flex: 0 auto;
  display: flex;
}

.mega-menu__promo > * {
  flex: 315px;
  min-width: 240px;
  max-width: 315px;
}

@media screen and (min-width: 1400px) {
  .mega-menu {
    --mega-menu-gap: 6.25rem;
    --mega-menu-linklist-gap: 2.5rem 6.25rem;
  }

  .mega-menu:has(.mega-menu__linklist > :nth-child(5)) {
    --mega-menu-linklist-gap: 2.5rem 4rem;
  }
}

.header-sidebar {
  --header-linklist-padding-block: 1rem;
}

.header-sidebar::part(close-button) {
  opacity: 1;
}

.header-sidebar::part(header) {
  border-block-end: none;
}

.header-sidebar::part(content) {
  box-sizing: border-box;
  overflow-x: hidden;
}

.header-sidebar::part(panel-list) {
  position: relative;
}

.header-sidebar__scroller{
    padding-top: 0 !important;
}

.header-sidebar__linklist-button {
  text-align: start;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block-start: calc(var(--header-linklist-padding-block) / 2);
  padding-block-end: calc(var(--header-linklist-padding-block) / 2);
  transition: color .2s;
  display: flex;
}

@media screen and (pointer: fine) {
  .header-sidebar__main-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }

  .header-sidebar__main-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) .header-sidebar__linklist-button {
  color: rgb(var(--text-color)) !important;
}

.header-sidebar__back-button {
  border-block-end-width: 1px;
  width: 100%;
  margin-block-end: 1rem;
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: 1rem;
}

.header-sidebar__back-button.is-divided {
  margin-block-end: .5rem;
}

.header-sidebar__nested-linklist {
  border-inline-start-width: 1px;
  row-gap: .75rem;
  margin-block: 2px 1.125rem;
  margin-inline-start: .5rem;
  padding-inline-start: 1.5rem;
  display: grid;
}

.header-sidebar__main-panel {
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: max-content;
  height: 100%;
  display: grid;
}

.header-sidebar__footer {
  position: relative;
}

.header-sidebar__footer:before {
  content: "";
  background: linear-gradient(transparent, rgb(var(--background)));
  width: 100%;
  height: 2.5rem;
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
}

.header-sidebar__footer > * {
  padding-block: 1.25rem;
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.header-sidebar__footer .localization-selectors {
  border-block-start-width: 1px;
  justify-content: flex-start;
  column-gap: 1.25rem;
}

.header-sidebar__collapsible-panel {
  width: var(--drawer-max-width);
  background-color: rgb(var(--background));
  background-image: var(--background-gradient);
  height: 100%;
  display: none;
  position: absolute;
  inset-block-start: 0;
}

.header-sidebar__promo {
  grid-auto-flow: column;
  gap: 2rem 1.25rem;
  margin-block-start: 1.25rem;
  display: flex;
}

.header-sidebar__promo > * {
  min-width: 12.5rem;
}

.header-sidebar__promo > *:only-child {
  min-width: 100%;
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__back-button {
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
  margin-block-end: calc(.5rem + var(--header-linklist-padding-block));
}

.header-sidebar__linklist.divide-y .header-sidebar__promo {
  margin-block-start: .75rem;
}

@media screen and (min-width: 700px) {
  .header-sidebar {
    --header-linklist-padding-block: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-sidebar::part(panel-list) {
    position: static;
  }

  .header-sidebar::part(content) {
    overflow-x: visible;
  }

  .header-sidebar:has(.header-sidebar__collapsible-panel[aria-activedescendant])::part(content) {
    border-inline-end: 1px solid rgb(var(--border-color));
  }

  .header-sidebar__main-panel {
    z-index: 1;
    position: relative;
  }

  .header-sidebar__collapsible-panel .header-sidebar__scroller {
    inset-block: min(var(--header-height), 5rem) 0;
    width: 100%;
    position: absolute;
  }

  .header-sidebar__promo {
    flex-direction: column;
  }

  .header-sidebar__promo > * {
    min-width: 100%;
  }
}

.image-with-text {
  display: grid;
  overflow: hidden;
}

.image-with-text > .prose {
  box-sizing: content-box;
  max-width: var(--image-with-text-content-max-width);
  margin-block: 1.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
}

.image-with-text > :is(svg, img) {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 699px) {
  .image-with-text > .prose {
    margin-inline: auto;
  }
}

@media screen and (min-width: 700px) {
  .image-with-text {
    --image-with-text-gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .image-with-text > .prose {
    padding-inline-start: var(--image-with-text-gap);
  }

  .image-with-text:not(.image-with-text--reverse) picture {
    margin-inline-start: auto;
  }

  .image-with-text--reverse > :is(picture, svg, img) {
    order: 9999;
  }

  .image-with-text--reverse > .prose {
    margin-inline-start: auto;
    padding-inline-end: var(--image-with-text-gap);
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    --image-with-text-gap: 6rem;
  }
}

.image-with-text-block > :not(img, svg, picture) {
  background: rgb(var(--background));
  padding: 2.375rem 1.25rem;
  box-shadow: 0 1px 20px #3636364d;
}

@media screen and (min-width: 700px) {
  .image-with-text-block > :not(img, svg, picture) {
    padding: 3rem 1rem;
  }
}

.image-with-text-block--parallax {
  min-height: var(--content-over-media-height, auto);
  aspect-ratio: var(--image-with-text-block-aspect-ratio);
  transform: unset;
  clip-path: inset(0);
}

@media (prefers-reduced-motion: no-preference) {
  .image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  @supports (min-height: 100lvh) {
    :is(.image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img) {
      min-height: 100lvh;
    }
  }
}

.images-with-text-scroll {
  --sticky-area-height: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)  + var(--header-is-sticky, 0) * var(--header-height, 0px));
  align-items: start;
  display: grid;
  position: relative;
}

.images-with-text-scroll:before {
  content: "";
  background: rgb(var(--images-with-text-scroll-overlay));
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.images-with-text-scroll__image-background, .images-with-text-scroll__container {
  grid-area: 1 / -1;
}

.images-with-text-scroll__image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  inset-block-start: 0;
}

.images-with-text-scroll__container {
  z-index: 1;
  place-items: start center;
  row-gap: 2rem;
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: var(--section-vertical-spacing);
  display: grid;
}

.images-with-text-scroll__item {
  display: contents;
}

.images-with-text-scroll__item:not(:first-child) > .images-with-text-scroll__image {
  opacity: 0;
}

.images-with-text-scroll__image {
  grid-area: 1 / 1;
  align-self: center;
}

.images-with-text-scroll__text {
  text-align: center;
  grid-area: 2 / 1;
  max-width: 375px;
}

@media screen and (min-width: 700px) {
  .images-with-text-scroll__container {
    row-gap: 3rem;
  }
}

@media screen and (max-width: 999px) {
  .images-with-text-scroll__item:not(.is-selected) {
    visibility: hidden;
  }

  .images-with-text-scroll__image {
    width: min(56vw, 27.5rem);
  }
}

@media screen and (min-width: 1000px) {
  .images-with-text-scroll {
    min-height: calc(100vh - var(--sticky-area-height));
  }

  .images-with-text-scroll__container {
    --image-width: min(50vw - var(--container-gutter), 575px);
    --image-height: min(var(--image-width), var(--image-width) / var(--images-with-text-scroll-master-image-ratio));
    --content-padding: calc((100vh - var(--image-height)  - var(--sticky-area-height)) / 2);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    align-items: center;
    padding-block-start: var(--content-padding);
    padding-block-end: var(--content-padding);
  }

  .images-with-text-scroll__image {
    height: var(--image-height);
    object-fit: contain;
    object-position: center;
    position: sticky;
    inset-block-start: calc(var(--content-padding)  + var(--sticky-area-height));
  }

  .images-with-text-scroll__text {
    text-align: var(--images-with-text-scroll-text-alignment);
    grid-area: auto / 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__image {
    grid-column: 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__text {
    grid-column: 1;
  }
}

.logo-list {
  grid: auto / repeat(var(--logo-list-items-per-row), minmax(0, 250px));
  justify-content: center;
  gap: var(--logo-list-gap);
  display: grid;
}

.logo-list__item {
  outline: 1px solid rgb(var(--logo-list-item-border-color));
  place-items: center;
  padding: 1.25rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .logo-list__item {
    padding: 2rem 1.5rem;
  }
}

.media-grid {
  align-items: start;
  gap: var(--media-grid-gap);
  grid: auto-flow dense var(--media-grid-row-height) / repeat(var(--media-grid-column-count), minmax(0, 1fr));
  --media-grid-column-count: 2;
  display: grid;
}

.media-grid__item {
  grid-area: span min(2, var(--media-grid-item-row-span)) / span 2;
  height: 100%;
  container-type: inline-size;
}

.media-grid__item > * {
  height: 100%;
}

@media screen and (min-width: 700px) {
  .media-grid {
    --media-grid-column-count: 12;
  }

  .media-grid__item {
    grid-area: span var(--media-grid-item-row-span) / span var(--media-grid-item-column-span);
  }
}

.multi-column {
  grid: var(--multi-column-grid);
  column-gap: var(--multi-column-gap);
  row-gap: var(--section-stack-gap);
  justify-content: var(--multi-column-content-alignment);
  display: grid;
}

.multi-column__item {
  align-content: start;
  gap: 2rem;
  display: grid;
}

.multi-column__item--overlap {
  gap: 0;
}

.multi-column__item--overlap > .prose {
  isolation: isolate;
  margin-block-start: -.875rem;
}

.multiple-media-with-text {
  grid: var(--multiple-media-with-text-grid);
  gap: var(--multiple-media-with-text-gap);
  --multiple-media-with-text-gap: 2rem;
  display: grid;
}

.multiple-media-with-text__media-wrapper {
  grid-area: media-wrapper;
  grid: var(--multiple-media-with-text-media-grid);
  column-gap: var(--multiple-media-with-text-media-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper > * {
  grid-row: 1 / -1;
}

.multiple-media-with-text__content-wrapper {
  grid-area: content-wrapper;
}

@media screen and (min-width: 1000px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 4rem;
  }
}

@media screen and (min-width: 1150px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 7.5rem;
  }
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :first-child {
  grid-column: 1 / 3;
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :nth-child(2) {
  grid-column: 2 / 4;
}

@media screen and (min-width: 700px) {
  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :first-child {
    grid-column: 2 / 4;
  }

  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :nth-child(2) {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 700px) {
  .newsletter .form {
    width: 35rem;
  }
}

@media screen and (min-width: 700px) {
  .newsletter-popup {
    width: 23.75rem;
    inset-inline-start: auto;
  }
}

.password {
  position: relative;
}

.password__inner {
  isolation: isolate;
  align-content: space-between;
  row-gap: 3rem;
  min-height: 100vh;
  padding-block: 1.6rem;
  display: grid;
}

@supports (height: 100dvh) {
  .password__inner {
    min-height: 100dvh;
  }
}

.password__header {
  justify-items: center;
  display: grid;
}

.password__header > * {
  grid-area: 1 / -1;
}

.password__password-button {
  margin-inline-start: auto;
}

.password__block-list {
  justify-self: center;
  row-gap: .625rem;
  width: min(100%, 30rem);
  display: grid;
}

.password__content, .password__social {
  padding: 1.25rem;
}

.password__social {
  display: grid;
}

.password__social .social-media {
  justify-content: center;
}

.password__footer {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  display: flex;
}

@media screen and (min-width: 700px) {
  .password__content {
    padding: 2.5rem;
  }

  .password__footer {
    justify-content: space-between;
  }
}

.prev-next-blog-posts {
  gap: 3.125rem;
  display: grid;
}

@media screen and (min-width: 700px) {
  .prev-next-blog-posts {
    grid: auto / auto-flow minmax(min-content, 31.25rem);
    justify-content: center;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 1150px) {
  .prev-next-blog-posts {
    gap: 3.75rem;
  }
}

@media screen and (min-width: 700px) {
  .privacy-banner {
    width: 31.25rem;
  }
}

.shopify-section--main-product .section-spacing {
  padding-block-start: 0;
}

.product {
  grid: var(--product-grid, none);
  align-items: start;
  gap: var(--product-gap, 1.875rem);
  display: grid;
}

@media screen and (min-width: 1000px) {
  .shopify-section--main-product .section-spacing {
    padding-block-start: var(--container-gutter);
  }

  .product {
    --product-gap: 3.5rem;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 5rem;
  }
}

.product-gallery {
  flex-direction: var(--product-gallery-flex-direction, column);
  align-items: start;
  gap: var(--product-gallery-gap) var(--product-gap, 0px);
  --product-gallery-gap: 1.5rem;
  --product-gallery-thumbnail-list-gap: 1rem .5rem;
  --product-gallery-thumbnail-size: 3.5rem;
  grid-area: product-gallery;
  display: flex;
  position: relative;
}

.product-gallery__zoom-button {
  z-index: 1;
  transition: opacity .2s, visibility .2s;
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 0;
}

.product-gallery__zoom-button--hidden {
  opacity: 0;
  visibility: hidden;
}

.product-gallery__image-list {
  row-gap: var(--product-gallery-gap);
  grid-auto-rows: max-content;
  grid-auto-columns: minmax(0, 1fr);
  width: 100%;
  display: grid;
}

.product-gallery__carousel {
  grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%);
  align-items: start;
  gap: var(--product-gallery-carousel-gap, 1.5rem min(1.5rem, var(--container-gutter)));
  scroll-snap-type: var(--product-gallery-carousel-scroll-snap-type, x mandatory);
  display: grid;
  position: relative;
}

.product-gallery[allow-zoom] .product-gallery__media {
  cursor: var(--cursor-zoom-in-svg-url) 18 18, zoom-in;
}

.product-gallery__media > * {
  width: 100%;
}

.product-gallery__thumbnail-list {
  flex-shrink: 0;
  max-width: 100%;
  position: relative;
}

.product-gallery__thumbnail-scroller {
  grid-auto-columns: var(--product-gallery-thumbnail-size);
  grid-auto-flow: var(--product-gallery-thumbnail-list-grid-auto-flow, column);
  align-content: start;
  align-items: start;
  gap: var(--product-gallery-thumbnail-list-gap);
  max-height: var(--product-gallery-thumbnail-list-max-height, none);
  scroll-snap-type: both mandatory;
  overscroll-behavior: contain;
  scrollbar-width: none;
  grid-template-columns: none;
  display: grid;
  position: relative;
  overflow: auto;
}

.product-gallery__thumbnail-scroller::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumbnail {
  border: 1px solid #0000;
  padding: 1px;
  transition: border-color .1s;
  position: relative;
}

.product-gallery__thumbnail[aria-current="true"] {
  border-color: currentColor;
}

.product-gallery__media-badge {
  position: absolute;
  inset-block-start: 3px;
  inset-inline-end: 3px;
}

@media screen and (max-width: 999px) {
  .product-gallery__carousel-with-arrows {
    align-items: center;
    display: flex;
  }

  .product-gallery__carousel-with-arrows .product-gallery__media {
    width: 45vw;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height)  + 20px);
  }

  .product-gallery__media {
    scroll-margin-block-start: 1.25rem;
  }
}

.product-info {
  z-index: 2;
  --product-info-gap: 1rem;
  grid-area: product-info;
}

.product-info__block-list > :not(:nth-child(1 of :not(:empty))) {
  margin-block-start: var(--product-info-gap);
}

.product-info__block-list > :not(:last-child) {
  margin-block-end: var(--product-info-gap);
}

.product-info__block-item:empty {
  display: none;
}

.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
  --product-info-gap: .5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"])) {
  --product-info-gap: .5rem;
}

.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"], [data-block-type="share-buttons"]) {
  --product-info-gap: 1.5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"], [data-block-type="share-buttons"])) {
  --product-info-gap: 1.5rem;
}

.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"]) {
  --product-info-gap: 2rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"])) {
  --product-info-gap: 2rem;
}

.product-info__block-item[data-block-type="complementary-products"] {
  --product-info-gap: 3rem;
}

.product-info__block-group:has(.product-info__block-item[data-block-type="complementary-products"]) {
  --product-info-gap: 3rem;
}

@media screen and (max-width: 699px) {
  .product-info--center :is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
    text-align: center;
  }

  .product-info--center :is(.badge-list, .price-list, .rating-badge) {
    justify-content: center;
  }

  .product-info--center .text-with-rating {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .product-info {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height)  + 20px);
  }
}

.product-content-below-gallery {
  grid-area: product-content;
}

.product-content-below-gallery product-recommendations:not(:first-child) {
  margin-block-start: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery product-recommendations:not(:last-child) {
  margin-block-end: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery__description:not(:last-child) {
  margin-block-end: 1.25rem;
}

.product-info__more-info {
  border-block-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem;
  display: flex;
}

.product-info__more-info > svg {
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .product-info__more-info:hover > svg {
    transform: translateX(5px);
  }
}

.variant-picker .popover {
  --popover-block-offset: .5rem;
  --popover-body-padding-inline: 1.25rem;
  width: 100%;
}

.variant-picker .popover::part(content) {
  width: 100%;
  max-width: none;
}

@media (scripting: none) {
  .variant-picker__option {
    display: none;
  }
}

.buy-buttons {
  row-gap: 1rem;
  display: grid;
}

.pickup-location {
  align-items: start;
  gap: .25rem;
  display: grid;
}

.pickup-location + .pickup-location {
  padding-block-start: 1rem;
}

.product-offers .page-dots {
  padding-block-end: 1.5rem;
}

.product-offers__item {
  padding: 1.5rem;
}

.product-offers__list--carousel {
  grid: auto / auto-flow 100%;
  display: grid;
}

.complementary-products {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.875rem;
  max-width: 40rem;
  margin-inline: auto;
  display: grid;
}

.complementary-products__header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.complementary-products__header--align-start {
  text-align: start;
  justify-content: space-between;
}

.complementary-products__product-list {
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.complementary-products__product-list--carousel {
  grid: auto / auto-flow 100%;
}

@media screen and (max-width: 699px) {
  .complementary-products__product-list--carousel .product-card__figure {
    max-width: 11.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 700px) {
  .complementary-products {
    row-gap: 1rem;
  }

  .complementary-products__header {
    text-align: start;
    justify-content: space-between;
  }
}

.product-sticky-bar {
  padding: var(--container-gutter);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  width: 100%;
  transition: opacity .2s, visibility .2s, inset-block .15s ease-in-out;
  display: block;
  position: fixed;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
}

.product-sticky-bar__info img {
  width: 3.75rem;
}

@media screen and (min-width: 700px) {
  .product-sticky-bar {
    inset-block: var(--sticky-area-height) auto;
    background: rgb(var(--background));
    border-block-end-width: 1px;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    padding-block: 1.125rem;
    display: grid;
  }
}

.scrolling-content {
  text-align: start;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.scrolling-content[direction="right"] {
  text-align: end;
}

.scrolling-content::part(scroller) {
  min-width: max-content;
  display: inline-flex;
  position: relative;
}

.scrolling-content__item {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.scrolling-content__item > * {
  margin-inline-start: calc(var(--scrolling-content-content-gap) / 2);
  margin-inline-end: calc(var(--scrolling-content-content-gap) / 2);
}

.scrolling-content__image > img {
  max-width: 1.5em;
}

.main-search-form {
  min-width: 18.75rem;
}

.main-search__linklist {
  text-align: center;
  max-width: 25rem;
  margin-inline: auto;
}

.shop-the-look__carousel {
  z-index: 2;
  grid: auto / auto-flow 100%;
  align-items: start;
  gap: .625rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.shop-the-look__carousel.is-expanded {
  overflow: hidden;
}

.shop-the-look__image-wrapper {
  position: relative;
  overflow: hidden;
}

.shop-the-look__hot-spot-list {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.shop-the-look__hot-spot {
  top: calc(var(--shop-the-look-hot-spot-top)  - (var(--hot-spot-size) / 2));
  left: calc(var(--shop-the-look-hot-spot-left)  - (var(--hot-spot-size) / 2));
  width: var(--hot-spot-size);
  height: var(--hot-spot-size);
  border-radius: var(--rounded-full);
  --hot-spot-size: 1rem;
  transition: transform .2s ease-in-out;
  position: absolute;
}

.shop-the-look__hot-spot:after {
  content: "";
  top: calc(50% - var(--hot-spot-after-size) / 2);
  left: calc(50% - var(--hot-spot-after-size) / 2);
  width: var(--hot-spot-after-size);
  height: var(--hot-spot-after-size);
  background: radial-gradient(50% 50% at 50% 50%, rgb(var(--background) / 0), rgb(var(--background) / .3));
  border-radius: var(--rounded-full);
  --hot-spot-after-size: calc(var(--hot-spot-size) * 2.5);
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

.shop-the-look__hot-spot[aria-current="true"] {
  transform: scale(1.3);
}

.shop-the-look__item-carousel {
  grid: auto / auto-flow 100%;
  justify-items: center;
  display: grid;
  position: relative;
}

.shop-the-look__item {
  position: relative;
}

.shop-the-look__popover .product-card__figure {
  width: 100%;
  max-width: 10rem;
  margin-inline: auto;
}

.shop-the-look__popover::part(base) {
  height: auto;
  inset: auto auto 0 0;
}

.shop-the-look__popover::part(overlay) {
  display: none;
}

@media screen and (max-width: 699px) {
  .shopify-section--shop-the-look:before {
    content: "";
    opacity: 0;
    pointer-events: none;
    background: rgb(var(--background));
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: opacity .4s;
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
  }

  .shopify-section--shop-the-look:has(.shop-the-look__carousel.is-expanded):before {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .shop-the-look__carousel {
    grid: none;
    align-items: center;
  }

  .shop-the-look__item {
    max-width: var(--container-sm-max-width);
    grid: auto / min(550px, 60%) minmax(0, 1fr);
    grid-area: 1 / -1;
    align-items: center;
    gap: .3125rem;
    margin-inline: auto;
    display: grid;
  }

  .shop-the-look__item:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-product {
    grid-area: 1 / -1;
    max-width: 16.875rem;
  }

  .shop-the-look__item-product:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-content {
    opacity: 0;
    justify-items: center;
    gap: 1.5rem;
    display: grid;
  }
}

@media screen and (pointer: fine) {
  .shop-the-look__hot-spot:hover {
    transform: scale(1.3);
  }
}

.slideshow {
  background: rgb(var(--slideshow-background));
  --slideshow-controls-spacing: var(--container-gutter);
  display: block;
  position: relative;
}

.slideshow .page-dots {
  z-index: 1;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-end: var(--slideshow-controls-spacing);
}

.shopify-section--slideshow:first-child .slideshow[allow-transparent-header] {
  --content-over-media-row-gap: 4rem;
}

.slideshow:has(.page-dots, .slideshow__volume-control) {
  --content-over-media-row-gap: 4rem;
}

.slideshow__slide:not(.is-selected) {
  visibility: hidden;
  position: absolute;
  inset: 0;
}

.slideshow__slide-content--boxed {
  padding: 1.5rem;
}

.slideshow__slide-content--with-border {
  outline: 1px solid rgb(var(--border-color));
}

.slideshow__slide-content--with-border-offset {
  outline-offset: -.75rem;
  padding: 2.25rem;
}

.slideshow__volume-control {
  z-index: 1;
  display: grid;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-start: var(--slideshow-controls-spacing);
}

.slideshow__next-section-button {
  z-index: 2;
  position: absolute;
  inset-block-end: calc(-1 * var(--circle-button-size) / 2);
  inset-inline-start: calc(50% - var(--circle-button-size) / 2);
}

.shopify-section:has(.slideshow__next-section-button) + .shopify-section {
  --section-vertical-spacing-block-start-compensation: 1.5625rem;
}

@media screen and (min-width: 700px) {
  .slideshow:has(.page-dots, .slideshow__volume-control) {
    --content-over-media-row-gap: 5rem;
  }

  .slideshow__slide-content--boxed {
    padding: 3.5rem;
  }

  .slideshow__slide-content--with-border-offset {
    outline-offset: -1rem;
  }
}

.shopify-section--testimonials {
  --section-vertical-spacing-override: calc(var(--section-vertical-spacing)  + 20px);
}

.testimonial-list {
  gap: var(--section-stack-gap);
  justify-items: center;
  display: grid;
}

.testimonial-item {
  font-size: var(--testimonials-font-size);
  grid-area: 1 / -1;
  align-content: start;
  justify-items: center;
  gap: 2rem;
  max-width: 34rem;
  display: grid;
}

.testimonial-item:not(.is-selected) {
  opacity: 0;
  visibility: hidden;
}

.testimonial-carousel {
  display: grid;
}

.testimonial-list__thumbnail-scroller {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5.625rem;
}

.testimonial-list__thumbnail {
  transition: opacity .2s ease-in-out;
}

.testimonial-list__thumbnail[aria-current="false"] {
  opacity: .25;
}

.testimonial-list__thumbnail img {
  max-width: var(--image-max-width);
}

.testimonial-list__thumbnail .placeholder {
  width: var(--image-max-width);
}

.shopify-challenge__container, .shopify-email-marketing-confirmation__container {
  max-width: 56.25rem;
  margin-block-start: var(--section-vertical-spacing);
  margin-block-end: var(--section-vertical-spacing);
}

.shopify-policy__container {
  gap: var(--section-stack-gap);
  grid-auto-columns: minmax(0, 1fr);
  max-width: 56.25rem;
  margin-block-start: var(--section-vertical-spacing-tight);
  margin-block-end: var(--section-vertical-spacing-tight);
  display: grid;
}

.shopify-challenge__container {
  gap: 1rem;
  display: grid;
}

.shopify-challenge__container > form {
  display: contents;
}

.shopify-email-marketing-confirmation__container {
  text-align: center;
}

.shopify-policy__title h1 {
  font: inherit;
}

.text-with-icons {
  justify-content: center;
  gap: var(--text-with-icons-row-gap) var(--text-with-icons-column-gap);
  --text-with-icons-items-per-row: 2;
  --text-with-icons-column-gap: 1.5rem;
  --text-with-icons-row-gap: 2rem;
  flex-wrap: wrap;
  display: flex;
}

.text-with-icons > * {
  flex-basis: min(18.75rem, calc(100% / var(--text-with-icons-items-per-row)  - var(--text-with-icons-column-gap, 0px) * (var(--text-with-icons-items-per-row)  - 1) / var(--text-with-icons-items-per-row)));
}

.text-with-icons > :only-child {
  flex-basis: min(18.75rem, 100%);
}

@media screen and (max-width: 699px) {
  .text-with-icons:not(.text-with-icons--stacked) {
    grid: auto / auto-flow 100%;
    gap: 0;
    display: grid;
  }

  .text-with-icons:not(.text-with-icons--stacked) > * {
    grid-area: 1 / -1;
    padding-inline: 2.5rem;
  }

  .text-with-icons:not(.text-with-icons--stacked) > :not(.is-selected) {
    visibility: hidden;
  }
}

@media screen and (min-width: 700px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 3;
    --text-with-icons-row-gap: 2.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 5;
  }

  .text-with-icons:not(:has( > :nth-child(5))) {
    --text-with-icons-items-per-row: 4;
    --text-with-icons-column-gap: 3.75rem;
  }
}

.timeline__carousel, .timeline__item {
  display: grid;
}

:is(.timeline__carousel, .timeline__item) > * {
  grid-area: 1 / -1;
}

.timeline__item:not(.is-selected) {
  visibility: hidden;
}

.timeline__item-image-wrapper {
  overflow: hidden;
}

.timeline__item-image-wrapper :is(img, svg) {
  scale: 1.05;
}

.timeline__item-content {
  padding: var(--container-gutter);
}

@media screen and (max-width: 699px) {
  .shopify-section--timeline {
    --section-vertical-spacing: 0;
    border-block-start-width: 0;
  }

  .timeline__carousel {
    position: relative;
  }

  .timeline__carousel:after {
    content: "";
    background: #0006;
    position: absolute;
    inset: 0;
  }

  .timeline__item {
    color: rgb(var(--text-color));
    --text-color: var(--timeline-item-mobile-text-color);
  }

  .timeline__item-content {
    text-align: center;
    z-index: 1;
    align-self: center;
    padding-block: 3.75rem;
  }
}

@media screen and (min-width: 700px) {
  .timeline__item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__item > * {
    grid-area: unset;
  }

  .timeline__item-content {
    align-self: end;
  }
}

.timeline__nav {
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: safe center;
  align-items: center;
  column-gap: 2.5rem;
  display: grid;
}

.timeline__nav > button {
  height: var(--text-h4);
  line-height: 1;
  transition: opacity .25s ease-in-out, font-size .25s ease-in-out;
  position: relative;
}

.timeline__nav > button:after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  height: 3px;
  transition: transform .25s ease-in-out;
  position: absolute;
  inset-block-end: -1.25rem;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.timeline__nav > [aria-current="false"] {
  opacity: .65;
}

.timeline__nav > [aria-current="true"] {
  font-size: var(--text-h4);
}

.timeline__nav > [aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (max-width: 699px) {
  .timeline__nav {
    background: rgb(var(--timeline-nav-mobile-background));
    color: rgb(var(--timeline-nav-mobile-text-color));
    padding-block: 1.25rem;
    overflow: auto hidden;
  }
}

@media screen and (min-width: 700px) {
  .timeline__nav {
    margin-block-start: var(--section-stack-gap);
  }

  .timeline__nav > button:after {
    inset-block-end: -.5rem;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

:is(.sr-only[type="checkbox"]:focus-visible + label, .sr-only[type="radio"]:focus-visible + label) {
  outline: 2px solid highlight;
  outline: 2px solid -webkit-focus-ring-color;
}

.skip-to-content:focus-visible {
  z-index: 9999;
  clip: auto;
  color: #fff;
  background: #000;
  width: auto;
  height: auto;
  padding: 6px 12px;
  font-weight: bold;
  overflow: auto;
}

.tap-area {
  position: relative;
}

.tap-area:before {
  content: "";
  position: absolute;
  inset: -.5rem;
}

@media print {
  .print\:hidden {
    display: none;
  }
}

@keyframes ping {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--zoom-image .zoom-image {
    transform-origin: center;
    transition: scale 8s cubic-bezier(.25, .46, .45, .94);
  }

  .features--zoom-image .group:hover .group-hover\:zoom {
    scale: 1.2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

@media (scripting: none) {
  [reveal-on-scroll="true"] {
    opacity: 1;
  }
}

.border {
  border-width: 1px;
  border-color: rgb(var(--border-color));
}

.border-x {
  border-inline-width: 1px;
}

.border-y {
  border-block-width: 1px;
}

.border-t {
  border-block-start-width: 1px;
}

.border-b {
  border-block-end-width: 1px;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  border-inline-start-width: 1px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-block-start-width: 1px;
}

.rounded-full {
  border-radius: var(--rounded-full);
}

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

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

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

.text-subdued {
  color: rgb(var(--text-color) / .65);
}

.text-on-sale {
  color: rgb(var(--on-sale-text));
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-stroke.text-gradient {
  color: rgb(var(--background));
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: unset;
}

.bg-error, .bg-success, .bg-warning {
  --border-color: var(--text-color) / .15;
}

.bg-error {
  background: rgb(var(--error-background));
}

.bg-success {
  background: rgb(var(--success-background));
}

.bg-warning {
  background: rgb(var(--warning-background));
}

.opacity-0 {
  opacity: 0;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(var(--backdrop-blur, 0px));
  backdrop-filter: blur(var(--backdrop-blur, 0px));
}

.filter-invert {
  filter: invert();
}

.lock {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow: auto hidden;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.scroll-area::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.snap-x {
  scroll-snap-type: x mandatory;
}

.snap-y {
  scroll-snap-type: y mandatory;
}

.snap-start {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.hidden, .empty\:hidden:empty {
  display: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.contents {
  display: contents;
}

@media screen and (min-width: 700px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1000px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-cell {
    display: table-cell;
  }
}

@media screen and (max-width: 699px) {
  .sm-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .md-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .lg-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:block {
    display: block;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.relative {
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: safe center;
}

.justify-end {
  justify-content: end;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: safe center;
}

.justify-items-end {
  justify-items: end;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.align-baseline {
  align-items: baseline;
}

.align-self-start {
  align-self: start;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

.place-self-start {
  place-self: start;
}

.place-self-start-center {
  place-self: start center;
}

.place-self-start-end {
  place-self: start end;
}

.place-self-center {
  place-self: center;
}

.place-self-center-start {
  place-self: center start;
}

.place-self-center-end {
  place-self: center end;
}

.place-self-end {
  place-self: end;
}

.place-self-end-start {
  place-self: end start;
}

.place-self-end-center {
  place-self: end center;
}

@media screen and (min-width: 700px) {
  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-end {
    text-align: end;
  }

  .sm\:justify-start {
    justify-content: start;
  }

  .sm\:justify-center {
    justify-content: safe center;
  }

  .sm\:justify-end {
    justify-content: end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-center {
    justify-items: safe center;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:align-start {
    align-items: start;
  }

  .sm\:align-center {
    align-items: center;
  }

  .sm\:align-end {
    align-items: end;
  }

  .sm\:align-baseline {
    align-items: baseline;
  }

  .sm\:align-self-start {
    align-self: start;
  }

  .sm\:align-self-center {
    align-self: center;
  }

  .sm\:align-self-end {
    align-self: end;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-start-center {
    place-self: start center;
  }

  .sm\:place-self-start-end {
    place-self: start end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-center-start {
    place-self: center start;
  }

  .sm\:place-self-center-end {
    place-self: center end;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-end-start {
    place-self: end start;
  }

  .sm\:place-self-end-center {
    place-self: end center;
  }
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-0 {
  width: 0;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

.mx-auto {
  margin-inline: auto;
}

.my-auto {
  margin-block: auto;
}

.aspect-short {
  aspect-ratio: 4 / 3;
}

.aspect-tall {
  aspect-ratio: 2 / 3;
}

.aspect-square {
  aspect-ratio: 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.gap-0\.5 {
  gap: .125rem;
}

.gap-1 {
  gap: .25rem;
}

.gap-1\.5 {
  gap: .375rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-2\.5 {
  gap: .625rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-3\.5 {
  gap: .875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 1.375rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

@media screen and (min-width: 700px) {
  .sm\:gap-0\.5 {
    gap: .125rem;
  }

  .sm\:gap-1 {
    gap: .25rem;
  }

  .sm\:gap-1\.5 {
    gap: .375rem;
  }

  .sm\:gap-2 {
    gap: .5rem;
  }

  .sm\:gap-2\.5 {
    gap: .625rem;
  }

  .sm\:gap-3 {
    gap: .75rem;
  }

  .sm\:gap-3\.5 {
    gap: .875rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-5\.5 {
    gap: 1.375rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.image-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.placeholder {
  background: rgb(var(--background-without-opacity));
  fill: rgb(var(--text-color) / .5);
  color: rgb(var(--text-color) / .5);
  display: block;
}

.placeholder--invert {
  background: rgb(var(--text-color));
  fill: rgb(var(--background-without-opacity));
  color: rgb(var(--background-without-opacity));
}

.bold {
  font-weight: bold;
}

.smallcaps {
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
  font-size: .625rem;
}

.text-xxs {
  font-size: .6875rem;
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
}

.h1, :where(.prose h1) {
  font-size: var(--text-h1);
  line-height: 1.5;
}

.h2, :where(.prose h2) {
  font-size: var(--text-h2);
  line-height: 1.5;
}

.h3, :where(.prose h3) {
  font-size: var(--text-h3);
  line-height: 1.6;
}

.h4, :where(.prose h4) {
  font-size: var(--text-h4);
  line-height: 1.6;
}

.h5, :where(.prose h5) {
  font-size: var(--text-h5);
  line-height: 1.7;
}

.h6, :where(.prose h6) {
  font-size: var(--text-h6);
  line-height: 1.7;
}

.prose blockquote {
  line-height: 1.75;
}

@media screen and (min-width: 700px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }

  .sm\:text-sm {
    font-size: var(--text-sm);
  }

  .sm\:text-base {
    font-size: var(--text-base);
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
  }

  .sm\:h1 {
    font-size: var(--text-h1);
    line-height: 1.5;
  }

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.5;
  }

  .sm\:h3 {
    font-size: var(--text-h3);
    line-height: 1.6;
  }

  .sm\:h4 {
    font-size: var(--text-h4);
    line-height: 1.6;
  }

  .sm\:h5 {
    font-size: var(--text-h5);
    line-height: 1.7;
  }

  .sm\:h6 {
    font-size: var(--text-h6);
    line-height: 1.7;
  }
}

@media screen and (min-width: 1150px) {
  .h1, :where(.prose h1) {
    line-height: 1.3;
  }

  .h2, :where(.prose h2) {
    line-height: 1.4;
  }

  .h3, :where(.prose h3) {
    line-height: 1.5;
  }
}

ol {
  margin-inline-start: 2ch;
}

ul {
  margin-inline-start: 1em;
}

:where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: .25rem;
  margin-block-start: 0 !important;
}

:where(.text-center, .text-end) :is(ol, ul) {
  margin-inline: 0;
  list-style-position: inside;
}

:where(.text-center, .text-end) :is(ol, ul) li {
  padding-inline-start: 0;
}

.line-through {
  text-decoration: line-through;
}

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

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: var(--truncate-text-max-width, 100%);
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
/* PIERLE password alanını ortala ve küçült */
.shopify-section--main-password .password {
  min-height: auto !important;
}

.shopify-section--main-password .password__inner {
  min-height: auto !important;
  padding-block: 36px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
}

/* Yetkili Bayi Girişi */
.shopify-section--main-password .password__header {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.shopify-section--main-password .password__password-button {
  margin: 0 auto !important;
  justify-content: center !important;
}

/* Bayilik başvurusu yazısı */
.shopify-section--main-password .text-center {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.pierle-dealer-card {
  width: min(92%, 620px);
  margin: 24px auto 32px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  color: #111111;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pierle-dealer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.pierle-dealer-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  color: #f36c00;
  background: #fff4ec;
  border-radius: 50%;
}

.pierle-dealer-card__icon svg {
  width: 24px;
  height: 24px;
}

.pierle-dealer-card__content {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.pierle-dealer-card__content strong {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #111111;
}

.pierle-dealer-card__content small {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #666666;
}

.pierle-dealer-card__whatsapp {
  flex-shrink: 0;
  padding: 8px 12px;
  color: #ffffff;
  background: #25d366;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .pierle-dealer-card {
    width: calc(100% - 32px);
    margin: 20px 16px 28px;
    padding: 16px;
    gap: 12px;
    border-radius: 14px;
  }

  .pierle-dealer-card__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .pierle-dealer-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .pierle-dealer-card__content strong {
    font-size: 16px;
  }

  .pierle-dealer-card__content small {
    font-size: 13px;
  }

  .pierle-dealer-card__whatsapp {
    padding: 7px 10px;
    font-size: 12px;
  }
}
.password__password-button{
    margin-bottom:8px !important;
}

.pierle-dealer-card{
    margin-top:8px !important;
}
.pierle-mobile-menu-text{
    display:none;
}

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

button:has(.pierle-mobile-menu-text){
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.pierle-mobile-menu-text{
    display:block;
    font-size:10px;
    font-weight:600;
    line-height:1;
    margin-top:2px;
    color:inherit;
}

}
.pierle-bayi-login {
  display: none;
}

@media screen and (max-width: 699px) {
  .pierle-bayi-login {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: currentColor;
    text-decoration: none;
    white-space: nowrap;
  }

  .pierle-bayi-login svg {
    width: 21px;
    height: 21px;
  }

  .pierle-bayi-login span {
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
  }
}
.pierle-bayi-lock {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #f56300;
  border-radius: 10px;
  background: #fff8f3;
  text-align: center;
}

.pierle-bayi-lock__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

.pierle-bayi-lock__text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}

.pierle-bayi-lock__buttons {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.pierle-bayi-lock__button {
  display: block;
  width: 100%;
  padding: 13px 16px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.pierle-bayi-lock__button--primary {
  background: #f56300;
  color: #fff;
}

.pierle-bayi-lock__button--secondary {
  border: 1px solid #f56300;
  background: #fff;
  color: #f56300;
}
.pierle-hidden-price {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #f56300;
}
.dealer-badge {
  display: inline-block;
  margin-top: 6px;
  padding: 6px 9px;
  border: 1px solid #ffd6c2;
  border-radius: 6px;
  background: #fff7f2;
  color: #f26322;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.dealer-badge:hover {
  background: #ffede2;
}
.dealer-badge{
    display:block;
    margin-top:8px;
    padding:8px;
    border:1px solid #ffe0d0;
    border-radius:8px;
    background:#fff9f6;
    text-align:center;
    text-decoration:none;
    line-height:1.3;
}

.dealer-badge strong{
    display:block;
    color:#333;
    font-size:13px;
    font-weight:600;
}

.dealer-badge span{
    color:#f26322;
    font-size:12px;
    font-weight:500;
}
.pierle-whatsapp-icon {
  width: 17px;
  height: 17px;
  margin-right: 6px;
  vertical-align: -3px;
  color: #25d366;
  display: inline-block;
}
.dealer-badge {
  display: block;
  margin-top: 10px;
  padding: 10px 9px;
  border: 1px solid #f5d7c7;
  border-radius: 10px;
  background: #fff8f4;
  text-align: center;
  text-decoration: none;
  transition: .2s ease;
}

.dealer-badge:hover {
  background: #fff1e9;
  border-color: #f26322;
}

.dealer-title-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .5px;
}

.dealer-lock-icon {
  width: 16px;
  height: 16px;
  color: #f26322;
  flex-shrink: 0;
}

.dealer-subtitle {
  display: block;
  margin-top: 3px;
  color: #f26322;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
.pierle-mobile-quick-access {
  padding: 10px 18px 16px;
}

.pierle-mobile-menu-heading {
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.pierle-mobile-menu-heading--categories {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid #e7e7e7;
}

.pierle-mobile-quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin-bottom: 8px;
  padding: 0 14px;
  border: 1px solid #f4cbb5;
  border-radius: 9px;
  background: #fff8f4;
  color: #f26322;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.pierle-mobile-quick-access {
  margin-bottom: 24px;
}

.pierle-mobile-menu-heading{
    font-size:12px;
    letter-spacing:1px;
    color:#888;
    margin-bottom:12px;
}

.pierle-mobile-heading-icon {
  width: 17px;
  height: 17px;
  color: #f26322;
  fill: currentColor;
}

.pierle-mobile-quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  margin-bottom: 10px;
  padding: 14px 16px;
  border: 1px solid #f2d3c2;
  border-radius: 12px;
  background: #fffaf7;
  color: #f26322;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.pierle-mobile-quick-link__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pierle-mobile-link-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.pierle-mobile-chevron {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.pierle-mobile-quick-link:hover {
  background: #fff2eb;
  border-color: #f26322;
}
.pierle-mobile-quick-link{
    border:1px solid #F3D8CA;
    border-radius:14px;
    background:#FFFDFB;
    box-shadow:0 3px 12px rgba(0,0,0,.04);
}

.pierle-mobile-quick-link:hover{
    transform:translateY(-1px);
}
@media screen and (max-width: 699px) {

  .header-sidebar__main-panel > .header-sidebar__scroller > .header-sidebar__linklist,
  .header-sidebar__footer {
    display: none !important;
  }

  .pierle-mobile-custom-menu{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.pierle-mobile-custom-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  min-height: 70px;
  margin: 0 auto 22px;
  text-decoration: none;
}

.pierle-mobile-custom-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.pierle-mobile-custom-logo span {
  color: #f26322;
  font-size: 24px;
  font-weight: 800;
}

  .pierle-menu-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0 11px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .45px;
  }

  .pierle-menu-section-title svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pierle-menu-section-title--orange svg {
    fill: #f26322;
    stroke: #f26322;
  }

  .pierle-menu-featured-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    margin-bottom: 9px;
    padding: 11px 15px;
    border: 1px solid #f2d4c4;
    border-radius: 10px;
    background: #fffaf7;
    color: #f26322;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .pierle-menu-link-left {
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .pierle-menu-link-left > svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  .pierle-menu-arrow {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
  }

  .pierle-menu-divider {
    height: 1px;
    margin: 22px 0 20px;
    background: #e7e7e7;
  }

  .pierle-menu-normal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 61px;
    border-bottom: 1px solid #e8e8e8;
    color: #151515;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }

  .pierle-menu-text-icon {
    width: 25px;
    font-size: 21px;
    text-align: center;
  }

  .pierle-menu-contact-link {
    display: flex;
    align-items: center;
    min-height: 68px;
    border-bottom: 1px solid #e8e8e8;
    color: #151515;
    text-decoration: none;
  }

  .pierle-menu-contact-link > svg {
    width: 28px;
    height: 28px;
    margin-right: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  .pierle-menu-contact-link > .pierle-menu-whatsapp {
  width: 30px;
  height: 30px;
  color: #25d366;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

  .pierle-menu-contact-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .pierle-menu-contact-copy strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
  }

  .pierle-menu-contact-copy small {
    margin-top: 4px;
    color: #777;
    font-size: 12px;
    line-height: 1.2;
  }

  .pierle-menu-bottom-cta {
    display: flex;
    align-items: center;
    min-height: 72px;
    margin-top: 20px;
    padding: 13px 16px;
    border-radius: 10px;
    background: #f26322;
    color: #fff !important;
    text-decoration: none;
  }

  .pierle-menu-bottom-cta > svg {
    width: 29px;
    height: 29px;
    margin-right: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pierle-menu-bottom-cta > span:not(.pierle-menu-arrow) {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .pierle-menu-bottom-cta strong {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .pierle-menu-bottom-cta small {
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    opacity: .92;
  }
}

@media screen and (min-width: 700px) {
  .pierle-mobile-custom-menu {
    display: none !important;
  }
}
.pierle-whatsapp-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  min-width:32px;
  height:32px;
  margin-right:14px;
  flex-shrink:0;
}

.pierle-whatsapp-icon svg,
.pierle-whatsapp-icon .icon{
  display:block;
  width:27px;
  height:27px;
  color:#25D366;
  fill:#25D366;
  stroke:#25D366;
}

.pierle-menu-contact-copy{
  flex:1;
  min-width:0;
}
@media screen and (max-width: 699px){

  /* Menü genel iç boşluğu */
  .pierle-mobile-custom-menu{
    padding:0 16px 16px !important;
  }

  /* Logo */
  .pierle-mobile-custom-logo{
    width:105px !important;
    min-height:auto !important;
    margin:0 auto 14px !important;
  }

  /* Hızlı erişim başlığı */
  .pierle-menu-section-title{
    margin:8px 0 8px !important;
    font-size:11px !important;
    gap:6px !important;
  }

  .pierle-menu-section-title svg{
    width:15px !important;
    height:15px !important;
  }

  /* Üstteki üç kutu */
  .pierle-menu-featured-link{
    min-height:48px !important;
    margin-bottom:7px !important;
    padding:8px 12px !important;
    border-radius:9px !important;
    font-size:14px !important;
  }

  .pierle-menu-link-left{
    gap:10px !important;
  }

  .pierle-menu-link-left > svg{
    width:19px !important;
    height:19px !important;
  }

  .pierle-menu-arrow{
    font-size:20px !important;
  }

  /* Bölüm ayırıcı */
  .pierle-menu-divider{
    margin:14px 0 13px !important;
  }

  /* Kategori satırları */
  .pierle-menu-normal-link{
    min-height:48px !important;
    font-size:14px !important;
  }

  .pierle-menu-normal-link .pierle-menu-link-left > svg{
    width:20px !important;
    height:20px !important;
  }

  .pierle-menu-text-icon{
    width:20px !important;
    font-size:18px !important;
  }

  /* İletişim satırları */
  .pierle-menu-contact-link{
    min-height:52px !important;
  }

  .pierle-menu-contact-link > svg{
    width:22px !important;
    height:22px !important;
    margin-right:11px !important;
  }

  .pierle-whatsapp-icon{
    width:24px !important;
    min-width:24px !important;
    height:24px !important;
    margin-right:11px !important;
  }

  .pierle-whatsapp-icon svg{
    width:24px !important;
    height:24px !important;
  }

  .pierle-menu-contact-copy strong{
    font-size:14px !important;
  }

  .pierle-menu-contact-copy small{
    margin-top:2px !important;
    font-size:11px !important;
  }

  /* En alttaki turuncu buton */
  .pierle-menu-bottom-cta{
    min-height:58px !important;
    margin-top:14px !important;
    padding:10px 13px !important;
  }

  .pierle-menu-bottom-cta strong{
    font-size:14px !important;
  }

  .pierle-menu-bottom-cta small{
    margin-top:2px !important;
    font-size:11px !important;
  }
}
/* PIERLE premium bayi fiyat kutusu */
.pierle-bayi-premium{
  padding:22px;
  border:1px solid #f26322;
  border-radius:14px;
  background:#fffaf7;
}

.pierle-bayi-premium__top{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.pierle-bayi-premium__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  min-width:46px;
  height:46px;
  border-radius:50%;
  background:#f26322;
  color:#fff;
}

.pierle-bayi-premium__icon svg{
  width:22px;
  height:22px;
  color:#fff;
  fill:currentColor;
}

.pierle-bayi-premium__content{
  flex:1;
  min-width:0;
}

.pierle-bayi-premium__eyebrow{
  margin-bottom:4px;
  color:#f26322;
  font-size:12px;
  font-weight:700;
  letter-spacing:.5px;
}

.pierle-bayi-premium__title{
  color:#171717;
  font-size:21px;
  font-weight:700;
  line-height:1.2;
}

.pierle-bayi-premium__text{
  margin-top:7px;
  color:#6f6f6f;
  font-size:14px;
  line-height:1.45;
}

.pierle-bayi-premium__benefits{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.pierle-bayi-premium__benefits span{
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  color:#4f4f4f;
  font-size:12px;
  font-weight:600;
  box-shadow:0 0 0 1px rgba(242,99,34,.16);
}

.pierle-bayi-premium__buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}

.pierle-bayi-premium__button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 14px;
  border-radius:9px;
  font-size:14px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
}

.pierle-bayi-premium__button--primary{
  background:#f26322;
  color:#fff !important;
}

.pierle-bayi-premium__button--secondary{
  border:1px solid #f26322;
  background:#fff;
  color:#f26322 !important;
}

@media screen and (max-width:699px){
  .pierle-bayi-premium{
    padding:18px;
  }

  .pierle-bayi-premium__title{
    font-size:18px;
  }

  .pierle-bayi-premium__buttons{
    grid-template-columns:1fr;
  }
}
@media screen and (max-width:699px){

  .pierle-bayi-premium{
    padding:14px !important;
    border-radius:11px !important;
  }

  .pierle-bayi-premium__top{
    gap:10px !important;
  }

  .pierle-bayi-premium__icon{
    width:34px !important;
    min-width:34px !important;
    height:34px !important;
    border-radius:9px !important;
    background:#fff !important;
    border:1px solid #f26322 !important;
    color:#f26322 !important;
  }

  .pierle-bayi-premium__icon svg{
    width:17px !important;
    height:17px !important;
    color:#f26322 !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:1.8 !important;
  }

  .pierle-bayi-premium__eyebrow{
    margin-bottom:2px !important;
    font-size:9px !important;
  }

  .pierle-bayi-premium__title{
    font-size:15px !important;
    line-height:1.2 !important;
  }

  .pierle-bayi-premium__text{
    margin-top:4px !important;
    font-size:11px !important;
    line-height:1.35 !important;
  }

  .pierle-bayi-premium__benefits{
    gap:5px !important;
    margin-top:10px !important;
  }

  .pierle-bayi-premium__benefits span{
    padding:5px 7px !important;
    font-size:9px !important;
  }

  .pierle-bayi-premium__buttons{
    gap:7px !important;
    margin-top:11px !important;
  }

  .pierle-bayi-premium__button{
    min-height:38px !important;
    padding:8px 10px !important;
    border-radius:7px !important;
    font-size:11px !important;
  }
}
/* Bayi kartını masaüstünde de mobildeki gibi kompakt yap */
.pierle-bayi-premium{
  padding:14px !important;
  border-radius:11px !important;
}

.pierle-bayi-premium__top{
  gap:10px !important;
}

.pierle-bayi-premium__icon{
  width:34px !important;
  min-width:34px !important;
  height:34px !important;
  border-radius:9px !important;
  background:#fff !important;
  border:1px solid #f26322 !important;
  color:#f26322 !important;
}

.pierle-bayi-premium__icon svg{
  width:17px !important;
  height:17px !important;
  color:#f26322 !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
}

.pierle-bayi-premium__eyebrow{
  margin-bottom:2px !important;
  font-size:9px !important;
}

.pierle-bayi-premium__title{
  font-size:15px !important;
  line-height:1.2 !important;
}

.pierle-bayi-premium__text{
  margin-top:4px !important;
  font-size:11px !important;
  line-height:1.35 !important;
}

.pierle-bayi-premium__benefits{
  gap:5px !important;
  margin-top:10px !important;
}

.pierle-bayi-premium__benefits span{
  padding:5px 7px !important;
  font-size:9px !important;
}

.pierle-bayi-premium__buttons{
  gap:7px !important;
  margin-top:11px !important;
}

.pierle-bayi-premium__button{
  min-height:38px !important;
  padding:8px 10px !important;
  border-radius:7px !important;
  font-size:11px !important;
}
@media screen and (max-width: 749px){

  .dealer-badge{
    padding:10px 8px !important;
    border-radius:10px !important;
    min-height:auto !important;
  }

  .dealer-badge strong{
    display:block !important;
    margin:0 0 2px !important;
    font-size:12px !important;
    line-height:1.15 !important;
  }

  .dealer-badge span{
    display:block !important;
    margin:0 !important;
    font-size:10px !important;
    line-height:1.2 !important;
  }

  .dealer-badge svg{
    width:13px !important;
    height:13px !important;
    margin-right:4px !important;
  }
}
/* ===========================
   PIERLE BAYİYE ÖZEL FİYAT KARTI
=========================== */

.pierle-dealer-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    width:100%;
    max-width:100%;
    box-sizing:border-box;

    gap:8px;
    padding:16px;
    margin:0;

    background:#fffaf7;
    border:1px solid rgba(242,99,34,.22);
    border-radius:14px;

    text-decoration:none;
    color:#1d1d1d;

    transition:.25s;
}

.pierle-dealer-card:hover{
    transform:translateY(-2px);
    border-color:#f26322;
    box-shadow:0 10px 30px rgba(242,99,34,.10);
}

.pierle-dealer-card__label{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;

    color:#f26322;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
}

.pierle-dealer-card__lock{
    width:14px;
    height:14px;

    stroke:currentColor;
    stroke-width:2;
    fill:none;
}

.pierle-dealer-card__title{
    font-size:28px;
    font-weight:700;
    line-height:1.1;
    color:#222;
}

.pierle-dealer-card__button{

    width:100%;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;

    margin-top:2px;

    background:#f26322;
    color:#fff;

    padding:12px;

    border-radius:10px;

    font-size:15px;
    font-weight:700;
}

.pierle-dealer-card__button svg{
    width:16px;
    height:16px;

    stroke:currentColor;
    stroke-width:2;
    fill:none;
}



/* ===========================
   MOBİL
=========================== */

@media (max-width:749px){

.pierle-dealer-card{

    width:100% !important;
    max-width:100% !important;

    margin:0 !important;

    padding:10px 8px !important;

    gap:5px;

    border-radius:10px;

    box-sizing:border-box;
}

.pierle-dealer-card__label{

    font-size:9px;
    gap:4px;
}

.pierle-dealer-card__lock{

    width:11px;
    height:11px;
}

.pierle-dealer-card__title{

    font-size:16px;
}

.pierle-dealer-card__button{

    width:100%;

    padding:8px;

    border-radius:7px;

    font-size:11px;

    gap:6px;
}

.pierle-dealer-card__button svg{

    width:12px;
    height:12px;
}

/* Sağa taşmayı tamamen engeller */

.product-item,
.product-card,
.product-card__info,
.product-item__info,
.card__content{

    overflow:hidden;
}

}
/* Listeleme kartını masaüstünde küçült */
@media screen and (min-width: 990px){

  .pierle-dealer-card{
    width:100% !important;
    max-width:none !important;
    min-height:auto !important;
    margin:0 !important;
    padding:10px 10px 11px !important;
    gap:3px !important;
    border-radius:10px !important;
  }

  .pierle-dealer-card__label{
    gap:4px !important;
    font-size:9px !important;
    line-height:1 !important;
    letter-spacing:.25px !important;
  }

  .pierle-dealer-card__lock{
    width:11px !important;
    height:11px !important;
  }

  .pierle-dealer-card__title{
    margin:1px 0 2px !important;
    font-size:18px !important;
    line-height:1.05 !important;
  }

  .pierle-dealer-card__button{
    min-height:34px !important;
    margin-top:3px !important;
    padding:7px 10px !important;
    border-radius:7px !important;
    gap:7px !important;
    font-size:12px !important;
    line-height:1 !important;
  }

  .pierle-dealer-card__button svg{
    width:12px !important;
    height:12px !important;
  }
}
/* =========================================
   PIERLE BAYİ FİYATI VE KAZANÇ PANELİ
========================================= */

.pierle-b2b-price-panel{
  display:grid;
  gap:14px;
  margin-top:16px;
}

.pierle-b2b-price-panel__prices{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid #ececec;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(24,24,24,.05);
  overflow:hidden;
}

.pierle-b2b-price-panel__main,
.pierle-b2b-price-panel__retail{
  min-width:0;
  padding:18px;
}

.pierle-b2b-price-panel__main{
  border-right:1px solid #ececec;
}

.pierle-b2b-price-panel__label{
  display:flex;
  align-items:center;
  gap:7px;
  color:#f26322;
  font-size:12px;
  font-weight:700;
  letter-spacing:.25px;
  text-transform:uppercase;
}

.pierle-b2b-price-panel__label svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pierle-b2b-price-panel__price{
  display:block;
  margin-top:8px;
  color:#181818;
  font-size:34px;
  font-weight:750;
  line-height:1;
  letter-spacing:-1px;
}

.pierle-b2b-price-panel__main small{
  display:block;
  margin-top:7px;
  color:#747474;
  font-size:13px;
}

.pierle-b2b-price-panel__retail{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.pierle-b2b-price-panel__retail span{
  color:#555;
  font-size:12px;
  font-weight:600;
  line-height:1.4;
}

.pierle-b2b-price-panel__retail strong{
  display:block;
  margin-top:8px;
  color:#f26322;
  font-size:23px;
  line-height:1.1;
}

.pierle-b2b-profit{
  padding:17px;
  border:1px solid rgba(32,151,93,.18);
  border-radius:14px;
  background:linear-gradient(135deg,#f5fcf8 0%,#eef9f3 100%);
}

.pierle-b2b-profit__heading{
  display:flex;
  align-items:center;
  gap:8px;
  color:#16844c;
  font-size:12px;
  font-weight:750;
  letter-spacing:.2px;
  text-transform:uppercase;
}

.pierle-b2b-profit__heading svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pierle-b2b-profit__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:14px;
}

.pierle-b2b-profit__grid > div{
  min-width:0;
  padding:0 13px;
  border-right:1px solid rgba(32,151,93,.18);
}

.pierle-b2b-profit__grid > div:first-child{
  padding-left:0;
}

.pierle-b2b-profit__grid > div:last-child{
  padding-right:0;
  border-right:0;
}

.pierle-b2b-profit__grid small{
  display:block;
  color:#666;
  font-size:11px;
  line-height:1.25;
}

.pierle-b2b-profit__grid strong{
  display:block;
  margin-top:6px;
  color:#171717;
  font-size:15px;
  line-height:1.2;
}

.pierle-b2b-profit__grid .pierle-b2b-profit__amount{
  color:#16844c;
}

.pierle-b2b-profit p{
  margin:13px 0 0;
  color:#5f6c65;
  font-size:11px;
  line-height:1.4;
}

/* Mobil */
@media screen and (max-width:749px){
  .pierle-b2b-price-panel{
    gap:10px;
    margin-top:12px;
  }

  .pierle-b2b-price-panel__main,
  .pierle-b2b-price-panel__retail{
    padding:14px;
  }

  .pierle-b2b-price-panel__label{
    font-size:10px;
  }

  .pierle-b2b-price-panel__label svg{
    width:15px;
    height:15px;
  }

  .pierle-b2b-price-panel__price{
    margin-top:7px;
    font-size:27px;
  }

  .pierle-b2b-price-panel__main small{
    margin-top:5px;
    font-size:11px;
  }

  .pierle-b2b-price-panel__retail span{
    font-size:10px;
  }

  .pierle-b2b-price-panel__retail strong{
    margin-top:6px;
    font-size:18px;
  }

  .pierle-b2b-profit{
    padding:14px;
  }

  .pierle-b2b-profit__heading{
    font-size:10px;
  }

  .pierle-b2b-profit__heading svg{
    width:17px;
    height:17px;
  }

  .pierle-b2b-profit__grid{
    margin-top:12px;
  }

  .pierle-b2b-profit__grid > div{
    padding:0 8px;
  }

  .pierle-b2b-profit__grid small{
    font-size:9px;
  }

  .pierle-b2b-profit__grid strong{
    margin-top:5px;
    font-size:12px;
  }

  .pierle-b2b-profit p{
    margin-top:10px;
    font-size:10px;
  }
}
/* Koleksiyon bayi fiyat kartı */

.pierle-card-price{
  display:flex;
  margin-top:10px;
  border:1px solid #f2e3d8;
  border-radius:10px;
  overflow:hidden;
}

.pierle-card-price__left,
.pierle-card-price__right{
  flex:1;
  padding:10px;
  text-align:center;
}

.pierle-card-price__left{
  background:#fff;
}

.pierle-card-price__right{
  background:#fff8f3;
  border-left:1px solid #f2e3d8;
}

.pierle-card-price small{
  display:block;
  color:#f26522;
  font-size:11px;
  font-weight:600;
  margin-bottom:4px;
  text-transform:uppercase;
}

.pierle-card-price strong{
  display:block;
  font-size:15px;
  font-weight:700;
  line-height:1.3;
}
.product-form__buttons .button,
.buy-buttons .button,
.product-form .button {
  height: 58px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 10px 25px rgba(255,102,0,.18);
  transition: all .25s ease;
}

.product-form__buttons .button:hover,
.buy-buttons .button:hover,
.product-form .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255,102,0,.28);
}
.pierle-cart-button-content{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.pierle-cart-button-content svg{
    width:20px;
    height:20px;
    transition:.25s;
}

.button:hover .pierle-cart-button-content svg{
    transform:translateX(3px);
}
.pierle-breadcrumb{
    max-width:1400px;
    margin:20px auto 15px;
    padding:0 20px;
    font-size:8px;
    color:#777;
}

.pierle-breadcrumb a{
    color:#777;
    text-decoration:none;
    transition:.2s;
}

.pierle-breadcrumb a:hover{
    color:#ff6a00;
}

.pierle-breadcrumb span{
    margin:0 6px;
}

.pierle-breadcrumb .current{
    color:#111;
    font-weight:600;
}
/* PIERLE Premium Sticky Add To Cart */

.product-sticky-bar{
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 -10px 35px rgba(0,0,0,.12);
    padding: 14px 18px;
}

.product-sticky-bar__info{
    gap:10px;
}

.product-sticky-bar__info img{
    width:56px;
    height:56px;
    border-radius:12px;
    object-fit:cover;
}

.product-sticky-bar__info strong{
    font-size:18px;
    font-weight:700;
    color:#111;
}

.product-sticky-bar .button{
    height:54px;
    border-radius:14px;
    font-weight:700;
    font-size:16px;
    background:linear-gradient(180deg,#ff7a00,#ff5a00);
    color:#fff;
    border:none;
    box-shadow:0 10px 25px rgba(255,102,0,.35);
    transition:.25s;
}

.product-sticky-bar .button:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(255,102,0,.45);
}

@media(max-width:768px){

.product-sticky-bar{
    padding-bottom:calc(env(safe-area-inset-bottom) + 12px);
}

.product-sticky-bar__info{
    max-width:55%;
}

.product-sticky-bar .button{
    min-width:150px;
}

}
.product-sticky-bar .h6{
    font-size:15px;
    font-weight:600;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.product-sticky-bar price-list{
    font-size:20px;
    font-weight:700;
}
.product-sticky-bar__info img{
    width:48px !important;
    height:48px !important;
    border-radius:10px;
}
/* Mobil Breadcrumb */
@media (max-width: 768px) {
  .pierle-breadcrumb {
    font-size: 8px;
    line-height: 1.3;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pierle-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .pierle-breadcrumb a,
  .pierle-breadcrumb span {
    font-size: 8px;
  }
}
/* Desktop breadcrumb'u yukarı al */
@media (min-width: 769px) {
  .pierle-breadcrumb {
    margin-top: -40px;
    margin-bottom: 20px;
  }
}
/* Sticky Add To Cart her zaman görünür */
.product-sticky-bar{
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* -------------------------------------------------
   PIERLE — CLEAN PRODUCT STICKY BAR
   Dealer: Prestige default layout
   Guest: responsive premium application card
-------------------------------------------------- */

body {
  padding-bottom: 110px;
}

/* Keep the original dealer sticky bar stable. */
.product-sticky-bar:not(.pierle-sticky-bar--guest) {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  inset-block-start: auto !important;
  z-index: 50;
  width: 100%;
  padding: 14px 22px;
  background: #fff;
  border-block-start: 1px solid #ececec;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, .08);
  transform: translateY(0) !important;
}

.product-sticky-bar:not(.pierle-sticky-bar--guest) .button {
  min-width: 220px;
  min-height: 54px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
}

/* Guest container — independent from Prestige's internal desktop layout. */
product-sticky-bar.pierle-sticky-bar--guest {
  position: fixed !important;
  inset-block-start: auto !important;
  inset-block-end: 18px !important;
  inset-inline-start: 50% !important;
  inset-inline-end: auto !important;
  z-index: 9999 !important;
  display: block !important;
  width: min(920px, calc(100vw - 48px)) !important;
  max-width: 920px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) !important;
}

product-sticky-bar.pierle-sticky-bar--guest[hidden] {
  display: none !important;
}

.pierle-guest-sticky-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(190px, 1.1fr) minmax(280px, 1.55fr) minmax(235px, 1.15fr);
  grid-template-areas:
    "top notice apply"
    "top benefits security";
  align-items: center;
  gap: 10px 16px;
  width: 100%;
  padding: 16px 18px;
  color: #202020;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pierle-guest-sticky-top {
  grid-area: top;
  min-width: 0;
}

.pierle-guest-badge {
  display: inline-block;
  margin-block-end: 8px;
  padding: 6px 10px;
  color: #f45a00;
  border: 1px solid #f45a00;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .05em;
  line-height: 1;
}

.pierle-guest-product-title {
  overflow: hidden;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pierle-guest-notice {
  grid-area: notice;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 12px 14px;
  background: #fff6ef;
  border-radius: 12px;
}

.pierle-guest-lock {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}

.pierle-guest-notice strong {
  display: block;
  margin-block-end: 3px;
  font-size: 11px;
  line-height: 1.35;
}

.pierle-guest-notice p {
  margin: 0;
  color: #606060;
  font-size: 10px;
  line-height: 1.35;
}

.pierle-guest-apply {
  grid-area: apply;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 42px 12px 18px;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6900, #f45100);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(244, 81, 0, .2);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
}

.pierle-guest-apply:hover {
  background: linear-gradient(135deg, #f86000, #df4a00);
}

.pierle-guest-arrow {
  position: absolute;
  inset-inline-end: 16px;
  inset-block-start: 50%;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-53%);
}

.pierle-guest-benefits {
  grid-area: benefits;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.pierle-guest-benefits span {
  padding-inline: 5px;
  color: #333;
  border-inline-end: 1px solid #e8e8e8;
  font-size: 9px;
  text-align: center;
  white-space: nowrap;
}

.pierle-guest-benefits span:last-child {
  border-inline-end: 0;
}

.pierle-guest-security {
  grid-area: security;
  color: #969696;
  font-size: 9px;
  text-align: center;
}

  product-sticky-bar.pierle-sticky-bar--guest {
    inset-inline-start: 10px !important;
    inset-inline-end: 10px !important;
    inset-block-end: 10px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }

  .pierle-guest-sticky-card {
    display: block;
    padding: 14px;
    border-radius: 18px;
    box-shadow: 0 12px 38px rgba(24, 24, 24, .18);
  }

  .pierle-guest-sticky-top {
    margin-block-end: 10px;
  }

  .pierle-guest-badge {
    margin-block-end: 8px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .pierle-guest-product-title {
    font-size: 14px;
  }

  .pierle-guest-notice {
    gap: 10px;
    margin-block-end: 11px;
    padding: 11px;
    border-radius: 12px;
  }

  .pierle-guest-lock {
    font-size: 24px;
  }

  .pierle-guest-notice strong {
    font-size: 11px;
  }

  .pierle-guest-notice p {
    font-size: 10px;
  }

  .pierle-guest-apply {
    min-height: 51px;
    padding: 11px 40px;
    border-radius: 12px;
    font-size: 13px;
  }

  .pierle-guest-arrow {
    inset-inline-end: 15px;
    font-size: 27px;
  }

  .pierle-guest-benefits {
    margin-block-start: 13px;
    padding-block-start: 12px;
    border-block-start: 1px solid #ededed;
  }

  .pierle-guest-benefits span {
    padding-inline: 2px;
    font-size: 9px;
  }

  .pierle-guest-security {
    margin-block-start: 9px;
    font-size: 9px;
  }

  .product-sticky-bar:not(.pierle-sticky-bar--guest) {
    padding: 10px 12px;
  }

  .product-sticky-bar:not(.pierle-sticky-bar--guest) .button {
    min-width: 145px;
    min-height: 48px;
    font-size: 14px;
  }
}
/* =========================================================
   PIERLE KOLEKSİYON – BAYİYE ÖZEL PREMIUM KART
   ========================================================= */

.pierle-grid-dealer {
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  color: #202020;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border: 1px solid rgba(240, 83, 0, 0.13);
  border-radius: 16px;
  box-shadow:
    0 8px 24px rgba(20, 20, 20, 0.07),
    0 1px 2px rgba(20, 20, 20, 0.03);
}

.pierle-grid-dealer__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding: 5px 10px;
  margin-bottom: 11px;
  color: #f15a00;
  background: #fff;
  border: 1px solid #f15a00;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.045em;
  line-height: 1;
}

.pierle-grid-dealer__badge-icon {
  font-size: 13px;
  line-height: 1;
}

.pierle-grid-dealer__notice {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 82px;
  padding: 12px;
  margin-bottom: 10px;
  background: linear-gradient(110deg, #fff3e9 0%, #fff9f4 100%);
  border: 1px solid rgba(241, 90, 0, 0.07);
  border-radius: 12px;
}

.pierle-grid-dealer__lock {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #f15a00;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(241, 90, 0, 0.13);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.pierle-grid-dealer__notice-text {
  min-width: 0;
}

.pierle-grid-dealer__notice-text strong {
  display: block;
  margin-bottom: 4px;
  color: #222;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.pierle-grid-dealer__notice-text span {
  display: block;
  color: #606060;
  font-size: 9px;
  line-height: 1.45;
}

.pierle-grid-dealer__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  padding: 10px 34px;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6800 0%, #ed4d00 100%);
  border-radius: 10px;
  box-shadow: 0 7px 17px rgba(237, 77, 0, 0.19);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.pierle-grid-dealer__button:hover {
  color: #fff !important;
  filter: brightness(0.96);
  transform: translateY(-1px);
  box-shadow: 0 9px 21px rgba(237, 77, 0, 0.24);
}

.pierle-grid-dealer__user {
  font-size: 15px;
  line-height: 1;
}

.pierle-grid-dealer__arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-53%);
}

.pierle-grid-dealer__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #ededed;
}

.pierle-grid-dealer__features span {
  min-width: 0;
  padding: 0 4px;
  color: #3f3f3f;
  border-right: 1px solid #e8e8e8;
  font-size: 8px;
  line-height: 1.25;
  text-align: center;
}

.pierle-grid-dealer__features span:last-child {
  border-right: 0;
}

.pierle-grid-dealer__security {
  margin-top: 9px;
  color: #999;
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
}

/* Masaüstü */
@media screen and (min-width: 750px) {
  .pierle-grid-dealer {
    padding: 15px;
    border-radius: 18px;
  }

  .pierle-grid-dealer__badge {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 10px;
  }

  .pierle-grid-dealer__notice {
    min-height: 90px;
    padding: 14px;
  }

  .pierle-grid-dealer__lock {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .pierle-grid-dealer__notice-text strong {
    font-size: 12px;
  }

  .pierle-grid-dealer__notice-text span {
    font-size: 10px;
  }

  .pierle-grid-dealer__button {
    min-height: 46px;
    font-size: 11px;
  }

  .pierle-grid-dealer__features span {
    font-size: 9px;
  }
}

/* Küçük mobil ekranlar */
@media screen and (max-width: 390px) {
  .pierle-grid-dealer {
    padding: 9px;
    border-radius: 13px;
  }

  .pierle-grid-dealer__badge {
    padding: 4px 7px;
    margin-bottom: 8px;
    font-size: 8px;
  }

  .pierle-grid-dealer__notice {
    gap: 7px;
    min-height: 73px;
    padding: 9px;
  }

  .pierle-grid-dealer__lock {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
    font-size: 20px;
  }

  .pierle-grid-dealer__notice-text strong {
    font-size: 9px;
  }

  .pierle-grid-dealer__notice-text span {
    font-size: 8px;
  }

  .pierle-grid-dealer__button {
    min-height: 38px;
    padding-inline: 27px;
    font-size: 9px;
  }

  .pierle-grid-dealer__arrow {
    right: 9px;
    font-size: 20px;
  }

  .pierle-grid-dealer__features span {
    padding-inline: 2px;
    font-size: 7px;
  }
}
/* =========================================================
   PIERLE KOLEKSİYON KARTI – HİZALAMA VE İKON DÜZELTMELERİ
   ========================================================= */

.pierle-grid-dealer {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 12px;

  color: #202020;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  border: 1px solid rgba(241, 90, 0, 0.16);
  border-radius: 15px;

  box-shadow:
    0 7px 22px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.03);

  text-decoration: none !important;
  overflow: hidden;
}

/* Bayiye özel rozeti */
.pierle-grid-dealer__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  min-height: 27px;
  margin-bottom: 10px;
  padding: 5px 10px;

  color: #f15a00;
  background: #ffffff;
  border: 1px solid #f15a00;
  border-radius: 8px;

  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* Eski emoji ikonunu temiz bir kullanıcı ikonuna çevir */
.pierle-grid-dealer__badge-icon,
.pierle-grid-dealer__user {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;

  width: 14px;
  height: 14px;

  font-size: 0 !important;
  line-height: 0;
}

.pierle-grid-dealer__badge-icon::before,
.pierle-grid-dealer__user::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;

  width: 5px;
  height: 5px;

  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.pierle-grid-dealer__badge-icon::after,
.pierle-grid-dealer__user::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;

  width: 10px;
  height: 6px;

  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

/* Bilgi kutusu */
.pierle-grid-dealer__notice {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;

  width: 100%;
  min-height: 82px;
  margin-bottom: 10px;
  padding: 11px;

  background: linear-gradient(110deg, #fff2e8 0%, #fff9f4 100%);
  border: 1px solid rgba(241, 90, 0, 0.07);
  border-radius: 12px;
}

/* Emoji kilidi CSS ikonuna çevir */
.pierle-grid-dealer__lock {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;

  color: #f15a00;
  background: #ffffff;
  border-radius: 50%;

  box-shadow: 0 5px 14px rgba(241, 90, 0, 0.14);

  font-size: 0 !important;
  line-height: 0;
}

.pierle-grid-dealer__lock::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;

  width: 18px;
  height: 15px;

  border: 2px solid currentColor;
  border-radius: 4px;
}

.pierle-grid-dealer__lock::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 13px;

  width: 12px;
  height: 11px;

  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.pierle-grid-dealer__notice-text {
  min-width: 0;
  text-align: left;
}

.pierle-grid-dealer__notice-text strong {
  display: block;
  margin: 0 0 4px;

  color: #222;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}

.pierle-grid-dealer__notice-text span {
  display: block;
  color: #666;
  font-size: 8px;
  line-height: 1.45;
}

/* Başvuru butonu */
.pierle-grid-dealer__button {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 7px;

  width: 100%;
  min-height: 40px;
  padding: 9px 11px;

  color: #ffffff !important;
  background: linear-gradient(135deg, #ff6700 0%, #ee4f00 100%);
  border-radius: 10px;

  box-shadow: 0 6px 16px rgba(238, 79, 0, 0.2);

  font-size: 9px;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
}

.pierle-grid-dealer__button > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Sağ ok */
.pierle-grid-dealer__arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  font-size: 0 !important;
}

.pierle-grid-dealer__arrow::before {
  content: "";
  width: 8px;
  height: 8px;

  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;

  transform: rotate(45deg);
}

/* Alt faydalar */
.pierle-grid-dealer__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  margin-top: 11px;
  padding-top: 10px;

  border-top: 1px solid #ededed;
}

.pierle-grid-dealer__features span {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
  min-height: 25px;
  padding: 0 4px;

  color: #424242;
  border-right: 1px solid #e8e8e8;

  font-size: 7px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.pierle-grid-dealer__features span:last-child {
  border-right: 0;
}

.pierle-grid-dealer__security {
  margin-top: 8px;
  color: #999;
  font-size: 7px;
  line-height: 1.2;
  text-align: center;
}

/* Hover yalnızca masaüstünde */
@media screen and (pointer: fine) {
  .pierle-grid-dealer {
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .pierle-grid-dealer:hover {
    transform: translateY(-2px);
    box-shadow:
      0 11px 28px rgba(0, 0, 0, 0.09),
      0 1px 2px rgba(0, 0, 0, 0.03);
  }
}

  .pierle-grid-dealer__badge {
    min-height: 25px;
    margin-bottom: 8px;
    padding: 4px 8px;
    font-size: 8px;
  }

  .pierle-grid-dealer__notice {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    min-height: 76px;
    padding: 9px;
  }

  .pierle-grid-dealer__lock {
    width: 34px;
    height: 34px;
  }

  .pierle-grid-dealer__lock::before {
    top: 9px;
    left: 9px;
    width: 16px;
    height: 14px;
  }

  .pierle-grid-dealer__lock::after {
    top: 5px;
    left: 12px;
    width: 10px;
    height: 9px;
  }

  .pierle-grid-dealer__notice-text strong {
    font-size: 9px;
  }

  .pierle-grid-dealer__notice-text span {
    font-size: 7px;
  }

  .pierle-grid-dealer__button {
    min-height: 38px;
    grid-template-columns: 16px minmax(0, 1fr) 16px;
    padding: 8px 9px;
    font-size: 8px;
  }

  .pierle-grid-dealer__features span {
    min-height: 23px;
    padding-inline: 2px;
    font-size: 6.5px;
  }

  .pierle-grid-dealer__security {
    margin-top: 7px;
    font-size: 6.5px;
  }
}
/* ==========================================
   KOLEKSİYON FİYAT KARTI - PREMIUM
========================================== */

.product-card .price-list{
    margin-top:10px;
    gap:0;
}

.product-card .price-list>*{
    padding:10px 8px !important;
    min-height:72px;
}

.product-card .price-list small,
.product-card .price-list .text-xs{
    font-size:11px !important;
    letter-spacing:.4px;
    font-weight:700;
    text-transform:uppercase;
    color:#f15a00;
}

.product-card .price-list strong,
.product-card .price-list .price{
    font-size:15px !important;
    font-weight:700;
    line-height:1.2;
}

@media(max-width:749px){

.product-card .price-list>*{
    min-height:58px;
    padding:7px 5px !important;
}

.product-card .price-list small,
.product-card .price-list .text-xs{
    font-size:9px !important;
}

.product-card .price-list strong,
.product-card .price-list .price{
    font-size:13px !important;
}

}
/* Listeleme sayfası fiyat kutusunu küçült */

.product-card .price-list {
  margin-top: 8px !important;
  gap: 0 !important;
}

.product-card .price-list > * {
  min-height: 58px !important;
  padding: 7px 8px !important;
}

.product-card .price-list .text-xs,
.product-card .price-list small {
  font-size: 9px !important;
  line-height: 1.1 !important;
}

.product-card .price-list .price,
.product-card .price-list strong {
  font-size: 13px !important;
  line-height: 1.15 !important;
}

/* Mobil */
@media screen and (max-width: 749px) {
  .product-card .price-list {
    margin-top: 6px !important;
  }

  .product-card .price-list > * {
    min-height: 48px !important;
    padding: 5px 4px !important;
  }

  .product-card .price-list .text-xs,
  .product-card .price-list small {
    font-size: 7px !important;
  }

  .product-card .price-list .price,
  .product-card .price-list strong {
    font-size: 11px !important;
  }
}
/* ===== LISTELEME SAYFASI FİYAT KARTI ===== */

.pierle-grid-dealer{
    padding:12px;
    border-radius:14px;
    gap:10px;
}

.pierle-grid-dealer__badge{
    font-size:10px;
    padding:4px 8px;
    border-radius:999px;
}

.pierle-grid-dealer__badge-icon{
    font-size:10px;
}

.pierle-grid-dealer__notice{
    padding:10px;
    border-radius:10px;
}

.pierle-grid-dealer__lock{
    width:34px;
    height:34px;
    font-size:16px;
}

.pierle-grid-dealer__notice-text strong{
    font-size:13px;
    line-height:1.3;
}

.pierle-grid-dealer__notice-text span{
    font-size:11px;
    line-height:1.35;
}

.pierle-grid-dealer__button{
    height:38px;
    border-radius:10px;
    font-size:12px;
    font-weight:700;
}

.pierle-grid-dealer__user{
    font-size:14px;
}

.pierle-grid-dealer__arrow{
    font-size:16px;
}

.pierle-grid-dealer__features{
    font-size:10px;
    gap:8px;
}

.pierle-grid-dealer__security{
    font-size:10px;
    margin-top:4px;
}

/* MOBİL */

@media(max-width:749px){

.pierle-grid-dealer{
    padding:8px;
    gap:8px;
}

.pierle-grid-dealer__badge{
    font-size:8px;
    padding:3px 6px;
}

.pierle-grid-dealer__notice{
    padding:8px;
}

.pierle-grid-dealer__lock{
    width:28px;
    height:28px;
    font-size:14px;
}

.pierle-grid-dealer__notice-text strong{
    font-size:11px;
}

.pierle-grid-dealer__notice-text span{
    font-size:9px;
}

.pierle-grid-dealer__button{
    height:32px;
    font-size:10px;
}

.pierle-grid-dealer__features{
    font-size:8px;
    gap:5px;
}

.pierle-grid-dealer__security{
    font-size:8px;
}

}
/* PIERLE KOLEKSİYON FİYAT TABLOSU - KÜÇÜK */

.pierle-card-price {
  margin-top: 7px !important;
  border-radius: 8px !important;
}

.pierle-card-price__left,
.pierle-card-price__right {
  padding: 7px 5px !important;
  min-height: 58px !important;
}

.pierle-card-price small {
  margin-bottom: 3px !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
}

.pierle-card-price strong {
  font-size: 13px !important;
  line-height: 1.15 !important;
}

/* Mobil */
@media screen and (max-width: 749px) {
  .pierle-card-price {
    margin-top: 5px !important;
    border-radius: 7px !important;
  }

  .pierle-card-price__left,
  .pierle-card-price__right {
    min-height: 46px !important;
    padding: 5px 3px !important;
  }

  .pierle-card-price small {
    margin-bottom: 2px !important;
    font-size: 7px !important;
  }

  .pierle-card-price strong {
    font-size: 10px !important;
    line-height: 1.1 !important;
  }
}
/* =========================================================
   PIERLE KOLEKSİYON SAYFASI – PREMIUM ÜRÜN KARTLARI
   ========================================================= */

/* Ürünler arası boşluk */
.collection .product-list {
  --product-list-default-column-gap: 16px !important;
  --product-list-default-row-gap: 22px !important;
}

/* Ana ürün kartı */
.collection .product-card {
  gap: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(20, 20, 20, 0.07) !important;
  border-radius: 18px !important;
  box-shadow:
    0 8px 28px rgba(20, 20, 20, 0.06),
    0 1px 2px rgba(20, 20, 20, 0.03) !important;
  overflow: hidden !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

/* Ürün görsel alanı */
.collection .product-card__figure {
  position: relative !important;
  min-height: 280px !important;
  padding: 20px 14px 6px !important;
  background: linear-gradient(180deg, #fff 0%, #fdfdfd 100%) !important;
  overflow: hidden !important;
}

/* Ürün görseli */
.collection .product-card__image {
  width: 100% !important;
  height: 245px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: scale(0.94);
  transition: transform 0.28s ease !important;
}

/* Kart bilgi alanı */
.collection .product-card__info {
  display: grid !important;
  justify-items: stretch !important;
  align-content: start !important;
  gap: 10px !important;
  padding: 15px 14px 14px !important;
  text-align: left !important;
  background: #fff !important;
}

/* Ürün adı */
.collection .product-card__info > a,
.collection .product-card__info .product-title,
.collection .product-card__info .bold {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 42px !important;
  margin: 0 !important;
  color: #1c1c1c !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

/* Hızlı sepete ekle */
.collection .product-card__quick-add-button {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  color: #f15a00 !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(241, 90, 0, 0.16) !important;
  border-radius: 50% !important;
  box-shadow: 0 7px 20px rgba(20, 20, 20, 0.10) !important;
  inset-block-end: 12px !important;
  inset-inline-end: 12px !important;
  opacity: 1 !important;
  transform: none !important;
}

.collection .product-card__quick-add-button svg {
  width: 21px !important;
  height: 21px !important;
}

/* Fiyat tablosu */
.collection .pierle-card-price {
  display: grid !important;
  grid-template-columns: 1fr 1.25fr !important;
  width: 100% !important;
  min-height: 82px !important;
  margin-top: 2px !important;
  background: linear-gradient(90deg, #fff 0%, #fff9f5 100%) !important;
  border: 1px solid rgba(241, 90, 0, 0.19) !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Fiyat hücreleri */
.collection .pierle-card-price__left,
.collection .pierle-card-price__right {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 82px !important;
  padding: 10px 7px !important;
  text-align: center !important;
}

.collection .pierle-card-price__right {
  background: rgba(255, 247, 241, 0.72) !important;
  border-left: 1px solid rgba(241, 90, 0, 0.15) !important;
}

/* Fiyat etiketleri */
.collection .pierle-card-price small {
  display: block !important;
  min-height: 24px !important;
  margin: 0 0 5px !important;
  color: #f15a00 !important;
  font-size: 9px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.035em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Fiyat rakamları */
.collection .pierle-card-price strong {
  display: block !important;
  margin: 0 !important;
  color: #171717 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.22 !important;
  text-align: center !important;
}

.collection .pierle-card-price__right strong {
  color: #f15a00 !important;
}

/* Masaüstü hover */
@media screen and (pointer: fine) {
  .collection .product-card:hover {
    transform: translateY(-4px) !important;
    box-shadow:
      0 15px 36px rgba(20, 20, 20, 0.10),
      0 2px 4px rgba(20, 20, 20, 0.03) !important;
  }

  .collection .product-card:hover .product-card__image {
    transform: scale(0.98) !important;
  }

  .collection .product-card__quick-add-button:hover {
    color: #fff !important;
    background: #f15a00 !important;
    border-color: #f15a00 !important;
    transform: translateY(-2px) !important;
  }
}

/* =========================================================
   MOBİL – İKİ SÜTUN
   ========================================================= */

@media screen and (max-width: 749px) {
  .collection .product-list {
    --product-list-default-column-gap: 10px !important;
    --product-list-default-row-gap: 16px !important;
    margin-inline: 0 !important;
  }

  .collection .product-card {
    border-radius: 14px !important;
    box-shadow:
      0 5px 18px rgba(20, 20, 20, 0.055),
      0 1px 2px rgba(20, 20, 20, 0.025) !important;
  }

  .collection .product-card__figure {
    min-height: 190px !important;
    padding: 12px 6px 0 !important;
  }

  .collection .product-card__image {
    height: 176px !important;
    transform: scale(0.94) !important;
  }

  .collection .product-card__info {
    gap: 8px !important;
    padding: 11px 9px 10px !important;
  }

  .collection .product-card__info > a,
  .collection .product-card__info .product-title,
  .collection .product-card__info .bold {
    min-height: 39px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .collection .product-card__quick-add-button {
    width: 37px !important;
    height: 37px !important;
    inset-block-end: 8px !important;
    inset-inline-end: 8px !important;
  }

  .collection .product-card__quick-add-button svg {
    width: 18px !important;
    height: 18px !important;
  }

  .collection .pierle-card-price {
    grid-template-columns: 1fr 1.18fr !important;
    min-height: 68px !important;
    border-radius: 10px !important;
  }

  .collection .pierle-card-price__left,
  .collection .pierle-card-price__right {
    min-height: 68px !important;
    padding: 7px 4px !important;
  }

  .collection .pierle-card-price small {
    min-height: 19px !important;
    margin-bottom: 3px !important;
    font-size: 7px !important;
    line-height: 1.2 !important;
  }

  .collection .pierle-card-price strong {
    font-size: 11px !important;
    line-height: 1.18 !important;
  }
}

/* Çok küçük telefonlar */
@media screen and (max-width: 380px) {
  .collection .product-card__figure {
    min-height: 170px !important;
  }

  .collection .product-card__image {
    height: 155px !important;
  }

  .collection .product-card__info {
    padding-inline: 7px !important;
  }

  .collection .product-card__info > a,
  .collection .product-card__info .product-title,
  .collection .product-card__info .bold {
    font-size: 11px !important;
  }

  .collection .pierle-card-price small {
    font-size: 6.5px !important;
  }

  .collection .pierle-card-price strong {
    font-size: 10px !important;
  }
}
/* Ürün adı */
.collection .product-card__info > a,
.collection .product-card__info .product-title,
.collection .product-card__info .bold,
.collection .product-card__title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;

    min-height: 44px !important;
    max-height: 44px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 22px !important;

    color: #222 !important;
    text-align: left !important;
}
@media (max-width:749px){

.collection .product-card__info > a,
.collection .product-card__info .product-title,
.collection .product-card__info .bold,
.collection .product-card__title{

    min-height: 36px !important;
    max-height: 36px !important;

    font-size: 13px !important;
    line-height: 18px !important;

    -webkit-line-clamp: 2 !important;
}

}
/* Tavsiye fiyatı tek satır */
.pierle-card-price__right strong{
    white-space: nowrap !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: -.2px !important;
}

@media (min-width:750px){
    .pierle-card-price__right strong{
        font-size: 15px !important;
    }
}
/* =========================================================
   PIERLE BAYİ – PREMIUM STICKY ADD TO CART
   ========================================================= */

/* Bayi girişinde eski Prestige bilgi alanını gizle */
product-sticky-bar:not(.pierle-sticky-bar--guest)
.product-sticky-bar__info {
  display: none !important;
}

/* Sticky dış çerçeve */
product-sticky-bar:not(.pierle-sticky-bar--guest) {
  display: block !important;
  width: min(1040px, calc(100% - 32px)) !important;
  max-width: 1040px !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Ana kart */
.pierle-bayi-sticky {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 18px;

  width: 100%;
  padding: 12px;

  color: #202020;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 18px;

  box-shadow:
    0 14px 40px rgba(20, 20, 20, 0.15),
    0 2px 5px rgba(20, 20, 20, 0.04);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Ürün tarafı */
.pierle-bayi-sticky__product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.pierle-bayi-sticky__image {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;

  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 13px;
  overflow: hidden;
}

.pierle-bayi-sticky__image img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}

.pierle-bayi-sticky__identity {
  min-width: 0;
}

.pierle-bayi-sticky__title {
  overflow: hidden;
  margin-bottom: 8px;

  color: #202020;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;

  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Fiyatlar */
.pierle-bayi-sticky__prices {
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.pierle-bayi-sticky__dealer,
.pierle-bayi-sticky__retail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.pierle-bayi-sticky__dealer {
  min-width: 135px;
  padding-right: 17px;
  border-right: 1px solid #e8e8e8;
}

.pierle-bayi-sticky__retail {
  padding-left: 17px;
}

.pierle-bayi-sticky__label {
  position: relative;
  padding-left: 13px;

  color: #f15a00;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.045em;
  line-height: 1;
}

/* Küçük premium bayi ikonu */
.pierle-bayi-sticky__label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;

  width: 7px;
  height: 7px;

  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.pierle-bayi-sticky__dealer strong {
  display: block;
  margin-top: 5px;

  color: #151515;
  font-size: 18px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.pierle-bayi-sticky__dealer small {
  display: block;
  margin-top: 4px;

  color: #777;
  font-size: 9px;
  line-height: 1;
}

.pierle-bayi-sticky__retail span {
  color: #555;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.pierle-bayi-sticky__retail strong {
  display: block;
  margin-top: 5px;

  color: #f15a00;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;
  white-space: nowrap;
}

/* Form */
.pierle-bayi-sticky__form {
  width: 100%;
  margin: 0;
}

/* Sepete ekle */
.pierle-bayi-sticky__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  width: 100%;
  min-height: 58px;
  padding: 12px 18px;

  color: #fff;
  background: linear-gradient(135deg, #ff6800 0%, #ee4f00 100%);
  border: 0;
  border-radius: 13px;

  box-shadow: 0 8px 20px rgba(238, 79, 0, 0.23);

  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.pierle-bayi-sticky__button svg {
  width: 19px !important;
  height: 19px !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pierle-bayi-sticky__button:hover {
  filter: brightness(0.97);
  transform: translateY(-1px);
  box-shadow: 0 11px 25px rgba(238, 79, 0, 0.28);
}

.pierle-bayi-sticky__button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* =========================================================
   MOBİL
   ========================================================= */

@media screen and (max-width: 749px) {
  product-sticky-bar:not(.pierle-sticky-bar--guest) {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;

    width: auto !important;
    max-width: none !important;
    padding: 0 !important;

    transform: none !important;
  }

  .pierle-bayi-sticky {
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 9px;

    padding: 9px;
    border-radius: 15px;

    box-shadow:
      0 11px 32px rgba(20, 20, 20, 0.17),
      0 2px 4px rgba(20, 20, 20, 0.04);
  }

  .pierle-bayi-sticky__product {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
  }

  .pierle-bayi-sticky__image {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }

  .pierle-bayi-sticky__image img {
    padding: 3px;
  }

  .pierle-bayi-sticky__title {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.25;
  }

  .pierle-bayi-sticky__dealer {
    min-width: 70px;
    padding-right: 8px;
  }

  .pierle-bayi-sticky__retail {
    padding-left: 8px;
  }

  .pierle-bayi-sticky__label {
    padding-left: 10px;
    font-size: 7px;
  }

  .pierle-bayi-sticky__label::before {
    width: 6px;
    height: 6px;
  }

  .pierle-bayi-sticky__dealer strong {
    margin-top: 4px;
    font-size: 12px;
  }

  .pierle-bayi-sticky__dealer small {
    margin-top: 3px;
    font-size: 7px;
  }

  .pierle-bayi-sticky__retail span {
    overflow: hidden;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pierle-bayi-sticky__retail strong {
    margin-top: 4px;
    font-size: 10px;
    white-space: nowrap;
  }

  .pierle-bayi-sticky__button {
    min-height: 52px;
    padding: 9px 7px;
    border-radius: 11px;
    font-size: 10px;
    white-space: nowrap;
  }

  .pierle-bayi-sticky__button svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* Dar telefonlarda biraz daha sıkıştır */
@media screen and (max-width: 380px) {
  .pierle-bayi-sticky {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  .pierle-bayi-sticky__product {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .pierle-bayi-sticky__image {
    width: 42px;
    height: 42px;
  }

  .pierle-bayi-sticky__dealer strong {
    font-size: 11px;
  }

  .pierle-bayi-sticky__retail strong {
    font-size: 9px;
  }

  .pierle-bayi-sticky__button {
    font-size: 9px;
  }
}
/* =========================================================
   BAYİ STICKY – MASAÜSTÜ HİZALAMA + BAYİ İKONU DÜZELTMESİ
   ========================================================= */

/* Yanlış görünen eski simgeyi sıfırla */
.pierle-bayi-sticky__label::before,
.pierle-bayi-sticky__label::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  box-sizing: border-box !important;
  transform: none !important;
}

/* Etiket */
.pierle-bayi-sticky__label {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 14px !important;
  padding-left: 17px !important;
}

/* Kullanıcı ikonunun baş kısmı */
.pierle-bayi-sticky__label::before {
  top: 0 !important;
  left: 5px !important;
  width: 6px !important;
  height: 6px !important;

  border: 1.4px solid currentColor !important;
  border-radius: 50% !important;
  background: transparent !important;
}

/* Kullanıcı ikonunun gövde kısmı */
.pierle-bayi-sticky__label::after {
  bottom: 0 !important;
  left: 2px !important;
  width: 12px !important;
  height: 6px !important;

  border: 1.4px solid currentColor !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background: transparent !important;
}

/* Masaüstü */
@media screen and (min-width: 750px) {

  product-sticky-bar:not(.pierle-sticky-bar--guest) {
    width: calc(100% - 32px) !important;
    max-width: 1240px !important;
  }

  .pierle-bayi-sticky {
    grid-template-columns: minmax(0, 1fr) 228px !important;
    gap: 22px !important;
    padding: 12px 14px !important;
  }

  .pierle-bayi-sticky__product {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  /* Ürün adı ve fiyatları yatay dağıt */
  .pierle-bayi-sticky__identity {
    display: grid !important;
    grid-template-columns: minmax(280px, 1fr) auto !important;
    align-items: center !important;
    gap: 30px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .pierle-bayi-sticky__title {
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;

    font-size: 14px !important;
    line-height: 1.35 !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .pierle-bayi-sticky__prices {
    display: grid !important;
    grid-template-columns: 145px 175px !important;
    align-items: center !important;
    flex: none !important;
  }

  .pierle-bayi-sticky__dealer {
    min-width: 0 !important;
    padding-right: 20px !important;
  }

  .pierle-bayi-sticky__retail {
    min-width: 0 !important;
    padding-left: 20px !important;
  }

  .pierle-bayi-sticky__form {
    width: 228px !important;
  }

  .pierle-bayi-sticky__button {
    width: 100% !important;
    min-height: 70px !important;
  }
}
.pierle-bayi-sticky__retail {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.pierle-bayi-sticky__retail span {
  display: block !important;
  margin-bottom: 5px !important;
  color: #777 !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.pierle-bayi-sticky__retail strong {
  display: block !important;
  margin: 0 !important;
  color: #f15a00 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 749px) {
  .pierle-bayi-sticky__retail span {
    margin-bottom: 3px !important;
    font-size: 7px !important;
  }

  .pierle-bayi-sticky__retail strong {
    font-size: 10px !important;
  }
}
.pierle-bayi-sticky__label{
    display:block;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
    color:#f15a00;
    line-height:1.2;
    margin-bottom:4px;
}
}

.pierle-bayi-sticky__price{
    display:block;
    font-size:16px;
    font-weight:700;
    color:#f15a00;
    line-height:1;
}

@media(max-width:749px){
    .pierle-bayi-sticky__label{
        font-size:9px;
        margin-bottom:2px;
    }

    .pierle-bayi-sticky__price{
        font-size:12px;
    }
}.pierle-bayi-sticky__label{
    display:block;
    font-size:11px;
    font-weight:500;
    color:#777;
    line-height:1.2;
    margin-bottom:4px;
}

.pierle-bayi-sticky__price{
    display:block;
    font-size:16px;
    font-weight:700;
    color:#f15a00;
    line-height:1;
}

@media(max-width:749px){
    .pierle-bayi-sticky__label{
        font-size:9px;
        margin-bottom:2px;
    }

    .pierle-bayi-sticky__price{
        font-size:12px;
    }
}
.pierle-bayi-sticky__dealer-label{
    display:block;
    color:#f15a00;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
    margin-bottom:4px;
}

.pierle-bayi-sticky__retail-label{
    display:block;
    color:#777;
    font-size:10px;
    font-weight:500;
    margin-bottom:4px;
}
.pierle-bayi-sticky__dealer-label{
    display:flex;
    align-items:center;
    gap:5px;
    color:#f15a00;
    font-size:10px;
    font-weight:700;
    text-transform:uppercase;
}

.pierle-bayi-sticky__icon{
    width:13px;
    height:13px;
    stroke-width:2;
    flex-shrink:0;
}
/* Mobilde BAYİ FİYATI tek satır */
@media screen and (max-width: 749px) {

  .pierle-bayi-sticky__dealer-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;

    margin-bottom: 3px !important;
    padding: 0 !important;

    font-size: 7px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;

    white-space: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .pierle-bayi-sticky__icon {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    margin: 0 !important;
    flex: 0 0 9px !important;
  }

  .pierle-bayi-sticky__dealer {
    min-width: 76px !important;
  }
}
/* =========================================================
   PIERLE PREMIUM CART
   ========================================================= */

.shopify-section--main-cart .cart-page {
  max-width: 1160px;
  margin-inline: auto;
}

/* Güvenli ödeme kutusu */
.pierle-cart-security {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  padding: 20px 24px;
  color: #146b37;
  background: linear-gradient(135deg, #f3fbf5, #edf8f0);
  border: 1px solid rgba(20, 130, 67, 0.18);
  border-radius: 16px;
}

.pierle-cart-security__icon {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 16px;
}

.pierle-cart-security svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pierle-cart-security strong,
.pierle-cart-security span {
  display: block;
}

.pierle-cart-security strong {
  font-size: 19px;
  font-weight: 750;
}

.pierle-cart-security span {
  margin-top: 4px;
  color: #454545;
  font-size: 14px;
}

/* Sepet adımları */
.pierle-cart-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 28px 0 38px;
}

.pierle-cart-step {
  display: flex;
  flex: 0 0 130px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #9a9a9a;
  font-size: 13px;
  text-align: center;
}

.pierle-cart-step__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #dedede;
  border-radius: 50%;
}

.pierle-cart-step svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pierle-cart-step.is-active {
  color: #f15a00;
}

.pierle-cart-step.is-active .pierle-cart-step__icon {
  border-color: #f15a00;
  box-shadow: 0 6px 18px rgba(241, 90, 0, 0.12);
}

.pierle-cart-steps__line {
  flex: 1;
  max-width: 160px;
  margin-top: 26px;
  border-top: 1px dashed #d5d5d5;
}

/* Sepet ürün satırları */
.shopify-section--main-cart .line-item {
  padding: 20px !important;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  box-shadow: 0 7px 25px rgba(20, 20, 20, 0.045);
}

.shopify-section--main-cart .line-item__media {
  overflow: hidden;
  background: #fafafa;
  border-radius: 12px;
}

.shopify-section--main-cart quantity-selector {
  border: 1px solid #e4e4e4;
  border-radius: 9px;
}

/* Sözleşme */
.pierle-cart-agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  cursor: pointer;
}

.pierle-cart-agreement input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pierle-cart-agreement__check {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #fff;
  background: #238643;
  border-radius: 4px;
}

.pierle-cart-agreement__check svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

.pierle-cart-agreement a {
  color: inherit;
  text-decoration: underline;
}

/* Toplam kartı */
.shopify-section--main-cart .cart-recap {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
}

.shopify-section--main-cart .cart-recap > * {
  padding: 14px 18px;
  border-bottom: 1px solid #ededed;
}

.shopify-section--main-cart .cart-recap > *:last-child {
  border-bottom: 0;
}

.shopify-section--main-cart .cart-recap [type="submit"] {
  min-height: 58px;
  color: #fff;
  background: linear-gradient(135deg, #ff6800, #ed4c00);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(241, 90, 0, 0.23);
}

/* Güven özellikleri */
.pierle-cart-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  overflow: hidden;
}

.pierle-cart-benefits > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 19px 10px;
  text-align: center;
  border-right: 1px solid #ededed;
}

.pierle-cart-benefits > div:last-child {
  border-right: 0;
}

.pierle-cart-benefits svg {
  width: 25px;
  height: 25px;
  margin-bottom: 9px;
  color: #f15a00;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pierle-cart-benefits strong {
  font-size: 12px;
  font-weight: 700;
}

.pierle-cart-benefits span {
  margin-top: 3px;
  color: #666;
  font-size: 10px;
}

/* Mobil */
@media screen and (max-width: 749px) {
  .shopify-section--main-cart .cart-page {
    padding-inline: 14px;
  }

  .pierle-cart-security {
    gap: 13px;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 13px;
  }

  .pierle-cart-security__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .pierle-cart-security svg {
    width: 25px;
    height: 25px;
  }

  .pierle-cart-security strong {
    font-size: 15px;
  }

  .pierle-cart-security span {
    font-size: 11px;
  }

  .pierle-cart-steps {
    margin: 22px 0 30px;
  }

  .pierle-cart-step {
    flex-basis: 86px;
    gap: 7px;
    font-size: 10px;
  }

  .pierle-cart-step__icon {
    width: 42px;
    height: 42px;
  }

  .pierle-cart-step svg {
    width: 20px;
    height: 20px;
  }

  .pierle-cart-steps__line {
    margin-top: 21px;
  }

  .shopify-section--main-cart .line-item {
    padding: 13px !important;
    border-radius: 13px;
  }

  .pierle-cart-agreement {
    padding: 14px;
    font-size: 12px;
    line-height: 1.45;
  }

  .pierle-cart-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .pierle-cart-benefits > div {
    min-height: 105px;
    border-bottom: 1px solid #ededed;
  }

  .pierle-cart-benefits > div:nth-child(2) {
    border-right: 0;
  }

  .pierle-cart-benefits > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}
/* SEPET ÜRÜN TABLOSU - PREMIUM KART */

.shopify-section--main-cart .order-summary {
  border-collapse: separate !important;
  border-spacing: 0 14px !important;
}

.shopify-section--main-cart .order-summary__header {
  display: none !important;
}

.shopify-section--main-cart .order-summary__body tr {
  background: #fff !important;
  box-shadow: 0 6px 22px rgba(20, 20, 20, 0.05) !important;
}

.shopify-section--main-cart .order-summary__body td {
  padding: 18px 14px !important;
  border-top: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
}

.shopify-section--main-cart .order-summary__body td:first-child {
  border-left: 1px solid #e9e9e9 !important;
  border-radius: 15px 0 0 15px !important;
}

.shopify-section--main-cart .order-summary__body td:last-child {
  border-right: 1px solid #e9e9e9 !important;
  border-radius: 0 15px 15px 0 !important;
}

/* Ürün görseli */
.shopify-section--main-cart .line-item__media {
  overflow: hidden !important;
  background: #fafafa !important;
  border: 1px solid #eeeeee !important;
  border-radius: 12px !important;
}

/* Ürün adı */
.shopify-section--main-cart .line-item__info a {
  color: #191919 !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

/* Adet seçici */
.shopify-section--main-cart quantity-selector {
  min-height: 42px !important;
  border: 1px solid #dedede !important;
  border-radius: 9px !important;
}

/* Kaldır bağlantısı */
.shopify-section--main-cart line-item-quantity > a {
  color: #666 !important;
  font-size: 12px !important;
  text-decoration: underline !important;
}

/* Mobil */
@media screen and (max-width: 749px) {
  .shopify-section--main-cart .order-summary {
    display: block !important;
    border-spacing: 0 !important;
  }

  .shopify-section--main-cart .order-summary__body,
  .shopify-section--main-cart .order-summary__body tr,
  .shopify-section--main-cart .order-summary__body td {
    display: block !important;
    width: 100% !important;
  }

  .shopify-section--main-cart .order-summary__body tr {
    margin-bottom: 14px !important;
    padding: 13px !important;
    border: 1px solid #e9e9e9 !important;
    border-radius: 14px !important;
    box-shadow: 0 5px 18px rgba(20, 20, 20, 0.045) !important;
  }

  .shopify-section--main-cart .order-summary__body td {
    padding: 7px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .shopify-section--main-cart .order-summary__body td:first-child {
    padding-top: 0 !important;
  }

  .shopify-section--main-cart .order-summary__body td:last-child {
    padding-bottom: 0 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-align: left !important;
  }
}
/* Sepet güven ikonları */

.pierle-cart-features{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:0;
margin-top:22px;
border:1px solid #ececec;
border-radius:16px;
overflow:hidden;
background:#fff;
}

.pierle-cart-feature{
padding:18px 10px;
text-align:center;
border-right:1px solid #ececec;
display:flex;
flex-direction:column;
align-items:center;
gap:10px;
}

.pierle-cart-feature:last-child{
border-right:0;
}

.pierle-cart-feature svg{
width:26px;
height:26px;
stroke:#ff5a00;
}

.pierle-cart-feature span{
font-size:13px;
line-height:1.35;
color:#444;
font-weight:500;
}

@media(max-width:749px){

.pierle-cart-features{
grid-template-columns:repeat(2,1fr);
}

.pierle-cart-feature:nth-child(2){
border-right:0;
}

.pierle-cart-feature:nth-child(-n+2){
border-bottom:1px solid #ececec;
}

}
/* =========================================================
   PIERLE SEPET – SON MASAÜSTÜ DÜZENİ
   ========================================================= */

.shopify-section--main-cart .cart-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 460px !important;
  align-items: start !important;
  gap: 28px !important;
  width: 100% !important;
}

/* Sözleşme kutusu gereksiz uzamasın */
.shopify-section--main-cart .pierle-cart-agreement {
  align-self: start !important;
  width: 100% !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 18px 20px !important;
}

/* Sağ taraf */
.shopify-section--main-cart .cart-recap {
  display: grid !important;
  width: 100% !important;
  padding: 18px !important;
  gap: 16px !important;
  background: #fff !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 16px !important;
  overflow: visible !important;
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.05) !important;
}

/* Sepet toplam satırları */
.shopify-section--main-cart .cart-recap > * {
  padding: 0 !important;
  border: 0 !important;
}

/* Checkout butonu tam genişlik */
.shopify-section--main-cart .cart-recap [name="checkout"] {
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  font-size: 15px !important;
}

/* Güven ikonları checkout kartının altında */
.shopify-section--main-cart .pierle-cart-features {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #ececec !important;
  border-radius: 13px !important;
  overflow: hidden !important;
}

.shopify-section--main-cart .pierle-cart-feature {
  min-width: 0 !important;
  padding: 14px 7px !important;
  border-right: 1px solid #ececec !important;
}

.shopify-section--main-cart .pierle-cart-feature:last-child {
  border-right: 0 !important;
}

.shopify-section--main-cart .pierle-cart-feature svg {
  width: 22px !important;
  height: 22px !important;
  margin-bottom: 6px !important;
  color: #f15a00 !important;
}

.shopify-section--main-cart .pierle-cart-feature span {
  font-size: 10px !important;
  line-height: 1.3 !important;
}

  .shopify-section--main-cart .pierle-cart-agreement {
    padding: 14px !important;
  }

  .shopify-section--main-cart .cart-recap {
    padding: 14px !important;
    gap: 14px !important;
  }

  .shopify-section--main-cart .pierle-cart-features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shopify-section--main-cart .pierle-cart-feature:nth-child(2) {
    border-right: 0 !important;
  }

  .shopify-section--main-cart .pierle-cart-feature:nth-child(-n + 2) {
    border-bottom: 1px solid #ececec !important;
  }
}
@media screen and (max-width: 749px) {

  .shopify-section--main-cart .order-summary__body tr {
    position: relative !important;
    padding: 14px !important;
  }

  .shopify-section--main-cart .order-summary__body td:nth-child(2) {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding-top: 10px !important;
  }

  .shopify-section--main-cart .order-summary__body td:last-child {
    margin-top: 4px !important;
    padding-top: 10px !important;
    border-top: 1px solid #eeeeee !important;
    color: #171717 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .shopify-section--main-cart line-item-quantity {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 12px !important;
  }
}
/* =========================================================
   SEPET ÜST ALANI KOMPAKT + MOBİL SABİT DEVAM ET
   ========================================================= */

/* Genel sepet üst boşluklarını azalt */
.shopify-section--main-cart .section-spacing {
  padding-top: 22px !important;
  padding-bottom: 30px !important;
}

.shopify-section--main-cart .section-stack {
  gap: 20px !important;
}

/* Güvenli ödeme kutusunu küçült */
.shopify-section--main-cart .pierle-cart-security {
  gap: 12px !important;
  margin-bottom: 18px !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
}

.shopify-section--main-cart .pierle-cart-security__icon {
  flex-basis: 40px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px !important;
}

.shopify-section--main-cart .pierle-cart-security__icon svg {
  width: 22px !important;
  height: 22px !important;
}

.shopify-section--main-cart .pierle-cart-security strong {
  font-size: 14px !important;
  line-height: 1.15 !important;
}

.shopify-section--main-cart .pierle-cart-security span {
  margin-top: 2px !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
}

/* Alışveriş Sepeti başlığı */
.shopify-section--main-cart .section-header {
  gap: 10px !important;
}

.shopify-section--main-cart .section-header h1 {
  font-size: 25px !important;
  line-height: 1.1 !important;
}

/* Adım göstergesi */
.shopify-section--main-cart .pierle-cart-steps {
  margin: 12px 0 22px !important;
}

.shopify-section--main-cart .pierle-cart-step {
  flex-basis: 100px !important;
  gap: 5px !important;
  font-size: 10px !important;
}

.shopify-section--main-cart .pierle-cart-step__icon {
  width: 38px !important;
  height: 38px !important;
}

.shopify-section--main-cart .pierle-cart-step__icon svg {
  width: 18px !important;
  height: 18px !important;
}

.shopify-section--main-cart .pierle-cart-steps__line {
  max-width: 130px !important;
  margin-top: 19px !important;
}

/* Masaüstünde üst alan daha dar */
@media screen and (min-width: 750px) {
  .shopify-section--main-cart .pierle-cart-security {
    max-width: 860px !important;
    margin-inline: auto !important;
  }

  .shopify-section--main-cart .pierle-cart-steps {
    max-width: 700px !important;
    margin-inline: auto !important;
    margin-bottom: 24px !important;
  }
}

/* =========================================================
   MOBİL
   ========================================================= */

@media screen and (max-width: 749px) {
  .shopify-section--main-cart .section-spacing {
    padding-top: 10px !important;
    padding-bottom: 118px !important;
  }

  .shopify-section--main-cart .section-stack {
    gap: 12px !important;
  }

  .shopify-section--main-cart .pierle-cart-security {
    gap: 9px !important;
    margin-bottom: 10px !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
  }

  .shopify-section--main-cart .pierle-cart-security__icon {
    flex-basis: 32px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
  }

  .shopify-section--main-cart .pierle-cart-security__icon svg {
    width: 17px !important;
    height: 17px !important;
  }

  .shopify-section--main-cart .pierle-cart-security strong {
    font-size: 11px !important;
  }

  .shopify-section--main-cart .pierle-cart-security span {
    font-size: 7.5px !important;
  }

  .shopify-section--main-cart .section-header h1 {
    font-size: 18px !important;
  }

  .shopify-section--main-cart .pierle-cart-steps {
    margin: 6px 0 14px !important;
  }

  .shopify-section--main-cart .pierle-cart-step {
    flex-basis: 70px !important;
    gap: 3px !important;
    font-size: 7px !important;
  }

  .shopify-section--main-cart .pierle-cart-step__icon {
    width: 29px !important;
    height: 29px !important;
  }

  .shopify-section--main-cart .pierle-cart-step__icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .shopify-section--main-cart .pierle-cart-steps__line {
    margin-top: 14px !important;
  }

  /* Mobilde toplam kartındaki normal butonu gizle */
  .shopify-section--main-cart .cart-recap [name="checkout"] {
    position: fixed !important;
    z-index: 50 !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 10px !important;

    width: auto !important;
    min-height: 54px !important;
    margin: 0 !important;

    border-radius: 13px !important;
    box-shadow: 0 10px 30px rgba(241, 90, 0, 0.3) !important;
  }

  /* Çerez çubuğu veya mobil tarayıcı boşluğu için */
  body {
    padding-bottom: 72px !important;
  }
}
/* Sepet üst bölümünü daha kompakt yap */

.shopify-section--main-cart .section-header {
  margin-bottom: 6px !important;
}

.shopify-section--main-cart .pierle-cart-security {
  margin-bottom: 10px !important;
}

.shopify-section--main-cart .pierle-cart-steps {
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}

.shopify-section--main-cart .section-stack {
  gap: 10px !important;
}

.shopify-section--main-cart .order-summary {
  margin-top: 4px !important;
}

/* Masaüstü */
@media screen and (min-width: 750px) {
  .shopify-section--main-cart .section-spacing {
    padding-top: 12px !important;
  }

  .shopify-section--main-cart .pierle-cart-security {
    max-width: 1030px !important;
    padding: 10px 16px !important;
  }

  .shopify-section--main-cart .section-header h1 {
    margin: 0 !important;
    font-size: 28px !important;
  }

  .shopify-section--main-cart .pierle-cart-step {
    flex-basis: 92px !important;
  }

  .shopify-section--main-cart .pierle-cart-step__icon {
    width: 34px !important;
    height: 34px !important;
  }

  .shopify-section--main-cart .pierle-cart-steps__line {
    margin-top: 17px !important;
  }
}

/* Mobilde daha da kompakt */
@media screen and (max-width: 749px) {
  .shopify-section--main-cart .section-spacing {
    padding-top: 6px !important;
  }

  .shopify-section--main-cart .pierle-cart-security {
    margin-bottom: 6px !important;
  }

  .shopify-section--main-cart .section-header h1 {
    margin: 0 !important;
    font-size: 17px !important;
  }

  .shopify-section--main-cart .pierle-cart-steps {
    margin: 2px 0 8px !important;
  }

  .shopify-section--main-cart .order-summary {
    margin-top: 0 !important;
  }
}
.shopify-section--main-cart .section-header{
    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
}
/* Footer altında kalan beyaz alanı turuncu yap */
html,
body {
  background-color: #f45a00 !important;
}

/* Sayfanın normal içerik alanları beyaz kalsın */
#main,
.shopify-section-group-header-group,
.shopify-section-group-header-group > *,
main {
  background-color: #ffffff;
}

/* Footer ve altında kalan alan aynı renk olsun */
.shopify-section-group-footer-group,
.shopify-section-group-footer-group > *,
footer {
  background-color: #f45a00 !important;
}
/* PIERLE SAYFA GEÇİŞ YÜKLEME EKRANI */
#pierle-page-loader{
  position:fixed;
  inset:0;
  background:#f56600;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:999999;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .25s ease, visibility .25s ease;
}

#pierle-page-loader.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:all;
}

#pierle-page-loader.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:all;
}

.pierle-page-loader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.pierle-page-loader__logo {
  color: #fff;
  font-size: clamp(42px, 9vw, 82px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -2px;
  animation: pierle-loader-pulse 1.2s ease-in-out infinite;
}

.pierle-page-loader__spinner {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pierle-loader-spin .75s linear infinite;
}

@keyframes pierle-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pierle-loader-pulse {
  0%, 100% {
    opacity: .82;
    transform: scale(.97);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pierle-page-loader__logo,
  .pierle-page-loader__spinner {
    animation: none;
  }
}
/* PIERLE Loading */

#pierle-page-loader{
position:fixed;
inset:0;
background:#f56600;
display:flex;
align-items:center;
justify-content:center;
z-index:999999;
opacity:0;
visibility:hidden;
transition:.25s;
}

#pierle-page-loader.active{
opacity:1;
visibility:visible;
}

.pierle-page-loader__content{
display:flex;
flex-direction:column;
align-items:center;
gap:25px;
}

.pierle-page-loader__logo{
font-size:64px;
font-weight:900;
color:#fff;
letter-spacing:-2px;
animation:pulse 1.2s infinite;
}

.pierle-page-loader__spinner{
width:34px;
height:34px;
border:3px solid rgba(255,255,255,.35);
border-top-color:#fff;
border-radius:50%;
animation:spin .8s linear infinite;
}

@keyframes spin{
to{transform:rotate(360deg);}
}

@keyframes pulse{
0%,100%{
transform:scale(.96);
opacity:.8;
}
50%{
transform:scale(1);
opacity:1;
}
}
.pierle-page-loader__logo{
  font-size:72px;
  font-weight:900;
  color:#fff;
  letter-spacing:-2px;
  text-shadow:0 4px 18px rgba(0,0,0,.12);
  animation:pierlePulse 1s ease-in-out infinite;
}

.pierle-page-loader__spinner{
  width:42px;
  height:42px;
  border:4px solid rgba(255,255,255,.3);
  border-top-color:#fff;
  border-radius:50%;
  animation:pierleSpin .7s linear infinite;
}

@keyframes pierleSpin{
  to{transform:rotate(360deg);}
}

@keyframes pierlePulse{
  0%,100%{
    transform:scale(.94);
    opacity:.72;
  }
  50%{
    transform:scale(1.04);
    opacity:1;
  }
}
html,
body {
  background: #ffffff !important;
}

#pierle-page-loader {
  background: #f56600 !important;
}
.shopify-section-group-footer-group {
    background: #f56600;
}

footer {
    background: #f56600;
    padding-bottom: 120px;
    margin-bottom: -120px;
}
/* =========================================================
   PIERLE CART — NİHAİ PREMIUM TASARIM
   ========================================================= */

/* Genel genişlik ve boşluk */
.shopify-section--main-cart .container--sm {
  max-width: 1040px !important;
}

.shopify-section--main-cart .section-stack {
  gap: 14px !important;
}

.shopify-section--main-cart .cart-page {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Adım göstergesi kompakt */
.shopify-section--main-cart .pierle-cart-steps {
  margin: 4px auto 16px !important;
}

.shopify-section--main-cart .pierle-cart-step__icon {
  width: 34px !important;
  height: 34px !important;
}

.shopify-section--main-cart .pierle-cart-step svg {
  width: 17px !important;
  height: 17px !important;
}

.shopify-section--main-cart .pierle-cart-step {
  flex-basis: 90px !important;
  gap: 5px !important;
  font-size: 10px !important;
}

.shopify-section--main-cart .pierle-cart-steps__line {
  margin-top: 17px !important;
}

/* Ürün kartı */
.shopify-section--main-cart .order-summary {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.shopify-section--main-cart .order-summary__header {
  display: none !important;
}

.shopify-section--main-cart .order-summary__body tr {
  background: #fff !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 28px rgba(20, 20, 20, 0.055) !important;
}

.shopify-section--main-cart .order-summary__body td {
  padding: 18px 16px !important;
  border-top: 1px solid #e9e9e9 !important;
  border-bottom: 1px solid #e9e9e9 !important;
}

.shopify-section--main-cart .order-summary__body td:first-child {
  border-left: 1px solid #e9e9e9 !important;
  border-radius: 18px 0 0 18px !important;
}

.shopify-section--main-cart .order-summary__body td:last-child {
  border-right: 1px solid #e9e9e9 !important;
  border-radius: 0 18px 18px 0 !important;
  color: #f45a00 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

/* Mevcut line-item içindeki ayrı kart görüntüsünü kaldır */
.shopify-section--main-cart .line-item {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Ürün görseli */
.shopify-section--main-cart .line-item {
  --line-item-media-width: 100px !important;
  column-gap: 16px !important;
}

.shopify-section--main-cart .line-item__media {
  width: 100px !important;
  min-width: 100px !important;
  overflow: hidden !important;
  background: #fafafa !important;
  border: 1px solid #ededed !important;
  border-radius: 14px !important;
}

.shopify-section--main-cart .line-item__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* Ürün adı */
.shopify-section--main-cart .line-item__info a {
  color: #1c1c1c !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

/* Adet seçici */
.shopify-section--main-cart line-item-quantity {
  gap: 8px !important;
}

.shopify-section--main-cart quantity-selector {
  min-height: 44px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
}

.shopify-section--main-cart line-item-quantity > a {
  color: #777 !important;
  font-size: 11px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Dört güven avantajı */
.shopify-section--main-cart .pierle-cart-benefit-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  margin-top: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e9e9e9 !important;
  border-radius: 16px !important;
  box-shadow: 0 7px 24px rgba(20, 20, 20, 0.04) !important;
}

.shopify-section--main-cart .pierle-cart-benefit-strip__item {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  min-width: 0 !important;
  min-height: 82px !important;
  padding: 14px 12px !important;
  border-right: 1px solid #ededed !important;
}

.shopify-section--main-cart
  .pierle-cart-benefit-strip__item:last-child {
  border-right: 0 !important;
}

.shopify-section--main-cart .pierle-cart-benefit-strip__icon {
  display: grid !important;
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 36px !important;
  place-items: center !important;
  color: #f45a00 !important;
  background: #fff3eb !important;
  border-radius: 10px !important;
}

.shopify-section--main-cart .pierle-cart-benefit-strip__icon svg {
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.shopify-section--main-cart
  .pierle-cart-benefit-strip__item
  > span:last-child {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 3px !important;
}

.shopify-section--main-cart .pierle-cart-benefit-strip strong {
  color: #272727 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

.shopify-section--main-cart .pierle-cart-benefit-strip small {
  color: #777 !important;
  font-size: 9px !important;
  line-height: 1.3 !important;
}

/* Alt bölüm */
.shopify-section--main-cart .cart-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 420px !important;
  align-items: start !important;
  gap: 20px !important;
  width: 100% !important;
  margin-top: 16px !important;
}

/* Sözleşme */
.shopify-section--main-cart .pierle-cart-agreement {
  width: 100% !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

/* Toplam kutusu */
.shopify-section--main-cart .cart-recap {
  display: grid !important;
  width: 100% !important;
  gap: 13px !important;
  margin: 0 !important;
  padding: 18px !important;
  background: #fff !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 17px !important;
  box-shadow: 0 9px 30px rgba(20, 20, 20, 0.055) !important;
  text-align: left !important;
  justify-items: stretch !important;
}

.shopify-section--main-cart .cart-recap > * {
  padding: 0 !important;
  border: 0 !important;
}

/* Toplam */
.shopify-section--main-cart .pierle-cart-total {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  min-height: 58px !important;
  padding-bottom: 13px !important;
  border-bottom: 1px solid #ededed !important;
}

.shopify-section--main-cart .pierle-cart-total span {
  color: #202020 !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

.shopify-section--main-cart .pierle-cart-total strong {
  color: #f45a00 !important;
  font-size: 24px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Devam Et */
.shopify-section--main-cart .cart-recap [name="checkout"] {
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6800, #ed4c00) !important;
  border: 0 !important;
  border-radius: 13px !important;
  box-shadow: 0 10px 24px rgba(241, 90, 0, 0.24) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* =========================================================
   MOBİL
   ========================================================= */

@media screen and (max-width: 749px) {
  .shopify-section--main-cart .container--sm {
    padding-inline: 12px !important;
  }

  .shopify-section--main-cart .pierle-cart-steps {
    margin-bottom: 10px !important;
  }

  .shopify-section--main-cart .order-summary,
  .shopify-section--main-cart .order-summary__body {
    display: block !important;
    width: 100% !important;
  }

  .shopify-section--main-cart .order-summary__body tr {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 17px !important;
    box-shadow: 0 7px 24px rgba(20, 20, 20, 0.05) !important;
  }

  .shopify-section--main-cart .order-summary__body td {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .shopify-section--main-cart
    .order-summary__body
    td:first-child {
    grid-column: 1 / -1 !important;
  }

  .shopify-section--main-cart
    .order-summary__body
    td:nth-child(2) {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-top: 13px !important;
  }

  .shopify-section--main-cart
    .order-summary__body
    td:last-child {
    align-self: center !important;
    margin: 13px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #f45a00 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-align: right !important;
  }

  .shopify-section--main-cart .line-item {
    --line-item-media-width: 88px !important;
    display: flex !important;
    align-items: center !important;
    column-gap: 12px !important;
  }

  .shopify-section--main-cart .line-item__media {
    width: 88px !important;
    min-width: 88px !important;
    border-radius: 12px !important;
  }

  .shopify-section--main-cart .line-item__info a {
    font-size: 13px !important;
    line-height: 1.38 !important;
  }

  /* Mobil güven kutuları 2x2 */
  .shopify-section--main-cart .pierle-cart-benefit-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 10px !important;
    border-radius: 14px !important;
  }

  .shopify-section--main-cart .pierle-cart-benefit-strip__item {
    min-height: 72px !important;
    padding: 10px !important;
    gap: 8px !important;
  }

  .shopify-section--main-cart
    .pierle-cart-benefit-strip__item:nth-child(2) {
    border-right: 0 !important;
  }

  .shopify-section--main-cart
    .pierle-cart-benefit-strip__item:nth-child(-n + 2) {
    border-bottom: 1px solid #ededed !important;
  }

  .shopify-section--main-cart .pierle-cart-benefit-strip__icon {
    flex-basis: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .shopify-section--main-cart
    .pierle-cart-benefit-strip__icon
    svg {
    width: 17px !important;
    height: 17px !important;
  }

  .shopify-section--main-cart .pierle-cart-benefit-strip strong {
    font-size: 9.5px !important;
  }

  .shopify-section--main-cart .pierle-cart-benefit-strip small {
    font-size: 8px !important;
  }

  .shopify-section--main-cart .cart-footer {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }

  .shopify-section--main-cart .pierle-cart-agreement {
    padding: 13px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .shopify-section--main-cart .cart-recap {
    padding: 14px !important;
    gap: 12px !important;
    border-radius: 15px !important;
  }

  .shopify-section--main-cart .pierle-cart-total {
    min-height: 48px !important;
  }

  .shopify-section--main-cart .pierle-cart-total span {
    font-size: 13px !important;
  }

  .shopify-section--main-cart .pierle-cart-total strong {
    font-size: 21px !important;
  }

  /* Önceki sabit buton kodunu etkisizleştir */
/* Mobil sticky Devam Et butonu */
.shopify-section--main-cart .cart-recap [name="checkout"] {
  position: fixed !important;
  z-index: 999 !important;

  left: 12px !important;
  right: 12px !important;
  bottom: calc(10px + env(safe-area-inset-bottom)) !important;

  width: auto !important;
  min-height: 56px !important;
  margin: 0 !important;

  color: #fff !important;
  background: linear-gradient(135deg, #ff6800, #ed4c00) !important;
  border: 0 !important;
  border-radius: 14px !important;

  box-shadow:
    0 12px 32px rgba(241, 90, 0, 0.32),
    0 3px 8px rgba(0, 0, 0, 0.08) !important;

  font-size: 14px !important;
  font-weight: 800 !important;
}

  body {
    padding-bottom: 0 !important;
  }
}
/* =========================================================
   SEPET SÖZLEŞME ONAYI
   ========================================================= */

.shopify-section--main-cart .pierle-cart-agreement {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 18px !important;
  background: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
}

.shopify-section--main-cart .pierle-cart-agreement__label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  cursor: pointer !important;
}

.shopify-section--main-cart
  .pierle-cart-agreement__label
  input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.shopify-section--main-cart .pierle-cart-agreement__check {
  display: grid !important;
  flex: 0 0 23px !important;
  width: 23px !important;
  height: 23px !important;
  place-items: center !important;

  color: #fff !important;
  background: #fff !important;
  border: 1.5px solid #b9b9b9 !important;
  border-radius: 6px !important;

  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease !important;
}

.shopify-section--main-cart .pierle-cart-agreement__check svg {
  width: 15px !important;
  height: 15px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  opacity: 0 !important;
  transform: scale(0.7) !important;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease !important;
}

.shopify-section--main-cart
  #pierle-cart-agreement:checked
  + .pierle-cart-agreement__check {
  background: #f45a00 !important;
  border-color: #f45a00 !important;
  box-shadow: 0 4px 12px rgba(244, 90, 0, 0.2) !important;
}

.shopify-section--main-cart
  #pierle-cart-agreement:checked
  + .pierle-cart-agreement__check
  svg {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.shopify-section--main-cart
  #pierle-cart-agreement:focus-visible
  + .pierle-cart-agreement__check {
  outline: 3px solid rgba(244, 90, 0, 0.2) !important;
  outline-offset: 2px !important;
}

.shopify-section--main-cart .pierle-cart-agreement__text {
  color: #555 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
}

.shopify-section--main-cart .pierle-cart-agreement__text a {
  color: #222 !important;
  font-weight: 650 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.shopify-section--main-cart .pierle-cart-agreement__error {
  margin: 9px 0 0 35px !important;
  color: #c83232 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

/* Onay verilmeden butonun görünümü */
.shopify-section--main-cart
  .cart-recap
  [name="checkout"]:disabled {
  opacity: 0.48 !important;
  cursor: not-allowed !important;
  filter: grayscale(0.15) !important;
  box-shadow: none !important;
  transform: none !important;
}

@media screen and (max-width: 749px) {
  .shopify-section--main-cart .pierle-cart-agreement {
    padding: 13px !important;
  }

  .shopify-section--main-cart .pierle-cart-agreement__text {
    font-size: 8px !important;
  }

  .shopify-section--main-cart .pierle-cart-agreement__error {
    margin-left: 35px !important;
    font-size: 10px !important;
  }
}
/* =========================================================
   PIERLE BOŞ SEPET TASARIMI
   ========================================================= */

.shopify-section--main-cart .pierle-empty-cart {
  display: flex;
  max-width: 620px;
  min-height: 520px;
  margin: 30px auto;
  padding: 48px 42px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  background:
    radial-gradient(
      circle at top,
      rgba(244, 90, 0, 0.07),
      transparent 42%
    ),
    #fff;

  border: 1px solid #e9e9e9;
  border-radius: 26px;
  box-shadow: 0 18px 55px rgba(20, 20, 20, 0.07);
}

.shopify-section--main-cart .pierle-empty-cart__icon {
  display: grid;
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
  place-items: center;

  color: #f45a00;
  background: #fff3eb;
  border: 1px solid rgba(244, 90, 0, 0.18);
  border-radius: 50%;
}

.shopify-section--main-cart .pierle-empty-cart__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shopify-section--main-cart .pierle-empty-cart__badge {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 12px;

  color: #f45a00;
  background: #fff5ef;
  border: 1px solid rgba(244, 90, 0, 0.2);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.shopify-section--main-cart .pierle-empty-cart h1 {
  max-width: 470px;
  color: #171717;
  font-size: 31px;
  font-weight: 750;
  line-height: 1.2;
}

.shopify-section--main-cart .pierle-empty-cart > p {
  max-width: 470px;
  margin-top: 14px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.shopify-section--main-cart .pierle-empty-cart__actions {
  display: flex;
  width: 100%;
  max-width: 470px;
  margin-top: 28px;
  flex-direction: column;
  gap: 11px;
}

.shopify-section--main-cart .pierle-empty-cart__primary,
.shopify-section--main-cart .pierle-empty-cart__secondary {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;

  border-radius: 14px;

  font-size: 14px;
  font-weight: 750;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.shopify-section--main-cart .pierle-empty-cart__primary {
  color: #fff;
  background: linear-gradient(135deg, #ff6800, #ed4c00);
  box-shadow: 0 10px 26px rgba(244, 90, 0, 0.24);
}

.shopify-section--main-cart .pierle-empty-cart__secondary {
  color: #252525;
  background: #fff;
  border: 1px solid #dedede;
}

.shopify-section--main-cart .pierle-empty-cart__primary:hover,
.shopify-section--main-cart .pierle-empty-cart__secondary:hover {
  transform: translateY(-1px);
}

.shopify-section--main-cart .pierle-empty-cart__benefits {
  display: grid;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;

  grid-template-columns: repeat(3, 1fr);

  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 15px;
}

.shopify-section--main-cart .pierle-empty-cart__benefits > div {
  display: flex;
  min-height: 78px;
  padding: 13px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  border-right: 1px solid #ededed;
}

.shopify-section--main-cart
  .pierle-empty-cart__benefits
  > div:last-child {
  border-right: 0;
}

.shopify-section--main-cart .pierle-empty-cart__benefits strong {
  color: #222;
  font-size: 11px;
  font-weight: 750;
}

.shopify-section--main-cart .pierle-empty-cart__benefits span {
  color: #777;
  font-size: 9px;
  line-height: 1.35;
}

/* Mobil */

@media screen and (max-width: 749px) {
  .shopify-section--main-cart .pierle-empty-cart {
    min-height: auto;
    margin: 18px auto 40px;
    padding: 36px 18px 22px;
    border-radius: 20px;
  }

  .shopify-section--main-cart .pierle-empty-cart__icon {
    width: 68px;
    height: 68px;
  }

  .shopify-section--main-cart .pierle-empty-cart__icon svg {
    width: 31px;
    height: 31px;
  }

  .shopify-section--main-cart .pierle-empty-cart h1 {
    font-size: 23px;
  }

  .shopify-section--main-cart .pierle-empty-cart > p {
    font-size: 13px;
    line-height: 1.55;
  }

  .shopify-section--main-cart .pierle-empty-cart__actions {
    margin-top: 23px;
  }

  .shopify-section--main-cart .pierle-empty-cart__primary,
  .shopify-section--main-cart .pierle-empty-cart__secondary {
    min-height: 52px;
    font-size: 13px;
  }

  .shopify-section--main-cart .pierle-empty-cart__benefits {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .shopify-section--main-cart .pierle-empty-cart__benefits > div {
    min-height: 60px;
    border-right: 0;
    border-bottom: 1px solid #ededed;
  }

  .shopify-section--main-cart
    .pierle-empty-cart__benefits
    > div:last-child {
    border-bottom: 0;
  }
}
/* Boş sepet avantaj ikonları */

.shopify-section--main-cart .pierle-benefit-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  place-items: center;

  color: #f45a00;
  background: #fff4ec;
  border: 1px solid rgba(244, 90, 0, 0.18);
  border-radius: 50%;
}

.shopify-section--main-cart .pierle-benefit-icon svg {
  width: 22px;
  height: 22px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* PIERLE canlı sepet sayacı */

.header a[href="{{ routes.cart_url }}"],
.header a[href="/cart"] {
  position: relative;
}

.pierle-cart-count-badge {
  position: absolute;
  z-index: 20;
  top: -7px;
  right: -9px;

  display: flex;
  width: 21px;
  min-width: 21px;
  height: 21px;
  padding: 0 4px;

  align-items: center;
  justify-content: center;

  color: #fff;
  background: #f45a00;
  border: 2px solid #fff;
  border-radius: 999px;

  font-size: 10px;
  font-weight: 800;
  line-height: 1;

  transform: scale(1);
  transform-origin: center;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.pierle-cart-count-badge.is-empty {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.pierle-cart-count-badge.is-updating {
  animation: pierle-cart-count-pop 0.38s ease;
}

@keyframes pierle-cart-count-pop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.35);
  }

  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 749px) {

  .pierle-guest-sticky {
    padding: 10px 12px !important;
    border-radius: 12px !important;
  }

  .pierle-guest-sticky__title {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .pierle-guest-sticky__text {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .pierle-guest-sticky .button {
    min-height: 42px !important;
    height: 42px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }

  .pierle-guest-sticky__features {
    margin-top: 8px !important;
    gap: 8px !important;
    font-size: 9px !important;
  }

  .pierle-guest-sticky__features svg {
    width: 11px !important;
    height: 11px !important;
  }
}
/* MOBİL — Misafir bayi başvuru sticky kartını küçült */

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

  product-sticky-bar.pierle-sticky-bar--guest {
    left: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-dealer-card {
    padding: 9px !important;
    border-radius: 14px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-dealer-head {
    margin-bottom: 7px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-dealer-badge {
    gap: 4px !important;
    padding: 4px 7px !important;
    margin-bottom: 5px !important;
    border-radius: 7px !important;
    font-size: 7px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-dealer-badge svg {
    width: 11px !important;
    height: 11px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-product-title {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-dealer-notice {
    gap: 7px !important;
    padding: 7px 8px !important;
    margin-bottom: 7px !important;
    border-radius: 9px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-lock {
    flex: 0 0 25px !important;
    width: 25px !important;
    height: 25px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-lock svg {
    width: 20px !important;
    height: 20px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-dealer-notice strong {
    margin-bottom: 1px !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-dealer-notice span {
    font-size: 7px !important;
    line-height: 1.25 !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-apply-button {
    min-height: 38px !important;
    padding: 8px 35px !important;
    gap: 6px !important;
    border-radius: 9px !important;
    font-size: 10px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-apply-button > svg:first-child {
    width: 15px !important;
    height: 15px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-apply-button .pierle-sticky-arrow {
    right: 11px !important;
    width: 15px !important;
    height: 15px !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-benefits {
    display: none !important;
  }

  product-sticky-bar.pierle-sticky-bar--guest
  .pierle-sticky-security {
    display: none !important;
  }
}
/* PIERLE — Misafir sticky sade davet tasarımı */

.pierle-guest-sticky-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 310px !important;
  align-items: center !important;
  gap: 18px !important;

  width: 100% !important;
  padding: 14px 20px !important;

  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid #ececec !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12) !important;
}

.pierle-guest-sticky-top {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.pierle-guest-invite-icon {
  display: grid !important;
  flex: 0 0 40px !important;
  width: 40px !important;
  height: 40px !important;

  place-items: center !important;

  color: #f45a00 !important;
  background: #fff4ec !important;
  border-radius: 50% !important;
}

.pierle-guest-invite-icon svg {
  width: 21px !important;
  height: 21px !important;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.pierle-guest-invite-text {
  min-width: 0 !important;
}

.pierle-guest-invite-text strong {
  display: block !important;
  margin: 0 0 3px !important;

  color: #202020 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
}

.pierle-guest-invite-text span {
  display: block !important;

  color: #666 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.pierle-guest-apply {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 56px !important;
  padding: 12px 48px !important;

  color: #fff !important;
  background: linear-gradient(135deg, #ff6900, #f45100) !important;
  border-radius: 13px !important;
  box-shadow: 0 9px 22px rgba(244, 81, 0, 0.22) !important;

  font-size: 14px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

.pierle-guest-arrow {
  position: absolute !important;
  right: 18px !important;
  top: 50% !important;

  font-size: 24px !important;
  line-height: 1 !important;

  transform: translateY(-52%) !important;
}

/* Mobil */

@media screen and (max-width: 749px) {
  .pierle-guest-sticky-card {
    grid-template-columns: 1fr !important;
    gap: 8px !important;

    padding: 9px !important;
    border-radius: 14px !important;
  }

  .pierle-guest-sticky-top {
    gap: 8px !important;
    padding: 1px 3px !important;
  }

  .pierle-guest-invite-icon {
    flex-basis: 30px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .pierle-guest-invite-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .pierle-guest-invite-text strong {
    margin-bottom: 1px !important;
    font-size: 10px !important;
  }

  .pierle-guest-invite-text span {
    font-size: 8px !important;
    line-height: 1.2 !important;
  }

  .pierle-guest-apply {
    min-height: 42px !important;
    height: 42px !important;
    padding: 8px 38px !important;

    border-radius: 10px !important;
    font-size: 11px !important;
  }

  .pierle-guest-arrow {
    right: 13px !important;
    font-size: 19px !important;
  }
}
@media (max-width: 749px){

.pierle-b2b-profit__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}

.pierle-b2b-profit__grid small{
    font-size:11px;
    line-height:1.2;
}

.pierle-b2b-profit__grid strong{
    display:block;
    font-size:13px;
    line-height:1.2;
    white-space:nowrap;
}

.pierle-b2b-profit__amount{
    font-size:12px !important;
}

}
@media (max-width:749px){

.pierle-b2b-profit__grid{
    grid-template-columns: .9fr 1fr 1.35fr !important;
    gap:8px !important;
}

.pierle-b2b-profit__grid > div{
    padding:0 6px !important;
}

.pierle-b2b-profit__grid > div:first-child{
    padding-left:0 !important;
    padding-right:4px !important;
}

.pierle-b2b-profit__grid > div:nth-child(2){
    padding-left:4px !important;
    padding-right:4px !important;
}

.pierle-b2b-profit__grid > div:last-child{
    padding-left:12px !important;
    padding-right:0 !important;
}

.pierle-b2b-profit__amount{
    white-space:nowrap;
    font-size:12px !important;
}

}
/* PIERLE — Ürünlerimiz nerede satılıyor */

.pierle-sales-places {
  width: 100%;
  margin-top: 28px;
}

.pierle-sales-places__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}

.pierle-sales-places__heading > span {
  width: 58px;
  height: 1px;
  background: #f45a00;
  opacity: 0.65;
}

.pierle-sales-places__heading strong {
  color: #191919;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.pierle-sales-places__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;

  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
}

.pierle-sales-place {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 138px;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  padding: 18px 12px;
  text-align: center;
}

.pierle-sales-place:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: #ededed;
}

.pierle-sales-place__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  place-items: center;

  color: #f45a00;
  background: #fff5ed;
  border-radius: 50%;
}

.pierle-sales-place__icon svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pierle-sales-place > strong {
  display: block;
  color: #202020;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.pierle-sales-place > span {
  display: block;
  margin-top: 5px;

  color: #777;
  font-size: 10px;
  line-height: 1.3;
}

/* Mobil: 3 sütun × 2 satır */

@media screen and (max-width: 749px) {
  .pierle-sales-places {
    margin-top: 22px;
  }

  .pierle-sales-places__heading {
    gap: 10px;
    margin-bottom: 14px;
  }

  .pierle-sales-places__heading > span {
    width: 42px;
  }

  .pierle-sales-places__heading strong {
    font-size: 12px;
    white-space: nowrap;
  }

  .pierle-sales-places__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 15px;
  }

  .pierle-sales-place {
    min-height: 142px;
    padding: 16px 8px;
  }

  /* Mobil dikey çizgiler */
  .pierle-sales-place:not(:last-child)::after {
    top: 14px;
    bottom: 14px;
  }

  .pierle-sales-place:nth-child(3)::after,
  .pierle-sales-place:nth-child(6)::after {
    display: none;
  }

  /* İki satır arasındaki çizgi */
  .pierle-sales-place:nth-child(-n + 3)::before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 1px;
    background: #ededed;
  }

  .pierle-sales-place__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 9px;
  }

  .pierle-sales-place__icon svg {
    width: 23px;
    height: 23px;
  }

  .pierle-sales-place > strong {
    font-size: 10px;
    line-height: 1.25;
  }

  .pierle-sales-place > span {
    margin-top: 4px;
    font-size: 8px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 749px) {
  .pierle-b2b-profit__grid {
    grid-template-columns: 0.9fr 1fr 1.35fr !important;
    gap: 8px !important;
  }

  .pierle-b2b-profit__grid small {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .pierle-b2b-profit__grid strong {
    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .pierle-b2b-profit__amount {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 749px) {

  .pierle-card-price {
    grid-template-columns: 46% 54% !important;
    overflow: hidden !important;
  }

  .pierle-card-price__left,
  .pierle-card-price__right {
    min-width: 0 !important;
    padding: 10px 7px !important;
  }

  .pierle-card-price__right {
    overflow: hidden !important;
  }

  .pierle-card-price__right small {
    display: block !important;
    min-height: 34px !important;
    margin-bottom: 5px !important;

    font-size: 8px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .pierle-card-price__right strong {
    display: block !important;
    width: 100% !important;

    font-size: 12px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  .pierle-card-price__left strong {
    font-size: 14px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }
}
/* PIERLE — Minimal WhatsApp destek butonu */

.pierle-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 90;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 7px 7px 7px 18px;

  color: #171717;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.13),
    0 2px 6px rgba(0, 0, 0, 0.05);

  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.pierle-whatsapp-float__text {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  text-align: right;
}

.pierle-whatsapp-float__icon {
  position: relative;

  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;

  color: #fff;
  background: #16b654;
  border-radius: 50%;
}

.pierle-whatsapp-float__icon::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;

  width: 7px;
  height: 7px;

  background: #16b654;
  border: 2px solid #fff;
  border-radius: 50%;
}

.pierle-whatsapp-float__icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

@media screen and (pointer: fine) {
  .pierle-whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow:
      0 16px 38px rgba(0, 0, 0, 0.16),
      0 3px 8px rgba(0, 0, 0, 0.06);
  }
}

@media screen and (max-width: 749px) {
  .pierle-whatsapp-float {
    right: 14px;
    bottom: 18px;
    gap: 9px;
    padding: 6px 6px 6px 14px;
  }

  .pierle-whatsapp-float__text {
    font-size: 11px;
  }

  .pierle-whatsapp-float__icon {
    width: 46px;
    height: 46px;
  }

  .pierle-whatsapp-float__icon svg {
    width: 24px;
    height: 24px;
  }
}
.pierle-whatsapp-float {
  bottom: 110px !important;
}
.pierle-whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  background:#fff;
  color:#111;
  text-decoration:none;
  border-radius:999px;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  border:1px solid rgba(0,0,0,.06);
  z-index:999;
  transition:.25s;
  font-weight:600;
  font-size:12px;
}

.pierle-whatsapp-float svg{
  color:#25D366;
  flex-shrink:0;
}

.pierle-whatsapp-float:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 36px rgba(0,0,0,.16);
}

@media (max-width:749px){
  .pierle-whatsapp-float{
    right:14px;
    bottom:95px;
    padding:12px 16px;
    font-size:12px;
  }
}
.pierle-whatsapp-float svg {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 22px;
  color: #25d366;
  fill: currentColor;
}
/* PIERLE Breadcrumb */
.pierle-breadcrumb,
.pierle-breadcrumb a,
.pierle-breadcrumb span {
    font-size: 10px !important;
    line-height: 1.4;
}
.dealer-cta{
    display:flex;
    align-items:center;
    gap:18px;
    padding:18px;
    margin:28px 0;
    background:#fff;
    border:1px solid #f3e6dc;
    border-radius:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.dealer-cta__icon{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:50%;
    background:#fff6f1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dealer-cta__content{
    flex:1;
}

.dealer-cta__content h3{
    margin:0 0 4px;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
}

.dealer-cta__content p{
    margin:0;
    font-size:15px;
    color:#666;
}

.dealer-cta__button{
    white-space:nowrap;
    background:#ff6b00;
    color:#fff;
    padding:16px 28px;
    border-radius:14px;
    font-weight:700;
    text-decoration:none;
    transition:.25s;
}

.dealer-cta__button:hover{
    background:#ef6200;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(255,107,0,.28);
}

@media(max-width:767px){

.dealer-cta{
    flex-direction:column;
    text-align:center;
    padding:22px 18px;
}

.dealer-cta__content h3{
    font-size:22px;
}

.dealer-cta__content p{
    font-size:14px;
}

.dealer-cta__button{
    width:100%;
    text-align:center;
}
}
/* WhatsApp butonu */
.pierle-whatsapp-float,
.pierle-help-button {
    background: #25D366 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .28) !important;
}

.pierle-whatsapp-float *,
.pierle-help-button * {
    color: #fff !important;
}

.pierle-whatsapp-float svg,
.pierle-help-button svg {
    color: #fff !important;
    fill: currentColor !important;
}

.pierle-whatsapp-float:hover,
.pierle-help-button:hover {
    background: #20c05c !important;
    transform: translateY(-2px);
}
.pierle-shipping-notice {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  margin: 24px 0;

  background: #f1fbf5;
  border: 1px solid #c9ead6;
  border-radius: 18px;
}

.pierle-shipping-notice__icon,
.pierle-shipping-notice__check {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.pierle-shipping-notice__icon {
  width: 46px;
  height: 46px;
  color: #2dad67;
  background: #ffffff;
  border-radius: 50%;
}

.pierle-shipping-notice__check {
  width: 38px;
  height: 38px;
  margin-left: auto;
  color: #2dad67;
}

.pierle-shipping-notice svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pierle-shipping-notice__content {
  min-width: 0;
}

.pierle-shipping-notice__content strong {
  display: block;
  margin-bottom: 4px;
  color: #191919;
  font-size: 17px;
  line-height: 1.3;
}

.pierle-shipping-notice__content span {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 1.45;
}

@media screen and (max-width: 749px) {
  .pierle-shipping-notice {
    gap: 11px;
    padding: 15px;
    margin: 20px 0;
    border-radius: 16px;
  }

  .pierle-shipping-notice__icon {
    width: 40px;
    height: 40px;
  }

  .pierle-shipping-notice__check {
    width: 30px;
    height: 30px;
  }

  .pierle-shipping-notice__content strong {
    font-size: 15px;
  }

  .pierle-shipping-notice__content span {
    font-size: 12px;
  }

  .pierle-shipping-notice svg {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 749px) {
  .pierle-breadcrumb {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .pierle-breadcrumb{
    gap:2px !important;
  }

  .pierle-breadcrumb span{
    margin:0 1px !important;
  }
}
/* Ürünlerimiz Nerede Satılıyor - masaüstü tam hizalama */
@media screen and (min-width: 750px) {

  .pierle-sales-places__grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  .pierle-sales-place {
    display: grid !important;
    grid-template-rows: 54px 42px 36px !important;
    align-items: start !important;
    justify-items: center !important;
    text-align: center !important;
    min-width: 0 !important;
    padding: 14px 8px !important;
  }

  .pierle-sales-place__icon {
    display: grid !important;
    place-items: center !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    align-self: start !important;
  }

  .pierle-sales-place__icon svg {
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
  }

  .pierle-sales-place > strong {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 42px !important;
    margin: 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .pierle-sales-place > span {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 36px !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 749px) {
  .pierle-b2b-profit__grid {
    grid-template-columns: 0.72fr 1fr 1.28fr !important;
    column-gap: 8px !important;
  }

  .pierle-b2b-profit__grid > div {
    min-width: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pierle-b2b-profit__grid > div:first-child {
    padding-left: 0 !important;
    padding-right: 8px !important;
  }

  .pierle-b2b-profit__grid > div:nth-child(2) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pierle-b2b-profit__grid > div:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }

  .pierle-b2b-profit__amount {
    font-size: 16px !important;
    white-space: nowrap !important;
  }
}
.pierle-remove-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    color:#999;
    transition:.2s;
    text-decoration:none;
}

.pierle-remove-btn:hover{
    color:#ff6b00;
    background:#fff3eb;
}
#pierle-countdown-time {
  display: inline-block;
  min-width: 200px;
  color: #f15a24;
  font-weight: 700;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.pierle-shipping-countdown__text {
  min-height: 38px;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  #pierle-countdown-time {
    display: block;
    min-width: 0;
    margin-bottom: 2px;
    font-size: 13px;
    white-space: nowrap;
  }

  .pierle-shipping-countdown__text {
    min-height: 54px;
    font-size: 12px;
  }
}
.pierle-shipping-countdown__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
  width: 64px;
  height: 44px;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.pierle-shipping-countdown__logo {
  display: block;
  width: 54px;
  height: auto;
  max-height: 28px;
  object-fit: contain;
}

@media screen and (max-width: 749px) {
  .pierle-shipping-countdown__icon {
    flex: 0 0 58px;
    width: 58px;
    height: 40px;
    padding: 5px;
  }

  .pierle-shipping-countdown__logo {
    width: 48px;
    max-height: 25px;
  }
}
/* Aras Kargo logosunu büyütür */
.pierle-shipping-countdown__icon {
  flex: 0 0 64px;
  width: 64px;
  height: 50px;
  padding: 3px;
}

.pierle-shipping-countdown__logo {
  display: block;
  width: 62px;
  max-width: 62px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

/* Bugün kargoda yazısını yeşil yapar */
#pierle-shipping-day,
.pierle-kargoda-text {
  color: #168443 !important;
  font-weight: 700;
}

/* Sayaç değişirken satır kaymasını azaltır */
#pierle-countdown-time {
  display: inline-block;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

@media screen and (max-width: 749px) {
  .pierle-shipping-countdown__icon {
    flex: 0 0 58px;
    width: 58px;
    height: 46px;
    padding: 2px;
  }

  .pierle-shipping-countdown__logo {
    width: 56px;
    max-width: 56px;
    max-height: 38px;
  }
}
/* Kutu */
.pierle-shipping-countdown {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 84px;
}

/* Aras logo alanı */
.pierle-shipping-countdown__icon{
  width:72px;
  height:72px;
  flex:0 0 72px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#fff;
  border-radius:50%;
  overflow:hidden;

  box-shadow:
    0 4px 16px rgba(0,0,0,.06),
    inset 0 0 0 1px rgba(0,0,0,.03);
}

/* Logo */
.pierle-shipping-countdown__logo{
  width:56px;
  height:auto;
  display:block;
}

/* Yazılar */
.pierle-shipping-countdown__text{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  font-size:18px;
  line-height:1.4;
}

#pierle-countdown-time{
  color:#f26522;
  font-weight:700;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

.pierle-kargoda-text{
  color:#169347;
  font-weight:700;
}

/* Mobil */
@media(max-width:749px){

  .pierle-shipping-countdown{
      gap:14px;
      min-height:72px;
  }

  .pierle-shipping-countdown__icon{
      width:64px;
      height:64px;
      flex:0 0 64px;
  }

  .pierle-shipping-countdown__logo{
      width:50px;
  }

  .pierle-shipping-countdown__text{
      font-size:16px;
  }
}
/* Bugün kargoda kısmının tamamı yeşil */
#pierle-shipping-day,
.pierle-kargoda-text {
  color: #168443 !important;
  font-weight: 700;
}

/* Sayaç değişirken yazının oynamaması */
#pierle-countdown-time {
  display: inline-block;
  color: #f15a24;
  font-weight: 700;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

/* Başlıksız kullanımda içerikleri ortala */
.pierle-shipping-countdown__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.pierle-shipping-countdown__text {
  font-size: 14px;
  line-height: 1.35;
}

/* Logo kenarlarını yumuşat */
.pierle-shipping-countdown__icon {
  overflow: hidden;
  border-radius: 16px;
}

.pierle-shipping-countdown__logo {
  display: block;
  width: 58px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
}

/* MOBİL */
@media screen and (max-width: 749px) {

  /* Sayacı galeri noktalarına yaklaştır */
  .pierle-countdown-above-price {
    margin-top: -18px !important;
    margin-bottom: 8px !important;
  }

  /* Kutuyu daha kompakt yap */
  .pierle-shipping-countdown {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    gap: 10px !important;
  }

  /* Logo alanını küçült ve yumuşat */
  .pierle-shipping-countdown__icon {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    padding: 3px !important;
    border-radius: 14px !important;
  }

  .pierle-shipping-countdown__logo {
    width: 44px !important;
    height: 34px !important;
    border-radius: 10px !important;
  }

  /* Yazı fontlarını küçült */
  .pierle-shipping-countdown__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  #pierle-countdown-time {
    font-size: 13px !important;
    line-height: 1.25;
  }

  .pierle-shipping-sentence {
    font-size: 12px !important;
    white-space: normal;
  }

  /* Sayacın altındaki fiyat kutusunu yukarı yaklaştır */
  .pierle-countdown-above-price + * {
    margin-top: 0 !important;
  }
}
/* Aras logo + yazıyı aynı hizada tut */
.pierle-shipping-countdown {
    display: flex;
    align-items: center !important;
    gap: 12px;
}

.pierle-shipping-countdown__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pierle-shipping-countdown__content {
    display: flex;
    align-items: center !important;
    min-height: 48px;
}

.pierle-shipping-countdown__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.25;
    margin: 0 !important;
}

.pierle-shipping-countdown__text span {
    margin: 0;
}
/* PRESTIGE - MOBİL GALERİ DOTLARI */
@media screen and (max-width: 749px) {

  .product-gallery {
    position: relative !important;
  }

  .product-gallery .page-dots {
    position: absolute !important;
    left: 50% !important;
    bottom: 14px !important;
    transform: translateX(-50%) !important;
    z-index: 30 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;

    width: auto !important;
    margin: 0 !important;
    padding: 7px 11px !important;

    background: rgba(255,255,255,.95) !important;
    border: 1px solid rgba(241,90,36,.18) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 999px !important;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }

  .product-gallery .page-dots .tap-area {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: rgba(255, 255, 255, 0.55) !important;
    border: 0 !important;
    border-radius: 50% !important;

    transform: none !important;
    box-shadow: none !important;
  }

  .product-gallery .page-dots .tap-area[aria-current="true"] {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;

    background: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(241, 90, 36, 0.9) !important;
  }
}
/* Masaüstünde tek satır */
@media screen and (min-width: 750px) {

  .pierle-shipping-countdown{
      display:flex !important;
      align-items:center !important;
      justify-content:center !important;
      flex-wrap:nowrap !important;
      white-space:nowrap !important;
      gap:14px !important;
  }

  .pierle-shipping-countdown *{
      white-space:nowrap !important;
  }

}
.product-info__block-list {
  display: flex;
  flex-direction: column;
  gap: 16px !important;
}

.product-info__block-list > * {
  margin: 0 !important;
}
@media screen and (max-width: 749px) {

  .product-gallery {
    position: relative !important;
    isolation: isolate;
    z-index: 1 !important;
  }

  .product-gallery .page-dots {
    z-index: 2 !important;
  }

  .shopify-section--header,
  .header,
  x-header {
    position: relative;
    z-index: 50 !important;
  }
}
.pierle-review-summary__quote,
.pierle-review-summary__author{

transition:.30s;
}
/* PRESTIGE - Mobil galeri dot tasarımı */
@media screen and (max-width: 749px) {

  .product-gallery {
    position: relative !important;
    isolation: isolate;
  }

  .product-gallery .page-dots {
    position: absolute !important;
    left: 50% !important;
    bottom: 14px !important;
    transform: translateX(-50%) !important;
    z-index: 2 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;

    width: max-content !important;
    margin: 0 !important;
    padding: 7px 12px !important;

    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(241, 90, 36, 0.28) !important;
    border-radius: 999px !important;

    box-shadow:
      0 4px 14px rgba(0, 0, 0, 0.10),
      0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .product-gallery .page-dots .tap-area {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #d8d8d8 !important;
    border: 0 !important;
    border-radius: 50% !important;

    box-shadow: none !important;
    transform: none !important;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease !important;
  }

  .product-gallery .page-dots .tap-area[aria-current="true"] {
    background: #f15a24 !important;
    transform: scale(1.15) !important;
  }
}
/* Aktif dot */
.product-gallery .page-dots .tap-area[aria-current="true"] {
    background: #ffffff !important;
    border: 2px solid #f15a24 !important;
    box-shadow: 0 0 0 2px rgba(241,90,36,.15) !important;
    transform: scale(1.08);
}

/* Pasif dotlar */
.product-gallery .page-dots .tap-area:not([aria-current="true"]) {
    background: rgba(255,255,255,.95) !important;
    border: 1.5px solid #d8d8d8 !important;
}
/* PIERLE - En Çok Satan Etiketi */
.pierle-bestseller-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 7px 11px;

  color: #ffffff;
  background: linear-gradient(135deg, #ff6a00, #f04400);

  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(241, 90, 36, 0.24);

  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pierle-bestseller-badge svg {
  width: 2px;
  height: 2px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  flex-shrink: 0;
}

/* Etiketin kart içinde doğru konumlanması için */
.product-card,
.product-card__figure,
.product-card__media,
.product-card__image-wrapper {
  position: relative;
}

@media screen and (max-width: 749px) {
  .pierle-bestseller-badge {
    top: 6px;
    left: 6px;

    gap: 4px;
    padding: 5px 8px;

    font-size: 6px;
    border-radius: 6px;

    box-shadow: 0 4px 12px rgba(241, 90, 36, 0.20);
  }

  .pierle-bestseller-badge svg {
    width: 6px;
    height: 6px;
  }
}
/* Mobilde breadcrumb ile ürün görseli arasındaki boşluğu kaldır */
@media screen and (max-width: 749px) {

  .shopify-section--main-product .pierle-breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .shopify-section--main-product .product {
    row-gap: 0 !important;
  }

  .shopify-section--main-product .product-gallery {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

}
/* Mobil: görsel ile yorum/fiyat alanını ayır */
@media screen and (max-width: 749px) {
  .shopify-section--main-product .product {
    row-gap: 2px !important;
  }

  .shopify-section--main-product .product-info {
    margin-top: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .shopify-section--main-product .pierle-countdown-above-price {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 749px) {

  .pierle-countdown-above-price {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 !important;
  }

  .pierle-countdown-above-price > * {
    margin: 0 !important;
  }

  .pierle-b2b-price-panel {
    gap: 16px !important;
    margin-top: 16px !important;
  }
}
header-sidebar::part(header) {
    display: none !important;
}

.header-sidebar__scroller {
    padding-top: 0 !important;
}
/* Mobil menü üst logo alanı */
.pierle-mobile-menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.pierle-mobile-menu-logo img {
  display: block;
  width: 125px;
  max-width: 45%;
  height: auto;
  object-fit: contain;
}

/* Eski çarpı ve boş başlık alanını kaldır */
header-sidebar::part(header) {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .header-sidebar__scroller {
    padding-top: 0 !important;
  }
}
/* Mobil menüyü daha kompakt hâle getir */
@media screen and (max-width: 749px) {

  .pierle-mobile-menu-logo {
    padding: 10px 16px 8px !important;
  }

  .pierle-mobile-menu-logo img {
    width: 105px !important;
  }

  .pierle-mobile-custom-menu {
    padding: 8px 14px 14px !important;
  }

  /* Bölüm başlıkları */
  .pierle-menu-section-title {
    margin: 8px 0 6px !important;
    gap: 6px !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .pierle-menu-section-title svg {
    width: 12px !important;
    height: 12px !important;
    flex: 0 0 12px !important;
  }

  /* Üstteki kutulu bağlantılar */
  .pierle-menu-featured-link {
    min-height: 37px !important;
    padding: 7px 10px !important;
    margin-bottom: 5px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
  }

  /* Kategori bağlantıları */
  .pierle-menu-normal-link {
    min-height: 34px !important;
    padding: 6px 2px !important;
    font-size: 11.5px !important;
  }

  /* İletişim alanları */
  .pierle-menu-contact-link {
    min-height: 39px !important;
    padding: 6px 2px !important;
  }

  .pierle-menu-contact-link > svg,
  .pierle-menu-link-left > svg {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
  }

  .pierle-menu-contact-copy strong {
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  .pierle-menu-contact-copy small {
    margin-top: 1px !important;
    font-size: 8.5px !important;
    line-height: 1.2 !important;
  }

  .pierle-menu-link-left {
    gap: 8px !important;
  }

  .pierle-menu-arrow {
    font-size: 17px !important;
  }

  .pierle-menu-divider {
    margin: 7px 0 !important;
  }

  /* Alt bayi başvuru butonu */
  .pierle-menu-bottom-cta {
    min-height: 45px !important;
    padding: 7px 10px !important;
    margin-top: 8px !important;
    border-radius: 8px !important;
  }

  .pierle-menu-bottom-cta > svg {
    width: 17px !important;
    height: 17px !important;
  }

  .pierle-menu-bottom-cta strong {
    font-size: 10px !important;
  }

  .pierle-menu-bottom-cta small {
    font-size: 8.5px !important;
  }
}
/* =========================
   CART PAGE SPACING
========================= */

.template-cart main,
.template-cart .shopify-section {
    padding-top: 24px;
}

.template-cart .container {
    max-width: 1320px;
}

.template-cart h1 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.template-cart .cart,
.template-cart .cart-page {
    margin-top: 20px;
}

.template-cart .cart-items {
    margin-top: 0;
}

.template-cart .cart__footer,
.template-cart .cart-footer {
    margin-top: 24px;
}

@media (max-width: 749px) {

    .template-cart main,
    .template-cart .shopify-section {
        padding-top: 16px !important;
    }

    .template-cart .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .template-cart h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .template-cart .cart,
    .template-cart .cart-page {
        margin-top: 16px;
    }

    .template-cart .cart__footer,
    .template-cart .cart-footer {
        margin-top: 20px;
    }
}
/* PIERLE CART KDV / KARGO */

.pierle-cart-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid rgba(244, 91, 11, 0.2);
  border-radius: 16px;
  background: #fffaf7;
  overflow: hidden;
}

.pierle-cart-highlight {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 16px 18px;
}

.pierle-cart-highlight + .pierle-cart-highlight {
  border-left: 1px solid rgba(244, 91, 11, 0.18);
}

.pierle-cart-highlight__icon {
  flex: 0 0 29px;
  color: #f45b0b;
}

.pierle-cart-highlight__icon svg,
.pierle-cart-highlight__check svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pierle-cart-highlight__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.pierle-cart-highlight__copy strong {
  color: #181818;
  font-size: 14px;
  line-height: 1.2;
}

.pierle-cart-highlight__copy small {
  color: #666;
  font-size: 12px;
  line-height: 1.35;
}

.pierle-cart-highlight__check {
  flex: 0 0 20px;
  color: #f45b0b;
}

@media screen and (max-width: 749px) {
  .pierle-cart-highlights {
    margin-top: 11px;
    border-radius: 13px;
  }

  .pierle-cart-highlight {
    gap: 8px;
    min-height: 66px;
    padding: 10px 9px;
  }

  .pierle-cart-highlight__icon {
    flex-basis: 22px;
  }

  .pierle-cart-highlight__copy strong {
    font-size: 10.5px;
  }

  .pierle-cart-highlight__copy small {
    font-size: 8.5px;
    line-height: 1.3;
  }

  .pierle-cart-highlight__check {
    display: none;
  }
}
/* PIERLE PREMIUM SÖZLEŞME KUTUSU */

.pierle-cart-agreement {
  margin-top: 12px;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

.pierle-cart-agreement__label {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 14px 15px;
  cursor: pointer;
}

.pierle-cart-agreement__label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pierle-cart-agreement__check {
  display: flex;
  flex: 0 0 26px;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1.5px solid #cfcfcf;
  border-radius: 7px;
  background: #fff;
  color: #fff;
}

.pierle-cart-agreement__check svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.pierle-cart-agreement__label input:checked
  + .pierle-cart-agreement__check {
  border-color: #f45b0b;
  background: #f45b0b;
}

.pierle-cart-agreement__label input:checked
  + .pierle-cart-agreement__check svg {
  opacity: 1;
}

.pierle-cart-agreement__text {
  flex: 1;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 1.5;
}

.pierle-cart-agreement__text a {
  color: #f45b0b;
  font-weight: 650;
  text-decoration: none;
}

.pierle-cart-agreement__error {
  margin: -3px 15px 12px 52px;
  color: #c62828;
  font-size: 11px;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .pierle-cart-agreement {
    margin-top: 10px;
    border-radius: 13px;
  }

  .pierle-cart-agreement__label {
    gap: 9px;
    min-height: 58px;
    padding: 11px 12px;
  }

  .pierle-cart-agreement__check {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .pierle-cart-agreement__text {
    font-size: 9.5px;
    line-height: 1.45;
  }

  .pierle-cart-agreement__error {
    margin-left: 45px;
    font-size: 9.5px;
  }
}
/* Premium Sipariş Özeti */

.pierle-order-summary{
background:#fff;
border:1px solid #ececec;
border-radius:16px;
padding:20px;
margin-bottom:18px;
box-shadow:0 8px 24px rgba(0,0,0,.04);
}

.pierle-order-summary h3{
margin:0 0 18px;
font-size:18px;
font-weight:700;
}

.pierle-order-row{
display:flex;
justify-content:space-between;
align-items:center;
padding:9px 0;
font-size:14px;
border-bottom:1px solid #f2f2f2;
}

.pierle-order-row:last-of-type{
border-bottom:none;
}

.pierle-order-total{
display:flex;
justify-content:space-between;
align-items:center;
margin-top:16px;
padding-top:16px;
border-top:2px solid #f3f3f3;
font-size:14px;
font-weight:700;
}

.pierle-order-total strong{
color:#f45b0b;
font-size:24px;
}
/* PREMIUM CHECKOUT BUTTON */

.pierle-premium-checkout{
display:flex;
align-items:center;
justify-content:center;
position:relative;

width:100%;
height:60px;

border:none;
border-radius:16px;

background:#f45b0b;

color:#fff;

font-size:16px;
font-weight:700;

cursor:pointer;

transition:.25s;

box-shadow:0 10px 30px rgba(244,91,11,.22);

margin-top:18px;
}

.pierle-premium-checkout:hover{

transform:translateY(-2px);

box-shadow:0 15px 35px rgba(244,91,11,.30);

}

.pierle-premium-checkout svg{

position:absolute;

right:22px;

width:22px;
height:22px;

stroke:#fff;
stroke-width:2;

fill:none;

stroke-linecap:round;
stroke-linejoin:round;

}

.pierle-checkout-secure{

text-align:center;

margin-top:12px;

font-size:12px;

color:#777;

}

@media(max-width:749px){

.pierle-premium-checkout{

height:54px;

font-size:14px;

border-radius:14px;

}

.pierle-premium-checkout svg{

right:18px;

width:20px;
height:20px;

}

.pierle-checkout-secure{

font-size:10px;

margin-top:10px;

}

}
/* PIERLE ürün sayfası – masaüstü düzeni */
@media screen and (min-width: 1000px) {
  .product {
    display: grid !important;
    grid-template-columns:
      minmax(420px, 56%)
      minmax(360px, 44%) !important;

    grid-template-areas:
      "product-gallery product-info"
      "product-wide    product-info" !important;

    column-gap: 48px !important;
    row-gap: 32px !important;
    align-items: start !important;
  }

  /* Sol üst: ürün görseli */
  .product-gallery {
    grid-area: product-gallery !important;
    grid-column: auto !important;

    width: 100% !important;
    max-width: 460px !important;

    margin-inline: auto !important;
    align-self: start !important;
  }

  /* Sol alt: paket/model seçim ekranı */
  .pierle-product-wide-content {
    grid-area: product-wide !important;
    grid-column: auto !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;

    width: 100% !important;
    min-width: 0 !important;
    align-self: start !important;
  }

  .pierle-model-selector {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* Sağ taraf: ürün bilgileri */
  safe-sticky.product-info {
    grid-area: product-info !important;
    grid-column: auto !important;

    position: static !important;
    top: auto !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    align-self: start !important;
  }
}

/* Orta boy masaüstlerinde daha kompakt düzen */
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .product {
    grid-template-columns:
      minmax(380px, 52%)
      minmax(340px, 48%) !important;

    column-gap: 32px !important;
  }

  .product-gallery {
    max-width: 400px !important;
  }
}
/* Loader yazısını kesin olarak kaldır */
.pierle-page-loader__logo {
  display: none !important;
}

/* Dönen animasyonu ekranın tam ortasına al */
#pierle-page-loader {
  align-items: center !important;
  justify-content: center !important;
}

.pierle-page-loader__content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}
/* Masaüstü sticky add-to-cart barı ortala */
@media screen and (min-width: 750px) {
  product-sticky-bar.product-sticky-bar {
    left: 0 !important;
    right: 0 !important;
    margin-inline: auto !important;
  }
}