/** Shopify CDN: Minification failed

Line 3758:10 Unexpected "{"
Line 3758:19 Expected ":"
Line 3762:10 Unexpected "{"
Line 3762:19 Expected ":"
Line 9425:0 Unexpected "}"

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

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

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

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

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

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

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

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

/* === HARD HIDE desktop inline menu on mobile === */
@media (max-width: 989px) {
  /* любые варианты inline-меню в шапке */
  .header__inline-menu,
  nav.header__inline-menu,
  .header--top-center .header__inline-menu,
  .header--middle-left .header__inline-menu,
  .header .list-menu--inline,
  .header .header__menu,
  .header .header__submenu {
    display: none !important;
  }

  /* страхуемся: дровер вне экрана по умолчанию */
  .menu-drawer,
  .menu-drawer__inner-container {
    transform: translateX(-100%) !important;
    visibility: hidden !important;
    transition: transform 200ms ease;
    will-change: transform;
  }
  details[open] > .menu-drawer,
  details[open] .menu-drawer__inner-container {
    transform: translateX(0) !important;
    visibility: visible !important;
  }
}


/* === MOBILE FIX: фильтр и сортировка в линию === */
@media (max-width: 770px) {
  .collection .facets__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 10px;
  }

  /* кнопка фильтра */
  .mobile-facets__open {
    flex: 1;
    margin: 0;
    border-radius: 12px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  /* сортировка */
  .facet-filters.sorting {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .facet-filters__field .select__select {
    border-radius: 12px;
    min-height: 42px;
    font-size: 14px;
    padding: 8px 36px 8px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .facet-filters__field .select {
    width: 100%;
    max-width: 200px;
  }
}

.product-form__submit {
  transition: opacity 0.05s linear;
}

.product-form__submit.rebuilding {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 749px) {
  /* Слегка поднимаем блок коллекций над слайдшоу */
  .shopify-section--slideshow + .shopify-section--collection-list {
    margin-top: -80px !important; /* регулируй от -40 до -120px под вкус */
    position: relative;
    z-index: 5; /* чтобы было поверх слайдера */
  }

  /* Чтобы слайдшоу не налезало сверху */
  .shopify-section--slideshow {
    position: relative;
    z-index: 1;
  }
}
.price--on-sale .price-item--regular {
  display: inline-block;
  transform: scale(0.8);
  transform-origin: left center;
  opacity: 0.55;
  margin-right: 10px;
}

.product-card__media,
.product-card__image {
  position: relative;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff2d2d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 4px;
  z-index: 20;
}

/* Promo badge 1+1=3 */
.card__media {
  position: relative;
}

.promo-badge {
  position: absolute;
  top: 10px;
  left: 10px;

  background: #e10600;
  color: #ffffff;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;

  padding: 6px 10px;
  border-radius: 0px;

  z-index: 10;
}

/* ===== PROMO BADGE 1+1=3 ===== */
.section-{{ section.id }} .media {
  position: relative;
}

.section-{{ section.id }} .promo-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e53935;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 0px;
  z-index: 5;
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
  pointer-events: none;
}

.header__icon--instagram svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* === Product card hover image (custom grid) === */

@media (hover: hover) {
  .media--hover {
    position: relative;
    overflow: hidden;
  }

  .media--hover img {
    position: absolute;
    inset: 10%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    transition: opacity 0.35s ease;
  }

  .media--hover .img-primary {
    opacity: 1;
    z-index: 1;
  }

  .media--hover .img-secondary {
    opacity: 0;
    z-index: 2;
  }

  .card:hover .media--hover .img-secondary {
    opacity: 1;
  }

  .card:hover .media--hover .img-primary {
    opacity: 0;
  }
}

/* === Centered header search === */

.header__search-center {
  grid-area: navigation;     /* ← ВАЖНО */
  justify-self: center;
  display: flex;
  justify-content: center;
  max-width: 420px;
}


@media (max-width: 989px) {
  .header__search-center {
    display: none; /* на мобилке оставляем иконку */
  }
}

/* ===============================
   FIX: TRANSPARENT HEADER STATES
================================ */

/* Хедер всегда поверх баннера */
.section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

/* 👉 СТАРТ: полностью прозрачный */
.section-header .header-wrapper {
  background-color: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease;
}

/* 👉 ТЕКСТ И ИКОНКИ — БЕЛЫЕ */
.section-header .header a,
.section-header .header__menu-item,
.section-header .header__icon,
.section-header .header__icon svg,
.section-header .header__heading-logo {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* 👉 HOVER: белый фон */
.section-header:hover .header-wrapper {
  background-color: #ffffff !important;
}

/* 👉 HOVER: текст чёрный */
.section-header:hover .header a,
.section-header:hover .header__menu-item,
.section-header:hover .header__icon,
.section-header:hover .header__icon svg {
  color: #111111 !important;
  fill: #111111 !important;
}

/* 👉 SVG-логотип (если есть) */
.section-header:hover .header__heading-logo {
  filter: brightness(0);
}

/* ===== CENTER SEARCH ===== */
.header-search-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.7);
  padding-bottom: 6px;
  width: 260px;
}

.search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.search-input::placeholder {
  color: rgba(255,255,255,.7);
}

.search-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

/* ===============================
   SEARCH COLOR LOGIC
================================ */

/* === ГЛАВНАЯ: старт — белый === */
body.template-index .search-input {
  color: #ffffff;
}

body.template-index .search-input::placeholder {
  color: rgba(255,255,255,.7);
}

body.template-index .search-field {
  border-bottom-color: rgba(255,255,255,.7);
}

body.template-index .search-icon svg {
  fill: #ffffff;
}

/* === ГЛАВНАЯ: hover — чёрный === */
body.template-index .section-header:hover .search-input {
  color: #111111;
}

body.template-index .section-header:hover .search-input::placeholder {
  color: rgba(0,0,0,.6);
}

body.template-index .section-header:hover .search-field {
  border-bottom-color: rgba(0,0,0,.6);
}

body.template-index .section-header:hover .search-icon svg {
  fill: #111111;
}

/* === ВСЕ ОСТАЛЬНЫЕ СТРАНИЦЫ === */
body:not(.template-index) .search-input {
  color: #111111;
}

body:not(.template-index) .search-input::placeholder {
  color: rgba(0,0,0,.6);
}

body:not(.template-index) .search-field {
  border-bottom-color: rgba(0,0,0,.6);
}

body:not(.template-index) .search-icon svg {
  fill: #111111;
}

/* ===============================
   LOCATION ICON COLOR FIX
================================ */

/* --- ГЛАВНАЯ: СТАРТ — БЕЛАЯ --- */
body.template-index .header__icon--location svg,
body.template-index .header__icon--location svg * {
  fill: #ffffff !important;
}

/* --- ГЛАВНАЯ: HOVER ХЕДЕРА — ЧЁРНАЯ --- */
body.template-index .section-header:hover .header__icon--location svg,
body.template-index .section-header:hover .header__icon--location svg * {
  fill: #111111 !important;
}

/* --- ВСЕ ОСТАЛЬНЫЕ СТРАНИЦЫ — ЧЁРНАЯ --- */
body:not(.template-index) .header__icon--location svg,
body:not(.template-index) .header__icon--location svg * {
  fill: #111111 !important;
}

body.template-index .header__icon--location {
  color: #ffffff !important;
}

body.template-index .section-header:hover .header__icon--location {
  color: #111111 !important;
}

body:not(.template-index) .header__icon--location {
  color: #111111 !important;
}

/* === Instagram icon: match other header icons exactly === */
.header__icon--instagram {
  padding: 0.8rem;
  margin-left: 0;
}

.header__icon--instagram svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* ===== FIX: MOBILE IMAGE DEFAULT STATE ===== */
@media (hover: none) {

  /* 1️⃣ по умолчанию — показываем ТОЛЬКО первую */
  .pl-card img:nth-of-type(2),
  .card-wrapper img:nth-of-type(2),
  .card img:nth-of-type(2) {
    opacity: 0;
    pointer-events: none;
  }

  /* 2️⃣ при tap — меняем местами */
  .is-tapped img:nth-of-type(1) {
    opacity: 0;
  }

  .is-tapped img:nth-of-type(2) {
    opacity: 1;
  }
}

#promo133-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo133-popup {
  background: #fff;
  border-radius: 16px;
  padding: 24px 22px;
  max-width: 360px;
  width: 90%;
  text-align: center;
  position: relative;
}

.promo133-popup h3 {
  margin: 0 0 10px;
}

.promo133-popup p {
  margin: 0;
  font-size: 15px;
}

.promo133-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

/* ANNOUNCEMENT BAR */
.shopify-section--announcement-bar {
  position: sticky;
  top: 0;
  z-index: 1200;
}

/* HEADER BASE */
.section-header {
  position: relative;
  z-index: 100;
  transition: background .3s ease, box-shadow .3s ease;
}

/* HEADER WHEN STICKY */
.shopify-section-header-sticky {
  position: fixed;
  top: var(--announcement-height, 0px);
  left: 0;
  right: 0;
  z-index: 1100;
}

/* NEWSLETTER — KILL RADIUS (Dawn uses ::before/::after for borders) */
.newsletter .field,
.newsletter .field::before,
.newsletter .field::after,
.newsletter .field__input,
.newsletter .field__button,
.newsletter .newsletter-form__button,
.newsletter .field__button::before,
.newsletter .field__button::after {
  border-radius: 0 !important;
}

/* === PROMO BADGE 1+1=3 — SQUARE === */
.promo-badge {
  border-radius: 0 !important;
}

/* === CART: quantity (- 1 +) square === */
.cart-items .quantity,
.cart-items quantity-input.quantity,
.cart-items .quantity__button,
.cart-items .quantity__input{
  border-radius: 0 !important;
}

.cart-items .quantity{
  overflow: hidden; /* чтобы углы точно были ровные */
}

/* === CART: textarea "Order special instructions" square === */
.cart__note textarea,
.cart__note .field__input,
textarea#CartNote,
textarea[name="note"]{
  border-radius: 0 !important;
}

/* === CART: product images square === */
.cart-items .cart-item__image-container,
.cart-items .cart-item__image{
  border-radius: 0 !important;
}

.cart-items .cart-item__image-container{
  overflow: hidden; /* чтобы картинка не давала скругление через контейнер */
}

/* если скругление приходит от global-media-settings */
.cart-items .global-media-settings{
  border-radius: 0 !important;
}

/* HARD OVERRIDES (put at the very end of base.css) */
.promo-badge,
.cart-items .quantity,
.cart-items .quantity__button,
.cart-items .quantity__input,
.cart__note textarea,
textarea#CartNote,
.cart-items .cart-item__image-container,
.cart-items .cart-item__image,
.cart-items .global-media-settings{
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Обрезка названия товара в карточке */
.card__heading,
.product-card__title,
.product-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ПК */
@media (min-width: 768px) {
  .card__heading,
  .product-card__title,
  .product-item__title {
    -webkit-line-clamp: 2; /* сколько строк */
  }
}

/* Мобилка */
@media (max-width: 767px) {
  .card__heading,
  .product-card__title,
  .product-item__title {
    -webkit-line-clamp: 1;
  }
}

/* === HERO → HEADER SYNC (global) === */
.hero-header-sync .shopify-section-header,
.hero-header-sync header,
.hero-header-sync .header-wrapper,
.hero-header-sync .header {
  background: var(--heroHeaderBg) !important;
  color: var(--heroHeaderFg) !important;
}

/* Иконки/ссылки в хедере */
.hero-header-sync .shopify-section-header a,
.hero-header-sync header a,
.hero-header-sync .header__icon,
.hero-header-sync .header__menu-item {
  color: var(--heroHeaderFg) !important;
}

/* Hover как у тебя: красный → белый */
.hero-header-sync .shopify-section-header:hover,
.hero-header-sync header:hover,
.hero-header-sync .header-wrapper:hover,
.hero-header-sync .header:hover {
  background: var(--heroHeaderHoverBg) !important;
  color: var(--heroHeaderHoverFg) !important;
}
.hero-header-sync .shopify-section-header:hover a,
.hero-header-sync header:hover a,
.hero-header-sync .header:hover .header__icon,
.hero-header-sync .header:hover .header__menu-item {
  color: var(--heroHeaderHoverFg) !important;
}

/* Бегущая строка (announcement bar) — подстрой селектор если у тебя другой */
.hero-header-sync .announcement-bar,
.hero-header-sync .utility-bar,
.hero-header-sync .announcement-bar__message {
  background: var(--heroHeaderBg) !important;
  color: var(--heroHeaderFg) !important;
}
.hero-header-sync .announcement-bar:hover,
.hero-header-sync .utility-bar:hover {
  background: var(--heroHeaderHoverBg) !important;
  color: var(--heroHeaderHoverFg) !important;
}

/* FIX: hero image visibility */
.rt-hero__img{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.rt-hero__slide{
  background: #000; /* чтобы не было белого фона при загрузке */
}

.pp-benefits{
  background: var(--pp-bg);
  padding: 56px 0;
}

.pp-benefits__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

.pp-benefit__icon{
  color: var(--pp-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.pp-benefit__icon svg{ width: 44px; height: 44px; }

.pp-benefit__title{
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pp-benefit__text{
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.85;
  max-width: 320px;
  margin: 0 auto;
}

@media (max-width: 990px){
  .pp-benefits__grid{ grid-template-columns: repeat(2, 1fr); }
  .pp-benefit__title{ font-size: 28px; }
}
@media (max-width: 520px){
  .pp-benefits__grid{ grid-template-columns: 1fr; }
}

.pp-footer-top{
  background: var(--pp-top-bg);
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.pp-footer-top__row{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pp-footer-top__btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .12s ease, background .12s ease;
}

.pp-footer-top__btn:hover{
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

.pp-footer-top__icon{
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: rgba(255,255,255,.9);
}
.pp-footer-top__icon svg{ width: 22px; height: 22px; }

.pp-footer-top__text{
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 990px){
  .pp-footer-top__row{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
  .pp-footer-top__row{ grid-template-columns: 1fr; }
}

.wl-btn{
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.wl-icon{
  width: 18px;
  height: 18px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7.5-4.7-9.7-9C.5 8.6 2.6 5.5 6 5.5c1.7 0 3 .8 4 2 1-1.2 2.3-2 4-2 3.4 0 5.5 3.1 3.7 6.5C19.5 16.3 12 21 12 21z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7.5-4.7-9.7-9C.5 8.6 2.6 5.5 6 5.5c1.7 0 3 .8 4 2 1-1.2 2.3-2 4-2 3.4 0 5.5 3.1 3.7 6.5C19.5 16.3 12 21 12 21z'/%3E%3C/svg%3E") center/contain no-repeat;
  color: #111;
  opacity: .5;
}

.wl-btn.is-active{
  border-color: rgba(0,0,0,.25);
}

.wl-btn.is-active .wl-icon{
  opacity: 1;
}

.wishlist-open-btn{
  position: relative;
  background:none;
  border:none;
  font-size:18px;
  cursor:pointer;
}

.wishlist-count{
  position:absolute;
  top:-6px;
  right:-8px;
  background:#000;
  color:#fff;
  font-size:11px;
  border-radius:50%;
  padding:2px 6px;
}

/* drawer */

.wishlist-drawer{
  position:fixed;
  inset:0;
  z-index:9999;
  pointer-events:none;
}

.wishlist-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.4);
  opacity:0;
  transition:.3s;
}

.wishlist-panel{
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:380px;
  background:#fff;
  transform:translateX(100%);
  transition:.35s;
  padding:20px;
  overflow:auto;
}

.wishlist-drawer.open{
  pointer-events:auto;
}

.wishlist-drawer.open .wishlist-overlay{
  opacity:1;
}

.wishlist-drawer.open .wishlist-panel{
  transform:translateX(0);
}

.wishlist-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.wishlist-item{
  display:flex;
  gap:12px;
  margin-bottom:18px;
}

.wishlist-item img{
  width:70px;
  height:70px;
  object-fit:cover;
}

.wishlist-remove{
  font-size:12px;
  opacity:.6;
  cursor:pointer;
}

/* wishlist counter */

.wishlist-open-btn{
  position:relative;
  background:none;
  border:none;
  cursor:pointer;
}

.wishlist-count{
  position:absolute;
  top:-6px;
  right:-6px;
  background:#000;
  color:#fff;
  font-size:11px;
  border-radius:50%;
  padding:2px 6px;
}

/* toast */

.wishlist-toast{
  position:fixed;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  background:#111;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  opacity:0;
  transition:.3s;
  z-index:9999;
}

.wishlist-toast.show{
  opacity:1;
}

/* ===== Wishlist button in header ===== */
.wishlist-open-btn{
  position:relative;
  background:none;
  border:0;
  padding:0;
  margin:0 8px 0 0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  transition: transform .18s ease, opacity .18s ease;
}
@media (hover:hover){
  .wishlist-open-btn:hover{ transform: translateY(-1px); opacity:.85; }
}

.wishlist-count{
  position:absolute;
  top:-7px;
  right:-10px;
  background:#111;
  color:#fff;
  font-size:11px;
  line-height:1;
  border-radius:999px;
  padding:3px 7px;
  min-width:18px;
  text-align:center;
}

/* ===== Fly anim element ===== */
.wl-fly{
  position:fixed;
  z-index:999999;
  transform:translate(-50%,-50%);
  color:#111;
  pointer-events:none;
}
.wl-fly svg{ width:22px; height:22px; }

/* ===== Toast ===== */
.wishlist-toast{
  position:fixed;
  bottom:28px;
  left:50%;
  transform:translateX(-50%);
  background:#111;
  color:#fff;
  padding:10px 16px;
  border-radius:999px;
  opacity:0;
  transition:.25s ease;
  z-index:99999;
  font-size:13px;
  letter-spacing:.02em;
}
.wishlist-toast.show{ opacity:1; }

/* ===== Drawer ===== */
.wishlist-drawer{
  position:fixed;
  inset:0;
  z-index:99998;
  pointer-events:none;
}
.wishlist-drawer.open{ pointer-events:auto; }

.wishlist-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.38);
  opacity:0;
  transition:.28s ease;
}
.wishlist-drawer.open .wishlist-overlay{ opacity:1; }

.wishlist-panel{
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:min(440px, 92vw);
  background:#fff;
  transform:translateX(100%);
  transition:.35s ease;
  padding:18px 18px 26px;
  overflow:auto;
  box-shadow:-18px 0 60px rgba(0,0,0,.16);
}
.wishlist-drawer.open .wishlist-panel{ transform:translateX(0); }

.wishlist-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:14px;
  border-bottom:1px solid rgba(0,0,0,.08);
  margin-bottom:14px;
}
.wishlist-title{
  font-size:14px;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.wishlist-close{
  width:38px;
  height:38px;
  border:1px solid rgba(0,0,0,.16);
  background:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:.2s ease;
}
@media (hover:hover){
  .wishlist-close:hover{
    background:#111;
    color:#fff;
    border-color:#111;
  }
}

.wishlist-empty{
  opacity:.6;
  font-size:14px;
  padding:24px 0;
}

/* item */
.wishlist-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid rgba(0,0,0,.06);
}

.wishlist-thumb img{
  width:64px;
  height:64px;
  object-fit:contain;
  background:#fbfbfb;
  border:1px solid rgba(0,0,0,.06);
}

.wishlist-name{
  display:block;
  text-decoration:none;
  color:#111;
  font-size:12.5px;
  line-height:1.35;
  letter-spacing:.10em;
  text-transform:uppercase;
  transition: opacity .18s ease;
}
@media (hover:hover){
  .wishlist-name:hover{ opacity:.72; }
}

.wishlist-price{
  margin-top:8px;
  font-size:13px;
  opacity:.85;
  letter-spacing:.02em;
}

/* variant selects */
.wl-options{
  margin-top:12px;
  display:grid;
  gap:10px;
}
.wl-opt__label{
  font-size:11px;
  letter-spacing:.10em;
  text-transform:uppercase;
  opacity:.55;
  margin-bottom:6px;
}
.wl-select{
  width:100%;
  border:1px solid rgba(0,0,0,.16);
  background:#fff;
  padding:12px 12px;
  border-radius:0;
  font-size:13px;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.wl-select:focus{
  border-color:#111;
  box-shadow:0 0 0 2px rgba(17,17,17,.08);
}

/* actions */
.wl-actions{
  margin-top:14px;
  display:flex;
  gap:10px;
  align-items:center;
}

.wl-add{
  flex:1;
  height:44px;
  border:1px solid #111;
  background:#111;
  color:#fff;
  cursor:pointer;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition: transform .18s ease, opacity .18s ease, background .18s ease;
}
@media (hover:hover){
  .wl-add:hover{ transform: translateY(-1px); opacity:.9; }
}
.wl-add:active{ transform: translateY(0); opacity:.86; }

.wl-add.is-loading{
  opacity:.7;
  cursor:progress;
}

.wl-remove{
  height:44px;
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  color:#111;
  cursor:pointer;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:0 14px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
@media (hover:hover){
  .wl-remove:hover{
    transform: translateY(-1px);
    border-color:#111;
  }
}
.wl-remove:active{ transform: translateY(0); }

/* ===== Heart on product cards (no circle) ===== */
.wl-btn{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  transition: transform .18s ease, opacity .18s ease;
}
@media (hover:hover){
  .wl-btn:hover{ transform: translateY(-1px); opacity:.85; }
}
.wl-btn svg{
  width:20px;
  height:20px;
  stroke:#111;
  fill:transparent;
  transition:.2s ease;
}
.wl-btn.is-active svg{
  fill:#d11a2a;
  stroke:#d11a2a;
}

/* Hide review list but keep rating + write review button */

.jdgm-rev-widg__reviews {
  display: none !important;
}

/* Judge.me — hide review cards/list, keep summary on top */
.jdgm-rev-widg__body,
.jdgm-rev-widg__reviews,
.jdgm-rev-widg__review {
  display: none !important;
}

/* Hide Judge.me sorting */
.jdgm-sort-dropdown-wrapper,
.jdgm-sort-dropdown {
  display: none !important;
}

/* Hide line above reviews */
.jdgm-rev-widg__sort-wrapper {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Sometimes the divider is another element */
.jdgm-divider,
.jdgm-rev-widg__divider {
  display: none !important;
}



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

  :root {
  --ui-radius: 12px;
  --ui-border: 1.5px solid #111;
}


/* ================================
   VARIANT PICKER — BUTTON STYLE
   ================================ */

/* Общий вид кнопок вариантов (размер, опции) */
.product-form__input input[type="radio"] + label {
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: var(--ui-radius) !important;
  border: var(--ui-border) !important;
  background: #fff !important;

  padding: 12px 18px !important;
  min-height: 48px;

  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;

  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover */
.product-form__input input[type="radio"] + label:hover {
  background: #f5f5f5;
}

/* Active / selected */
.product-form__input input[type="radio"]:checked + label {
  background: #111 !important;
  color: #fff !important;
}

/* ================================
   PRODUCT TITLE — CLEAN STYLE
   ================================ */

.product__title h1,
.product__title h2 {
  text-transform: uppercase !important;
  font-weight: 400 !important; /* не жирный */
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 0.4em;
}

@media (max-width: 749px) {
  .product__title h1,
  .product__title h2 {
    font-size: 1.4rem;
  }
}
  
  /* Заголовок товара мельче */
  .product__title h1,
  .product__title h2 {
    font-size: 1.9rem !important; /* раньше обычно 2.2–2.4rem */
    font-weight: 500 !important;
    line-height: 1.3em;
  }

  /* Цена крупнее */
  .price--large .price-item {
    font-size: 2.4rem !important; /* можно 2.6rem, если хочешь ещё крупнее */
    font-weight: 700 !important;
    line-height: 1.1em;
  }

  /* Чтобы цена визуально отделялась от заголовка */
  [id^="price-"] {
    margin-top: 0.3em;
    margin-bottom: 1.2em;
  }

  /* На мобильных — немного адаптивности */
  @media (max-width: 749px) {
    .product__title h1,
    .product__title h2 {
      font-size: 1.4rem !important;
    }
    .price--large .price-item {
      font-size: 2rem !important;
    }
  }
/* ================================
   ADD TO CART — CLEAN FULL WIDTH
   ================================ */

.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 56px;
  padding: 16px 20px;

  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;

  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;

  box-shadow: none !important;
  transform: none !important;
  transition: background 0.2s ease, opacity 0.2s ease;
}

/* hover */
.product-form__submit:hover,
.product-form__submit.button:hover,
.product-form__buttons .button:hover {
  background: #222 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* active */
.product-form__submit:active,
.product-form__submit.button:active,
.product-form__buttons .button:active {
  background: #000 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* disabled */
.product-form__submit[disabled] {
  background: #bdbdbd !important;
  color: #fff !important;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none !important;
}

/* убираем псевдо-эффект свечения */
.product-form__submit::after {
  content: none !important;
}

@media (max-width: 749px) {
  .product-form__submit,
  .product-form__submit.button,
  .product-form__buttons .button {
    min-height: 54px;
    padding: 14px 16px;
    font-size: 14px;
  }
}

.product-form__buttons {
  width: 100%;
}

.product-form {
  width: 100%;
}

.product-form__buttons .product-form__submit {
  width: 100% !important;
}

/* FIX: кнопка на всю ширину как остальные элементы */

.product-form,
.product-form__buttons {
  width: 100%;
  max-width: 100% !important;
}

.product-form__buttons .product-form__submit {
  width: 100% !important;
  display: block;
}

/* иногда Dawn ограничивает через form */
.product__info-container form {
  width: 100%;
}

  /* Fallback: hide any variant picker with only 1 option */
.product-form__input:has(.swatch):has(input[value*="Srebr"]),
.product-form__input:has(.swatch):has(input[value*="Zlot"]),
.product-form__input:has(.swatch):has(input[value*="Czarn"]) {
  display: none !important;
}

/* ================================
   BUY BUTTONS — NO RADIUS
   ================================ */

/* Основная кнопка Add to cart (в Dawn это button.button / product-form__submit) */
.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  border-radius: 0 !important;
}

/* Динамическая кнопка (Shop Pay / Buy with Shop) */
.product-form__buttons .shopify-payment-button__button,
.product-form__buttons .shopify-payment-button__button--unbranded,
.product-form__buttons .shopify-payment-button__more-options {
  border-radius: 0 !important;
}

/* На всякий случай: внутренний контейнер, чтобы не “держал” радиус */
.product-form__buttons,
.shopify-payment-button,
.shopify-payment-button__button {
  border-radius: 0 !important;
}

/* ===== FORCE NO RADIUS (Dawn/Shopify) ===== */

/* Add to cart button */
.product-form__submit,
.product-form__submit button {
  border-radius: 0 !important;
}

/* Dynamic checkout button (Buy with Shop) */
.shopify-payment-button__button,
.shopify-payment-button__button--branded,
.shopify-payment-button__more-options {
  border-radius: 0 !important;
}

/* Select (size dropdown wrapper too) */
.product-form__input select,
.product-form__input .select,
.product-form__input .select__select {
  border-radius: 0 !important;
}

/* Quantity block */
.quantity,
.quantity__button,
.quantity__input,
quantity-input {
  border-radius: 0 !important;
}

/* Checkbox */
.product-form__input input[type="checkbox"] {
  border-radius: 0 !important;
}

/* ===== HARD RESET: NO RADIUS ANYWHERE IN PRODUCT FORM ===== */
.product__info-container,
.product__info-container * {
  border-radius: 0 !important;
}

/* В Dawn часто скругление рисует обертка/select или pseudo */
.product-form__input .select,
.product-form__input .select::before,
.product-form__input .select::after,
.product-form__input select,
.product-form__input .select__select {
  border-radius: 0 !important;
}

/* Checkbox “капсула” вокруг строки (если есть) */
.product-form__input--checkbox,
.product-form__input--checkbox label,
.product-form__input--checkbox .field,
.product-form__input--checkbox .field__input {
  border-radius: 0 !important;
}

/* Quantity: рамка иногда на контейнере */
quantity-input,
.quantity,
.quantity::before,
.quantity::after,
.quantity__button,
.quantity__input {
  border-radius: 0 !important;
}



/* ================================
   PRODUCT PAGE — COMPACT SPACING
   ================================ */

/* Общий контейнер справа */
.product__info-container {
  gap: 0 !important;
}

/* Форма: меньше расстояния между блоками */
.product__info-container form {
  gap: 10px !important;
}

/* Заголовок товара */
.product__title {
  margin-bottom: 4px !important;
}

.product__title h1,
.product__title h2 {
  margin-bottom: 0 !important;
  font-size: 1.55rem !important;
  line-height: 1.2 !important;
}

/* Цена ближе к заголовку и меньше */
[id^="price-"] {
  margin-top: 2px !important;
  margin-bottom: 8px !important;
}

.price--large .price-item {
  font-size: 1.9rem !important;
  line-height: 1.05 !important;
}

/* Блок с налогами / доставкой */
.product__tax {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

/* Подписи типа "Rozmiar", "Ilość" */
.product-form__input .form__label,
.quantity__label,
.product-form__input legend.form__label {
  margin-bottom: 6px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

/* Dropdown размера */
.product-form__input select,
.product-form__input .select,
.product-form__input .select__select {
  min-height: 46px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
}

/* Варианты-кнопки компактнее */
.product-form__input input[type="radio"] + label {
  min-height: 40px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
}

/* Чекбокс-товар доп */
.product-form__input input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.product-form__input--checkbox,
.product-form__input--checkbox label,
.product-addon-checkbox,
.product-addon-checkbox label {
  padding: 0 !important;
  margin: 0 !important;
}

.product-form__input label {
  font-size: 13px !important;
}

/* Количество */
.product-form__quantity {
  margin-top: 2px !important;
}

.quantity {
  max-width: 128px !important;
  min-height: 44px !important;
}

.quantity__button {
  width: 40px !important;
}

.quantity__input {
  font-size: 15px !important;
}

/* Остаток на складе */
.product__inventory {
  margin-top: 8px !important;
  margin-bottom: 10px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Блок "Gratulacje! Masz darmową dostawę" или кастомные app-блоки */
.product__info-container .icon-with-text,
.product__info-container .product__text,
.product__info-container .product-popup-modal__opener,
.product__info-container .jdgm-widget,
.product__info-container .shopify-app-block {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* Кнопка добавить в корзину */
.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  min-height: 48px !important;
  padding: 12px 16px !important;
  margin-top: 8px !important;
  font-size: 14px !important;
}

/* Контейнер кнопок */
.product-form__buttons {
  margin-top: 4px !important;
}

/* Аккордеоны / описание */
.product__accordion {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.product__accordion summary {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Ссылка "view full details" */
.product__view-details {
  margin-top: 10px !important;
  display: inline-block;
}

/* Мобильная версия ещё компактнее */
@media (max-width: 749px) {
  .product__title h1,
  .product__title h2 {
    font-size: 1.3rem !important;
  }

  .price--large .price-item {
    font-size: 1.65rem !important;
  }

  .product__info-container form {
    gap: 8px !important;
  }

  .product-form__input select,
  .product-form__input .select,
  .product-form__input .select__select {
    min-height: 42px !important;
    padding: 8px 12px !important;
  }

  .product-form__submit,
  .product-form__submit.button,
  .product-form__buttons .button {
    min-height: 44px !important;
    padding: 10px 14px !important;
  }

  .quantity {
    min-height: 42px !important;
  }

  .quantity__button {
    width: 36px !important;
  }
}

/* ===== ОДИНАКОВАЯ СТРЕЛКА И ЗАГОЛОВОК ===== */

/* Заголовок как у остальных */
.product__accordion summary .accordion__title {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Контейнер summary как у других */
.product__accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Стрелка (caret) */
.product__accordion summary .icon-caret,
.product__accordion summary svg {
  width: 12px !important;
  height: 12px !important;
  transform: none !important;
}

/* Анимация как у Dawn (если вдруг сбилась) */
.product__accordion details[open] > summary svg {
  transform: rotate(180deg);
}

/* Убираем лишние отличия */
.product__accordion summary .summary__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* CAPS как у других табов */
.pc-tab__summary span:first-child {
  text-transform: uppercase;
}

/* ===== ВСЕ pc-tab ОДИНАКОВЫЕ, НЕ ТОЛЬКО ВНУТРИ .pc-product-tabs ===== */
.pc-tab {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.pc-tab__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #111;
}

.pc-tab__summary span:first-child {
  text-transform: uppercase;
  line-height: 1.2;
}

/* ===== ОПИС ПРОДУКТУ: УБРАТЬ ЛИШНИЙ ВЕРХНИЙ ОТСТУП ===== */

.product__info-container > .pc-tab {
  margin-top: -1px !important;
}

.product__info-container > .pc-tab .pc-tab__content {
  margin: 0 !important;
}

.product__info-container > .pc-tab .pc-product-details-text {
  margin: 0 !important;
}

.product__info-container > .pc-tab .pc-product-details-text p:first-child {
  margin-top: 0 !important;
}

.product__info-container > .pc-tab .pc-product-details-text p:last-child {
  margin-bottom: 0 !important;
}

/* OPIS PRODUKTU */

.pc-tab__summary span {
  line-height: 1.2;
}

.product-color-links {
  margin-top: 14px;
}

.product-color-links p {
  margin-bottom: 6px;
  font-size: 14px;
}

.product-color-links__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-color-links__item {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #bbb;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.product-color-links__item.is-active {
  border: 2px solid #111;
}

.product-color-links__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   PRODUCT GALLERY — CLEAN FINAL
========================================================= */

/* =========================================================
   DESKTOP LAYOUT
========================================================= */

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

  [id^="MediaGallery-"] {
    display: grid !important;
    grid-template-columns: 82px 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  /* thumbnails LEFT */
  [id^="GalleryThumbnails-"] {
    grid-column: 1 !important;
    grid-row: 1 !important;

    position: sticky;
    top: 90px;

    width: 82px;
  }

  /* main image */
  [id^="GalleryViewer-"] {
    grid-column: 2 !important;
    grid-row: 1 !important;

    min-width: 0;
    position: relative;
  }

  /* thumbs vertical */
  [id^="Slider-Thumbnails-"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  /* thumb size */
  [id^="Slider-Thumbnails-"] .thumbnail-list__item {
    width: 82px !important;
  }

  [id^="Slider-Thumbnails-"] .thumbnail {
    width: 82px !important;
    height: 82px !important;

    padding: 0 !important;
    border: none !important;
    background: transparent !important;
  }

  [id^="Slider-Thumbnails-"] img {
    width: 82px !important;
    height: 82px !important;
    object-fit: cover !important;
  }

  /* main image ratio desktop */
  .product__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f6f5f2 !important;
  }

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

  /* desktop arrows over image */
  [id^="GalleryViewer-"] .slider-buttons {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  [id^="GalleryViewer-"] .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    pointer-events: all;

    width: 42px;
    height: 42px;

    border-radius: 50% !important;
    border: none !important;

    background: rgba(255,255,255,.92) !important;

    box-shadow: 0 8px 24px rgba(0,0,0,.12);

    opacity: 0;
    transition: .2s ease;
  }

  [id^="GalleryViewer-"]:hover .slider-button {
    opacity: 1;
  }

  [id^="GalleryViewer-"] .slider-button--prev {
    left: 18px;
  }

  [id^="GalleryViewer-"] .slider-button--next {
    right: 18px;
  }

  /* hide counter only desktop */
  [id^="GalleryViewer-"] .slider-counter {
    display: none !important;
  }
}

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

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

  [id^="MediaGallery-"] {
    display: flex !important;
    flex-direction: column !important;
  }

  [id^="GalleryViewer-"] {
    order: 1;
  }

  [id^="GalleryThumbnails-"] {
    order: 2;
    margin-top: 12px !important;
  }

  /* thumbs bottom */
  [id^="Slider-Thumbnails-"] {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;

    overflow-x: auto !important;
    scrollbar-width: none;
  }

  [id^="Slider-Thumbnails-"]::-webkit-scrollbar {
    display: none;
  }

  [id^="Slider-Thumbnails-"] .thumbnail {
    width: 64px !important;
    height: 64px !important;

    padding: 0 !important;
    border: none !important;
  }

  [id^="Slider-Thumbnails-"] img {
    width: 64px !important;
    height: 64px !important;

    object-fit: cover !important;
  }

  /* KEEP ORIGINAL MOBILE IMAGE */
  .product__media {
    aspect-ratio: auto !important;
    height: auto !important;
    background: transparent;
  }

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

  /* IMPORTANT:
     KEEP DEFAULT SHOPIFY MOBILE ARROWS + COUNTER
  */

  [id^="GalleryViewer-"] .slider-buttons {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    pointer-events: all !important;

    display: flex !important;
  }

  [id^="GalleryViewer-"] .slider-button {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;

    width: auto !important;
    height: auto !important;

    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  [id^="GalleryViewer-"] .slider-counter {
    display: flex !important;
  }
}

/* =========================================================
   REMOVE BORDERS / RADIUS
========================================================= */

.product__media,
.product__media img,
.product__media-item,
.thumbnail,
.thumbnail img,
.media,
.global-media-settings {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

/* active thumb */

.thumbnail[aria-current] {
  opacity: 1 !important;
}

.thumbnail:not([aria-current]) {
  opacity: .55;
}

/* REMOVE PRODUCT IMAGE SHADOW */

.product__media,
.product__media-item,
.media,
.product-media-container,
.global-media-settings,
.product__modal-opener,
.product__modal-opener img {
  box-shadow: none !important;
  filter: none !important;
}

/* иногда Dawn рисует через pseudo */

.product__media::before,
.product__media::after,
.media::before,
.media::after,
.global-media-settings::before,
.global-media-settings::after {
  display: none !important;
  box-shadow: none !important;
}

/* убрать серый фон контейнера */

.product__media,
.media {
  background: transparent !important;
}

/* =========================================================
   SIZE GUIDE BUTTON + FULLSCREEN MODAL
========================================================= */

.pc-size-guide {
  margin-top: -2px;
  margin-bottom: 0;
}

.pc-size-guide__button {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 0;
  border: 0;
  background: transparent;

  font-size: 12px;
  line-height: 1.2;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;

  cursor: pointer;
}

.pc-size-guide__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pc-size-guide__button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: block;
  transform: translateY(-1px);
}

/* Затемнение на весь экран */
.pc-size-guide-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;

  display: none;
  align-items: center;
  justify-content: center;

  width: 100vw !important;
  height: 100vh !important;

  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
}

/* открытое состояние */
.pc-size-guide-modal.is-open {
  display: flex !important;
}

/* окно по центру экрана */
.pc-size-guide-modal__dialog {
  position: relative !important;

  width: min(1180px, 94vw);
  height: min(820px, 88vh);

  max-width: 94vw;
  max-height: 88vh;

  background: #fff;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

/* верхняя панель */
.pc-size-guide-modal__header {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 18px 28px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
}

.pc-size-guide-modal__title {
  margin: 0;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #111;
}

.pc-size-guide-modal__close {
  width: 36px;
  height: 36px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  border: 0;
  background: transparent;

  font-size: 32px;
  line-height: 1;
  color: #111;

  cursor: pointer;
}

.pc-size-guide-modal__body {
  flex: 1 1 auto;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 28px;
  overflow: auto;
}

.pc-size-guide-modal__image {
  display: block;

  width: auto;
  height: auto;

  max-width: 100%;
  max-height: 100%;

  object-fit: contain;
}

body.pc-size-guide-lock {
  overflow: hidden;
}

@media (max-width: 749px) {
  .pc-size-guide-modal {
    padding: 10px;
  }

  .pc-size-guide-modal__dialog {
    width: 100%;
    height: 88vh;
    max-width: 100%;
    max-height: 88vh;
  }

  .pc-size-guide-modal__header {
    padding: 14px 16px;
  }

  .pc-size-guide-modal__title {
    font-size: 15px;
  }

  .pc-size-guide-modal__body {
    padding: 12px;
  }
}

/* =========================================================
   PRODUCT DESCRIPTION UNDER MEDIA
========================================================= */

.pc-media-description {
  margin-top: 44px;
  width: 100%;
}

.pc-tab--media-description {
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}

.pc-tab--media-description .pc-tab__summary {
  padding: 24px 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  list-style: none;
  cursor: pointer;
}

.pc-tab--media-description .pc-tab__summary::-webkit-details-marker {
  display: none;
}

.pc-tab--media-description .pc-tab__summary span:first-child {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #111;
}

.pc-tab--media-description .pc-tab__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.pc-tab--media-description .pc-tab__icon::before,
.pc-tab--media-description .pc-tab__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;

  width: 18px;
  height: 1.5px;

  background: #111;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.pc-tab--media-description .pc-tab__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pc-tab--media-description[open] .pc-tab__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.pc-tab--media-description .pc-tab__content {
  padding: 0 0 28px;
}

.pc-tab--media-description .pc-product-details-text {
  max-width: 820px;

  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.68);
}

.pc-tab--media-description .pc-product-details-text p {
  margin: 0 0 18px;
}

.pc-tab--media-description .pc-product-details-text p:last-child {
  margin-bottom: 0;
}

.pc-tab--media-description .pc-product-details-text strong,
.pc-tab--media-description .pc-product-details-text b {
  color: #111;
  font-weight: 600;
}

.pc-tab--media-description .pc-product-details-text ul,
.pc-tab--media-description .pc-product-details-text ol {
  margin: 18px 0 0;
  padding-left: 18px;
}

.pc-tab--media-description .pc-product-details-text li {
  margin-bottom: 8px;
  padding-left: 4px;
}

@media screen and (max-width: 989px) {
  .pc-media-description {
    margin-top: 28px;
  }

  .pc-tab--media-description .pc-tab__summary {
    padding: 20px 0 !important;
  }

  .pc-tab--media-description .pc-tab__summary span:first-child {
    font-size: 19px;
  }

  .pc-tab--media-description .pc-product-details-text {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 749px) {
  .pc-media-description {
    margin-top: 22px;
  }

  .pc-tab--media-description .pc-tab__summary span:first-child {
    font-size: 18px;
  }

  .pc-tab--media-description .pc-tab__content {
    padding-bottom: 22px;
  }
}

/* =========================================================
   COMPACT PRODUCT DESCRIPTION TAB — UNDER MEDIA
========================================================= */

.pc-media-description {
  margin-top: 24px !important;
  width: 100%;
}

/* Сам блок */
.pc-tab--media-description {
  border-top: 1px solid rgba(17, 17, 17, 0.12) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12) !important;
}

/* Верхняя строка */
.pc-tab--media-description .pc-tab__summary {
  padding: 16px 0 !important;
  min-height: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;

  cursor: pointer;
  list-style: none;
}

.pc-tab--media-description .pc-tab__summary::-webkit-details-marker {
  display: none;
}

/* Заголовок */
.pc-tab--media-description .pc-tab__summary span:first-child {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: #111 !important;
}

/* Плюсик */
.pc-tab--media-description .pc-tab__icon {
  position: relative;
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
}

/* Линии плюсика */
.pc-tab--media-description .pc-tab__icon::before,
.pc-tab--media-description .pc-tab__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;

  width: 14px !important;
  height: 1px !important;

  background: #111;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.pc-tab--media-description .pc-tab__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Когда открыто — плюс превращается в минус */
.pc-tab--media-description[open] .pc-tab__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* Анимация контента */
.pc-tab--media-description .pc-tab__content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding: 0 !important;
  overflow: hidden;

  transition:
    grid-template-rows 0.32s ease,
    opacity 0.25s ease,
    padding 0.25s ease;
}

.pc-tab--media-description[open] .pc-tab__content {
  grid-template-rows: 1fr;
  opacity: 1;
  padding: 0 0 22px !important;
}

/* Внутренний текст должен сжиматься */
.pc-tab--media-description .pc-product-details-text {
  overflow: hidden;
  min-height: 0;

  max-width: 780px !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.62) !important;
}

/* Абзацы */
.pc-tab--media-description .pc-product-details-text p {
  margin: 0 0 14px !important;
}

.pc-tab--media-description .pc-product-details-text p:last-child {
  margin-bottom: 0 !important;
}

/* Жирный текст */
.pc-tab--media-description .pc-product-details-text strong,
.pc-tab--media-description .pc-product-details-text b {
  color: #111 !important;
  font-weight: 600 !important;
}

/* Списки */
.pc-tab--media-description .pc-product-details-text ul,
.pc-tab--media-description .pc-product-details-text ol {
  margin: 14px 0 0 !important;
  padding-left: 16px !important;
}

.pc-tab--media-description .pc-product-details-text li {
  margin-bottom: 5px !important;
  padding-left: 2px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .pc-media-description {
    margin-top: 18px !important;
  }

  .pc-tab--media-description .pc-tab__summary {
    padding: 14px 0 !important;
  }

  .pc-tab--media-description .pc-tab__summary span:first-child {
    font-size: 17px !important;
  }

  .pc-tab--media-description .pc-product-details-text {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }

  .pc-tab--media-description[open] .pc-tab__content {
    padding-bottom: 18px !important;
  }
}

/* ПЛАВНОЕ ОТКРЫТИЕ / ЗАКРЫТИЕ 1.5 секунды */

.pc-tab--media-description .pc-tab__content {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;

  transition:
    max-height 1.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.9s ease,
    padding 1.2s ease !important;
}

.pc-tab--media-description[open] .pc-tab__content {
  max-height: 1200px !important;
  opacity: 1 !important;
  padding: 0 0 22px !important;
}

.pc-tab--media-description.is-closing .pc-tab__content {
  max-height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
}

.pc-tab--media-description.is-closing .pc-tab__content {
  grid-template-rows: 0fr !important;
  opacity: 0 !important;
  padding: 0 !important;
}

.pc-tab--media-description.is-closing .pc-tab__icon::after {
  opacity: 1 !important;
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

/* mobile */
@media screen and (max-width: 749px) {
}

/* мобильная версия */


/* Иконка у кнопки Sprawdź jak mierzymy kolczyk */
.pc-size-guide__button svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  display: block;
  color: #111;
  transform: translateY(1px);
}

/* Если хочешь ещё компактнее на мобилке */
@media (max-width: 749px) {

  .pc-size-guide__button svg {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
}

/* =========================================================
   PREMIUM PRODUCT LAYOUT
   больше левая колонка, компактнее правая
========================================================= */

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

  /* Общая ширина секции */
  [id^="MainProduct-"] .page-width {
    max-width: 1380px !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  /* Главная сетка: левая больше, правая меньше */
  [id^="MainProduct-"] .product.grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.78fr) !important;
    column-gap: 52px !important;
    row-gap: 0 !important;
    align-items: start !important;
  }

  /* Левая колонка */
  [id^="MainProduct-"] .product__media-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  /* Правая колонка */
  [id^="MainProduct-"] .product__info-wrapper {
    width: 100% !important;
    max-width: 440px !important;
    margin-left: auto !important;
    min-width: 0 !important;
  }

  [id^="MainProduct-"] [id^="ProductInfo-"] {
    width: 100% !important;
    max-width: 440px !important;
    margin-left: auto !important;
  }

  /* Галерея слева */
  [id^="MediaGallery-"] {
    grid-template-columns: 76px 1fr !important;
    gap: 18px !important;
  }

  /* Миниатюры чуть аккуратнее */
  [id^="GalleryThumbnails-"] {
    width: 76px !important;
    top: 100px !important;
  }

  [id^="Slider-Thumbnails-"] .thumbnail-list__item,
  [id^="Slider-Thumbnails-"] .thumbnail,
  [id^="Slider-Thumbnails-"] img {
    width: 76px !important;
    height: 76px !important;
  }

  /* Главное фото */
  [id^="GalleryViewer-"] {
    width: 100% !important;
  }

  .product__media {
    aspect-ratio: 1 / 1 !important;
    background: #f7f7f5 !important;
    overflow: hidden !important;
  }

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

  /* Уменьшаем лишний верхний воздух */
  .pc-main-product {
    padding-top: 26px !important;
    padding-bottom: 30px !important;
  }

  /* Правая колонка более premium и компактная */
  .product__title {
    margin-bottom: 6px !important;
  }

  .product__title h1,
  .product__title h2 {
    font-size: 1.9rem !important;
    line-height: 1.18 !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    max-width: 100% !important;
  }

  [id^="price-"] {
    margin-top: 4px !important;
    margin-bottom: 14px !important;
  }

  .price--large .price-item {
    font-size: 2rem !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
  }

  .product__tax {
    margin-bottom: 16px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: rgba(17,17,17,.62) !important;
  }

  /* Цветовые миниатюры */
  .product-color-links {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }

  .product-color-links__item {
    width: 58px !important;
    height: 58px !important;
  }

  /* Label-и */
  .product-form__input .form__label,
  .quantity__label,
  .product-form__input legend.form__label {
    font-size: 13px !important;
    margin-bottom: 7px !important;
  }

  /* Выбор размера */
  .product-form__input select,
  .product-form__input .select,
  .product-form__input .select__select {
    min-height: 46px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    border: 1px solid rgba(17,17,17,.22) !important;
  }

  /* Чекбокс */
  .product-form__input--checkbox,
  .product-addon-checkbox {
    margin-top: 12px !important;
    margin-bottom: 8px !important;
  }

  /* Количество */
  .product-form__quantity {
    margin-top: 10px !important;
  }

  .quantity {
    max-width: 130px !important;
    min-height: 44px !important;
  }

  /* Остаток */
  .product__inventory {
    margin-top: 8px !important;
    margin-bottom: 18px !important;
    font-size: 13px !important;
  }

  /* Блок с бесплатной доставкой */
  .product__info-container .icon-with-text,
  .product__info-container .product__text,
  .product__info-container .shopify-app-block {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
  }

  /* Кнопка add to cart */
  .product-form__buttons {
    margin-top: 10px !important;
  }

  .product-form__submit,
  .product-form__submit.button,
  .product-form__buttons .button {
    min-height: 50px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    letter-spacing: 0.08em !important;
  }

  /* Описание под фото — аккуратнее */
  .pc-media-description {
    margin-top: 26px !important;
    max-width: 100% !important;
  }

  .pc-tab--media-description .pc-tab__summary {
    padding: 15px 0 !important;
  }

  .pc-tab--media-description .pc-tab__summary span:first-child {
    font-size: 17px !important;
    font-weight: 400 !important;
  }

  .pc-tab--media-description .pc-product-details-text {
    max-width: 900px !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
    color: rgba(17,17,17,.68) !important;
  }
}

/* MOBILE — тоже немного собраннее */
@media screen and (max-width: 989px) {
  [id^="MainProduct-"] .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pc-main-product {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }

  .product__title h1,
  .product__title h2 {
    font-size: 1.35rem !important;
    line-height: 1.2 !important;
  }

  .price--large .price-item {
    font-size: 1.75rem !important;
  }
}

/* =========================================================
   PREMIUM COMPACT RIGHT COLUMN
========================================================= */

@media screen and (min-width: 990px) {
  [id^="ProductInfo-"] {
    max-width: 400px !important;
  }

  .product__info-container form {
    gap: 8px !important;
  }

  .product__title {
    margin-bottom: 4px !important;
  }

  .product__title h1,
  .product__title h2 {
    font-size: 1.72rem !important;
    line-height: 1.14 !important;
    letter-spacing: 0.015em !important;
  }

  [id^="price-"] {
    margin-top: 4px !important;
    margin-bottom: 10px !important;
  }

  .price--large .price-item {
    font-size: 1.95rem !important;
    line-height: 1 !important;
  }

  .product__tax {
    margin-bottom: 12px !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: rgba(17,17,17,.55) !important;
  }

  .product-color-links {
    margin-bottom: 12px !important;
  }

  .product-form__input .form__label,
  .quantity__label,
  .product-form__input legend.form__label {
    margin-bottom: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: rgba(17,17,17,.72) !important;
  }

  .product-form__quantity {
    margin-top: 6px !important;
  }

  .product__inventory {
    margin-top: 6px !important;
    margin-bottom: 12px !important;
    font-size: 12.5px !important;
  }
}

/* =========================================================
   PREMIUM SIZE SELECT
========================================================= */

.product-form__input .select {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(17,17,17,.18) !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(17,17,17,.04) !important;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

.product-form__input .select:hover {
  border-color: rgba(17,17,17,.35) !important;
  box-shadow: 0 8px 24px rgba(17,17,17,.06) !important;
}

.product-form__input .select:focus-within {
  border-color: #111 !important;
  box-shadow: 0 0 0 3px rgba(17,17,17,.06), 0 10px 28px rgba(17,17,17,.08) !important;
}

.product-form__input .select__select,
.product-form__input select {
  min-height: 48px !important;
  padding: 12px 44px 12px 16px !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #111 !important;
  box-shadow: none !important;
}

.product-form__input .select svg,
.product-form__input .select .icon-caret,
.product-form__input .select .svg-wrapper {
  transition: transform .28s ease, opacity .28s ease !important;
}

.product-form__input .select:focus-within svg,
.product-form__input .select:focus-within .icon-caret,
.product-form__input .select:focus-within .svg-wrapper {
  transform: rotate(180deg) !important;
}

.product-form__input .select__select option,
.product-form__input select option {
  background: #fff !important;
  color: #111 !important;
}

.pc-size-guide__button svg {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  transform: translateY(0.5px) !important;
}

/* =========================================================
   STERILIZATION BLOCK — PREMIUM CARD
========================================================= */

/* если у тебя блок идет через кастомный сниппет */
.product-addon-checkbox,
.product-form__input--checkbox {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

.product-addon-checkbox label,
.product-form__input--checkbox label,
.product__info-container label:has(input[type="checkbox"]) {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 14px !important;

  border: 1px solid rgba(17,17,17,.14) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%) !important;
  box-shadow: 0 2px 10px rgba(17,17,17,.03) !important;

  cursor: pointer !important;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s ease !important;
}

.product-addon-checkbox label:hover,
.product-form__input--checkbox label:hover,
.product__info-container label:has(input[type="checkbox"]):hover {
  border-color: rgba(17,17,17,.32) !important;
  box-shadow: 0 10px 22px rgba(17,17,17,.06) !important;
}

.product-addon-checkbox input[type="checkbox"],
.product-form__input--checkbox input[type="checkbox"],
.product__info-container input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;

  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;

  margin: 0 !important;
  border: 1.4px solid #111 !important;
  background: #fff !important;
  position: relative !important;
  cursor: pointer !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease !important;
}

.product-addon-checkbox input[type="checkbox"]::after,
.product-form__input--checkbox input[type="checkbox"]::after,
.product__info-container input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg) scale(0);
  transition: transform .18s ease;
}

.product-addon-checkbox input[type="checkbox"]:checked,
.product-form__input--checkbox input[type="checkbox"]:checked,
.product__info-container input[type="checkbox"]:checked {
  background: #111 !important;
  border-color: #111 !important;
}

.product-addon-checkbox input[type="checkbox"]:checked::after,
.product-form__input--checkbox input[type="checkbox"]:checked::after,
.product__info-container input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

.product-addon-checkbox label span,
.product-form__input--checkbox label span,
.product-addon-checkbox label,
.product-form__input--checkbox label {
  font-size: 13px !important;
  line-height: 1.35 !important;
  color: #111 !important;
}

/* =========================================================
   QUANTITY — CLEANER
========================================================= */

.quantity {
  min-height: 44px !important;
  border: 1px solid rgba(17,17,17,.18) !important;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(17,17,17,.03) !important;
}

.quantity__button {
  width: 38px !important;
  transition: background .2s ease, color .2s ease !important;
}

.quantity__button:hover {
  background: #f7f7f7 !important;
}

.quantity__input {
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* =========================================================
   INVENTORY / SMALL TEXT POLISH
========================================================= */

.product__inventory,
.product__tax,
.product__text,
.product__info-container .caption {
  letter-spacing: 0.01em !important;
}

.product__inventory .svg-wrapper {
  transform: translateY(-1px);
}

/* =========================================================
   PREMIUM ADD TO CART BUTTON
========================================================= */

.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;

  min-height: 50px !important;
  padding: 13px 16px !important;

  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;

  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;

  box-shadow: 0 8px 18px rgba(17,17,17,.08) !important;
  transition: transform .28s ease, box-shadow .28s ease, letter-spacing .28s ease, background .28s ease !important;
}

.product-form__submit::before,
.product-form__submit.button::before,
.product-form__buttons .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.04) 35%,
    rgba(255,255,255,.22) 50%,
    rgba(255,255,255,.04) 65%,
    transparent 100%
  );
  transform: skewX(-18deg);
  transition: left .85s cubic-bezier(.22,1,.36,1);
}

.product-form__submit:hover,
.product-form__submit.button:hover,
.product-form__buttons .button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 14px 30px rgba(17,17,17,.14) !important;
  letter-spacing: 0.16em !important;
  background: #0d0d0d !important;
}

.product-form__submit:hover::before,
.product-form__submit.button:hover::before,
.product-form__buttons .button:hover::before {
  left: 130%;
}

.product-form__submit:active,
.product-form__submit.button:active,
.product-form__buttons .button:active {
  transform: translateY(0) scale(.995) !important;
}

.product-form__submit[disabled] {
  background: #d8d8d8 !important;
  border-color: #d8d8d8 !important;
  color: rgba(255,255,255,.9) !important;
  box-shadow: none !important;
}

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

@media (max-width: 749px) {
  .product-form__input .select__select,
  .product-form__input select {
    min-height: 44px !important;
    padding: 10px 40px 10px 13px !important;
    font-size: 13px !important;
  }

  .product-addon-checkbox label,
  .product-form__input--checkbox label,
  .product__info-container label:has(input[type="checkbox"]) {
    min-height: 44px !important;
    padding: 10px 12px !important;
  }

  .product-form__submit,
  .product-form__submit.button,
  .product-form__buttons .button {
    min-height: 46px !important;
    font-size: 12px !important;
    letter-spacing: 0.12em !important;
  }
}

/* =========================================================
   FINAL UI OVERRIDES
   вставить в САМЫЙ НИЗ style
========================================================= */

/* -------------------------
   ADD TO CART — pill button
-------------------------- */

.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-height: 56px !important;
  padding: 14px 24px !important;

  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: #f2f2f2 !important;
  color: #111 !important;

  box-shadow: none !important;
  transform: none !important;

  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1 !important;

  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease !important;
}

/* убираем старые after */
.product-form__submit::after,
.product-form__submit.button::after,
.product-form__buttons .button::after {
  content: none !important;
}

/* заливка слева направо */
.product-form__submit::before,
.product-form__submit.button::before,
.product-form__buttons .button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  background: #111;
  border-radius: inherit;

  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-form__submit:hover,
.product-form__submit.button:hover,
.product-form__buttons .button:hover {
  color: #fff !important;
  border-color: #111 !important;
  background: #f2f2f2 !important;
  box-shadow: none !important;
  transform: none !important;
}

.product-form__submit:hover::before,
.product-form__submit.button:hover::before,
.product-form__buttons .button:hover::before {
  transform: scaleX(1);
}

.product-form__submit:active,
.product-form__submit.button:active,
.product-form__buttons .button:active {
  transform: scale(0.99) !important;
}

.product-form__submit[disabled] {
  background: #ececec !important;
  border-color: #d8d8d8 !important;
  color: #9f9f9f !important;
  cursor: not-allowed !important;
}

.product-form__submit[disabled]::before {
  display: none !important;
}

/* -------------------------
   SIZE SELECT — clean
-------------------------- */

.product-form__input .form__label,
.quantity__label,
.product-form__input legend.form__label {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
  color: #111 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* outer select */
.product-form__input .select,
.product-form__input select,
.product-form__input .select__select {
  box-shadow: none !important;
}

.product-form__input .select {
  position: relative !important;
  display: flex !important;
  align-items: center !important;

  min-height: 54px !important;

  border: 1px solid rgba(17,17,17,0.22) !important;
  border-radius: 0 !important;
  background: #fff !important;

  transition:
    border-color 0.25s ease,
    background 0.25s ease !important;
}

.product-form__input .select:hover {
  border-color: #111 !important;
}

.product-form__input .select:focus-within {
  border-color: #111 !important;
}

/* real select */
.product-form__input .select__select,
.product-form__input select {
  min-height: 54px !important;
  padding: 0 46px 0 16px !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;

  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111 !important;
  line-height: 1 !important;

  appearance: none !important;
  -webkit-appearance: none !important;
}

/* стрелка select */
.product-form__input .select .icon-caret,
.product-form__input .select svg {
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;

  width: 12px !important;
  height: 12px !important;

  pointer-events: none !important;

  transform: translateY(-50%) rotate(0deg) !important;
  transform-origin: center center !important;
  transition: transform 0.25s ease !important;
}

/* при hover чуть живая */
.product-form__input .select:hover .icon-caret,
.product-form__input .select:hover svg {
  transform: translateY(-50%) rotate(0deg) scale(1.05) !important;
}

/* при открытии / focus */
.product-form__input .select:focus-within .icon-caret,
.product-form__input .select:focus-within svg {
  transform: translateY(-50%) rotate(180deg) !important;
}

/* пункты option */
.product-form__input select option {
  background: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
}

/* -------------------------
   QUANTITY — capsule clean
-------------------------- */

.product-form__quantity {
  margin-top: 8px !important;
}

quantity-input.quantity,
.quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 160px !important;
  max-width: 160px !important;
  min-height: 52px !important;

  border: 1px solid rgba(17,17,17,0.18) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.quantity::before,
.quantity::after,
quantity-input::before,
quantity-input::after {
  display: none !important;
}

.quantity__button {
  width: 46px !important;
  min-width: 46px !important;
  height: 52px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #173646 !important;
  transition: background 0.22s ease, color 0.22s ease !important;
}

.quantity__button:hover {
  background: #f7f7f7 !important;
  color: #111 !important;
}

.quantity__button .svg-wrapper,
.quantity__button svg {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
}

.quantity__button svg path,
.quantity__button svg line {
  stroke-width: 1.7 !important;
}

.quantity__input {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 52px !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;

  text-align: center !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* -------------------------
   STERILIZATION BLOCK
-------------------------- */

.product-addon-checkbox,
.product-form__input--checkbox {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.product-addon-checkbox label,
.product-form__input--checkbox label,
.product__info-container label:has(input[type="checkbox"]) {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  width: 100% !important;
  min-height: 50px !important;
  padding: 12px 14px !important;

  border: 1px solid rgba(17,17,17,0.16) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;

  cursor: pointer !important;
  transition: border-color 0.24s ease, background 0.24s ease !important;
}

.product-addon-checkbox label:hover,
.product-form__input--checkbox label:hover,
.product__info-container label:has(input[type="checkbox"]):hover {
  border-color: #111 !important;
  background: #fafafa !important;
}

.product-addon-checkbox input[type="checkbox"],
.product-form__input--checkbox input[type="checkbox"],
.product__info-container input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;

  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;

  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;

  position: relative !important;
  cursor: pointer !important;
}

.product-addon-checkbox input[type="checkbox"]::after,
.product-form__input--checkbox input[type="checkbox"]::after,
.product__info-container input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.18s ease;
}

.product-addon-checkbox input[type="checkbox"]:checked,
.product-form__input--checkbox input[type="checkbox"]:checked,
.product__info-container input[type="checkbox"]:checked {
  background: #111 !important;
  border-color: #111 !important;
}

.product-addon-checkbox input[type="checkbox"]:checked::after,
.product-form__input--checkbox input[type="checkbox"]:checked::after,
.product__info-container input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

.pc-size-guide__button svg {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  transform: none !important;
}

/* -------------------------
   mobile
-------------------------- */

@media (max-width: 749px) {
  .product-form__submit,
  .product-form__submit.button,
  .product-form__buttons .button {
    min-height: 52px !important;
    font-size: 14px !important;
  }

  .product-form__input .select,
  .product-form__input .select__select,
  .product-form__input select {
    min-height: 50px !important;
  }

  quantity-input.quantity,
  .quantity {
    width: 148px !important;
    max-width: 148px !important;
    min-height: 48px !important;
  }

  .quantity__button,
  .quantity__input {
    height: 48px !important;
  }
}

/* ========================================
   QUANTITY — WITHOUT RADIUS
======================================== */

.product-form__quantity,
.price-per-item__container {
  margin-top: 0 !important;
}

quantity-input.quantity,
.quantity,
.quantity__input,
.quantity__button {
  border-radius: 0 !important;
  box-shadow: none !important;
}

quantity-input.quantity,
.quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  width: 126px !important;
  min-width: 126px !important;
  height: 44px !important;
  min-height: 44px !important;

  border: 1px solid rgba(17,17,17,0.18) !important;
  background: #fff !important;
  overflow: hidden !important;
}

.quantity__button {
  width: 40px !important;
  min-width: 40px !important;
  height: 44px !important;
  min-height: 44px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #173646 !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.quantity__button:hover {
  background: #f6f6f6 !important;
  color: #111 !important;
}

.quantity__button .svg-wrapper,
.quantity__button svg {
  width: 12px !important;
  height: 12px !important;
  display: block !important;
}

.quantity__input {
  flex: 1 1 auto !important;
  width: auto !important;
  height: 44px !important;
  min-height: 44px !important;

  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;

  text-align: center !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #111 !important;
}

.quantity__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* ========================================
   ADD TO CART — WITHOUT RADIUS, SIMPLE HOVER
======================================== */

.pc-buy-row__main .product-form__submit,
.pc-buy-row__main .product-form__submit.button,
.pc-buy-row__main .product-form__buttons .button,
.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  width: 100% !important;
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 18px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #fff !important;
  color: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
  transform: none !important;
  overflow: hidden !important;
}

/* убираем любые псевдо-анимации */
.pc-buy-row__main .product-form__submit::before,
.pc-buy-row__main .product-form__submit::after,
.product-form__submit::before,
.product-form__submit::after,
.product-form__buttons .button::before,
.product-form__buttons .button::after {
  content: none !important;
  display: none !important;
}

/* hover — просто черная */
.pc-buy-row__main .product-form__submit:hover,
.pc-buy-row__main .product-form__submit.button:hover,
.pc-buy-row__main .product-form__buttons .button:hover,
.product-form__submit:hover,
.product-form__submit.button:hover,
.product-form__buttons .button:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* active */
.pc-buy-row__main .product-form__submit:active,
.product-form__submit:active,
.product-form__buttons .button:active {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  transform: none !important;
}

/* disabled */
.pc-buy-row__main .product-form__submit[disabled],
.product-form__submit[disabled],
.product-form__buttons .button[disabled] {
  background: #f2f2f2 !important;
  color: #c7c7c7 !important;
  border-color: #cfcfcf !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

/* если рядом кнопка wishlist */
.pc-wl-btn--inline {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;

  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.pc-wl-btn--inline:hover {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

@media (max-width: 749px) {
  .pc-buy-row__main .product-form__submit,
  .pc-buy-row__main .product-form__submit.button,
  .pc-buy-row__main .product-form__buttons .button,
  .product-form__submit,
  .product-form__submit.button,
  .product-form__buttons .button {
    min-height: 42px !important;
    height: 42px !important;
    font-size: 12px !important;
  }

  .pc-wl-btn--inline {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }
}

/* ========================================
   ADD TO CART — убрать увеличение текста
======================================== */

.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button,
.product-form__submit span,
.product-form__buttons .button span {
  letter-spacing: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transform: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

/* hover — текст не меняется */
.product-form__submit:hover,
.product-form__submit.button:hover,
.product-form__buttons .button:hover,
.product-form__submit:hover span,
.product-form__buttons .button:hover span {
  letter-spacing: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transform: none !important;
}

/* disabled — тоже без растягивания */
.product-form__submit[disabled],
.product-form__submit[disabled] span,
.product-form__buttons .button[disabled],
.product-form__buttons .button[disabled] span {
  letter-spacing: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transform: none !important;
}

/* ========================================
   PRODUCT INFO — CLEAN PREMIUM COMPACT
======================================== */

/* Общая правая колонка */
[id^="ProductInfo-"] {
  max-width: 430px;
}

/* Меньше хаоса между блоками */
[id^="ProductInfo-"] > * {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

/* Заголовок товара — важный, но аккуратный */
.product__title h1,
.product__title h2 {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  margin-bottom: 6px !important;
}

/* Цена — главный акцент */
.price--large .price-item {
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  color: #111 !important;
}

[id^="price-"] {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

/* Taxes / shipping — второстепенно */
.product__tax,
.product__tax a {
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: rgba(17, 17, 17, 0.48) !important;
  letter-spacing: 0.01em !important;
}

.product__tax a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

/* Цветовые миниатюры */
.product-color-links {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}

.product-color-links > div {
  gap: 7px !important;
}

.product-color-links__item {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(17, 17, 17, 0.22) !important;
  background: #fff !important;
}

.product-color-links__item.is-active {
  border: 1.5px solid #111 !important;
}

.product-color-links__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 3px !important;
}

/* Label: Rozmiar / Quantity */
.product-form__input .form__label,
.quantity__label,
.product-form__input legend.form__label {
  margin-bottom: 6px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.72) !important;
  letter-spacing: 0.02em !important;
}

/* Select размера — тоньше, чище, без hover-анимаций */
.product-form__input select,
.product-form__input .select,
.product-form__input .select__select {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 42px 0 16px !important;

  border: 1px solid rgba(17, 17, 17, 0.45) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;

  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111 !important;
  letter-spacing: 0.01em !important;

  transition: none !important;
}

.product-form__input select:hover,
.product-form__input .select:hover,
.product-form__input .select__select:hover,
.product-form__input select:focus,
.product-form__input .select__select:focus {
  border-color: rgba(17, 17, 17, 0.55) !important;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
}

/* Стрелка select аккуратнее */
.product-form__input .select .svg-wrapper,
.product-form__input .select svg {
  width: 13px !important;
  height: 13px !important;
  right: 14px !important;
  color: #111 !important;
  opacity: 0.8 !important;
}

/* Выпадающий список в браузере */
.product-form__input select option {
  font-size: 14px !important;
  color: #111 !important;
  background: #fff !important;
}

/* Чекбокс стерилизации — компактнее и чище */
.product-form__input--checkbox,
.product-addon-checkbox {
  min-height: 42px !important;
  padding: 0 14px !important;
  margin: 4px 0 10px !important;

  display: flex !important;
  align-items: center !important;

  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.product-form__input input[type="checkbox"],
.product-addon-checkbox input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  margin: 0 10px 0 0 !important;

  border: 1px solid rgba(17, 17, 17, 0.65) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.product-form__input label,
.product-addon-checkbox label {
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.72) !important;
  letter-spacing: 0.01em !important;
}

/* Quantity — меньше бордер, аккуратнее */
.quantity {
  width: 118px !important;
  min-height: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(17, 17, 17, 0.24) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.quantity::before,
.quantity::after {
  display: none !important;
}

.quantity__button {
  width: 36px !important;
  height: 34px !important;
  color: #111 !important;
  opacity: 0.75 !important;
  box-shadow: none !important;
  transition: none !important;
}

.quantity__button:hover {
  opacity: 1 !important;
  background: transparent !important;
}

.quantity__button svg {
  width: 11px !important;
  height: 11px !important;
}

.quantity__input {
  height: 34px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #111 !important;
}

/* Low stock — второстепенный, но читаемый */
.product__inventory {
  margin-top: 4px !important;
  margin-bottom: 22px !important;

  font-size: 12px !important;
  line-height: 1.3 !important;
  color: rgba(17, 17, 17, 0.5) !important;
  letter-spacing: 0.01em !important;
}

.product__inventory .svg-wrapper {
  width: 9px !important;
  height: 9px !important;
  margin-right: 6px !important;
}

/* Бесплатная доставка — сделать важнее */
.product__info-container .free-shipping,
.product__info-container [class*="free"],
.product__info-container [class*="shipping"] {
  margin-top: 8px !important;
}

/* Текст ошибки выбора размера */
.product-form__error-message-wrapper,
.product-form__error-message,
.product-form__buttons + .product-form__error-message-wrapper {
  margin: 14px 0 8px !important;
  text-align: center !important;
}

.product-form__error-message,
.product-form__error-message-wrapper span {
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #d60000 !important;
  letter-spacing: 0.04em !important;
}

/* Кнопка корзины — спокойнее, без увеличения текста */
.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 18px !important;

  border: 1px solid rgba(17, 17, 17, 0.22) !important;
  border-radius: 0 !important;
  background: #f4f4f4 !important;
  color: rgba(17, 17, 17, 0.38) !important;

  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;

  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}

.product-form__submit:hover,
.product-form__submit.button:hover,
.product-form__buttons .button:hover {
  background: #f4f4f4 !important;
  color: rgba(17, 17, 17, 0.38) !important;
  border-color: rgba(17, 17, 17, 0.22) !important;
  letter-spacing: 0.02em !important;
  transform: none !important;
}

/* Активная кнопка, когда размер выбран */
.product-form__submit:not([disabled]),
.product-form__buttons .button:not([disabled]) {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.product-form__submit:not([disabled]):hover,
.product-form__buttons .button:not([disabled]):hover {
  background: #111 !important;
  color: #fff !important;
}

/* Нижние преимущества */
.product__accordion,
.product__info-container .icon-with-text {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.product__accordion summary,
.product__info-container .icon-with-text,
.product__info-container [class*="icon-with-text"] {
  font-size: 13px !important;
  color: rgba(17, 17, 17, 0.78) !important;
}

/* Ряды преимуществ справа */
.product__info-container .product__accordion,
.product__info-container .accordion {
  border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
  border-bottom: 0 !important;
}

.product__accordion summary {
  padding: 12px 0 !important;
}

/* Мобилка */
@media screen and (max-width: 749px) {
  [id^="ProductInfo-"] {
    max-width: 100%;
  }

  .product__title h1,
  .product__title h2 {
    font-size: 16px !important;
  }

  .price--large .price-item {
    font-size: 20px !important;
  }

  .product-form__input select,
  .product-form__input .select,
  .product-form__input .select__select {
    min-height: 42px !important;
    height: 42px !important;
  }

  .product-form__submit,
  .product-form__submit.button,
  .product-form__buttons .button {
    min-height: 42px !important;
    height: 42px !important;
  }
}

/* FIX: стрелка выбора размера не двигается при наведении */
.product-form__input .select {
  position: relative !important;
}

.product-form__input .select .svg-wrapper,
.product-form__input .select svg {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  left: auto !important;

  width: 12px !important;
  height: 12px !important;

  transform: translateY(-50%) !important;
  transition: none !important;

  pointer-events: none !important;
  color: #111 !important;
  opacity: 0.75 !important;
}

/* при hover/focus ничего не меняем */
.product-form__input .select:hover .svg-wrapper,
.product-form__input .select:hover svg,
.product-form__input .select:focus-within .svg-wrapper,
.product-form__input .select:focus-within svg {
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%) !important;
  transition: none !important;
}

/* если тема крутит стрелку через класс/атрибут */
.product-form__input .select .icon-caret,
.product-form__input .select:hover .icon-caret,
.product-form__input .select:focus-within .icon-caret {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%) !important;
}

/* ================================
   PRODUCT ADD TO CART — COMPACT + HOVER
================================ */

.product-form__buttons {
  margin-top: 12px !important;   /* меньше расстояние сверху */
  margin-bottom: 6px !important; /* меньше расстояние снизу */
}

.product-form__submit,
.product-form__submit.button,
.product-form__buttons .button {
  width: 100% !important;
  min-height: 52px !important;
  margin-top: 0 !important;
  padding: 14px 18px !important;

  background: #111 !important;
  color: #fff !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;

  transform: none !important;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease !important;
}

/* hover */
.product-form__submit:hover:not([disabled]),
.product-form__submit.button:hover:not([disabled]),
.product-form__buttons .button:hover:not([disabled]) {
  background: transparent !important;
  color: #111 !important;
  border-color: #111 !important;
  letter-spacing: 0 !important;
}

/* active */
.product-form__submit:active:not([disabled]),
.product-form__submit.button:active:not([disabled]),
.product-form__buttons .button:active:not([disabled]) {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

/* disabled */
.product-form__submit[disabled],
.product-form__submit.button[disabled],
.product-form__buttons .button[disabled] {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

/* убрать стандартные эффекты Dawn */
.product-form__submit::before,
.product-form__submit::after,
.product-form__buttons .button::before,
.product-form__buttons .button::after {
  display: none !important;
  content: none !important;
}

/* мобилка */
@media screen and (max-width: 989px) {
}

/* =========================================
   PRODUCT PAGE BREADCRUMBS — FORCE SMALL
========================================= */

/* все возможные варианты breadcrumbs */
.breadcrumb,
.breadcrumbs,
.breadcrumb-list,
.breadcrumb__list,
nav.breadcrumb,
nav.breadcrumbs,
nav[aria-label="Breadcrumb"],
nav[aria-label="breadcrumbs"],
nav[aria-label="breadcrumb"] {
  font-size: 11px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.55) !important;
  text-transform: none !important;
  margin-bottom: 14px !important;
}

/* текст внутри */
.breadcrumb *,
.breadcrumbs *,
.breadcrumb-list *,
.breadcrumb__list *,
nav.breadcrumb *,
nav.breadcrumbs *,
nav[aria-label="Breadcrumb"] *,
nav[aria-label="breadcrumbs"] *,
nav[aria-label="breadcrumb"] * {
  font-size: 13px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
  color: rgba(17, 17, 17, 0.55) !important;
}

/* ссылки */
.breadcrumb a,
.breadcrumbs a,
.breadcrumb-list a,
.breadcrumb__list a,
nav[aria-label="Breadcrumb"] a,
nav[aria-label="breadcrumbs"] a,
nav[aria-label="breadcrumb"] a {
  color: rgba(17, 17, 17, 0.7) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

/* последний элемент — название товара */
.breadcrumb span,
.breadcrumbs span,
.breadcrumb-list span,
.breadcrumb__list span,
nav[aria-label="Breadcrumb"] span,
nav[aria-label="breadcrumbs"] span,
nav[aria-label="breadcrumb"] span {
  color: rgba(17, 17, 17, 0.55) !important;
}

/* PRODUCT BREADCRUMBS — MONTSERRAT + CAPS */
.breadcrumb,
.breadcrumbs,
.breadcrumb-list,
.breadcrumb__list,
nav.breadcrumb,
nav.breadcrumbs,
nav[aria-label="Breadcrumb"],
nav[aria-label="breadcrumbs"],
nav[aria-label="breadcrumb"],
.product__breadcrumbs,
.product-breadcrumbs,
.main-product__breadcrumbs,
.template-product .page-width > nav:first-child {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(17, 17, 17, 0.58) !important;
}

/* весь текст внутри */
.breadcrumb *,
.breadcrumbs *,
.breadcrumb-list *,
.breadcrumb__list *,
nav.breadcrumb *,
nav.breadcrumbs *,
nav[aria-label="Breadcrumb"] *,
nav[aria-label="breadcrumbs"] *,
nav[aria-label="breadcrumb"] *,
.product__breadcrumbs *,
.product-breadcrumbs *,
.main-product__breadcrumbs *,
.template-product .page-width > nav:first-child * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(17, 17, 17, 0.58) !important;
}

/* ссылки чуть темнее */
.breadcrumb a,
.breadcrumbs a,
.breadcrumb-list a,
.breadcrumb__list a,
nav[aria-label="Breadcrumb"] a,
nav[aria-label="breadcrumbs"] a,
nav[aria-label="breadcrumb"] a,
.product__breadcrumbs a,
.product-breadcrumbs a,
.main-product__breadcrumbs a,
.template-product .page-width > nav:first-child a {
  color: rgba(17, 17, 17, 0.72) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

/* =========================================================
   FINAL PRODUCT UI FIXES
   1. Hide tax/shipping text
   2. Bigger color thumbnails
   3. Smaller size select
   4. Sterilization as simple checkbox text
========================================================= */

/* 1. УБРАТЬ ТЕКСТ ПОД ЦЕНОЙ:
   Taxes included. Shipping calculated at checkout. */
[id^="MainProduct-"] .product__tax {
  display: none !important;
}

/* 2. КВАДРАТИКИ ЦВЕТОВ — ЧУТЬ БОЛЬШЕ И АККУРАТНЕЕ */
[id^="MainProduct-"] .product-color-links {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
}

[id^="MainProduct-"] .product-color-links__list,
[id^="MainProduct-"] .product-color-links > div {
  display: flex !important;
  gap: 9px !important;
  flex-wrap: wrap !important;
}

[id^="MainProduct-"] .product-color-links__item {
  width: 54px !important;
  height: 54px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 1px solid rgba(17, 17, 17, 0.18) !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

[id^="MainProduct-"] .product-color-links__item.is-active {
  border: 1.5px solid #111 !important;
}

[id^="MainProduct-"] .product-color-links__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 4px !important;
  display: block !important;
}

/* 3. ВЫБОР РАЗМЕРА — МЕНЬШЕ, КАК НА РЕФЕРЕНСЕ */
[id^="MainProduct-"] .product-form__input .form__label,
[id^="MainProduct-"] .product-form__input legend.form__label {
  margin-bottom: 6px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.65) !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

[id^="MainProduct-"] .product-form__input .select {
  width: 100% !important;
  max-width: 340px !important;
  min-height: 40px !important;
  height: 40px !important;

  border: 1px solid rgba(17, 17, 17, 0.22) !important;
  background: #fff !important;
  box-shadow: none !important;
}

[id^="MainProduct-"] .product-form__input .select__select,
[id^="MainProduct-"] .product-form__input select {
  min-height: 40px !important;
  height: 40px !important;

  padding: 0 38px 0 14px !important;

  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #111 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

[id^="MainProduct-"] .product-form__input .select .svg-wrapper,
[id^="MainProduct-"] .product-form__input .select svg,
[id^="MainProduct-"] .product-form__input .select .icon-caret {
  right: 13px !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.75 !important;
}

/* 4. КНОПКА "SPRAWDŹ JAK MIERZYMY..." БЛИЖЕ И АККУРАТНЕЕ */
[id^="MainProduct-"] .pc-size-guide {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

[id^="MainProduct-"] .pc-size-guide__button {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #111 !important;
  gap: 6px !important;
  padding-bottom: 2px !important;
}

[id^="MainProduct-"] .pc-size-guide__button svg {
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 13px !important;
}

/* 5. СТЕРИЛИЗАЦИЯ — БЕЗ ОБВОДКИ, ПРОСТО КВАДРАТИК + ТЕКСТ */
[id^="MainProduct-"] .product-addon-checkbox,
[id^="MainProduct-"] .product-form__input--checkbox {
  min-height: auto !important;
  margin: 8px 0 12px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

[id^="MainProduct-"] .product-addon-checkbox label,
[id^="MainProduct-"] .product-form__input--checkbox label,
[id^="MainProduct-"] .product__info-container label:has(input[type="checkbox"]) {
  min-height: auto !important;
  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  cursor: pointer !important;
}

[id^="MainProduct-"] .product-addon-checkbox input[type="checkbox"],
[id^="MainProduct-"] .product-form__input--checkbox input[type="checkbox"],
[id^="MainProduct-"] .product__info-container input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;

  margin: 0 !important;

  border: 1px solid #111 !important;
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  appearance: none !important;
  -webkit-appearance: none !important;

  position: relative !important;
}

[id^="MainProduct-"] .product-addon-checkbox input[type="checkbox"]::after,
[id^="MainProduct-"] .product-form__input--checkbox input[type="checkbox"]::after,
[id^="MainProduct-"] .product__info-container input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1.5px;

  width: 4px;
  height: 8px;

  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;

  transform: rotate(45deg) scale(0);
  transition: transform 0.15s ease;
}

[id^="MainProduct-"] .product-addon-checkbox input[type="checkbox"]:checked,
[id^="MainProduct-"] .product-form__input--checkbox input[type="checkbox"]:checked,
[id^="MainProduct-"] .product__info-container input[type="checkbox"]:checked {
  background: #111 !important;
  border-color: #111 !important;
}

[id^="MainProduct-"] .product-addon-checkbox input[type="checkbox"]:checked::after,
[id^="MainProduct-"] .product-form__input--checkbox input[type="checkbox"]:checked::after,
[id^="MainProduct-"] .product__info-container input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

[id^="MainProduct-"] .product-addon-checkbox label,
[id^="MainProduct-"] .product-addon-checkbox label span,
[id^="MainProduct-"] .product-form__input--checkbox label,
[id^="MainProduct-"] .product-form__input--checkbox label span {
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.72) !important;
  letter-spacing: 0.01em !important;
}

/* MOBILE */
@media screen and (max-width: 749px) {
  [id^="MainProduct-"] .product-color-links__item {
    width: 50px !important;
    height: 50px !important;
  }

  [id^="MainProduct-"] .product-form__input .select,
  [id^="MainProduct-"] .product-form__input .select__select,
  [id^="MainProduct-"] .product-form__input select {
    min-height: 38px !important;
    height: 38px !important;
  }

  [id^="MainProduct-"] .product-form__input .select__select,
  [id^="MainProduct-"] .product-form__input select {
    font-size: 13px !important;
  }

  [id^="MainProduct-"] .product-addon-checkbox label,
  [id^="MainProduct-"] .product-form__input--checkbox label,
  [id^="MainProduct-"] .product__info-container label:has(input[type="checkbox"]) {
    gap: 8px !important;
  }
}
/* ========================================
   QUANTITY — COMPACT / SMALLER / CLEANER
======================================== */

[id^="MainProduct-"] .product-form__quantity {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

[id^="MainProduct-"] .quantity__label {
  margin-bottom: 6px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.68) !important;
}

/* сам блок количества */
[id^="MainProduct-"] quantity-input.quantity,
[id^="MainProduct-"] .quantity {
  width: 106px !important;
  min-width: 106px !important;
  max-width: 106px !important;

  height: 34px !important;
  min-height: 34px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  border: 1px solid rgba(17, 17, 17, 0.18) !important;
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* убираем лишнее */
[id^="MainProduct-"] .quantity::before,
[id^="MainProduct-"] .quantity::after,
[id^="MainProduct-"] quantity-input.quantity::before,
[id^="MainProduct-"] quantity-input.quantity::after {
  display: none !important;
}

/* кнопки минус / плюс */
[id^="MainProduct-"] .quantity__button {
  width: 32px !important;
  min-width: 32px !important;
  height: 34px !important;
  min-height: 34px !important;

  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #111 !important;
  opacity: 0.7 !important;
  transition: opacity 0.2s ease, background 0.2s ease !important;
}

[id^="MainProduct-"] .quantity__button:hover {
  opacity: 1 !important;
  background: #f7f7f7 !important;
}

/* иконки +/- меньше */
[id^="MainProduct-"] .quantity__button .svg-wrapper,
[id^="MainProduct-"] .quantity__button svg {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
}

/* цифра количества */
[id^="MainProduct-"] .quantity__input {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;

  height: 34px !important;
  min-height: 34px !important;

  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  text-align: center !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #111 !important;
}

[id^="MainProduct-"] .quantity__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* текст low stock чуть аккуратнее */
[id^="MainProduct-"] .product__inventory {
  margin-top: 6px !important;
  margin-bottom: 14px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  color: rgba(17, 17, 17, 0.55) !important;
}

/* мобилка */
@media screen and (max-width: 749px) {
  [id^="MainProduct-"] quantity-input.quantity,
  [id^="MainProduct-"] .quantity {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;

    height: 32px !important;
    min-height: 32px !important;
  }

  [id^="MainProduct-"] .quantity__button {
    width: 30px !important;
    min-width: 30px !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  [id^="MainProduct-"] .quantity__input {
    height: 32px !important;
    min-height: 32px !important;
    font-size: 13px !important;
  }
}

/* ========================================
   SIZE SELECT — FORCE SMALL WIDTH
======================================== */

/* сам блок варианта Rozmiar */
[id^="MainProduct-"] .product-form__input:has(.select),
[id^="MainProduct-"] variant-selects .product-form__input,
[id^="MainProduct-"] .product-form__input.product-form__input--dropdown {
  width: 100% !important;
  max-width: 300px !important;
}

/* наружный контейнер select */
[id^="MainProduct-"] .product-form__input .select {
  width: 300px !important;
  max-width: 300px !important;
  min-width: 300px !important;

  height: 40px !important;
  min-height: 40px !important;

  display: flex !important;
  align-items: center !important;

  border: 1px solid rgba(17, 17, 17, 0.45) !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* сам select внутри */
[id^="MainProduct-"] .product-form__input .select__select,
[id^="MainProduct-"] .product-form__input select {
  width: 300px !important;
  max-width: 300px !important;
  min-width: 300px !important;

  height: 40px !important;
  min-height: 40px !important;

  padding: 0 36px 0 14px !important;

  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;

  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* стрелка */
[id^="MainProduct-"] .product-form__input .select .svg-wrapper,
[id^="MainProduct-"] .product-form__input .select svg,
[id^="MainProduct-"] .product-form__input .select .icon-caret {
  right: 13px !important;
  width: 10px !important;
  height: 10px !important;
}

/* mobile */
@media screen and (max-width: 749px) {
  [id^="MainProduct-"] .product-form__input:has(.select),
  [id^="MainProduct-"] variant-selects .product-form__input,
  [id^="MainProduct-"] .product-form__input.product-form__input--dropdown {
    max-width: 270px !important;
  }

  [id^="MainProduct-"] .product-form__input .select,
  [id^="MainProduct-"] .product-form__input .select__select,
  [id^="MainProduct-"] .product-form__input select {
    width: 270px !important;
    max-width: 270px !important;
    min-width: 270px !important;
  }
}

/* ========================================
   SIZE SELECT — FINAL SMALL WIDTH 220PX
======================================== */

[id^="MainProduct-"] .product-form__input:has(.select),
[id^="MainProduct-"] variant-selects .product-form__input,
[id^="MainProduct-"] .product-form__input.product-form__input--dropdown {
  width: 220px !important;
  max-width: 220px !important;
  min-width: 220px !important;
}

[id^="MainProduct-"] .product-form__input .select {
  width: 220px !important;
  max-width: 220px !important;
  min-width: 220px !important;

  height: 38px !important;
  min-height: 38px !important;
}

[id^="MainProduct-"] .product-form__input .select__select,
[id^="MainProduct-"] .product-form__input select {
  width: 220px !important;
  max-width: 220px !important;
  min-width: 220px !important;

  height: 38px !important;
  min-height: 38px !important;

  padding: 0 32px 0 12px !important;

  font-size: 13px !important;
}

/* стрелка ближе */
[id^="MainProduct-"] .product-form__input .select .svg-wrapper,
[id^="MainProduct-"] .product-form__input .select svg,
[id^="MainProduct-"] .product-form__input .select .icon-caret {
  right: 11px !important;
  width: 9px !important;
  height: 9px !important;
}

/* =========================================================
   PERFECT MATCH PRODUCTS — RIGHT COLUMN SLIDER
========================================================= */

.pc-perfect-match {
  width: 100%;
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.pc-perfect-match__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.pc-perfect-match__title {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #111;
}

.pc-perfect-match__arrows {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pc-perfect-match__arrow {
  width: 28px;
  height: 28px;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(17, 17, 17, 0.16);
  background: #fff;
  color: #111;
  cursor: pointer;

  font-size: 16px;
  line-height: 1;

  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pc-perfect-match__arrow:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.pc-perfect-match__slider {
  display: flex;
  gap: 14px;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  padding-bottom: 4px;

  scrollbar-width: none;
}

.pc-perfect-match__slider::-webkit-scrollbar {
  display: none;
}

.pc-perfect-match__item {
  flex: 0 0 calc((100% - 28px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}

.pc-perfect-match__image-wrap {
position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 9px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff;
  overflow: hidden;
}

.pc-perfect-match__badges {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 16px);
  pointer-events: none;
}

.pc-perfect-match__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 9px;
  background: #f3f3f3;
  color: #111;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
}

.pc-perfect-match__badge--promo {
  color: #ff2b4a;
}

.pc-perfect-match__badge--best {
  color: #111;
}

@media screen and (max-width: 749px) {
  .pc-perfect-match__badges {
    left: 6px;
    bottom: 6px;
    gap: 4px;
  }

  .pc-perfect-match__badge {
    min-height: 19px;
    padding: 3px 6px;
    font-size: 8px;
  }
}

.pc-perfect-match__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pc-perfect-match__placeholder {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}

.pc-perfect-match__name {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: #111;
}

.pc-perfect-match__price {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  color: #111;
}

.pc-perfect-match__price .price {
  font-size: 12px !important;
}

.pc-perfect-match__price .price-item {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.pc-perfect-match__empty {
  margin: 0;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.55);
}

/* Mobile */
@media screen and (max-width: 749px) {
  .pc-perfect-match {
    margin-top: 16px !important;
    padding-top: 16px !important;
  }

  .pc-perfect-match__title {
    font-size: 16px;
  }

  .pc-perfect-match__item {
    flex-basis: calc((100% - 12px) / 2);
  }

  .pc-perfect-match__slider {
    gap: 12px;
  }

  .pc-perfect-match__name,
  .pc-perfect-match__price,
  .pc-perfect-match__price .price,
  .pc-perfect-match__price .price-item {
    font-size: 11.5px !important;
  }
}

/* ========================================
   PERFECT MATCH — PRODUCT TITLE 2 LINES
======================================== */

[id^="MainProduct-"] .pc-perfect-match__name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;

  min-height: 32px !important;
  max-height: 32px !important;

  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #111 !important;

  margin: 0 0 5px !important;
}

/* ========================================
   PERFECT MATCH — CAPS TITLE + PRICE IN ONE LINE
======================================== */

/* Названия товаров капсом */
[id^="MainProduct-"] .pc-perfect-match__name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;

  min-height: 32px !important;
  max-height: 32px !important;

  margin: 0 0 7px !important;

  font-size: 11.5px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}

/* Цена и скидка в одну строку */
[id^="MainProduct-"] .pc-perfect-match__price,
[id^="MainProduct-"] .pc-perfect-match__price .price,
[id^="MainProduct-"] .pc-perfect-match__price .price__container,
[id^="MainProduct-"] .pc-perfect-match__price .price__regular,
[id^="MainProduct-"] .pc-perfect-match__price .price__sale {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;

  width: 100% !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Убираем переносы внутри цен */
[id^="MainProduct-"] .pc-perfect-match__price * {
  white-space: nowrap !important;
}

/* Старая цена */
[id^="MainProduct-"] .pc-perfect-match__price s,
[id^="MainProduct-"] .pc-perfect-match__price .price-item--regular {
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.38) !important;
}

/* Новая цена */
[id^="MainProduct-"] .pc-perfect-match__price .price-item,
[id^="MainProduct-"] .pc-perfect-match__price .price-item--sale {
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #111 !important;
}

/* Убрать лишние бейджи, если появляются */
[id^="MainProduct-"] .pc-perfect-match__price .badge,
[id^="MainProduct-"] .pc-perfect-match__price .price__badge-sale,
[id^="MainProduct-"] .pc-perfect-match__price .price__badge-sold-out {
  display: none !important;
}

/* Убрать слово From / Od, если тема выводит его отдельным элементом */
[id^="MainProduct-"] .pc-perfect-match__price .price__from,
[id^="MainProduct-"] .pc-perfect-match__price .price__prefix,
[id^="MainProduct-"] .pc-perfect-match__price span:has(+ .price-item) {
  white-space: nowrap !important;
}

/* Карточки ровнее */
[id^="MainProduct-"] .pc-perfect-match__item {
  display: flex !important;
  flex-direction: column !important;
}

[id^="MainProduct-"] .pc-perfect-match__price {
  margin-top: auto !important;
}

/* ========================================
   PERFECT MATCH — CLEAN PRICE FIX
======================================== */

[id^="MainProduct-"] .pc-perfect-match__name {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;

  min-height: 32px !important;
  max-height: 32px !important;

  margin: 0 0 7px !important;

  font-size: 11.5px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}

/* цена только наша, без стандартных Shopify вложенностей */
[id^="MainProduct-"] .pc-perfect-match__price {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  line-height: 1.2 !important;
  white-space: nowrap !important;
}

[id^="MainProduct-"] .pc-perfect-match__old-price {
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: rgba(17, 17, 17, 0.42) !important;
  text-decoration: line-through !important;
  white-space: nowrap !important;
}

[id^="MainProduct-"] .pc-perfect-match__current-price {
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #111 !important;
  white-space: nowrap !important;
}

/* на всякий случай убираем старые Shopify price-стили внутри этого блока */
[id^="MainProduct-"] .pc-perfect-match__price .price,
[id^="MainProduct-"] .pc-perfect-match__price .price__container,
[id^="MainProduct-"] .pc-perfect-match__price .price__regular,
[id^="MainProduct-"] .pc-perfect-match__price .price__sale,
[id^="MainProduct-"] .pc-perfect-match__price .price-item {
  display: none !important;
}

/* =========================================================
   FINAL MOBILE PRODUCT GALLERY
   fixed square media + custom dots + normal video
========================================================= */

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

  [id^="MainProduct-"] .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  [id^="MediaGallery-"] {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  [id^="GalleryViewer-"] {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  [id^="GalleryViewer-"] .slider,
  [id^="GalleryViewer-"] .product__media-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
  }

  [id^="GalleryViewer-"] .slider::-webkit-scrollbar,
  [id^="GalleryViewer-"] .product__media-list::-webkit-scrollbar {
    display: none !important;
  }

  [id^="GalleryViewer-"] .product__media-item,
  [id^="GalleryViewer-"] .slider__slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    scroll-snap-align: start !important;
  }

  /* размер блока фото на мобилке */
[id^="GalleryViewer-"] .product-media-container,
[id^="GalleryViewer-"] .product__media,
[id^="GalleryViewer-"] .media,
[id^="GalleryViewer-"] .global-media-settings {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #fff !important;
  overflow: hidden !important;

  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

  /* убираем стандартный Dawn ratio */
  [id^="GalleryViewer-"] .product-media-container::before,
  [id^="GalleryViewer-"] .product__media::before,
  [id^="GalleryViewer-"] .media::before,
  [id^="GalleryViewer-"] .global-media-settings::before,
  [id^="GalleryViewer-"] .deferred-media::before {
    display: none !important;
    content: none !important;
    padding-bottom: 0 !important;
  }

  /* фото: крупно, как хотели */
  [id^="GalleryViewer-"] .product__media img,
  [id^="GalleryViewer-"] .media img,
  [id^="GalleryViewer-"] .global-media-settings img {
    position: static !important;
    inset: auto !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: scale(1.08) !important;
    transform-origin: center center !important;
  }

  /* скрываем стандартные стрелки, counter 1/2 и стандартные thumbnails */
  [id^="GalleryViewer-"] .slider-buttons,
  [id^="GalleryViewer-"] .slider-button,
  [id^="GalleryViewer-"] .slider-counter,
  [id^="GalleryThumbnails-"] {
    display: none !important;
  }

  /* наши кастомные точки */
  [id^="MediaGallery-"]

  [id^="MediaGallery-"]

  [id^="MediaGallery-"]

  .product__media-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .pc-media-description {
    margin-top: 0 !important;
  }

  .pc-tab--media-description .pc-tab__summary {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
} 

/* =========================================================
   MOBILE GALLERY FINAL FIX
   no previous/next image peeking + hide native controls
========================================================= */

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

  [id^="GalleryViewer-"] {
    overflow: hidden !important;
  }

  [id^="GalleryViewer-"] .product__media-list,
  [id^="GalleryViewer-"] .slider {
    display: flex !important;
    flex-wrap: nowrap !important;

    gap: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;

    padding: 0 !important;
    margin: 0 !important;

    scroll-padding-left: 0 !important;
    scroll-padding-right: 0 !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  [id^="GalleryViewer-"] .product__media-list::-webkit-scrollbar,
  [id^="GalleryViewer-"] .slider::-webkit-scrollbar {
    display: none !important;
  }

  [id^="GalleryViewer-"] .product__media-item,
  [id^="GalleryViewer-"] .slider__slide {
    flex: 0 0 100% !important;

    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  [id^="GalleryViewer-"] .product__media-item + .product__media-item,
  [id^="GalleryViewer-"] .slider__slide + .slider__slide {
    margin-left: 0 !important;
  }

  /* полностью скрываем стандартные thumbnails, чтобы не было play triangle */
  [id^="GalleryThumbnails-"],
  [id^="GalleryViewer-"] .slider-buttons,
  [id^="GalleryViewer-"] .slider-button,
  [id^="GalleryViewer-"] .slider-counter {
    display: none !important;
  }

}

/* =========================================================
   MOBILE ONLY — PHOTO SIZE + VIDEO FIX
   desktop untouched
========================================================= */

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

  /* меньше боковые отступы на мобилке */
  [id^="MainProduct-"] .page-width {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  [id^="MainProduct-"] .product.grid,
  [id^="MainProduct-"] .product__media-wrapper,
  [id^="MediaGallery-"],
  [id^="GalleryViewer-"] {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [id^="GalleryViewer-"] {
    overflow: hidden !important;
    margin-bottom: 34px !important;
  }

  /* слайдер: чтобы не торчали соседние фото */
  [id^="GalleryViewer-"] .product__media-list,
  [id^="GalleryViewer-"] .slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  [id^="GalleryViewer-"] .product__media-list::-webkit-scrollbar,
  [id^="GalleryViewer-"] .slider::-webkit-scrollbar {
    display: none !important;
  }

  [id^="GalleryViewer-"] .product__media-item,
  [id^="GalleryViewer-"] .slider__slide {
    flex: 0 0 100% !important;

    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  /* размер блока фото/видео на мобилке */
  [id^="GalleryViewer-"] .product-media-container,
  [id^="GalleryViewer-"] .product__media,
  [id^="GalleryViewer-"] .media,
  [id^="GalleryViewer-"] .global-media-settings {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;
    overflow: hidden !important;

    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* убрать стандартный Dawn ratio */
  [id^="GalleryViewer-"] .product-media-container::before,
  [id^="GalleryViewer-"] .product__media::before,
  [id^="GalleryViewer-"] .media::before,
  [id^="GalleryViewer-"] .global-media-settings::before {
    display: none !important;
    content: none !important;
    padding-bottom: 0 !important;
  }

  /* фото крупнее, но без кривого crop */
  [id^="GalleryViewer-"] .product__media img,
  [id^="GalleryViewer-"] .media img,
  [id^="GalleryViewer-"] .global-media-settings img {
    position: static !important;
    inset: auto !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: scale(1.04) !important;
    transform-origin: center center !important;
  }



  /* стандартные кнопки/счётчик Shopify не показываем */
  [id^="GalleryViewer-"] .slider-buttons,
  [id^="GalleryViewer-"] .slider-button,
  [id^="GalleryViewer-"] .slider-counter {
    display: none !important;
  }
}



/* =========================================================
   MOBILE ONLY — HIDE PRODUCT DOTS WHEN MENU IS OPEN
========================================================= */

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

  body:has(.menu-opening) [id^="MediaGallery-"]

  /* на всякий случай стандартные точки/счётчики Shopify тоже прячем под меню */
  body:has(.menu-opening) [id^="GalleryViewer-"] .slider-counter,
  body:has(.menu-drawer-container[open]) [id^="GalleryViewer-"] .slider-counter,
  body:has(details[open] .menu-drawer) [id^="GalleryViewer-"] .slider-counter {
    display: none !important;
  }

  /* меню всегда выше страницы товара */
  .menu-drawer,
  .menu-drawer-container,
  details[open] .menu-drawer {
    z-index: 999999 !important;
  }

  [id^="MediaGallery-"]
}

/* =========================================================
   MOBILE ONLY — MOVE PRODUCT MEDIA HIGHER
========================================================= */

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

  [id^="MainProduct-"].pc-main-product {
    padding-top: 0 !important;
  }

  [id^="MainProduct-"] .page-width {
    padding-top: 0 !important;
  }

  [id^="MainProduct-"] .product.grid {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  [id^="MainProduct-"] .product__media-wrapper {
    margin-top: -14px !important;
    padding-top: 0 !important;
  }

  [id^="MediaGallery-"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  [id^="GalleryViewer-"] {
    margin-top: 0 !important;
  }

  /* breadcrumbs ближе к фото */
  [id^="MainProduct-"] .breadcrumb,
  [id^="MainProduct-"] .breadcrumbs,
  [id^="MainProduct-"] nav[aria-label="Breadcrumb"],
  [id^="MainProduct-"] nav[aria-label="breadcrumb"],
  [id^="MainProduct-"] nav[aria-label="breadcrumbs"] {
    margin-bottom: 8px !important;
  }
}

/* =========================================================
   MOBILE ONLY — CLEAN VIDEO PLAY BUTTON CENTER
   only play button position, no video logic override
========================================================= */

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

  /* Кнопка play по центру */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media__poster-button {
    position: absolute !important;

    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;

    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;

    z-index: 40 !important;
    pointer-events: auto !important;
    cursor: pointer !important;

    transform: translate(-50%, -50%) !important;
  }

  /* Иконка внутри play */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media__poster-button svg,
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media__poster-button .icon,
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media__poster-button .icon-play,
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media__poster-button .svg-wrapper {
    width: 18px !important;
    height: 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #111 !important;
    fill: #111 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
  }

  /* скрываем только стандартную video-иконку Dawn */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .product__media-icon {
    display: none !important;
  }

  /* zoom на обычных фото */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:not(:has(.deferred-media)) .product__media-icon {
    display: flex !important;
    position: absolute !important;

    left: 18px !important;
    top: 18px !important;

    opacity: 1 !important;
    visibility: visible !important;

    z-index: 20 !important;
    transform: none !important;
  }
}

/* =========================================================
   MOBILE ONLY — VIDEO POSTER STATE FIX
   poster скрывается после запуска видео, кнопка остается по центру
========================================================= */

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

  /* Не даём poster оставаться поверх запущенного видео */
  [id^="GalleryViewer-"] .deferred-media[loaded] > .deferred-media__poster {
    display: none !important;
  }

  /* Родитель кнопки play */
  [id^="GalleryViewer-"] .deferred-media,
  [id^="GalleryViewer-"] .deferred-media__poster {
    position: relative !important;
  }

  /* Кнопка play по центру */
  [id^="GalleryViewer-"] .deferred-media__poster-button {
    position: absolute !important;

    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;

    transform: translate(-50%, -50%) !important;

    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;

    z-index: 40 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  /* Иконка внутри play */
  [id^="GalleryViewer-"] .deferred-media__poster-button svg,
  [id^="GalleryViewer-"] .deferred-media__poster-button .icon,
  [id^="GalleryViewer-"] .deferred-media__poster-button .icon-play,
  [id^="GalleryViewer-"] .deferred-media__poster-button .svg-wrapper {
    width: 18px !important;
    height: 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #111 !important;
    fill: #111 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
  }

  /* Стандартную video-иконку Dawn прячем только на видео */
  [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .product__media-icon {
    display: none !important;
  }

  /* Zoom на обычных фото возвращаем */
  [id^="GalleryViewer-"] .product__media-item:not(:has(.deferred-media)) .product__media-icon {
    display: flex !important;
    position: absolute !important;

    left: 18px !important;
    top: 18px !important;

    opacity: 1 !important;
    visibility: visible !important;

    z-index: 20 !important;
    transform: none !important;
  }
}

/* =========================================================
   MOBILE ONLY — HIDE VIDEO MODAL DUPLICATE
   убирает левый дубль видео, оставляет нормальное видео с play
========================================================= */

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

  /* Левый дубль — это modal-opener для видео. На мобилке скрываем его */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__modal-opener--video,
  [id^="MainProduct-"] [id^="GalleryViewer-"] modal-opener.product__modal-opener--video {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* video-слайд не должен быть flex, иначе modal-opener и deferred-media становятся рядом */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .product-media-container,
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .global-media-settings,
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .product__media,
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .media {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  /* Оставляем только deferred-media, растягиваем его на весь слайд */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .deferred-media {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  /* Постер видео занимает весь контейнер */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .deferred-media__poster {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  [id^="MainProduct-"] [id^="GalleryViewer-"] .product__media-item:has(.deferred-media) .deferred-media__poster img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }

  /* Кнопка play по центру */
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media__poster-button {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;

    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    z-index: 50 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }
}

/* DESKTOP — HIDE PLAY ICON ON VIDEO THUMBNAIL ONLY */
@media screen and (min-width: 990px) {
  [id^="GalleryThumbnails-"] .product__media-icon,
  [id^="GalleryThumbnails-"] .deferred-media__poster-button,
  [id^="GalleryThumbnails-"] .icon-play,
  [id^="GalleryThumbnails-"] .svg-wrapper:has(.icon-play) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media screen and (min-width: 990px) {
  [id^="GalleryThumbnails-"] button .product__media-icon,
  [id^="GalleryThumbnails-"] .thumbnail .product__media-icon {
    display: none !important;
  }
}

/* =========================================================
   DESKTOP — HIDE VIDEO PLAY CIRCLE ON THUMBNAILS
========================================================= */

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

  [id^="GalleryThumbnails-"] .thumbnail__badge,
  [id^="GalleryThumbnails-"] .thumbnail__badge *,
  [id^="Slider-Thumbnails-"] .thumbnail__badge,
  [id^="Slider-Thumbnails-"] .thumbnail__badge * {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  [id^="GalleryThumbnails-"] .thumbnail::after,
  [id^="GalleryThumbnails-"] .thumbnail::before,
  [id^="Slider-Thumbnails-"] .thumbnail::after,
  [id^="Slider-Thumbnails-"] .thumbnail::before {
    display: none !important;
    content: none !important;
  }
}

/* =========================================================
   VIDEO — REMOVE ALL RADIUS
========================================================= */

/* главное видео + poster + thumbnail */
[id^="MainProduct-"] .product__media-item:has(.deferred-media),
[id^="MainProduct-"] .product__media-item:has(.deferred-media) *,
[id^="MainProduct-"] .deferred-media,
[id^="MainProduct-"] .deferred-media *,
[id^="MainProduct-"] .deferred-media__poster,
[id^="MainProduct-"] .deferred-media__poster *,
[id^="MainProduct-"] .media-type-video,
[id^="MainProduct-"] .media-type-video *,
[id^="MainProduct-"] .media-type-external_video,
[id^="MainProduct-"] .media-type-external_video *,
[id^="GalleryThumbnails-"] .thumbnail,
[id^="GalleryThumbnails-"] .thumbnail *,
[id^="Slider-Thumbnails-"] .thumbnail,
[id^="Slider-Thumbnails-"] .thumbnail * {
  border-radius: 0 !important;
}

/* pseudo-элементы тоже без скруглений */
[id^="MainProduct-"] .product__media-item:has(.deferred-media)::before,
[id^="MainProduct-"] .product__media-item:has(.deferred-media)::after,
[id^="MainProduct-"] .deferred-media::before,
[id^="MainProduct-"] .deferred-media::after,
[id^="MainProduct-"] .deferred-media__poster::before,
[id^="MainProduct-"] .deferred-media__poster::after,
[id^="GalleryThumbnails-"] .thumbnail::before,
[id^="GalleryThumbnails-"] .thumbnail::after,
[id^="Slider-Thumbnails-"] .thumbnail::before,
[id^="Slider-Thumbnails-"] .thumbnail::after {
  border-radius: 0 !important;
}


@media screen and (max-width: 749px) {
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media.pc-video-started .deferred-media__poster-button,
  [id^="MainProduct-"] [id^="GalleryViewer-"] .deferred-media.pc-video-started .deferred-media__poster {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* =====================================================================
   PIERCORA PRODUCT PAGE — REFERENCE REDESIGN
   All rules below are intentionally scoped to the product page where
   possible. This replaces the previous visual overrides without changing
   product/bundle/promo business logic.
   ===================================================================== */

.pc-main-product {
  --pc-page-width: 1500px;
  --pc-content-gap: 72px;
  --pc-info-width: 520px;
  --pc-media-width: minmax(0, 1fr);
  --pc-text: #111;
  --pc-muted: rgba(17,17,17,.62);
  --pc-line: rgba(17,17,17,.14);
  --pc-section-padding-top: 26px;
  --pc-section-padding-bottom: 30px;
  font-family: Inter, Arial, sans-serif !important;
}

.pc-main-product,
.pc-main-product * {
  font-family: Inter, Arial, sans-serif !important;
}

/* Section spacing from the theme editor, without Liquid inside base.css. */
.pc-main-product {
  padding-top: var(--pc-section-padding-top-mobile, var(--pc-section-padding-top, 0px)) !important;
  padding-bottom: var(--pc-section-padding-bottom-mobile, var(--pc-section-padding-bottom, 0px)) !important;
}

@media screen and (min-width: 750px) {
  .pc-main-product {
    padding-top: var(--pc-section-padding-top, 26px) !important;
    padding-bottom: var(--pc-section-padding-bottom, 30px) !important;
  }
}

/* ------------------------------
   DESKTOP — two-column product page
   ------------------------------ */
@media screen and (min-width: 990px) {
  .pc-main-product .page-width {
    width: 100% !important;
    max-width: var(--pc-page-width) !important;
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .pc-main-product .product.grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(440px, var(--pc-info-width)) !important;
    column-gap: var(--pc-content-gap) !important;
    row-gap: 0 !important;
    align-items: start !important;
  }

  .pc-main-product .product__media-wrapper {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    position: relative !important;
    overflow: visible !important;
  }

  .pc-main-product .product__info-wrapper {
    width: 100% !important;
    max-width: var(--pc-info-width) !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    position: relative !important;
    overflow: visible !important;
    align-self: start !important;
  }

  .pc-main-product [id^="ProductInfo-"] {
    width: 100% !important;
    max-width: var(--pc-info-width) !important;
    margin-left: 0 !important;
    position: sticky !important;
    top: 104px !important;
    transform: none !important;
    will-change: auto !important;
  }

  /* Shopify gallery becomes a clean two-up editorial grid. */
  .pc-main-product [id^="MediaGallery-"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-list,
  .pc-main-product [id^="GalleryViewer-"] .slider {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-item,
  .pc-main-product [id^="GalleryViewer-"] .slider__slide {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media,
  .pc-main-product [id^="GalleryViewer-"] .product-media-container,
  .pc-main-product [id^="GalleryViewer-"] .media,
  .pc-main-product [id^="GalleryViewer-"] .global-media-settings {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #f7f7f5 !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media img,
  .pc-main-product [id^="GalleryViewer-"] .media img,
  .pc-main-product [id^="GalleryViewer-"] .global-media-settings img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-list .deferred-media,
  .pc-main-product [id^="GalleryViewer-"] .product__media-list .deferred-media__poster {
    width: 100% !important;
    height: 100% !important;
  }

  /* Hide the old desktop thumbnail rail — the gallery itself is the navigation. */
  .pc-main-product [id^="GalleryThumbnails-"] {
    display: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .slider-buttons,
  .pc-main-product [id^="GalleryViewer-"] .slider-counter {
    display: none !important;
  }

  /* Left-side product badges over the first photo. */
  .pc-product-media-badges {
    position: absolute !important;
    z-index: 20 !important;
    top: 14px !important;
    left: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
    pointer-events: none !important;
  }

  .pc-product-media-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    background: #050505 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  /* ------------------------------
     RIGHT COLUMN — reference proportions
     ------------------------------ */
  .pc-main-product [id^="ProductInfo-"] > * {
    margin-top: 0 !important;
  }

  .pc-main-product .product__title {
    position: relative !important;
    margin: 0 48px 20px 0 !important;
    padding: 0 !important;
  }

  .pc-main-product .product__title h1,
  .pc-main-product .product__title h2 {
    margin: 0 !important;
    max-width: 100% !important;
    color: #111 !important;
    font-size: 30px !important;
    line-height: 1.14 !important;
    font-weight: 400 !important;
    letter-spacing: -0.035em !important;
    text-transform: uppercase !important;
  }

  .pc-main-product .pc-product-title-wishlist,
  .pc-main-product .product__title + .pc-wl-btn--inline {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
  }

  .pc-main-product .price--large {
    margin: 0 0 22px !important;
  }

  .pc-main-product .price--large .price-item {
    color: #111 !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    letter-spacing: -.025em !important;
  }

  .pc-main-product .product-color-links {
    margin: 18px 0 22px !important;
  }

  .pc-main-product .product-color-links > div,
  .pc-main-product .product-color-links__list {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .pc-main-product .product-color-links__item {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 1px solid rgba(17,17,17,.24) !important;
    border-radius: 50% !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .pc-main-product .product-color-links__item.is-active {
    border: 1.5px solid #111 !important;
    box-shadow: inset 0 0 0 2px #fff !important;
  }

  .pc-main-product .product-color-links__img {
    width: 100% !important;
    height: 100% !important;
    padding: 5px !important;
    object-fit: contain !important;
    border-radius: 50% !important;
  }

  .pc-main-product .product-form__input {
    margin: 0 0 20px !important;
  }

  .pc-main-product .product-form__input .form__label,
  .pc-main-product .product-form__input legend.form__label,
  .pc-main-product .quantity__label {
    display: block !important;
    margin: 0 0 9px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    color: #111 !important;
  }

  /* Size / variant buttons — square like the reference. */
  .pc-main-product .product-form__input input[type="radio"] + label {
    min-width: 120px !important;
    min-height: 52px !important;
    margin: 0 8px 8px 0 !important;
    padding: 0 18px !important;
    border: 1px solid rgba(17,17,17,.25) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    transition: background .18s ease, color .18s ease, border-color .18s ease !important;
  }

  .pc-main-product .product-form__input input[type="radio"] + label:hover {
    background: #fff !important;
    border-color: #111 !important;
    color: #111 !important;
  }

  .pc-main-product .product-form__input input[type="radio"]:checked + label {
    background: #050505 !important;
    border-color: #050505 !important;
    color: #fff !important;
  }

  /* If the theme renders a select instead of radio buttons, keep it rectangular. */
  .pc-main-product .product-form__input .select,
  .pc-main-product .product-form__input .select__select,
  .pc-main-product .product-form__input select {
    min-height: 52px !important;
    height: 52px !important;
    border-radius: 0 !important;
    border: 1px solid rgba(17,17,17,.35) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
  }

  /* Sterilization stays as the simple reference checkbox. */
  .pc-main-product .product-addon-checkbox,
  .pc-main-product .product-form__input--checkbox {
    min-height: 0 !important;
    padding: 0 !important;
    margin: 2px 0 18px !important;
    border: 0 !important;
    background: transparent !important;
  }

  .pc-main-product .product-addon-checkbox label,
  .pc-main-product .product-form__input--checkbox label,
  .pc-main-product .product__info-container label:has(input[type="checkbox"]) {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #111 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
  }

  .pc-main-product .product-addon-checkbox input[type="checkbox"],
  .pc-main-product .product-form__input--checkbox input[type="checkbox"],
  .pc-main-product .product__info-container input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    margin: 0 !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
  }

  .pc-main-product .product__inventory {
    margin: 0 0 18px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(17,17,17,.55) !important;
  }

  .pc-main-product .product-form__quantity {
    margin: 0 0 18px !important;
  }

  .pc-main-product quantity-input.quantity,
  .pc-main-product .quantity {
    width: 126px !important;
    min-width: 126px !important;
    height: 44px !important;
    min-height: 44px !important;
    border: 1px solid rgba(17,17,17,.22) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .pc-main-product .quantity__button {
    width: 40px !important;
    height: 42px !important;
    color: #111 !important;
    opacity: .75 !important;
  }

  .pc-main-product .quantity__input {
    height: 42px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #111 !important;
  }

  .pc-main-product .product-form__buttons {
    margin: 0 0 18px !important;
  }

  .pc-main-product .product-form__submit,
  .pc-main-product .product-form__submit.button,
  .pc-main-product .product-form__buttons .button {
    width: 100% !important;
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 18px !important;
    border: 1px solid #050505 !important;
    border-radius: 0 !important;
    background: #050505 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    transition: opacity .18s ease !important;
  }

  .pc-main-product .product-form__submit:hover,
  .pc-main-product .product-form__submit.button:hover,
  .pc-main-product .product-form__buttons .button:hover {
    background: #050505 !important;
    color: #fff !important;
    border-color: #050505 !important;
    opacity: .88 !important;
    transform: none !important;
  }

  .pc-main-product .product-form__submit[disabled],
  .pc-main-product .product-form__buttons .button[disabled] {
    background: #eee !important;
    border-color: #ddd !important;
    color: #999 !important;
    opacity: 1 !important;
  }

  /* Our two real Piercora info links. */
  .pc-main-product .product-info-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 0 28px !important;
    border-top: 1px solid var(--pc-line) !important;
  }

  .pc-main-product .product-info-links__item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    min-height: 54px !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--pc-line) !important;
    text-decoration: none !important;
    color: #111 !important;
  }

  .pc-main-product .product-info-links__left {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
  }

  .pc-main-product .product-info-links__icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .pc-main-product .product-info-links__icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .pc-main-product .product-info-links__text {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #111 !important;
  }

  .pc-main-product .product-info-links__arrow {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .pc-main-product .product-info-links__arrow svg {
    width: 18px !important;
    height: 18px !important;
  }

  .pc-main-product .product-info-links__item:hover {
    opacity: .72 !important;
  }

  /* Product description — now on the right, not below the media. */
  .pc-main-product .pc-media-description {
    width: 100% !important;
    margin: 0 0 28px !important;
  }

  .pc-main-product .pc-tab--media-description {
    border-top: 1px solid var(--pc-line) !important;
    border-bottom: 1px solid var(--pc-line) !important;
  }

  .pc-main-product .pc-tab--media-description .pc-tab__summary {
    min-height: 56px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    cursor: pointer !important;
  }

  .pc-main-product .pc-tab--media-description .pc-tab__summary span:first-child {
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  .pc-main-product .pc-tab--media-description .pc-tab__content {
    display: grid !important;
    grid-template-rows: 0fr !important;
    padding: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transition: grid-template-rows .36s ease, opacity .28s ease, padding .36s ease !important;
  }

  .pc-main-product .pc-tab--media-description .pc-tab__content > * {
    min-height: 0 !important;
  }

  .pc-main-product .pc-tab--media-description[open] .pc-tab__content {
    grid-template-rows: 1fr !important;
    padding: 0 0 22px !important;
    opacity: 1 !important;
  }

  .pc-main-product .pc-tab--media-description .pc-product-details-text {
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
    color: rgba(17,17,17,.82) !important;
  }

  .pc-main-product .pc-tab--media-description .pc-tab__icon::before,
  .pc-main-product .pc-tab--media-description .pc-tab__icon::after {
    transition: transform .28s ease !important;
  }
/* Bundle/promo remain in their existing DOM positions and keep their logic. */
  .pc-main-product .pc-promo-banners {
    margin: 0 0 22px !important;
  }

  .pc-main-product .bundle-builder {
    width: 100% !important;
    margin-top: 20px !important;
  }
}

/* =====================================================================
   MOBILE — match the supplied reference composition
   ===================================================================== */
@media screen and (max-width: 989px) {
  .pc-main-product .page-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pc-main-product .product.grid {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pc-main-product .product__media-wrapper,
  .pc-main-product .product__info-wrapper,
  .pc-main-product [id^="ProductInfo-"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
    position: relative !important;
    top: auto !important;
  }

  .pc-main-product .product__media-wrapper {
    position: relative !important;
  }

  .pc-main-product [id^="GalleryViewer-"] {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    margin: 0 !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-list,
  .pc-main-product [id^="GalleryViewer-"] .slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-list::-webkit-scrollbar,
  .pc-main-product [id^="GalleryViewer-"] .slider::-webkit-scrollbar {
    display: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-item,
  .pc-main-product [id^="GalleryViewer-"] .slider__slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media,
  .pc-main-product [id^="GalleryViewer-"] .product-media-container,
  .pc-main-product [id^="GalleryViewer-"] .media,
  .pc-main-product [id^="GalleryViewer-"] .global-media-settings {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    background: #f7f7f5 !important;
    overflow: hidden !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media img,
  .pc-main-product [id^="GalleryViewer-"] .media img,
  .pc-main-product [id^="GalleryViewer-"] .global-media-settings img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .pc-main-product [id^="GalleryThumbnails-"] {
    display: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .slider-buttons,
  .pc-main-product [id^="GalleryViewer-"] .slider-counter {
    display: none !important;
  }

  .pc-product-media-badges {
    position: absolute !important;
    z-index: 20 !important;
    top: 10px !important;
    left: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    pointer-events: none !important;
  }

  .pc-product-media-badge {
    min-height: 28px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  .pc-main-product .product__info-container {
    width: 100% !important;
    max-width: none !important;
    padding: 30px 16px 40px !important;
    box-sizing: border-box !important;
  }

  .pc-main-product .product__title {
    margin: 0 38px 14px 0 !important;
    padding: 0 !important;
  }

  .pc-main-product .product__title h1,
  .pc-main-product .product__title h2 {
    font-size: 25px !important;
    line-height: 1.12 !important;
    font-weight: 400 !important;
    letter-spacing: -.035em !important;
  }

  .pc-main-product .price--large {
    margin: 0 0 20px !important;
  }

  .pc-main-product .price--large .price-item {
    font-size: 24px !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
  }

  .pc-main-product .pc-promo-banners {
    margin: 0 0 18px !important;
  }

  .pc-main-product .product-color-links {
    margin: 16px 0 20px !important;
  }

  .pc-main-product .product-color-links__item {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  .pc-main-product .product-color-links__img {
    padding: 4px !important;
  }

  .pc-main-product .product-form__input input[type="radio"] + label {
    min-width: 0 !important;
    width: auto !important;
    min-height: 50px !important;
    padding: 0 20px !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
  }

  .pc-main-product .product-form__input .select,
  .pc-main-product .product-form__input .select__select,
  .pc-main-product .product-form__input select {
    min-height: 48px !important;
    height: 48px !important;
  }

  .pc-main-product .product-form__submit,
  .pc-main-product .product-form__submit.button,
  .pc-main-product .product-form__buttons .button {
    min-height: 52px !important;
    height: 52px !important;
  }

  .pc-main-product .product-info-links {
    margin-bottom: 24px !important;
  }

  .pc-main-product .product-info-links__item {
    min-height: 56px !important;
  }

  .pc-main-product .product-info-links__text {
    font-size: 14px !important;
  }

  .pc-main-product .pc-media-description {
    margin: 0 0 22px !important;
  }

  .pc-main-product .pc-tab--media-description .pc-tab__summary {
    min-height: 58px !important;
  }

  .pc-main-product .pc-tab--media-description .pc-tab__summary span:first-child {
    font-size: 16px !important;
  }

  .pc-main-product .pc-tab--media-description .pc-product-details-text {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .pc-main-product .bundle-builder {
    margin-top: 20px !important;
  }
}

/* Small screens: prevent text/price overflow in promo banners. */
@media screen and (max-width: 480px) {
  .pc-main-product .pc-promo-banner__top {
    align-items: flex-start !important;
  }

  .pc-main-product .pc-promo-banner__price {
    font-size: 14px !important;
  }
}


/* =====================================================================
   PRODUCT DESCRIPTION — reliable smooth open/close
   ===================================================================== */
.pc-main-product .pc-tab--media-description .pc-tab__content {
  height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  display: block !important;
  padding: 0 !important;
  opacity: 0 !important;
  transition: height .36s ease, opacity .28s ease, padding .36s ease !important;
}

.pc-main-product .pc-tab--media-description[open] .pc-tab__content {
  padding: 0 0 22px !important;
  opacity: 1 !important;
}

/* =====================================================================
   PIERCORA — FINAL PRODUCT PAGE FIXES
   This block intentionally comes LAST so it wins over older overrides.
   ===================================================================== */

/* -------------------------
   HEADER — restore visible text/icons
   ------------------------- */
.header,
.header a,
.header button,
.header .header__menu-item,
.header .header__menu-item span,
.header .header__heading-link,
.header .header__heading,
.header .header__icon,
.header .header__icon svg,
.header .list-menu__item,
.header .list-menu__item span {
  color: rgb(var(--color-foreground)) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.header .header__menu-item:hover,
.header .header__menu-item:hover span,
.header .header__heading-link:hover,
.header .header__icon:hover {
  color: rgb(var(--color-foreground)) !important;
  opacity: 1 !important;
}

/* -------------------------
   PRODUCT TITLE + WISHLIST
   ------------------------- */
.pc-main-product .pc-product-title-row {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.pc-main-product .pc-product-title-row .product__title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pc-main-product .pc-product-title-row .product__title h1 {
  margin: 0 !important;
  font-size: clamp(24px, 1.9vw, 30px) !important;
  line-height: 1.12 !important;
  font-weight: 400 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase !important;
  color: #111 !important;
}

.pc-main-product .pc-wishlist-slot {
  flex: 0 0 38px !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pc-main-product .pc-product-wishlist-fallback,
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  line-height: 0 !important;
}

.pc-main-product .pc-product-wishlist-fallback svg,
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved svg {
  width: 27px !important;
  height: 27px !important;
  display: block !important;
  margin: 0 !important;
}

.pc-main-product .pc-product-wishlist-fallback .pc-wl-svg--on {
  display: none !important;
}

.pc-main-product .pc-product-wishlist-fallback.is-on .pc-wl-svg--off {
  display: none !important;
}

.pc-main-product .pc-product-wishlist-fallback.is-on .pc-wl-svg--on {
  display: block !important;
}

.pc-main-product .pc-product-wishlist-fallback:hover {
  opacity: .62 !important;
  background: transparent !important;
  color: #111 !important;
}

/* -------------------------
   BADGES — same pale style as supplied references
   ------------------------- */
.pc-main-product .pc-product-media-badges {
  position: absolute !important;
  z-index: 50 !important;
  top: 14px !important;
  left: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 5px !important;
  pointer-events: none !important;
}

.pc-main-product .pc-product-media-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  white-space: nowrap !important;
  text-transform: none !important;
}

.pc-main-product .pc-product-media-badge--promo {
  background: #fff5f7 !important;
  color: #ff4f75 !important;
}

.pc-main-product .pc-product-media-badge--bestseller {
  background: #f3f3f3 !important;
  color: #333 !important;
}

/* -------------------------
   DESKTOP GALLERY — force every media item to render
   ------------------------- */
@media screen and (min-width: 990px) {
  .pc-main-product .product__media-wrapper {
    align-self: start !important;
  }

  .pc-main-product [id^="MediaGallery-"] {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .pc-main-product [id^="GalleryViewer-"] {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-list,
  .pc-main-product [id^="GalleryViewer-"] .slider {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-item,
  .pc-main-product [id^="GalleryViewer-"] .slider__slide,
  .pc-main-product [id^="GalleryViewer-"] .product__media-item[hidden],
  .pc-main-product [id^="GalleryViewer-"] .slider__slide[hidden] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media,
  .pc-main-product [id^="GalleryViewer-"] .product-media-container,
  .pc-main-product [id^="GalleryViewer-"] .global-media-settings,
  .pc-main-product [id^="GalleryViewer-"] .media {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    background: #f7f7f5 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media img,
  .pc-main-product [id^="GalleryViewer-"] .media img,
  .pc-main-product [id^="GalleryViewer-"] .global-media-settings img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .pc-main-product [id^="GalleryThumbnails-"],
  .pc-main-product [id^="Slider-Thumbnails-"] {
    display: none !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .slider-buttons,
  .pc-main-product [id^="GalleryViewer-"] .slider-counter {
    display: none !important;
  }

  /* title starts on exactly the same top line as the first image */
  .pc-main-product .product__info-wrapper,
  .pc-main-product [id^="ProductInfo-"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .pc-main-product .product__info-container {
    padding-top: 0 !important;
  }
}

/* -------------------------
   PRICE — smaller, closer to reference
   ------------------------- */
.pc-main-product [id^="price-"] {
  margin: 0 0 18px !important;
}

.pc-main-product .price--large .price-item {
  font-size: 25px !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  letter-spacing: -.02em !important;
  color: #111 !important;
}

/* -------------------------
   SIZE PICKER — boxes, never the old dropdown look
   ------------------------- */
.pc-main-product .pc-variant-area .product-form__input {
  margin-bottom: 16px !important;
}

.pc-main-product .pc-variant-area .product-form__input input[type="radio"] + label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 92px !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 7px 7px 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(17,17,17,.24) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
}

.pc-main-product .pc-variant-area .product-form__input input[type="radio"] + label:hover {
  background: #fff !important;
  border-color: #111 !important;
  color: #111 !important;
}

.pc-main-product .pc-variant-area .product-form__input input[type="radio"]:checked + label {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.pc-main-product .pc-variant-area .product-form__input input[type="radio"]:disabled + label {
  opacity: .42 !important;
  cursor: not-allowed !important;
}

/* If a variant picker really is configured as a select, keep it clean. */
.pc-main-product .pc-variant-area .product-form__input .select,
.pc-main-product .pc-variant-area .product-form__input .select__select,
.pc-main-product .pc-variant-area .product-form__input select {
  min-height: 50px !important;
  height: 50px !important;
  border: 1px solid rgba(17,17,17,.25) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 14px !important;
}

/* -------------------------
   PRODUCT DESCRIPTION + FOUR INFO ACCORDIONS
   ------------------------- */
.pc-main-product .pc-product-description,
.pc-main-product .pc-reference-info-accordions {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pc-main-product .pc-product-description {
  border-top: 1px solid rgba(17,17,17,.14) !important;
  margin-top: 24px !important;
}

.pc-main-product .pc-product-description__accordion,
.pc-main-product .pc-reference-info-accordion {
  margin: 0 !important;
  border-bottom: 1px solid rgba(17,17,17,.14) !important;
}

.pc-main-product .pc-product-description__accordion > summary,
.pc-main-product .pc-reference-info-accordion > summary {
  min-height: 58px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  list-style: none !important;
  cursor: pointer !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.pc-main-product .pc-product-description__accordion > summary::-webkit-details-marker,
.pc-main-product .pc-reference-info-accordion > summary::-webkit-details-marker {
  display: none !important;
}

.pc-main-product .pc-product-description__accordion .pc-tab__icon,
.pc-main-product .pc-reference-info-accordion__icon {
  position: relative !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  flex: 0 0 12px !important;
}

.pc-main-product .pc-product-description__accordion .pc-tab__icon::before,
.pc-main-product .pc-reference-info-accordion__icon::before {
  content: "" !important;
  position: absolute !important;
  left: 1px !important;
  top: 1px !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 1.2px solid #111 !important;
  border-bottom: 1.2px solid #111 !important;
  transform: rotate(45deg) !important;
  transition: transform .28s ease !important;
}

.pc-main-product .pc-product-description__accordion[open] .pc-tab__icon::before,
.pc-main-product .pc-reference-info-accordion[open] .pc-reference-info-accordion__icon::before {
  transform: rotate(225deg) translate(-1px,-1px) !important;
}

.pc-main-product .pc-product-description__accordion .pc-tab__content,
.pc-main-product .pc-reference-info-accordion__content {
  display: grid !important;
  grid-template-rows: 0fr !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transition: grid-template-rows .45s cubic-bezier(.22,1,.36,1), opacity .28s ease, padding .35s ease !important;
}

.pc-main-product .pc-product-description__accordion[open] .pc-tab__content,
.pc-main-product .pc-reference-info-accordion[open] .pc-reference-info-accordion__content {
  grid-template-rows: 1fr !important;
  padding: 0 0 24px !important;
  opacity: 1 !important;
}

.pc-main-product .pc-product-description__accordion .pc-product-details-text,
.pc-main-product .pc-reference-info-accordion__inner {
  min-height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: rgba(17,17,17,.72) !important;
}

.pc-main-product .pc-product-description__accordion .pc-product-details-text p {
  margin: 0 0 14px !important;
}

.pc-main-product .pc-product-description__accordion .pc-product-details-text p:last-child {
  margin-bottom: 0 !important;
}

/* Preserve the exact visual hierarchy of the old popup content. */
.pc-main-product .pc-reference-info-accordion__inner .pc-info-card__top {
  display: none !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-step {
  grid-template-columns: 26px 1fr !important;
  gap: 11px !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-step > span {
  width: 26px !important;
  height: 26px !important;
  border: 1px solid rgba(17,17,17,.16) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-step h4 {
  margin: 2px 0 5px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-step p,
.pc-main-product .pc-reference-info-accordion__inner .pc-info-card__content p {
  margin: 0 0 10px !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-address {
  margin-top: 16px !important;
  padding: 14px !important;
  border: 1px solid rgba(17,17,17,.10) !important;
  border-radius: 0 !important;
  background: #fafafa !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 14px 0 !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-badges span {
  padding: 7px 10px !important;
  border: 1px solid rgba(17,17,17,.12) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 12px !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-delivery-payment__method {
  padding: 12px 0 !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-delivery-payment__payments {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px 16px !important;
}

/* -------------------------
   ADD TO CART — never grey just because size is not chosen
   ------------------------- */
.pc-main-product .product-form__submit,
.pc-main-product .product-form__submit.button,
.pc-main-product .product-form__buttons .button {
  min-height: 52px !important;
  height: 52px !important;
  width: 100% !important;
  padding: 0 18px !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.pc-main-product .product-form__submit[disabled],
.pc-main-product .product-form__submit.button[disabled],
.pc-main-product .product-form__buttons .button[disabled] {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.pc-main-product .product-form__submit:hover,
.pc-main-product .product-form__submit.button:hover,
.pc-main-product .product-form__buttons .button:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: .88 !important;
}

.pc-main-product .pc-size-required-message {
  margin: 9px 0 0 !important;
  text-align: left !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: #111 !important;
  opacity: 0 !important;
  transform: translateY(-4px) !important;
  transition: opacity .25s ease, transform .25s ease !important;
}

.pc-main-product .pc-size-required-message.is-visible {
  opacity: .72 !important;
  transform: translateY(0) !important;
}

.pc-main-product .pc-size-attention {
  animation: pc-size-attention .35s ease !important;
}

@keyframes pc-size-attention {
  0%,100% { transform: translateX(0); }
  35% { transform: translateX(-3px); }
  70% { transform: translateX(3px); }
}

/* -------------------------
   Remove any legacy popup UI from the product page
   ------------------------- */
.pc-main-product .pc-product-info-popup,
.pc-main-product .product-popup-modal__opener,
.pc-main-product .pc-product-info-modal {
  display: none !important;
}

/* -------------------------
   Mobile
   ------------------------- */
@media screen and (max-width: 989px) {
  .pc-main-product .pc-product-title-row {
    margin-top: 24px !important;
    margin-bottom: 10px !important;
    gap: 14px !important;
  }

  .pc-main-product .pc-product-title-row .product__title h1 {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  .pc-main-product .pc-wishlist-slot {
    flex-basis: 34px !important;
    width: 34px !important;
    min-width: 34px !important;
  }

  .pc-main-product .pc-product-wishlist-fallback,
  .pc-main-product .pc-wishlist-slot .pc-wishlist-moved {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }

  .pc-main-product .pc-product-wishlist-fallback svg,
  .pc-main-product .pc-wishlist-slot .pc-wishlist-moved svg {
    width: 25px !important;
    height: 25px !important;
  }

  .pc-main-product .price--large .price-item {
    font-size: 23px !important;
  }

  .pc-main-product .pc-product-media-badges {
    top: 10px !important;
    left: 10px !important;
  }

  .pc-main-product .pc-product-media-badge {
    min-height: 27px !important;
    font-size: 11px !important;
    padding: 0 9px !important;
  }

  .pc-main-product .pc-variant-area .product-form__input input[type="radio"] + label {
    min-width: 0 !important;
    width: calc(50% - 5px) !important;
    height: 50px !important;
    min-height: 50px !important;
    margin-right: 5px !important;
  }

  .pc-main-product .pc-product-description {
    margin-top: 18px !important;
  }

  .pc-main-product .pc-product-description__accordion > summary,
  .pc-main-product .pc-reference-info-accordion > summary {
    min-height: 54px !important;
    font-size: 15px !important;
  }

  .pc-main-product .pc-product-description__accordion[open] .pc-tab__content,
  .pc-main-product .pc-reference-info-accordion[open] .pc-reference-info-accordion__content {
    padding-bottom: 20px !important;
  }

  .pc-main-product .pc-product-description__accordion .pc-product-details-text,
  .pc-main-product .pc-reference-info-accordion__inner {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }

  .pc-main-product .product-form__submit,
  .pc-main-product .product-form__submit.button,
  .pc-main-product .product-form__buttons .button {
    min-height: 54px !important;
    height: 54px !important;
  }
}

/* =====================================================================
   PIERCORA PRODUCT PAGE — FINAL VISUAL FIXES
   These overrides are intentionally last in the file so they win over
   the earlier redesign layers without changing product business logic.
   ===================================================================== */

/* ------------------------------
   DESKTOP: larger media + wider information column + tighter gap
   ------------------------------ */
@media screen and (min-width: 990px) {
  .pc-main-product .page-width {
    max-width: 1560px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .pc-main-product .product.grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 560px) !important;
    column-gap: 32px !important;
  }

  .pc-main-product .product__info-wrapper,
  .pc-main-product [id^="ProductInfo-"] {
    max-width: 560px !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-list,
  .pc-main-product [id^="GalleryViewer-"] .slider {
    column-gap: 12px !important;
    row-gap: 12px !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .slider__slide {
    margin: 0 !important;
    width: auto !important;
  }
}

/* ------------------------------
   TITLE + PRICE: slightly smaller, like the reference
   ------------------------------ */
.pc-main-product .pc-product-title-row {
  margin: 4px 0 10px !important;
  gap: 18px !important;
}

.pc-main-product .pc-product-title-row .product__title h1 {
  font-size: clamp(22px, 1.42vw, 27px) !important;
  line-height: 1.14 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.pc-main-product .price--large .price-item,
.pc-main-product [id^="price-"] .price-item {
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

/* ------------------------------
   REAL WISHLIST CONTROL IN TITLE ROW
   ------------------------------ */
.pc-main-product .pc-wishlist-slot {
  width: 34px !important;
  min-width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  color: #111 !important;
}

.pc-main-product .pc-wishlist-slot > * {
  margin: 0 !important;
}

.pc-main-product .pc-wishlist-slot button,
.pc-main-product .pc-wishlist-slot a,
.pc-main-product .pc-wishlist-slot [role="button"] {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
}

.pc-main-product .pc-wishlist-slot svg {
  width: 27px !important;
  height: 27px !important;
  display: block !important;
}

/* ------------------------------
   BADGES OVER THE PHOTO
   ------------------------------ */
.pc-main-product .pc-product-media-badges {
  top: 14px !important;
  left: 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
}

.pc-main-product .pc-product-media-badge {
  min-height: 28px !important;
  height: 28px !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.pc-main-product .pc-product-media-badge--promo {
  background: #fff0f3 !important;
  color: #ff7183 !important;
}

.pc-main-product .pc-product-media-badge--bestseller {
  background: #f2f2f2 !important;
  color: #555 !important;
}

/* ------------------------------
   FINISH / COLOUR LABEL
   ------------------------------ */
.pc-main-product .pc-finish-label {
  margin: 0 0 12px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
  color: rgba(17,17,17,.72) !important;
}

/* Small round product-image colour selectors. */
.pc-main-product .product-color-links {
  margin: 0 0 18px !important;
}

.pc-main-product .pc-color-options {
  gap: 9px !important;
}

.pc-main-product .product-color-links__item {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 1px solid rgba(17,17,17,.20) !important;
  padding: 5px !important;
  box-shadow: none !important;
}

.pc-main-product .product-color-links__item.is-active {
  border-color: #111 !important;
  border-width: 1px !important;
  box-shadow: 0 0 0 1px #111 !important;
}

.pc-main-product .product-color-links__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}

/* ------------------------------
   CUSTOM SIZE BUTTONS
   ------------------------------ */
.pc-main-product .pc-native-size-picker-hidden {
  display: none !important;
}

.pc-main-product .pc-custom-size-picker[hidden] {
  display: none !important;
}

.pc-main-product .pc-custom-size-picker {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
}

.pc-main-product .pc-custom-size-picker__header {
  width: 100% !important;
  min-height: 24px !important;
  margin: 0 0 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.pc-main-product .pc-custom-size-picker__label {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: #111 !important;
}

.pc-main-product .pc-custom-size-picker__header .pc-size-guide {
  margin: 0 !important;
}

.pc-main-product .pc-custom-size-picker__header .pc-size-guide__button {
  margin: 0 !important;
}

.pc-main-product .pc-custom-size-picker__options {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
}

.pc-main-product .pc-custom-size-picker__button {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(17,17,17,.24) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease !important;
}

.pc-main-product .pc-custom-size-picker__button:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

.pc-main-product .pc-custom-size-picker__button.is-selected,
.pc-main-product .pc-custom-size-picker__button[aria-pressed="true"] {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

/* ------------------------------
   SIZE GUIDE: keep it on the same line as "Rozmiar"
   ------------------------------ */
.pc-main-product .pc-size-guide__button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.pc-main-product .pc-size-guide__button svg {
  width: 14px !important;
  height: 14px !important;
}

/* ------------------------------
   QUANTITY / INVENTORY
   ------------------------------ */
.pc-main-product .product-form__quantity {
  margin-top: 14px !important;
}

.pc-main-product .quantity__label {
  margin-bottom: 7px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.pc-main-product .quantity {
  width: 158px !important;
  min-height: 54px !important;
  height: 54px !important;
  border: 1px solid rgba(17,17,17,.20) !important;
  border-radius: 0 !important;
  background: #fff !important;
}

.pc-main-product .quantity__button {
  width: 46px !important;
}

.pc-main-product .quantity__input {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.pc-main-product .product__inventory {
  margin: 9px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: rgba(17,17,17,.58) !important;
}

/* ------------------------------
   ADD TO CART: black normally, outline-only on hover
   ------------------------------ */
.pc-main-product .product-form__submit,
.pc-main-product .product-form__submit.button,
.pc-main-product .product-form__buttons .button {
  min-height: 52px !important;
  height: 52px !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease !important;
}

.pc-main-product .product-form__submit:hover,
.pc-main-product .product-form__submit.button:hover,
.pc-main-product .product-form__buttons .button:hover {
  background: transparent !important;
  border-color: #111 !important;
  color: #111 !important;
  opacity: 1 !important;
}

.pc-main-product .product-form__submit[disabled],
.pc-main-product .product-form__submit.button[disabled] {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.pc-main-product .pc-size-required-message {
  display: block !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-align: left !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  color: #d33 !important;
  opacity: 0 !important;
  transform: translateY(-3px) !important;
  transition: opacity .22s ease, transform .22s ease, height .22s ease, margin .22s ease !important;
}

.pc-main-product .pc-size-required-message.is-visible {
  height: 18px !important;
  margin: 8px 0 0 !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ------------------------------
   TWO SMALL INFO LINKS — no separators, smaller like reference
   ------------------------------ */
.pc-main-product .product-info-links {
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  border: 0 !important;
}

.pc-main-product .product-info-links__item {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #111 !important;
  text-decoration: none !important;
}

.pc-main-product .product-info-links__left {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.pc-main-product .product-info-links__icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pc-main-product .product-info-links__icon svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

.pc-main-product .product-info-links__text {
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.pc-main-product .product-info-links__arrow {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  flex: 0 0 16px !important;
}

.pc-main-product .product-info-links__arrow svg {
  width: 16px !important;
  height: 16px !important;
}

.pc-main-product .product-info-links__item:hover {
  opacity: .65 !important;
}

/* ------------------------------
   DESCRIPTION + INFORMATION ACCORDIONS
   No giant icons, no oversized content, smooth opening.
   ------------------------------ */
.pc-main-product .pc-product-description,
.pc-main-product .pc-reference-info-accordions {
  width: 100% !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.pc-main-product .pc-product-description__accordion,
.pc-main-product .pc-reference-info-accordion {
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(17,17,17,.14) !important;
}

.pc-main-product .pc-product-description__accordion:last-child,
.pc-main-product .pc-reference-info-accordion:last-child {
  border-bottom: 1px solid rgba(17,17,17,.14) !important;
}

.pc-main-product .pc-product-description__accordion > summary,
.pc-main-product .pc-reference-info-accordion > summary {
  min-height: 50px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.pc-main-product .pc-product-description__accordion .pc-tab__content,
.pc-main-product .pc-reference-info-accordion__content {
  display: grid !important;
  grid-template-rows: 0fr !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transition: grid-template-rows .38s cubic-bezier(.22,1,.36,1), opacity .25s ease, padding .30s ease !important;
}

.pc-main-product .pc-product-description__accordion[open] .pc-tab__content,
.pc-main-product .pc-reference-info-accordion[open] .pc-reference-info-accordion__content {
  grid-template-rows: 1fr !important;
  padding: 0 0 20px !important;
  opacity: 1 !important;
}

.pc-main-product .pc-product-description__accordion .pc-product-details-text,
.pc-main-product .pc-reference-info-accordion__inner {
  min-height: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: rgba(17,17,17,.78) !important;
}

.pc-main-product .pc-reference-info-accordion__inner p {
  margin: 0 0 12px !important;
}

.pc-main-product .pc-reference-info-accordion__inner p:last-child {
  margin-bottom: 0 !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-step {
  display: grid !important;
  grid-template-columns: 26px minmax(0,1fr) !important;
  gap: 10px !important;
  margin: 0 0 13px !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-step > span {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(17,17,17,.16) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.pc-main-product .pc-reference-info-accordion__inner .pc-info-step h4 {
  margin: 1px 0 4px !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

.pc-main-product .pc-info-address {
  margin-top: 14px !important;
  padding: 13px !important;
  border: 1px solid rgba(17,17,17,.12) !important;
  background: #fafafa !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.pc-main-product .pc-info-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 12px 0 !important;
}

.pc-main-product .pc-info-badges span {
  padding: 6px 9px !important;
  border: 1px solid rgba(17,17,17,.12) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

/* Delivery icons must remain small. */
.pc-main-product .pc-delivery-payment__info-row {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 10px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.pc-main-product .pc-delivery-payment__info-icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pc-main-product .pc-delivery-payment__info-icon svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  display: block !important;
}

.pc-main-product .pc-delivery-payment__method {
  min-height: 48px !important;
  padding: 9px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  border-bottom: 1px solid rgba(17,17,17,.08) !important;
}

.pc-main-product .pc-delivery-payment__logo-wrap {
  width: 64px !important;
  height: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.pc-main-product .pc-delivery-payment__logo {
  width: auto !important;
  max-width: 52px !important;
  max-height: 22px !important;
  height: auto !important;
  object-fit: contain !important;
}

.pc-main-product .pc-delivery-payment__method-name,
.pc-main-product .pc-delivery-payment__price {
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
}

.pc-main-product .pc-delivery-payment__payments {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
}

.pc-main-product .pc-delivery-payment__payments img {
  width: auto !important;
  max-width: 56px !important;
  max-height: 22px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Absolutely remove the custom reviews block. */
.pc-main-product .pc-reviews-grid,
.pc-main-product .pc-review,
.pc-main-product .pc-reference-info-accordion--reviews {
  display: none !important;
}

/* Remove media-gallery counters/dots below the photos. */
.pc-main-product [id^="GalleryViewer-"] .slider-buttons,
.pc-main-product [id^="GalleryViewer-"] .slider-counter,
.pc-main-product [id^="GalleryViewer-"] .slider-dots,
.pc-main-product [id^="GalleryViewer-"] .product__media-list + .slider-buttons,
.pc-main-product [id^="GalleryViewer-"] .product__media-list ~ .slider-buttons {
  display: none !important;
}

/* ------------------------------
   MOBILE
   ------------------------------ */
@media screen and (max-width: 989px) {
  .pc-main-product .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pc-main-product .product.grid {
    display: block !important;
  }

  .pc-main-product .product__media-wrapper,
  .pc-main-product .product__info-wrapper {
    width: 100% !important;
    max-width: none !important;
  }

  .pc-main-product [id^="ProductInfo-"] {
    position: static !important;
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pc-main-product .pc-product-title-row {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
  }

  .pc-main-product .pc-product-title-row .product__title h1 {
    font-size: 23px !important;
    line-height: 1.13 !important;
  }

  .pc-main-product .price--large .price-item,
  .pc-main-product [id^="price-"] .price-item {
    font-size: 22px !important;
  }

  .pc-main-product .pc-custom-size-picker__options {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .pc-main-product .pc-custom-size-picker__button {
    height: 48px !important;
    min-height: 48px !important;
    font-size: 13px !important;
  }

  .pc-main-product .product-info-links__item {
    min-height: 38px !important;
    height: 38px !important;
  }

  .pc-main-product .product-info-links__text {
    font-size: 12.5px !important;
  }

  .pc-main-product .pc-product-description,
  .pc-main-product .pc-reference-info-accordions {
    margin-top: 18px !important;
  }

  .pc-main-product .pc-product-description__accordion > summary,
  .pc-main-product .pc-reference-info-accordion > summary {
    min-height: 48px !important;
    font-size: 14px !important;
  }

  .pc-main-product .pc-product-description__accordion .pc-product-details-text,
  .pc-main-product .pc-reference-info-accordion__inner {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
  }

  .pc-main-product .pc-delivery-payment__method-name,
  .pc-main-product .pc-delivery-payment__price,
  .pc-main-product .pc-delivery-payment__info-row {
    font-size: 12px !important;
  }
}

/* =========================================================
   PIERCORA FINAL V3 — PREMIUM PRODUCT PAGE FIXES
   ========================================================= */

/* ---------------------------------------------------------
   DESKTOP COMPOSITION — wider right column, smaller gap
   --------------------------------------------------------- */
@media screen and (min-width: 990px) {
  .pc-main-product .page-width {
    max-width: 1580px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .pc-main-product .product.grid {
    grid-template-columns: minmax(0, 1fr) minmax(560px, 620px) !important;
    column-gap: 18px !important;
    align-items: start !important;
  }

  .pc-main-product .product__info-wrapper,
  .pc-main-product [id^="ProductInfo-"] {
    width: 100% !important;
    max-width: 620px !important;
    min-width: 0 !important;
  }

  .pc-main-product .product__title h1 {
    max-width: calc(100% - 42px) !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-list,
  .pc-main-product [id^="GalleryViewer-"] .slider {
    gap: 6px !important;
  }
}

/* ---------------------------------------------------------
   HEADER MUST ALWAYS SIT ABOVE PRODUCT MEDIA
   --------------------------------------------------------- */
.header-wrapper,
.shopify-section-header,
header.header,
sticky-header,
.header {
  position: relative !important;
  z-index: 1000000 !important;
}

@media screen and (max-width: 989px) {
  .header-wrapper,
  .shopify-section-header,
  header.header,
  sticky-header,
  .header,
  .menu-drawer-container,
  .menu-drawer {
    z-index: 1000000 !important;
  }

  .pc-main-product,
  .pc-main-product .product__media-wrapper,
  .pc-main-product [id^="MediaGallery-"],
  .pc-main-product [id^="GalleryViewer-"] {
    position: relative !important;
    z-index: 1 !important;
  }

  .pc-main-product [id^="GalleryViewer-"] .product__media-icon,
  .pc-main-product [id^="GalleryViewer-"] .product__modal-opener,
  .pc-main-product [id^="GalleryViewer-"] .deferred-media__poster-button {
    z-index: 3 !important;
  }

  body:has(.menu-opening) .pc-main-product [id^="GalleryViewer-"] .product__media-icon,
  body:has(.menu-opening) .pc-main-product [id^="GalleryViewer-"] .product__modal-opener,
  body:has(details[open] .menu-drawer) .pc-main-product [id^="GalleryViewer-"] .product__media-icon,
  body:has(details[open] .menu-drawer) .pc-main-product [id^="GalleryViewer-"] .product__modal-opener {
    z-index: 0 !important;
    pointer-events: none !important;
  }

  /* Never let the gallery/zoom controls cover the mobile header. */
  .pc-main-product [id^="GalleryViewer-"] {
    margin-top: 0 !important;
  }
}

/* Mobile hamburger/close state — one icon at a time. */
@media screen and (max-width: 989px) {
  .header__icon--menu .icon-hamburger {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header__icon--menu .icon-close {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  header-drawer details[open] > summary .icon-hamburger,
  .header-drawer details[open] > summary .icon-hamburger {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  header-drawer details[open] > summary .icon-close,
  .header-drawer details[open] > summary .icon-close {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* ---------------------------------------------------------
   PRODUCT BADGES — larger and in one row, contained by media
   --------------------------------------------------------- */
.pc-main-product .product__media-wrapper {
  position: relative !important;
}

.pc-main-product .pc-product-media-badges {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  right: 16px !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  pointer-events: none !important;
  width: auto !important;
  max-width: calc(100% - 32px) !important;
}

.pc-main-product .pc-product-media-badge {
  flex: 0 0 auto !important;
  min-height: 34px !important;
  height: 34px !important;
  padding: 0 13px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* ---------------------------------------------------------
   PRODUCT TITLE / PRICE / FINISH — premium scale
   --------------------------------------------------------- */
.pc-main-product .pc-product-title-row {
  align-items: flex-start !important;
  gap: 16px !important;
  margin: 2px 0 8px !important;
}

.pc-main-product .pc-product-title-row .product__title {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.pc-main-product .pc-product-title-row .product__title h1 {
  font-size: clamp(21px, 1.35vw, 26px) !important;
  line-height: 1.16 !important;
  letter-spacing: -.01em !important;
  font-weight: 400 !important;
  overflow-wrap: anywhere !important;
}

.pc-main-product [id^="price-"] {
  margin: 0 0 20px !important;
}

.pc-main-product .price--large .price-item,
.pc-main-product [id^="price-"] .price-item {
  font-size: 23px !important;
  line-height: 1.12 !important;
  font-weight: 400 !important;
  letter-spacing: -.01em !important;
}

.pc-main-product .pc-finish-label {
  margin: 0 0 10px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: .035em !important;
  color: rgba(17,17,17,.66) !important;
}

/* ---------------------------------------------------------
   REAL PRODUCT WISHLIST BUTTON — always visible
   --------------------------------------------------------- */
.pc-main-product .pc-wishlist-slot {
  flex: 0 0 36px !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  position: relative !important;
  z-index: 4 !important;
}

.pc-main-product .pc-product-wishlist {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  line-height: 0 !important;
}

.pc-main-product .pc-product-wishlist svg {
  width: 29px !important;
  height: 29px !important;
  display: block !important;
  flex: 0 0 auto !important;
}

.pc-main-product .pc-product-wishlist .pc-wl-svg--off {
  display: block !important;
  color: #111 !important;
}

.pc-main-product .pc-product-wishlist .pc-wl-svg--on {
  display: none !important;
  color: #111 !important;
}

.pc-main-product .pc-product-wishlist.is-on .pc-wl-svg--off {
  display: none !important;
}

.pc-main-product .pc-product-wishlist.is-on .pc-wl-svg--on {
  display: block !important;
}

.pc-main-product .pc-product-wishlist:hover {
  background: transparent !important;
  color: #111 !important;
}

/* ---------------------------------------------------------
   SIZE PICKER — native select hidden; unavailable stays visible
   --------------------------------------------------------- */
.pc-main-product .pc-native-size-picker-hidden,
.pc-main-product .pc-native-size-picker-hidden > *,
.pc-main-product .pc-native-size-picker-hidden .select,
.pc-main-product .pc-native-size-picker-hidden select,
.pc-main-product .pc-native-size-picker-hidden .form__label,
.pc-main-product .pc-native-size-picker-hidden legend {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pc-main-product .pc-custom-size-picker {
  margin: 0 0 18px !important;
}

.pc-main-product .pc-custom-size-picker__header {
  min-height: 26px !important;
  margin: 0 0 10px !important;
}

.pc-main-product .pc-custom-size-picker__label {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
}

.pc-main-product .pc-custom-size-picker__options {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.pc-main-product .pc-custom-size-picker__button {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 50px !important;
  height: 50px !important;
  padding: 5px 9px !important;
  border: 1px solid rgba(17,17,17,.22) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 400 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  cursor: pointer !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease !important;
}

.pc-main-product .pc-custom-size-picker__button:hover:not(:disabled) {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.pc-main-product .pc-custom-size-picker__button.is-selected,
.pc-main-product .pc-custom-size-picker__button[aria-pressed="true"]:not(:disabled) {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.pc-main-product .pc-custom-size-picker__button:disabled,
.pc-main-product .pc-custom-size-picker__button.is-unavailable {
  background: #f4f4f4 !important;
  color: #a8a8a8 !important;
  border-color: #dedede !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  text-decoration: none !important;
}

/* Hide the old size error until our click handler creates it. */
.pc-main-product .product-form__error-message-wrapper,
.pc-main-product .product-form__error-message,
.pc-main-product .product-form__buttons + .product-form__error-message-wrapper {
  display: none !important;
  visibility: hidden !important;
}

/* ---------------------------------------------------------
   ADD TO CART — black normally, white/black border on hover
   --------------------------------------------------------- */
.pc-main-product .product-form__submit,
.pc-main-product .product-form__submit.button,
.pc-main-product .product-form__buttons .button {
  min-height: 56px !important;
  height: 56px !important;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: background .22s ease, color .22s ease, border-color .22s ease !important;
}

.pc-main-product .product-form__submit:hover,
.pc-main-product .product-form__submit.button:hover,
.pc-main-product .product-form__buttons .button:hover {
  background: #fff !important;
  color: #111 !important;
  border-color: #111 !important;
}

.pc-main-product .product-form__submit[disabled],
.pc-main-product .product-form__submit.button[disabled] {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.pc-main-product .pc-size-required-message {
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  color: #d40000 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-align: left !important;
  transform: translateY(-3px) !important;
  transition: opacity .22s ease, transform .22s ease, height .22s ease, margin .22s ease !important;
}

.pc-main-product .pc-size-required-message.is-visible {
  height: 17px !important;
  margin: 7px 0 0 !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ---------------------------------------------------------
   SMALL INFO LINKS — clean, compact, no separators
   --------------------------------------------------------- */
.pc-main-product .product-info-links {
  margin: 14px 0 0 !important;
  border: 0 !important;
}

.pc-main-product .product-info-links__item {
  min-height: 40px !important;
  height: auto !important;
  padding: 2px 0 !important;
  border: 0 !important;
}

.pc-main-product .product-info-links__left {
  gap: 10px !important;
}

.pc-main-product .product-info-links__icon,
.pc-main-product .product-info-links__icon svg {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
}

.pc-main-product .product-info-links__text {
  font-size: 13px !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

.pc-main-product .product-info-links__arrow,
.pc-main-product .product-info-links__arrow svg {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
}

/* ---------------------------------------------------------
   FOUR ACCORDIONS — one shared premium block
   --------------------------------------------------------- */
.pc-main-product .pc-reference-info-accordions {
  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.pc-main-product .pc-reference-info-accordions > details {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(17,17,17,.13) !important;
  border-bottom: 0 !important;
}

.pc-main-product .pc-reference-info-accordions > details:last-child {
  border-bottom: 1px solid rgba(17,17,17,.13) !important;
}

.pc-main-product .pc-reference-info-accordions > details > summary {
  min-height: 56px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  cursor: pointer !important;
  list-style: none !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
}

.pc-main-product .pc-reference-info-accordions > details > summary::-webkit-details-marker {
  display: none !important;
}

.pc-main-product .pc-reference-info-accordion__icon,
.pc-main-product .pc-tab__icon {
  position: relative !important;
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  flex: 0 0 13px !important;
}

.pc-main-product .pc-reference-info-accordion__icon::before,
.pc-main-product .pc-tab__icon::before {
  content: "" !important;
  position: absolute !important;
  left: 1px !important;
  top: 1px !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 1px solid #111 !important;
  border-bottom: 1px solid #111 !important;
  transform: rotate(45deg) !important;
  transition: transform .3s ease !important;
}

.pc-main-product .pc-reference-info-accordion[open] .pc-reference-info-accordion__icon::before,
.pc-main-product .pc-product-description__accordion[open] .pc-tab__icon::before {
  transform: rotate(225deg) translate(-1px,-1px) !important;
}

.pc-main-product .pc-reference-info-accordion__content,
.pc-main-product .pc-product-description__accordion .pc-tab__content {
  display: grid !important;
  grid-template-rows: 0fr !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transition: grid-template-rows .38s cubic-bezier(.22,1,.36,1), max-height .38s cubic-bezier(.22,1,.36,1), opacity .25s ease, padding .32s ease !important;
}

.pc-main-product .pc-reference-info-accordion[open] .pc-reference-info-accordion__content,
.pc-main-product .pc-product-description__accordion[open] .pc-tab__content {
  grid-template-rows: 1fr !important;
  max-height: 1600px !important;
  padding: 0 0 26px !important;
  opacity: 1 !important;
}

.pc-main-product .pc-reference-info-accordion__inner,
.pc-main-product .pc-product-details-text {
  min-height: 0 !important;
  overflow: hidden !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
  color: rgba(17,17,17,.72) !important;
}

/* More breathing room between return steps/content blocks. */
.pc-main-product .pc-info-steps {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  margin: 16px 0 0 !important;
}

.pc-main-product .pc-info-step {
  margin: 0 !important;
}

.pc-main-product .pc-info-step h4 {
  margin: 1px 0 6px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.pc-main-product .pc-info-step p {
  margin: 0 0 9px !important;
}

.pc-main-product .pc-info-address {
  margin-top: 18px !important;
  padding: 14px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.pc-main-product .pc-info-badges {
  gap: 8px !important;
  margin: 16px 0 !important;
}

.pc-main-product .pc-info-badges span {
  padding: 7px 10px !important;
  font-size: 11px !important;
}

/* Delivery section: spacing/scale closer to the reference. */
.pc-main-product .pc-delivery-payment__top {
  margin: 0 0 16px !important;
}

.pc-main-product .pc-delivery-payment__info-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 9px !important;
  margin: 0 0 11px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.pc-main-product .pc-delivery-payment__info-icon,
.pc-main-product .pc-delivery-payment__info-icon svg {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
}

.pc-main-product .pc-delivery-payment__rules {
  margin: 2px 0 18px !important;
  text-align: left !important;
}

.pc-main-product .pc-delivery-payment__rules a {
  display: inline-block !important;
  color: #111 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  text-transform: none !important;
}

.pc-main-product .pc-delivery-payment__group {
  margin: 0 0 22px !important;
}

.pc-main-product .pc-delivery-payment__group-title {
  margin: 0 0 10px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.pc-main-product .pc-delivery-payment__method {
  min-height: 54px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(17,17,17,.09) !important;
}

.pc-main-product .pc-delivery-payment__method-left {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.pc-main-product .pc-delivery-payment__logo-wrap {
  width: 58px !important;
  min-width: 58px !important;
  height: 28px !important;
}

.pc-main-product .pc-delivery-payment__logo {
  max-width: 48px !important;
  max-height: 20px !important;
}

.pc-main-product .pc-delivery-payment__method-name,
.pc-main-product .pc-delivery-payment__price {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.pc-main-product .pc-delivery-payment__price {
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.pc-main-product .pc-delivery-payment__payments {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 11px 17px !important;
  padding-top: 2px !important;
}

.pc-main-product .pc-delivery-payment__payments img {
  max-width: 54px !important;
  max-height: 21px !important;
}

/* ---------------------------------------------------------
   GALLERY — no dots/blocks/thumbnails; zoom stays inside media
   --------------------------------------------------------- */
.pc-main-product .pc-mobile-gallery-dots,
.pc-main-product .pc-mobile-gallery-dot,
.pc-main-product [id^="GalleryViewer-"] .slider-counter,
.pc-main-product [id^="GalleryViewer-"] .slider-buttons,
.pc-main-product [id^="GalleryThumbnails-"],
.pc-main-product [id^="Slider-Thumbnails-"] {
  display: none !important;
  visibility: hidden !important;
}

.pc-main-product [id^="GalleryViewer-"] .product__modal-opener,
.pc-main-product [id^="GalleryViewer-"] .product__media-icon {
  z-index: 3 !important;
}

/* ---------------------------------------------------------
   OPINIE — remove legacy review section completely
   --------------------------------------------------------- */
.pc-main-product .pc-opinie-hidden,
.pc-main-product .pc-reference-info-accordion--reviews,
.pc-main-product .pc-reviews-grid,
.pc-main-product .rating-wrapper {
  display: none !important;
}

/* ---------------------------------------------------------
   SIZE GUIDE — smooth open/close
   --------------------------------------------------------- */
.pc-main-product .pc-size-guide-modal {
  display: flex !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .28s ease, visibility 0s linear .28s !important;
}

.pc-main-product .pc-size-guide-modal.is-open {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: opacity .28s ease, visibility 0s linear 0s !important;
}

.pc-main-product .pc-size-guide-modal__dialog {
  transform: translateY(12px) scale(.985) !important;
  opacity: .96 !important;
  transition: transform .34s cubic-bezier(.22,1,.36,1), opacity .28s ease !important;
}

.pc-main-product .pc-size-guide-modal.is-open .pc-size-guide-modal__dialog {
  transform: translateY(0) scale(1) !important;
  opacity: 1 !important;
}

/* ---------------------------------------------------------
   MOBILE PREMIUM SCALE / LAYOUT
   --------------------------------------------------------- */
@media screen and (max-width: 989px) {
  .pc-main-product .page-width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pc-main-product .pc-product-title-row {
    margin-top: 18px !important;
    gap: 10px !important;
  }

  .pc-main-product .pc-product-title-row .product__title h1 {
    font-size: 21px !important;
    line-height: 1.16 !important;
    max-width: none !important;
  }

  .pc-main-product .pc-wishlist-slot {
    flex-basis: 34px !important;
    width: 34px !important;
    min-width: 34px !important;
  }

  .pc-main-product .pc-product-wishlist {
    width: 31px !important;
    height: 31px !important;
  }

  .pc-main-product .pc-product-wishlist svg {
    width: 28px !important;
    height: 28px !important;
  }

  .pc-main-product .price--large .price-item,
  .pc-main-product [id^="price-"] .price-item {
    font-size: 21px !important;
  }

  .pc-main-product .pc-custom-size-picker__options {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .pc-main-product .pc-custom-size-picker__button {
    min-height: 48px !important;
    height: 48px !important;
    font-size: 12px !important;
    padding: 4px 6px !important;
  }

  .pc-main-product .product-info-links {
    margin-top: 12px !important;
  }

  .pc-main-product .product-info-links__item {
    min-height: 38px !important;
    padding: 2px 0 !important;
  }

  .pc-main-product .product-info-links__text {
    font-size: 12.5px !important;
  }

  .pc-main-product .pc-reference-info-accordions {
    margin-top: 18px !important;
  }

  .pc-main-product .pc-reference-info-accordions > details > summary {
    min-height: 50px !important;
    font-size: 13px !important;
  }

  .pc-main-product .pc-reference-info-accordion__inner,
  .pc-main-product .pc-product-details-text {
    font-size: 12.5px !important;
    line-height: 1.58 !important;
  }

  .pc-main-product .pc-delivery-payment__method {
    min-height: 50px !important;
  }

  .pc-main-product .pc-delivery-payment__method-left {
    gap: 10px !important;
  }

  .pc-main-product .pc-delivery-payment__payments {
    gap: 10px 14px !important;
  }

  .pc-main-product .pc-product-media-badges {
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    max-width: calc(100% - 20px) !important;
    gap: 6px !important;
  }

  .pc-main-product .pc-product-media-badge {
    min-height: 30px !important;
    height: 30px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }
}

@media screen and (max-width: 430px) {
  .pc-main-product .pc-custom-size-picker__options {
    gap: 6px !important;
  }

  .pc-main-product .pc-custom-size-picker__button {
    font-size: 11.5px !important;
  }

  .pc-main-product .product-info-links__text {
    font-size: 12px !important;
  }
}

/* ==========================================================
   FINAL FIXES — product page V3.1
   ========================================================== */

/* WISHLIST: one identical heart shape; only the fill changes. */
.pc-main-product .pc-product-wishlist,
.pc-main-product .pc-product-wishlist-fallback,
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  line-height: 0 !important;
}

.pc-main-product .pc-product-wishlist .pc-wl-svg,
.pc-main-product .pc-product-wishlist-fallback .pc-wl-svg,
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved .pc-wl-svg {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
  fill: transparent !important;
  color: #111 !important;
  transition: fill .18s ease, color .18s ease !important;
}

.pc-main-product .pc-product-wishlist.is-on .pc-wl-svg,
.pc-main-product .pc-product-wishlist-fallback.is-on .pc-wl-svg,
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved.is-on .pc-wl-svg {
  fill: currentColor !important;
}

/* If an old app control is moved here, keep its own state visually consistent too. */
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved svg {
  fill: none !important;
  color: #111 !important;
}
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved.is-on svg,
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved[aria-pressed="true"] svg {
  fill: currentColor !important;
}

.pc-main-product .pc-product-wishlist:hover,
.pc-main-product .pc-product-wishlist-fallback:hover,
.pc-main-product .pc-wishlist-slot .pc-wishlist-moved:hover {
  opacity: .62 !important;
  background: transparent !important;
}

/* BADGES: larger, side by side, never a vertical stack. */
.pc-main-product .pc-product-media-badges {
  top: 14px !important;
  left: 14px !important;
  z-index: 8 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 7px !important;
  max-width: calc(100% - 28px) !important;
}

.pc-main-product .pc-product-media-badge {
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* DESKTOP: both columns participate in the same scroll track.
   A shorter column stays aligned until the taller column reaches its end. */
@media screen and (min-width: 990px) {
  .pc-main-product {
    --pc-info-width: 570px;
    --pc-content-gap: 42px;
  }

  .pc-main-product .product.grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, var(--pc-info-width)) !important;
    column-gap: var(--pc-content-gap) !important;
    align-items: start !important;
  }

  .pc-main-product .product__media-wrapper {
    position: sticky !important;
    top: 104px !important;
    align-self: start !important;
    height: fit-content !important;
    max-height: calc(100vh - 124px) !important;
  }

  .pc-main-product .product__info-wrapper,
  .pc-main-product [id^="ProductInfo-"] {
    max-width: var(--pc-info-width) !important;
  }

  .pc-main-product [id^="ProductInfo-"] {
    top: 104px !important;
  }
}

/* Accordions: remove the sluggish close tail. */
.pc-main-product .pc-product-description__accordion .pc-tab__content,
.pc-main-product .pc-reference-info-accordion__content {
  transition:
    grid-template-rows .22s cubic-bezier(.22,.61,.36,1),
    opacity .16s ease,
    padding .18s ease !important;
}

.pc-main-product .pc-product-description__accordion[open] .pc-tab__content,
.pc-main-product .pc-reference-info-accordion[open] .pc-reference-info-accordion__content {
  transition:
    grid-template-rows .24s cubic-bezier(.22,1,.36,1),
    opacity .18s ease,
    padding .20s ease !important;
}

.pc-main-product .pc-product-description__accordion.is-closing .pc-tab__content,
.pc-main-product .pc-reference-info-accordion.is-closing .pc-reference-info-accordion__content {
  grid-template-rows: 0fr !important;
  opacity: 0 !important;
  padding-bottom: 0 !important;
}

/* More breathing room between content elements inside the info panels. */
.pc-main-product .pc-reference-info-accordion__inner > p + .pc-info-steps {
  margin-top: 18px !important;
}
.pc-main-product .pc-reference-info-accordion__inner .pc-info-step + .pc-info-step {
  margin-top: 6px !important;
}
.pc-main-product .pc-reference-info-accordion__inner .pc-info-step h4 {
  margin-bottom: 7px !important;
}
.pc-main-product .pc-reference-info-accordion__inner .pc-info-step p {
  margin-bottom: 12px !important;
}
.pc-main-product .pc-reference-info-accordion__inner .pc-info-badges {
  margin: 17px 0 !important;
  gap: 8px !important;
}
.pc-main-product .pc-reference-info-accordion__inner .pc-delivery-payment__top {
  gap: 13px !important;
  margin-bottom: 15px !important;
}
.pc-main-product .pc-reference-info-accordion__inner .pc-delivery-payment__method {
  padding: 14px 0 !important;
}

/* Size error: invisible until the customer actually tries to add without a size. */
.pc-main-product [data-pc-premature-size-warning] {
  display: none !important;
}
.pc-main-product .pc-size-required-message {
  margin-top: 9px !important;
  min-height: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  opacity: 0 !important;
  transform: translateY(-3px) !important;
  transition: opacity .18s ease, transform .18s ease !important;
}
.pc-main-product .pc-size-required-message.is-visible {
  opacity: .78 !important;
  transform: translateY(0) !important;
}

/* Remove any accidental tiny gallery blocks/counters. */
.pc-main-product [id^="GalleryViewer-"] .slider-counter,
.pc-main-product [id^="GalleryViewer-"] .slider-buttons,
.pc-main-product [id^="GalleryThumbnails-"],
.pc-main-product [id^="Slider-Thumbnails-"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

@media screen and (max-width: 989px) {
  .pc-main-product .pc-product-media-badges {
    top: 10px !important;
    left: 10px !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    max-width: calc(100% - 20px) !important;
  }

  .pc-main-product .pc-product-media-badge {
    min-height: 31px !important;
    height: 31px !important;
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  .pc-main-product .pc-product-wishlist,
  .pc-main-product .pc-product-wishlist-fallback,
  .pc-main-product .pc-wishlist-slot .pc-wishlist-moved {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  .pc-main-product .pc-product-wishlist .pc-wl-svg,
  .pc-main-product .pc-product-wishlist-fallback .pc-wl-svg,
  .pc-main-product .pc-wishlist-slot .pc-wishlist-moved .pc-wl-svg {
    width: 27px !important;
    height: 27px !important;
  }
}

/* Fix the duplicated/broken selector left by an earlier override. */
.pc-main-product .pc-reference-info-accordion__inner .pc-info-card__top {
  display: none !important;
}

/* =========================================================
   PIERCORA PRODUCT PAGE — FINAL OVERRIDES
========================================================= */
[id^="MainProduct-"] .size-warning-msg,
[id^="MainProduct-"] .pc-size-required-message,
[id^="MainProduct-"] [data-pc-premature-size-warning],
[id^="MainProduct-"] .product-form__input .form__message {
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

[id^="MainProduct-"] .pc-product-page-promo-badge {
  display:none !important;
}

[id^="MainProduct-"] #price- [class*="badge"] {
  display:none !important;
}

@media screen and (min-width:990px) {
  [id^="MainProduct-"] .product {
    align-items:start !important;
    overflow:visible !important;
  }

  [id^="MainProduct-"] .product__media-wrapper,
  [id^="MainProduct-"] .product__info-wrapper {
    align-self:start !important;
    min-width:0 !important;
    overflow:visible !important;
  }

  [id^="MainProduct-"] .pc-column-sticky-shorter {
    position:sticky !important;
    top:104px !important;
    align-self:start !important;
  }

  [id^="MainProduct-"] .pc-column-static-taller {
    position:relative !important;
    top:auto !important;
    transform:none !important;
  }
}

