/** Shopify CDN: Minification failed

Line 4179:0 Unexpected "<"
Line 4208:0 Unexpected "<"

**/
:root {
  --ts-font-main: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body-family: var(--ts-font-main);
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 800;
  --font-heading-family: var(--ts-font-main);
  --font-heading-style: normal;
  --font-heading-weight: 800;
  --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);
}

html,
body,
input,
textarea,
select,
button,
summary {
  font-family: var(--ts-font-main);
  letter-spacing: 0;
}

body,
.text-body,
.rte,
.caption,
.button,
.shopify-payment-button__button,
.header,
.menu-drawer,
.footer,
.collection-hero,
.template-search,
.predictive-search,
.product__info-container,
.price,
.badge,
.cart-notification,
.cart-drawer,
.customer {
  font-family: var(--ts-font-main) !important;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--ts-font-main) !important;
  letter-spacing: 0 !important;
}

.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);
  }
}
.header__heading-logo {
  max-width: 180px !important;
}
/* DESKTOP PROMO LINK */
.header__menu-item[href*="/collections/промоции"] {
  color: #e31e24 !important;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}

/* MOBILE DRAWER PROMO LINK */
.menu-drawer__menu-item[href*="/collections/промоции"] {
  color: #e31e24 !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  box-sizing: border-box;
}

/* DESKTOP + MOBILE PROMO BADGE */
.header__menu-item[href*="/collections/промоции"]::after,
.menu-drawer__menu-item[href*="/collections/промоции"]::after {
  content: "%";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #e31e24;
  -webkit-mask: radial-gradient(circle at center, #000 64%, transparent 65%),
                repeating-conic-gradient(#000 0deg 7deg, transparent 7deg 14deg);
  mask: radial-gradient(circle at center, #000 64%, transparent 65%),
        repeating-conic-gradient(#000 0deg 7deg, transparent 7deg 14deg);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  top: -1px;
}

/* HOVER */
.header__menu-item[href*="/collections/промоции"]:hover,
.menu-drawer__menu-item[href*="/collections/промоции"]:hover {
  opacity: 0.9;
}
.menu-drawer {
  transition: transform 1.25s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.product-card-media-with-badge {
  position: relative;
  overflow: hidden;
}

.product-card-media-with-badge > .product-country-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  pointer-events: none;
}

.product-card-media-with-badge > .product-country-badge img {
  display: block;
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 44px;
}

@media screen and (max-width: 749px) {
  .product-card-media-with-badge > .product-country-badge {
    top: 8px;
    right: 8px;
  }

  .product-card-media-with-badge > .product-country-badge img {
    max-width: 34px;
    max-height: 34px;
  }
}
.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.product-price-row .product-brand-logo-block {
  margin: 0;
  flex: 0 0 auto;
}

.product-price-row .product-brand-logo-link {
  display: inline-flex;
  align-items: center;
}

.product-price-row .product-brand-logo-image {
  display: block;
  max-width: 140px;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.product-price-row > [id^="price-"] {
  flex: 1 1 auto;
  min-width: 0;
}

@media screen and (max-width: 749px) {
  .product-price-row {
    align-items: flex-start;
    gap: 10px;
  }

  .product-price-row .product-brand-logo-image {
    max-width: 110px;
    max-height: 28px;
  }
}
/* 🔥 FIX iOS HEADER + SEARCH BUG */
@media screen and (max-width: 989px) {

  .section-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  .shopify-section-header-sticky {
    top: 0 !important;
    z-index: 9999 !important;
  }

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

  /* 🔥 search fix */
  details[open] .search-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 10000 !important;
  }

  details:not([open]) .search-modal {
    display: none !important;
  }
}
/* 🔥 СЪЩИЯ ШРИФТ КАТО FEATURED */
.collection-hero__title {
  font-family: var(--ts-font-main) !important;
  text-align: center;
  width: 100%;

  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 989px) {
  .section-header,
  .header-wrapper,
  .shopify-section-header,
  .shopify-section-header-sticky {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
  }

  .mobile-facets__open,
  .mobile-facets__open-wrapper,
  .mobile-facets__disclosure summary,
  summary.mobile-facets__open-wrapper {
    position: relative !important;
    z-index: 1 !important;
  }

  .mobile-facets__disclosure[open] {
    z-index: 10050 !important;
  }

  .mobile-facets__disclosure[open] .mobile-facets__inner {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10050 !important;
    padding-top: env(safe-area-inset-top, 0px) !important;
    overflow: auto !important;
    background: rgb(var(--color-background)) !important;
  }
}
#HeaderMenu-промоции {
  color: #e12626 !important;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#HeaderMenu-промоции::after {
  content: "%";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e12626;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  transform: translateY(-1px);
}
/* MOBILE меню - Промоции */
.menu-drawer__menu-item[href*="промоции"] {
  color: #e12626 !important;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.menu-drawer__menu-item[href*="промоции"]::after {
  content: "%";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e12626;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-left: 6px;
}
.menu-drawer__menu-item[href*="%D0%BF%D1%80%D0%BE%D0%BC%D0%BE%D1%86"] {
  color: #e12626 !important;
  font-weight: 700;
}

.menu-drawer__menu-item[href*="%D0%BF%D1%80%D0%BE%D0%BC%D0%BE%D1%86"]::after {
  content: "%";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e12626;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-left: 6px;
}
/* Когато има промоция – местим дясната част отдолу */
.price--on-sale ~ .ts-brand-badge,
.price--on-sale ~ .product-brand-badge,
.price--on-sale ~ .brand-badge-product {
  width: 100%;
  margin-top: 10px;
}

/* ако са в flex контейнер */
.price--on-sale {
  flex: 1 1 100%;
}

.price--on-sale ~ * {
  flex-basis: 100%;
}

/* по-сигурен вариант (Shopify Dawn структура) */
.price--on-sale + .ts-brand-badge,
.price--on-sale + .product-brand-badge,
.price--on-sale + .brand-badge-product {
  display: block;
  width: 100%;
  margin-top: 10px;
}
/* Контейнер на цена + лого */
.product__info-container .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 12px;
}

/* Логото вдясно нормално */
.ts-brand-badge,
.product-brand-badge,
.brand-badge-product {
  margin-left: auto;
}

/* 🔥 КОГАТО има ПРОМО ЦЕНА */
.price-item--sale ~ .ts-brand-badge,
.price-item--sale ~ .product-brand-badge,
.price-item--sale ~ .brand-badge-product {
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  display: block !important;
}
/* ако има промоция в контейнера */
.product__info-container:has(.price-item--sale) 
.ts-brand-badge,
.product__info-container:has(.price-item--sale) 
.product-brand-badge {
  width: 100% !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
}
/* Контейнерът с цена + бранд/лого */
.product__info-container .price-and-brand,
.product__info-container .ts-product-price-brand-wrap,
.product__info-container .product__price-brand-wrap,
.product__info-container .price-with-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 14px;
}

/* Ценовият блок да си взема мястото */
.product__info-container .price__container {
  flex: 1 1 auto;
  min-width: 0;
}

/* Лого / бранд вдясно по подразбиране */
.product__info-container .ts-brand-badge,
.product__info-container .product-brand-badge,
.product__info-container .brand-badge-product {
  margin-left: auto;
  flex: 0 0 auto;
}

/* АКО има промо цена -> логото пада отдолу */
.product__info-container:has(.price__container .price-item--sale) .ts-brand-badge,
.product__info-container:has(.price__container .price-item--sale) .product-brand-badge,
.product__info-container:has(.price__container .price-item--sale) .brand-badge-product {
  width: 100% !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  display: block !important;
}

/* по желание: логото да тръгва отляво, не центрирано */
.product__info-container:has(.price__container .price-item--sale) .ts-brand-badge img,
.product__info-container:has(.price__container .price-item--sale) .product-brand-badge img,
.product__info-container:has(.price__container .price-item--sale) .brand-badge-product img {
  display: block;
  margin: 0;
}
/* SALE PRICE под старата цена */
.price__sale {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px;
}

/* стара цена */
.price__sale s {
  order: 1;
}

/* нова цена – отдолу */
.price__sale .price-item--sale {
  order: 2;
}

/* ако има wrapper span */
.price__sale > span {
  display: block;
}
/* ако няма промоция – махаме sale блока */
.price:not(.price--on-sale) .price__sale {
  display: none !important;
}
/* само когато има промоция */
.price--on-sale .price__regular {
  display: none !important;
}
.product-brand-logo-link-custom {
  max-width: 110px;
}

.product-brand-logo-link-custom img {
  width: 100%;
  height: auto;
}
.product-brand-logo-link-custom {
  max-width: 110px;
  margin-top: -6px;
}
@media screen and (max-width: 749px) {
  .product-brand-logo-link-custom {
    max-width: 95px;
    margin-top: -4px;
  }
}
/* Контейнерът на цената да подрежда елементите вертикално */
.price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* SALE BADGE да е най-отдолу */
.price__badge-sale,
.badge.price__badge-sale {
  order: 3;
  margin-top: 6px;
}

/* Цените да са над него */
.price__regular,
.price__sale {
  order: 1;
}

/* Ако има вторични елементи */
.price__container {
  order: 2;
}
.header__icon--cart,
.header__icon--cart *,
a[href="/cart"],
a[href*="/cart"] {
  pointer-events: auto !important;
  position: relative;
  z-index: 99999 !important;
}

.header,
.header-wrapper,
sticky-header { 
  z-index: 99998 !important;
}
#cart-icon-bubble {
  position: relative;
  overflow: visible;
}

#cart-icon-bubble .cart-count-bubble {
  position: absolute !important;
  top: 2px !important;
  right: -2px !important;
  left: auto !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  font-size: 11px !important;
  line-height: 18px !important;
  z-index: 5 !important;
  transform: none !important;
}
/* SALE badge */

.card__badge .badge {
    background: #b32025 !important; /* по-тъмно червено */
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;

    min-width: 48px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: var(--ts-font-main);
    font-size: 11px !important;
    font-weight: 700 !important;

    padding: 0 10px !important;
}
/* FIX: Hide cart while search overlay is open */
body:has(.search-modal[open]) .header__icon--cart,
body:has(details[open] > .search-modal) .header__icon--cart,
body:has(.predictive-search[open]) .header__icon--cart,
body:has(.search-modal[open]) cart-drawer,
body:has(.search-modal[open]) cart-notification {
  display: none !important;
}

/* Make search stay above cart/header elements */
.search-modal,
.search-modal__content,
.predictive-search,
.predictive-search__results-groups-wrapper {
  z-index: 9999 !important;
}
<style>
/* Emergency cart-only TBI cleanup */
body:has(#cartTbiButton) button:has(img[src*="tbi"]):not(#cartTbiButton),
body:has(#cartTbiButton) a:has(img[src*="tbi"]),
body:has(#cartTbiButton) div:has(img[src*="tbi"]):not(#cartTbiButton):not(#tbiPopup):not(.tbi-popup-inner),
body:has(#cartTbiButton) .ts-tbi-info-block,
body:has(#cartTbiButton) #tbiButton {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Връщаме нашия работещ бутон */
body:has(#cartTbiButton) #cartTbiButton {
  display: flex !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 46px !important;
  max-height: none !important;
  margin-top: 10px !important;
  padding: 0 14px !important;
  overflow: visible !important;
}
</style>
/* ===== TimeShop clean product card layout ===== */

.product-card-wrapper .card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.product-card-wrapper .card__inner,
.product-card-wrapper .card--standard .card__inner {
  height: 305px !important;
  min-height: 305px !important;
  max-height: 305px !important;
  background: #ffffff !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.product-card-wrapper .card__media,
.product-card-wrapper .card .media {
  height: 100% !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-card-wrapper .card__media img,
.product-card-wrapper .card .media img,
.product-card-wrapper .card__media .motion-reduce {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 18px !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  transition: transform 0.22s ease !important;
}

.product-card-wrapper:hover .card__media img,
.product-card-wrapper:hover .card .media img {
  transform: scale(1.035) !important;
}

.product-card-wrapper .card__content,
.product-card-wrapper .card__information,
.product-card-wrapper .card-information {
  background: transparent !important;
  box-shadow: none !important;
}

.product-card-wrapper .card__information {
  padding: 9px 0 0 !important;
  text-align: left !important;
}

.product-card-wrapper .ts-card-vendor {
  margin: 0 0 4px !important;
  color: #111111 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a {
  color: #555555 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
}

.product-card-wrapper .card__heading {
  min-height: 36px !important;
  margin: 0 0 6px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.product-card-wrapper .ts-card-sku {
  margin: 0 0 7px !important;
  color: #888888 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.product-card-wrapper .card-information .price,
.product-card-wrapper .card__information .price {
  margin-top: 5px !important;
  text-align: left !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.product-card-wrapper .card-information .price-item,
.product-card-wrapper .card__information .price-item,
.product-card-wrapper .card-information .price-item--sale,
.product-card-wrapper .card__information .price-item--sale {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.product-card-wrapper .card-information .price-item--regular,
.product-card-wrapper .card__information .price-item--regular {
  color: #777777 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

.product-card-wrapper .card-information .price__sale,
.product-card-wrapper .card__information .price__sale {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

.product-card-wrapper .card-information .ts-has-bgn::after,
.product-card-wrapper .card__information .ts-has-bgn::after {
  display: inline !important;
  margin-left: 4px !important;
  color: #666666 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  white-space: normal !important;
}

.product-card-wrapper .ts-card-extra-badges {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
  margin-top: 6px !important;
}

.product-card-wrapper .ts-discount-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #d90000 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.product-card-wrapper .ts-origin-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

.product-card-wrapper .card__badge {
  z-index: 3 !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .card__inner,
  .product-card-wrapper .card--standard .card__inner {
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
  }

  .product-card-wrapper .card__media img,
  .product-card-wrapper .card .media img,
  .product-card-wrapper .card__media .motion-reduce {
    padding: 14px !important;
  }

  .product-card-wrapper .ts-card-vendor {
    font-size: 11px !important;
  }

  .product-card-wrapper .card__heading,
  .product-card-wrapper .card__heading a {
    font-size: 13px !important;
  }

  .product-card-wrapper .card__heading {
    min-height: 34px !important;
  }

  .product-card-wrapper .card-information .price,
  .product-card-wrapper .card__information .price,
  .product-card-wrapper .card-information .price-item,
  .product-card-wrapper .card__information .price-item,
  .product-card-wrapper .card-information .price-item--sale,
  .product-card-wrapper .card__information .price-item--sale {
    font-size: 14px !important;
  }

  .product-card-wrapper .ts-discount-badge,
  .product-card-wrapper .ts-origin-badge {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }
}
/* ===== TimeShop card: no border, tighter brand spacing ===== */

/* Без абсолютно никаква рамка/сянка около снимката и картата */
.product-card-wrapper .card,
.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.card-wrapper .card,
.card-wrapper .card__inner,
.card-wrapper .card__media,
.card-wrapper .card__media .media {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Оставяме само сив фон зад часовника, без рамка */
.product-card-wrapper .card__inner,
.card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.card-wrapper .card__media,
.card-wrapper .card__media .media {
  background: #f3f3f3 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* Снимката вътре */
.product-card-wrapper .card__media img,
.card-wrapper .card__media img {
  background: transparent !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 18px !important;
  border-radius: 14px !important;
}

/* Текстовата част да започва почти веднага под снимката */
.product-card-wrapper .card__content,
.product-card-wrapper .card__information,
.product-card-wrapper .card-information,
.card-wrapper .card__content,
.card-wrapper .card__information,
.card-wrapper .card-information {
  background: transparent !important;
  box-shadow: none !important;
}

/* Намаляваме разстоянието между снимката и марката */
.product-card-wrapper .card__information,
.card-wrapper .card__information {
  padding-top: 4px !important;
  margin-top: 0 !important;
}

/* Vendor / марка почти залепена под снимката */
.product-card-wrapper .ts-card-vendor,
.product-card-wrapper .card__vendor,
.product-card-wrapper .caption-with-letter-spacing,
.card-wrapper .ts-card-vendor,
.card-wrapper .card__vendor,
.card-wrapper .caption-with-letter-spacing {
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  padding-top: 0 !important;
  line-height: 1.1 !important;
}

/* Ако има допълнителен wrapper от новия layout */
.product-card-wrapper .ts-card-info,
.card-wrapper .ts-card-info {
  padding-top: 5px !important;
  margin-top: 0 !important;
}
/* ===== TimeShop card: remove image rounding ===== */

.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .card__media img,
.card-wrapper .card__inner,
.card-wrapper .card__media,
.card-wrapper .card__media .media,
.card-wrapper .card__media img {
  border-radius: 0 !important;
}
/* ===== TimeShop product card final cleanup ===== */

/* Без заобляне и без сиви ъгли */
.product-card-wrapper .card,
.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .media,
.product-card-wrapper .media img,
.product-card-wrapper .card__media img,
.card-wrapper .card,
.card-wrapper .card__inner,
.card-wrapper .card__media,
.card-wrapper .card__media .media,
.card-wrapper .media,
.card-wrapper .media img,
.card-wrapper .card__media img {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Сив фон само зад снимката */
.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.card-wrapper .card__inner,
.card-wrapper .card__media,
.card-wrapper .card__media .media {
  background: #f3f3f3 !important;
  overflow: hidden !important;
}

/* Самата снимка */
.product-card-wrapper .card__media img,
.card-wrapper .card__media img {
  background: transparent !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 18px !important;
}

/* Текстовата част без фон */
.product-card-wrapper .card__content,
.product-card-wrapper .card__information,
.product-card-wrapper .card-information,
.product-card-wrapper .ts-card-info,
.card-wrapper .card__content,
.card-wrapper .card__information,
.card-wrapper .card-information,
.card-wrapper .ts-card-info {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Марката близо под снимката */
.product-card-wrapper .card__information,
.card-wrapper .card__information,
.product-card-wrapper .ts-card-info,
.card-wrapper .ts-card-info {
  padding-top: 4px !important;
  margin-top: 0 !important;
}

.product-card-wrapper .ts-card-vendor,
.product-card-wrapper .caption-with-letter-spacing,
.card-wrapper .ts-card-vendor,
.card-wrapper .caption-with-letter-spacing {
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  padding-top: 0 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

/* Заглавие */
.product-card-wrapper .ts-card-title,
.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a,
.card-wrapper .ts-card-title,
.card-wrapper .card__heading,
.card-wrapper .card__heading a {
  color: #444 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

/* Цена блок */
.ts-card-price-block {
  margin-top: 8px !important;
  background: transparent !important;
}

.ts-card-price-row {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
  background: transparent !important;
}

/* Текуща цена */
.ts-card-price {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

/* Стара цена — показва се само ако Liquid я изкара */
.ts-card-compare-price {
  color: #777 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-decoration: line-through !important;
}

/* Цена в лева */
.ts-card-bgn-price {
  margin-top: 3px !important;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  background: transparent !important;
}

/* Badge-ове под цената */
.ts-card-extra-badges {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
  margin-top: 6px !important;
  background: transparent !important;
}

.ts-discount-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #d90000 !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.ts-origin-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

/* Защита: ако някъде е останала стара цена без реален discount badge */
.product-card-wrapper:not(:has(.ts-discount-badge)) .ts-card-compare-price,
.card-wrapper:not(:has(.ts-discount-badge)) .ts-card-compare-price {
  display: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card__media img,
  .card-wrapper .card__media img {
    padding: 14px !important;
  }

  .ts-card-price {
    font-size: 14px !important;
  }

  .ts-card-compare-price {
    font-size: 12px !important;
  }

  .ts-card-bgn-price {
    font-size: 11px !important;
  }

  .ts-discount-badge,
  .ts-origin-badge {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }
}
/* ===== TimeShop: make product image area more square ===== */

.product-card-wrapper .card__inner,
.card-wrapper .card__inner {
  height: 310px !important;
  min-height: 310px !important;
  max-height: 310px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card__inner,
  .card-wrapper .card__inner {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
}/* ===== TimeShop product card final layout fix ===== */

/* 2. Цялата карта без фон/рамка около текстовете */
.product-card-wrapper,
.product-card-wrapper .card,
.product-card-wrapper .card__content,
.product-card-wrapper .card__information,
.product-card-wrapper .card-information,
.product-card-wrapper .ts-card-info,
.card-wrapper,
.card-wrapper .card,
.card-wrapper .card__content,
.card-wrapper .card__information,
.card-wrapper .card-information,
.card-wrapper .ts-card-info {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* 3. Само снимката е в отделна визуална карта — без border, само сянка */
/* По-издължена надолу, не квадратна */
.product-card-wrapper .card__inner,
.card-wrapper .card__inner {
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important;

  background: #ffffff !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10) !important;
  overflow: hidden !important;
}

/* 4. Media контейнер */
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .media,
.card-wrapper .card__media,
.card-wrapper .card__media .media,
.card-wrapper .media {
  height: 100% !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* 5. Снимката вътре — центрирана и еднаква */
.product-card-wrapper .card__media img,
.product-card-wrapper .media img,
.card-wrapper .card__media img,
.card-wrapper .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 24px 22px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* 6. Текстовата част да е по-стегната */
.product-card-wrapper .card__content,
.product-card-wrapper .card__information,
.product-card-wrapper .card-information,
.product-card-wrapper .ts-card-info,
.card-wrapper .card__content,
.card-wrapper .card__information,
.card-wrapper .card-information,
.card-wrapper .ts-card-info {
  padding-top: 12px !important;
  margin-top: 0 !important;
  text-align: left !important;
}

/* 7. Марка */
.ts-card-vendor,
.product-card-wrapper .ts-card-vendor,
.card-wrapper .ts-card-vendor {
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #111111 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

/* 8. Заглавие */
.ts-card-title,
.ts-card-title a,
.product-card-wrapper .ts-card-title,
.product-card-wrapper .ts-card-title a,
.card-wrapper .ts-card-title,
.card-wrapper .ts-card-title a {
  margin: 0 0 6px !important;
  color: #444444 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  text-decoration: none !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 35px !important;
}

/* 9. SKU / код */
.ts-card-sku {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #888888 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

/* 10. Цена — по-нагоре и подравнена */
.ts-card-price-block {
  margin-top: 0 !important;
  padding-top: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.ts-card-price-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* 11. Основна цена */
.ts-card-price {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
}

/* 12. Стара цена */
.ts-card-compare-price {
  color: #777777 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  text-decoration: line-through !important;
}

/* 13. Цена в лева */
.ts-card-bgn-price {
  margin-top: 3px !important;
  color: #666666 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  background: transparent !important;
  text-align: left !important;
}

/* 14. Нашите badge-ове под цената */
.ts-card-extra-badges {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
  margin-top: 7px !important;
  background: transparent !important;
}

/* 15. Червен процент */
.ts-discount-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #d90000 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

/* 16. Swiss / Japan / Germany badge */
.ts-origin-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

/* 17. Hover само върху image картата */
.product-card-wrapper:hover .card__inner,
.card-wrapper:hover .card__inner {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.13) !important;
  transform: translateY(-1px) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.product-card-wrapper:hover .card__media img,
.card-wrapper:hover .card__media img {
  transform: scale(1.025) !important;
  transition: transform 0.22s ease !important;
}

/* 18. Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card__inner,
  .card-wrapper .card__inner {
    height: 255px !important;
    min-height: 255px !important;
    max-height: 255px !important;
  }

  .product-card-wrapper .card__media img,
  .product-card-wrapper .media img,
  .card-wrapper .card__media img,
  .card-wrapper .media img {
    padding: 16px !important;
  }

  .ts-card-title,
  .ts-card-title a,
  .product-card-wrapper .ts-card-title,
  .product-card-wrapper .ts-card-title a,
  .card-wrapper .ts-card-title,
  .card-wrapper .ts-card-title a {
    font-size: 13px !important;
    min-height: 34px !important;
  }

  .ts-card-price {
    font-size: 16px !important;
  }

  .ts-card-bgn-price {
    font-size: 10.5px !important;
  }

  .ts-discount-badge,
  .ts-origin-badge {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }
}
/* ===== TimeShop: make product image area more square ===== */

.product-card-wrapper .card__inner,
.card-wrapper .card__inner {
  height: 310px !important;
  min-height: 310px !important;
  max-height: 310px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card__inner,
  .card-wrapper .card__inner {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
}
/* ===== TimeShop softer product card typography and badges ===== */

/* Марка - по-нежна, но видима */
.product-card-wrapper .ts-card-vendor,
.card-wrapper .ts-card-vendor {
  color: #1f1f1f !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

/* Заглавие - по-леко и премиум */
.product-card-wrapper .ts-card-title,
.product-card-wrapper .ts-card-title a,
.card-wrapper .ts-card-title,
.card-wrapper .ts-card-title a {
  color: #4a4a4a !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

/* SKU / код - по-дискретен */
.product-card-wrapper .ts-card-sku,
.card-wrapper .ts-card-sku {
  color: #8a8a8a !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

/* Цена - по-малко груба */
.product-card-wrapper .ts-card-price,
.card-wrapper .ts-card-price {
  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.01em !important;
}

/* Стара цена */
.product-card-wrapper .ts-card-compare-price,
.card-wrapper .ts-card-compare-price {
  color: #8a8a8a !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

/* Цена в лева - по-нежна */
.product-card-wrapper .ts-card-bgn-price,
.card-wrapper .ts-card-bgn-price {
  color: #777777 !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

/* Badge container */
.product-card-wrapper .ts-card-extra-badges,
.card-wrapper .ts-card-extra-badges {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
  margin-top: 6px !important;
}

/* Промо badge - по-оранжев, по-мек */
.product-card-wrapper .ts-discount-badge,
.card-wrapper .ts-discount-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;

  background: #f05a28 !important;
  color: #ffffff !important;

  border: 0 !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;

  font-size: 10.5px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
}

/* Общ стил за origin badge */
.product-card-wrapper .ts-origin-badge,
.card-wrapper .ts-origin-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  width: fit-content !important;

  background: #ffffff !important;
  color: #222222 !important;

  border: 1px solid #e1e1e1 !important;
  border-radius: 4px !important;
  padding: 3px 7px !important;

  font-size: 10.5px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;

  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}

/* Swiss Made - червено кръстче */
.product-card-wrapper .ts-origin-badge--swiss .ts-origin-icon,
.card-wrapper .ts-origin-badge--swiss .ts-origin-icon {
  color: #d71920 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Japan Made - червена точка */
.product-card-wrapper .ts-origin-badge--japan .ts-origin-icon,
.card-wrapper .ts-origin-badge--japan .ts-origin-icon {
  color: #bc002d !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

/* Germany Made - черен ромб, по-дискретен */
.product-card-wrapper .ts-origin-badge--germany .ts-origin-icon,
.card-wrapper .ts-origin-badge--germany .ts-origin-icon {
  color: #111111 !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

/* Mobile - още по-фино */
@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-card-vendor,
  .card-wrapper .ts-card-vendor {
    font-size: 10.5px !important;
  }

  .product-card-wrapper .ts-card-title,
  .product-card-wrapper .ts-card-title a,
  .card-wrapper .ts-card-title,
  .card-wrapper .ts-card-title a {
    font-size: 12.8px !important;
    line-height: 1.25 !important;
  }

  .product-card-wrapper .ts-card-price,
  .card-wrapper .ts-card-price {
    font-size: 15.5px !important;
    font-weight: 700 !important;
  }

  .product-card-wrapper .ts-discount-badge,
  .product-card-wrapper .ts-origin-badge,
  .card-wrapper .ts-discount-badge,
  .card-wrapper .ts-origin-badge {
    font-size: 9.8px !important;
    padding: 3px 6px !important;
  }
}
/* ===== FIX: restore product images ===== */

.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .media,
.product-card-wrapper .media img,
.product-card-wrapper .card__media img,
.card-wrapper .card__media,
.card-wrapper .card__media .media,
.card-wrapper .media,
.card-wrapper .media img,
.card-wrapper .card__media img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.product-card-wrapper .card__media .media,
.card-wrapper .card__media .media {
  height: 100% !important;
  width: 100% !important;
}

.product-card-wrapper .card__media img,
.product-card-wrapper .media img,
.card-wrapper .card__media img,
.card-wrapper .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
/* ===== EMERGENCY FIX: restore product card images ===== */

/* Връщаме всички image/media wrappers */
.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .media,
.card-wrapper .card__inner,
.card-wrapper .card__media,
.card-wrapper .card__media .media,
.card-wrapper .media {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden !important;
}

/* Връщаме височината на image зоната */
.product-card-wrapper .card__inner,
.card-wrapper .card__inner {
  height: 310px !important;
  min-height: 310px !important;
  max-height: 310px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10) !important;
}

/* Media контейнерът да заема цялата image зона */
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .media,
.card-wrapper .card__media,
.card-wrapper .card__media .media,
.card-wrapper .media {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Самите снимки */
.product-card-wrapper .card__media img,
.product-card-wrapper .media img,
.product-card-wrapper img.motion-reduce,
.card-wrapper .card__media img,
.card-wrapper .media img,
.card-wrapper img.motion-reduce {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  position: static !important;
  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
  object-position: center center !important;

  padding: 20px !important;
  margin: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Ако темата използва второ hover изображение, нека и то не чупи първото */
.product-card-wrapper .card__media img + img,
.card-wrapper .card__media img + img {
  display: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card__inner,
  .card-wrapper .card__inner {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }

  .product-card-wrapper .card__media img,
  .product-card-wrapper .media img,
  .product-card-wrapper img.motion-reduce,
  .card-wrapper .card__media img,
  .card-wrapper .media img,
  .card-wrapper img.motion-reduce {
    padding: 14px !important;
  }
}
/* =========================================================
   1) Скриване на старите badge-ове върху снимките
   Без да се пипа .media wrapper-а и без да се чупят снимките
========================================================= */

/* Скрива стандартния Shopify sale/sold out badge върху image зоната */
.product-card-wrapper .card__inner .card__badge,
.card-wrapper .card__inner .card__badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Скрива badge-ове, които са директно върху снимката */
.product-card-wrapper .product-card-media-with-badge > .badge,
.product-card-wrapper .product-card-media-with-badge > span.badge,
.product-card-wrapper .product-card-media-with-badge > .product-country-badge,
.product-card-wrapper .product-card-media-with-badge > [class*="badge"]:not(.media),
.card-wrapper .product-card-media-with-badge > .badge,
.card-wrapper .product-card-media-with-badge > span.badge,
.card-wrapper .product-card-media-with-badge > .product-country-badge,
.card-wrapper .product-card-media-with-badge > [class*="badge"]:not(.media) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Важно: връщаме снимката и media контейнера да са видими */
.product-card-wrapper .product-card-media-with-badge .media,
.product-card-wrapper .product-card-media-with-badge img,
.card-wrapper .product-card-media-with-badge .media,
.card-wrapper .product-card-media-with-badge img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* =========================================================
   2) Fix за custom slider секцията на телефон
   Да не се допира отляво до екрана
========================================================= */

@media screen and (max-width: 749px) {
  .ts-brand-slider-section .ts-brand-slider-page-width {
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: hidden !important;
  }

  .ts-brand-slider-section .ts-brand-slider-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ts-brand-slider-section .ts-brand-slider-viewport {
    overflow: visible !important;
  }

  .ts-brand-slider-section .ts-brand-slider-track {
    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 14px !important;

    scroll-padding-left: 0 !important;
  }

  .ts-brand-slider-section .ts-brand-slider-item:first-child {
    margin-left: 0 !important;
  }
}
/* ===== TimeShop badge updates: OFF, Best Seller, Germany flag, larger badges ===== */

.ts-card-extra-badges {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin-top: 7px !important;
}

.ts-discount-badge,
.ts-best-seller-badge,
.ts-origin-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  border-radius: 5px !important;
  padding: 4px 8px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
}

.ts-discount-badge {
  background: #f05a28 !important;
  color: #ffffff !important;
  border: 0 !important;
}

.ts-best-seller-badge {
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
}

.ts-origin-badge {
  gap: 5px !important;
  background: #ffffff !important;
  color: #222222 !important;
  border: 1px solid #dddddd !important;
  font-weight: 600 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}

.ts-origin-icon--swiss {
  color: #d71920 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.ts-origin-icon--japan {
  color: #bc002d !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.ts-germany-flag {
  display: inline-flex !important;
  flex-direction: column !important;
  width: 14px !important;
  height: 9px !important;
  overflow: hidden !important;
  border-radius: 1px !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08) !important;
  flex: 0 0 auto !important;
}

.ts-germany-flag span {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
}

.ts-germany-flag span:nth-child(1) {
  background: #000000 !important;
}

.ts-germany-flag span:nth-child(2) {
  background: #dd0000 !important;
}

.ts-germany-flag span:nth-child(3) {
  background: #ffce00 !important;
}

@media screen and (max-width: 749px) {
  .ts-discount-badge,
  .ts-best-seller-badge,
  .ts-origin-badge {
    font-size: 10.5px !important;
    padding: 4px 7px !important;
  }

  .ts-germany-flag {
    width: 13px !important;
    height: 9px !important;
  }
}
/* =========================================================
   TimeShop Product Cards - Full Card Style Test
   Цялата продуктова карта е в една обща карта
========================================================= */

/* Основна карта */
.product-card-wrapper,
.card-wrapper {
  height: 100% !important;
}

.product-card-wrapper .card,
.card-wrapper .card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;

  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.055) !important;

  overflow: hidden !important;
  transition: box-shadow 0.22s ease, transform 0.22s ease !important;
}

/* Hover ефект */
.product-card-wrapper:hover .card,
.card-wrapper:hover .card {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09) !important;
}

/* Снимката е част от картата, без отделна рамка */
.product-card-wrapper .card__inner,
.card-wrapper .card__inner,
.product-card-wrapper .ts-card-image-box,
.card-wrapper .ts-card-image-box {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;

  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  overflow: hidden !important;
  display: block !important;
}

/* Media контейнер */
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .media,
.card-wrapper .card__media,
.card-wrapper .card__media .media,
.card-wrapper .media,
.ts-card-media,
.ts-card-media-inner {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;

  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;

  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Снимка */
.product-card-wrapper .card__media img,
.product-card-wrapper .media img,
.product-card-wrapper img.motion-reduce,
.card-wrapper .card__media img,
.card-wrapper .media img,
.card-wrapper img.motion-reduce,
.ts-card-image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
  object-position: center center !important;

  padding: 22px 20px 14px !important;
  margin: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
}

/* Текстовата част вътре в картата */
.product-card-wrapper .card__content,
.product-card-wrapper .card__information,
.product-card-wrapper .card-information,
.product-card-wrapper .ts-card-content,
.product-card-wrapper .ts-card-info,
.card-wrapper .card__content,
.card-wrapper .card__information,
.card-wrapper .card-information,
.card-wrapper .ts-card-content,
.card-wrapper .ts-card-info {
  background: #ffffff !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Отстояния на текста */
.product-card-wrapper .card__information,
.product-card-wrapper .ts-card-info,
.card-wrapper .card__information,
.card-wrapper .ts-card-info {
  padding: 12px 14px 16px !important;
  margin: 0 !important;
  text-align: left !important;
}

/* Vendor */
.product-card-wrapper .ts-card-vendor,
.card-wrapper .ts-card-vendor {
  margin: 0 0 5px !important;
  padding: 0 !important;

  color: #1f1f1f !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

/* Заглавие */
.product-card-wrapper .ts-card-title,
.product-card-wrapper .ts-card-title a,
.card-wrapper .ts-card-title,
.card-wrapper .ts-card-title a {
  margin: 0 0 7px !important;
  padding: 0 !important;

  color: #3f3f3f !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: none !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 35px !important;
}

/* SKU */
.product-card-wrapper .ts-card-sku,
.card-wrapper .ts-card-sku {
  margin: 0 0 9px !important;
  padding: 0 !important;

  color: #888888 !important;
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

/* Цена */
.product-card-wrapper .ts-card-price-block,
.card-wrapper .ts-card-price-block {
  margin-top: auto !important;
  padding-top: 2px !important;
  background: transparent !important;
  text-align: left !important;
}

/* Ред цена + стара цена */
.product-card-wrapper .ts-card-price-row,
.card-wrapper .ts-card-price-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Основна цена */
.product-card-wrapper .ts-card-price,
.card-wrapper .ts-card-price {
  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.01em !important;
}

/* Стара цена */
.product-card-wrapper .ts-card-compare-price,
.card-wrapper .ts-card-compare-price {
  color: #8a8a8a !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  text-decoration: line-through !important;
}

/* Лева */
.product-card-wrapper .ts-card-bgn-price,
.card-wrapper .ts-card-bgn-price {
  margin-top: 3px !important;
  color: #777777 !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

/* Badge-ове */
.product-card-wrapper .ts-card-extra-badges,
.card-wrapper .ts-card-extra-badges {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin-top: 8px !important;
}

/* Скриване на старите image badge-ове, без да чупи снимката */
.product-card-wrapper .card__inner .card__badge,
.card-wrapper .card__inner .card__badge,
.product-card-wrapper .product-card-media-with-badge > .badge,
.product-card-wrapper .product-card-media-with-badge > span.badge,
.card-wrapper .product-card-media-with-badge > .badge,
.card-wrapper .product-card-media-with-badge > span.badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Връщаме media/img видими */
.product-card-wrapper .product-card-media-with-badge .media,
.product-card-wrapper .product-card-media-with-badge img,
.card-wrapper .product-card-media-with-badge .media,
.card-wrapper .product-card-media-with-badge img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card,
  .card-wrapper .card {
    border-radius: 10px !important;
  }

  .product-card-wrapper .card__inner,
  .card-wrapper .card__inner,
  .product-card-wrapper .ts-card-image-box,
  .card-wrapper .ts-card-image-box {
    height: 245px !important;
    min-height: 245px !important;
    max-height: 245px !important;
  }

  .product-card-wrapper .card__media img,
  .product-card-wrapper .media img,
  .product-card-wrapper img.motion-reduce,
  .card-wrapper .card__media img,
  .card-wrapper .media img,
  .card-wrapper img.motion-reduce,
  .ts-card-image {
    padding: 16px 14px 10px !important;
  }

  .product-card-wrapper .card__information,
  .product-card-wrapper .ts-card-info,
  .card-wrapper .card__information,
  .card-wrapper .ts-card-info {
    padding: 10px 10px 13px !important;
  }

  .product-card-wrapper .ts-card-vendor,
  .card-wrapper .ts-card-vendor {
    font-size: 10.5px !important;
  }

  .product-card-wrapper .ts-card-title,
  .product-card-wrapper .ts-card-title a,
  .card-wrapper .ts-card-title,
  .card-wrapper .ts-card-title a {
    font-size: 12.7px !important;
    line-height: 1.25 !important;
    min-height: 33px !important;
  }

  .product-card-wrapper .ts-card-sku,
  .card-wrapper .ts-card-sku {
    font-size: 10px !important;
    margin-bottom: 7px !important;
  }

  .product-card-wrapper .ts-card-price,
  .card-wrapper .ts-card-price {
    font-size: 15.5px !important;
  }

  .product-card-wrapper .ts-card-bgn-price,
  .card-wrapper .ts-card-bgn-price {
    font-size: 10px !important;
  }
}
/* ===== TimeShop: Sold out bottom bar + refined badges ===== */

/* Цялата карта да може да показва долна лента */
.product-card-wrapper .card,
.card-wrapper .card {
  position: relative !important;
  overflow: hidden !important;
}

/* Долна червена лента за изчерпани продукти */
.ts-card-soldout-bar {
  width: calc(100% + 28px) !important;
  margin-left: -14px !important;
  margin-right: -14px !important;
  margin-bottom: -16px !important;
  margin-top: 12px !important;

  min-height: 31px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #bd2027 !important;
  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  letter-spacing: 0.01em !important;

  border-radius: 0 0 12px 12px !important;
}

/* При изчерпан продукт леко притъмняваме снимката */
.product-card-wrapper.ts-card-is-soldout .card__media img,
.card-wrapper.ts-card-is-soldout .card__media img {
  opacity: 0.78 !important;
}

/* Скриваме стандартния Shopify sold out badge върху снимката */
.product-card-wrapper .card__badge,
.card-wrapper .card__badge {
  display: none !important;
}

/* Badge контейнер */
.product-card-wrapper .ts-card-extra-badges,
.card-wrapper .ts-card-extra-badges {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin-top: 7px !important;
}

/* Отстъпка - по-мек оранжев цвят + OFF */
.product-card-wrapper .ts-discount-badge,
.card-wrapper .ts-discount-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #f05a28 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 4px 8px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
}

/* Best Seller badge */
.product-card-wrapper .ts-best-seller-badge,
.card-wrapper .ts-best-seller-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 4px 8px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
}

/* Origin badges */
.product-card-wrapper .ts-origin-badge,
.card-wrapper .ts-origin-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  width: fit-content !important;
  background: #ffffff !important;
  color: #222222 !important;
  border: 1px solid #dddddd !important;
  border-radius: 5px !important;
  padding: 4px 8px !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
}

/* Swiss Made - червено кръстче */
.product-card-wrapper .ts-origin-badge--swiss .ts-origin-icon,
.card-wrapper .ts-origin-badge--swiss .ts-origin-icon {
  color: #d71920 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Japan Made - червена точка */
.product-card-wrapper .ts-origin-badge--japan .ts-origin-icon,
.card-wrapper .ts-origin-badge--japan .ts-origin-icon {
  color: #bc002d !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

/* Germany Made - мини немско знаме */
.product-card-wrapper .ts-germany-flag,
.card-wrapper .ts-germany-flag {
  display: inline-flex !important;
  flex-direction: column !important;
  width: 14px !important;
  height: 9px !important;
  overflow: hidden !important;
  border-radius: 1px !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08) !important;
}

.product-card-wrapper .ts-germany-flag span,
.card-wrapper .ts-germany-flag span {
  display: block !important;
  width: 100% !important;
  height: 3px !important;
}

.product-card-wrapper .ts-germany-flag span:nth-child(1),
.card-wrapper .ts-germany-flag span:nth-child(1) {
  background: #000000 !important;
}

.product-card-wrapper .ts-germany-flag span:nth-child(2),
.card-wrapper .ts-germany-flag span:nth-child(2) {
  background: #dd0000 !important;
}

.product-card-wrapper .ts-germany-flag span:nth-child(3),
.card-wrapper .ts-germany-flag span:nth-child(3) {
  background: #ffce00 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .ts-card-soldout-bar {
    width: calc(100% + 20px) !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -13px !important;
    min-height: 29px !important;
    font-size: 13px !important;
    border-radius: 0 0 10px 10px !important;
  }

  .product-card-wrapper .ts-discount-badge,
  .product-card-wrapper .ts-best-seller-badge,
  .product-card-wrapper .ts-origin-badge,
  .card-wrapper .ts-discount-badge,
  .card-wrapper .ts-best-seller-badge,
  .card-wrapper .ts-origin-badge {
    font-size: 10.5px !important;
    padding: 4px 7px !important;
  }
}
/* =========================================================
   TimeShop: Sold out full-width bottom bar + lower product cards
========================================================= */

/* Цялата карта да може да държи долна лента */
.product-card-wrapper .card,
.card-wrapper .card {
  position: relative !important;
  overflow: hidden !important;
}

/* Ако има "Изчерпано", оставяме място долу, за да не покрива цената */
.product-card-wrapper .card:has(.ts-card-soldout-bar),
.card-wrapper .card:has(.ts-card-soldout-bar) {
  padding-bottom: 32px !important;
}

/* Червена лента Изчерпано - цяла ширина на картата */
.ts-card-soldout-bar {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;

  width: 100% !important;
  height: 32px !important;
  min-height: 32px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 10px !important;

  background: #bd2027 !important;
  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  letter-spacing: 0.01em !important;

  border-radius: 0 0 12px 12px !important;
  z-index: 5 !important;
}

/* Леко притъмняване на снимката при изчерпан продукт */
.product-card-wrapper .card:has(.ts-card-soldout-bar) .card__media img,
.card-wrapper .card:has(.ts-card-soldout-bar) .card__media img {
  opacity: 0.78 !important;
}

/* Махаме стария Shopify sold out badge, ако още се показва */
.product-card-wrapper .card__badge,
.card-wrapper .card__badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Правим продуктовите карти една идея по-ниски */
.product-card-wrapper .card__inner,
.card-wrapper .card__inner,
.product-card-wrapper .ts-card-image-box,
.card-wrapper .ts-card-image-box {
  height: 315px !important;
  min-height: 315px !important;
  max-height: 315px !important;
}

/* Малко по-компактна текстова част */
.product-card-wrapper .card__information,
.product-card-wrapper .ts-card-info,
.card-wrapper .card__information,
.card-wrapper .ts-card-info {
  padding-top: 10px !important;
  padding-bottom: 13px !important;
}

/* По-малко разстояние около заглавие/SKU/цена */
.product-card-wrapper .ts-card-title,
.product-card-wrapper .ts-card-title a,
.card-wrapper .ts-card-title,
.card-wrapper .ts-card-title a {
  margin-bottom: 5px !important;
  min-height: 32px !important;
}

.product-card-wrapper .ts-card-sku,
.card-wrapper .ts-card-sku {
  margin-bottom: 6px !important;
}

.product-card-wrapper .ts-card-extra-badges,
.card-wrapper .ts-card-extra-badges {
  margin-top: 6px !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card:has(.ts-card-soldout-bar),
  .card-wrapper .card:has(.ts-card-soldout-bar) {
    padding-bottom: 30px !important;
  }

  .ts-card-soldout-bar {
    height: 30px !important;
    min-height: 30px !important;
    font-size: 13px !important;
    border-radius: 0 0 10px 10px !important;
  }

  .product-card-wrapper .card__inner,
  .card-wrapper .card__inner,
  .product-card-wrapper .ts-card-image-box,
  .card-wrapper .ts-card-image-box {
    height: 215px !important;
    min-height: 215px !important;
    max-height: 215px !important;
  }

  .product-card-wrapper .card__information,
  .product-card-wrapper .ts-card-info,
  .card-wrapper .card__information,
  .card-wrapper .ts-card-info {
    padding-top: 8px !important;
    padding-bottom: 11px !important;
  }
}
/* =========================================================
   TimeShop product card hover + full card clickable fix
========================================================= */

/* 1) Махаме изкачането/zoom-а на самата снимка при hover */
.product-card-wrapper:hover .card__media img,
.product-card-wrapper:hover .media img,
.product-card-wrapper:hover img.motion-reduce,
.card-wrapper:hover .card__media img,
.card-wrapper:hover .media img,
.card-wrapper:hover img.motion-reduce,
.ts-product-card-wrapper:hover .ts-card-image {
  transform: none !important;
}

/* 2) Оставяме да се вдига само цялата карта */
.product-card-wrapper .card,
.card-wrapper .card,
.ts-product-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

.product-card-wrapper:hover .card,
.card-wrapper:hover .card,
.ts-product-card-wrapper:hover .ts-product-card {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09) !important;
}

/* 3) Премахваме отделния hover ефект от image box-а, за да не "подскача" снимката */
.product-card-wrapper:hover .card__inner,
.card-wrapper:hover .card__inner,
.ts-product-card-wrapper:hover .ts-card-image-box {
  transform: none !important;
  }

/* 4) Правим цялата продуктова карта кликаема, не само заглавието */
.product-card-wrapper .card,
.card-wrapper .card,
.ts-product-card {
  position: relative !important;
}

/* Линкът от заглавието покрива цялата карта */
.product-card-wrapper .card__heading a::after,
.card-wrapper .card__heading a::after,
.ts-card-title a::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
}

/* 5) Важните елементи, които трябва да останат над overlay-а */
.product-card-wrapper .quick-add,
.card-wrapper .quick-add,
.product-card-wrapper button,
.card-wrapper button,
.ts-card-extra-badges,
.ts-card-soldout-bar {
  position: relative !important;
  z-index: 4 !important;
}

/* 6) Ако има injected promo карти, те вече са цял линк, но подсигуряваме */
.ts-injected-promo-card {
  display: block !important;
    position: relative !important;
z-index: 1 !important;
}
/* =========================================================
   TimeShop: Product card hover fix
   - не се очертава/движи само снимката
   - hover ефектът е върху цялата карта
========================================================= */

/* Цялата продуктова карта да има hover ефект */
.ts-brand-slider-section .product-card-wrapper .card,
.ts-brand-slider-section .card-wrapper .card,
.ts-brand-products-slider .product-card-wrapper .card,
.ts-brand-products-slider .card-wrapper .card,
.product-grid .product-card-wrapper .card,
.product-grid .card-wrapper .card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

/* При задържане се вдига/подчертава цялата карта */
.ts-brand-slider-section .product-card-wrapper:hover .card,
.ts-brand-slider-section .card-wrapper:hover .card,
.ts-brand-products-slider .product-card-wrapper:hover .card,
.ts-brand-products-slider .card-wrapper:hover .card,
.product-grid .product-card-wrapper:hover .card,
.product-grid .card-wrapper:hover .card {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09) !important;
  border-color: rgba(0, 0, 0, 0.14) !important;
}

/* Спираме отделната анимация/очертаване само на снимката */
.ts-brand-slider-section .product-card-wrapper:hover .card__inner,
.ts-brand-slider-section .card-wrapper:hover .card__inner,
.ts-brand-products-slider .product-card-wrapper:hover .card__inner,
.ts-brand-products-slider .card-wrapper:hover .card__inner,
.product-grid .product-card-wrapper:hover .card__inner,
.product-grid .card-wrapper:hover .card__inner {
  transform: none !important;
  box-shadow: none !important;
}

/* Спираме zoom/подскачане на самата снимка */
.ts-brand-slider-section .product-card-wrapper:hover .media img,
.ts-brand-slider-section .card-wrapper:hover .media img,
.ts-brand-products-slider .product-card-wrapper:hover .media img,
.ts-brand-products-slider .card-wrapper:hover .media img,
.product-grid .product-card-wrapper:hover .media img,
.product-grid .card-wrapper:hover .media img {
  transform: none !important;
}

/* Ако Dawn theme има hover ефект само върху card__inner, го неутрализираме */
.animate--hover-vertical-lift .ts-brand-slider-section .card-wrapper:hover .card--standard .card__inner,
.animate--hover-vertical-lift .ts-brand-products-slider .card-wrapper:hover .card--standard .card__inner,
.animate--hover-vertical-lift .product-grid .card-wrapper:hover .card--standard .card__inner {
  transform: none !important;
}

.animate--hover-3d-lift .ts-brand-slider-section .card-wrapper:hover .card--standard .card__inner,
.animate--hover-3d-lift .ts-brand-products-slider .card-wrapper:hover .card--standard .card__inner,
.animate--hover-3d-lift .product-grid .card-wrapper:hover .card--standard .card__inner {
  transform: none !important;
  filter: none !important;
}

/* Курсор като върху кликаема карта */
.ts-brand-slider-section .product-card-wrapper,
.ts-brand-slider-section .card-wrapper,
.ts-brand-products-slider .product-card-wrapper,
.ts-brand-products-slider .card-wrapper {
  cursor: pointer !important;
}
/* =========================================================
   TimeShop: Sold out bar fix - clean bottom full-width
========================================================= */

/* Картата да държи лентата вътре */
.product-card-wrapper .card,
.card-wrapper .card {
  position: relative !important;
  overflow: hidden !important;
}

/* Ако продуктът е изчерпан - оставяме точно място за лентата */
.product-card-wrapper .card:has(.ts-card-soldout-bar),
.card-wrapper .card:has(.ts-card-soldout-bar) {
  padding-bottom: 34px !important;
}

/* Самата лента "Изчерпано" - долу, цяла ширина */
.ts-card-soldout-bar {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;

  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #bd2027 !important;
  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;

  border-radius: 0 0 12px 12px !important;
  z-index: 5 !important;
}

/* Badge-овете да не се залепват за лентата */
.product-card-wrapper .card:has(.ts-card-soldout-bar) .ts-card-extra-badges,
.card-wrapper .card:has(.ts-card-soldout-bar) .ts-card-extra-badges {
  margin-bottom: 4px !important;
}

/* Намаляваме излишното разстояние в долната част */
.product-card-wrapper .card:has(.ts-card-soldout-bar) .card__information,
.product-card-wrapper .card:has(.ts-card-soldout-bar) .ts-card-info,
.card-wrapper .card:has(.ts-card-soldout-bar) .card__information,
.card-wrapper .card:has(.ts-card-soldout-bar) .ts-card-info {
  padding-bottom: 8px !important;
}

/* Ако стара версия е оставила негативни margin-и — нулираме ги */
.ts-card-soldout-bar {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .card:has(.ts-card-soldout-bar),
  .card-wrapper .card:has(.ts-card-soldout-bar) {
    padding-bottom: 32px !important;
  }

  .ts-card-soldout-bar {
    height: 32px !important;
    min-height: 32px !important;
    font-size: 13px !important;
    border-radius: 0 0 10px 10px !important;
  }
}
/* =========================================================
   TimeShop Product Cards - Elegant Font
   Manrope за еднаква кирилица и латиница
========================================================= */

/* Прилагаме Manrope само върху продуктови карти и начални продуктови блокове */
.product-card-wrapper,
.product-card-wrapper *,
.card-wrapper,
.card-wrapper *,
.ts-brand-slider-section,
.ts-brand-slider-section *,
.ts-brand-products-slider,
.ts-brand-products-slider * {
  font-family: "Manrope", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Марка */
.product-card-wrapper .ts-card-vendor,
.card-wrapper .ts-card-vendor {
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.035em !important;
  color: #1f1f1f !important;
}

/* Заглавие на продукта */
.product-card-wrapper .ts-card-title,
.product-card-wrapper .ts-card-title a,
.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a,
.card-wrapper .ts-card-title,
.card-wrapper .ts-card-title a,
.card-wrapper .card__heading,
.card-wrapper .card__heading a {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  color: #3f3f3f !important;
}

/* Код / SKU */
.product-card-wrapper .ts-card-sku,
.card-wrapper .ts-card-sku {
  font-size: 10.5px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.01em !important;
  color: #8a8a8a !important;
}

/* Цена */
.product-card-wrapper .ts-card-price,
.card-wrapper .ts-card-price {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em !important;
  color: #111111 !important;
}

/* Стара цена */
.product-card-wrapper .ts-card-compare-price,
.card-wrapper .ts-card-compare-price {
  font-size: 11.5px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: #8a8a8a !important;
}

/* Цена в лева */
.product-card-wrapper .ts-card-bgn-price,
.card-wrapper .ts-card-bgn-price {
  font-size: 10.5px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.005em !important;
  color: #777777 !important;
}

/* Badge-ове */
.product-card-wrapper .ts-discount-badge,
.product-card-wrapper .ts-best-seller-badge,
.product-card-wrapper .ts-origin-badge,
.card-wrapper .ts-discount-badge,
.card-wrapper .ts-best-seller-badge,
.card-wrapper .ts-origin-badge {
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

/* Заглавия в началния продуктов slider */
.ts-brand-slider-eyebrow {
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.ts-brand-slider-heading {
  font-family: "Manrope", Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-card-title,
  .product-card-wrapper .ts-card-title a,
  .product-card-wrapper .card__heading,
  .product-card-wrapper .card__heading a,
  .card-wrapper .ts-card-title,
  .card-wrapper .ts-card-title a,
  .card-wrapper .card__heading,
  .card-wrapper .card__heading a {
    font-size: 12.8px !important;
    font-weight: 500 !important;
    line-height: 1.32 !important;
  }

  .product-card-wrapper .ts-card-price,
  .card-wrapper .ts-card-price {
    font-size: 15.8px !important;
    font-weight: 700 !important;
  }

  .product-card-wrapper .ts-card-vendor,
  .card-wrapper .ts-card-vendor {
    font-size: 10.5px !important;
  }

  .product-card-wrapper .ts-card-sku,
  .card-wrapper .ts-card-sku,
  .product-card-wrapper .ts-card-bgn-price,
  .card-wrapper .ts-card-bgn-price {
    font-size: 10px !important;
  }
}
/* =========================================================
   TimeShop product page buttons - desktop width + dark green
========================================================= */

/* Desktop: бутоните да са широки като блока за марката отдолу */
@media screen and (min-width: 750px) {
  .product__info-wrapper .product-form,
  .product__info-wrapper product-form,
  .product__info-wrapper .product-form__buttons,
  .product__info-container .product-form,
  .product__info-container product-form,
  .product__info-container .product-form__buttons,
  .product__info-wrapper #tbiButton,
  .product__info-container #tbiButton,
  .product__info-wrapper .ts-tbi-info-block,
  .product__info-container .ts-tbi-info-block {
    width: 100% !important;
    max-width: 600px !important;
  }

  .product__info-wrapper .product-form__submit,
  .product__info-container .product-form__submit,
  .product__info-wrapper #tbiButton,
  .product__info-container #tbiButton,
  #tbiButton {
    width: 100% !important;
    max-width: 600px !important;
  }
}

/* Add to cart - по-тъмно, премиум зелено */
.product__info-wrapper .product-form__submit,
.product__info-container .product-form__submit {
  background: #2f8f46 !important;
  color: #ffffff !important;
}

/* Hover */
.product__info-wrapper .product-form__submit:hover,
.product__info-container .product-form__submit:hover {
  background: #26783a !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(47, 143, 70, 0.24) !important;
}

/* Active */
.product__info-wrapper .product-form__submit:active,
.product__info-container .product-form__submit:active {
  background: #216b34 !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}
/* =========================================================
   TimeShop product page buttons redesign
   Add to cart + TBI same shape
========================================================= */

/* Общ стил за двата бутона */
.product__info-wrapper .product-form__submit,
.product__info-container .product-form__submit,
.product__info-wrapper #tbiButton,
.product__info-container #tbiButton,
#tbiButton {
  width: 100% !important;
  min-height: 64px !important;
  height: 64px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  border: 0 !important;
  border-radius: 8px !important;

  padding: 0 22px !important;
  margin: 0 0 12px 0 !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;
}

/* Махаме стандартните Dawn border/outline ефекти */
.product__info-wrapper .product-form__submit::before,
.product__info-wrapper .product-form__submit::after,
.product__info-container .product-form__submit::before,
.product__info-container .product-form__submit::after {
  display: none !important;
  content: none !important;
}

/* Add to cart - приятно светло зелено */
.product__info-wrapper .product-form__submit,
.product__info-container .product-form__submit {
  background: #7ed957 !important;
  color: #ffffff !important;
}

/* Hover Add to cart */
.product__info-wrapper .product-form__submit:hover,
.product__info-container .product-form__submit:hover {
  background: #6dcc49 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(126, 217, 87, 0.28) !important;
}

/* Active Add to cart */
.product__info-wrapper .product-form__submit:active,
.product__info-container .product-form__submit:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* Текстът вътре в Add to cart */
.product__info-wrapper .product-form__submit span,
.product__info-container .product-form__submit span {
  color: inherit !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* TBI бутон - същата форма, оранжев */
.product__info-wrapper #tbiButton,
.product__info-container #tbiButton,
#tbiButton {
  background: #ff5a00 !important;
  color: #ffffff !important;
}

/* Hover TBI */
.product__info-wrapper #tbiButton:hover,
.product__info-container #tbiButton:hover,
#tbiButton:hover {
  background: #ef5200 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(255, 90, 0, 0.25) !important;
}

/* Active TBI */
.product__info-wrapper #tbiButton:active,
.product__info-container #tbiButton:active,
#tbiButton:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* TBI logo/text да стои центрирано */
#tbiButton img,
#tbiButton svg {
  max-height: 22px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product__info-wrapper .product-form__submit,
  .product__info-container .product-form__submit,
  .product__info-wrapper #tbiButton,
  .product__info-container #tbiButton,
  #tbiButton {
    min-height: 56px !important;
    height: 56px !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
}
/* =========================================================
   TimeShop Add to Cart button - green with cart icon
========================================================= */

.product__info-wrapper .product-form__submit,
.product__info-container .product-form__submit {
  background: #00b91f !important;
  color: #ffffff !important;
  border-radius: 7px !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  gap: 10px !important;
}

/* Иконка количка преди текста */
.product__info-wrapper .product-form__submit::before,
.product__info-container .product-form__submit::before {
  content: "🛒" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 21px !important;
  line-height: 1 !important;
  margin-right: 2px !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Махаме стандартния Dawn ::after border overlay */
.product__info-wrapper .product-form__submit::after,
.product__info-container .product-form__submit::after {
  display: none !important;
  content: none !important;
}

/* Hover */
.product__info-wrapper .product-form__submit:hover,
.product__info-container .product-form__submit:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(0, 185, 31, 0.24) !important;
}

/* Active */
.product__info-wrapper .product-form__submit:active,
.product__info-container .product-form__submit:active {
  background: #00961a !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* Текстът вътре */
.product__info-wrapper .product-form__submit span,
.product__info-container .product-form__submit span {
  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-transform: uppercase !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product__info-wrapper .product-form__submit,
  .product__info-container .product-form__submit {
    font-size: 15px !important;
    border-radius: 7px !important;
    gap: 8px !important;
  }

  .product__info-wrapper .product-form__submit::before,
  .product__info-container .product-form__submit::before {
    font-size: 19px !important;
  }
}
/* =========================================================
   TimeShop Add to Cart + TBI buttons final compact style
   - по-ниски бутони
   - бяла SVG количка
   - зеленият бутон е като примера
========================================================= */

/* Общ размер за Add to cart и TBI */
.product__info-wrapper .product-form__submit,
.product__info-container .product-form__submit,
.product__info-wrapper #tbiButton,
.product__info-container #tbiButton,
#tbiButton {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  border: 0 !important;
  border-radius: 7px !important;

  padding: 0 18px !important;
  margin: 0 0 10px 0 !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;
}

/* Махаме стандартните Dawn before/after ефекти */
.product__info-wrapper .product-form__submit::before,
.product__info-container .product-form__submit::before,
.product__info-wrapper .product-form__submit::after,
.product__info-container .product-form__submit::after {
  display: none !important;
  content: none !important;
}

/* Add to cart - зелен цвят като примера */
.product__info-wrapper .product-form__submit,
.product__info-container .product-form__submit {
  background: #00b91f !important;
  color: #ffffff !important;
}

/* SVG количка пред текста */
.product__info-wrapper .product-form__submit span:first-child::before,
.product__info-container .product-form__submit span:first-child::before,
.product__info-wrapper .product-form__submit > span::before,
.product__info-container .product-form__submit > span::before {
  content: "" !important;
  display: inline-block !important;
  width: 21px !important;
  height: 21px !important;
  margin-right: 9px !important;
  vertical-align: -4px !important;

  background-color: #ffffff !important;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2ZM7.2 14.5c-.75 0-1.41-.41-1.75-1.03L2 3H0V1h3.35l.94 2H22l-3.2 9.5c-.27.83-1.04 1.5-1.93 1.5H7.2ZM6.1 5l2.1 7h8.25l2.15-7H6.1Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2ZM7.2 14.5c-.75 0-1.41-.41-1.75-1.03L2 3H0V1h3.35l.94 2H22l-3.2 9.5c-.27.83-1.04 1.5-1.93 1.5H7.2ZM6.1 5l2.1 7h8.25l2.15-7H6.1Z'/%3E%3C/svg%3E") !important;

  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
}

/* Текстът вътре в Add to cart */
.product__info-wrapper .product-form__submit span,
.product__info-container .product-form__submit span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: uppercase !important;
}

/* Hover Add to cart */
.product__info-wrapper .product-form__submit:hover,
.product__info-container .product-form__submit:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Active Add to cart */
.product__info-wrapper .product-form__submit:active,
.product__info-container .product-form__submit:active {
  background: #00961a !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* TBI бутон - същата форма, по-нисък */
.product__info-wrapper #tbiButton,
.product__info-container #tbiButton,
#tbiButton {
  background: #ff5a00 !important;
  color: #ffffff !important;
}

/* Hover TBI */
.product__info-wrapper #tbiButton:hover,
.product__info-container #tbiButton:hover,
#tbiButton:hover {
  background: #ef5200 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(255, 90, 0, 0.22) !important;
}

/* TBI logo */
#tbiButton img,
#tbiButton svg {
  max-height: 20px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Desktop ширина като бранд блока */
@media screen and (min-width: 750px) {
  .product__info-wrapper .product-form,
  .product__info-wrapper product-form,
  .product__info-wrapper .product-form__buttons,
  .product__info-container .product-form,
  .product__info-container product-form,
  .product__info-container .product-form__buttons,
  .product__info-wrapper #tbiButton,
  .product__info-container #tbiButton,
  .product__info-wrapper .ts-tbi-info-block,
  .product__info-container .ts-tbi-info-block {
    width: 100% !important;
    max-width: 600px !important;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product__info-wrapper .product-form__submit,
  .product__info-container .product-form__submit,
  .product__info-wrapper #tbiButton,
  .product__info-container #tbiButton,
  #tbiButton {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    border-radius: 7px !important;
    font-size: 14px !important;
    gap: 8px !important;
    margin-bottom: 9px !important;
  }

  .product__info-wrapper .product-form__submit span:first-child::before,
  .product__info-container .product-form__submit span:first-child::before,
  .product__info-wrapper .product-form__submit > span::before,
  .product__info-container .product-form__submit > span::before {
    width: 18px !important;
    height: 18px !important;
    margin-right: 7px !important;
    vertical-align: -3px !important;
  }
}
/* =========================================================
   TimeShop final product buttons
   Add to cart + TBI compact, elegant, with custom white icon
========================================================= */

/* Общ стил за двата бутона */
html body main .product__info-wrapper .product-form__submit,
html body main .product__info-container .product-form__submit,
html body main .product__info-wrapper #tbiButton,
html body main .product__info-container #tbiButton,
html body #tbiButton {
  width: 100% !important;
  max-width: 600px !important;

  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;

  margin: 0 0 10px 0 !important;
  padding: 0 18px !important;

  border: 0 !important;
  border-radius: 7px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  box-shadow: none !important;

  transform: none !important;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;

  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Махаме старите span before emoji опити */
html body main .product__info-wrapper .product-form__submit span::before,
html body main .product__info-container .product-form__submit span::before {
  display: none !important;
  content: none !important;
}

/* Add to cart зелен цвят */
html body main .product__info-wrapper .product-form__submit,
html body main .product__info-container .product-form__submit {
  background: #00b91f !important;
  color: #ffffff !important;
}

/* ВАЖНО: замества стандартния Dawn ::before с твоята PNG иконка */
html body main .product__info-wrapper .product-form__submit::before,
html body main .product__info-container .product-form__submit::before {
  content: "" !important;

  position: static !important;
  inset: auto !important;
  z-index: auto !important;

  display: inline-block !important;
  flex: 0 0 auto !important;

  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;

  margin: 0 2px 0 0 !important;
  padding: 0 !important;

  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;

  -webkit-mask-image: url("grocery-store.png") !important;
  mask-image: url("grocery-store.png") !important;

  -webkit-mask-size: contain !important;
  mask-size: contain !important;

  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;

  -webkit-mask-position: center !important;
  mask-position: center !important;
}

/* Махаме Dawn overlay border */
html body main .product__info-wrapper .product-form__submit::after,
html body main .product__info-container .product-form__submit::after {
  display: none !important;
  content: none !important;
}

/* Текстът вътре */
html body main .product__info-wrapper .product-form__submit span,
html body main .product__info-container .product-form__submit span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: uppercase !important;

  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Hover Add to cart */
html body main .product__info-wrapper .product-form__submit:hover,
html body main .product__info-container .product-form__submit:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Active */
html body main .product__info-wrapper .product-form__submit:active,
html body main .product__info-container .product-form__submit:active {
  background: #00961a !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* TBI бутон - същата височина и по-елегантен текст */
html body main .product__info-wrapper #tbiButton,
html body main .product__info-container #tbiButton,
html body #tbiButton {
  background: #ff5a00 !important;
  color: #ffffff !important;
}

/* TBI hover */
html body main .product__info-wrapper #tbiButton:hover,
html body main .product__info-container #tbiButton:hover,
html body #tbiButton:hover {
  background: #ef5200 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(255, 90, 0, 0.22) !important;
}

/* TBI logo */
html body #tbiButton img,
html body #tbiButton svg {
  max-height: 19px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Desktop: ширина като долния бранд блок */
@media screen and (min-width: 750px) {
  html body main .product__info-wrapper .product-form,
  html body main .product__info-wrapper product-form,
  html body main .product__info-wrapper .product-form__buttons,
  html body main .product__info-container .product-form,
  html body main .product__info-container product-form,
  html body main .product__info-container .product-form__buttons,
  html body main .product__info-wrapper #tbiButton,
  html body main .product__info-container #tbiButton,
  html body main .product__info-wrapper .ts-tbi-info-block,
  html body main .product__info-container .ts-tbi-info-block {
    width: 100% !important;
    max-width: 600px !important;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body main .product__info-wrapper .product-form__submit,
  html body main .product__info-container .product-form__submit,
  html body main .product__info-wrapper #tbiButton,
  html body main .product__info-container #tbiButton,
  html body #tbiButton {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    border-radius: 7px !important;
    font-size: 13.5px !important;
    gap: 7px !important;
    margin-bottom: 9px !important;
  }

  html body main .product__info-wrapper .product-form__submit::before,
  html body main .product__info-container .product-form__submit::before {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
  }
}
/* =========================================================
   TimeShop FIX: remove old cart icon, keep only grocery-store.png
========================================================= */

/* Махаме всички стари иконки, добавяни върху span-а */
html body main .product__info-wrapper .product-form__submit span::before,
html body main .product__info-wrapper .product-form__submit span::after,
html body main .product__info-container .product-form__submit span::before,
html body main .product__info-container .product-form__submit span::after,
html body main .product__info-wrapper .product-form__submit .svg-wrapper,
html body main .product__info-container .product-form__submit .svg-wrapper,
html body main .product__info-wrapper .product-form__submit svg,
html body main .product__info-container .product-form__submit svg {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

/* Оставяме само нашата нова иконка върху самия бутон */
html body main .product__info-wrapper .product-form__submit::before,
html body main .product__info-container .product-form__submit::before {
  content: "" !important;

  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;

  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;

  margin: 0 9px 0 0 !important;
  padding: 0 !important;

  position: static !important;
  inset: auto !important;

  background-color: #ffffff !important;
  background-image: none !important;

  -webkit-mask-image: url("grocery-store.png") !important;
  mask-image: url("grocery-store.png") !important;

  -webkit-mask-size: contain !important;
  mask-size: contain !important;

  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;

  -webkit-mask-position: center !important;
  mask-position: center !important;

  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  flex-shrink: 0 !important;
}

/* Подреждаме текста и иконката в един ред */
html body main .product__info-wrapper .product-form__submit,
html body main .product__info-container .product-form__submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body main .product__info-wrapper .product-form__submit::before,
  html body main .product__info-container .product-form__submit::before {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin-right: 7px !important;
  }
}
/* =========================================================
   TimeShop FIX: center cart icon + text as one group
========================================================= */

/* Бутонът да центрира съдържанието като група */
html body main .product__info-wrapper .product-form__submit,
html body main .product__info-container .product-form__submit {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-align: center !important;
}

/* Махаме старата позиция на иконката */
html body main .product__info-wrapper .product-form__submit::before,
html body main .product__info-container .product-form__submit::before {
  content: "" !important;

  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;

  margin: 0 !important;
  padding: 0 !important;

  background-color: #ffffff !important;

  -webkit-mask-image: url("grocery-store.png") !important;
  mask-image: url("grocery-store.png") !important;

  -webkit-mask-size: contain !important;
  mask-size: contain !important;

  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;

  -webkit-mask-position: center !important;
  mask-position: center !important;

  flex-shrink: 0 !important;
}

/* Текстът да не измества иконата */
html body main .product__info-wrapper .product-form__submit span,
html body main .product__info-container .product-form__submit span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  flex: 0 0 auto !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;
}

/* Ако темата има loading spinner вътре, да не влияе на позицията */
html body main .product__info-wrapper .product-form__submit .loading__spinner,
html body main .product__info-container .product-form__submit .loading__spinner {
  position: absolute !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body main .product__info-wrapper .product-form__submit,
  html body main .product__info-container .product-form__submit {
    gap: 8px !important;
  }

  html body main .product__info-wrapper .product-form__submit::before,
  html body main .product__info-container .product-form__submit::before {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
  }
}
/* =========================================================
   TimeShop - Add to cart with built-in white filled cart icon
========================================================= */

/* 1) Нулираме всички стари опити за иконки */
html body main .product-form__submit::before,
html body main .product-form__submit::after,
html body main .product-form__submit span::before,
html body main .product-form__submit span::after,
html body main .product-form__submit .ts-atc-icon,
html body main .product-form__submit img.ts-atc-icon,
html body main .product-form__submit .svg-wrapper {
  content: none !important;
  display: none !important;
  background: none !important;
  background-image: none !important;
}

/* 2) Основен стил на бутона */
html body main .product__info-wrapper .product-form__submit,
html body main .product__info-container .product-form__submit {
  width: 100% !important;
  max-width: 600px !important;

  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: max-content !important;
  justify-content: center !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 12px !important;

  padding: 0 18px !important;
  margin: 0 0 10px 0 !important;

  border: 0 !important;
  border-radius: 7px !important;

  background: #00b91f !important;
  color: #ffffff !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;

  cursor: pointer !important;
  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;

  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* 3) Бяла запълнена SVG количка */
html body main .product__info-wrapper .product-form__submit::before,
html body main .product__info-container .product-form__submit::before {
  content: "" !important;
  display: block !important;

  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;

  margin: 0 !important;
  padding: 0 !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;

  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'>\
<path d='M2 3.25A.75.75 0 0 1 2.75 2.5H4.6c.7 0 1.31.49 1.46 1.18l.18.82H20a1.5 1.5 0 0 1 1.45 1.9l-1.6 5.6A2.25 2.25 0 0 1 17.69 13H8.1a2.25 2.25 0 0 1-2.2-1.83L4.73 5.5H2.75A.75.75 0 0 1 2 4.75v-1.5Zm5.35 14.25a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8Zm9.3 0a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8Z'/>\
</svg>") !important;
}

/* 4) Текстът да не заема цял ред и да не бута иконата */
html body main .product__info-wrapper .product-form__submit > span,
html body main .product__info-container .product-form__submit > span {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* Spinner да не разваля центровката */
html body main .product__info-wrapper .product-form__submit .loading__spinner,
html body main .product__info-container .product-form__submit .loading__spinner {
  position: absolute !important;
}

/* Hover */
html body main .product__info-wrapper .product-form__submit:hover,
html body main .product__info-container .product-form__submit:hover {
  background: #00a91d !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Active */
html body main .product__info-wrapper .product-form__submit:active,
html body main .product__info-container .product-form__submit:active {
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body main .product__info-wrapper .product-form__submit,
  html body main .product__info-container .product-form__submit {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    font-size: 13.5px !important;
    column-gap: 10px !important;
  }

  html body main .product__info-wrapper .product-form__submit::before,
  html body main .product__info-container .product-form__submit::before {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
  }
}
/* =========================================================
   TimeShop Add to Cart - clean icon/button style
========================================================= */

html body main .product__info-wrapper .product-form__submit,
html body main .product__info-container .product-form__submit {
  width: 100% !important;
  max-width: 600px !important;

  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  padding: 0 18px !important;
  margin: 0 0 10px 0 !important;

  border: 0 !important;
  border-radius: 7px !important;

  background: #00b91f !important;
  color: #ffffff !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;

  cursor: pointer !important;

  transition:
    background-color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;
}

/* Махаме всички CSS иконки */
html body main .product-form__submit::before,
html body main .product-form__submit::after,
html body main .product-form__submit span::before,
html body main .product-form__submit span::after {
  display: none !important;
  content: none !important;
}

/* Махаме стари реални иконки, но НЕ махаме нашата нова */
html body main .product-form__submit img:not(.ts-atc-new-icon),
html body main .product-form__submit svg:not(.ts-atc-new-icon),
html body main .product-form__submit .svg-wrapper,
html body main .product-form__submit .ts-atc-icon {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Новата SVG количка */
html body main .product-form__submit .ts-atc-new-icon {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;

  fill: #ffffff !important;
  color: #ffffff !important;

  margin: 0 !important;
  padding: 0 !important;

  flex: 0 0 auto !important;
}

/* Текст */
html body main .product-form__submit span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;

  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: uppercase !important;
}

/* Spinner да не измества иконата */
html body main .product-form__submit .loading__spinner {
  position: absolute !important;
}

/* Hover */
html body main .product__info-wrapper .product-form__submit:hover,
html body main .product__info-container .product-form__submit:hover {
  background: #00a91d !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body main .product__info-wrapper .product-form__submit,
  html body main .product__info-container .product-form__submit {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    font-size: 13.5px !important;
    gap: 8px !important;
  }

  html body main .product-form__submit .ts-atc-new-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
  }
}
/* =========================================================
   TimeShop mobile buttons - slightly taller
========================================================= */

@media screen and (max-width: 749px) {
  html body main .product__info-wrapper .product-form__submit,
  html body main .product__info-container .product-form__submit,
  html body main .product__info-wrapper #tbiButton,
  html body main .product__info-container #tbiButton,
  html body #tbiButton {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    font-size: 14px !important;
    border-radius: 7px !important;
  }

  html body main .product-form__submit .ts-atc-new-icon {
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
  }
}
/* =========================================================
   TimeShop Cart / Popup Buttons Design
   Same style as product page buttons
========================================================= */

/* ---------------------------------------------------------
   1. Cart notification popup buttons
--------------------------------------------------------- */

/* Контейнерът с бутоните в popout-а */
html body .cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

/* Общ стил за бутоните в popup-а */
html body .cart-notification__links .button,
html body .cart-notification__links a.button,
html body .cart-notification__links button {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 18px !important;

  border-radius: 7px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  pointer-events: auto !important;

  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;

  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Първи бутон - Покажи количката */
html body .cart-notification__links .button:first-child,
html body .cart-notification__links a.button:first-child {
  background: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
}

/* Hover първи бутон */
html body .cart-notification__links .button:first-child:hover,
html body .cart-notification__links a.button:first-child:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Втори бутон - Продължете да пазарувате */
html body .cart-notification__links .button:not(:first-child),
html body .cart-notification__links a.button:not(:first-child),
html body .cart-notification__links button:not(:first-child) {
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
}

/* Hover втори бутон */
html body .cart-notification__links .button:not(:first-child):hover,
html body .cart-notification__links a.button:not(:first-child):hover,
html body .cart-notification__links button:not(:first-child):hover {
  background: #000000 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
}

/* Махаме стандартните Dawn outlines */
html body .cart-notification__links .button::before,
html body .cart-notification__links .button::after {
  display: none !important;
  content: none !important;
}


/* ---------------------------------------------------------
   2. Cart page checkout button
--------------------------------------------------------- */

html body .cart__checkout-button,
html body button[name="checkout"],
html body .cart__footer button[name="checkout"],
html body .cart__footer .cart__checkout-button {
  width: 100% !important;
  max-width: 600px !important;

  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 0 10px 0 !important;
  padding: 0 18px !important;

  background: #00b91f !important;
  color: #ffffff !important;

  border: 0 !important;
  border-radius: 7px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  pointer-events: auto !important;

  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;

  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/* Hover checkout */
html body .cart__checkout-button:hover,
html body button[name="checkout"]:hover,
html body .cart__footer button[name="checkout"]:hover,
html body .cart__footer .cart__checkout-button:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Active checkout */
html body .cart__checkout-button:active,
html body button[name="checkout"]:active {
  background: #00961a !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* Махаме Dawn border overlay */
html body .cart__checkout-button::before,
html body .cart__checkout-button::after,
html body button[name="checkout"]::before,
html body button[name="checkout"]::after {
  display: none !important;
  content: none !important;
}


/* ---------------------------------------------------------
   3. Cart page TBI button
--------------------------------------------------------- */

html body #cartTbiButton,
html body .cart__footer #cartTbiButton,
html body .cart__ctas #cartTbiButton {
  width: 100% !important;
  max-width: 600px !important;

  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  margin: 0 0 10px 0 !important;
  padding: 0 18px !important;

  background: #ff5a00 !important;
  color: #ffffff !important;

  border: 0 !important;
  border-radius: 7px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;

  cursor: pointer !important;
  pointer-events: auto !important;

  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;
}

/* Hover cart TBI */
html body #cartTbiButton:hover,
html body .cart__footer #cartTbiButton:hover,
html body .cart__ctas #cartTbiButton:hover {
  background: #ef5200 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(255, 90, 0, 0.22) !important;
}

/* TBI logo вътре */
html body #cartTbiButton img,
html body #cartTbiButton svg {
  max-height: 19px !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
}


/* ---------------------------------------------------------
   4. Cart footer alignment
--------------------------------------------------------- */

html body .cart__ctas,
html body .cart__footer .cart__ctas,
html body .cart__footer .cart__blocks {
  width: 100% !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* Ако checkout/TBI са в отделни wrapper-и */
html body .cart__footer .cart__ctas > *,
html body .cart__footer .cart__blocks > * {
  width: 100% !important;
  max-width: 600px !important;
}


/* ---------------------------------------------------------
   5. Mobile
--------------------------------------------------------- */

@media screen and (max-width: 749px) {
  html body .cart-notification__links .button,
  html body .cart-notification__links a.button,
  html body .cart-notification__links button,
  html body .cart__checkout-button,
  html body button[name="checkout"],
  html body #cartTbiButton {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    border-radius: 7px !important;
    font-size: 14px !important;
  }

  html body .cart__ctas,
  html body .cart__footer .cart__ctas,
  html body .cart__footer .cart__blocks {
    max-width: 100% !important;
  }
}
/* =========================================================
   TimeShop cart notification buttons - exact selectors
========================================================= */

/* Общ стил за всички бутони в popup-а */
html body .cart-notification a[href*="/cart"],
html body .cart-notification form[action*="/cart"] button,
html body .cart-notification button[name="checkout"],
html body .cart-notification .cart-notification__links button,
html body .cart-notification .cart-notification__links a,
html body cart-notification a[href*="/cart"],
html body cart-notification form[action*="/cart"] button,
html body cart-notification button[name="checkout"],
html body cart-notification .cart-notification__links button,
html body cart-notification .cart-notification__links a {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 0 10px 0 !important;
  padding: 0 18px !important;

  border-radius: 7px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  pointer-events: auto !important;

  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;
}

/* ПОКАЖИ КОЛИЧКАТА = черен */
html body .cart-notification a[href*="/cart"]:not([href*="checkout"]),
html body cart-notification a[href*="/cart"]:not([href*="checkout"]) {
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
}

html body .cart-notification a[href*="/cart"]:not([href*="checkout"]):hover,
html body cart-notification a[href*="/cart"]:not([href*="checkout"]):hover {
  background: #000000 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.14) !important;
}

/* ПРЕМИНАВАНЕ КЪМ ПЛАЩАНЕ = зелен */
html body .cart-notification button[name="checkout"],
html body .cart-notification form[action*="/cart"] button[type="submit"],
html body cart-notification button[name="checkout"],
html body cart-notification form[action*="/cart"] button[type="submit"] {
  background: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
}

html body .cart-notification button[name="checkout"]:hover,
html body .cart-notification form[action*="/cart"] button[type="submit"]:hover,
html body cart-notification button[name="checkout"]:hover,
html body cart-notification form[action*="/cart"] button[type="submit"]:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0,185,31,0.22) !important;
}

/* ПРОДЪЛЖЕТЕ ДА ПАЗАРУВАТЕ = бял с черен бордер */
/* В Dawn това често е button, който няма name=checkout */
html body .cart-notification .cart-notification__links button:not([name="checkout"]):not([type="submit"]),
html body cart-notification .cart-notification__links button:not([name="checkout"]):not([type="submit"]) {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
}

html body .cart-notification .cart-notification__links button:not([name="checkout"]):not([type="submit"]):hover,
html body cart-notification .cart-notification__links button:not([name="checkout"]):not([type="submit"]):hover {
  background: #f7f7f7 !important;
  color: #111111 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08) !important;
}

/* Ако "Продължете" е линк вместо button */
html body .cart-notification .cart-notification__links a:not([href*="/cart"]),
html body cart-notification .cart-notification__links a:not([href*="/cart"]) {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
}

/* Махаме стандартните Dawn pseudo overlays */
html body .cart-notification .button::before,
html body .cart-notification .button::after,
html body cart-notification .button::before,
html body cart-notification .button::after,
html body .cart-notification button::before,
html body .cart-notification button::after,
html body cart-notification button::before,
html body cart-notification button::after {
  display: none !important;
  content: none !important;
}
/* =========================================================
   TimeShop cart notification - checkout green + equal spacing
========================================================= */

/* Правим еднакво разстояние между трите бутона */
html body .cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

/* Нулираме margin-и, за да работи gap-ът еднакво */
html body .cart-notification__links .button,
html body .cart-notification__links a.button,
html body .cart-notification__links button {
  margin: 0 !important;
}

/* Преминаване към плащане = зелен бутон */
html body .cart-notification__links button[name="checkout"],
html body .cart-notification__links form[action*="/cart"] button[type="submit"],
html body cart-notification .cart-notification__links button[name="checkout"],
html body cart-notification .cart-notification__links form[action*="/cart"] button[type="submit"] {
  background: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
}

/* Hover за Преминаване към плащане */
html body .cart-notification__links button[name="checkout"]:hover,
html body .cart-notification__links form[action*="/cart"] button[type="submit"]:hover,
html body cart-notification .cart-notification__links button[name="checkout"]:hover,
html body cart-notification .cart-notification__links form[action*="/cart"] button[type="submit"]:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}
/* Fallback: вторият бутон в popup-а е checkout */
html body .cart-notification__links > *:nth-child(2),
html body cart-notification .cart-notification__links > *:nth-child(2) {
  background: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
}

html body .cart-notification__links > *:nth-child(2):hover,
html body cart-notification .cart-notification__links > *:nth-child(2):hover {
  background: #00a91d !important;
  color: #ffffff !important;
}
/* =========================================================
   TimeShop cart notification final fix
   Remove green ghost line + make checkout green
========================================================= */

/* Еднакво разстояние между бутоните */
html body .cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

/* Нулираме margin-и на всички бутони/wrapper-и */
html body .cart-notification__links > *,
html body .cart-notification__links .button,
html body .cart-notification__links button,
html body .cart-notification__links a {
  margin: 0 !important;
}

/* Махаме всички Dawn pseudo overlays, които правят зелената линия */
html body .cart-notification__links .button::before,
html body .cart-notification__links .button::after,
html body .cart-notification__links button::before,
html body .cart-notification__links button::after,
html body .cart-notification__links a::before,
html body .cart-notification__links a::after,
html body .cart-notification__links form::before,
html body .cart-notification__links form::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: none !important;
}

/* Покажи количката - черен */
html body .cart-notification__links a[href*="/cart"] {
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
}

/* Checkout form wrapper да не носи фон/линия */
html body .cart-notification__links form {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Преминаване към плащане - самият бутон зелен */
html body .cart-notification__links form button,
html body .cart-notification__links button[name="checkout"],
html body .cart-notification__links button[type="submit"] {
  background: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Hover checkout */
html body .cart-notification__links form button:hover,
html body .cart-notification__links button[name="checkout"]:hover,
html body .cart-notification__links button[type="submit"]:hover {
  background: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Продължете да пазарувате - бял с черен бордер */
html body .cart-notification__links button:not([name="checkout"]):not([type="submit"]),
html body .cart-notification__links a:not([href*="/cart"]) {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

/* Ако checkout е вторият елемент, подсигуряваме го */
html body .cart-notification__links > *:nth-child(2) button,
html body .cart-notification__links > *:nth-child(2).button,
html body .cart-notification__links > *:nth-child(2) {
  background: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}
/* =========================================================
   TimeShop FINAL: cart notification checkout button green
========================================================= */

/* Разстояние между бутоните */
html body .cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

html body .cart-notification__links > *,
html body .cart-notification__links .button,
html body .cart-notification__links button,
html body .cart-notification__links a,
html body .cart-notification__links form {
  margin: 0 !important;
}

/* Покажи количката - черен */
html body #cart-notification-button,
html body .cart-notification__links a[href*="/cart"] {
  --color-button: 17, 17, 17 !important;
  --color-button-text: 255, 255, 255 !important;

  background: #111111 !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Checkout form wrapper - без фон/линии */
html body #cart-notification-form,
html body .cart-notification__links form[action*="/cart"] {
  width: 100% !important;
  display: block !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Преминаване към плащане - зелен */
html body #cart-notification-form button,
html body #cart-notification-form button[name="checkout"],
html body .cart-notification__links form[action*="/cart"] button,
html body .cart-notification__links form[action*="/cart"] button[name="checkout"] {
  --color-button: 0, 185, 31 !important;
  --color-button-text: 255, 255, 255 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 0 !important;

  background: #00b91f !important;
  background-color: #00b91f !important;
  color: #ffffff !important;

  border: 0 !important;
  box-shadow: none !important;
}

/* Махаме Dawn overlay/border, който може да го прави черен */
html body #cart-notification-form button::before,
html body #cart-notification-form button::after,
html body #cart-notification-form button[name="checkout"]::before,
html body #cart-notification-form button[name="checkout"]::after,
html body .cart-notification__links form[action*="/cart"] button::before,
html body .cart-notification__links form[action*="/cart"] button::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Hover checkout */
html body #cart-notification-form button:hover,
html body #cart-notification-form button[name="checkout"]:hover,
html body .cart-notification__links form[action*="/cart"] button:hover {
  --color-button: 0, 169, 29 !important;

  background: #00a91d !important;
  background-color: #00a91d !important;
  color: #ffffff !important;

  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Продължете да пазарувате - бял с черен бордер */
html body .cart-notification__links button[type="button"],
html body .cart-notification__links .button-label,
html body .cart-notification__links a:not(#cart-notification-button):not([href*="/cart"]) {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

/* Обща форма на трите бутона */
html body .cart-notification__links .button,
html body .cart-notification__links a.button,
html body .cart-notification__links button {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 7px !important;
  padding: 0 18px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
/* =========================================================
   TimeShop cart notification popup - exact button colors
========================================================= */

/* Еднакво разстояние между бутоните */
html body .cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

html body .cart-notification__links > *,
html body .cart-notification__links .button,
html body .cart-notification__links a,
html body .cart-notification__links div,
html body .cart-notification__links button {
  margin: 0 !important;
}

/* Общ стил за трите popup бутона */
html body .cart-notification__links .button,
html body .cart-notification__links a.button,
html body .cart-notification__links .mw-btn-modal {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 18px !important;
  border-radius: 7px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  pointer-events: auto !important;

  box-shadow: none !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;
}

/* Махаме Dawn pseudo overlay-и */
html body .cart-notification__links .button::before,
html body .cart-notification__links .button::after,
html body .cart-notification__links a.button::before,
html body .cart-notification__links a.button::after,
html body .cart-notification__links .mw-btn-modal::before,
html body .cart-notification__links .mw-btn-modal::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* 1) Покажи количката = черен */
html body .cart-notification__links a[href*="/cart"],
html body .cart-notification__links #cart-notification-button {
  background: #111111 !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
}

html body .cart-notification__links a[href*="/cart"]:hover,
html body .cart-notification__links #cart-notification-button:hover {
  background: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.14) !important;
}

/* 2) Преминаване към плащане = зелен */
html body .cart-notification__links .mw-btn-modal {
  background: #00b91f !important;
  background-color: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
}

html body .cart-notification__links .mw-btn-modal:hover {
  background: #00a91d !important;
  background-color: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0,185,31,0.22) !important;
}

/* 3) Продължете да пазарувате = бял с черен бордер */
html body .cart-notification__links button:not([name="checkout"]),
html body .cart-notification__links a:not([href*="/cart"]):not(.mw-btn-modal) {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
}

html body .cart-notification__links button:not([name="checkout"]):hover,
html body .cart-notification__links a:not([href*="/cart"]):not(.mw-btn-modal):hover {
  background: #f7f7f7 !important;
  color: #111111 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08) !important;
}
/* =========================================================
   TimeShop FINAL FIX - mw-btn-modal checkout button
========================================================= */

/* Преминаване към плащане - директно по класа */
html body .mw-btn-modal,
html body div.mw-btn-modal,
html body .button.mw-btn-modal,
html body .button.button--primary.mw-btn-modal,
html body .button.button--primary.button--full-width.mw-btn-modal {
  --color-button: 0, 185, 31 !important;
  --color-button-text: 255, 255, 255 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 0 !important;

  background: #00b91f !important;
  background-color: #00b91f !important;
  color: #ffffff !important;

  border: 0 !important;
  box-shadow: none !important;

  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 18px !important;

  border-radius: 7px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important;

  cursor: pointer !important;
  pointer-events: auto !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease !important;
}

/* Махаме Dawn ::before / ::after, които може да го правят черен */
html body .mw-btn-modal::before,
html body .mw-btn-modal::after,
html body div.mw-btn-modal::before,
html body div.mw-btn-modal::after,
html body .button.mw-btn-modal::before,
html body .button.mw-btn-modal::after,
html body .button.button--primary.mw-btn-modal::before,
html body .button.button--primary.mw-btn-modal::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Hover */
html body .mw-btn-modal:hover,
html body div.mw-btn-modal:hover,
html body .button.mw-btn-modal:hover,
html body .button.button--primary.mw-btn-modal:hover {
  background: #00a91d !important;
  background-color: #00a91d !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(0, 185, 31, 0.22) !important;
}

/* Active */
html body .mw-btn-modal:active,
html body div.mw-btn-modal:active,
html body .button.mw-btn-modal:active {
  background: #00961a !important;
  background-color: #00961a !important;
  transform: translateY(0) !important;
  box-shadow: none !important;
}

/* Еднакво разстояние между бутоните в popup-а */
html body .cart-notification__links,
html body cart-notification .cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

/* Нулираме margin-и, за да няма различно разстояние */
html body .cart-notification__links > *,
html body cart-notification .cart-notification__links > *,
html body .cart-notification__links .button,
html body cart-notification .cart-notification__links .button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* =========================================================
   TimeShop Luxury Badge - Gold / Black
========================================================= */

.product-card-wrapper .ts-luxury-badge,
.card-wrapper .ts-luxury-badge {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;

  background: linear-gradient(135deg, #c99a2e 0%, #f5d27a 45%, #b8860b 100%) !important;
  color: #111111 !important;

  border: 1px solid rgba(120, 82, 10, 0.45) !important;
  border-radius: 5px !important;

  padding: 4px 8px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;

  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}

.product-card-wrapper .ts-luxury-badge::before,
.card-wrapper .ts-luxury-badge::before {
  content: "◆" !important;
  display: inline-block !important;
  margin-right: 5px !important;
  color: #111111 !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-luxury-badge,
  .card-wrapper .ts-luxury-badge {
    font-size: 10px !important;
    padding: 4px 7px !important;
  }
}
/* =========================================================
   TimeShop Limited Badge - Diamond SVG Effect
========================================================= */

.product-card-wrapper .ts-limited-badge,
.card-wrapper .ts-limited-badge {
  position: relative !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;

  width: fit-content !important;
  min-height: 25px !important;

  overflow: hidden !important;

  background:
    linear-gradient(135deg,
      #f8fdff 0%,
      #dff7ff 28%,
      #ffffff 48%,
      #c5f0ff 72%,
      #eefcff 100%
    ) !important;

  color: #061923 !important;

  border: 1px solid rgba(78, 166, 220, 0.75) !important;
  border-radius: 6px !important;

  padding: 5px 9px !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.025em !important;
  text-transform: uppercase !important;

  box-shadow:
    0 1px 5px rgba(0, 0, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(78, 166, 220, 0.25) !important;
}

/* SVG диамант */
.product-card-wrapper .ts-limited-diamond-icon,
.card-wrapper .ts-limited-diamond-icon {
  display: inline-block !important;

  width: 22px !important;
  height: 17px !important;
  min-width: 22px !important;

  flex: 0 0 auto !important;

  margin: 0 !important;
  padding: 0 !important;

  filter:
    drop-shadow(0 0 2px rgba(86, 191, 239, 0.55))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18)) !important;
}

/* Махаме старите CSS pseudo икони, ако са останали */
.product-card-wrapper .ts-limited-badge::before,
.card-wrapper .ts-limited-badge::before {
  display: none !important;
  content: none !important;
}

/* Shine ефект върху badge-а */
.product-card-wrapper .ts-limited-badge::after,
.card-wrapper .ts-limited-badge::after {
  content: "" !important;
  position: absolute !important;

  top: -45% !important;
  left: -70% !important;

  width: 40% !important;
  height: 190% !important;

  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.85) 50%,
    rgba(255,255,255,0) 100%
  ) !important;

  transform: rotate(25deg) !important;
  pointer-events: none !important;

  animation: tsLimitedShine 3.4s ease-in-out infinite !important;
}

@keyframes tsLimitedShine {
  0% {
    left: -75%;
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  38% {
    left: 125%;
    opacity: 0;
  }

  100% {
    left: 125%;
    opacity: 0;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-limited-badge,
  .card-wrapper .ts-limited-badge {
    min-height: 24px !important;
    font-size: 10px !important;
    padding: 5px 8px !important;
    gap: 5px !important;
  }

  .product-card-wrapper .ts-limited-diamond-icon,
  .card-wrapper .ts-limited-diamond-icon {
    width: 20px !important;
    height: 15px !important;
    min-width: 20px !important;
  }
}
/* =========================================================
   TimeShop Limited Badge - smaller size
========================================================= */

.product-card-wrapper .ts-limited-badge,
.card-wrapper .ts-limited-badge {
  min-height: 22px !important;
  padding: 4px 7px !important;
  gap: 5px !important;

  font-size: 10px !important;
  border-radius: 5px !important;
}

/* Смален диамант */
.product-card-wrapper .ts-limited-diamond-icon,
.card-wrapper .ts-limited-diamond-icon {
  width: 17px !important;
  height: 13px !important;
  min-width: 17px !important;
}

/* Mobile още една идея по-компактно */
@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-limited-badge,
  .card-wrapper .ts-limited-badge {
    min-height: 21px !important;
    padding: 4px 6px !important;
    gap: 4px !important;
    font-size: 9.5px !important;
  }

  .product-card-wrapper .ts-limited-diamond-icon,
  .card-wrapper .ts-limited-diamond-icon {
    width: 15px !important;
    height: 12px !important;
    min-width: 15px !important;
  }
}
/* =========================================================
   TimeShop desktop fix - product badges going over header
========================================================= */

/* Header винаги стои над продуктовите баджове */
@media screen and (min-width: 990px) {
  html body .shopify-section-header,
  html body #shopify-section-header,
  html body sticky-header,
  html body .header-wrapper,
  html body .header {
    position: relative !important;
    z-index: 1000 !important;
  }

  /* Ако header-ът е sticky */
  html body .shopify-section-header-sticky,
  html body .shopify-section-header-hidden,
  html body .shopify-section-header-sticky .header-wrapper {
    z-index: 1000 !important;
  }

  /* Баджовете остават под header-а */
  html body .product-card-wrapper .ts-discount-badge,
  html body .product-card-wrapper .ts-origin-badge,
  html body .product-card-wrapper .ts-best-seller-badge,
  html body .product-card-wrapper .ts-luxury-badge,
  html body .product-card-wrapper .ts-limited-badge,
  html body .product-card-wrapper .ts-new-badge,
  html body .card-wrapper .ts-discount-badge,
  html body .card-wrapper .ts-origin-badge,
  html body .card-wrapper .ts-best-seller-badge,
  html body .card-wrapper .ts-luxury-badge,
  html body .card-wrapper .ts-limited-badge,
  html body .card-wrapper .ts-new-badge {
    position: relative !important;
    z-index: 2 !important;
  }

  /* Контейнерът на картата да не създава по-висок слой от header-а */
  html body .product-card-wrapper,
  html body .card-wrapper,
  html body .product-card-wrapper .card,
  html body .card-wrapper .card {
    z-index: auto !important;
  }

  html body .product-card-wrapper:hover,
  html body .card-wrapper:hover {
    z-index: 3 !important;
  }
}
/* =========================================================
   TimeShop cart bubble - number to the right of the dot
========================================================= */

html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
}

/* Червената точка */
html body #cart-icon-bubble .cart-count-bubble {
  position: absolute !important;
  top: 4px !important;
  right: 7px !important;

  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;

  display: block !important;
  padding: 0 !important;
  margin: 0 !important;

  background: #ef2b2d !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  z-index: 30 !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* Числото - вдясно и леко надолу */
html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
  position: absolute !important;
  top: 2px !important;
  left: 11px !important;

  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #111111 !important;
  font-family: var(--ts-font-main) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Скриваме hidden текста */
html body #cart-icon-bubble .cart-count-bubble .visually-hidden {
  display: none !important;
}

/* Махаме pseudo елементи */
html body #cart-icon-bubble .cart-count-bubble::before,
html body #cart-icon-bubble .cart-count-bubble::after {
  display: none !important;
  content: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble {
    top: 4px !important;
    right: 7px !important;

    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
  }

  html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
    top: 2px !important;
    left: 10px !important;
    font-size: 8px !important;
  }
}
/* =========================================================
   TimeShop cart bubble - bigger dot + bigger number
========================================================= */

html body #cart-icon-bubble .cart-count-bubble {
  top: 6px !important;
  right: 7px !important;

  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;

  border: 1.5px solid #ffffff !important;
}

/* Числото - по-голямо и малко по-надолу */
html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
  top: 3px !important;
  left: 13px !important;

  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble {
    top: 6px !important;
    right: 7px !important;

    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
  }

  html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
    top: 3px !important;
    left: 12px !important;

    font-size: 9px !important;
    font-weight: 800 !important;
  }
}
/* =========================================================
   TimeShop cart bubble - dot on bag + bigger closer number
========================================================= */

/* Червеното кръгче - да стъпи върху самата чанта */
html body #cart-icon-bubble .cart-count-bubble {
  top: 7px !important;
  right: 10px !important;

  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;

  border: 1.5px solid #ffffff !important;
}

/* Числото - една идея по-голямо и по-близо до кръгчето */
html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
  top: 2px !important;
  left: 11px !important;

  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

/* Mobile - още по-близо върху чантата */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble {
    top: 7px !important;
    right: 9px !important;

    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
  }

  html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
    top: 2px !important;
    left: 10px !important;

    font-size: 10px !important;
    font-weight: 800 !important;
  }
}
/* =========================================================
   TimeShop cart bubble - over the bag, not under it
========================================================= */

html body #cart-icon-bubble,
html body .header__icon--cart,
html body a.header__icon--cart {
  position: relative !important;
  overflow: visible !important;
  z-index: 1 !important;
}

/* самата иконка на чантата да е под кръгчето */
html body #cart-icon-bubble svg,
html body #cart-icon-bubble .icon,
html body .header__icon--cart svg,
html body .header__icon--cart .icon {
  position: relative !important;
  z-index: 1 !important;
}

/* червеното кръгче */
html body #cart-icon-bubble .cart-count-bubble {
  position: absolute !important;
  top: 7px !important;
  right: 8px !important;

  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;

  display: block !important;
  margin: 0 !important;
  padding: 0 !important;

  background: #ef2b2d !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;

  box-shadow: none !important;
  overflow: visible !important;

  z-index: 20 !important; /* важно - над чантата */
}

/* числото */
html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
  position: absolute !important;
  top: 2px !important;
  left: 12px !important;

  display: block !important;
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #111111 !important;
  font-family: var(--ts-font-main) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 21 !important; /* над кръгчето */
}

/* hidden text */
html body #cart-icon-bubble .cart-count-bubble .visually-hidden {
  display: none !important;
}

/* махаме псевдо елементи */
html body #cart-icon-bubble .cart-count-bubble::before,
html body #cart-icon-bubble .cart-count-bubble::after {
  display: none !important;
  content: none !important;
}

/* mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble {
    top: 7px !important;
    right: 7px !important;

    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;

    z-index: 20 !important;
  }

  html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
    top: 2px !important;
    left: 11px !important;

    font-size: 10px !important;
    z-index: 21 !important;
  }
}
/* =========================================================
   TimeShop cart bubble - red dot above bag line
========================================================= */

html body #cart-icon-bubble,
html body .header__icon--cart,
html body a.header__icon--cart {
  position: relative !important;
  overflow: visible !important;
}

/* Чантата остава под червената точка */
html body #cart-icon-bubble svg,
html body #cart-icon-bubble .icon,
html body .header__icon--cart svg,
html body .header__icon--cart .icon {
  position: relative !important;
  z-index: 1 !important;
}

/* Червеното кръгче минава над чантата */
html body #cart-icon-bubble .cart-count-bubble {
  position: absolute !important;
  z-index: 999 !important;

  top: 6px !important;
  right: 8px !important;

  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;

  background: #ef2b2d !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;

  overflow: visible !important;
}

/* Числото остава най-отгоре */
html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
  position: absolute !important;
  z-index: 1000 !important;

  top: 2px !important;
  left: 12px !important;

  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
/* =========================================================
   TimeShop cart bubble - red dot above bag SVG FINAL
========================================================= */

html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
}

/* Чантата остава отдолу */
html body #cart-icon-bubble svg,
html body #cart-icon-bubble .icon {
  position: relative !important;
  z-index: 1 !important;
}

/* Скриваме реалния фон на старото bubble, за да не се бие с новото */
html body #cart-icon-bubble .cart-count-bubble {
  position: absolute !important;

  top: 5px !important;
  right: 8px !important;

  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;

  display: block !important;

  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
  z-index: 50 !important;
}

/* Новата червена точка - винаги НАД чантата */
html body #cart-icon-bubble::after {
  content: "" !important;

  position: absolute !important;

  top: 5px !important;
  right: 8px !important;

  width: 12px !important;
  height: 12px !important;

  background: #ef2b2d !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;

  box-sizing: border-box !important;

  z-index: 80 !important;
  pointer-events: none !important;
}

/* Числото - над червената точка, малко вдясно */
html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
  position: absolute !important;

  top: 2px !important;
  left: 12px !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #111111 !important;

  font-family: var(--ts-font-main) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 90 !important;
}

/* Скриваме hidden текста */
html body #cart-icon-bubble .cart-count-bubble .visually-hidden {
  display: none !important;
}

/* Махаме старите pseudo елементи на bubble */
html body #cart-icon-bubble .cart-count-bubble::before,
html body #cart-icon-bubble .cart-count-bubble::after {
  display: none !important;
  content: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble {
    top: 5px !important;
    right: 8px !important;
  }

  html body #cart-icon-bubble::after {
    top: 5px !important;
    right: 8px !important;

    width: 11px !important;
    height: 11px !important;
  }

  html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
    top: 2px !important;
    left: 11px !important;

    font-size: 10px !important;
  }
}
/* =========================================================
   TimeShop custom cart notification badge
========================================================= */

html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
}

/* Скриваме оригиналния червен bubble визуално, но оставяме числото да го вземем с JS */
html body #cart-icon-bubble .cart-count-bubble {
  display: none !important;
}

/* Нашето ново червено кръгче */
html body #cart-icon-bubble .ts-custom-cart-dot {
  position: absolute !important;

  top: 6px !important;
  right: 8px !important;

  width: 12px !important;
  height: 12px !important;

  display: block !important;

  background: #ef2b2d !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;

  box-sizing: border-box !important;

  z-index: 99999 !important;
  pointer-events: none !important;
}

/* Нашето число вдясно */
html body #cart-icon-bubble .ts-custom-cart-number {
  position: absolute !important;

  top: 7px !important;
  right: -2px !important;

  display: block !important;

  color: #111111 !important;
  background: transparent !important;

  font-family: var(--ts-font-main) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 100000 !important;
  pointer-events: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .ts-custom-cart-dot {
    top: 6px !important;
    right: 8px !important;

    width: 11px !important;
    height: 11px !important;
  }

  html body #cart-icon-bubble .ts-custom-cart-number {
    top: 7px !important;
    right: -1px !important;

    font-size: 10px !important;
  }
}
/* =========================================================
   TimeShop cart badge - final clean safe version
========================================================= */

html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
}

/* Скриваме оригиналния Shopify bubble */
html body #cart-icon-bubble .cart-count-bubble {
  display: none !important;
}

/* Убиваме стари pseudo точки от предишни кодове */
html body #cart-icon-bubble::before,
html body #cart-icon-bubble::after {
  display: none !important;
  content: none !important;
}

/* По подразбиране custom точката и числото са скрити */
html body #cart-icon-bubble .ts-custom-cart-dot,
html body #cart-icon-bubble .ts-custom-cart-number {
  display: none !important;
}

/* Показваме ги САМО ако количката има продукти */
html body #cart-icon-bubble.ts-cart-has-items .ts-custom-cart-dot {
  position: absolute !important;

  top: 6px !important;
  right: 8px !important;

  width: 12px !important;
  height: 12px !important;

  display: block !important;

  background: #ef2b2d !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;

  box-sizing: border-box !important;

  z-index: 99999 !important;
  pointer-events: none !important;
}

html body #cart-icon-bubble.ts-cart-has-items .ts-custom-cart-number {
  position: absolute !important;

  top: 7px !important;
  right: -1px !important;

  display: block !important;

  color: #111111 !important;
  background: transparent !important;

  font-family: var(--ts-font-main) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 100000 !important;
  pointer-events: none !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble.ts-cart-has-items .ts-custom-cart-dot {
    top: 6px !important;
    right: 8px !important;

    width: 11px !important;
    height: 11px !important;
  }

  html body #cart-icon-bubble.ts-cart-has-items .ts-custom-cart-number {
    top: 7px !important;
    right: -1px !important;

    font-size: 10px !important;
  }
}
/* =========================================================
   TimeShop cart count bubble - CSS only, no JS refresh
========================================================= */

html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
}

/* Скриваме стандартния вид, но ползваме оригиналния Shopify count */
html body #cart-icon-bubble .cart-count-bubble {
  position: absolute !important;

  top: 6px !important;
  right: 8px !important;
  left: auto !important;
  bottom: auto !important;

  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;

  display: block !important;

  padding: 0 !important;
  margin: 0 !important;

  background: #ef2b2d !important;
  background-color: #ef2b2d !important;

  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;

  box-shadow: none !important;
  overflow: visible !important;

  z-index: 99999 !important;

  font-size: 0 !important;
  line-height: 0 !important;

  transform: none !important;
}

/* Числото - вдясно от червената точка */
html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
  position: absolute !important;

  top: 1px !important;
  left: 12px !important;

  display: block !important;

  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  background-color: transparent !important;

  border: 0 !important;
  box-shadow: none !important;

  color: #111111 !important;

  font-family: var(--ts-font-main) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 100000 !important;
}

/* Скриваме hidden текста */
html body #cart-icon-bubble .cart-count-bubble .visually-hidden {
  display: none !important;
}

/* Махаме Dawn pseudo ефекти */
html body #cart-icon-bubble .cart-count-bubble::before,
html body #cart-icon-bubble .cart-count-bubble::after {
  display: none !important;
  content: none !important;
}

/* Чантата да не минава над bubble-а */
html body #cart-icon-bubble svg,
html body #cart-icon-bubble .icon {
  position: relative !important;
  z-index: 1 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble {
    top: 6px !important;
    right: 8px !important;

    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
  }

  html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden) {
    top: 1px !important;
    left: 11px !important;

    font-size: 10px !important;
  }
}
/* =========================================================
   TimeShop mobile cart bubble - prevent duplicated number
========================================================= */

/* Скриваме всички span-ове вътре */
html body #cart-icon-bubble .cart-count-bubble span {
  display: none !important;
}

/* Показваме само първия span - реалното число */
html body #cart-icon-bubble .cart-count-bubble span:first-child {
  position: absolute !important;

  top: 1px !important;
  left: 11px !important;

  display: block !important;

  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #111111 !important;

  font-family: var(--ts-font-main) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 100000 !important;
}

/* Hidden / accessibility текстът винаги скрит визуално */
html body #cart-icon-bubble .cart-count-bubble span.visually-hidden,
html body #cart-icon-bubble .cart-count-bubble .visually-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Desktop - малко по-голямо число */
@media screen and (min-width: 750px) {
  html body #cart-icon-bubble .cart-count-bubble span:first-child {
    top: 1px !important;
    left: 12px !important;
    font-size: 11px !important;
  }
}

/* Mobile - по-компактно и без дублиране */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble span:first-child {
    top: 1px !important;
    left: 11px !important;
    font-size: 10px !important;
  }
}
/* =========================================================
   TimeShop cart bubble - clean CSS only final
   Убива старите custom JS елементи и оставя само Shopify count
========================================================= */

html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
}

/* Скриваме всички стари custom елементи от предишните JS варианти */
html body #cart-icon-bubble .ts-custom-cart-dot,
html body #cart-icon-bubble .ts-custom-cart-number {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Убиваме стари pseudo точки */
html body #cart-icon-bubble::before,
html body #cart-icon-bubble::after {
  display: none !important;
  content: none !important;
}

/* Оригиналният Shopify bubble става малка червена точка */
html body #cart-icon-bubble .cart-count-bubble {
  position: absolute !important;

  top: 6px !important;
  right: 8px !important;
  left: auto !important;
  bottom: auto !important;

  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;

  display: block !important;

  padding: 0 !important;
  margin: 0 !important;

  background: #ef2b2d !important;
  background-color: #ef2b2d !important;

  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;

  box-shadow: none !important;
  overflow: visible !important;

  z-index: 99999 !important;

  font-size: 0 !important;
  line-height: 0 !important;

  transform: none !important;
}

/* Скриваме ВСИЧКИ span-ове вътре */
html body #cart-icon-bubble .cart-count-bubble span {
  display: none !important;
}

/* Показваме само реалното число - обикновено първият span */
html body #cart-icon-bubble .cart-count-bubble span:first-child {
  position: absolute !important;

  top: 1px !important;
  left: 12px !important;

  display: block !important;

  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;

  padding: 0 !important;
  margin: 0 !important;

  background: transparent !important;
  background-color: transparent !important;

  border: 0 !important;
  box-shadow: none !important;

  color: #111111 !important;

  font-family: var(--ts-font-main) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 100000 !important;
}

/* Accessibility текстът никога да не се вижда визуално */
html body #cart-icon-bubble .cart-count-bubble span.visually-hidden,
html body #cart-icon-bubble .cart-count-bubble .visually-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Махаме pseudo ефекти от самия bubble */
html body #cart-icon-bubble .cart-count-bubble::before,
html body #cart-icon-bubble .cart-count-bubble::after {
  display: none !important;
  content: none !important;
}

/* Чантата да е под bubble-а */
html body #cart-icon-bubble svg,
html body #cart-icon-bubble .icon {
  position: relative !important;
  z-index: 1 !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  html body #cart-icon-bubble .cart-count-bubble {
    top: 6px !important;
    right: 8px !important;

    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    min-height: 11px !important;
  }

  html body #cart-icon-bubble .cart-count-bubble span:first-child {
    top: 1px !important;
    left: 11px !important;

    font-size: 10px !important;
  }
}
/* Desktop only: instant full-width dark overlay below header search */
@media screen and (min-width: 990px) {
  .header__search details[open] > .modal-overlay,
  .header__search details[open] .modal-overlay,
  details[open] > .modal-overlay {
    display: none !important;
  }

  body:has(.header__search details[open])::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    /* нагласи според височината на header-а */
    top: 96px;

    width: 100vw;
    background: rgba(0, 0, 0, 0.68);
    z-index: 20;
    pointer-events: none;

    opacity: 1;
    visibility: visible;
    transition: none !important;
    animation: none !important;
  }

  .shopify-section-header,
  .section-header,
  header.header {
    position: relative;
    z-index: 30 !important;
  }

  .header__search details[open] .search-modal,
  .search-modal {
    z-index: 40 !important;
  }
}

/* ===== TimeShop wishlist on product cards ===== */
.product-card-wrapper .ts-card-wishlist-button,
.card-wrapper .ts-card-wishlist-button {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 12 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #111827 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent !important;
  transition:
    background-color 170ms ease,
    border-color 170ms ease,
    color 170ms ease,
    transform 170ms ease,
    box-shadow 170ms ease !important;
}

.product-card-wrapper .ts-card-wishlist-button:hover,
.product-card-wrapper .ts-card-wishlist-button:focus-visible,
.card-wrapper .ts-card-wishlist-button:hover,
.card-wrapper .ts-card-wishlist-button:focus-visible {
  background: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent !important;
  color: #334fb4 !important;
  box-shadow: none !important;
  transform: translateY(-1px) scale(1.04) !important;
}

.product-card-wrapper .ts-card-wishlist-button.is-active,
.card-wrapper .ts-card-wishlist-button.is-active {
  background: transparent !important;
  border-color: transparent !important;
  color: #e12626 !important;
  box-shadow: none !important;
}

.product-card-wrapper .ts-card-wishlist-button:active,
.card-wrapper .ts-card-wishlist-button:active {
  transform: scale(0.96) !important;
}

.product-card-wrapper .ts-card-wishlist-button.is-popping,
.card-wrapper .ts-card-wishlist-button.is-popping,
.ts-product-wishlist-button.is-popping {
  animation: tsWishlistPop 430ms cubic-bezier(0.2, 1.35, 0.32, 1) !important;
}

.product-card-wrapper .ts-card-wishlist-button .svg-wrapper,
.card-wrapper .ts-card-wishlist-button .svg-wrapper {
  display: grid !important;
  place-items: center !important;
  width: 25px !important;
  height: 25px !important;
  pointer-events: none !important;
}

.product-card-wrapper .ts-card-wishlist-button svg,
.card-wrapper .ts-card-wishlist-button svg {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  color: inherit !important;
  fill: currentColor !important;
  opacity: 1 !important;
  transform: none !important;
}

.product-card-wrapper .ts-card-wishlist-button svg path,
.card-wrapper .ts-card-wishlist-button svg path {
  fill: currentColor !important;
  stroke: none !important;
}

.product-card-wrapper .ts-card-wishlist-button.is-active svg,
.card-wrapper .ts-card-wishlist-button.is-active svg,
.product-card-wrapper .ts-card-wishlist-button.is-active svg path,
.card-wrapper .ts-card-wishlist-button.is-active svg path {
  fill: currentColor !important;
  stroke: none !important;
}

.product-card-wrapper .ts-card-media-badges,
.card-wrapper .ts-card-media-badges {
  top: 58px !important;
  right: 10px !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-card-wishlist-button,
  .card-wrapper .ts-card-wishlist-button {
    top: 9px !important;
    right: 9px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  .product-card-wrapper .ts-card-wishlist-button .svg-wrapper,
  .card-wrapper .ts-card-wishlist-button .svg-wrapper,
  .product-card-wrapper .ts-card-wishlist-button svg,
  .card-wrapper .ts-card-wishlist-button svg {
    width: 23px !important;
    height: 23px !important;
  }

  .product-card-wrapper .ts-card-media-badges,
  .card-wrapper .ts-card-media-badges {
    top: 52px !important;
    right: 8px !important;
  }
}

/* ===== TimeShop wishlist header count and panel ===== */
html body .ts-header-action--wishlist {
  position: relative !important;
}

html body .ts-header-action--wishlist.is-active {
  color: #e12626 !important;
}

html body .ts-header-action--wishlist .ts-wishlist-count-bubble {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  display: grid !important;
  place-items: center !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 4px !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;
  background: #e12626 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 4px 10px rgba(225, 38, 38, 0.22) !important;
  pointer-events: none !important;
}

html body .ts-header-action--wishlist .ts-wishlist-count-bubble[hidden] {
  display: none !important;
}

/* ===== TimeShop unified header counters ===== */
html body .ts-header-action--cart,
html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
}

html body #cart-icon-bubble .ts-custom-cart-dot,
html body #cart-icon-bubble .ts-custom-cart-number,
html body #cart-icon-bubble::before,
html body #cart-icon-bubble::after {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  content: none !important;
  pointer-events: none !important;
}

html body #cart-icon-bubble [data-ts-cart-icon-graphic],
html body #cart-icon-bubble .svg-wrapper[data-ts-cart-icon-graphic] {
  display: grid !important;
  place-items: center !important;
}

html body #cart-icon-bubble .ts-header-solid-icon {
  display: block !important;
  width: 2.18rem !important;
  height: 2.18rem !important;
  fill: currentColor !important;
  opacity: 1 !important;
}

html body .ts-header-action--wishlist .ts-wishlist-count-bubble,
html body #cart-icon-bubble .cart-count-bubble,
html body #cart-icon-bubble .ts-cart-count-bubble {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  left: auto !important;
  bottom: auto !important;
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  padding: 0 4px !important;
  margin: 0 !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;
  background: #e12626 !important;
  background-color: #e12626 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 4px 10px rgba(225, 38, 38, 0.22) !important;
  overflow: visible !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: 8 !important;
}

html body .ts-header-action--wishlist .ts-wishlist-count-bubble[hidden],
html body #cart-icon-bubble .cart-count-bubble[hidden],
html body #cart-icon-bubble .ts-cart-count-bubble[hidden] {
  display: none !important;
}

html body #cart-icon-bubble .cart-count-bubble span:not(.visually-hidden),
html body #cart-icon-bubble .ts-cart-count-bubble span:not(.visually-hidden) {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html body #cart-icon-bubble .cart-count-bubble .visually-hidden,
html body #cart-icon-bubble .ts-cart-count-bubble .visually-hidden {
  display: block !important;
}

html body #cart-icon-bubble .cart-count-bubble::before,
html body #cart-icon-bubble .cart-count-bubble::after,
html body #cart-icon-bubble .ts-cart-count-bubble::before,
html body #cart-icon-bubble .ts-cart-count-bubble::after {
  display: none !important;
  content: none !important;
}

html body .ts-header-action--wishlist .ts-wishlist-count-bubble {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  display: grid !important;
  place-items: center !important;
  width: auto !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  padding: 0 4px !important;
  margin: 0 !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 999px !important;
  background: #e12626 !important;
  background-color: #e12626 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 4px 10px rgba(225, 38, 38, 0.22) !important;
  pointer-events: none !important;
  z-index: 8 !important;
}

html body .ts-header-action--wishlist .ts-wishlist-count-bubble[hidden] {
  display: none !important;
}

html.ts-wishlist-open {
  overflow: hidden !important;
}

html body .ts-wishlist-panel[hidden] {
  display: none !important;
}

html body .ts-wishlist-panel {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10030 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 220ms ease, visibility 220ms ease !important;
}

html body .ts-wishlist-panel.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body .ts-wishlist-panel__overlay {
  position: absolute !important;
  inset: 0 !important;
  border: 0 !important;
  background: rgba(15, 23, 42, 0.48) !important;
  cursor: pointer !important;
}

html body .ts-wishlist-panel__dialog {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  width: min(420px, calc(100vw - 32px)) !important;
  max-height: calc(100dvh - 32px) !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.28) !important;
  transform: translate3d(12px, 0, 0) !important;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

html body .ts-wishlist-panel.is-open .ts-wishlist-panel__dialog {
  transform: translate3d(0, 0, 0) !important;
}

html body .ts-wishlist-panel__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 16px 17px !important;
  border-bottom: 1px solid rgba(20, 29, 48, 0.1) !important;
}

html body .ts-wishlist-panel__title {
  margin: 0 !important;
  color: #111827 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
}

html body .ts-wishlist-panel__close {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f3f5f9 !important;
  color: #111827 !important;
  cursor: pointer !important;
}

html body .ts-wishlist-panel__close svg {
  width: 20px !important;
  height: 20px !important;
}

html body .ts-wishlist-panel__body {
  overflow-y: auto !important;
  padding: 13px !important;
}

html body .ts-wishlist-items {
  display: grid !important;
  gap: 10px !important;
}

html body .ts-wishlist-item {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 92px !important;
  padding: 8px !important;
  border: 1px solid rgba(20, 29, 48, 0.08) !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  color: #111827 !important;
  text-decoration: none !important;
}

html body .ts-wishlist-item__image {
  display: grid !important;
  place-items: center !important;
  width: 82px !important;
  height: 76px !important;
  overflow: hidden !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #e12626 !important;
  text-decoration: none !important;
}

html body .ts-wishlist-item__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 4px !important;
}

html body .ts-wishlist-item__meta {
  min-width: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body .ts-wishlist-item__vendor {
  margin-bottom: 3px !important;
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

html body .ts-wishlist-item__title {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html body .ts-wishlist-item__price {
  margin-top: 5px !important;
  color: #111827 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

html body .ts-wishlist-item__remove {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111827 !important;
  cursor: pointer !important;
  box-shadow: inset 0 0 0 1px rgba(20, 29, 48, 0.08) !important;
}

html body .ts-wishlist-item__remove:hover,
html body .ts-wishlist-item__remove:focus-visible {
  color: #e12626 !important;
}

html body .ts-wishlist-empty {
  display: grid !important;
  place-items: center !important;
  min-height: 180px !important;
  padding: 20px !important;
  border: 1px dashed rgba(20, 29, 48, 0.16) !important;
  border-radius: 8px !important;
  color: #667085 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  text-align: center !important;
}

@media screen and (max-width: 749px) {
  html body .ts-wishlist-panel__dialog {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: 86dvh !important;
    border-radius: 8px 8px 0 0 !important;
    transform: translate3d(0, 12px, 0) !important;
  }

  html body .ts-wishlist-item {
    grid-template-columns: 74px minmax(0, 1fr) 38px !important;
  }

  html body .ts-wishlist-item__image {
    width: 74px !important;
    height: 72px !important;
  }
}

/* TimeShop wishlist drawer — aligned with the cart drawer */
html body .ts-wishlist-panel {
  z-index: 10030 !important;
  opacity: 1 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: visibility 0s linear 520ms !important;
}

html body .ts-wishlist-panel.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

html body .ts-wishlist-panel__overlay {
  opacity: 0 !important;
  background: rgba(15, 23, 42, 0.55) !important;
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;
  transition:
    opacity 420ms cubic-bezier(0.4, 0, 0.2, 1),
    backdrop-filter 500ms cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-backdrop-filter 500ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}

html body .ts-wishlist-panel.is-open .ts-wishlist-panel__overlay {
  opacity: 1 !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

html body .ts-wishlist-panel__dialog {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(58rem, calc(100vw - 3rem)) !important;
  height: 100% !important;
  max-height: none !important;
  border: 1px solid rgba(22, 26, 34, 0.08) !important;
  border-right: 0 !important;
  border-radius: 2.4rem 0 0 2.4rem !important;
  background: #ffffff !important;
  box-shadow: -2.4rem 0 6rem rgba(0, 0, 0, 0.22) !important;
  opacity: 0.985 !important;
  transform: translate3d(100%, 0, 0) !important;
  transition:
    transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 380ms ease !important;
  will-change: transform, opacity;
}

html body .ts-wishlist-panel.is-open .ts-wishlist-panel__dialog {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

html body .ts-wishlist-panel__header {
  min-height: 9.2rem !important;
  padding: 1.8rem 2.2rem !important;
  border-bottom: 1px solid #e4e7ec !important;
  background: #ffffff !important;
}

html body .ts-wishlist-panel__heading {
  min-width: 0;
}

html body .ts-wishlist-panel__eyebrow {
  display: block;
  margin-bottom: 0.35rem;
  color: #667085;
  font-size: 1.05rem;
  font-weight: 780;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

html body .ts-wishlist-panel__title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

html body .ts-wishlist-panel__title {
  color: #161a22 !important;
  font-size: 2.2rem !important;
  font-weight: 760 !important;
  letter-spacing: -0.02em !important;
}

html body .ts-wishlist-panel__count {
  display: inline-grid;
  place-items: center;
  min-width: 2.6rem;
  height: 2.6rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  color: #334fb4;
  background: #eef2ff;
  font-size: 1.15rem;
  font-weight: 850;
}

html body .ts-wishlist-panel__close {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto;
  width: 4.6rem !important;
  min-width: 4.6rem !important;
  height: 4.6rem !important;
  min-height: 4.6rem !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background: #334fb4 !important;
  box-shadow: 0 0.8rem 2rem rgba(51, 79, 180, 0.25) !important;
  transition:
    transform 180ms ease,
    background-color 180ms ease !important;
}

html body .ts-wishlist-panel__close:hover {
  color: #ffffff !important;
  background: #263f9b !important;
  transform: rotate(4deg) scale(1.04);
}

html body .ts-wishlist-panel__close .svg-wrapper {
  width: 1.8rem !important;
  height: 1.8rem !important;
}

html body .ts-wishlist-panel__close svg {
  width: 100% !important;
  height: 100% !important;
}

html body .ts-wishlist-panel__body {
  flex: 1 1 auto !important;
  min-height: 0;
  padding: 1.8rem !important;
  background: linear-gradient(155deg, #f8f9fc 0%, #f1f4fb 100%) !important;
  scrollbar-gutter: stable;
}

html body .ts-wishlist-list-view[hidden],
html body .ts-wishlist-compare-view[hidden],
html body .ts-wishlist-selection-bar[hidden],
html body .ts-wishlist-panel__footer[hidden] {
  display: none !important;
}

html body .ts-wishlist-selection-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 1.1rem 1.3rem;
  border: 1px solid #dfe5fb;
  border-radius: 1.4rem;
  color: #4a5263;
  background: #f5f7ff;
  font-size: 1.15rem;
  font-weight: 650;
  line-height: 1.35;
}

html body .ts-wishlist-selection-bar strong {
  flex: 0 0 auto;
  color: #334fb4;
  font-size: 1.15rem;
  font-weight: 850;
}

html body .ts-wishlist-items {
  gap: 1.2rem !important;
}

html body .ts-wishlist-item {
  grid-template-columns: 10.5rem minmax(0, 1fr) auto !important;
  gap: 1.2rem !important;
  min-height: 12.8rem !important;
  padding: 1.1rem !important;
  border: 1px solid rgba(22, 26, 34, 0.08) !important;
  border-radius: 1.8rem !important;
  background: #ffffff !important;
  box-shadow: 0 1rem 2.6rem rgba(36, 48, 76, 0.07) !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease !important;
}

html body .ts-wishlist-item.is-selected {
  border-color: rgba(51, 79, 180, 0.42) !important;
  box-shadow: 0 1rem 2.8rem rgba(51, 79, 180, 0.13) !important;
}

html body .ts-wishlist-item__image {
  width: 10.5rem !important;
  height: 10.5rem !important;
  border: 1px solid rgba(22, 26, 34, 0.06) !important;
  border-radius: 1.4rem !important;
}

html body .ts-wishlist-item__image img {
  padding: 0.8rem !important;
}

html body .ts-wishlist-item__vendor {
  margin-bottom: 0.45rem !important;
  color: #334fb4 !important;
  font-size: 1.05rem !important;
  font-weight: 780 !important;
  letter-spacing: 0.1em;
}

html body .ts-wishlist-item__title {
  font-size: 1.38rem !important;
  font-weight: 700 !important;
  line-height: 1.36 !important;
  -webkit-line-clamp: 3 !important;
}

html body .ts-wishlist-item__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.7rem;
  margin-top: 0.8rem !important;
}

html body .ts-wishlist-item__price s {
  color: #8b93a5;
  font-size: 1.1rem;
  font-weight: 600;
}

html body .ts-wishlist-item__price strong {
  color: #161a22;
  font-size: 1.35rem;
  font-weight: 850;
}

html body .ts-wishlist-item__actions {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

html body .ts-wishlist-item__compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 8.4rem;
  min-height: 3.8rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid #d8deeb;
  border-radius: 1.1rem;
  color: #4a5263;
  background: #f8f9fc;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 780;
  line-height: 1;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

html body .ts-wishlist-item__compare span {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1.5px solid #98a2b3;
  border-radius: 0.5rem;
  color: transparent;
  font-size: 1.1rem;
}

html body .ts-wishlist-item__compare em {
  font-style: normal;
}

html body .ts-wishlist-item__compare.is-selected {
  color: #334fb4;
  border-color: #b9c5ef;
  background: #eef2ff;
}

html body .ts-wishlist-item__compare.is-selected span {
  color: #ffffff;
  border-color: #334fb4;
  background: #334fb4;
}

html body .ts-wishlist-item__remove {
  width: 4rem !important;
  height: 4rem !important;
  color: #667085 !important;
  background: #f6f7fa !important;
  box-shadow: inset 0 0 0 1px rgba(22, 26, 34, 0.07) !important;
  font-size: 2rem;
  line-height: 1;
}

html body .ts-wishlist-item__compare::before,
html body .ts-wishlist-item__compare::after,
html body .ts-wishlist-item__remove::before,
html body .ts-wishlist-item__remove::after,
html body .ts-wishlist-panel__close::before,
html body .ts-wishlist-panel__close::after,
html body .ts-wishlist-compare-button::before,
html body .ts-wishlist-compare-button::after,
html body .ts-wishlist-compare-back::before,
html body .ts-wishlist-compare-back::after {
  display: none !important;
  content: none !important;
}

html body .ts-wishlist-panel__footer {
  flex: 0 0 auto;
  padding: 1.5rem 2.2rem 1.8rem;
  border-top: 1px solid #e4e7ec;
  background: #ffffff;
  box-shadow: 0 -1rem 2.8rem rgba(15, 23, 42, 0.05);
}

html body .ts-wishlist-compare-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  min-height: 5.2rem;
  padding: 1.2rem 2rem;
  border: 0;
  border-radius: 1.2rem;
  color: #ffffff;
  background: #00b91f;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

html body .ts-wishlist-compare-button:not(:disabled):hover {
  background: #00a91d;
  transform: translateY(-1px);
}

html body .ts-wishlist-compare-button:disabled {
  color: #8b93a5;
  background: #e9ecf2;
  cursor: not-allowed;
}

html body .ts-wishlist-compare-button span {
  display: inline-grid;
  place-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.1rem;
}

html body .ts-wishlist-compare-button:disabled span {
  background: rgba(102, 112, 133, 0.12);
}

html body .ts-wishlist-empty {
  min-height: 31rem !important;
  padding: 3rem 2rem !important;
  border: 0 !important;
  border-radius: 1.8rem !important;
  background: #ffffff !important;
  box-shadow: 0 1rem 2.8rem rgba(36, 48, 76, 0.07);
}

html body .ts-wishlist-empty__icon {
  display: grid;
  place-items: center;
  width: 7.2rem;
  height: 7.2rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  color: #334fb4;
  background: #eef2ff;
  font-size: 3.8rem;
  font-weight: 400;
}

html body .ts-wishlist-empty h3 {
  margin: 0;
  color: #161a22;
  font-size: 2rem;
  font-weight: 780;
}

html body .ts-wishlist-empty p {
  max-width: 32rem;
  margin: 0.9rem 0 2rem;
  color: #687083;
  font-size: 1.25rem;
  font-weight: 550;
  line-height: 1.5;
}

html body .ts-wishlist-empty__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  color: #ffffff;
  background: #334fb4;
  font-size: 1.2rem;
  font-weight: 780;
  text-decoration: none;
}

html body .ts-wishlist-compare-view {
  min-height: 100%;
}

html body .ts-wishlist-compare-header {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.4rem;
}

html body .ts-wishlist-compare-header h3 {
  margin: 0;
  color: #161a22;
  font-size: 1.9rem;
  font-weight: 780;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

html body .ts-wishlist-compare-header h3:focus {
  outline: none;
}

html body .ts-wishlist-compare-back {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 4.2rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid #dce1eb;
  border-radius: 1.1rem;
  color: #344054;
  background: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 750;
}

html body .ts-wishlist-compare-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(19rem, 46%, 25rem);
  gap: 1.2rem;
  overflow-x: auto;
  padding: 0.2rem 0.2rem 1.2rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

html body .ts-wishlist-compare-card {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  min-width: 0;
  padding: 1.2rem;
  border: 1px solid rgba(22, 26, 34, 0.08);
  border-radius: 1.8rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.8rem rgba(36, 48, 76, 0.07);
}

html body .ts-wishlist-compare-card__image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  margin-bottom: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(22, 26, 34, 0.06);
  border-radius: 1.4rem;
  background: #ffffff;
  text-decoration: none;
}

html body .ts-wishlist-compare-card__image img {
  width: 100%;
  height: 100%;
  padding: 1rem;
  object-fit: contain;
}

html body .ts-wishlist-compare-card__image-placeholder {
  color: #334fb4;
  font-size: 4rem;
}

html body .ts-wishlist-compare-card__vendor {
  margin-bottom: 0.45rem;
  color: #334fb4;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

html body .ts-wishlist-compare-card__title {
  display: -webkit-box;
  min-height: 5.4rem;
  overflow: hidden;
  color: #161a22;
  font-size: 1.3rem;
  font-weight: 720;
  line-height: 1.38;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

html body .ts-wishlist-compare-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
  min-height: 4.5rem;
  padding: 0.9rem 0;
}

html body .ts-wishlist-compare-card__price s {
  color: #8b93a5;
  font-size: 1.05rem;
}

html body .ts-wishlist-compare-card__price strong {
  color: #161a22;
  font-size: 1.35rem;
  font-weight: 850;
}

html body .ts-wishlist-compare-card__specs {
  margin: 0;
  border-top: 1px solid #eaecf0;
}

html body .ts-wishlist-compare-card__specs > div {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #eaecf0;
}

html body .ts-wishlist-compare-card__specs dt {
  color: #8b93a5;
  font-size: 1rem;
  font-weight: 650;
}

html body .ts-wishlist-compare-card__specs dd {
  margin: 0;
  color: #344054;
  font-size: 1.15rem;
  font-weight: 750;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

html body .ts-wishlist-compare-card__specs dd.is-available {
  color: #079455;
}

html body .ts-wishlist-compare-card__specs dd.is-unavailable {
  color: #d92d20;
}

html body .ts-wishlist-compare-card__technical {
  margin-top: 1.4rem;
}

html body .ts-wishlist-compare-card__technical h4 {
  margin: 0 0 0.85rem;
  color: #334fb4;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

html body .ts-wishlist-compare-card__technical-specs > div {
  min-height: 5.4rem;
}

html body .ts-wishlist-compare-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1.2rem;
  color: #334fb4;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

html body .ts-wishlist-compare-loading {
  min-height: 52rem;
  border-radius: 1.8rem;
  background: linear-gradient(90deg, #e9edf4 25%, #f6f8fb 50%, #e9edf4 75%);
  background-size: 200% 100%;
  animation: tsWishlistLoading 1.2s linear infinite;
}

@keyframes tsWishlistLoading {
  to {
    background-position: -200% 0;
  }
}

@media screen and (max-width: 749px) {
  html body .ts-wishlist-panel__dialog {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(46rem, calc(100vw - 1.6rem)) !important;
    height: 100% !important;
    max-height: none !important;
    border-radius: 2rem 0 0 2rem !important;
    transform: translate3d(100%, 0, 0) !important;
  }

  html body .ts-wishlist-panel__header {
    min-height: 8.4rem !important;
    padding: 1.7rem 1.6rem 1.5rem !important;
  }

  html body .ts-wishlist-panel__close {
    width: 4.4rem !important;
    min-width: 4.4rem !important;
    height: 4.4rem !important;
    min-height: 4.4rem !important;
  }

  html body .ts-wishlist-panel__body {
    padding: 1.4rem !important;
  }

  html body .ts-wishlist-selection-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  html body .ts-wishlist-item {
    grid-template-columns: 8.2rem minmax(0, 1fr) 4rem !important;
    gap: 0.9rem !important;
    min-height: 10.8rem !important;
    padding: 0.9rem !important;
  }

  html body .ts-wishlist-item__image {
    width: 8.2rem !important;
    height: 8.8rem !important;
  }

  html body .ts-wishlist-item__actions {
    justify-content: center;
  }

  html body .ts-wishlist-item__compare {
    min-width: 4rem;
    width: 4rem;
    min-height: 4rem;
    padding: 0;
  }

  html body .ts-wishlist-item__compare em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  html body .ts-wishlist-panel__footer {
    padding: 1.3rem 1.5rem 1.5rem;
  }

  html body .ts-wishlist-compare-grid {
    grid-auto-columns: min(21rem, 78vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .ts-wishlist-panel,
  html body .ts-wishlist-panel__overlay,
  html body .ts-wishlist-panel__dialog,
  html body .ts-wishlist-item,
  html body .ts-wishlist-compare-loading {
    transition: none !important;
    animation: none !important;
  }
}

/* Product purchase: free-shipping benefit above the primary CTA */
html body main .product-form__buttons.ts-product-form-buttons > .ts-product-free-shipping {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  order: -10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.85rem !important;
  width: 100% !important;
  min-height: 2.4rem !important;
  margin: 0 0 0.25rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #252b33 !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  box-sizing: border-box !important;
}

html body main .product-form__buttons.ts-product-form-buttons:has(> .ts-product-free-shipping) > .product-form__submit {
  grid-row: 2 !important;
}

html body main .ts-product-free-shipping strong {
  color: #2f8d19 !important;
  font-weight: 800 !important;
}

html body main .ts-product-free-shipping__badge {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
  border-radius: 50% !important;
  background: #eef8eb !important;
  color: #2f8d19 !important;
}

html body main .ts-product-free-shipping__badge svg {
  width: 1.55rem !important;
  height: 1.55rem !important;
  stroke: currentColor !important;
  stroke-width: 1.65 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

@media screen and (max-width: 749px) {
  html body main .product-form__buttons.ts-product-form-buttons > .ts-product-free-shipping {
    min-height: 2.3rem !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    font-size: 1.4rem !important;
  }
}

@keyframes tsWishlistPop {
  0% {
    transform: scale(1);
  }
  38% {
    transform: scale(1.28);
  }
  62% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

html body #cart-icon-bubble .cart-count-bubble,
html body #cart-icon-bubble .ts-cart-count-bubble {
  top: 1px !important;
  right: -1px !important;
  z-index: 40 !important;
}

html body #cart-icon-bubble [data-ts-cart-icon-graphic],
html body #cart-icon-bubble .ts-header-solid-icon {
  position: relative !important;
  z-index: 1 !important;
}

html body #cart-icon-bubble {
  position: relative !important;
  overflow: visible !important;
  isolation: isolate !important;
}

html body #cart-icon-bubble .cart-count-bubble,
html body #cart-icon-bubble .ts-cart-count-bubble {
  top: 0.32rem !important;
  right: 0.25rem !important;
  z-index: 50 !important;
}

html body .ts-header-action--wishlist.is-active {
  color: #e12626 !important;
}

html body .ts-header-action--wishlist.is-active svg,
html body .ts-header-action--wishlist.is-active svg path,
html body .ts-header-action--wishlist.is-active .ts-header-solid-icon,
html body .ts-header-action--wishlist.is-active .ts-header-solid-icon path {
  fill: currentColor !important;
  color: currentColor !important;
  opacity: 1 !important;
}

.product-card-wrapper .ts-card-brand-logo,
.card-wrapper .ts-card-brand-logo {
  position: absolute !important;
  left: 13px !important;
  bottom: 13px !important;
  z-index: 14 !important;
  display: inline-grid !important;
  place-items: center !important;
  max-width: 92px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  text-decoration: none !important;
  pointer-events: none !important;
}

.product-card-wrapper .ts-card-brand-logo__image,
.card-wrapper .ts-card-brand-logo__image {
  display: block !important;
  width: auto !important;
  max-width: 78px !important;
  height: auto !important;
  max-height: 28px !important;
  object-fit: contain !important;
}

.product-card-wrapper .ts-card-brand-logo__text,
.card-wrapper .ts-card-brand-logo__text {
  display: block !important;
  max-width: 92px !important;
  overflow: hidden !important;
  color: #111827 !important;
  font-family: var(--font-body-family) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.product-card-wrapper .ts-card-price-sale,
.card-wrapper .ts-card-price-sale,
.product-card-wrapper .price--on-sale .price-item--sale,
.card-wrapper .price--on-sale .price-item--sale,
html body main .price--on-sale .price-item--sale,
html body main .price--on-sale .price-item--last {
  color: #d71920 !important;
}

.product-card-wrapper .ts-card-compare-price,
.card-wrapper .ts-card-compare-price,
.product-card-wrapper .price--on-sale .price-item--regular,
.card-wrapper .price--on-sale .price-item--regular,
html body main .price--on-sale .price-item--regular {
  color: #8b8f98 !important;
  opacity: 0.62 !important;
  text-decoration-color: rgba(139, 143, 152, 0.9) !important;
}

.ts-product-wishlist-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 10px 0 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(17, 24, 39, 0.16) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-family: var(--font-body-family) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition:
    border-color 170ms ease,
    color 170ms ease,
    transform 170ms ease,
    background-color 170ms ease !important;
}

.ts-product-wishlist-button:hover,
.ts-product-wishlist-button:focus-visible {
  border-color: rgba(51, 79, 180, 0.32) !important;
  color: #334fb4 !important;
  transform: translateY(-1px) !important;
}

.ts-product-wishlist-button.is-active {
  border-color: rgba(225, 38, 38, 0.28) !important;
  color: #e12626 !important;
}

.ts-product-wishlist-button .svg-wrapper,
.ts-product-wishlist-button svg {
  display: grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
}

.ts-product-wishlist-button svg {
  fill: none !important;
  color: inherit !important;
}

.ts-product-wishlist-button svg path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2px !important;
}

.ts-product-wishlist-button.is-active svg,
.ts-product-wishlist-button.is-active svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-card-brand-logo,
  .card-wrapper .ts-card-brand-logo {
    left: 10px !important;
    bottom: 10px !important;
    max-width: 76px !important;
  }

  .product-card-wrapper .ts-card-brand-logo__image,
  .card-wrapper .ts-card-brand-logo__image {
    max-width: 64px !important;
    max-height: 22px !important;
  }

  .product-card-wrapper .ts-card-brand-logo__text,
  .card-wrapper .ts-card-brand-logo__text {
    max-width: 76px !important;
    font-size: 9.5px !important;
  }
}

html body main .product__info-container > .ts-product-wishlist-button:not(.ts-product-wishlist-button--inline),
html body main .product__info-wrapper > .ts-product-wishlist-button:not(.ts-product-wishlist-button--inline) {
  display: none !important;
}

html body main .product-form__buttons.ts-product-form-buttons {
  display: grid !important;
  grid-template-areas:
    "submit wishlist"
    "payment payment" !important;
  grid-template-columns: minmax(0, 1fr) 5.8rem !important;
  grid-auto-rows: auto !important;
  align-items: stretch !important;
  gap: 1rem 1.2rem !important;
  width: 100% !important;
  max-width: 600px !important;
  margin: 0 !important;
}

html body main .product-form__buttons.ts-product-form-buttons .product-form__submit {
  grid-area: submit !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline {
  grid-area: wishlist !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 5.8rem !important;
  min-width: 5.8rem !important;
  max-width: 5.8rem !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: #111827 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition:
    border-color 170ms ease,
    color 170ms ease,
    transform 170ms ease,
    background-color 170ms ease !important;
}

html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline:hover,
html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline:focus-visible {
  border-color: rgba(51, 79, 180, 0.34) !important;
  color: #334fb4 !important;
  transform: translateY(-1px) !important;
}

html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline.is-active {
  border-color: rgba(225, 38, 38, 0.3) !important;
  color: #e12626 !important;
}

html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline .svg-wrapper,
html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline svg {
  display: grid !important;
  place-items: center !important;
  width: 2.4rem !important;
  height: 2.4rem !important;
}

html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline svg {
  fill: currentColor !important;
  color: inherit !important;
}

html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline svg path {
  fill: currentColor !important;
  stroke: none !important;
}

html body main .product-form__buttons.ts-product-form-buttons .shopify-payment-button {
  grid-area: payment !important;
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
}

.product-card-wrapper .ts-card-wishlist-button,
.card-wrapper .ts-card-wishlist-button,
html body main .ts-product-wishlist-button {
  position: relative !important;
}

.product-card-wrapper .ts-card-wishlist-button::after,
.card-wrapper .ts-card-wishlist-button::after,
html body main .ts-product-wishlist-button::after {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  display: block !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  background: #e12626 !important;
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.72) !important;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.2, 1.35, 0.32, 1) !important;
  pointer-events: none !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

.product-card-wrapper .ts-card-wishlist-button.is-active svg,
.card-wrapper .ts-card-wishlist-button.is-active svg,
html body main .ts-product-wishlist-button.is-active svg {
  opacity: 0 !important;
}

.product-card-wrapper .ts-card-wishlist-button.is-active::after,
.card-wrapper .ts-card-wishlist-button.is-active::after,
html body main .ts-product-wishlist-button.is-active::after {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

@media screen and (max-width: 749px) {
  html body main .product-form__buttons.ts-product-form-buttons {
    grid-template-columns: minmax(0, 1fr) 5.2rem !important;
    gap: 0 0.9rem !important;
    max-width: 100% !important;
  }

  html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline {
    width: 5.2rem !important;
    min-width: 5.2rem !important;
    max-width: 5.2rem !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
}

html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline.is-active,
html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline[aria-pressed="true"] {
  border-color: rgba(225, 38, 38, 0.34) !important;
  color: #e12626 !important;
}

@media screen and (min-width: 750px) {
  html body main .product-form__buttons.ts-product-form-buttons {
    width: calc(100% - 7rem) !important;
    max-width: calc(600px - 7rem) !important;
  }
}

html body main button.ts-product-wishlist-button--inline.is-active,
html body main button.ts-product-wishlist-button--inline[aria-pressed="true"] {
  border-color: rgba(225, 38, 38, 0.34) !important;
  color: #e12626 !important;
}

html body main button.ts-product-wishlist-button--inline.is-active svg,
html body main button.ts-product-wishlist-button--inline[aria-pressed="true"] svg,
.product-card-wrapper button.ts-card-wishlist-button.is-active svg,
.card-wrapper button.ts-card-wishlist-button.is-active svg {
  opacity: 0 !important;
}

html body main button.ts-product-wishlist-button--inline.is-active::after,
html body main button.ts-product-wishlist-button--inline[aria-pressed="true"]::after,
.product-card-wrapper button.ts-card-wishlist-button.is-active::after,
.card-wrapper button.ts-card-wishlist-button.is-active::after {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.product-card-wrapper button.ts-card-wishlist-button::after,
.card-wrapper button.ts-card-wishlist-button::after,
html body main button.ts-product-wishlist-button::after {
  content: none !important;
  display: none !important;
}

.product-card-wrapper button.ts-card-wishlist-button .ts-wishlist-filled-heart,
.card-wrapper button.ts-card-wishlist-button .ts-wishlist-filled-heart,
html body main button.ts-product-wishlist-button .ts-wishlist-filled-heart {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 2 !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  background: #e12626 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) scale(0.72) !important;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.2, 1.35, 0.32, 1) !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

.product-card-wrapper button.ts-card-wishlist-button.is-active .svg-wrapper,
.product-card-wrapper button.ts-card-wishlist-button[aria-pressed="true"] .svg-wrapper,
.card-wrapper button.ts-card-wishlist-button.is-active .svg-wrapper,
.card-wrapper button.ts-card-wishlist-button[aria-pressed="true"] .svg-wrapper,
html body main button.ts-product-wishlist-button.is-active .svg-wrapper,
html body main button.ts-product-wishlist-button[aria-pressed="true"] .svg-wrapper {
  opacity: 0 !important;
}

.product-card-wrapper button.ts-card-wishlist-button.is-active .ts-wishlist-filled-heart,
.product-card-wrapper button.ts-card-wishlist-button[aria-pressed="true"] .ts-wishlist-filled-heart,
.card-wrapper button.ts-card-wishlist-button.is-active .ts-wishlist-filled-heart,
.card-wrapper button.ts-card-wishlist-button[aria-pressed="true"] .ts-wishlist-filled-heart,
html body main button.ts-product-wishlist-button.is-active .ts-wishlist-filled-heart,
html body main button.ts-product-wishlist-button[aria-pressed="true"] .ts-wishlist-filled-heart {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

html body main .product-form__buttons.ts-product-form-buttons .shopify-payment-button,
html body main .product-form__buttons.ts-product-form-buttons .shopify-payment-button__button,
html body main .product-form__buttons.ts-product-form-buttons #tbiButton {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

html body main .product-form__buttons.ts-product-form-buttons #tbiButton {
  grid-column: 1 / -1 !important;
  margin-right: 0 !important;
}

.product-card-wrapper button.ts-card-wishlist-button .ts-wishlist-filled-heart,
.card-wrapper button.ts-card-wishlist-button .ts-wishlist-filled-heart,
html body main .product-form__buttons.ts-product-form-buttons button.ts-product-wishlist-button--inline .ts-wishlist-filled-heart {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.product-card-wrapper button.ts-card-wishlist-button[aria-pressed="false"] .ts-wishlist-filled-heart,
.card-wrapper button.ts-card-wishlist-button[aria-pressed="false"] .ts-wishlist-filled-heart,
html body main .product-form__buttons.ts-product-form-buttons button.ts-product-wishlist-button--inline[aria-pressed="false"] .ts-wishlist-filled-heart {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.72) !important;
}

.product-card-wrapper button.ts-card-wishlist-button[aria-pressed="true"] .svg-wrapper,
.card-wrapper button.ts-card-wishlist-button[aria-pressed="true"] .svg-wrapper,
html body main .product-form__buttons.ts-product-form-buttons button.ts-product-wishlist-button--inline[aria-pressed="true"] .svg-wrapper {
  opacity: 0 !important;
}

html body main .card-wrapper .card,
html body main .product-card-wrapper .card {
  position: relative !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button,
html body main .card-wrapper button.ts-card-wishlist-button {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 24 !important;
  overflow: visible !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  transform-origin: center !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button .svg-wrapper,
html body main .card-wrapper button.ts-card-wishlist-button .svg-wrapper,
html body main .product-card-wrapper button.ts-card-wishlist-button svg,
html body main .card-wrapper button.ts-card-wishlist-button svg {
  width: 23px !important;
  height: 23px !important;
}

html body main .product-form__buttons.ts-product-form-buttons,
html body main .product-form__buttons.ts-product-form-buttons .shopify-payment-button,
html body main .product-form__buttons.ts-product-form-buttons #tbiButton,
html body main .product__info-wrapper .ts-tbi-info-block,
html body main .product__info-container .ts-tbi-info-block {
  box-sizing: border-box !important;
}

html body main .product__info-wrapper .ts-tbi-info-block,
html body main .product__info-container .ts-tbi-info-block {
  width: 100% !important;
  max-width: 600px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body main .ts-tbi-info-block {
  width: 100% !important;
  max-width: 600px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button.is-popping,
html body main .card-wrapper button.ts-card-wishlist-button.is-popping,
html body main .product-form__buttons.ts-product-form-buttons button.ts-product-wishlist-button--inline.is-popping {
  animation: tsWishlistPremiumPop 680ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button.is-popping::before,
html body main .card-wrapper button.ts-card-wishlist-button.is-popping::before,
html body main .product-form__buttons.ts-product-form-buttons button.ts-product-wishlist-button--inline.is-popping::before {
  content: "" !important;
  position: absolute !important;
  inset: -8px !important;
  z-index: 1 !important;
  border-radius: inherit !important;
  background: radial-gradient(circle, rgba(225, 38, 38, 0.2) 0%, rgba(225, 38, 38, 0.12) 35%, rgba(225, 38, 38, 0) 72%) !important;
  opacity: 0 !important;
  transform: scale(0.62) !important;
  pointer-events: none !important;
  animation: tsWishlistPremiumRipple 680ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button.is-popping[aria-pressed="true"] .ts-wishlist-filled-heart,
html body main .card-wrapper button.ts-card-wishlist-button.is-popping[aria-pressed="true"] .ts-wishlist-filled-heart,
html body main .product-form__buttons.ts-product-form-buttons button.ts-product-wishlist-button--inline.is-popping[aria-pressed="true"] .ts-wishlist-filled-heart {
  animation: tsWishlistPremiumGlow 680ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes tsWishlistPremiumPop {
  0% {
    transform: scale(1);
  }
  28% {
    transform: scale(0.92);
  }
  58% {
    transform: scale(1.14);
  }
  78% {
    transform: scale(0.985);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes tsWishlistPremiumRipple {
  0% {
    opacity: 0;
    transform: scale(0.62);
  }
  26% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.72);
  }
}

@keyframes tsWishlistPremiumGlow {
  0% {
    filter: drop-shadow(0 0 0 rgba(225, 38, 38, 0));
  }
  42% {
    filter: drop-shadow(0 7px 18px rgba(225, 38, 38, 0.38));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(225, 38, 38, 0));
  }
}

@media screen and (max-width: 749px) {
  html body main .product-form__buttons.ts-product-form-buttons {
    grid-template-columns: minmax(0, 1fr) 5.2rem !important;
    row-gap: 1rem !important;
    column-gap: 0.9rem !important;
    width: 100% !important;
    max-width: none !important;
  }

  html body main .product-form__buttons.ts-product-form-buttons .product-form__submit,
  html body main .product-form__buttons.ts-product-form-buttons .shopify-payment-button,
  html body main .product-form__buttons.ts-product-form-buttons #tbiButton,
  html body main .ts-tbi-info-block,
  html body main .product__info-wrapper .ts-tbi-info-block,
  html body main .product__info-container .ts-tbi-info-block {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html body main .product-form__buttons.ts-product-form-buttons .ts-product-wishlist-button--inline {
    width: 5.2rem !important;
    min-width: 5.2rem !important;
    max-width: 5.2rem !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }

  html body main .product__info-wrapper #tbiButton,
  html body main .product__info-container #tbiButton,
  html body #tbiButton {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body main .product-card-wrapper button.ts-card-wishlist-button,
  html body main .card-wrapper button.ts-card-wishlist-button {
    top: 9px !important;
    right: 9px !important;
    left: auto !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }

  html body main .product-card-wrapper button.ts-card-wishlist-button .svg-wrapper,
  html body main .card-wrapper button.ts-card-wishlist-button .svg-wrapper,
  html body main .product-card-wrapper button.ts-card-wishlist-button svg,
  html body main .card-wrapper button.ts-card-wishlist-button svg {
    width: 21px !important;
    height: 21px !important;
  }
}

html body main .product-form__buttons.ts-product-form-buttons > .ts-tbi-info-block,
html body main .product-form__buttons.ts-product-form-buttons .ts-tbi-info-block {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

@media screen and (max-width: 749px) {
  html body main .product-form__buttons.ts-product-form-buttons > .ts-tbi-info-block,
  html body main .product-form__buttons.ts-product-form-buttons .ts-tbi-info-block {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 0.2rem !important;
  }
}

@media screen and (max-width: 989px) {
  html.ts-wishlist-open {
    overflow: visible !important;
  }

  html.ts-wishlist-open body {
    overflow: visible !important;
  }

  html.ts-wishlist-open .ts-wishlist-panel {
    touch-action: none;
    overscroll-behavior: contain;
  }

  html.ts-wishlist-open .ts-wishlist-panel__dialog,
  html.ts-wishlist-open .ts-wishlist-panel__body {
    touch-action: pan-y;
    overscroll-behavior: contain;
  }
}

html body main .product-card-wrapper button.ts-card-wishlist-button,
html body main .card-wrapper button.ts-card-wishlist-button {
  right: 10px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button .svg-wrapper,
html body main .card-wrapper button.ts-card-wishlist-button .svg-wrapper {
  display: grid !important;
  place-items: center !important;
  width: 25px !important;
  height: 25px !important;
  overflow: visible !important;
  transform: translateX(-0.5px) !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button svg,
html body main .card-wrapper button.ts-card-wishlist-button svg {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
  overflow: visible !important;
}

@media screen and (max-width: 749px) {
  html body main .product-card-wrapper button.ts-card-wishlist-button,
  html body main .card-wrapper button.ts-card-wishlist-button {
    right: 8px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }

  html body main .product-card-wrapper button.ts-card-wishlist-button .svg-wrapper,
  html body main .card-wrapper button.ts-card-wishlist-button .svg-wrapper {
    width: 23px !important;
    height: 23px !important;
    transform: translateX(-0.5px) !important;
  }

  html body main .product-card-wrapper button.ts-card-wishlist-button svg,
  html body main .card-wrapper button.ts-card-wishlist-button svg {
    width: 21.5px !important;
    height: 21.5px !important;
  }
}

html body #cart-icon-bubble .cart-count-bubble,
html body #cart-icon-bubble .ts-cart-count-bubble,
html body #cart-icon-bubble .ts-custom-cart-dot,
html body #cart-icon-bubble .ts-custom-cart-number {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

html body #cart-icon-bubble .cart-count-bubble::before,
html body #cart-icon-bubble .cart-count-bubble::after,
html body #cart-icon-bubble .ts-cart-count-bubble::before,
html body #cart-icon-bubble .ts-cart-count-bubble::after {
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
}

html body .cart-notification__links,
html body cart-notification .cart-notification__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

html body #cart-notification-form,
html body cart-notification #cart-notification-form {
  order: 1 !important;
  width: 100% !important;
  margin: 0 !important;
}

html body #cart-notification-button,
html body cart-notification #cart-notification-button {
  order: 2 !important;
  --color-button: 255, 255, 255 !important;
  --color-button-text: 17, 17, 17 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 1 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

html body #cart-notification-button:hover,
html body cart-notification #cart-notification-button:hover {
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  color: #111111 !important;
  border-color: #111111 !important;
  box-shadow: none !important;
}

html body .cart-notification__links a#cart-notification-button.ts-cart-notification-outline,
html body cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline,
html body .cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline {
  order: 2 !important;
  --color-button: 255, 255, 255 !important;
  --color-button-text: 17, 17, 17 !important;
  --color-secondary-button: 255, 255, 255 !important;
  --color-secondary-button-text: 17, 17, 17 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 1 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

html body .cart-notification__links a#cart-notification-button.ts-cart-notification-outline:hover,
html body cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline:hover,
html body .cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline:hover {
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  color: #111111 !important;
  border-color: #111111 !important;
  box-shadow: none !important;
}

html body .cart-notification__links a#cart-notification-button.ts-cart-notification-outline::before,
html body .cart-notification__links a#cart-notification-button.ts-cart-notification-outline::after,
html body cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline::before,
html body cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline::after,
html body .cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline::before,
html body .cart-notification .cart-notification__links a#cart-notification-button.ts-cart-notification-outline::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .cart-notification__links button[type="button"],
html body cart-notification .cart-notification__links button[type="button"] {
  order: 3 !important;
}

html body #cart-notification-form button,
html body cart-notification #cart-notification-form button {
  background: #00b91f !important;
  background-color: #00b91f !important;
  color: #ffffff !important;
  border: 0 !important;
}

html body .cart-notification__links .ts-cart-notification-outline,
html body cart-notification .cart-notification__links .ts-cart-notification-outline,
html body #cart-notification-button,
html body cart-notification #cart-notification-button {
  --color-button: 255, 255, 255 !important;
  --color-button-text: 17, 17, 17 !important;
  --color-secondary-button: 255, 255, 255 !important;
  --color-secondary-button-text: 17, 17, 17 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 1 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

html body .cart-notification__links .ts-cart-notification-outline::before,
html body .cart-notification__links .ts-cart-notification-outline::after,
html body cart-notification .cart-notification__links .ts-cart-notification-outline::before,
html body cart-notification .cart-notification__links .ts-cart-notification-outline::after,
html body #cart-notification-button::before,
html body #cart-notification-button::after,
html body cart-notification #cart-notification-button::before,
html body cart-notification #cart-notification-button::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .cart-notification__links .ts-cart-notification-outline:hover,
html body cart-notification .cart-notification__links .ts-cart-notification-outline:hover,
html body #cart-notification-button:hover,
html body cart-notification #cart-notification-button:hover {
  background: #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  color: #111111 !important;
  border-color: #111111 !important;
  box-shadow: none !important;
}

html body cart-items.is-empty .cart__warnings > a.button,
html body .is-empty .cart__warnings > a.button {
  --color-button: 51, 79, 180 !important;
  --color-button-text: 255, 255, 255 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 31rem !important;
  min-height: 5.2rem !important;
  padding: 0 3.2rem !important;
  border: 0 !important;
  border-radius: 0.8rem !important;
  background: linear-gradient(135deg, #334fb4 0%, #243f9f 100%) !important;
  background-color: #334fb4 !important;
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  box-shadow: 0 1.4rem 2.8rem rgba(51, 79, 180, 0.2) !important;
  transition: background-color 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease !important;
}

html body cart-items.is-empty .cart__warnings > a.button::before,
html body cart-items.is-empty .cart__warnings > a.button::after,
html body .is-empty .cart__warnings > a.button::before,
html body .is-empty .cart__warnings > a.button::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body cart-items.is-empty .cart__warnings > a.button:hover,
html body .is-empty .cart__warnings > a.button:hover {
  background: linear-gradient(135deg, #2d47a5 0%, #1f368d 100%) !important;
  background-color: #2d47a5 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 1.7rem 3.2rem rgba(51, 79, 180, 0.28) !important;
}

html body cart-items.is-empty .cart__warnings > a.button:focus-visible,
html body .is-empty .cart__warnings > a.button:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 0.35rem rgba(51, 79, 180, 0.18), 0 1.4rem 2.8rem rgba(51, 79, 180, 0.2) !important;
}

@media screen and (max-width: 749px) {
  html body cart-items.is-empty .cart__warnings > a.button,
  html body .is-empty .cart__warnings > a.button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 34rem !important;
  }
}

html body .product-card-wrapper .ts-new-badge,
html body .card-wrapper .ts-new-badge,
html body main .ts-product-price-badges .ts-new-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 22px !important;
  padding: 4px 8px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #39b54a 0%, #24a042 100%) !important;
  color: #ffffff !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  box-shadow: 0 5px 12px rgba(57, 181, 74, 0.22) !important;
  white-space: nowrap !important;
}

html body main .ts-product-price-badges .ts-new-badge {
  min-height: 26px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
}

@media screen and (max-width: 749px) {
  html body .product-card-wrapper .ts-new-badge,
  html body .card-wrapper .ts-new-badge {
    min-height: 21px !important;
    padding: 4px 7px !important;
    font-size: 10px !important;
  }

  html body main .ts-product-price-badges .ts-new-badge {
    min-height: 24px !important;
    padding: 5px 9px !important;
    font-size: 11px !important;
  }
}

html body main .product__info-wrapper .product-form__submit.loading,
html body main .product__info-container .product-form__submit.loading {
  color: #ffffff !important;
}

html body main .product__info-wrapper .product-form__submit.loading .ts-atc-new-icon,
html body main .product__info-container .product-form__submit.loading .ts-atc-new-icon {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  animation: ts-main-product-cart-motion 720ms cubic-bezier(0.22, 1, 0.36, 1) infinite !important;
  transform-origin: center;
}

html body main .product__info-wrapper .product-form__submit.loading > .loading__spinner:not(.hidden),
html body main .product__info-container .product-form__submit.loading > .loading__spinner:not(.hidden) {
  position: static !important;
  display: block !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  border-top-color: #ffffff !important;
  border-radius: 50% !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex: 0 0 18px !important;
  transform: none !important;
  animation: ts-main-product-spin 700ms linear infinite !important;
}

html body main .product__info-wrapper .product-form__submit.loading > .loading__spinner:not(.hidden) .spinner,
html body main .product__info-container .product-form__submit.loading > .loading__spinner:not(.hidden) .spinner {
  display: none !important;
}

@keyframes ts-main-product-spin {
  to {
    rotate: 360deg;
  }
}

@keyframes ts-main-product-cart-motion {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  45% {
    transform: translate3d(3px, -1px, 0) rotate(-5deg);
  }
}

/* =========================================================
   TimeShop product card experiment — brand logo below image
   Order: image > brand logo > title > SKU > price > badges
========================================================= */
.product-card-wrapper .ts-card-brand-row,
.card-wrapper .ts-card-brand-row {
  position: relative !important;
  z-index: 4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 31px !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
}

.product-card-wrapper .ts-card-brand-logo.ts-card-brand-logo--below-image,
.card-wrapper .ts-card-brand-logo.ts-card-brand-logo--below-image {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 136px !important;
  min-width: 0 !important;
  min-height: 29px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #151515 !important;
  text-decoration: none !important;
  pointer-events: auto !important;
}

.product-card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__image,
.card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__image {
  display: block !important;
  width: auto !important;
  max-width: 124px !important;
  height: auto !important;
  max-height: 29px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.product-card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__text,
.card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__text {
  display: block !important;
  max-width: 136px !important;
  overflow: hidden !important;
  color: #202020 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.035em !important;
  text-overflow: ellipsis !important;
  text-transform: uppercase !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.product-card-wrapper .card__information,
.card-wrapper .card__information {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.product-card-wrapper .ts-card-title,
.card-wrapper .ts-card-title {
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 1px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.product-card-wrapper .ts-card-title a,
.card-wrapper .ts-card-title a {
  font-weight: 700 !important;
}

.product-card-wrapper .ts-card-title a,
.card-wrapper .ts-card-title a,
.product-card-wrapper .ts-card-sku,
.card-wrapper .ts-card-sku {
  width: 100% !important;
  text-align: center !important;
}

.product-card-wrapper .ts-card-sku,
.card-wrapper .ts-card-sku {
  margin-bottom: 0 !important;
}

.product-card-wrapper .ts-card-price-area,
.card-wrapper .ts-card-price-area {
  width: 100% !important;
  margin-top: 0 !important;
  text-align: center !important;
}

.product-card-wrapper .ts-card-price-block,
.card-wrapper .ts-card-price-block,
.product-card-wrapper .ts-card-bgn-price,
.card-wrapper .ts-card-bgn-price {
  width: 100% !important;
  text-align: center !important;
}

.product-card-wrapper .ts-card-price-block,
.card-wrapper .ts-card-price-block {
  padding-top: 0 !important;
}

.product-card-wrapper .ts-card-price-row,
.card-wrapper .ts-card-price-row {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
}

.product-card-wrapper .ts-card-price,
.card-wrapper .ts-card-price {
  font-size: 18.5px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

.product-card-wrapper .ts-card-compare-price,
.card-wrapper .ts-card-compare-price {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
}

.product-card-wrapper .ts-card-price-block > .ts-card-extra-badges,
.card-wrapper .ts-card-price-block > .ts-card-extra-badges {
  justify-content: center !important;
  margin-top: 9px !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-card-brand-row,
  .card-wrapper .ts-card-brand-row {
    min-height: 26px !important;
    margin-bottom: 6px !important;
  }

  .product-card-wrapper .ts-card-brand-logo.ts-card-brand-logo--below-image,
  .card-wrapper .ts-card-brand-logo.ts-card-brand-logo--below-image {
    max-width: 100px !important;
    min-height: 22px !important;
  }

  .product-card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__image,
  .card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__image {
    max-width: 92px !important;
    max-height: 22px !important;
  }

  .product-card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__text,
  .card-wrapper .ts-card-brand-logo--below-image .ts-card-brand-logo__text {
    max-width: 100px !important;
    font-size: 9.5px !important;
  }

  .product-card-wrapper .ts-card-price,
  .card-wrapper .ts-card-price {
    font-size: 17px !important;
    font-weight: 800 !important;
  }

  .product-card-wrapper .ts-card-compare-price,
  .card-wrapper .ts-card-compare-price {
    font-size: 11px !important;
    font-weight: 600 !important;
  }
}

/* Product card experiment: badges over the image, top left */
.product-card-wrapper .ts-card-price-block > .ts-card-extra-badges,
.card-wrapper .ts-card-price-block > .ts-card-extra-badges {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  right: auto !important;
  z-index: 5 !important;
  display: flex !important;
  width: auto !important;
  max-width: calc(100% - 24px) !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .ts-card-price-block > .ts-card-extra-badges,
  .card-wrapper .ts-card-price-block > .ts-card-extra-badges {
    top: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px) !important;
    gap: 4px !important;
  }
}

/* Product card experiment: minimal gap between image and brand logo */
.product-card-wrapper .card__content,
.card-wrapper .card__content {
  padding-top: 0 !important;
}

.product-card-wrapper .card__information,
.card-wrapper .card__information {
  padding-top: 2px !important;
}

/* ===== TimeShop wishlist delight: circular control, burst and toast ===== */
html body main .product-card-wrapper button.ts-card-wishlist-button,
html body main .card-wrapper button.ts-card-wishlist-button {
  border: 1px solid rgba(17, 24, 39, 0.1) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow:
    0 0.7rem 1.8rem rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  -webkit-backdrop-filter: blur(0.8rem) !important;
  backdrop-filter: blur(0.8rem) !important;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button:is(:hover, :focus-visible),
html body main .card-wrapper button.ts-card-wishlist-button:is(:hover, :focus-visible) {
  border-color: rgba(51, 79, 180, 0.2) !important;
  background: #ffffff !important;
  box-shadow:
    0 0.9rem 2.2rem rgba(15, 23, 42, 0.16),
    0 0 0 0.35rem rgba(51, 79, 180, 0.08) !important;
  transform: translateY(-1px) scale(1.045) !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button[aria-pressed="true"],
html body main .card-wrapper button.ts-card-wishlist-button[aria-pressed="true"] {
  border-color: rgba(225, 38, 38, 0.2) !important;
  background: rgba(255, 244, 245, 0.97) !important;
  box-shadow:
    0 0.8rem 2rem rgba(225, 38, 38, 0.14),
    inset 0 1px 0 #ffffff !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button.is-popping.is-adding,
html body main .card-wrapper button.ts-card-wishlist-button.is-popping.is-adding,
html body main .product-form__buttons button.ts-product-wishlist-button.is-popping.is-adding {
  animation: tsWishlistDelightPop 760ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button.is-popping.is-removing,
html body main .card-wrapper button.ts-card-wishlist-button.is-popping.is-removing,
html body main .product-form__buttons button.ts-product-wishlist-button.is-popping.is-removing {
  animation: tsWishlistDelightRemove 460ms cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button.is-popping.is-adding::before,
html body main .card-wrapper button.ts-card-wishlist-button.is-popping.is-adding::before,
html body main .product-form__buttons button.ts-product-wishlist-button.is-popping.is-adding::before {
  inset: -1.1rem !important;
  background: radial-gradient(circle, rgba(225, 38, 38, 0.28) 0 24%, rgba(255, 91, 105, 0.16) 25% 44%, rgba(225, 38, 38, 0) 72%) !important;
  animation: tsWishlistDelightRipple 760ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

html body main .product-card-wrapper button.ts-card-wishlist-button.is-popping.is-adding .ts-wishlist-filled-heart,
html body main .card-wrapper button.ts-card-wishlist-button.is-popping.is-adding .ts-wishlist-filled-heart,
html body main .product-form__buttons button.ts-product-wishlist-button.is-popping.is-adding .ts-wishlist-filled-heart {
  animation: tsWishlistDelightHeart 760ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.ts-wishlist-burst {
  position: fixed;
  z-index: 100150;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.ts-wishlist-burst::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: #e12626;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.35);
  animation: tsWishlistBurstHeart 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%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 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ts-wishlist-burst__particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--ts-burst-color, #e12626);
  box-shadow: 0 0.2rem 0.65rem color-mix(in srgb, var(--ts-burst-color, #e12626) 45%, transparent);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  animation: tsWishlistParticle 720ms cubic-bezier(0.16, 1, 0.3, 1) var(--ts-burst-delay, 0ms) both;
}

.ts-wishlist-burst__particle:nth-child(3n) {
  width: 0.5rem;
  height: 0.9rem;
  border-radius: 999px;
}

.ts-wishlist-toast {
  position: fixed;
  top: clamp(8.8rem, 11vh, 11.5rem);
  right: 2rem;
  z-index: 100140;
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  align-items: center;
  gap: 1.2rem;
  width: min(38rem, calc(100vw - 4rem));
  min-height: 7rem;
  padding: 1.2rem 1.5rem 1.2rem 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1.8rem 5rem rgba(15, 23, 42, 0.2);
  -webkit-backdrop-filter: blur(1.4rem);
  backdrop-filter: blur(1.4rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, -1.6rem, 0) scale(0.965);
  transition:
    opacity 260ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 520ms;
}

.ts-wishlist-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0s;
}

.ts-wishlist-toast__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff5b69, #e12626);
  box-shadow: 0 0.8rem 2rem rgba(225, 38, 38, 0.25);
}

.ts-wishlist-toast__icon::before {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%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 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.77-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ts-wishlist-toast.is-removed .ts-wishlist-toast__icon {
  background: linear-gradient(145deg, #667085, #344054);
  box-shadow: 0 0.8rem 2rem rgba(52, 64, 84, 0.2);
}

.ts-wishlist-toast__copy {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

.ts-wishlist-toast__title {
  color: #111827;
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1.2;
}

.ts-wishlist-toast__product {
  overflow: hidden;
  color: #667085;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes tsWishlistDelightPop {
  0% { transform: translateZ(0) scale(1); }
  18% { transform: translateZ(0) scale(0.82) rotate(-6deg); }
  44% { transform: translateZ(0) scale(1.24) rotate(5deg); }
  66% { transform: translateZ(0) scale(0.94) rotate(-2deg); }
  84% { transform: translateZ(0) scale(1.06) rotate(1deg); }
  100% { transform: translateZ(0) scale(1) rotate(0); }
}

@keyframes tsWishlistDelightRemove {
  0% { transform: translateZ(0) scale(1); }
  42% { transform: translateZ(0) scale(0.84); }
  100% { transform: translateZ(0) scale(1); }
}

@keyframes tsWishlistDelightRipple {
  0% { opacity: 0; transform: scale(0.45); }
  24% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.9); }
}

@keyframes tsWishlistDelightHeart {
  0% { filter: drop-shadow(0 0 0 rgba(225, 38, 38, 0)); }
  44% { filter: drop-shadow(0 0.65rem 1.4rem rgba(225, 38, 38, 0.55)); }
  100% { filter: drop-shadow(0 0 0 rgba(225, 38, 38, 0)); }
}

@keyframes tsWishlistBurstHeart {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.35); }
  28% { opacity: 0.42; transform: translate(-50%, -50%) scale(1.35); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(2.1); }
}

@keyframes tsWishlistParticle {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.25); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--ts-burst-x)), calc(-50% + var(--ts-burst-y))) scale(1); }
}

@media screen and (max-width: 749px) {
  .ts-wishlist-toast {
    top: auto;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 1rem;
    width: calc(100vw - 2rem);
    min-height: 6.4rem;
    padding: 1rem 1.3rem 1rem 1rem;
    border-radius: 1.4rem;
    transform: translate3d(0, 1.6rem, 0) scale(0.97);
  }

  .ts-wishlist-toast.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .ts-wishlist-toast__icon {
    width: 4rem;
    height: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body main .product-card-wrapper button.ts-card-wishlist-button,
  html body main .card-wrapper button.ts-card-wishlist-button,
  html body main .product-form__buttons button.ts-product-wishlist-button,
  .ts-wishlist-toast {
    animation: none !important;
    transition-duration: 1ms !important;
  }

  .ts-wishlist-burst {
    display: none !important;
  }
}

/* ===== TimeShop precision wishlist outline ===== */
html body main .product-card-wrapper button.ts-card-wishlist-button .ts-wishlist-outline-icon,
html body main .card-wrapper button.ts-card-wishlist-button .ts-wishlist-outline-icon,
html body main button.ts-product-wishlist-button .ts-wishlist-outline-icon {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  overflow: visible !important;
  color: currentColor !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  shape-rendering: geometricPrecision;
}

html body main .product-card-wrapper button.ts-card-wishlist-button .ts-wishlist-outline-icon path,
html body main .card-wrapper button.ts-card-wishlist-button .ts-wishlist-outline-icon path,
html body main button.ts-product-wishlist-button .ts-wishlist-outline-icon path {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: inherit !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vector-effect: non-scaling-stroke;
}

@media screen and (max-width: 749px) {
  html body main .product-card-wrapper button.ts-card-wishlist-button .ts-wishlist-outline-icon,
  html body main .card-wrapper button.ts-card-wishlist-button .ts-wishlist-outline-icon {
    width: 19.5px !important;
    height: 19.5px !important;
  }
}

/* ===== TimeShop product gallery: mobile thumbnails and image wishlist ===== */
html body main .product__media-wrapper media-gallery {
  position: relative;
  display: block;
}

html body main .product__media-wrapper media-gallery > [id^="GalleryViewer-"] {
  position: relative;
  display: block;
}

html body main .product__media-wrapper .product-media-container {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body main .product__media-wrapper .product-media-container::after {
  content: none !important;
  box-shadow: none !important;
}

html body main .ts-gallery-main-controls {
  position: absolute !important;
  top: 50% !important;
  right: 1.2rem !important;
  left: 1.2rem !important;
  z-index: 7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 0 !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
}

html body main .ts-gallery-main-arrow {
  display: grid !important;
  place-items: center !important;
  width: 4.6rem !important;
  min-width: 4.6rem !important;
  height: 4.6rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #111827 !important;
  box-shadow: 0 0.7rem 2rem rgba(15, 23, 42, 0.14) !important;
  -webkit-backdrop-filter: blur(0.8rem) !important;
  backdrop-filter: blur(0.8rem) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition:
    color 170ms ease,
    border-color 170ms ease,
    box-shadow 170ms ease,
    transform 170ms ease,
    opacity 170ms ease !important;
}

html body main .ts-gallery-main-arrow:not(:disabled):is(:hover, :focus-visible) {
  border-color: rgba(51, 79, 180, 0.28) !important;
  color: #334fb4 !important;
  box-shadow:
    0 1rem 2.6rem rgba(15, 23, 42, 0.18),
    0 0 0 0.3rem rgba(51, 79, 180, 0.08) !important;
  transform: scale(1.05) !important;
}

html body main .ts-gallery-main-arrow:disabled {
  opacity: 0.34 !important;
  cursor: default !important;
}

html body main .ts-gallery-main-arrow .svg-wrapper,
html body main .ts-gallery-main-arrow svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

html body main .ts-gallery-main-arrow--prev svg {
  transform: rotate(90deg) !important;
}

html body main .ts-gallery-main-arrow--next svg {
  transform: rotate(-90deg) !important;
}

html body main .ts-product-gallery-count {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.25rem !important;
  min-height: 2.2rem !important;
  margin-top: 0.2rem !important;
  color: rgba(17, 24, 39, 0.68) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

@media screen and (min-width: 750px) {
  html body main .product__media-wrapper .product__media-list {
    display: block !important;
    margin-bottom: 0.7rem !important;
  }

  html body main .product__media-wrapper .product__media-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body main .product__media-wrapper .product__media-item:not(.is-active) {
    display: none !important;
  }

  html body main .product__media-wrapper .product__media-item.is-active {
    display: block !important;
  }

  html body main .product__media-wrapper .thumbnail-slider {
    display: flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    margin: 0 !important;
    padding: 0 0.15rem !important;
  }

  html body main .product__media-wrapper .thumbnail-slider .thumbnail-list.slider {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-wrap: nowrap !important;
    justify-content: safe center !important;
    gap: 0.9rem !important;
    margin: 0 !important;
    padding: 0.45rem 0.25rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-y: auto !important;
    scroll-snap-type: x proximity !important;
    touch-action: pan-x pan-y pinch-zoom !important;
  }

  html body main .product__media-wrapper .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.675rem) !important;
    min-width: 7.8rem !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }

  html body main .product__media-wrapper .thumbnail {
    overflow: hidden !important;
    border: 1px solid rgba(17, 24, 39, 0.1) !important;
    border-radius: 0.65rem !important;
    background: #f7f7f8 !important;
  }

  html body main .product__media-wrapper .thumbnail img {
    object-fit: contain !important;
  }

  html body main .product__media-wrapper .thumbnail[aria-current] {
    border-color: #111827 !important;
    box-shadow: 0 0 0 1px #111827 !important;
  }
}

html body main button.ts-product-wishlist-button--gallery {
  position: absolute !important;
  top: 1.4rem !important;
  right: 1.4rem !important;
  z-index: 8 !important;
  display: grid !important;
  place-items: center !important;
  width: 5.4rem !important;
  min-width: 5.4rem !important;
  max-width: 5.4rem !important;
  height: 5.4rem !important;
  min-height: 5.4rem !important;
  max-height: 5.4rem !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 1px solid rgba(17, 24, 39, 0.11) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #111827 !important;
  box-shadow:
    0 0.9rem 2.4rem rgba(15, 23, 42, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(0.8rem) !important;
  backdrop-filter: blur(0.8rem) !important;
  transform-origin: center !important;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

html body main button.ts-product-wishlist-button--gallery:is(:hover, :focus-visible) {
  border-color: rgba(51, 79, 180, 0.24) !important;
  background: #ffffff !important;
  color: #334fb4 !important;
  box-shadow:
    0 1.1rem 2.8rem rgba(15, 23, 42, 0.18),
    0 0 0 0.35rem rgba(51, 79, 180, 0.08) !important;
  transform: translateY(-1px) scale(1.045) !important;
}

html body main button.ts-product-wishlist-button--gallery[aria-pressed="true"] {
  border-color: rgba(225, 38, 38, 0.22) !important;
  background: rgba(255, 244, 245, 0.98) !important;
  color: #e12626 !important;
}

html body main button.ts-product-wishlist-button--gallery .svg-wrapper,
html body main button.ts-product-wishlist-button--gallery .ts-wishlist-outline-icon {
  width: 2.65rem !important;
  height: 2.65rem !important;
}

html body main button.ts-product-wishlist-button--gallery .svg-wrapper {
  position: relative !important;
  z-index: 2 !important;
}

html body main button.ts-product-wishlist-button--gallery .ts-wishlist-filled-heart {
  width: 2.65rem !important;
  height: 2.65rem !important;
}

html body main button.ts-product-wishlist-button--gallery.is-popping.is-adding {
  animation: tsWishlistDelightPop 760ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

html body main button.ts-product-wishlist-button--gallery.is-popping.is-removing {
  animation: tsWishlistDelightRemove 460ms cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

html body main button.ts-product-wishlist-button--gallery.is-popping.is-adding::before {
  content: "" !important;
  position: absolute !important;
  inset: -1.1rem !important;
  z-index: 1 !important;
  display: block !important;
  border-radius: inherit !important;
  background: radial-gradient(circle, rgba(225, 38, 38, 0.28) 0 24%, rgba(255, 91, 105, 0.16) 25% 44%, rgba(225, 38, 38, 0) 72%) !important;
  pointer-events: none !important;
  animation: tsWishlistDelightRipple 760ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

html body main button.ts-product-wishlist-button--gallery.is-popping.is-adding .ts-wishlist-filled-heart {
  animation: tsWishlistDelightHeart 760ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

html body main .product-form__buttons.ts-product-form-buttons {
  grid-template-columns: minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: 600px !important;
  row-gap: 1rem !important;
  column-gap: 0 !important;
}

html body main .product-form__buttons.ts-product-form-buttons .product-form__submit,
html body main .product-form__buttons.ts-product-form-buttons #tbiButton {
  width: 100% !important;
  max-width: none !important;
  height: 5.8rem !important;
  min-height: 5.8rem !important;
  max-height: 5.8rem !important;
  margin-bottom: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 749px) {
  html body main .ts-gallery-main-controls {
    right: 0.55rem !important;
    left: 0.55rem !important;
  }

  html body main .ts-gallery-main-arrow {
    width: 4rem !important;
    min-width: 4rem !important;
    height: 4rem !important;
  }

  html body main .ts-gallery-main-arrow .svg-wrapper,
  html body main .ts-gallery-main-arrow svg {
    width: 1.3rem !important;
    height: 1.3rem !important;
  }

  html body main button.ts-product-wishlist-button--gallery {
    top: 1rem !important;
    right: 0.4rem !important;
    width: 5.2rem !important;
    min-width: 5.2rem !important;
    max-width: 5.2rem !important;
    height: 5.2rem !important;
    min-height: 5.2rem !important;
    max-height: 5.2rem !important;
  }

  html body main .product--mobile-show .product__media-list {
    margin-bottom: 0.7rem !important;
  }

  html body main .product--mobile-show .product__media-wrapper .thumbnail-slider {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    margin: 0 !important;
    padding: 0 0.15rem !important;
  }

  html body main .product--mobile-show .thumbnail-slider .thumbnail-list.slider {
    display: flex !important;
    flex: 1 1 auto !important;
    justify-content: safe center !important;
    gap: 0.7rem !important;
    margin: 0 !important;
    padding: 0.45rem 0.25rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: auto !important;
    scroll-behavior: auto !important;
    scroll-padding-left: 0.25rem !important;
    scroll-snap-type: x proximity !important;
    touch-action: pan-x pan-y pinch-zoom !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html body main .product--mobile-show .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.525rem) !important;
    min-width: 5.2rem !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }

  html body main .product--mobile-show .thumbnail {
    overflow: hidden !important;
    border: 1px solid rgba(17, 24, 39, 0.1) !important;
    border-radius: 0.65rem !important;
    background: #f7f7f8 !important;
  }

  html body main .product--mobile-show .thumbnail img {
    object-fit: contain !important;
  }

  html body main .product--mobile-show .thumbnail[aria-current] {
    border-color: #111827 !important;
    box-shadow: 0 0 0 1px #111827 !important;
  }

  html body main .product--mobile-show .thumbnail-slider > .slider-button {
    flex: 0 0 3.6rem !important;
    width: 3.6rem !important;
    min-width: 3.6rem !important;
    height: 4.8rem !important;
    color: #111827 !important;
  }

  html body main .product--mobile-show .thumbnail-slider > .slider-button .svg-wrapper {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }

  html body main .product-form__buttons.ts-product-form-buttons .product-form__submit,
  html body main .product-form__buttons.ts-product-form-buttons #tbiButton {
    height: 5.8rem !important;
    min-height: 5.8rem !important;
    max-height: 5.8rem !important;
    font-size: 1.5rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body main button.ts-product-wishlist-button--gallery {
    animation: none !important;
    transition-duration: 1ms !important;
  }

  html body main button.ts-product-wishlist-button--gallery::before {
    display: none !important;
  }
}
